Annotation of parser3/ChangeLog, revision 1.221
1.221 ! moko 1: 2025-08-01 moko
! 2:
! 3: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
! 4: pa_GC_abort_func added and used (implements feature #1283)
! 5:
! 6: * src/include/: pa_array.h, pa_config_includes.h:
! 7: PA_DEBUG_DISABLE_GC mode fixed for sparse array
! 8:
1.220 moko 9: 2025-07-04 moko
10:
11: * src/main/pa_common.C: typo fixed (related to bug #1282)
12:
13: * src/main/pa_common.C: minor optimization + create_dir_for_file
14: checks for \ (related to bug #1282)
15:
16: 2025-07-03 moko
17:
18: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
19: under Windows (fixes bug #1282)
20:
21: * src/main/pa_common.C: file:delete for UTF-8 files now works under
22: Windows (fixes bug #1282)
23:
24: 2025-06-28 moko
25:
26: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
27: Yavor Doganov <yavor@gnu.org>
28:
29: * src/main/pa_charset.C: typo fixed (related to feature #1281)
30:
31: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
32: compatibility fixed (implements feature #1281)
33:
1.219 moko 34: 2025-05-31 moko
35:
36: * src/main/pa_http.C: old gcc compilation fix (related to feature
37: #1277)
38:
39: 2025-05-28 moko
40:
41: * src/: classes/array.C, include/pa_array.h: last
42: Array_iterator::key() removed (related to feature #1277)
43:
44: 2025-05-27 moko
45:
46: * src/: classes/array.C, classes/table.C, include/pa_array.h,
47: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
48: and used (related to feature #1277)
49:
1.218 moko 50: 2025-05-26 moko
51:
52: * src/: classes/array.C, classes/curl.C, classes/hash.C,
53: classes/hashfile.C, classes/image.C, classes/table.C,
54: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
55: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
56: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
57: VString(const char *avalue) added and used to optimize new
58: VString(*new String(i.key(), String::L_TAINTED)) (related to
59: feature #1277)
60:
61: * src/: classes/array.C, classes/curl.C, classes/file.C,
62: classes/hash.C, classes/image.C, classes/json.C,
63: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
64: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
65: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
66: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
67: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
68: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
69: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
70: types/pa_vxnode.C: implements feature #1277 String::Body(const
71: char *abody) now explicit but HashString::put(const char *str, V
72: value) added for simplicity optimizations: HASH_PUT_CSTR used
73: where hash.put called several time during execution; caching
74: String::Body::uitoa used at all pash.put(<uint> calls.
75:
76: 2025-05-25 moko
77:
78: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
79: to feature #1277)
80:
81: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
82:
83: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
84: added for caching (related to feature #1277)
85:
86: * src/include/pa_string.h: optimized String:pos versions added
87: (without language + char *) (related to feature #1277)
88:
89: 2025-05-24 moko
90:
91: * tests/: 445.html, results/445.processed: test for
92: ^hash.array[[keys|values]] added (related to feature #1274)
93:
94: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
95: feature #1274)
96:
1.217 moko 97: 2025-01-26 moko
98:
99: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
100:
1.216 moko 101: 2025-01-25 moko
102:
103: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
104:
105: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
106: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
107: autoheader && automake && autoconf
108:
109: * src/lib/ltdl/configure.ac: new autotools used
110:
111: * acsite.m4, configure.ac: new autotools warnings fixed
112:
1.213 moko 113: 2025-01-10 moko
114:
1.215 moko 115: * tests/results/320.processed: test result updated after syslog
116: added
117:
1.214 moko 118: * src/classes/op.C: minor MSVC fixes
119:
120: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
121:
1.213 moko 122: * operators.ru.txt, operators.txt: +
123: ^syslog[ident;message[;info|warning|error|debug]]
124:
125: * src/classes/op.C: +
126: ^syslog[ident;message[;info|warning|error|debug]] (implelents
127: feature #1270)
128:
129: * configure, configure.ac, src/include/pa_config_auto.h.in,
130: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
131:
132: 2025-01-06 moko
133:
134: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
135: 2^n) calculated and used
136:
137: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
138: https://www.hadrons.org/software/libmd/
139:
1.212 moko 140: 2024-12-28 moko
141:
142: * tests/httpd/run_tests.sh: for FreeBSD compatibility
143:
144: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
145: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
146: $request:uri and $request:path tests added (related to feature
147: #1269)
148:
149: * operators.ru.txt, operators.txt: + $request:path documented
150: (related to feature #1269)
151:
152: * tests/: 065.html, results/065.processed: $request:path,
153: $request:uri tested
154:
155: * src/types/pa_vrequest.C: $request:path default is empty string to
156: match an empty URI in console mode (related to feature #1269)
157:
158: * etc/auto.p.in: $request:path used (related to feature #1269)
159:
160: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
161: (implements feature #1269)
162:
163: 2024-12-26 moko
164:
165: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
166: 3.5.0
167:
168: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
169: pa-include/pa_errno.h, pa-include/pa_file_info.h,
170: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
171: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
172: pa_strcat
173:
174: * tests/results/223.processed: apache upgraded @parser.ru
175:
176: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
177: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
178: pa-include/pa_errno.h, pa-include/pa_file_info.h,
179: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
180: pa-include/pa_strings.h: sdbm updated from version included in
181: apache 2.0.43 to version included in apache 2.0.65
182:
183: 2024-12-24 moko
184:
185: * etc/auto.p.in: to avoid patching Debian package
186:
187: * src/main/: pa_exec.C, pa_http.C: final fixes for
188: --with-build-warnings (dangling-reference warnings can be
189: ignored)
190:
191: 2024-12-23 moko
192:
193: * src/: classes/file.C, classes/hash.C, classes/op.C,
194: include/pa_common.h, main/pa_http.C, main/pa_request.C,
195: types/pa_vcookie.C, types/pa_vform.C: more fixes for
196: --with-build-warnings
197:
198: * src/: classes/date.C, classes/inet.C, classes/op.C,
199: classes/reflection.C, include/pa_array.h,
200: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
201: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
202: --with-build-warnings
203:
1.211 moko 204: 2024-12-21 moko
205:
206: * Makefile.am: +operators.ru.txt
207:
208: * operators.ru.txt, operators.txt: typo fixed
209:
210: 2024-12-20 moko
211:
212: * operators.txt: whitespace synced
213:
214: * operators.ru.txt, operators.txt: curl added
215:
216: * operators.ru.txt, operators.txt: logically sorted
217:
218: * operators.ru.txt: id added
219:
220: * operators.txt: ID added
221:
222: * operators.txt: translated
223:
224: * operators.ru.txt, operators.txt: operators.txt translated to
225: english, synced format with operators.ru.txt
226:
227: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
228: formatted
229:
230: * operators.ru.txt, operators.txt: formatted, actualized, oracle
231: info moved to separate file
232:
233: 2024-12-19 moko
234:
235: * src/targets/cgi/parser3.C: avoid parser version requests logging
236: in parser3.log
237:
238: 2024-12-18 moko
239:
240: * buildall: preventing --with-system-mailreceive linking with
241: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
242: to feature #1199)
243:
1.210 moko 244: 2024-12-16 moko
245:
1.211 moko 246: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 247:
248: * src/classes/table.C: exception text fixed
249:
250: 2024-12-15 moko
251:
252: * tests/: 102.html, results/102.processed: tests updated after
253: $form:fields not editable again (related to feature #1254)
254:
255: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
256: be edited (related to feature #1254)
257:
258: * src/types/pa_vform.C: reverted that
259: $form:fields/tables/files/imap can be edited (related to feature
260: #1254) for backward compatibility
261:
262: 2024-12-14 moko
263:
1.211 moko 264: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 265:
266: * tests/results/auto.p: avoid $mac execution unless on OS X
267:
268: * tests/388-sql.html: more OS support
269:
270: 2024-12-13 moko
271:
272: * tests/388-sql.html: sql tests under OS X now fixed
273:
274: * tests/results/auto.p: curl test under OS X now works
275:
276: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
277: no dll name under Windows, hiding
278:
279: * tests/: 379-curl.html, results/379-curl.processed: some curl
280: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
281:
282: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
283: 389.html, results/030.processed, results/212.processed,
284: results/219.processed, results/273.processed,
285: results/320.processed, results/346-curl.processed,
286: results/389.processed, results/auto.p: ^try-catch-filtered added
287: and used
288:
289: * tests/: 347-curl.html, results/347-curl.processed: support for
290: different error messages
291:
292: * src/classes/curl.C: several curl libraries supported,
293: ^curl:options[ $.library[] ] resets to default
294:
295: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
296: removed as depends on curl version
297:
298: * tests/results/: 223-curl.processed, 394-curl.processed: curl
299: fixed bug with \n in file names, test result updated
300:
301: * tests/388-sql.html: +libmysqlclient.so
302:
303: * etc/auto.p.in: +libmariadb
304:
305: 2024-12-12 moko
306:
307: * tests/: 388-sql.html, results/429-sql.processed: test results
308: updated after test changed
309:
310: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
311: for newer MariaDB compatibility
312:
313: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
314: results/429-sql.processed: key -> id for new MariaDB
315: compatibility
316:
317: * src/types/pa_vmethod_frame.h: warning war
318:
319: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
320: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
321: including for Debian package
322:
323: 2024-12-11 moko
324:
325: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
326: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
327: $status:log-filename added (related to feature #1262)
328:
329: * tests/: 440.html, results/440.processed: test for row is checked
330: before accessing when table is modified during select (related to
331: bug #1258)
332:
333: * src/: classes/table.C, include/pa_table.h: row should be checked
334: before accessing as table can be modified during select (related
335: to bug #1258)
336:
337: * src/types/pa_vmail.C: $mail:received tables -> elements array
338: (related to feature #1226)
339:
340: * src/: classes/file.C, classes/image.C, classes/table.C,
341: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
342: better messages (related to feature #1267)
343:
344: * tests/results/: 065.processed, 246.processed, 337.processed,
345: 342.processed, 352.processed, 356.processed, 364.processed,
346: 372.processed, 373.processed, 389.processed, 404.processed,
347: 406.processed, 414.processed, 430.processed, 432.processed,
348: 442.processed: tests updated after params.as_string error
349: reporting was improved (related to feature #1267)
350:
351: * src/classes/reflection.C: error messages optimized (related to
352: feature #1267)
353:
354: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
355: error reporing for params.as_* (related to feature #1267)
356:
357: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
358: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
359: #1267)
360:
361: * tests/results/: 246.processed, 414.processed, 432.processed:
362: tests updated after params.as_string error reporting was improved
363: (related to feature #1267)
364:
365: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
366: reporing for params.as_string (implements feature #1267)
367:
368: * tests/: 065.html, results/065.processed: tests for file methods
369: accepting file as filename added (related to feature #1265)
370:
371: * src/: classes/file.C, include/pa_exception.h,
372: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
373: methods now accept file as path specification (adopted Sumo patch
374: implements feature #1265)
375:
376: * tests/: 400.html, results/400.processed: tests for result
377: optimization "locks" after first method call (related to feature
378: #1266)
379:
380: 2024-12-10 moko
381:
382: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
383: result_optimization comments (related to feature #1266)
384:
385: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
386: $result now stored in my_result, not in local variables hash
387: (implements feature #1266)
388:
1.209 moko 389: 2024-12-09 moko
390:
1.210 moko 391: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
392: set_my_variable in preparation for $result optimization (related
393: to feature #1266)
394:
1.209 moko 395: * tests/results/119.processed: newline corrected for some OS
396:
397: * tests/: 441.html, results/441.processed: Debian-specific test
398: commented
399:
400: * buildall: pcre2 10.42 -> 10.44
401:
402: 2024-12-08 moko
403:
404: * buildall: external links fixed
405:
406: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
407:
408: * src/include/pa_table.h: some clang versions compilation fix
409:
410: * configure.ac: 3.4.7b -> 3.5.0rc
411:
412: 2024-12-07 moko
413:
414: * tests/: 443.html, 444.html, results/443.processed,
415: results/444.processed: tests for named params (related to feature
416: #1205)
417:
418: * src/: classes/reflection.C, types/pa_method.h: named_params
419: support in reflection (related to feature #1205)
420:
421: * src/types/pa_vmethod_frame.h: extra_params and named params
422: should be also inited in ^method[] call (related to feature
423: #1205)
424:
425: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
426: support using @method[arg;.named_arg;.named_arg2] syntax
427: (implements feature #1205)
428:
429: * tests/: 443.html, results/443.processed: test for *args inited
430: added (related to bug #1264)
431:
432: * src/types/pa_vmethod_frame.h: *args are now inited even if not
433: specified (fixes bug #1264)
434:
435: * tests/: 442.html, results/442.processed: tests for
436: params.as_file_name(N) with empty file name added (related to
437: feature #1121)
438:
439: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
440: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
441: include/pa_exception.h, types/pa_vmethod_frame.h:
442: params.as_file_name(N) added and used instead of
443: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
444: (implements feature #1121)
445:
446: * src/: classes/file.C, classes/image.C, classes/op.C,
447: classes/table.C, include/pa_exception.h: filename is everywhere
448: params.as_string, unify exception and remove
449: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
450:
451: * tests/: 141.html, results/141.processed: test for
452: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
453: to feature #1263)
454:
455: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
456: $.format[file] ] now supported (implements feature #1263)
457:
458: 2024-12-06 moko
459:
460: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
461: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
462: (cgi/console/mail/httpd/apache/isapi) added (related to feature
463: #1262)
464:
465: 2024-12-05 moko
466:
467: * src/targets/cgi/parser3.C: more correct arguments processing to
468: block -fl config.file log.file logic (related to feature #1262)
469:
470: 2024-12-04 moko
471:
472: * src/targets/cgi/parser3.C: now only one log location is selected
473: and tried. -l - supported for stderr specification (related to
474: feature #1262)
475:
476: 2024-12-03 moko
477:
478: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
479: results/010.processed, results/415.processed: tests for
480: $.(expression)[value], $a.(expression), ^v.(expression)[args]
481: added (related to feature #1064)
482:
483: * src/main/compile.y: $.(expression)[value], $a.(expression),
484: ^v.(expression)[args] now supported (implements feature #1064)
485:
486: 2024-12-02 moko
487:
488: * src/targets/cgi/parser3.C: -l /path/to/log options added
489: (implements feature #1262)
490:
1.208 moko 491: 2024-12-01 moko
492:
493: * tests/: 010.html, results/010.processed: some tests related to
494: bug #1149 added
495:
496: * src/main/compile.y: the check pc.pos.col > 1 is not required
497: because we can't be here without a '$' before. The begin == end
498: check was incorrect since $[a]{b} fits this condition (fixes bug
499: #1149)
500:
501: 2024-11-29 moko
502:
503: * src/classes/array.C: warning war
504:
505: 2024-11-26 moko
506:
507: * tests/: 441.html, results/441.processed: a bit more testing
508: (related to bug #1238)
509:
510: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
511:
512: * src/main/pa_exec.C: simplification arg_quote added (related to
513: bug #1229)
514:
1.207 moko 515: 2024-11-25 moko
516:
517: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
518: bug #1239)
519:
520: 2024-11-24 moko
521:
522: * src/main/pa_exec.C: added cmd.exe specific
523:
524: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
525: tests for ^file::exec env and args tainting tests (related to bug
526: #1239)
527:
528: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
529:
530: * src/include/pa_config_includes.h: added recommendations for
531: libxslt.a and and libexslt.a compilation under cygwin
532:
533: * tests/results/102.processed: $form:fields.value is now writable,
534: as $form:value (related to feature #1254)
535:
536: * src/include/pa_config_includes.h: cigwin compilation fixes
537:
538: 2024-11-23 moko
539:
540: * tests/httpd/site/run_server.sh: to simplify testing
541:
542: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
543: site/form.html: $form:files and $form:elements tests added, tests
544: with curl supported (related to feature #1254)
545:
546: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
547: types/pa_vform.h: $form:elements implemented, VForm::get_element
548: uses faster SYMBOLS_EQ, hashes no longer copied when using
549: $form:fields/tables/files/imap and can be edited (implements
550: feature #1254)
551:
552: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
553: bug #1261)
554:
1.206 moko 555: 2024-11-17 moko
556:
557: * tests/: 440.html, results/440.processed: tests for
558: ^table.array[], offset restoration, iterators robust tests
559: (related to bug #1258, features #1259 and #1260)
560:
561: * tests/: 439.html, results/439.processed: array and hash iterators
562: robust tests (related to feature #1260)
563:
564: * src/: classes/array.C, classes/table.C, include/pa_array.h,
565: include/pa_table.h: Array_robust_iterator added and used in cases
566: where array can be modified during iteration (implements feature
567: #1260)
568:
569: * src/classes/table.C: ^table.array[], ^table.array[column name],
570: ^table.array{code} added (implements feature #1259)
571:
572: 2024-11-16 moko
573:
574: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
575: table current row restoration after exception and table changes
576: (fixes bug #1258)
577:
578: 2024-11-13 moko
579:
580: * src/classes/table.C: minor optimization
581:
582: * src/main/pa_string.C: \r added to default ^string.trim chars list
583: (https://www.parser.ru/forum/?id=86648)
584:
1.205 moko 585: 2024-11-11 moko
586:
1.206 moko 587: * src/classes/classes.C: set_base commented
588:
589: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
590: deleted
591:
592: * src/classes/classes.vcproj: no more classes.awk and classes.inc
593:
594: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
595: classes.inc
596:
597: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
598: main/pa_globals.C: classes.awk is useless, preparing to delete it
599:
1.205 moko 600: * src/classes/classes.h: temp fix
601:
602: 2024-11-10 moko
603:
604: * src/: classes/date.C, classes/file.C, classes/image.C,
605: classes/op.C, main/pa_string.C: minor optimization
606:
607: * src/: classes/date.C, classes/file.C, classes/image.C,
608: classes/op.C, main/pa_string.C: typo fixed
609:
610: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
611: classes/file.C, classes/image.C, classes/op.C,
612: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
613: memory allocation befor main(). Only 3 allocations in chatsets
614: left (implements feature #1257)
615:
616: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
617: minor naming convention fix
618:
619: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
620: results/436.processed, results/437.processed,
621: results/438.processed: tests for @unhandled_exception processing
622: (related to feature #1256)
623:
624: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
625: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
626: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
627: are now processed in request::core for correct logging and
628: reporting (feature #1256)
629:
630: * src/: include/pa_sapi.h, main/pa_request.C,
631: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
632: targets/isapi/parser3isapi.C: unhandled exception now called if
633: exception occures during $response:download processing (related
634: to bug #1255)
635:
636: * etc/auto.p.in: better 404 error reporting
637:
638: 2024-11-09 moko
639:
640: * src/main/pa_memory.C: more detailed usage comment
641:
642: * src/main/pa_memory.C: usage commented
643:
644: * src/main/pa_memory.C: minor cleanup
645:
646: * src/types/: pa_varray.h, pa_vregex.h: warnings war
647:
648: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
649: httpd/site/029.html, results/436.processed: test for exception in
650: $response:download[] added
651:
652: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
653: and avoid exit status 1 on die
654:
655: * tests/results/: 007.processed, 019.processed, 098.processed,
656: 103.processed, 233.processed: windows headers matter for binary
657: files
658:
659: * tests/httpd/ok.log: tests results updated as extra headers now
660: cleared on error (related to bug #1255)
661:
662: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
663: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
664: targets/isapi/parser3isapi.C: headers buffering to avoid extra
665: headers in errors, custom send_error in cgi/httpd mode to avoid
666: memory allocations (fixes bug #1255)
667:
668: 2024-11-07 moko
669:
670: * tests/: 264.html, results/264.processed: tests updated to test
671: removal of only trailing empty arguments for backward
672: compatibility (related to feature #1252)
673:
674: * src/classes/file.C: remove trailing empty arguments for backward
675: compatibility (related to feature #1252)
676:
677: 2024-11-05 moko
678:
679: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
680: low memory case, when static initialization failed even before
681: main() start
682:
683: 2024-11-04 moko
684:
685: * configure, src/include/pa_config_auto.h.in,
686: src/include/pa_config_fixed.h: _locking no longer used
687:
688: * configure.ac: _locking no longer used (related to bug #1231)
689:
690: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
691:
692: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
693:
694: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
695: unused
696:
697: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
698: be used on locking errors (related to bug #1231)
699:
700: * src/main/pa_os.C: GetLastError used as errno is not set (related
701: to bug #1231)
702:
703: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
704: allowing shared lock to work (fixes bug #1231)
705:
706: * INSTALL: actualized, minor fixes
707:
708: * etc/auto.p.in: default LIMITS added
709:
710: * AUTHORS: links actualized
711:
712: * src/: classes/array.C, classes/bool.C, classes/classes.C,
713: classes/classes.awk, classes/classes.h, classes/curl.C,
714: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
715: classes/hash.C, classes/hashfile.C, classes/image.C,
716: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
717: classes/math.C, classes/memcached.C, classes/memory.C,
718: classes/op.C, classes/reflection.C, classes/regex.C,
719: classes/response.C, classes/string.C, classes/table.C,
720: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
721: include/pa_array.h, include/pa_base64.h,
722: include/pa_cache_managers.h, include/pa_charset.h,
723: include/pa_charsets.h, include/pa_common.h,
724: include/pa_config_fixed.h, include/pa_config_includes.h,
725: include/pa_dictionary.h, include/pa_dir.h,
726: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
727: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
728: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
729: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
730: include/pa_request_charsets.h, include/pa_request_info.h,
731: include/pa_sapi.h, include/pa_socks.h,
732: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
733: include/pa_stack.h, include/pa_string.h,
734: include/pa_stylesheet_connection.h,
735: include/pa_stylesheet_manager.h, include/pa_symbols.h,
736: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
737: include/pa_uue.h, include/pa_xml_exception.h,
738: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
739: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
740: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
741: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
742: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
743: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
744: main/compile.tab.C, main/compile.y, main/compile_tools.C,
745: main/compile_tools.h, main/execute.C, main/pa_base64.C,
746: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
747: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
748: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
749: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
750: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
751: main/pa_sql_driver_manager.C, main/pa_string.C,
752: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
753: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
754: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
755: main/untaint.C, sql/pa_sql_driver.h,
756: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
757: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
758: targets/isapi/parser3isapi.C, types/pa_junction.h,
759: types/pa_method.h, types/pa_property.h, types/pa_value.C,
760: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
761: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
762: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
763: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
764: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
765: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
766: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
767: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
768: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
769: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
770: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
771: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
772: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
773: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
774: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
775: types/pa_vresponse.C, types/pa_vresponse.h,
776: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
777: types/pa_vstateless_object.h, types/pa_vstatus.C,
778: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
779: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
780: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
781: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
782: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
783:
1.203 moko 784: 2024-10-28 moko
785:
1.204 moko 786: * src/classes/array.C: avoid invalidate()
787:
788: * src/: classes/array.C, types/pa_varray.h: minor optimization for
789: fused to survive in ^array::copy[$a] (related to feature #930)
790:
791: * src/types/pa_varray.h: minor optimization as last element is
792: allways defined if present
793:
1.203 moko 794: * tests/: 435.html, results/435.processed: tests for
795: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
796: for array added (related to feature #1253)
797:
798: * src/classes/array.C: typo fixed
799:
800: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
801: ^hash.set([-+]index)[value], and same for array added (implements
802: feature #1253)
803:
804: * tests/results/: 246.processed, 298.processed, 342.processed,
805: 389.processed, 397.processed, 430.processed, 432.processed: tests
806: results update after minor exceptions texts fixes
807:
808: 2024-10-27 moko
809:
810: * src/: classes/array.C, classes/hash.C, classes/math.C,
811: classes/reflection.C, classes/string.C, classes/table.C,
812: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
813: types/pa_vmethod_frame.h: handy as_index() added, several
814: exceptions texts fixed (related to feature #930)
815:
816: * src/: classes/array.C, types/pa_varray.h: non-working
817: $array.fields removed, ^array.delete[index] supported (related to
818: feature #930)
819:
820: * tests/: 431.html, results/431.processed: tests updated after
821: ^a.delete[3] supported
822:
823: * tests/: 431.html, 434.html, results/434.processed: tests for last
824: element used, push/pop, exceptions during arguments processing
825: and used caching (related to feature #930)
826:
827: * src/: classes/array.C, types/pa_varray.h: change_used added for
828: better used caching and now no issues if exception occures during
829: append arguments processing (related to feature #930)
830:
831: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
832: ^array.pop[] added, last element is allways used (related to
833: feature #930)
834:
835: 2024-10-26 moko
836:
837: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
838: types/pa_varray.h: confirm_all_used added where possible (related
839: to feature #930)
840:
841: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
842: small array optimizations (related to feature #930)
843:
844: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
845:
846: * tests/: 431.html, results/431.processed: test for
847: ^array.compact[undef] added
848:
849: * src/classes/array.C: ^array.compact[] now have optional 'undef'
850: argument to also compact undefined elements (related to feature
851: #930)
852:
853: 2024-10-24 moko
854:
855: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
856: VArray::hash is used rarery, no longer caching the result
857:
858: * tests/results/432.processed: testing removed from tests
859:
860: 2024-10-23 moko
861:
862: * tests/: 431.html, results/431.processed: ^array.compact[] test
863: added
864:
865: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
866:
867: * tests/: 432.html, results/432.processed: testing ^array.at[] for
868: both "solid" and "sparse" arrays
869:
870: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
871:
872: 2024-10-22 moko
873:
874: * tests/results/264.processed: spelling
875:
876: * src/classes/file.C: spelling
877:
878: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
879: tests updated after ^file::exec[cmd;;$array] implemented and
880: empty arguments not skipped (related to feature #1252)
881:
882: * src/classes/file.C: ^file::exec[cmd;;$array] supported
883: (implements feature #1252) bugfix: empty arguments no longer
884: skipped
885:
1.205 moko 886: 2024-10-21 moko
887:
888: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
889: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
890: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
891: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
892: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
893: site/index.html, site/test.txt: httpd tests added
894:
1.202 moko 895: 2024-10-20 moko
896:
897: * src/classes/string.C: warnings war
898:
899: * src/: main/pa_string.C, classes/array.C: warnings war
900:
901: * src/classes/json.C: warnings war
902:
903: * src/classes/image.C: warnings war
904:
905: * src/: classes/table.C, types/pa_varray.C: warnings war
906:
907: * src/classes/array.C: warning war
908:
909: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
910:
911: * src/main/main.vcproj: warnings war
912:
913: 2024-10-19 moko
914:
915: * tests/427.html: test updated after constructors renamed
916:
917: 2024-10-18 moko
918:
919: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
920: results/421.processed, results/430.processed,
921: results/431.processed: test updated after constructors renamed
922:
923: * src/classes/array.C: create -> copy, new -> create according to
924: https://www.parser.ru/forum/?id=86603 discussion (related to
925: feature #930)
926:
927: 2024-10-16 moko
928:
929: * src/classes/json.C: $json:array[array or hash] added to provide
930: more backward compatibility (implements feature #1251)
931:
932: 2024-10-15 moko
933:
934: * tests/: 421.html, results/421.processed: test results updated
935: after missing constuctor error check added and array is_index
936: check added
937:
938: * src/main/execute.C: absent constructor message fixed
939:
1.201 moko 940: 2024-10-13 moko
941:
942: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
943: with is_index() before calling index() for better error reporting
944: in method name typo (was invalid number, not method not found
945: exception).
946:
947: 2024-10-08 moko
948:
949: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
950:
951: * src/include/pa_array.h: warnings war
952:
1.200 moko 953: 2024-10-05 moko
954:
955: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
956: returns current row cells array (implements feature #1250)
957:
958: * tests/: 405.html, results/169.processed, results/405.processed:
959: tests updated after ^string.split[;a] implemented (related to
960: feature #1249)
961:
962: * src/classes/string.C: ^string.split[] - 'a' option added for
963: splitting into an array (implements feature #1249)
964:
965: 2024-10-04 moko
966:
967: * tests/: 431.html, results/431.processed: final code coverage
968: array tests
969:
970: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
971: array: confirm_all_used() added and used where possible, expand()
972: now expends faster
973:
974: 2024-10-03 moko
975:
976: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
977:
978: * tests/: 256.html, results/256.processed: test for
979: $.date[unix-timestamp] handling large dates
980:
981: * src/: classes/file.C, classes/op.C, classes/reflection.C,
982: classes/string.C, classes/table.C, include/pa_common.h,
983: main/pa_common.C, main/pa_http.C, main/pa_request.C,
984: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
985: format replaced with pa_uitoa where applicable,
986: $.date[unix-timestamp] fixed for handling large dates
987:
988: * tests/: 433.html, results/433.processed: more tests, including
989: test for possible endless recursion in ^o.GET[]
990:
991: * src/types/pa_vobject.C: bugfix: detecting possible endless
992: recursion in get_scalar_value inside ^o.GET[]
993:
994: * src/: classes/json.C, include/pa_request.h, main/execute.C,
995: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
996: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
997: $LIMITS.max_recursion
998:
999: 2024-10-02 moko
1000:
1001: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1002: results/253.processed, results/287.processed,
1003: results/430.processed, results/433.processed: more tests for full
1004: array and json code coverage
1005:
1006: * tests/: 433.html, results/433.processed: tests for hash functions
1007: with array param
1008:
1009: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1010:
1011: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1012: in 246.html used to test ^array.at, same result produced
1013:
1014: * tests/: 430.html, 431.html, results/430.processed,
1015: results/431.processed: more array tests for 100% code coverage
1016: (related to feature #930)
1017:
1018: * tests/: 427.html, 430.html, results/427.processed,
1019: results/430.processed: first portion of array tests added
1020: (related to feature #930)
1021:
1022: * src/classes/array.C: allow only whitespace string as argument for
1023: add and join
1024:
1025: * src/classes/array.C: add behavour for array synced with hash
1026:
1027: 2024-09-30 moko
1028:
1029: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1030: tests added
1031:
1032: * src/classes/array.C: $.distinct should not be used unless
1033: $.sparse(true)
1034:
1035: * tests/: 429-sql.html, results/388-sql.processed,
1036: results/429-sql.processed: tests for ^array::sql{}, including
1037: multi_statements mode (related to feature #930)
1038:
1.199 moko 1039: 2024-09-29 moko
1040:
1041: * src/classes/array.C: synced ^array::sql multi_statements logic
1042: with ^hash::sql new behavour
1043:
1044: 2024-09-28 moko
1045:
1046: * tests/: 428-sql.html, results/388-sql.processed,
1047: results/428-sql.processed: tests updated after column names were
1048: fixed in multi_statements mode (related to feature #1197)
1049:
1050: * src/classes/hash.C: column names are fixed for most cases in
1051: multi_statements mode (related to feature #1197)
1052:
1053: * tests/: 428-sql.html, results/195.processed,
1054: results/224.processed, results/239.processed,
1055: results/254.processed, results/261.processed,
1056: results/306.processed, results/333.processed,
1057: results/341.processed, results/343.processed,
1058: results/344.processed, results/348.processed,
1059: results/364.processed, results/389.processed,
1060: results/390.processed, results/415.processed,
1061: results/420.processed, results/421.processed: tests results
1062: updated after error messages spelling minor fixes
1063:
1064: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1065: spelling
1066:
1067: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1068: classes/image.C, classes/math.C, classes/string.C,
1069: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1070: main/execute.C, main/pa_charset.C, main/pa_common.C,
1071: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1072: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1073: types/pa_vmail.C, types/pa_vobject.C,
1074: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1075: types/pa_vxdoc.C: minor error messages spelling fixes
1076:
1077: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1078: implementation (related to feature #930)
1079:
1080: * tests/: 388-sql.html, results/388-sql.processed: test results
1081: updated after rows number ^file::sql{} check added
1082:
1083: * src/classes/file.C: rows number now checked in ^file::sql{}
1084:
1085: * tests/: 428-sql.html, results/428-sql.processed: more tests
1086:
1087: * tests/: 428-sql.html, results/428-sql.processed: more
1088: multi_statements testing before bugfix
1089:
1090: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1091: results/428-sql.processed: support for multiple sql test files
1092: added
1093:
1094: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1095:
1096: * src/classes/hash.C: more accurate one_bool_column processing
1097:
1098: * tests/: 427.html, results/427.processed: Constructors as methods
1099: behavour documented in test
1100:
1101: * src/classes/hash.C: HashStringValue::Iterator used for options
1102:
1103: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1104:
1105: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1106: testing
1107:
1108: * tests/results/367-curl.processed: test result updated after
1109: server charset changed
1110:
1111: * tests/results/347-curl.processed: error messages updated
1112:
1113: * tests/results/: 346-curl.processed, 379-curl.processed,
1114: 394-curl.processed: tests results updated after Type -> Exception
1115: type replacement
1116:
1117: * tests/results/388-sql.processed: tests result updated after Type
1118: -> Exception type
1119:
1120: 2024-09-27 moko
1121:
1122: * src/classes/hash.C: minor simplification
1123:
1124: 2024-09-24 moko
1125:
1126: * src/main/pa_string.C: atoui error messages improved
1127:
1128: * tests/: 165.html, 312.html, results/165.processed,
1129: results/312.processed, results/379.processed: tests updated after
1130: default endless loop limit increased, atoi error messages
1131: improved
1132:
1133: * src/classes/hash.C: VBool::get used, unification
1134:
1.198 moko 1135: 2024-09-22 moko
1136:
1137: * src/classes/array.C: minor simplification
1138:
1139: * src/classes/array.C: ^array.left(N),
1140: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1141:
1142: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1143: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1144: added, default 1000000 (related to feature #930)
1145:
1146: * tests/: 426.html, results/426.processed: test for negative limit
1147: and offset processing for table options added
1148:
1149: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1150: bugfix: negative limit and offset processing for table options
1151: fixed
1152:
1153: 2024-09-21 moko
1154:
1155: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1156: ^for added that also iterates holes; ^remove added (related to
1157: feature #930)
1158:
1159: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1160: $.offset(M) ] added (related to feature #930)
1161:
1162: 2024-09-20 moko
1163:
1164: * src/: classes/array.C, types/pa_varray.h: array:
1165: +foreach[value]{code}, + add[hash with numeric keys] (related to
1166: feature #930)
1167:
1168: 2024-09-19 moko
1169:
1170: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1171: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1172: support $a[v1;v2;...] syntax (related to feature #930)
1173:
1174: 2024-09-17 moko
1175:
1176: * src/: classes/reflection.C, include/pa_request.h,
1177: main/compile_tools.h, main/pa_request.C:
1178: ^reflection:class_alias[existing class name;alias class name]
1179: added. The array class can now be redefined regardless of the
1180: $.replace(bool) option value (related to feature #930)
1181:
1182: * src/main/: compile.y, compile_tools.h: class_add return value
1183: inverted to add it to request class
1184:
1185: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1186: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1187: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1188: resize if required. spared array - added fused, append.
1189:
1.197 moko 1190: 2024-09-16 moko
1191:
1192: * src/types/pa_varray.h: get moved to where it belongs
1193:
1194: 2024-09-15 moko
1195:
1196: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1197: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1198:
1199: * tests/: 421.html, results/323.processed, results/421.processed:
1200: tests updated after 'spared-array' class renamed to 'array'
1201: following a discussion on the forum (related to feature #930)
1202:
1203: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1204: types/pa_vmail.C: initial SparseArray separation from Array,
1205: parser class now 'array'
1206:
1207: 2024-09-14 moko
1208:
1209: * tests/: 030.html, results/030.processed: out of range expires
1210: check added
1211:
1212: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1213: checking expires time using VDate
1214:
1215: 2024-09-13 moko
1216:
1217: * src/: classes/array.C, classes/curl.C, classes/date.C,
1218: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1219: classes/memcached.C, classes/op.C, classes/regex.C,
1220: classes/string.C, classes/xdoc.C, classes/xnode.C,
1221: main/execute.C, main/pa_http.C, main/pa_request.C,
1222: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1223: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1224: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1225: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1226: removed as dynamic_cast is faster, Value::is() is still required
1227: for is operator.
1228:
1229: 2024-09-12 moko
1230:
1231: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1232: classes/table.C, classes/xnode.C, include/pa_array.h,
1233: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1234: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1235: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1236: templated pa_itoa/pa_uitoa added to work with any integer type,
1237: String::Body::Format removed
1238:
1239: 2024-09-10 moko
1240:
1241: * src/classes/array.C: append and insert methods added to
1242: sparse-array (related to feature #930)
1243:
1244: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1245: tests updated after sparse-array was added to avoid ^json:parse[]
1246: using it in old tests (related to feature #930)
1247:
1248: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1249: types/pa_varray.h: sparse-array class added (initial feature #930
1250: implementation)
1251:
1252: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1253: for sparse-array class files (related to feature #930)
1254:
1255: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1256: types/pa_vhash.h: VArray support functions without actual VArray
1257: files (related to feature #930)
1258:
1.196 moko 1259: 2024-09-07 moko
1260:
1261: * src/: classes/curl.C, classes/string.C, classes/table.C,
1262: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1263: main/pa_http.C, main/pa_sql_driver_manager.C,
1264: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1265: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1266: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1267: with Hash::Iterator, has_next() replaced with operator bool
1268: (related to feature #930)
1269:
1270: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1271: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1272: types/pa_vstateless_class.C: Array class extended,
1273: Array::Iterator added and used (related to feature #930)
1274:
1.195 moko 1275: 2024-08-26 moko
1276:
1277: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1278: should be used on argv[0] as well to match document root.
1279:
1.194 moko 1280: 2024-08-25 moko
1281:
1282: * src/main/pa_request.C: be more specific
1283:
1284: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1285: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1286: (fixes bug #1244)
1287:
1288: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1289: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1290: rsplit(..., '\\') is not correct when / and \ are mixed in path
1291:
1292: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1293:
1.193 moko 1294: 2024-07-24 moko
1295:
1296: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1297: main/execute.C, main/pa_string.C: Warning war: clang changed
1298: -Wdeprecated-register warning to -Wregister, it's easier to
1299: remove all register vars then continue this fight. :)
1300:
1301: * src/main/: compile.y, compile.tab.C: warning war: register
1302: removed
1303:
1.192 moko 1304: 2024-07-14 moko
1305:
1306: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1307: checking the HTTP request environment; if the variable is not
1308: present, checking the web server process environment (implements
1309: feature #1242)
1310:
1.191 moko 1311: 2024-05-26 moko
1312:
1313: * tests/: 195.html, 229.html, results/096.processed,
1314: results/097.processed, results/158.processed,
1315: results/186.processed, results/273.processed,
1316: results/293.processed, results/317.processed,
1317: results/389.processed, results/402.processed: tests updated as
1318: single quote now escaped with ' in HTML tainting mode
1319: (related to feature #1241)
1320:
1321: * src/main/untaint.C: single quote now escaped with ' in HTML
1322: tainting mode (implements feature #1241)
1323:
1324: * tests/results/: 020.processed, 021.processed, 026.processed,
1325: 042.processed, 043.processed, 057.processed, 110.processed,
1326: 115.processed, 116.processed, 117.processed, 118.processed,
1327: 119.processed, 120.processed, 125.processed, 126.processed,
1328: 128.processed, 130.processed, 131.processed, 132.processed,
1329: 133.processed, 135.processed, 136.processed, 138.processed,
1330: 139.processed, 140.processed, 145.processed, 150.processed,
1331: 151.processed, 165.processed, 174.processed, 181.processed,
1332: 182.processed, 192.processed, 193.processed, 201.processed,
1333: 213.processed, 224.processed, 226.processed, 230.processed,
1334: 239.processed, 240.processed, 244.processed, 253.processed,
1335: 254.processed, 261.processed, 264.processed, 269.processed,
1336: 274.processed, 275.processed, 288.processed, 294.processed,
1337: 296.processed, 303.processed, 306.processed, 307.processed,
1338: 308.processed, 311.processed, 312.processed, 314.processed,
1339: 315.processed, 316.processed, 320.processed, 323.processed,
1340: 324.processed, 325.processed, 328.processed, 330.processed,
1341: 332.processed, 333.processed, 337.processed, 338.processed,
1342: 341.processed, 342.processed, 343.processed, 344.processed,
1343: 345.processed, 348.processed, 352.processed, 356.processed,
1344: 357.processed, 363.processed, 364.processed, 368.processed,
1345: 372.processed, 373.processed, 376.processed, 378.processed,
1346: 379.processed, 385.processed, 386.processed, 387.processed,
1347: 389.processed, 390.processed, 395.processed, 397.processed,
1348: 398.processed, 399.processed, 404.processed, 406.processed,
1349: 413.processed, 414.processed, 420.processed, 421.processed,
1350: 424.processed, auto.p: Type -> Exception type for readability
1351:
1352: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1353: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1354: results/119.processed, results/165.processed,
1355: results/175.processed, results/192.processed,
1356: results/213.processed, results/217.processed,
1357: results/230.processed, results/240.processed,
1358: results/298.processed, results/380.processed,
1359: results/415.processed: try-catch, try-catch-comment used
1360:
1361: 2024-05-21 moko
1362:
1363: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1364: results/180.processed, results/195.processed,
1365: results/224.processed, results/auto.p: @try-catch-comment added
1366: and used
1367:
1368: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1369: 415.html, results/269.processed, results/283.processed,
1370: results/auto.p: more tests are updated to prepare for apostrophe
1371: escaping in HTML tainting
1372:
1373: * tests/results/: 181.processed, 294.processed, 296.processed,
1374: 315.processed, 379.processed, 389.processed, auto.p:
1375: $exception.comment printed as-is for whitespace reporting and to
1376: prepare for apostrophe escaping in HTML mode
1377:
1.190 moko 1378: 2024-05-11 moko
1379:
1380: * tests/: 099.html, 100.html, results/099.processed,
1381: results/100.processed: a test for non-UTF-8 filename* added
1382: (related to feature #1240)
1383:
1384: * tests/: 293.html, results/293.processed: tainting modes tests
1385: added
1386:
1387: * tests/results/: 099.processed, 100.processed, 205.processed,
1388: 309.processed, 310.processed, 419.processed: tests results
1389: updated after filename* added (related to feature #1240)
1390:
1391: * src/: include/pa_common.h, main/pa_request.C: The filename*
1392: parameter was added to the Content-Disposition header to conform
1393: with RFC 6266, with code provided by Sumo (implements feature
1394: #1240)
1395:
1396: 2024-05-10 moko
1397:
1398: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1399: positive performance effect in our case
1400:
1.189 moko 1401: 2024-03-27 moko
1402:
1403: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1404: (related to feature #1236)
1405:
1406: 2024-03-15 moko
1407:
1408: * tests/: 413.html, results/413.processed: test for object still
1409: can be used as file parameter (related to bug #1218)
1410:
1411: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1412: still can be used in file context (fixes bug #1218)
1413:
1414: 2024-03-14 moko
1415:
1416: * src/include/pa_string.h: ArrayString get() null result assert
1417: also added (related to bug #1238)
1418:
1419: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1420: VString::empty() used instead of new VString()
1421:
1422: 2024-03-12 moko
1423:
1424: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1425: results/379.processed: test added for cookie without value
1426: (related to bug #1238)
1427:
1428: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1429: values are now required to be non-null (related to bug #1238)
1430:
1431: * src/main/pa_http.C: cookies without value are now parsed
1432: correctly (fixed bug #1238)
1433:
1434: 2024-03-11 moko
1435:
1436: * tests/run_parser.sh: for better error reporting
1437:
1.188 moko 1438: 2023-12-30 moko
1439:
1440: * tests/: 038.html, results/038.processed: test for atan2 added
1441:
1442: 2023-12-29 moko
1443:
1444: * src/classes/math.C: atan2(y,x) math function added
1445:
1.187 moko 1446: 2023-12-14 moko
1447:
1448: * tests/212.html: pcre2 compatibility (related to feature #1236)
1449:
1450: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1451: exceptions and behavour added (related to feature #1236)
1452:
1453: 2023-12-13 moko
1454:
1455: * buildall: by default parser is now bundled with pcre2 10.42,
1456: --without-pcre2 option added to build with pcre-8.45 (related to
1457: feature #1236)
1458:
1459: 2023-12-12 moko
1460:
1461: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1462: support added (implements feature #1236)
1463:
1464: * src/: include/pa_charset.h, include/pa_config_includes.h,
1465: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1466: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1467: types/pa_vregex.h: Adopted patch from Yavor Doganov
1468: <yavor@gnu.org> to add pcre2 library support (implements feature
1469: #1236)
1470:
1.186 moko 1471: 2023-11-28 moko
1472:
1473: * src/include/pa_config_includes.h: warnings war continues
1474:
1475: * src/include/pa_config_includes.h: warning war
1476:
1477: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1478: number strings, whitespace and sign in exception messages
1479: (related to bug #1234)
1480:
1.185 moko 1481: 2023-11-26 moko
1482:
1483: * tests/: 274.html, results/224.processed, results/274.processed:
1484: tests for date double, int, bool added (related to feature #1235)
1485:
1486: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1487: added for date class (implements feature #1235)
1488:
1489: 2023-11-23 moko
1490:
1491: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1492: and '-' strings are no longer can be treated as number 0,
1493: exception thrown (fixes bug #1234)
1494:
1.184 moko 1495: 2023-11-18 moko
1496:
1497: * src/include/pa_types.h: minor
1498:
1499: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1500:
1501: * tests/: 389.html, results/389.processed: error messages for some
1502: OS differs a bit, reducing failing tests for them
1503:
1504: 2023-11-17 moko
1505:
1506: * tests/: 423.html, results/423.processed: test for optional
1507: @auto[] inheritance added (related to feature #1233)
1508:
1509: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1510: types/pa_vstateless_class.C: optional @auto[] inheritance
1511: implemented if defined with two args (path, class name)
1512: (implements feature #1233)
1513:
1514: * src/: classes/double.C, classes/int.C, classes/math.C,
1515: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1516: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1517: sync double->int overflow behavour under different architectures
1518: (fixes bug #1232)
1519:
1520: * tests/: 422.html, results/422.processed: int clipping added
1521:
1522: 2023-11-16 moko
1523:
1524: * tests/: 422.html, results/422.processed: test for int and uint
1525: overflow in ^n.format[d/u/x]
1526:
1527: * src/classes/math.C: bugfix: crc32 should not be negative (under
1528: Apple M1 when negative double converts to uint the result is 0)
1529: and crc32 should be 32 bits
1530:
1531: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1532: on Apple M1 it's 0
1533:
1534: * src/classes/file.C: bugfix: crc32 should not be negative (under
1535: Apple M1 when negative double converts to uint the result is 0)
1536: and crc32 should be 32 bits
1537:
1.183 moko 1538: 2023-10-07 moko
1539:
1540: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1541: behavour with other OP_NUM_*, related to bug #1230
1542:
1543: 2023-10-06 moko
1544:
1545: * tests/: 338.html, results/338.processed: test for bug #1230 added
1546:
1547: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1548: be converted to double to avoid 80 bit operations in x87 mode
1549: (fixes bug #1230)
1550:
1551: 2023-10-05 moko
1552:
1553: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1554: compatibility
1555:
1556: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1557:
1558: * tests/: 421.html, results/421.processed: test to cover all
1559: classes and objects nonexistent method and field exceptions
1560: (related to feature #1080 and #1227)
1561:
1562: * tests/results/: 182.processed, 324.processed: undefined method ->
1563: <type> method not found exception (related to feature #1080)
1564:
1565: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1566: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1567: "element can not be fetched from" for them, "field not found" for
1568: all other types (related to bug #1227)
1569:
1570: 2023-10-03 moko
1571:
1572: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1573: <type> method not found" exception now thrown for static calls
1574: instead of "undefined method" without class name (related to
1575: feature #1080)
1576:
1577: 2023-10-02 moko
1578:
1579: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1580: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1581: <method name>, Comment: <type> method not found" exception now
1582: thrown for all dynamic objects instead of "undefined method"
1583: without class name (implements feature #1080)
1584:
1.182 moko 1585: 2023-10-01 moko
1586:
1587: * src/classes/json.C: we don't have a dynamic json object.
1588:
1589: 2023-09-28 moko
1590:
1591: * tests/: 420.html, results/261.processed, results/420.processed:
1592: tests updated after bug #1228 fix reverted
1593:
1594: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1595: whitespace string is hash compatible, so we don't want $s.key to
1596: return a junction
1597:
1598: * tests/: 261.html, 420.html, results/261.processed,
1599: results/420.processed: test for bug #1227 added, test updated
1600: after bug #1228 fixed
1601:
1602: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1603: now throws exception as $non-empty-string.field (fixes bug #1227)
1604:
1605: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1606: #1228)
1607:
1608: 2023-09-26 moko
1609:
1610: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1611: src/classes/classes.C, src/classes/classes.awk,
1612: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1613: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1614: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1615: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1616: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1617: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1618: src/classes/regex.C, src/classes/response.C,
1619: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1620: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1621: src/include/pa_array.h, src/include/pa_base64.h,
1622: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1623: src/include/pa_charsets.h, src/include/pa_common.h,
1624: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1625: src/include/pa_dictionary.h, src/include/pa_dir.h,
1626: src/include/pa_exception.h, src/include/pa_exec.h,
1627: src/include/pa_globals.h, src/include/pa_hash.h,
1628: src/include/pa_http.h, src/include/pa_memory.h,
1629: src/include/pa_opcode.h, src/include/pa_operation.h,
1630: src/include/pa_os.h, src/include/pa_pool.h,
1631: src/include/pa_random.h, src/include/pa_request.h,
1632: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1633: src/include/pa_sapi.h, src/include/pa_socks.h,
1634: src/include/pa_sql_connection.h,
1635: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1636: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1637: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1638: src/include/pa_table.h, src/include/pa_threads.h,
1639: src/include/pa_types.h, src/include/pa_uue.h,
1640: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1641: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1642: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1643: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1644: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1645: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1646: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1647: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1648: src/main/compile.tab.C, src/main/compile.y,
1649: src/main/compile_tools.C, src/main/compile_tools.h,
1650: src/main/execute.C, src/main/pa_base64.C,
1651: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1652: src/main/pa_charsets.C, src/main/pa_common.C,
1653: src/main/pa_dictionary.C, src/main/pa_dir.C,
1654: src/main/pa_exception.C, src/main/pa_exec.C,
1655: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1656: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1657: src/main/pa_request.C, src/main/pa_socks.C,
1658: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1659: src/main/pa_stylesheet_connection.C,
1660: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1661: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1662: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1663: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1664: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1665: src/targets/apache/mod_parser3_core.C,
1666: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1667: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1668: src/types/pa_method.h, src/types/pa_property.h,
1669: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1670: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1671: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1672: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1673: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1674: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1675: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1676: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1677: src/types/pa_vhash.C, src/types/pa_vhash.h,
1678: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1679: src/types/pa_vimage.C, src/types/pa_vimage.h,
1680: src/types/pa_vint.h, src/types/pa_vjunction.C,
1681: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1682: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1683: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1684: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1685: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1686: src/types/pa_vobject.h, src/types/pa_vregex.C,
1687: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1688: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1689: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1690: src/types/pa_vstateless_class.h,
1691: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1692: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1693: src/types/pa_vstring.h, src/types/pa_vtable.C,
1694: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1695: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1696: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1697: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1698: src/types/pa_wwrapper.h: copyright, authors actualized
1699:
1.181 moko 1700: 2023-08-20 moko
1701:
1702: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1703: commited (related to feature #1219)
1704:
1705: 2023-08-16 moko
1706:
1707: * src/main/pa_random.C: replaced clock precision with monotonicity
1708: counter, good for Windows version with low clock frequency
1709: (related to feature #1229)
1710:
1711: 2023-08-15 moko
1712:
1713: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1714: fixes related to feature #1229
1715:
1716: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1717: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1718: (implements feature #1229)
1719:
1.180 moko 1720: 2023-08-02 moko
1721:
1722: * tests/: results/417.processed, 417.html: test for empty string
1723: match after last char added (related to bug #1224)
1724:
1725: * src/main/pa_string.C: avoid prestart++ after last char on zero
1726: length match (related to bug #1224)
1727:
1.179 moko 1728: 2022-11-22 moko
1729:
1730: * tests/: 419.html, results/419.processed: test for L_URI and path
1731: removeal from filename added (related to bug #1204)
1732:
1733: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1734: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1735: attribute value, L_URI should be used
1736:
1.178 moko 1737: 2022-09-21 moko
1738:
1739: * src/targets/cgi/parser3.C: more clear error messages
1740:
1741: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1742: SAPI_Info will return 0 in read_post and post_size !=
1743: content_length will be thrown
1744:
1.177 moko 1745: 2022-08-23 moko
1746:
1747: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1748: header value
1749:
1750: 2022-08-22 moko
1751:
1752: * tests/: 418.html, results/418.processed: test for
1753: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1754: to #1225)
1755:
1756: * src/classes/hash.C: keep old behavoir by default
1757:
1758: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1759: $.order[self|arg] ] added (implements #1215)
1760:
1.176 moko 1761: 2022-03-21 moko
1762:
1763: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1764: xmlInitCharEncodingHandlers is called in libxml static
1765: initializers before gc_substitute_memory_management_functions in
1766: pa_globals and thus gc may not see reference to our
1767: xmlCharEncodingHandler and free it.
1768:
1.175 moko 1769: 2022-01-26 moko
1770:
1771: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1772:
1.174 moko 1773: 2021-12-28 moko
1774:
1775: * tests/: 417.html, results/417.processed: test for empty string
1776: match added (related to bug #1224)
1777:
1778: * src/main/pa_string.C: empty string match now works (fixes bug
1779: #1224)
1780:
1.173 moko 1781: 2021-12-24 moko
1782:
1783: * tests/: 415_dir/29.p, results/415.processed: yet another test
1784:
1785: 2021-12-23 moko
1786:
1787: * src/: classes/table.C, main/pa_request.C: warnings war
1788:
1789: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1790: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1791:
1792: 2021-12-21 moko
1793:
1794: * tests/: 416.html, results/416.processed: test for ^break[] in
1795: ^hash/table.select[] (related to feature #1222)
1796:
1797: * src/classes/: hash.C, table.C: ^break[] support for
1798: ^hash/table.select[] (implements feature #1222)
1799:
1.172 moko 1800: 2021-11-30 moko
1801:
1802: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1803: 0.5 sec
1804:
1.171 moko 1805: 2021-11-10 moko
1806:
1807: * tests/results/415.processed: more syntax errors tests added
1808:
1809: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1810: 28.p: minor syntax error tests
1811:
1812: * src/main/pa_exception.C: pa_strdup added for compatibility
1813:
1814: * src/classes/curl.C: hint to call ^curl:options[
1815: $.library[correct.libcurl.so.name] ] added if default load fails.
1816:
1817: 2021-11-09 moko
1818:
1819: * src/main/compile.y: error message can be on stack
1820:
1821: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1822:
1823: * src/main/pa_charset.C: memcpy is more correct and efficient in
1824: this case then strncpy
1825:
1826: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1827: instead of strcpy where possible
1828:
1829: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1830: used to avoid MAX_STRING limit in Exception comment
1831:
1832: * tests/results/415.processed: compiler exceptions are no longer
1833: limited to MAX_STRING
1834:
1835: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1836: char * instead of fixed buffer
1837:
1838: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1839: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1840: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1841: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1842: results/415.processed: tests for parser.compile exceptions added
1843:
1844: 2021-11-08 moko
1845:
1846: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1847: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1848: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1849: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1850: drawbacks
1851:
1.170 moko 1852: 2021-11-06 moko
1853:
1854: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1855: (implements feature #1219)
1856:
1857: * tests/: 414.html, results/414.processed: test for
1858: ^hash.rename[from;to] added (related to feature #1144)
1859:
1860: 2021-11-05 moko
1861:
1862: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1863: (related to feature #1144)
1864:
1865: 2021-11-04 moko
1866:
1867: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1868: added (implements feature #1144)
1869:
1.169 moko 1870: 2021-10-19 moko
1871:
1872: * tests/: 413.html, results/413.processed: test for hash no longer
1873: is accepted as file parameter (related to bug #1218)
1874:
1875: * src/: classes/curl.C, classes/file.C, classes/image.C,
1876: classes/math.C, classes/xdoc.C, types/pa_value.C,
1877: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1878: longer is accepted as file parameter (fixes bug #1218)
1879:
1.168 moko 1880: 2021-07-19 moko
1881:
1882: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1883: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1884:
1.167 moko 1885: 2021-04-16 moko
1886:
1887: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1888: processing it leads to assertions.
1889:
1.166 moko 1890: 2021-03-25 moko
1891:
1892: * tests/: 412.html, results/412.processed: test to demonstrate bug
1893: #1213
1894:
1.165 moko 1895: 2021-02-12 moko
1896:
1897: * tests/: 360.html, results/360.processed, results/363.processed:
1898: parser method call in expression mode no longer differs from call
1899: in string mode (related to feature #1211)
1900:
1901: 2021-02-11 moko
1902:
1903: * src/types/pa_vmail.C: mail parsing with Windows line endings
1904: fixed (bug #1212)
1905:
1906: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1907: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1908: strings in both calls (implements feature #1211)
1909:
1.164 moko 1910: 2021-01-28 moko
1911:
1912: * buildall, etc/auto.p.in: to remove last patch in debian package
1913:
1914: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1915: 3.4.7b
1916:
1.162 moko 1917: 2021-01-21 moko
1918:
1919: * src/main/pa_http.C: no alarm() in file::load when web server mode
1920: is MULTITHREADED
1921:
1.157 moko 1922: 2021-01-20 moko
1923:
1.161 moko 1924: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1925: 'a2enmod mpm_prefork'
1926:
1.160 moko 1927: * src/targets/apache/mod_parser3.c: prefork name is now
1928: 'libapache2-mpm-itk'
1929:
1930: * src/targets/apache/mod_parser3_core.C: last regular malloc
1931: removed
1932:
1.159 moko 1933: * src/targets/isapi/Makefile.am: -pa_threads.C
1934:
1.158 moko 1935: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1936: 3.4.6
1937:
1.157 moko 1938: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1939:
1940: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1941: /httpd.p
1942:
1943: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1944: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1945: #1203)
1946:
1947: 2021-01-19 moko
1948:
1949: * buildall: --disable-parallel-mark added to avoid "number of
1950: processors" threads creation for heap marking as it conflicts
1951: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1952: limits threads)
1953:
1.156 moko 1954: 2021-01-16 moko
1955:
1956: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1957: main/pa_globals.C, main/pa_memory.C,
1958: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1959: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1960: feature #1209)
1961:
1962: 2021-01-15 moko
1963:
1964: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1965: 3.4.6rc
1966:
1967: * src/classes/json.C: get_delim added for delimiter caching (10%
1968: faster on large json)
1969:
1970: 2021-01-14 moko
1971:
1.211 moko 1972: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1973:
1974: * tests/results/224.processed: test result modified after
1975: today(shift) implemented
1976:
1977: * tests/: 407.html, results/407.processed: test for ^hash.select
1978: option $.default(bool) added (related to feature #1172)
1979:
1980: * src/classes/hash.C: ^hash.select option $.default(bool) added
1981: (related to feature #1172)
1982:
1983: * tests/: 141.html, results/141.processed: test modified for
1984: feature #1185.
1985:
1986: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1987: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1988: options $.lower(bool) (implements feature #1185)
1989:
1990: 2021-01-11 moko
1991:
1992: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1993: #1192)
1994:
1995: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1996: added (related to feature #1192)
1997:
1.155 moko 1998: 2021-01-05 moko
1999:
2000: * tests/: 270.html, results/270.processed: test modified to work
2001: under Windows
2002:
2003: * tests/: 390.html, 395.html, results/395.processed: tests updated
2004: 4 windows
2005:
2006: * tests/: 410.html, results/410.processed: test for
2007: $CLASS-GETTER-PROTECTED(false) added
2008:
2009: 2021-01-04 moko
2010:
2011: * tests/: 409.html, results/409.processed, results/auto.p: test for
2012: $MAIN:LOCALS(true) added
2013:
1.154 moko 2014: 2021-01-03 moko
2015:
2016: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2017: types/pa_vclass.h, types/pa_vstateless_class.C,
2018: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2019: +LOCALS. $main -> $MAIN in exception texts (implements feature
2020: #1207)
2021:
2022: 2021-01-02 moko
2023:
2024: * etc/auto.p.in: minor
2025:
2026: * src/main/pa_request.C: sending headers only after opening file to
2027: allow error reporting if file was not opened (foreign group,
2028: etc).
2029:
2030: 2020-12-31 moko
2031:
2032: * src/: include/pa_request.h, main/pa_request.C,
2033: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2034:
2035: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2036: main/pa_request.C: get_class_ref added and used
2037:
2038: * etc/auto.p.in: @CLASS httpd added
2039:
2040: * etc/auto.p.in: @auto[] is now first
2041:
2042: 2020-12-30 moko
2043:
2044: * tests/: 408.html, results/408.processed: test for bug #1166
2045: (windows only) added
2046:
2047: * src/main/pa_common.C: create_dir_for_file should not create dir
2048: for trailing / (fixes bug #1166)
2049:
2050: * tests/: 341.html, results/341.processed: tests for
2051: ^nameless_table.hash[] added (related to feature #1138)
2052:
2053: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2054: (implements feature #1138), extra fields in named tables no
2055: longer ignored (implements feature #1138)
2056:
2057: * tests/results/390.processed: updated after exception text change
2058:
2059: 2020-12-29 moko
2060:
2061: * tests/: 407.html, results/407.processed: +$._default check
2062:
2063: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2064:
2065: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2066: and ^hash.reverse[] added (releated to feature #1172)
2067:
2068: * src/classes/hash.C:
2069: ^hash.select[key;value](bool-condition)[options hash] +
2070: ^hash.reverse[] added (implements feature #1172)
2071:
2072: * src/types/pa_vtable.h: warning war
2073:
2074: * src/include/pa_config_fixed.h: win32 fix
2075:
1.153 moko 2076: 2020-12-27 moko
2077:
2078: * tests/: 406.html, results/406.processed: test results updated
2079:
2080: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2081: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2082: spelling
2083:
2084: 2020-12-26 moko
2085:
2086: * tests/: 406.html, results/406.processed: tests for
2087: ^table.rename[] added (related to feature #1148)
2088:
2089: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2090: ^table.rename[column name from;column name to], ^table.rename[
2091: $.[column name from][column name to] ... ] added (implements
2092: feature #1148)
2093:
2094: 2020-12-25 moko
2095:
2096: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2097: request_info now on stack to avoid yet another THREAD_LOCAL
2098: memory deallocation issue (now with cookies), explained in #1203
2099:
2100: * src/types/pa_vcookie.C: fields should be inited
2101:
2102: 2020-12-24 moko
2103:
2104: * src/include/pa_stylesheet_connection.h: looks like
2105: xsltFreeStylesheet leads to memory double-free. If so, it's for
2106: sure libxml bug, but we have GC anyway, so we just remove this
2107: call and see...
2108:
2109: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2110: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2111: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2112: abort.c:65:8 frame #3: 0x00000000004da663
2113: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2114: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2115: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2116: malloc.c:617:9 frame #5: 0x0000000000577f0c
2117: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2118: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2119: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2120: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2121: frame #8: 0x000000000050d35c
2122: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2123: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2124: frame #10: 0x00000000004436e5
2125: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2126: [inlined]
2127: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2128: pa_stylesheet_connection.h:62:3
2129:
2130: 2020-12-23 moko
2131:
2132: * src/classes/image.C: ^image::measure[; $.video() ] option added
2133:
2134: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2135: ^image::measure[; $.video(true) ] added
2136:
2137: * src/main/pa_exec.C: not cleared automatically in multithreaded
2138: httpd mode for unknown reasons
2139:
2140: 2020-12-22 moko
2141:
2142: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2143: error_log uri of currently processed document", but never used
2144: and conflicts with how libgc stops threads on FreeBSD (#define
2145: SIG_SUSPEND SIGUSR1), thus removed.
2146:
2147: 2020-12-21 moko
2148:
2149: * src/main/pa_request.C: +comment
2150:
1.151 moko 2151: 2020-12-20 moko
2152:
1.152 moko 2153: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2154: it is more safe to have versions of pa_strdup with one and two
2155: arguments, as helper_length=0 not always mean that strlen()
2156: should be called, but means zero.
2157:
2158: * src/targets/isapi/parser3isapi.C: minor
2159:
2160: * src/main/pa_http.C: +valid_http_method
2161:
1.151 moko 2162: * src/: include/pa_http.h, main/pa_http.C,
2163: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2164:
2165: 2020-12-17 moko
2166:
2167: * tests/: 405.html, results/405.processed: test for split by regex
2168: added (related to feature #1160)
2169:
2170: * src/classes/string.C: split by regex implemented (feature #1160)
2171:
2172: * src/classes/string.C: minor
2173:
2174: * tests/: 404.html, results/404.processed: test for whitespace
2175: string is now OK for table argument (related to feature #1169)
2176:
2177: * src/: classes/image.C, classes/string.C, classes/table.C,
2178: types/pa_vmethod_frame.C: whitespace string is now OK for table
2179: argument (as with hash) (implements feature #1169)
2180:
2181: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2182: limit for comment (fixes bug #1102)
2183:
2184: * src/targets/cgi/parser3.C: +HAVE_TLS check
2185:
2186: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2187:
2188: * src/include/pa_config_includes.h: HAVE_TLS used
2189:
2190: * configure.ac: +TLS check
2191:
2192: * src/main/pa_http.C: content logging added
2193:
2194: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2195: clear_response_headers added
2196:
2197: 2020-12-16 moko
2198:
2199: * buildall: as we now use threads, libatomic_ops still required for
2200: some OS.
2201:
2202: * src/main/pa_request.C: whitespace
2203:
2204: * src/: include/pa_request.h, main/pa_request.C:
2205: Request::Exception_trace::table extracted and used
2206:
2207: * src/main/pa_request.C: moving output_result call outside of try
2208: as network exceptions should not be handled by parser code
2209:
2210: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2211: logging network exchange
2212:
2213: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2214: via network if it was network write error.
2215:
2216: * src/targets/cgi/parser3.C: log -> pa_log
2217:
2218: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2219:
2220: * src/main/pa_threads.C: getpid() if no gettid() found
2221:
2222: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2223: we need to ignore "void" connections from browsers (browsers open
2224: connections in advance and they will be empty if user does not
2225: request more pages)
2226:
2227: 2020-12-15 moko
2228:
2229: * src/targets/cgi/parser3.C: avoid previous uri in logs
2230:
2231: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2232: RequestController not needed in httpd mode
2233:
2234: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2235: classes/classes.h, classes/curl.C, classes/date.C,
2236: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2237: classes/hashfile.C, classes/image.C, classes/inet.C,
2238: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2239: classes/memcached.C, classes/memory.C, classes/op.C,
2240: classes/reflection.C, classes/regex.C, classes/response.C,
2241: classes/string.C, classes/table.C, classes/void.C,
2242: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2243: include/pa_array.h, include/pa_base64.h,
2244: include/pa_cache_managers.h, include/pa_charset.h,
2245: include/pa_charsets.h, include/pa_common.h,
2246: include/pa_config_fixed.h, include/pa_config_includes.h,
2247: include/pa_dictionary.h, include/pa_dir.h,
2248: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2249: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2250: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2251: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2252: include/pa_request_charsets.h, include/pa_request_info.h,
2253: include/pa_sapi.h, include/pa_socks.h,
2254: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2255: include/pa_stack.h, include/pa_string.h,
2256: include/pa_stylesheet_connection.h,
2257: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2258: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2259: include/pa_uue.h, include/pa_xml_exception.h,
2260: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2261: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2262: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2263: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2264: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2265: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2266: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2267: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2268: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2269: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2270: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2271: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2272: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2273: main/pa_sql_driver_manager.C, main/pa_string.C,
2274: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2275: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2276: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2277: main/untaint.C, sql/pa_sql_driver.h,
2278: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2279: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2280: targets/isapi/parser3isapi.C, types/pa_junction.h,
2281: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2282: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2283: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2284: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2285: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2286: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2287: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2288: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2289: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2290: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2291: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2292: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2293: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2294: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2295: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2296: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2297: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2298: types/pa_vstateless_object.h, types/pa_vstatus.C,
2299: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2300: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2301: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2302: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2303: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2304:
2305: * src/main/pa_request.C: old compilers support
2306:
2307: * tests/: 362.html, results/362.processed: test updated after
2308: changes after upgrade to libxml2-2.9.9 were made (related to bug
2309: #1108)
2310:
2311: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2312: removed, as xsltFreeStylesheet has side effects on original doc.
2313: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2314: not updated after xdoc modification (part 3 of test 362).
2315: (related to bug #1108)
2316:
2317: * src/targets/isapi/parser3isapi.C: +pa_strcat
2318:
2319: * src/: classes/memory.C, include/pa_memory.h,
2320: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2321: PA_GC_GCOLLECT used
2322:
2323: * src/include/pa_memory.h: +PA_GC_COLLECT
2324:
2325: * src/targets/cgi/parser3.C: msvs support fixes
2326:
2327: * src/lib/gc/include/gc.h: more cleanup
2328:
2329: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2330:
2331: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2332: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2333:
2334: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2335:
2336: * configure.ac: pthread.h added to checked headers
2337:
2338: * src/classes/table.C: string stream is back :)
2339:
2340: * src/classes/memory.C: GC_generate_random_backtrace no longer
2341: exists
2342:
2343: * src/main/pa_globals.C: GC_dont_gc replaced
2344:
2345: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2346: left to simplify adding new functions. depricated GC_dont_gc
2347: replaced with GC_disable and GC_enable calls.
2348:
2349: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2350: CORD_from_file* not used and thus removed
2351:
2352: * src/lib/gc/include/gc_allocator.h: minor cleanup
2353:
2354: 2020-12-14 moko
2355:
2356: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2357: referenced elsewhere, or GC will collect it.
2358:
2359: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2360: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2361: elsewhere, or GC will collect them (and we'll get GPF in
2362: multithreaded enviroment). May be it can be also fixed by some
2363: GC call, not sure. But this fix costs nothing (but hours of
2364: debugging to find the issue :).
2365:
1.150 moko 2366: 2020-12-11 moko
2367:
2368: * configure.ac: gettid() check added
2369:
2370: * src/main/pa_threads.C: HAVE_GETTID used
2371:
2372: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2373:
2374: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2375: version for isapi/cgi/apache
2376:
2377: * buildall: threads are now required.
2378:
2379: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2380: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2381: main/main.vcproj: pa_threads.C moved to main
2382:
2383: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2384: isapi/pa_threads.C: pa_threads.C moved to main
2385:
2386: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2387: targets/apache/Makefile.am: pa_threads.C moved to main
2388:
2389: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2390:
2391: * src/: include/pa_stylesheet_connection.h,
2392: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2393: and weird GPF in multithreaded httpd is gone
2394:
2395: * src/include/: pa_stylesheet_connection.h,
2396: pa_sql_driver_manager.h: whitespace
2397:
2398: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2399:
2400: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2401: main/pa_stylesheet_manager.C: whitespace, warning war
2402:
2403: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2404: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2405: parser_multithreaded never used
2406:
2407: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2408:
2409: 2020-12-10 moko
2410:
2411: * src/: include/pa_config_includes.h, include/pa_http.h,
2412: main/pa_http.C, targets/cgi/parser3.C: initial support for
2413: MULTITHREADED and PARALLEL httpd server modes
2414:
2415: * src/main/pa_globals.C: GC_java_finalization is depricated
2416:
2417: 2020-12-09 moko
2418:
2419: * etc/auto.p.in: + @httpd-main
2420:
2421: * src/: include/pa_common.h, main/pa_request.C,
2422: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2423: work
2424:
2425: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2426: slow file_read_binary no longer used, send_range added
2427:
2428: 2020-12-08 moko
2429:
2430: * src/main/pa_request.C: >4Gb support
2431:
2432: * src/targets/cgi/parser3.C: msvc warning war
2433:
2434: * src/: include/pa_config_includes.h, main/pa_http.C,
2435: main/pa_request.C: msvc warnings war
2436:
2437: * src/classes/image.C: warning war
2438:
2439: * src/classes/table.C: MSVC warning war
2440:
2441: * src/targets/cgi/parser3.C: msvc warnings war
2442:
2443: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2444: added
2445:
1.149 moko 2446: 2020-12-07 moko
2447:
1.150 moko 2448: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2449: avoid logging beside system-wide auto.p
2450:
2451: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2452:
2453: * configure, configure.ac, src/include/pa_config_auto.h.in:
2454: configure options added:
2455:
2456: --with-system-cfg=FILE to specify system-wide auto.p
2457: --with-system-log=FILE to specify system-wide parser3.log
2458:
2459: * Makefile.am: bin no longer exists
2460:
2461: * configure, configure.ac: auto.p moved to etc to simplify debian
2462: package
2463:
2464: * buildall: auto.p and parser3.charsets moved to their default
2465: location after install
2466:
2467: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2468:
2469: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2470:
1.149 moko 2471: * src/targets/cgi/parser3.C: locate_config call returned to
2472: original place as it requires pa_thread_request() under Windows
2473:
2474: * src/targets/cgi/parser3.C: renaming
2475:
2476: 2020-12-06 moko
2477:
2478: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2479: check added
2480:
2481: 2020-12-04 moko
2482:
2483: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2484: main/pa_request.C: unified uint64_t lseek implemented to support
2485: >4Gb files under x86, including Windows
2486:
2487: 2020-12-02 moko
2488:
2489: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2490: with max_file_size
2491:
2492: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2493: support for processing files sized >4Gb on 32 bit planforms
2494:
2495: * tests/399.html: file moved
2496:
2497: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2498:
2499: * src/targets/cgi/pa_sapi_info.h: warning war
2500:
2501: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2502: warning war
2503:
2504: 2020-12-01 moko
2505:
2506: * src/classes/image.C: mp4 extended size (>4Gb) support added
2507:
2508: * src/classes/image.C: for "size not found" exception to be shown
2509: if size not found until eof
2510:
2511: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2512: bit linux)
2513:
2514: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2515: #1188)
2516:
2517: 2020-11-30 moko
2518:
2519: * src/classes/image.C: definitions moved closer to code
2520:
2521: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2522: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2523: 395_dir/3_VP8X.webp, results/395.processed,
2524: results/396.processed: tests for ^image::measure[] .webp support
2525: added, all image files moved into one directory (related to
2526: feature #1188)
2527:
2528: * src/classes/image.C: ^image::measure[] now supports webp (feature
2529: #1188)
2530:
1.148 moko 2531: 2020-11-29 moko
2532:
2533: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2534: processing, unnessesary defines removed
2535:
2536: 2020-11-24 moko
2537:
2538: * tests/results/: 099.processed, 100.processed, 205.processed,
2539: 309.processed, 310.processed: Content-Disposition: inline
2540: returned
2541:
2542: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2543: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2544: ] added (related to bug #1204)
2545:
2546: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2547: ] supported to avoid Content-Disposition: inline;
2548: filename="<file>.ext" but still set Content-Type for ext (related
2549: to bug #1204)
2550:
1.147 moko 2551: 2020-11-22 moko
2552:
2553: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2554: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2555:
2556: * src/main/pa_request.C: content_disposition_inline returned.
2557:
2558: 2020-11-17 moko
2559:
2560: * src/main/pa_request.C: empty main method name support
2561:
2562: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2563: config_handler added, stdout flush added.
2564:
2565: 2020-11-16 moko
2566:
2567: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2568:
2569: * tests/results/: 099.processed, 205.processed, 237.processed,
2570: 309.processed, 310.processed: Content-Disposition: inline is not
2571: required and should not contain filename="<name>"
2572:
2573: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2574: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2575: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2576:
1.146 moko 2577: 2020-11-14 moko
2578:
2579: * src/targets/cgi/parser3.C: spelling
2580:
2581: * src/targets/cgi/parser3.C: renaming
2582:
2583: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2584: relocated
2585:
2586: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2587: before request processing, which is weired
2588:
2589: 2020-11-13 moko
2590:
2591: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2592: copied in httpd.
2593:
2594: 2020-11-12 moko
2595:
2596: * src/main/pa_http.C: ALARM code unified to be used in httpd
2597:
2598: * src/: include/pa_request.h, main/pa_request.C,
2599: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2600:
2601: * src/main/pa_http.C: URI validation added
2602:
2603: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2604: can't be empty but can be null. httpd-main is now main method
2605: name for httpd mode
2606:
2607: 2020-11-11 moko
2608:
2609: * src/main/pa_request.C: path_translated can be null in httpd mode
2610:
2611: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2612: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2613: classes/xdoc.C, include/pa_request.h, main/execute.C,
2614: main/pa_request.C: r.absolute -> r.full_disk_path
2615:
2616: * src/targets/cgi/parser3.C: if filename to process is not
2617: specified, auto.p should be present.
2618:
1.145 moko 2619: 2020-11-03 moko
2620:
2621: * src/: classes/op.C, include/pa_request.h: unused argument removed
2622:
2623: * src/main/pa_request.C: content_disposition_inline is the default,
2624: not required.
2625:
1.144 moko 2626: 2020-10-29 moko
2627:
2628: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2629: ^use[file; $.main(true) ] implemented for auto.p processing and
2630: path_translated changing to correct relative files path
2631: calculation in httpd mode
2632:
2633: * src/: include/pa_request.h, main/pa_request.C:
2634: fail_on_read_problem removed, as it allways true, as if should
2635: be.
2636:
2637: * src/: include/pa_request.h, main/pa_request.C,
2638: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2639: targets/isapi/parser3isapi.C: clearing config_filespec when
2640: config was not found, thus flag not required and removed.
2641:
2642: 2020-10-28 moko
2643:
2644: * tests/: 402.html, results/402.processed: error reporting test
2645:
2646: * src/main/execute.C: better error reporting when
2647: $result[^hash::create[]] in @main.
2648:
2649: * src/main/: execute.C, pa_request.C: frame.result() should be used
2650: + minor optimization
2651:
2652: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2653: main/pa_xml_io.C: execute_*_method simplified and unified
2654:
2655: 2020-10-27 moko
2656:
2657: * tests/: 306.html, results/306.processed: a bit more testing. :)
2658:
2659: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2660: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2661: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2662: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2663: types/pa_vmethod_frame.h, types/pa_vobject.C,
2664: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2665: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2666: longer used in object-prototype mode
2667:
2668: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2669: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2670: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2671: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2672: $form:name[value] features
2673:
1.143 moko 2674: 2020-10-18 moko
2675:
2676: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2677:
2678: 2020-10-15 moko
2679:
2680: * src/main/pa_http.C: url no longer needed as
2681: ALTER_EXCEPTION_SOURCE is used
2682:
2683: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2684: main/pa_http.C: check_file_size filespec is now optional
2685:
2686: * src/: classes/curl.C, include/pa_exception.h,
2687: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2688: ALTER_EXCEPTION_COMMENT added for better error reporting
2689:
2690: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2691: results/346-curl.processed, results/379-curl.processed,
2692: results/379.processed: test results updated as load now provides
2693: better error reporting + curl responses updated
2694:
2695: 2020-10-14 moko
2696:
2697: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2698: main/pa_string.C, targets/apache/mod_parser3_core.C,
2699: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2700: checked. 10 is now default base, no hex autodetect by default
2701:
2702: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2703: connection socket closing in destructor + accept exception
2704: handling
2705:
2706: * src/targets/cgi/parser3.C: warning war
2707:
2708: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2709: main/pa_request.C, targets/apache/mod_parser3_core.C,
2710: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2711: exception handling unified
2712:
2713: 2020-10-13 moko
2714:
2715: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2716: autodetection
2717:
2718: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2719:
2720: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2721:
2722: * src/main/pa_http.C: warning war
2723:
1.142 moko 2724: 2020-10-12 moko
2725:
1.143 moko 2726: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2727: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2728: unhandled exception code optimization
2729:
2730: * src/targets/cgi/parser3.C: request_info now global variable
2731:
2732: * src/main/pa_http.C: http_read_response moved to HTTP_response
2733: class
2734:
2735: * src/: include/pa_http.h, main/pa_http.C,
2736: targets/cgi/pa_sapi_info.h: read_post implemented
2737:
1.142 moko 2738: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2739: [host:]port syntax support in httpd mode
2740:
2741: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2742: targets/cgi/parser3.C: populate_env added
2743:
2744: * src/include/pa_hash.h: to make get(char *) compiling in
2745: HashStringString
2746:
2747: 2020-10-10 moko
2748:
2749: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2750: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2751:
2752: * src/: include/pa_http.h, include/pa_request_info.h,
2753: main/pa_http.C, main/pa_string.C,
2754: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2755: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2756: types/pa_vrequest.C: initial httpd mode implementation
2757:
1.141 moko 2758: 2020-10-04 moko
2759:
2760: * src/targets/cgi/parser3.C: options together
2761:
2762: 2020-09-30 moko
2763:
2764: * src/main/pa_http.C: renamed
2765:
1.140 moko 2766: 2020-08-14 moko
2767:
2768: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2769: src/targets/cgi/Makefile.am: no httpd as separate library
2770:
2771: 2020-08-13 moko
2772:
2773: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2774: unhandled exception handler to report 500 instead of 200 it was
2775: before.
2776:
2777: * src/targets/apache/mod_parser3_core.C: minor cleanup
2778:
2779: * src/: include/pa_sapi.h, main/untaint.C,
2780: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2781: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2782: thus replaced with SAPI::die and removed
2783:
2784: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2785: cgi/parser3.C: whitespace
2786:
2787: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2788:
2789: 2020-08-12 moko
2790:
2791: * src/targets/cgi/parser3.C: duplicate info in signal logging
2792: removed, whitespace was: SIGPIPE received while executing code.
2793: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2794: cl=0]
2795:
2796: * parser3.sln: + httpd.vcproj
2797:
2798: 2020-08-11 moko
2799:
2800: * src/targets/cgi/Makefile.am: +libhttpd
2801:
2802: * configure.ac, src/lib/Makefile.am: +libhttpd
2803:
1.139 moko 2804: 2020-07-13 moko
2805:
2806: * tests/: 401.html, results/401.processed: test for hash key does
2807: not keep language, but tainted in foreach.
2808:
1.138 moko 2809: 2020-07-01 moko
2810:
2811: * tests/: 235.html, results/235.processed: test result updated as
2812: messages before attachments implemented (feature #1176)
2813:
1.137 moko 2814: 2020-06-27 moko
2815:
2816: * tests/: 400.html, results/400.processed: test updated to check
2817: ^return{code}
2818:
2819: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2820: fixed
2821:
2822: 2020-06-26 moko
2823:
2824: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2825: added (related to https://www.parser.ru/forum/?id=85319)
2826:
2827: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2828: when $result assignment was last statement in the method
2829: (https://www.parser.ru/forum/?id=85319)
2830:
1.136 moko 2831: 2020-05-23 moko
2832:
2833: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2834: whitespace, unused level removed
2835:
2836: 2020-05-19 moko
2837:
2838: * src/types/pa_vmail.C: whitespace
2839:
2840: * src/types/pa_vmail.C: files should be processed last (related to
2841: feature #1176)
2842:
1.135 moko 2843: 2020-05-12 moko
2844:
2845: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2846: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2847:
2848: * configure.ac: FreeBSD1X.X check added to avoid
2849: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2850:
1.134 moko 2851: 2020-02-26 moko
2852:
2853: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2854: compilation issue (related to bug #1201)
2855:
2856: * src/main/pa_common.C: entry_readable -> entry_exists,
2857: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2858: -f and -d now works under Windows in UTF-8 with Russian
2859: filenames.
2860:
2861: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2862: advice (related to feature #1199)
2863:
2864: 2020-02-25 moko
2865:
2866: * buildall: --silent removed
2867:
2868: * configure.ac: gmime-3.0 support
2869:
2870: * buildall: --with-system-mailreceive option added to build with
2871: system libgmime
2872:
2873: * src/types/pa_vmail.C: avoiding
2874: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2875: to feature #1199)
2876:
1.133 moko 2877: 2020-02-18 moko
2878:
2879: * src/classes/op.C: windows x64 debug mode compile fix
2880:
2881: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2882: change (releated to feature #1200)
2883:
2884: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2885: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2886: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2887: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2888: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2889: targets/apache/ApacheModuleParser3.vcproj,
2890: targets/apache/ApacheModuleParser3Core.vcproj,
2891: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2892: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2893: dependency (related to feature #1200)
2894:
1.132 moko 2895: 2020-02-12 moko
2896:
2897: * src/types/pa_vmail.C: minimize diff
2898:
2899: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2900: #1199)
2901:
1.131 moko 2902: 2020-01-18 moko
2903:
2904: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2905:
1.130 moko 2906: 2019-12-28 moko
2907:
2908: * src/targets/cgi/parser3.C: avoid empty ?
2909:
2910: 2019-12-27 moko
2911:
2912: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2913: DOCUMENT_ROOT (related to feature #1164)
2914:
2915: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2916: fcgiwrap setup (implements feature #1164)
2917:
2918: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2919: but no issues found (related to feature #1164)
2920:
2921: * src/targets/cgi/parser3.C: actualized
2922:
2923: 2019-12-26 moko
2924:
2925: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2926: removed
2927:
2928: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2929: removed
2930:
2931: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2932: allocation errors, we don't want default gc warnings (without
2933: timestamp and URI).
2934:
2935: * src/: classes/memory.C, main/pa_globals.C,
2936: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2937: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2938: pa_globals_init
2939:
2940: * src/main/pa_globals.C: setup_hex_value() removed, static array
2941: initialization used (optimization)
2942:
2943: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2944: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2945: pa_socks_init/pa_socks_done moved inside pa_globals_init
2946: (optimization)
2947:
1.129 moko 2948: 2019-12-09 moko
2949:
2950: * src/include/pa_config_fixed.h: warning war
2951:
1.128 moko 2952: 2019-12-08 moko
2953:
2954: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2955: process grammar under Unix.
2956:
2957: 2019-12-07 moko
2958:
2959: * tests/389.html: For Windows XP. :)
2960:
2961: * tests/388-sql.html: Windows compatibility added
2962:
2963: 2019-12-06 moko
2964:
2965: * src/targets/cgi/parser3.C: warning war
2966:
2967: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2968: == sizeof(CORD)) to avoid aligning bugs in future
2969:
2970: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2971: XML_STATIC
2972:
2973: * src/include/pa_request.h: StackItem() not required
2974:
2975: * src/include/pa_stack.h: warning war
2976:
2977: * src/include/pa_config_includes.h: GCC warning silenced
2978:
2979: * src/include/pa_memory.h: warning war: the program should also
2980: define 'void operator delete [](void*, std::size_t)'
2981: [-Wsized-deallocation]
2982:
2983: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2984:
2985: * src/classes/string.C: not reqired cast removed
2986:
2987: * src/classes/string.C: not reqired cast removed
2988:
2989: 2019-12-05 moko
2990:
2991: * src/lib/sdbm/pa_file_io.C: warning war
2992:
2993: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2994: enum Language : size_t - required for VS2015+ to make
2995: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2996: without it (related to feature #1198)
2997:
2998: 2019-12-04 moko
2999:
3000: * src/main/pa_base64.C: unsigned char -> uchar
3001:
3002: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3003: as other libs
3004:
3005: * src/include/pa_version.h: +amd64
3006:
3007: 2019-12-03 moko
3008:
3009: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3010: release
3011:
3012: * src/include/pa_config_includes.h: warning war
3013:
3014: * src/classes/image.C: warning war
3015:
3016: * src/main/pa_globals.C: x64 libs support
3017:
3018: * src/include/pa_config_includes.h: warning war
3019:
3020: * src/types/pa_method.h: warning war
3021:
1.127 moko 3022: 2019-11-28 moko
3023:
3024: * src/classes/math.C: vs2003 compatibility + warning war
3025:
3026: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3027: libxml2-2.9.9 (related to feature #1136)
3028:
3029: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3030: typecast for more compatibility (related to feature #1136)
3031:
3032: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3033: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3034: feature #1136)
3035:
3036: 2019-11-26 moko
3037:
3038: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3039: removed (it was failing in $$var case), condition added
3040:
1.126 moko 3041: 2019-11-25 moko
3042:
3043: * tests/: 397.html, 399.html, results/141.processed,
3044: results/399.processed: base64 options tested
3045:
3046: * src/: classes/math.C, main/pa_http.C: base64 options used
3047:
3048: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3049: implemented (feature #986)
3050:
3051: * src/main/pa_cache_managers.C: whitespace
3052:
3053: * tests/: 397.html, 399.html, results/399.processed: tests for
3054: ^base64 encode options added (related to feature #986)
3055:
3056: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3057: pa_base64_encode(file) removed - more memory, but faster and less
3058: code (related fo feature #986)
3059:
3060: 2019-11-24 moko
3061:
3062: * tests/: 155.html, results/155.processed: limit and offset in
3063: ^table::load[] now supported, thus test added
3064:
3065: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3066: main/pa_common.C: optimization: offset and limit options parsing
3067: moved inside file_load.
3068:
3069: 2019-11-23 moko
3070:
3071: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3072: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3073: optimization: file_read replaced with simplified file_read_binary
3074:
3075: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3076: types/pa_vform.C: whitespace
3077:
3078: * src/: include/pa_common.h, main/pa_common.C: never used params
3079: removed
3080:
3081: 2019-11-21 moko
3082:
3083: * tests/: 193.html, results/193.processed, results/389.processed:
3084: test results updated as now base64 does not discard tail without
3085: padding (related to feature #986)
3086:
3087: 2019-11-20 moko
3088:
3089: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3090: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3091: pa_base64_decode (related to feature #986)
3092:
3093: * tests/398.html: tests for base64 decode added (related to feature
3094: #986)
3095:
3096: * src/main/pa_base64.C: base64_decode rewritten - padding option
3097: support, padding inside base 64 supported (related to feature
3098: #096)
3099:
3100: 2019-11-19 moko
3101:
3102: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3103: FreeBSD 12
3104:
1.125 moko 3105: 2019-11-16 moko
3106:
3107: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3108: support added, step support removed (related to #986)
3109:
3110: 2019-11-15 moko
3111:
3112: * src/classes/math.C: using log since log2 is not present on
3113: FreeBSD < 8.4 (related to feature #1177)
3114:
3115: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3116: pa_base64_size extracted and used for files as well (related to
3117: feature 986)
3118:
3119: 2019-11-14 moko
3120:
3121: * tests/: 397.html, results/397.processed: + content check
3122:
3123: * tests/: 141.html, results/141.processed: make test resuls more
3124: readable
3125:
3126: * tests/: 397.html, results/193.processed, results/397.processed:
3127: test results updated after \x00 character was disabled in
3128: math:convert string mode (related to feature #1177)
3129:
3130: * src/classes/: math.C, string.C: \\x00 character disabled while
3131: converting to string (as in base64, related to feature #1177)
3132:
3133: * src/classes/file.C: more correct arguments separation
3134:
3135: * src/: classes/file.C, classes/math.C, classes/string.C,
3136: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3137: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3138: options added, but not yet implemented (related to feature #986)
3139:
3140: * src/classes/math.C: whitespace
3141:
3142: 2019-11-13 moko
3143:
3144: * tests/: 397.html, results/397.processed: +tainting test (related
3145: to feature #1177)
3146:
3147: * src/classes/math.C: as we now produce not only digits, result
3148: should be tainted (related to feature #1177)
3149:
3150: * src/main/pa_base64.C: whitespace
3151:
3152: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3153: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3154: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3155: implementation moved from pa_common.h and pa_common.C
3156:
3157: 2019-11-12 moko
3158:
3159: * tests/: 275.html, results/275.processed: out of range test fixed,
3160: as ^math:convert now supports arbitrary precision
3161:
3162: 2019-11-11 moko
3163:
3164: * tests/results/389.processed: uctualized error message
3165:
3166: * tests/: 389.html, 397.html, results/397.processed: tests for
3167: ^math:convert added (related to feature #1177)
3168:
3169: * src/classes/math.C: ^math:convert now supports arbitrary
3170: precision, alphabet support added (implements feature #1177)
3171:
1.124 moko 3172: 2019-11-06 moko
3173:
3174: * tests/: 181.html, results/181.processed: entities usage added,
3175: more entites load tests (related to bug #842 discussion)
3176:
3177: 2019-11-05 moko
3178:
3179: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3180: call from xmlFileOpen if http://localhost/<file> was not found
3181: (related to bug #842)
3182:
3183: * src/main/pa_xml_io.C: rename
3184:
3185: * src/main/pa_xml_io.C: +MemoryStream constructor
3186:
3187: * src/main/pa_xml_io.C: whitespace
3188:
1.123 moko 3189: 2019-10-31 moko
3190:
3191: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3192: XML_PARSE_NOENT) added to fix entities load, (related to feature
3193: #1181)
3194:
1.122 moko 3195: 2019-10-25 moko
3196:
3197: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3198: queries tests
3199:
3200: 2019-10-24 moko
3201:
3202: * tests/: 388-sql.html, results/388-sql.processed: support for
3203: pgsql driver test
3204:
3205: * tests/: 388-sql.html, results/388-sql.processed:
3206: multi_statements=1 now tested, mysql test now supported
3207: (connection must be specified in [parser3] section in .my.cnf)
3208: related to issues #1195 and #1194
3209:
1.121 moko 3210: 2019-09-11 moko
3211:
3212: * src/classes/int.C: whitespace
3213:
3214: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3215: exception test
3216:
3217: * tests/results/388-sql.processed: sql queries now shown (related
3218: to feature #1196)
3219:
3220: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3221: with old parser versions.
3222:
3223: * src/: classes/file.C, classes/hash.C, classes/string.C,
3224: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3225: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3226: instead of connect string in query_event_handlers exceptions
3227: (implements feature #1196)
3228:
1.120 moko 3229: 2019-09-06 moko
3230:
3231: * tests/388-sql.html: mysql compat
3232:
3233: * src/: classes/hash.C, classes/string.C, classes/table.C,
3234: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3235: sql_ variables declaration moved to pa_common.h
3236:
1.116 moko 3237: 2019-01-15 moko
3238:
3239: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3240: logically sorted
3241:
3242: 2018-12-27 moko
3243:
3244: * src/include/pa_config_includes.h: warning war:
3245: -Wdeprecated-register added for C++ 17
3246:
3247: 2018-10-15 moko
3248:
3249: * configure.ac: FreeBSD 11.2 can be build with ./configure
3250: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3251: --with-xml=/usr/local/
3252:
3253: 2018-09-24 moko
3254:
3255: * tests/: 396.html, 396.tiff, results/396.processed: test for
3256: ^image::measure[] now supports tiff added (related to feature
3257: #1188)
3258:
3259: * src/classes/image.C: ^image::measure[] now supports tiff
3260: (implements feature #1188)
3261:
3262: 2018-09-20 moko
3263:
3264: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3265: files measure added (related to ticket #1188)
3266:
3267: * src/classes/image.C: measure of bmp files implemented (related to
3268: ticket #1188)
3269:
3270: 2018-09-18 moko
3271:
3272: * tests/: 394-curl.html, results/394-curl.processed,
3273: results/auto.p: test for bug #1187 (max_file_size check for head
3274: requests) added
3275:
3276: 2018-08-24 moko
3277:
3278: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3279: response content-length check is required (fixes bug #1187)
3280:
3281: 2018-05-11 moko
3282:
3283: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3284: $.append(bool) ] option added (related to feature #919)
3285:
3286: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3287: from misha@ patch (implements feature #919)
3288:
3289: 2018-03-22 moko
3290:
3291: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3292: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3293: with 128kb buffer. Now works at least 12 times faster. :) May be
3294: Windows-only problem.
3295:
3296: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3297: build fix)
3298:
3299: 2018-02-03 moko
3300:
3301: * src/main/execute.C: removes irrelevant lines from exception stack
3302: trace when exceptions occurs in assigment (fixes bug #1165)
3303:
3304: * tests/: 393.html, results/393.processed: test for behavour after
3305: "Property can not be created, already exists field with that
3306: name" exception removed (related to feature #1183)
3307:
3308: * src/types/pa_vclass.C: "Property can not be created, already
3309: exists field with that name" exception removed (implements
3310: feature #1183)
3311:
3312: 2018-01-19 moko
3313:
3314: * src/classes/string.C: whitespace
3315:
3316: * src/classes/string.C: whitespace
3317:
3318: * tests/: 392.html, results/392.processed: test for
3319: ^regex::create[$regex] added (related to feature #1135)
3320:
3321: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3322: ^regex::create[$regex] added (implements feature #1135)
3323:
3324: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3325: commented define added (related to feature #1157)
3326:
3327: 2018-01-17 moko
3328:
3329: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3330:
3331: 2018-01-15 moko
3332:
3333: * tests/: 390.html, results/390.processed: real path replaced by
3334: stub
3335:
3336: * tests/: 391.html, results/391.processed: test for feature #1181
3337: (XML_PARSE_HUGE exception) added
3338:
3339: 2018-01-11 moko
3340:
3341: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3342: XML_PARSE_HUGE option passed by default (implements feature
3343: #1181)
3344:
3345: * src/classes/string.C: whitespace
3346:
3347: 2017-12-10 moko
3348:
3349: * tests/: 389.html, 390.html, results/389.processed,
3350: results/390.processed: image code coverage tests added (related
3351: to feature #1125)
3352:
3353: 2017-12-08 moko
3354:
3355: * tests/: 346-curl.html, 388-sql.html, 389.html,
3356: results/346-curl.processed, results/388-sql.processed,
3357: results/389.processed: more code coverage tests
3358:
3359: * tests/: 264.html, results/264.processed: code coverage for
3360: ^file::exec[]
3361:
3362: 2017-12-07 moko
3363:
3364: * tests/: 174.html, 388-sql.html, 389.html,
3365: results/388-sql.processed, results/389.processed,
3366: results/174.processed: more coverage tests
3367:
3368: * src/classes/math.C: exception text actualized
3369:
3370: 2017-12-06 moko
3371:
3372: * tests/388-sql.html: $SQL can be here
3373:
3374: * tests/results/auto.p: $SQL not required here
3375:
3376: * tests/: 388-sql.html, 389.html, Makefile,
3377: results/388-sql.processed, results/389.processed, results/auto.p:
3378: code coverage tests for sql (using sqlite) and int/double/bool
3379: added (related to feature #1125)
3380:
3381: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3382: lib/json/json.vcproj, lib/md5/md5.vcproj,
3383: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3384: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3385: targets/apache/ApacheModuleParser3Core.vcproj,
3386: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3387: types/types.vcproj: gc\include no longer required
3388:
3389: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3390: required
3391:
3392: * src/: classes/Makefile.am, classes/table.C,
3393: include/pa_config_includes.h, include/pa_string.h,
3394: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3395: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3396: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3397: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3398: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3399: used, we now include it directly
3400:
3401: 2017-12-04 moko
3402:
3403: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3404: memcached/memcached.vcproj, punycode/punycode.vcproj,
3405: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3406: where required
3407:
3408: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3409: now can be used to trace memory allocations
3410:
3411: * src/: classes/table.C, include/pa_config_includes.h,
3412: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3413: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3414: method removes, libcord also can work without libgc
3415:
3416: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3417:
3418: 2017-11-29 moko
3419:
3420: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3421: are not present (related to feature #1173)
3422:
3423: * tests/346-curl.html: test updated to test curl content-length bug
3424: (related to feature #1173)
3425:
3426: * tests/results/346-curl.processed: more test for content-length
3427: curl bug (related to feature #1173)
3428:
3429: * tests/results/346-curl.processed: test results updated after
3430: #1173 implemented
3431:
3432: 2017-11-28 moko
3433:
3434: * src/classes/curl.C: another libcurl Content-length bug walkaround
3435: (related to feature #1173)
3436:
3437: 2017-11-27 moko
3438:
3439: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3440: $.http_version[version string] added (implements feature #1173),
3441: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3442: where $post(true) bug existed.
3443:
3444: 2017-11-18 moko
3445:
3446: * src/include/pa_memory.h: warning war (related to feature #1170)
3447:
3448: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3449: feature #1170)
3450:
3451: 2017-11-17 moko
3452:
3453: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3454: std::basic_stringstream used in ^table.csv-string[] is compatible
3455: with delete usage check only under Debian 9 (related to feature
3456: #1170)
3457:
3458: 2017-11-16 moko
3459:
3460: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3461: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3462: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3463: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3464: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3465: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3466: stubs defend from accidental use (implements feature #1170)
3467:
3468: 2017-06-24 moko
3469:
3470: * configure.ac: minor fix: thanks to alx@
3471:
1.115 moko 3472: 2017-05-29 moko
3473:
3474: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3475: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3476: added to avoid cutting of UTF-8 chars (fixed bug #123)
3477:
3478: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3479: ignored, =?UTF-8?Q?= should start in case of leading space
3480: (related to bug #123)
3481:
3482: * buildall: echo -n -> printf for OS X. :)
3483:
3484: 2017-05-25 moko
3485:
3486: * tests/: 288.html, results/288.processed: test updated afted
3487: setting $o.prop without setter exception removed (related to
3488: feature #1157)
3489:
3490: * src/types/pa_vclass.C: no more "this property has no setter
3491: method" when setting $o.prop without setter (implements feature
3492: #1157)
3493:
3494: * buildall: echo \c -> echo -n for FreeBSD
3495:
3496: * configure, configure.ac, src/include/pa_config_auto.h.in,
3497: src/types/pa_vdouble.h: isfinite now checked in configure
3498:
3499: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3500: upgraded to automake 1.15
3501:
3502: 2017-05-23 moko
3503:
3504: * src/types/pa_vdouble.h: finite returned where isfinite not
3505: defined
3506:
3507: 2017-05-22 moko
3508:
3509: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3510:
3511: * buildall: extern CFLAGS setting support
3512:
3513: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3514:
3515: * buildall: http -> https
3516:
3517: * buildall: gc-7.2f -> gc-7.6.0
3518:
3519: 2017-05-20 moko
3520:
3521: * buildall: https, pcre, xml, xslt updated to current versions
3522: (related to feature #1136)
3523:
3524: 2017-05-19 moko
3525:
3526: * tests/097.html: after parser.ru moved to https
3527:
3528: 2017-05-17 moko
3529:
3530: * tests/results/: 175.processed, 372.processed: tests resuls
3531: updated after lintian spelling typos fixed (related to bug #1156)
3532:
3533: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3534: classes/string.C, classes/table.C, main/pa_charset.C,
3535: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3536: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3537: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3538:
3539: * tests/results/096.processed: +XMP
3540:
3541: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3542: $.xmp(true) options tested (test for feature #1154)
3543:
3544: * src/classes/image.C: ^image:measure[] options $.exif(false)
3545: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3546: fetched by default! (implements feature #1154)
3547:
3548: 2017-05-16 moko
3549:
3550: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3551: allowed (related to feature #1154)
3552:
3553: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3554: initial XMP implementation - without options and transcode
3555: (related to feature #1154)
3556:
3557: 2017-05-12 moko
3558:
3559: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3560: image: exif moved to ffields, skipped in ^image.html[] where
3561: iterators now used (preparation for feature #1154)
3562:
3563: 2017-05-05 moko
3564:
3565: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3566: results/387.processed: test for circular class inheritance check
3567: added (related to bug #1150)
3568:
3569: * src/types/pa_vstateless_class.C: circular class inheritance check
3570: added (fixes endless add_derived bug #1150)
3571:
3572: 2017-05-04 moko
3573:
3574: * tests/: 386.html, results/386.processed: test for
3575: $table.value(number) added (related to feature #1152)
3576:
3577: * src/types/pa_vtable.C: table put_element: column value must be
3578: string - > column value must be string compatible to allow
3579: $t.value(1) (implements feature #1152)
3580:
3581: 2017-05-03 moko
3582:
3583: * src/main/pa_request.C: $use[$method] is not possible, reverting
3584: (related to feature #1151)
3585:
3586: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3587: not possible, removing test (related to feature #1151)
3588:
3589: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3590: get_element_method added and used to allow $use[$method] and
3591: $autouse[$method] (implements feature 1151)
3592:
3593: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3594: variable added (related to feature #1151)
3595:
3596: * tests/results/226.processed: actualized after ^try-catch used
3597:
3598: * tests/: 226.html, 385.html, results/385.processed: test for
3599: @autouse in variable added
3600:
3601: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3602:
1.114 moko 3603: 2017-02-27 moko
3604:
3605: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3606:
1.113 moko 3607: 2017-02-20 moko
3608:
1.211 moko 3609: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3610:
3611: 2017-02-16 moko
3612:
3613: * tests/: 384.html, results/384.processed: test for
3614: ^reflection:mixin[; $.name[] ] option added (related to feature
3615: #1089)
3616:
3617: * tests/: 384.html, results/384.processed: test for
3618: ^reflection:mixin[] added (related to feature #1089)
3619:
3620: * src/types/pa_value.h: warning war: virtual ~Value() added
3621:
1.112 moko 3622: 2017-02-15 moko
3623:
3624: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3625: fixed
3626:
3627: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3628: test added (related to feature #1069)
3629:
3630: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3631: compilation without HASH_ORDER fixed
3632:
3633: * src/: classes/reflection.C, include/pa_hash.h:
3634: $.reverse(true/false) added to ^reflection:methods[] (related to
3635: feature #1069)
3636:
3637: 2017-02-14 moko
3638:
3639: * tests/: 152.html, results/152.processed: test for $._default hash
3640: added (related to bug #1131)
3641:
3642: * tests/: 277.html, results/277.processed: test for hash with only
3643: $._default is now defined (related to bug #1131)
3644:
3645: * src/types/pa_vhash.h: hash with only $._default is now defined
3646: (fixed bug #1131)
3647:
3648: 2017-02-13 moko
3649:
3650: * tests/cat-windows.sh: cat-windows added (cygwin required)
3651:
3652: * tests/: 171.html, 264.html, 286.html, 370.html,
3653: results/320.processed, results/375.processed, results/auto.p:
3654: cat-windows.sh support added
3655:
3656: * tests/375.html: Windows support
3657:
3658: * tests/270.html: documented
3659:
3660: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3661: (not backslashes) even under Windows (broke test 270)
3662:
3663: 2017-02-12 moko
3664:
3665: * tests/: descript.ion, todo.txt: cleanup
3666:
3667: 2017-02-09 moko
3668:
3669: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3670: run_tests.cmd: Windows compatibility
3671:
3672: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3673: incorrectly (GMT) if parser is called from cygwin
3674:
1.111 moko 3675: 2017-02-08 moko
3676:
1.211 moko 3677: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3678:
1.211 moko 3679: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3680:
3681: * NEWS, README: minor update
3682:
3683: * src/include/pa_config_includes.h: warning war continues
3684:
3685: * src/: include/pa_config_includes.h, include/pa_memory.h,
3686: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3687: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3688: gcc 6.x issues fixed
3689:
1.111 moko 3690: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3691: classes/classes.h, classes/curl.C, classes/date.C,
3692: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3693: classes/hashfile.C, classes/image.C, classes/inet.C,
3694: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3695: classes/memcached.C, classes/memory.C, classes/op.C,
3696: classes/reflection.C, classes/regex.C, classes/response.C,
3697: classes/string.C, classes/table.C, classes/void.C,
3698: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3699: include/pa_array.h, include/pa_cache_managers.h,
3700: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3701: include/pa_config_fixed.h, include/pa_config_includes.h,
3702: include/pa_dictionary.h, include/pa_dir.h,
3703: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3704: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3705: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3706: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3707: include/pa_request_charsets.h, include/pa_request_info.h,
3708: include/pa_sapi.h, include/pa_socks.h,
3709: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3710: include/pa_stack.h, include/pa_string.h,
3711: include/pa_stylesheet_connection.h,
3712: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3713: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3714: include/pa_uue.h, include/pa_xml_exception.h,
3715: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3716: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3717: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3718: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3719: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3720: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3721: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3722: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3723: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3724: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3725: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3726: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3727: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3728: main/pa_string.C, main/pa_stylesheet_connection.C,
3729: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3730: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3731: main/untaint.C, sql/pa_sql_driver.h,
3732: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3733: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3734: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3735: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3736: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3737: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3738: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3739: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3740: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3741: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3742: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3743: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3744: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3745: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3746: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3747: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3748: types/pa_vmemcached.h, types/pa_vmemory.h,
3749: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3750: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3751: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3752: types/pa_vresponse.C, types/pa_vresponse.h,
3753: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3754: types/pa_vstateless_object.h, types/pa_vstatus.C,
3755: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3756: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3757: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3758: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3759: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3760: 2015->2017
3761:
1.110 moko 3762: 2017-02-07 moko
3763:
3764: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3765:
3766: 2017-02-06 moko
3767:
3768: * src/main/pa_common.C: minor fixes, whitespace
3769:
3770: * src/: classes/curl.C, classes/file.C, classes/image.C,
3771: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3772: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3773: now used (implements feature #1081)
3774:
3775: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3776:
3777: 2017-02-01 moko
3778:
3779: * src/include/pa_request.h: cleanup
3780:
3781: 2017-01-30 moko
3782:
3783: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3784:
3785: 2017-01-29 moko
3786:
3787: * tests/: 383.html, results/383.processed: test for
3788: ^reflection:stack[] added (related to feature #1052)
3789:
3790: * src/classes/reflection.C: else added
3791:
3792: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3793: $.max_file_lock_wait added (implements feature #1128)
3794:
3795: 2017-01-28 moko
3796:
3797: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3798: body and other cases tests added (related to featue #1014)
3799:
3800: * src/classes/curl.C: bug if response is empty fixed (related to
3801: feature #1014)
3802:
3803: 2017-01-27 moko
3804:
3805: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3806: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3807: added (implements feature #1052)
3808:
3809: 2017-01-25 moko
3810:
3811: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3812: method test added
3813:
3814: 2017-01-23 moko
3815:
3816: * src/classes/reflection.C: optimization: options->get replaced by
3817: hash iterator
3818:
3819: * tests/: 381.html, results/381.processed: now -> fixed date
3820:
3821: * src/main/pa_request.C: warning war
3822:
3823: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3824: 5Mb (fixes bug #1058)
3825:
3826: * src/classes/curl.C: warning war
3827:
3828: * tests/: 381.html, results/381.processed: tests for ^json:string
3829: $.one-line(true) option added (related to feature #1124)
3830:
3831: * src/: classes/json.C, types/pa_value.h: $json-string
3832: $.one-line(true|false) options is now supported (implements
3833: feature #1124)
3834:
3835: * tests/: 380.html, results/380.processed: test for modified
3836: $.max_file_size added (related to bug #1014)
3837:
3838: * tests/: 379.html, results/auto.p: tests for rewritten http file
3839: load added (related to bug #1014)
3840:
3841: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3842: main/pa_common.C, main/pa_http.C: check_file_size added and used
3843: in curl / file load from disk and http, http file load rewritten
3844: (related to bug #1014)
3845:
3846: 2017-01-18 moko
3847:
3848: * tests/: 378.html, results/378.processed: tests for ^result[]
3849: added (related to feature #66)
3850:
3851: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3852: Method::CO_WITHOUT_FRAME as frame still added in expression
3853: (related to feature #66)
3854:
3855: 2017-01-17 moko
3856:
3857: * tests/: 377.html, results/377.processed: test for different
3858: combinations of breaks in body and delimiter (related to bug
3859: #1077)
3860:
3861: * tests/: 376.html, results/376.processed: many ^break[] tests
3862: added (related to bug #1077)
3863:
3864: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3865: passed to native method" exception added to avoid bugs due to
3866: WRITE_EXPR_RESULT skipped and native methods execution continues
3867: after ^break[] (related to bug #1077)
3868:
3869: 2017-01-14 moko
3870:
3871: * tests/: 330.html, results/330.processed: test results updated
3872: after ^break[] bugs where fixed (related to bug #1077)
3873:
3874: * tests/: 329.html, results/329.processed: test results updated
3875: after ^break[] bugs where fixed (related to bug #1077)
3876:
3877: * tests/results/320.processed: ^return[] added
3878:
3879: 2017-01-13 moko
3880:
3881: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3882: classes/table.C, include/pa_request.h, main/execute.C,
3883: main/pa_request.C, targets/cgi/parser3.C,
3884: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3885: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3886: checked after each possible process/execute call (fixes bug
3887: #1077)
3888:
3889: 2016-12-29 moko
3890:
3891: * src/main/pa_common.C: warning war
3892:
3893: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3894: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3895: pa_file_size_limit added, ^math:random fixed for upper limit and
3896: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3897: (related to feature #1014)
3898:
3899: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3900: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3901: (related to feature #1014)
3902:
3903: 2016-12-28 moko
3904:
3905: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3906: warning war
3907:
3908: 2016-12-26 moko
3909:
3910: * tests/: 341.html, results/341.processed: test for
3911: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3912:
3913: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3914: (related to feature #1057)
3915:
3916: * src/types/pa_vdate.C: warning war continues...
3917:
3918: * src/: classes/date.C, classes/image.C, classes/table.C,
3919: include/pa_config_includes.h, types/pa_vfile.C: warning war
3920:
3921: * src/lib/gd/gifio.C: warning war / cleanup
3922:
3923: * src/lib/json/pa_json.C: warning war
3924:
3925: * src/classes/hash.C: warning war
3926:
3927: * src/types/pa_vfile.C: warning war
3928:
3929: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3930: -Wall warning war continues
3931:
3932: * configure.ac: --with-build-warnings actualized
3933:
3934: 2016-12-25 moko
3935:
3936: * src/main/pa_exec.C: -wAll warning war
3937:
3938: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3939: -wAll warning war
3940:
3941: * src/: include/pa_common.h, include/pa_sapi.h,
3942: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3943: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3944: -wAll warning war
3945:
3946: 2016-12-23 moko
3947:
3948: * src/lib/ltdl/Makefile.am: extra dist added
3949:
3950: * tests/results/344.processed: test result updated after $file.text
3951: prefetched in ^hash::create[$file] (related to feature #1075)
3952:
3953: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3954: ^hash::create[$file] (related to feature #1075)
3955:
3956: 2016-12-22 moko
3957:
3958: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3959: main/pa_request.C, main/pa_stylesheet_connection.C,
3960: types/pa_vfile.C: file_stat now return 64-bit size (implements
3961: #1014 under 32-bit unix versions)
3962:
3963: 2016-12-21 moko
3964:
3965: * tests/: 375.html, results/375.processed: test for exec returning
3966: stated file added (related to feature #1119)
3967:
3968: * src/classes/file.C: load should not return file with null body
3969: (fixes bug #1119)
3970:
3971: 2016-12-14 moko
3972:
3973: * tests/: 374.html, results/374.processed: test for $method.name
3974: added (related to feature #1117) plus method returning junction
3975: test
3976:
3977: 2016-12-13 moko
3978:
3979: * src/: include/pa_symbols.h, main/pa_symbols.C,
3980: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3981: (implements feature #1117)
3982:
3983: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3984: HEAD and TRACE can't have body (implements feature #1116)
3985:
3986: 2016-12-09 moko
3987:
3988: * tests/: 373.html, results/373.processed: tests for
3989: ^reflection:tainting added (related to feature #1098)
3990:
3991: * src/classes/reflection.C: ^reflection:tainting arguments order
3992: change (related to feature #1098)
3993:
3994: 2016-12-06 moko
3995:
3996: * src/: classes/reflection.C, include/pa_string.h,
3997: main/pa_string.C: ^reflection:tainting[$string] added (implements
3998: feature #1098)
3999:
4000: 2016-12-05 moko
4001:
4002: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4003: (fixes bug #1114)
4004:
4005: 2016-12-04 moko
4006:
4007: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4008: check added
4009:
4010: 2016-12-03 moko
4011:
4012: * tests/: 346-curl.html, results/346-curl.processed: test modified
4013: to test value.as_hash() usage
4014:
4015: * src/classes/curl.C: value.as_hash() used for correct hash
4016: processing
4017:
4018: * src/classes/reflection.C: exceptions texts fixes
4019:
4020: 2016-12-02 moko
4021:
4022: * tests/: 372.html, results/372.processed: tests for
4023: ^reflection:create[ $.class[name] $.constructor[name]
4024: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4025: feature #1094)
4026:
4027: * src/types/pa_vmethod_frame.h: comment added: params should be
4028: declared outside of *_FRAME_ACTION as MethodParams destructor
4029: will be called in ~VNativeMethodFrame
4030:
4031: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4032: ] minor fix
4033:
4034: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4035: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4036: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4037: now supported (implements feature #1094) value::as_hash added
4038: (and should be used everywhere)
4039:
4040: * src/classes/reflection.C: cleanup
4041:
4042: 2016-12-01 moko
4043:
4044: * tests/: 356.html, results/356.processed: test for method
4045: junctions class name added to the resulting hash added (related
4046: to feature #1068)
4047:
4048: * src/classes/reflection.C: for method junctions class name added
4049: to the resulting hash (related to feature #1068)
4050:
4051: 2016-11-30 moko
4052:
4053: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4054: exception (related to bug #1113)
4055:
4056: * src/types/pa_vhashfile.C: whitespace
4057:
4058: * src/main/pa_os.C: errno now returned as it should (fixes bug
4059: #1113)
4060:
4061: * tests/results/: 175.processed, 192.processed, 224.processed,
4062: 229.processed, 239.processed, 244.processed, 246.processed,
4063: 314.processed, 352.processed: tests results updated after method
4064: call exceptions improved as method now keeps its name
4065:
4066: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4067: types/pa_vmethod_frame.h: method call exceptions improved as
4068: method now keeps its name
4069:
4070: * tests/: 224.html, 239.html, results/224.processed,
4071: results/239.processed: tests and tests results updated after
4072: Request::construct exception changed
4073:
4074: * src/: classes/reflection.C, main/execute.C: Request::construct
4075: exception optimized
4076:
4077: * tests/: 371.html, results/371.processed: test for
4078: WWrapper.get_element call in $.name.key[value] code added
4079: (related to feature #1091)
4080:
4081: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4082: in $.name.key[value] code (related to feature #1091)
4083:
4084: 2016-11-29 moko
4085:
4086: * src/classes/op.C: VS warning war
4087:
4088: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4089: C4239: nonstandard extension used : 'return' : conversion from
4090: 'Value' to 'Value &' (related to feature #1020)
4091:
4092: * src/: main/execute.C, types/pa_vmethod_frame.h,
4093: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4094: used : 'return' : conversion from 'Value' to 'Value &' (related
4095: to feature #1020)
4096:
4097: * src/main/execute.C: VS warning war
4098:
4099: * src/targets/cgi/parser3.C: VS compatibility fix
4100:
4101: * src/include/pa_request.h: VS warning war
4102:
4103: * tests/: 370.html, results/370.processed: test for ^file::exec[
4104: ... $.stdin[$binary_file] ] added (related to bug #1044)
4105:
4106: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4107: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4108: $.stdin[$binary_file] (fixes bug #1044)
4109:
4110: 2016-11-28 moko
4111:
4112: * src/main/pa_exec.C: whitespace
4113:
4114: * src/main/pa_request.C: whitespace
4115:
4116: * tests/: 369.html, results/369.processed: test for
4117: $response:status usage added (related to feature #1099)
4118:
4119: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4120: if < 100 (implements feature #1099)
4121:
4122: * src/targets/cgi/parser3.C: whitespace
4123:
4124: * src/targets/cgi/parser3.C: whitespace
4125:
4126: * tests/: 368.html, results/368.processed: test updated after
4127: ^reflection:filename[$method] added (related to feature #1053)
4128:
4129: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4130: main/compile.y, main/execute.C, main/pa_request.C,
4131: types/pa_vclass.h: filename -> filespec,
4132: ^reflection:filename[$method] added (related to feature #1053)
4133:
4134: 2016-11-27 moko
4135:
4136: * tests/: 368.html, results/368.processed: test for
4137: reflection:filename[$class or object] added (related to feature
4138: #1053)
4139:
4140: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4141: types/pa_vstateless_class.h: ^reflection:filename[$class or
4142: object] added (implements feature #1053)
4143:
4144: 2016-11-26 moko
4145:
4146: * src/: include/pa_request_info.h,
4147: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4148: remove_absolute_uri -> strip_absolute_uri
4149:
4150: 2016-11-25 moko
4151:
4152: * src/: include/pa_request_info.h,
4153: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4154: request_info.remove_absolute_uri added to remove possible
4155: http://site.name/ from $request:uri (implements feature #1112)
4156:
4157: 2016-11-24 moko
4158:
4159: * tests/: 367-curl.html, results/367-curl.processed: test for
4160: previous request headers clearing after redirect added (related
4161: to bug #1109)
4162:
4163: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4164: response headers from previous requests are now cleared, only
4165: last request headers are collected (fixes bug #1109)
4166:
4167: * tests/results/: 266.processed, 321.processed, 356.processed:
4168: tests results updated as method name now added to the resulting
4169: hash for new syntax only (Imp1 compatimility fixed, related to
4170: feature #1068)
4171:
4172: * src/classes/reflection.C: method name now added to the resulting
4173: hash for new syntax only (Imp1 compatimility fixed, related to
4174: feature #1068)
4175:
4176: * tests/results/366.processed: test for native and parser
4177: implementation of ^use[] logic (related to feature #1074)
4178:
4179: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4180: for native and parser implementation of ^use[] logic (related to
4181: feature #1074)
4182:
4183: 2016-11-23 moko
4184:
4185: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4186: main/pa_request.C: @USE file now implemented as ^use[file;
4187: $.origin[origin_file] ] (implements feature #1074)
4188:
1.109 moko 4189: 2016-11-21 moko
4190:
1.110 moko 4191: * tests/: 365.html, results/365.processed: test for $caller bugs in
4192: 3.4.4 and $caller.method now tested (related to feature #1110)
4193:
4194: * tests/: 364.html, results/364.processed: $caller usage in
4195: different contexts now tested (related to feature #1110)
4196:
4197: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4198:
4199: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4200:
1.109 moko 4201: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4202: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4203: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4204: used (implements feature #1110)
4205:
4206: 2016-11-20 moko
4207:
4208: * src/types/pa_vdouble.h: whitespace
4209:
4210: 2016-11-11 moko
4211:
4212: * tests/: 363.html, results/363.processed: more tests for feature
4213: #1091 (how parser methods work in expression context)
4214:
4215: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4216: expressions strings are now written as strings, not values by
4217: write_as_string (related to feature #1091)
4218:
4219: * src/classes/op.C: to make more correct behavour in expression
4220: context
4221:
4222: 2016-11-07 moko
4223:
4224: * tests/: 362.html, results/362.processed: test for
4225: xsltParseStylesheetDoc caching as xsl modification after it added
4226: (related to bug #1108)
4227:
4228: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4229: result now cached as xdoc is modified after it (fixes bug #1108)
4230:
4231: 2016-11-06 moko
4232:
4233: * src/types/pa_vxdoc.h: whitespace
4234:
4235: 2016-11-05 moko
4236:
4237: * src/types/pa_vmethod_frame.h: cleanup
4238:
4239: 2016-11-03 moko
4240:
4241: * tests/results/244.processed: more correct exception after method
4242: frames separation
4243:
4244: * src/types/pa_vmethod_frame.h: minor optimizaion
4245:
4246: * src/types/pa_method.h: optimization: params_count added
4247:
4248: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4249: include/pa_request.h, main/execute.C, main/pa_request.C,
4250: types/pa_value.C, types/pa_vmethod_frame.C,
4251: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4252: VMethodFrame now divided into VNativeMethodFrame,
4253: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4254: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4255: and used (related to feature #1104)
4256:
4257: 2016-11-02 moko
4258:
4259: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4260: classes/double.C, classes/file.C, classes/hash.C,
4261: classes/hashfile.C, classes/image.C, classes/inet.C,
4262: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4263: classes/memcached.C, classes/op.C, classes/reflection.C,
4264: classes/regex.C, classes/string.C, classes/table.C,
4265: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4266: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4267: r.write (implements feature #1091)
4268:
4269: * src/main/execute.C: cleanup (related to feature #1104)
4270:
4271: * src/: include/pa_request.h, main/execute.C,
4272: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4273: added, in_expression removed (implements feature #1104)
4274:
4275: 2016-10-31 moko
4276:
4277: * src/types/pa_value.C: whitespace
4278:
4279: 2016-10-28 moko
4280:
4281: * tests/results/244.processed: updated after error reporting fixed
4282: in pa_wcontext.C
4283:
4284: * src/types/pa_wcontext.C: error reporting fixed
4285:
4286: * src/types/pa_wcontext.h: whitespace
4287:
4288: * src/classes/image.C: not fully readed entries are no longer
4289: processed (fixes bug #1106)
4290:
4291: 2016-10-26 moko
4292:
4293: * src/classes/image.C: whitespace
4294:
4295: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4296: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4297: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4298: longer required (related to feature #1091)
4299:
4300: * tests/results/: 264.processed, 350.processed: test results update
4301: reverted (whitespace optimization) after write_no_lang removed :)
4302: (related to feature #1091)
4303:
4304: * src/: classes/file.C, classes/hash.C, classes/op.C,
4305: classes/string.C, classes/table.C, classes/void.C,
4306: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4307: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4308: equal write_pass_lang (related to feature #1091)
4309:
4310: * tests/results/: 264.processed, 350.processed: test results
4311: updated (whitespace optimization) after write_assign_lang removed
4312: (related to feature #1091)
4313:
4314: * tests/: 361.html, results/361.processed: test for non-string
4315: ^untaint added (related to feature #1091)
4316:
4317: * src/: classes/curl.C, classes/date.C, classes/file.C,
4318: classes/hash.C, classes/op.C, classes/string.C,
4319: include/pa_request.h, main/execute.C: optimization:
4320: write_assign_lang removed as not required (first part of feature
4321: #1091 implementation)
4322:
1.108 moko 4323: 2016-10-12 moko
4324:
4325: * tests/: 360.html, results/360.processed: more test code (related
4326: to feature #1104)
4327:
4328: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4329: include/pa_request.h, main/compile.y, main/execute.C: opcode
4330: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4331: WContext is next task (implements feature #1104)
4332:
4333: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4334: / CO_WITHOUT_WCONTEXT
4335:
4336: * tests/: 360.html, results/360.processed: test for in expression
4337: state (related to feature #1104)
4338:
4339: 2016-10-11 moko
4340:
4341: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4342:
4343: * src/classes/op.C: default value removed from initializer
4344:
4345: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4346:
4347: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4348:
4349: 2016-10-10 moko
4350:
4351: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4352: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4353: to feature #42)
4354:
4355: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4356: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4357:
4358: 2016-10-08 moko
4359:
4360: * src/classes/double.C: whitespace
4361:
4362: 2016-10-07 moko
4363:
4364: * src/types/pa_vmethod_frame.h: reorder
4365:
4366: 2016-10-06 moko
4367:
4368: * src/classes/date.C: typo
4369:
4370: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4371:
4372: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4373: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4374: types/pa_vmethod_frame.h: params.get now returns Value&, not
4375: Value*
4376:
4377: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4378:
4379: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4380: removed; first as_* code rewrite
4381:
4382: 2016-10-05 moko
4383:
4384: * src/include/pa_request.h: whitespace
4385:
4386: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4387: intercept_string added (related to feature #1097)
4388:
4389: * src/: classes/image.C, classes/op.C, classes/table.C,
4390: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4391: optimization: intercept_string removed (implements feature #1097)
4392:
4393: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4394:
4395: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4396: from VCodeFrame and WWrapper as not required
4397:
4398: 2016-10-04 moko
4399:
4400: * src/: classes/curl.C, classes/date.C, classes/double.C,
4401: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4402: classes/int.C, classes/json.C, classes/op.C,
4403: classes/reflection.C, classes/string.C, classes/table.C,
4404: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4405: proces_to_value -> process after StringOrValue removed (related
4406: to feature #1020)
4407:
4408: * src/classes/form.C: whitespace
4409:
4410: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4411:
4412: * tests/: 357.html, 358.html, results/357.processed,
4413: results/358.processed, results/auto.p: test for @conf
4414: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4415:
4416: 2016-10-03 moko
4417:
4418: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4419: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4420: supported (implements feature #42)
4421:
4422: * src/types/pa_vregex.h: no reason for VRegex to be
4423: is_evaluated_expr
4424:
4425: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4426: (implements feature #1095)
4427:
4428: 2016-10-01 moko
4429:
4430: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4431: false by default (related to feature #1089)
4432:
4433: 2016-09-30 moko
4434:
4435: * src/types/pa_wcontext.h: cleanup
4436:
4437: 2016-09-29 moko
4438:
4439: * src/main/execute.C: whitespace
4440:
4441: * src/include/pa_request.h: whitespace
4442:
4443: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4444: classes/op.C, classes/table.C, include/pa_request.h,
4445: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4446: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4447: StringOrValue removed as it just slows down and adds complexity
4448: (implements feature #1020)
4449:
4450: 2016-09-28 moko
4451:
4452: * tests/: 356.html, results/266.processed, results/321.processed,
4453: results/356.processed: tests updated after name was added to
4454: method_info hash, test for ^reflection:method_info[junction]
4455: added (related to feature #1068)
4456:
4457: * src/classes/reflection.C: ^reflection:method_info[junction] now
4458: supported, method name added to the resulting hash (implements
4459: feature #1068)
4460:
4461: * tests/: 276.html, results/276.processed: more tests for
4462: ^reflection:delete[]
4463:
4464: * src/classes/reflection.C: fixed bug then ^reflection:delete
4465: didn't work on class and could damage native objects (like file)
4466:
4467: 2016-09-26 moko
4468:
4469: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4470: results/345.processed, results/346-curl.processed,
4471: results/347-curl.processed, results/348.processed: numbers added
4472: to simplify diff analysis
4473:
4474: * tests/: 352.html, results/352.processed: test result updated as
4475: method name used
4476:
4477: * src/classes/reflection.C: method name used
4478:
4479: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4480: its name
4481:
4482: * src/types/pa_method.h: whitespace
4483:
4484: * src/classes/reflection.C: both method and field with one name can
4485: exist.
4486:
4487: * src/classes/reflection.C: ^reflection:mixin added (implements
4488: feature #1089)
4489:
4490: * tests/: 355.html, results/355.processed: property appears in
4491: derived class if added in base test added
4492:
4493: * src/types/pa_vstateless_class.h: get_method declaration +
4494: whitespace
4495:
4496: * tests/: 354.html, results/354.processed: nice test from method
4497: and property with one name in class added
4498:
4499: 2016-09-23 moko
4500:
4501: * src/classes/reflection.C: ^reflection:method usage documented
4502:
4503: 2016-09-22 moko
4504:
4505: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4506: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4507: compile warning and GPF occures on VS2003 (related to feature
4508: #1087)
4509:
4510: * tests/: 350.html, results/350.processed: test added for
4511: $.encloser[] support in ^table::create (related to feature #11)
4512:
4513: * src/classes/table.C: another minor fix (related to feature #11)
4514:
1.107 moko 4515: 2016-09-21 moko
4516:
4517: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4518:
4519: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4520: classes/json.C, classes/string.C, classes/table.C,
4521: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4522: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4523: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4524: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4525: pa_charsets, vs2015 warning war
4526:
4527: * src/classes/table.C: vs2015 warning war
4528:
4529: * src/types/pa_vdate.C: vs2015 warning war
4530:
4531: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4532:
4533: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4534: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4535:
4536: * src/main/pa_common.C: vs2015 compilation fixes
4537:
4538: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4539: vs2015 compilation fixes
4540:
4541: * src/main/pa_charset.C: vs2015 warning war
4542:
4543: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4544:
4545: * src/main/pa_charset.C: vs2015 warning war
4546:
4547: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4548:
4549: * src/types/pa_vdate.C: vs2015 compilation fix
4550:
4551: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4552:
4553: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4554: VS2015 compilation fixes
4555:
4556: * src/classes/table.C: minor fix (related to feature #11)
4557:
4558: * tests/results/282.processed: no longer skipping extra enclosers
4559: (related to feature #11)
4560:
4561: * src/classes/table.C: minor fix + no longer skipping extra
4562: enclosers (related to feature #11)
4563:
4564: * src/classes/table.C: minor optimization (related to feature #11)
4565:
4566: * src/classes/table.C: minor fix and optimization (related to
4567: feature #11)
4568:
4569: 2016-09-20 moko
4570:
4571: * tests/: 353.html, results/353.processed: test for
4572: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4573: added (related to bug #1090)
4574:
4575: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4576: one_big_piece (fixes bug #1090)
4577:
4578: * tests/: 229.html, results/229.processed: code coverage tests
4579:
4580: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4581: body) was called
4582:
4583: * src/classes/op.C: whitespace
4584:
4585: * tests/: 323.html, results/323.processed: test for code junction
4586: should not be returned by ^reflection:class, ^reflection:base
4587:
4588: * src/classes/reflection.C: bugfix: code junction should not be
4589: returned by ^reflection:class, ^reflection:base
4590:
4591: * tests/: 323.html, 352.html, results/352.processed: no more
4592: exception for ^reflection:method[class;no-such-method] (related
4593: to feature #1087)
4594:
4595: * src/classes/reflection.C:
4596: ^reflection:method[class;no-such-method] : exception -> void
4597: (related to feature #1087)
4598:
4599: * src/include/pa_request.h: request::write_value added to allow
4600: write value without convertion (related to issue #1091)
4601:
4602: 2016-09-19 moko
4603:
4604: * src/main/pa_random.C: windows build fix
4605:
4606: * src/types/pa_vhash.h: warning war
4607:
4608: 2016-09-14 moko
4609:
4610: * tests/: 352.html, 552.html, results/352.processed,
4611: results/552.processed: test for ^reflection:method[] extension
4612: added (related to feature #1087)
4613:
4614: * tests/: 552.html, results/552.processed: test for
4615: ^reflection:method[] extension added (related to feature #1087)
4616:
4617: * src/classes/reflection.C: compatibility issue fixed, VClass
4618: dynamic_cast check added (related to feature #1087)
4619:
4620: * tests/: 351.html, results/351.processed: test for @auto[]
4621: inheritance bug diring ^process[] added (related to bug #1088)
4622:
4623: * src/: classes/op.C, main/pa_request.C,
4624: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4625: disable it inheritance during ^process (fixes bug #1088)
4626:
4627: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4628: added (implements feature #1087)
4629:
4630: 2016-09-13 moko
4631:
4632: * tests/: 349.html, results/auto.p: test for objects prototyping
4633: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4634: to feature #1086)
4635:
4636: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4637: types/pa_vobject.C: objects now are not class instances, but have
4638: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4639: in @conf (implements feature #1086)
4640:
4641: 2016-09-08 moko
4642:
4643: * src/: classes/file.C, classes/mail.C, classes/string.C,
4644: classes/table.C, main/pa_http.C, main/pa_string.C,
4645: include/pa_string.h: cleanup: string::split limit argument
4646: removed as no longer required, pos_after no longer reference
4647: (related to feature #11)
4648:
4649: * src/classes/table.C, tests/results/348.processed: now exception
4650: is rised when invalid option is passed to ^table::create[]
4651:
4652: * tests/: 282.cfg, 282.html, results/282.processed: more code
4653: coverage tests
4654:
4655: * tests/: 348.html, results/348.processed: code coverage tests
4656: added
4657:
4658: * tests/: 348.html, results/348.processed: generic ^table::create[]
4659: tests
4660:
4661: * tests/: 035.html, results/035.processed, results/272.processed:
4662: tests updated after $.encloser[] support for ^table::create
4663: implementation (related to feature #11)
4664:
4665: * src/classes/table.C: $.encloser[] support for ^table::create
4666: finally added (implements feature #11)
4667:
4668: 2016-09-07 moko
4669:
4670: * src/include/pa_string.h: added StringSplitHelper as friend
4671: (related to feature #11)
4672:
4673: * src/include/pa_string.h: body and langs now protected, not
4674: private to allow inheritance (related to feature #11)
4675:
4676: * src/classes/table.C: lsplit optimized before cloning for
4677: ^table::create with $.encloser[] (related to feature #11)
4678:
4679: * src/classes/table.C: optimizaion: TableControlChars.separators
4680: added and used (related to feature #11)
4681:
4682: * src/classes/table.C: spelling:
4683:
4684: TableSeparators -> TableControlChars column -> separator
4685: separators -> control_chars
4686:
4687: 2016-09-06 moko
4688:
4689: * src/main/pa_string.C: whitespace
4690:
4691: * src/main/pa_string.C: whitespace
4692:
4693: 2016-09-01 moko
4694:
4695: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4696: results OS-independent
4697:
4698: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4699: compiler (related to feature #1042)
4700:
4701: 2016-08-15 moko
4702:
4703: * src/include/pa_string.h: whitespace
4704:
4705: * src/classes/table.C: whitespace
4706:
1.106 moko 4707: 2016-08-05 moko
4708:
4709: * tests/: 344.html, results/344.processed: test for
4710: ^hash::create[$file] added (related to feature #1075)
4711:
4712: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4713: supported (implements feature #1075)
4714:
4715: 2016-08-04 moko
4716:
4717: * tests/: 341.html, results/341.processed: more code coverage tests
4718:
4719: * tests/: 346-curl.html, results/346-curl.processed: more code
4720: coverage tests for curl
4721:
4722: * tests/: 346-curl.html, results/346-curl.processed: more code
4723: coverage tests for curl
4724:
4725: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4726: results/223.processed: code coverage tests: $.form[ $.table[] ]
4727: test added
4728:
4729: * tests/: 223-curl.html, results/223-curl.processed: more code
4730: coverage tests for curl
4731:
4732: 2016-08-03 moko
4733:
4734: * src/classes/curl.C: dlink(curl_library) now called not once, but
4735: until it will be loaded, allowing to find existing library.
4736:
4737: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4738: results/347-curl.processed: more code coverage tests for curl
4739:
4740: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4741: results/339-curl.processed, results/346-curl.processed: curl
4742: functionality tests
4743:
4744: 2016-08-02 moko
4745:
4746: * tests/: 339.html, results/339.processed: test for tables in
4747: ^file:load[] and ^curl:load[] (commented) added (related to
4748: feature #1042)
4749:
4750: * tests/: 345.html, results/345.processed: code coverage tests for
4751: file class
4752:
4753: * tests/: 344.html, results/344.processed: code coverage tests
4754:
4755: * tests/: 344.html, results/344.processed: mdate removed from
4756: output
4757:
4758: * src/classes/file.C: minor bugfix: is_text should be taked from
4759: fcontent.is_text_mode() if not set (related to feature #1061)
4760:
4761: * tests/: 344.html, results/344.processed: more tests
4762:
4763: * tests/: 343.html, 344.html, results/343.processed,
4764: results/344.processed: tests for ^file::create[ $.from-charset
4765: and $.to-charset ] (related to feature #1061)
4766:
4767: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4768: aset_text_mode argument optimized
4769:
4770: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4771: checkBOM now used in detect_binary_content (related to feature
4772: #1061)
4773:
4774: * src/main/pa_request.C: load_charset no longer required to_upper
4775:
4776: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4777: preserves original file mode (if no $.mode specified)
4778:
4779: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4780: ^file::create now supports $.from-charset[] and $.to-charset
4781: options (implements feature #1061), automatic transcode is done
4782: if text file is created from binary file and charset is detected.
4783:
4784: 2016-07-30 moko
4785:
4786: * src/classes/table.C: ^t.hash[..;] now supported (related to
4787: feature #1057)
4788:
4789: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4790: added (related to feature #1057)
4791:
4792: * tests/: 286.html, results/286.processed: code tests coverage
4793:
4794: 2016-07-29 moko
4795:
4796: * src/classes/table.C: table size should be checked inside menu and
4797: foreach (related to feature #858)
4798:
4799: * src/: classes/curl.C, classes/file.C, classes/string.C,
4800: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4801: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4802: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4803: charsets.get now does str_upper inside (related to feature #1061)
4804:
4805: * tests/: 342.html, results/342.processed: more code coverage tests
4806:
4807: * tests/: 342.html, outputs/342.processed: table menu code coverage
4808: + foreach test added (related to feature #858)
4809:
4810: * tests/: 341.html, results/341.processed: tests for
4811: ^table.hash[]{code} added + code coverage tests (related to
4812: feature #1057)
4813:
4814: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4815: value} support (implements feature #1057)
4816:
4817: * src/classes/table.C: whitespace
4818:
4819: 2016-07-28 moko
4820:
4821: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4822: from URL, if not specified query string removed from url-based
4823: filenames in ^curl:load[] and ^file::load[] (related to feature
4824: #1042)
4825:
4826: 2016-07-27 moko
4827:
4828: * tests/: 340.html, results/340.processed: test for
4829: transcode_text_result=false added (related to issue #1042)
4830:
4831: 2016-07-26 moko
4832:
4833: * src/types/pa_vfile.C: file name should not be empty (if file path
4834: is folder and ends with /) (related to feature #1042)
4835:
4836: * src/main/pa_http.C: whitespace optimizaion
4837:
4838: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4839: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4840: multiple headers, ^file::load supports headers transcoding
4841: (implements feature #1042)
4842:
4843: 2016-07-25 moko
4844:
4845: * src/include/pa_common.h: PA_DEFAULT added
4846:
4847: 2016-07-22 moko
4848:
4849: * tests/: 338.html, results/338.processed: test for
4850: $date.field(value) added (related to feature #1066)
4851:
4852: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4853: $date.field(value) now supported for y/m/d/h/m/s (implements
4854: feature #1066)
4855:
1.105 moko 4856: 2016-07-21 moko
4857:
4858: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4859: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4860: arguments removed; image.C - absolute path shown in exception
4861: (implements feature #1071)
4862:
4863: * tests/: 235.html, results/235.processed: test and test result
4864: updated after static boundary in mail and Errors-To: mail header
4865: removed (related to feature #1047)
4866:
4867: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4868: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4869: used, static boundary in mail removed, Errors-To: mail header
4870: removed (implements feature #1047)
4871:
4872: 2016-07-20 moko
4873:
4874: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4875: equest.classes(): Value -> VStateless_class, part 3 (related to
4876: issue #1051)
4877:
4878: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4879: request.classes(): Value -> VStateless_class, part 2 (related to
4880: issue #1051)
4881:
4882: * tests/results/: 224.processed, 323.processed: classes without
4883: methods should not be methoded (related to issue #1051)
4884:
4885: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4886: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4887: -> VStateless_class, part 1 (related to issue #1051)
4888:
4889: * tests/: 337.html, results/337.processed: test for
4890: ^reflection:fields_reference[] and VHashReference class added
4891: (related to feature #1072)
4892:
4893: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4894: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4895: and VHashReference added, allowing ^reflection:fields_reference[]
4896: implementation (closes feature #1072)
4897:
4898: 2016-07-19 moko
4899:
4900: * tests/: 323.html, results/323.processed: we want to see
4901: "methoded"
4902:
4903: * tests/: 336.html, results/336.processed: test for $BASE:property
4904: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4905: #1059)
4906:
4907: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4908: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4909: somebody_entered_some_class, $BASE:property works again,
4910: ^BASE:method[] bugs fixed (fixes bug #1059)
4911:
4912: 2016-07-14 moko
4913:
4914: * tests/: 335.html, results/335.processed: test for feature #1055
4915: added
4916:
4917: * src/classes/hash.C: bugfix: $._default was not copied if empty
4918: feature: ^hash.contains[_default] added (implements feature
4919: #1055)
4920:
4921: 2016-07-13 moko
4922:
4923: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4924: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4925:
4926: 2016-07-05 moko
4927:
4928: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4929: in ^hash.foreach (related to feature #1073)
4930:
4931: 2016-07-04 moko
4932:
4933: * tests/: 134.html, 281.html, results/134.processed,
4934: results/281.processed: tests updated after hash blocking removed
4935: (related to feature #1073)
4936:
4937: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4938: no longer blocks on change during foreach (implements feature
4939: #1073)
4940:
4941: 2016-06-17 moko
4942:
4943: * tests/: 330.html, results/330.processed: try exception source
4944: test added (related to bug in #1062)
4945:
4946: * tests/: 334.html, results/334.processed: Exception stack trace
4947: test added (related to bug in $1062)
4948:
4949: * src/classes/op.C: Exception trace now correctly restored and
4950: errors reported (related to bug #1062)
4951:
1.104 moko 4952: 2016-05-25 moko
4953:
4954: * src/main/compile.y: minor cleanup + beauty
4955:
4956: 2016-05-24 moko
4957:
4958: * tests/: 333.html, results/333.processed: more exceptions testing
4959:
4960: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4961: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4962: features #1056, #1026)
4963:
4964: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4965: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4966: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4967: (implements feature #1056)
4968:
4969: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4970: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4971: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4972: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4973: feature #1026)
4974:
4975: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4976: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4977: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4978: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4979: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4980: feature #1026)
4981:
4982: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4983: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4984: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4985: SYMBOLS_CACHING define implemented (related to feature #1026)
4986:
4987: * src/main/main.vcproj: + ps_symbols
4988:
4989: * src/: include/Makefile.am, include/pa_string.h,
4990: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4991: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4992: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4993: types/pa_vstateless_class.C: initial implementation for symbols
4994: cache (related to feature #1026)
4995:
4996: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4997:
4998: * src/main/pa_globals.C: minor cleanup
4999:
5000: 2016-05-19 moko
5001:
5002: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5003: (related to feature #1046)
5004:
5005: * tests/: 331.html, results/331.processed: test for
5006: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5007: (related to feature #1051)
5008:
5009: * src/main/compile.y:
5010: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5011: (implements feature #1054)
5012:
5013: 2016-05-18 moko
5014:
5015: * src/types/pa_vtable.C, tests/results/324.processed: no more
5016: "column not found" exception for ^table.no-such-method[] (related
5017: to feature #1046)
5018:
5019: * tests/: 261.html, results/261.processed: test added and updated
5020: after feature #1046 implementation
5021:
5022: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5023: types/pa_vvoid.h: $string.anything works for whitespace strings,
5024: ^string.contains added for hash compatibility, $string.method no
5025: longer returns stting method (implements feature #1046)
5026:
5027: 2016-05-12 moko
5028:
5029: * src/classes/curl.C: content-type response header no longer
5030: ignored (fixes issue #1045)
5031:
5032: * tests/: 330.html, results/330.processed: test for incomplete
5033: finally execution when break occures added (related to issue
5034: #1077)
5035:
5036: * src/classes/op.C: bugfix: Request::skip reset is called before
5037: executing catch and finally code (fixes issue #1062)
5038:
5039: 2016-05-11 moko
5040:
5041: * tests/: 329.html, results/329.processed: test for invalid
5042: ^break[] behavour added (bug #1077)
5043:
5044: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5045:
5046: 2016-04-24 moko
5047:
5048: * src/types/pa_vstateless_class.h: warning war
5049:
5050: 2016-04-17 moko
5051:
5052: * tests/: 328.html, results/328.processed: test for
5053: ^break(condition) and ^continue(condition) (related to feature
5054: #1063)
5055:
5056: * src/classes/op.C: ^break(condition) and ^continue(condition)
5057: implemented (feature #1063)
5058:
5059: 2016-04-12 moko
5060:
5061: * tests/results/280.processed: ordered hash now used for class
5062: methods and properties (test results updated for feature #1069)
5063:
5064: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5065: to xdoc.C as under FreeBSD it was inited after and inheritance
5066: failed (related to issue #1051)
5067:
5068: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5069: are printed to check inheritance (related to feature #1051)
5070:
1.103 moko 5071: 2016-04-09 moko
5072:
5073: * tests/results/320.processed: ordered hash now used for class
5074: methods and properties (test results updated for feature #1069)
5075:
5076: * src/types/pa_vstateless_class.h: ordered hash now used for class
5077: methods and properties (implements feature #1069)
5078:
5079: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5080: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5081: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5082: feature #1051)
5083:
5084: 2016-04-07 moko
5085:
5086: * src/main/execute.C: returned Value in .CLASS case for VJunction
5087: (related to feature #1051)
5088:
5089: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5090: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5091: string constants deduplication (related to feature #1051)
5092:
5093: * tests/results/224.processed: test result updated (related to
5094: feature #1051)
5095:
5096: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5097: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5098: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5099: types/pa_vstatus.h: classes hash now contains only
5100: VStateless_class derived objects, .CLASS is also allways
5101: VStateless_class derived object (related to feature #1051).
5102:
5103: 2016-04-06 moko
5104:
5105: * tests/results/323.processed: test result updated after feature
5106: #1051 implementation
5107:
5108: * src/: classes/classes.h, classes/op.C, classes/response.C,
5109: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5110: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5111: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5112: types/pa_vresponse.C, types/pa_vresponse.h,
5113: types/pa_vstateless_class.h: base -> methoded_donor for static
5114: classes, type() moved from VStateless_class to VClass and
5115: Methoded (implements feature #1051)
5116:
5117: 2016-04-04 moko
5118:
5119: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5120: beauty: put_class added (related to feature #1051)
5121:
5122: 2016-04-01 moko
5123:
5124: * tests/results/: 175.processed, 192.processed, 224.processed,
5125: 229.processed, 244.processed, 246.processed, 316.processed: test
5126: results updated as class.type() removed from error messages, only
5127: type() left (related to feature #1051)
5128:
5129: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5130: classes/op.C, classes/reflection.C, main/compile.y,
5131: main/compile_tools.h, main/execute.C, main/pa_request.C,
5132: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5133: types/pa_vmethod_frame.h, types/pa_vobject.h,
5134: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5135: from VStateless_class, type() is used instead (related to feature
5136: #1051)
5137:
5138: * src/classes/mail.C: old logic restored.
5139:
5140: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5141: classes/classes.h, classes/curl.C, classes/date.C,
5142: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5143: classes/hashfile.C, classes/image.C, classes/inet.C,
5144: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5145: classes/memcached.C, classes/memory.C, classes/reflection.C,
5146: classes/regex.C, classes/response.C, classes/string.C,
5147: classes/table.C, classes/xdoc.C, classes/xnode.C,
5148: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5149: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5150: feature #1051)
5151:
5152: 2016-03-30 moko
5153:
5154: * tests/: 327.html, results/224.processed, results/327.processed:
5155: test for TZ specification in ^date::create[], TZ is kept during
5156: ^date::create[$dt] (related to feature #1048)
5157:
5158: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5159: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5160: feature #1048)
5161:
5162: 2016-03-29 moko
5163:
5164: * tests/: 315.html, results/315.processed: test for timezone format
5165: +HHmm added (related to feature #1065)
5166:
5167: * src/classes/date.C: timezone format +HHmm now supported
5168: (implements feature #1065)
5169:
5170: 2016-03-28 moko
5171:
5172: * tests/: 202.html, results/131.processed, results/202.processed,
5173: results/224.processed, results/256.processed,
5174: results/315.processed: test results updated after %.2d now
5175: default for hours offset in iso-string (was %2d), test for
5176: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5177: added (related to feature #1065)
5178:
5179: 2016-03-27 moko
5180:
5181: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5182: feature #1065)
5183:
5184: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5185: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5186: added (implements feature #1065)
5187:
5188: 2016-03-24 moko
5189:
5190: * tests/: 202.html, results/202.processed: test $date.week added
5191: (related to bug #1067)
5192:
5193: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5194: date (fix for bug #1067)
5195:
5196: 2016-03-10 moko
5197:
5198: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5199:
1.102 moko 5200: 2015-12-07 moko
5201:
5202: * tests/: 326.html, results/326.processed: test for .CLASS &
5203: .CLASS_NAME optimization added (related to feature #844)
5204:
5205: 2015-11-17 moko
5206:
5207: * tests/: 323.html, results/323.processed: order added
5208:
5209: * tests/: 325.html, results/325.processed: double range test added
5210: (related to bug #1049)
5211:
5212: 2015-11-16 moko
5213:
5214: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5215: added to disallow NaN and Infinity (fixes bug #1049)
5216:
5217: 2015-11-11 moko
5218:
5219: * tests/324.html: parser 3.4.3 execution support added (related to
5220: feature #1017)
5221:
5222: * tests/: 324.html, results/324.processed: test for
5223: GET_ELEMENT4CALL feature added (feature #1017)
5224:
1.101 moko 5225: 2015-10-29 moko
5226:
1.211 moko 5227: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5228:
5229: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5230:
5231: * src/main/pa_exec.C: get_exit_status implemented for Windows
5232: (related to bug #1043)
5233:
5234: 2015-10-28 moko
5235:
5236: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5237: hangup during ^file::exec (fixes bug #1043)
5238:
1.100 moko 5239: 2015-10-27 moko
5240:
5241: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5242:
1.99 moko 5243: 2015-10-26 moko
5244:
1.100 moko 5245: * tests/322.html, src/classes/reflection.C: arguments reorder
5246: (related to issue #1041)
5247:
5248: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5249: Copyright year updated
5250:
1.99 moko 5251: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5252: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5253: classes/form.C, classes/hash.C, classes/hashfile.C,
5254: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5255: classes/mail.C, classes/math.C, classes/memcached.C,
5256: classes/memory.C, classes/op.C, classes/reflection.C,
5257: classes/regex.C, classes/response.C, classes/string.C,
5258: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5259: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5260: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5261: include/pa_config_fixed.h, include/pa_config_includes.h,
5262: include/pa_dictionary.h, include/pa_dir.h,
5263: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5264: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5265: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5266: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5267: include/pa_request_charsets.h, include/pa_request_info.h,
5268: include/pa_sapi.h, include/pa_socks.h,
5269: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5270: include/pa_stack.h, include/pa_string.h,
5271: include/pa_stylesheet_connection.h,
5272: include/pa_stylesheet_manager.h, include/pa_table.h,
5273: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5274: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5275: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5276: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5277: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5278: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5279: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5280: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5281: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5282: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5283: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5284: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5285: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5286: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5287: main/pa_string.C, main/pa_stylesheet_connection.C,
5288: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5289: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5290: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5291: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5292: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5293: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5294: targets/isapi/parser3isapi.C, types/pa_junction.h,
5295: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5296: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5297: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5298: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5299: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5300: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5301: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5302: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5303: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5304: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5305: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5306: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5307: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5308: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5309: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5310: types/pa_vresponse.C, types/pa_vresponse.h,
5311: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5312: types/pa_vstateless_object.h, types/pa_vstatus.C,
5313: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5314: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5315: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5316: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5317: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5318:
5319: * src/targets/cgi/parser3.C: year updated
5320:
5321: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5322: issue #1041)
5323:
5324: * tests/: 323.html, results/323.processed: test for base classes
5325: added
5326:
5327: * tests/: 261.html, results/261.processed: updated after better
5328: error reporting done for $string.key exception
5329:
5330: * src/types/pa_vstring.h: better error report for $string.key
5331: exception
5332:
5333: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5334: copied as VObject::get_element4call to remove extra virtual call
5335:
5336: * tests/: 322.html, results/322.processed: test for
5337: ^reflection:is[] added (related to feature #1041)
5338:
5339: * src/classes/reflection.C: ^reflection:is empty value is void
5340: (related to feature #1041)
5341:
5342: * src/classes/reflection.C:
5343: ^reflection:is[class_name|code|method;[context;]element_name]
5344: added (implements feature #1041)
5345:
5346: 2015-10-24 moko
5347:
5348: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5349:
1.98 moko 5350: 2015-10-22 moko
5351:
5352: * tests/: 321.html, results/321.processed: test for
5353: ^reflection:method_info[] file detection added
5354:
5355: * tests/: 320.html, results/320.processed: test for
5356: ^reflection:class_by_name[class_name] added (related to feature
5357: #993)
5358:
5359: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5360: added (implements feature #993)
5361:
5362: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5363: (related to feature #1017)
5364:
5365: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5366: added (related to issue #1039)
5367:
5368: * src/main/pa_request.C: ^throw origin fixed (related to feature
5369: #1039)
5370:
5371: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5372: for VDate
5373:
5374: * tests/results/182.processed: updated after feature #1038
5375: implemented
5376:
5377: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5378: compile-time exception origin added (test for feature #1039)
5379:
5380: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5381: main/pa_request.C: exception unification: compile-time exceptions
5382: now have origin, @USE origins also tracked (implements feature
5383: #1039)
5384:
5385: 2015-10-20 moko
5386:
5387: * src/main/pa_request.C: cleanup
5388:
5389: 2015-10-15 moko
5390:
5391: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5392:
5393: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5394: types/pa_vtable.C: new feature: no more $table.method and
5395: $hash.method, aliases for _at, _count, _key (related to feature
5396: #1017)
5397:
1.97 moko 5398: 2015-10-14 moko
5399:
1.98 moko 5400: * tests/: 317.html, results/317.processed: test for
5401: ^string.unescape[] added (related to feature #120)
5402:
1.97 moko 5403: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5404: defined" bug (described in issue #1036)
5405:
5406: * tests/: 247.html, results/247.processed: test for checkBOM added
5407: (test for bug #1037)
5408:
5409: * src/: include/pa_charsets.h, main/pa_charsets.C,
5410: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5411: it's not enforced, skips BOM signature if it complies charset
5412: (fixes bug #1037)
5413:
5414: 2015-10-13 moko
5415:
5416: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5417: linking
5418:
5419: * src/classes/inet.C: vs2003 compilation fix
5420:
5421: * src/classes/math.C: warning war
5422:
5423: * src/lib/punycode/pa_punycode.c: warning war
5424:
5425: 2015-10-12 moko
5426:
5427: * src/lib/punycode/pa_punycode.c: warning war
5428:
5429: * parser3.sln: moved parser3 first, to make it default startup
5430: project
5431:
5432: * buildall: parser "mirror" now used for external libs sources
5433: (implements feature #1036)
5434:
5435: * buildall: most external libs are updated to their current
5436: versions (related to feature #1036)
5437:
5438: * src/classes/image.C: more tags added
5439:
5440: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5441:
5442: 2015-10-11 moko
5443:
5444: * src/classes/curl.C: minor optimization (related to feature #1035)
5445:
5446: 2015-10-09 moko
5447:
5448: * src/classes/curl.C: pa_strdup added for strings from curl
5449: (related to feature #1035)
5450:
5451: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5452: ULLONG_MAX definition
5453:
5454: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5455: (implements feature #1035)
5456:
5457: * src/main/pa_charset.C: String::Body(String::C) used
5458:
5459: * src/main/pa_charset.C: exceptions unified
5460:
5461: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5462: unified
5463:
5464: * src/: classes/file.C, classes/image.C, classes/mail.C,
5465: classes/op.C, classes/xdoc.C, classes/xnode.C,
5466: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5467: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5468: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5469: String::Body(String::C) constructor added (related to bug #957)
5470:
5471: * src/classes/file.C: minor optimization
5472:
5473: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5474: Cord(char*) autocreation (related to bug #957)
5475:
5476: * src/: classes/string.C, main/untaint.C: minor optimizations
5477:
5478: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5479: String(char*, Lang, length) removed, String(C(), Lang) used
5480: instead (related to bug #957)
5481:
5482: 2015-10-08 moko
5483:
5484: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5485: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5486: main/untaint.C: Now char * is converted to CORD only using
5487: AS_CORD() to check for empty cord bug (fixes bug #957)
5488:
5489: * src/include/pa_hash.h: fixed compilation without
5490: HASH_CODE_CACHING
5491:
5492: * src/classes/string.C:
5493: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5494: feature #120)
5495:
5496: * src/main/pa_common.C: reduce js flags checks count (related to
5497: feature #120)
5498:
1.96 moko 5499: 2015-10-07 moko
5500:
5501: * tests/: 275.html, results/275.processed: test modified after
5502: unsigned long long int support implemented (feature #1034)
5503:
5504: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5505: pa_atoul added for unsigned long long int support
5506:
5507: 2015-10-06 moko
5508:
5509: * src/types/pa_vdate.C: INT_MAX used
5510:
5511: 2015-10-03 moko
5512:
5513: * tests/: 302.html, results/302.processed: test for bug #1023
5514: (\u2028, \u2029 escaping) added
5515:
5516: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5517: json:string[] (fixes bug #1023)
5518:
5519: 2015-09-29 moko
5520:
5521: * tests/305.html: try-catch added for OS without ipv6 support
5522:
5523: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5524: compilation
5525:
5526: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5527: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5528: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5529: implemented to distinguish ^hash.method from $hash.field
5530: (implements feature #1017)
5531:
5532: * src/lib/punycode/pa_punycode.c: warning war
5533:
5534: * src/include/pa_config_includes.h: warning war
5535:
5536: * src/include/pa_config_includes.h: pragma warning actualized a bit
5537:
5538: * src/include/pa_config_includes.h: warning war
5539:
5540: * src/include/pa_hash.h: clang compilation fix
5541:
5542: 2015-09-27 moko
5543:
5544: * src/main/compile.tab.C: Bison 3 is now default
5545:
5546: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5547:
5548: 2015-09-25 moko
5549:
5550: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5551: works with undefined HASH_ORDER (related to feature #196)
5552:
5553: 2015-09-24 moko
5554:
5555: * tests/: 027.html, results/027.processed: test modified to test
5556: ^hash.sort (feature #196)
5557:
5558: * src/: classes/hash.C, include/pa_hash.h:
5559: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5560: added (implements feature #196)
5561:
5562: * tests/: 316.html, results/316.processed: Added test for bug #1025
5563: (exception handling in non-cached ^cache), plus for "it does not
5564: have logical value" and "$exception.handled value must be either
5565: boolean or string 'cache'" exceptions.
5566:
5567: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5568: code (fixes bug #1025)
5569:
1.95 moko 5570: 2015-09-23 moko
5571:
5572: * src/classes/table.C: warning war
5573:
5574: * src/: classes/math.C, types/pa_vcookie.C: warning war
5575:
5576: * src/classes/file.C: warning war
5577:
5578: * src/: include/pa_table.h, main/pa_table.C: warning war
5579:
5580: * src/: main/pa_request.C, classes/date.C: warning war
5581:
5582: * src/: types/pa_vdate.C, classes/op.C: warning war
5583:
5584: * tests/: 122.html, results/122.processed: win sync: to remove
5585: differences with OS that doesn't keep timezone change history
5586:
5587: * src/types/pa_vdate.C: tzset() should be called in Windows after
5588: TZ change (related to feature #36)
5589:
5590: * tests/: 075.html, results/075.processed: win sync: to remove
5591: differences with OS that doesn't keep timezone change history
5592:
5593: * tests/: 315.html, results/315.processed: win sync: to remove
5594: differences with OS that doesn't keep timezone change history
5595:
5596: * tests/: 256.html, results/256.processed: win sync: to remove
5597: differences with OS that doesn't keep timezone change history
5598:
5599: * tests/: 124.html, results/124.processed: win results sync: to
5600: avoid hitting time change hole.
5601:
5602: * src/types/pa_vdate.C: static returned. :)
5603:
5604: 2015-09-22 moko
5605:
5606: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5607:
5608: * tests/results/131.processed: more tests for feature #1032
5609:
5610: * src/classes/date.C: minor fix related to feature #1032
5611:
1.211 moko 5612: * operators.ru.txt, operators.txt: ISO date creation documented
5613: (related to feature #1032)
1.95 moko 5614:
1.211 moko 5615: * operators.ru.txt, operators.txt: iso-string documented (related
5616: to feature #1032)
1.95 moko 5617:
5618: * tests/: 315.html, results/315.processed: more tests added
5619: (related to feature #1032)
5620:
5621: * tests/: 131.html, results/131.processed: date range checks
5622: updated (related to feature #36)
5623:
5624: * tests/: 315.html, results/057.processed, results/315.processed:
5625: test added for ISO date support (related to issue #315)
5626:
5627: * src/classes/date.C: more readable exceptions in date creation
5628: (related to ticket #1032)
5629:
5630: 2015-09-18 moko
5631:
5632: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5633: added (related to issue #1032)
5634:
5635: * tests/results/256.processed, src/classes/json.C: iso-string
5636: documented (related to issue #1032)
5637:
5638: * tests/: 256.html, results/256.processed: ISO date check added
5639: (related to issue #1032)
5640:
5641: * tests/: 057.html, results/057.processed, results/224.processed:
5642: tests results updated after ISO date support implemented (related
5643: to feature #1032)
5644:
5645: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5646: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5647: ^date::create[string] constructor formalized, ^date.iso-string[]
5648: added (implements feature #1032)
5649:
5650: 2015-09-05 moko
5651:
1.211 moko 5652: * operators.ru.txt, operators.txt: actualized
1.95 moko 5653:
1.211 moko 5654: * operators.ru.txt, operators.txt: date changes documented (related
5655: to ticket #36)
1.95 moko 5656:
5657: 2015-09-04 moko
5658:
5659: * src/types/pa_vdate.C: warning war
5660:
5661: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5662:
5663: 2015-09-03 moko
5664:
5665: * tests/results/096.processed: test result updated for 0..9999 year
5666: date range support (related to feature #36)
5667:
5668: * tests/: 314.html, results/314.processed: test for
5669: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5670: bug #1031)
5671:
5672: * src/classes/string.C: Static calls fixed for ^string:base64[],
5673: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5674:
1.116 moko 5675: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5676: configure.in -> configure.ac
1.95 moko 5677:
1.116 moko 5678: * configure, configure.in, src/include/pa_config_auto.h.in: more
5679: correct timezone check for FreeBSD Warning war: configure.in ->
5680: configure.ac
1.95 moko 5681:
5682: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5683: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5684: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5685: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5686: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5687: src/main/Makefile.am, src/targets/apache/Makefile.am,
5688: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5689: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5690: check added
5691:
5692: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5693:
5694: * tests/results/: 124.processed, 224.processed: test resuls updated
5695: for new date implementation (related to feature #36)
5696:
5697: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5698: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5699: types/pa_vdate.h: new double date implementation with internal
5700: support for extended 0..9999 year range, default timezone support
5701: (related to feature #36)
5702:
5703: 2015-08-28 moko
5704:
5705: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5706: (fixes bug #1030)
5707:
5708: 2015-08-21 moko
5709:
5710: * src/classes/inet.C: snprintf size "bug" commented
5711:
5712: * src/main/pa_common.C: snprintf comments updated
5713:
5714: 2015-08-16 moko
5715:
5716: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5717:
5718: 2015-08-11 moko
5719:
5720: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5721: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5722: can be null (fixes bug #1029)
5723:
5724: 2015-08-06 moko
5725:
1.116 moko 5726: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5727: pa_vdate.C added
1.95 moko 5728:
5729: 2015-08-05 moko
5730:
5731: * tests/: 313.html, results/313.processed: test for
5732: ^table.count[columns] and ^table.flip[] with nameless tables
5733: (feature #1003)
5734:
5735: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5736: max_cell added, now ^table.count[columns] and ^table.flip[] works
5737: correctly for nameless tables (implements feature #1003)
5738:
5739: 2015-08-03 moko
5740:
5741: * tests/312.html: test for ^table.append[$hash] and
5742: ^table.insert[$hash] added (related to feature #1028)
5743:
5744: * src/classes/table.C: ^table.append[$hash] and
5745: ^table.insert[$hash] now supported (implements feature #1028)
5746:
5747: * tests/: 312.html, results/312.processed: test row copy in
5748: ^table.hash[; $.type[table] ] added (related to feature #1016)
5749:
5750: * src/classes/table.C: row copy now created in ^table.hash[;
5751: $.type[table] ] (related to feature #1016)
5752:
5753: 2015-07-29 moko
5754:
5755: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5756: added (related to feature #1016)
5757:
5758: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5759: ^table.delete[] added to delete current row (related to feature
5760: 1016)
5761:
5762: 2015-07-28 moko
5763:
5764: * tests/: 312.html, results/312.processed: test for
5765: $table.column[value] and ^table.insert{row} (related to feature
5766: #1016)
5767:
5768: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5769: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5770: ^table.insert{row} are now implemented (feature #1016)
5771:
5772: * src/include/pa_array.h: Optimization: bool reverse removed from
5773: append(), insert() added, memmove arguments order in remove()
5774: fixed (related to feature #1016)
5775:
5776: 2015-07-23 moko
5777:
5778: * src/classes/json.C: tainted json and empty json exception added
5779: (implements feature #1015)
5780:
5781: * tests/: 311.html, results/311.processed: empty json and tainted
5782: json exception test added (related to issue #1015)
5783:
5784: 2015-07-22 moko
5785:
5786: * tests/: 311.html, results/311.processed: test for UTF-8
5787: processing added
5788:
5789: * tests/: 311.html, results/311.processed: test for
5790: json_exception_with_source added (related to issue #394)
5791:
5792: * src/classes/json.C: json_exception_with_source added (implements
5793: feature #394)
5794:
5795: 2015-06-29 moko
5796:
5797: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5798: directories are now correctly determined if _d_type == DT_UNKNOWN
5799: (closes bug #1027)
5800:
5801: 2015-06-10 moko
5802:
5803: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5804: error if libxml has LIBXML_ICU_ENABLED.
5805:
5806: 2015-06-04 moko
5807:
5808: * tests/099.html: ups, reverting
5809:
5810: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5811: results/310.processed: tests for $response:body[ $.file[] ] and
5812: $response:last-modified added
5813:
5814: * src/main/pa_request.C: last-modified check fixed
5815:
5816: 2015-06-03 moko
5817:
5818: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5819: results/205.processed, results/293.processed: $response:headers
5820: logging added (tests for feature #1007)
5821:
5822: * src/: include/pa_common.h, include/pa_request.h,
5823: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5824: $response:headers are now in uppercase (closes feature #1007)
5825:
5826: 2015-06-02 moko
5827:
5828: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5829: build errors reverted for clang compatibility
5830:
5831: 2015-06-01 moko
5832:
5833: * src/include/pa_memory.h: -pedantic build errors fixed
5834:
5835: * src/classes/math.C: -pedantic build error fixed
5836:
5837: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5838:
5839: 2015-05-31 moko
5840:
5841: * src/classes/table.C: USE_STRINGSTREAM optimized
5842:
5843: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5844: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5845: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5846: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5847: types/pa_vxnode.h: warning war (-pedantic flag)
5848:
5849: 2015-05-28 moko
5850:
5851: * tests/: 308.html, results/308.processed: test for
5852: ^table::create[$t;], etc work added (related to bug #975)
5853:
5854: * src/classes/table.C: check_option_param removed,
5855: ^table::create[$t;], etc now works (fixes bug #975)
5856:
5857: 2015-05-27 moko
5858:
5859: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5860: (Debian jessie) fixed (closes issue #1024)
5861:
5862: * tests/Makefile: sort added as in Debian jessie list become
5863: unsorted
5864:
5865: 2015-05-18 moko
5866:
5867: * tests/: 201.html, results/201.processed: test for
5868: ^string.trim[what] feature #1022
5869:
5870: * src/classes/string.C: ^string.trim[what] now supported,
5871: implements feature #1022
5872:
5873: 2015-05-17 moko
5874:
5875: * tests/results/185.processed: test result updated as feature #1021
5876: implemented (left/right accept negative parameter)
5877:
5878: * src/classes/string.C: left/right now accept negative parameter
5879: (implements feature #1021)
5880:
5881: 2015-05-08 moko
5882:
5883: * src/classes/math.C: isalnum -> pa_isalnum
5884:
5885: * src/main/execute.C: optimization in getter-junction processing
5886: (related to issue #997)
5887:
5888: 2015-05-07 moko
5889:
5890: * tests/: 307.html, results/307.processed: test for issue #997
5891: added
5892:
5893: * src/main/execute.C: process_getter result now checked if junction
5894: returned (closes issue #997)
5895:
5896: * tests/: 305.html, results/305.processed: sort added to ignore
5897: different order
5898:
5899: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5900: assignment (closes issue #994)
5901:
5902: * tests/: 306.html, results/306.processed: test for issue #994
5903: added
5904:
5905: * tests/: 303.html, results/303.processed: two more errors tested
5906:
5907: 2015-05-06 moko
5908:
5909: * tests/: 305.html, results/305.processed: test for name2ip &
5910: ip2name added (related to feature #992)
5911:
5912: * tests/: 303.html, 304.html, results/303.processed,
5913: results/304.processed: tests for idna conversion added (related
5914: to issue #849)
5915:
5916: 2015-05-02 moko
5917:
5918: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5919: implemented
5920:
5921: 2015-04-30 moko
5922:
5923: * src/main/pa_http.C: idna_host added, related to issue #849
5924:
5925: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5926: (related to issue #849)
5927:
5928: 2015-04-24 moko
5929:
5930: * src/types/pa_vjunction.C: warning war
5931:
5932: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5933: unification
5934:
5935: * src/lib/punycode/pa_idna.c: warning war
5936:
5937: 2015-04-22 moko
5938:
5939: * src/main/main.vcproj: punycode include path added
5940:
5941: * src/lib/punycode/pa_idna.c: windows compile error fixed
5942:
5943: * src/lib/punycode/pa_idna.c: warning war
5944:
5945: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5946: project file added
5947:
5948: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5949:
5950: * src/include/pa_memory.h: warning war
5951:
5952: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5953: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5954: implemented (related to feature #849)
5955:
5956: * configure.in, src/main/Makefile.am,
5957: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5958: libpunycode added in Unix
5959:
5960: 2015-04-21 moko
5961:
5962: * configure.in: large files support
5963:
5964: 2015-04-15 moko
5965:
5966: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5967: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5968: pa_punycode.h: initial version for punycode/idna support library
5969: (ticket #849)
5970:
5971: 2015-04-08 moko
5972:
5973: * src/: classes/curl.C, classes/date.C, classes/file.C,
5974: classes/image.C, classes/mail.C, classes/reflection.C,
5975: classes/string.C, classes/xnode.C, include/pa_request.h,
5976: include/pa_string.h, include/pa_stylesheet_connection.h,
5977: main/compile.y, main/compile_tools.h, main/execute.C,
5978: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5979: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5980: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5981: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5982: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5983: clang compiler warnings (closes issue #1018)
5984:
5985: * src/include/pa_string.h: String::Body comparation operators with
5986: char * added (related to issue #958)
5987:
5988: 2015-04-07 moko
5989:
5990: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5991: pa_malloc/pa_free to remove system malloc/free usage (related to
5992: issue #1018)
5993:
5994: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5995: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5996: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5997: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5998: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5999: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6000: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6001: malloc/strdup/free replaced with pa_ version and checks for
6002: accidental use of non-pa_ version added (related to issue #1018)
6003:
6004: 2015-04-03 moko
6005:
6006: * buildall: pcre-8.33 -> pcre-8.36
6007:
6008: * src/: main/compile.y, classes/form.C, classes/mail.C,
6009: classes/op.C, classes/string.C, main/compile.tab.C,
6010: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6011: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6012: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6013: ticket #958)
6014:
6015: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6016: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6017: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6018: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6019: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6020: $request:headers, $request:method added (implements feature
6021: #1007)
6022:
6023: 2015-03-17 misha
6024:
6025: * tests/302.html: - test for
6026: ^json:string[...;$._default[method-name]]
6027:
6028: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6029: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6030: option $._default[method-name] is specified in ^json:string[], a
6031: method with specified name will be called for classes/objects
6032: serialization ( new feature: #982 )
6033:
6034: 2015-03-16 misha
6035:
6036: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6037: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6038: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6039: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6040: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6041: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6042: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6043: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6044: types/pa_vrequest.h, types/pa_vstateless_class.C,
6045: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6046: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6047: $var.CLASS_NAME now have special opcodes. This can be switched
6048: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6049: on pa_opcode.h ( new feature: #844 )
6050:
6051: 2015-03-15 misha
6052:
6053: * tests/075.html: - test for $response:header[]
6054:
6055: * src/types/pa_vresponse.C: - $response:header[] deletes header
6056: that was set earlie ( new feature: #1001 )
6057:
6058: 2015-03-12 misha
6059:
6060: * tests/246.html: - more tests for ^hash._at[]
6061:
6062: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6063: accepts second param [key|value|hash] ( new feature: #1012 )
6064:
6065: 2015-03-09 moko
6066:
6067: * src/types/pa_vmail.C: exception for everything but
6068: $mail:received, closes issue #1011
6069:
6070: 2015-02-20 moko
6071:
6072: * tests/: 275.html, results/275.processed: hex detection in
6073: pa_atoui fix test (closes issue #1010)
6074:
6075: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6076: issue #1010)
6077:
6078: 2015-02-17 moko
6079:
6080: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6081: tainted.
6082:
6083: 2015-02-03 misha
6084:
6085: * tests/301.html: - test for ^json:string($double) causes
6086: exception. bugfix: #1008
6087:
6088: * src/classes/json.C: - ^json:string($double) causes exception.
6089: bugfix: #1008
6090:
6091: * tests/014.html: - updated for work with ^hash.delete[]
6092:
6093: 2015-01-12 misha
6094:
6095: * src/: classes/form.C, include/pa_common.h,
6096: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6097: types/pa_vform.h: - supports body with PUT method as well ( new
6098: feature: #1006 )
6099:
6100: * src/classes/file.C: - warnings war
6101:
6102: 2015-01-11 misha
6103:
6104: * tests/300.html: - test for ^hash.delete[] is added
6105:
6106: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6107: feature: #989 ) - tiny optimization in intersects
6108:
6109: 2015-01-06 moko
6110:
6111: * src/types/pa_vmail.C: file names transcode added, to and cc added
6112: with transcode, attachments detection fixed
6113:
6114: * src/main/pa_request.C: filling mail received after cgi/auto.p
6115: load to allow charset switch (related to issue #996)
6116:
6117: 2014-12-31 moko
6118:
6119: * src/types/pa_vmail.C: from and subject now transcoded if not
6120: UTF-8 source charset (fixes issue 996)
6121:
6122: * src/main/pa_exception.C: fixed string from stack bug (closes
6123: issue #1000)
6124:
6125: 2014-12-11 misha
6126:
6127: * src/types/pa_vhashfile.C: - check if key is not empty before
6128: access ( bug fix: #1005 )
6129:
6130: 2014-11-13 misha
6131:
6132: * src/main/compile.y: - PC.append does not reset to false while
6133: creating a new class. bugfix: #990
6134:
6135: * tests/299.html: - test for creation class after working with
6136: partial class (create+append)
6137:
6138: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6139: #995
6140:
6141: * tests/232.html: - test for @get[def] added
6142:
6143: 2014-10-12 moko
6144:
6145: * src/lib/pcre/pcre_internal.vcproj: correct path
6146:
6147: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6148: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6149: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6150: targets/apache/ApacheModuleParser3.vcproj,
6151: targets/apache/ApacheModuleParser3Core.vcproj,
6152: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6153: types/types.vcproj: project GUID inserted in *.vcproj for correct
6154: conversion in newer VS versions
6155:
6156: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6157: pcre_internal.vcproj added
6158:
6159: 2014-08-28 moko
6160:
6161: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6162: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6163: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6164:
6165: 2014-06-30 misha
6166:
6167: * tests/298.html: - tests for ^reflection:def[class;className]
6168: added
6169:
6170: * src/classes/reflection.C: - ^reflection:def[class;className]
6171: added ( new feature: #918 )
6172:
6173: 2014-06-29 misha
6174:
6175: * src/classes/table.C: - ^table::create[unsupported data] -
6176: exception comment changed to "body must be table or code" ( bug
6177: fix: #951 )
6178:
6179: * tests/: 261.html, results/261.processed: - tests for
6180: ^json:string[...;$.void[null|string]] added
6181:
6182: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6183: option $.void[string|null] added to ^json:string[...] ( new
6184: feature: #952 )
6185:
6186: 2014-06-28 moko
6187:
6188: * src/classes/curl.C: $.charset now processed before other curl
6189: options (closes issue #980)
6190:
6191: 2014-05-23 misha
6192:
6193: * src/classes/json.C: - bug fix: #987
6194:
6195: 2014-05-04 misha
6196:
6197: * tests/: 253.html, 253_json.txt: - test for
6198: ^json:parse[$.int(false)] is added
6199:
6200: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6201: default true). The option is similar to $.double(bool) but for
6202: integers.
6203:
6204: 2014-05-01 moko
6205:
6206: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6207: #12 )
6208:
6209: 2014-04-16 moko
6210:
6211: * src/main/pa_http.C: response-charset option should finally work
6212: now (fix for issue #867)
6213:
6214: * src/main/pa_http.C: response-charset option should work now (fix
6215: for issue #867)
6216:
6217: 2014-03-07 moko
6218:
6219: * buildall: libgc moved
6220:
6221: * buildall: libgc moved
6222:
6223: 2013-12-29 moko
6224:
6225: * src/classes/string.C: ^string:js-unescape result now tainted,
6226: closes issue #966
6227:
6228: * tests/: 186.html, results/186.processed: ^string:js-unescape
6229: result now tainted, issue #966
6230:
6231: 2013-12-03 moko
6232:
6233: * src/: classes/memcached.C, types/pa_vmemcached.C,
6234: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6235: option was added for http://www.parser.ru/forum/?id=79343
6236:
6237: * src/classes/file.C: bugfix for
6238: http://www.parser.ru/forum/?id=79337
6239:
6240: 2013-11-05 moko
6241:
6242: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6243:
6244: * src/main/pa_globals.C: spelling fixed
6245:
6246: 2013-10-29 moko
6247:
6248: * src/lib/json/json.vcproj: json.c -> pa_json.C
6249:
6250: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6251: #892
6252:
6253: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6254: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6255: exceptions to be thrown thougth json library), related to issue
6256: #892
6257:
6258: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6259: related to issue #896
6260:
6261: 2013-10-24 moko
6262:
6263: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6264:
6265: 2013-10-23 moko
6266:
6267: * README: actualization
6268:
6269: 2013-10-22 moko
6270:
6271: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6272: compatibility patch from Sergey Kirpichev
6273:
6274: * tests/: 297.html, results/297.processed: non-working getter fix
6275: test for issue #948
6276:
6277: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6278: called when saving value of $match variable in ^string.match[] to
6279: increase compatibility (related to issue #948).
6280:
6281: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6282: usage optimization
6283:
6284: 2013-10-21 moko
6285:
6286: * tests/: 182.html, results/182.processed: local path removed for
6287: compatibility
6288:
6289: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6290: results/244.processed, results/253.processed,
6291: results/254.processed, results/275.processed,
6292: results/281.processed: try_catch -> try-catch
6293:
6294: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6295: results/294.processed, results/296.processed: try_catch ->
6296: try-catch
6297:
6298: 2013-10-20 moko
6299:
6300: * tests/: 296.html, results/296.processed: test for xsl exception
6301: for issue #938 added.
6302:
6303: * src/: include/pa_xml_exception.h,
6304: main/pa_stylesheet_connection.C: forgotten to be replaced
6305: XmlException is now replaced (once again closes issue #938)
6306:
6307: 2013-10-18 moko
6308:
6309: * buildall: disable clock_gettime detection to avoid librt linking
6310: (which in turn depends on libpthread), related to issue #943
6311:
6312: 2013-10-18 misha
6313:
6314: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6315: lib/smtp/smtp.vcproj, main/main.vcproj,
6316: targets/apache/ApacheModuleParser3Core.vcproj,
6317: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6318: types/types.vcproj: - new locations for libxml2 includes where
6319: added to vcproj files
6320:
6321: 2013-10-18 moko
6322:
6323: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6324: fix
6325:
6326: * tests/: 295.html, results/295.processed: test for issue #948
6327: updated
6328:
6329: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6330: :)
6331:
6332: * tests/: 295.html, results/295.processed: test for issue #948
6333: added
6334:
6335: * src/: classes/hash.C, classes/string.C, classes/table.C,
6336: include/pa_request.h, types/pa_method.h: for getters and setters
6337: to be executed request.put_element should be called, not
6338: context.put_element (fixes issue #948)
6339:
6340: 2013-10-17 moko
6341:
6342: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6343: LIBXML2_NEW_BUFFER check (closes issue #943)
6344:
6345: * buildall: libxml 2.9.1 build is broken --without-reader.
6346:
6347: 2013-10-16 moko
6348:
6349: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6350:
6351: * tests/: 294.html, results/294.processed: test for issue #938
6352:
6353: * src/: classes/xdoc.C, classes/xnode.C,
6354: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6355: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6356:
6357: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6358: libxslt-1.1.26 -> libxslt-1.1.28
6359:
6360: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6361: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6362: to '?', related to issue #938
6363:
6364: 2013-10-15 moko
6365:
6366: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6367: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6368: minor optimizations (closes issue #896)
6369:
6370: * tests/results/: 292.processed, 293.processed: results updated to
6371: comply with issue #896
6372:
6373: * tests/: 292.html, 293.html, results/292.processed,
6374: results/293.processed: tests for json escaping
6375:
6376: 2013-10-14 moko
6377:
6378: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6379: and cleanup, code moved from .h to .C, no changes in code
6380:
6381: 2013-10-12 moko
6382:
6383: * tests/results/119.processed: updated test result commited
6384:
6385: * tests/: 291.html, results/291.processed: test for issue #894
6386: added
6387:
6388: * src/types/pa_wcontext.h: base methods call support function
6389: get_somebody_entered_some_class should not be true forever, as
6390: wcontext can have many get_elements calls (fixes issue #894)
6391:
6392: 2013-10-11 moko
6393:
6394: * tests/: 290.html, results/290.processed: test for junction GPF
6395: issue #942 added
6396:
6397: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6398: to native method fixed (closes issue #942)
6399:
6400: * tests/: 158.html, results/158.processed: test for csv-string[]
6401: added
6402:
6403: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6404: feature #907)
6405:
6406: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6407: feature #907)
6408:
6409: 2013-10-09 moko
6410:
6411: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6412: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6413: types/pa_vstateless_class.C: GET_default, SET_default now works
6414: properly not only in objects, but in classes as well (closes
6415: issue #903)
6416:
6417: * tests/: 289.html, results/289.processed: GET/SET_default now
6418: works in classes, not only objects, test case added, related to
6419: issue #903
6420:
6421: * tests/: 288.html, results/288.processed: test for endless
6422: recursion bug added (related to issue #903)
6423:
6424: 2013-10-05 moko
6425:
6426: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6427: classes/table.C, main/execute.C, types/pa_method.h,
6428: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6429: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6430: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6431: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6432: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6433: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6434: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6435: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6436: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6437: optimization: put_element no longer has "bool areplace" argument,
6438: related to issue #903
6439:
6440: 2013-10-03 moko
6441:
6442: * tests/results/182.processed: result for $.replace(false) test
6443: commited
6444:
6445: * src/classes/date.C: ^date::create(number) processed correctly
6446: (fixes issue #901)
6447:
6448: * src/classes/image.C: as_no_junction removed, as param can be
6449: expression (closes issue #931)
6450:
6451: * tests/233.html: test for issue #931 added
6452:
6453: 2013-10-02 moko
6454:
6455: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6456: modified, test for $.replace(false) added
6457:
6458: * src/main/compile_tools.h: forgotten class replace returned. :)
6459:
6460: 2013-09-30 moko
6461:
6462: * tests/: 141.html, results/141.processed: md5 tainting test added
6463:
6464: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6465: main/compile_tools.h, main/pa_request.C: allow_class_replace
6466: implemented; $.replace option added to ^process and ^use
6467:
6468: 2013-08-27 moko
6469:
6470: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6471: cstr_to_string_body_untaint should be called with charsets for
6472: possible uri language and connection for possible sql language.
6473: related to issue #857
6474:
6475: * buildall: and -> or fixed
6476:
6477: 2013-08-26 moko
6478:
6479: * buildall: prepare_ functions logic changed to support
6480: gc-7.2d.tar.gz extracting to gc-7.2 directory
6481:
6482: 2013-08-23 moko
6483:
6484: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6485: statically
6486:
6487: 2013-08-22 moko
6488:
6489: * src/classes/string.C: String::Empty used (related to issue #912)
6490: append_know_length removed (related to old GPF bug)
6491:
6492: 2013-08-21 moko
6493:
6494: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6495:
6496: * src/classes/math.C: ^math:digest[...;$file] support added
6497: (related to ticket #857
6498:
6499: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6500: implemented
6501:
6502: * src/types/pa_vhashfile.h: warning war
6503:
6504: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6505: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6506: anti_endless_json_string_recoursion removed from request;
6507: json_string_recoursion added to json_options; $.indent[indent
6508: value] now supported and passed within recoursion closes feature
6509: #937
6510:
6511: * tests/: 287.html, results/287.processed: test for feature #937
6512:
6513: 2013-07-31 moko
6514:
6515: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6516: compilation having #define _S
6517:
6518: * src/main/pa_globals.C: cleanup
6519:
6520: 2013-07-30 moko
6521:
6522: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6523: main/pa_common.C: vs2003 warning war
6524:
6525: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6526:
6527: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6528:
6529: * src/lib/md5/pa_sha2.c: warning war
6530:
6531: 2013-07-29 moko
6532:
6533: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6534: patches from github
6535:
6536: * src/: classes/bool.C, classes/double.C, classes/int.C,
6537: classes/memcached.C, include/pa_config_includes.h,
6538: types/pa_vfile.C, types/pa_vfile.h: warning war
6539:
6540: * src/lib/json/json.vcproj: C++ -> C
6541:
6542: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6543:
6544: * src/lib/json/: json.c, pa_json.C: windows compatibility
6545:
6546: * src/lib/json/: json.c, pa_json.C: windows compatibility
6547:
6548: * src/lib/json/: json.c, pa_json.C: warning war
6549:
6550: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6551:
6552: * src/include/pa_config_fixed.h: uint16_t added
6553:
6554: * configure.in: uint16_t check added
6555:
6556: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6557: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6558: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6559: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6560: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6561:
6562: 2013-07-25 moko
6563:
6564: * parser3.sln: dependencies added
6565:
6566: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6567: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6568: module support
6569:
6570: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6571:
6572: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6573:
6574: 2013-07-23 moko
6575:
6576: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6577: PA_DEBUG_GC_MEMORY removed
6578:
6579: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6580: PA_DEBUG_DISABLE_GC compilation fix
6581:
6582: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6583: main/pa_request.C: outdated RESOURCES_DEBUG removed
6584:
6585: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6586: garbage cleanup
6587:
6588: * src/main/pa_common.C: warning war
6589:
6590: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6591:
6592: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6593: minor cleanup
6594:
6595: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6596: uses cygwin, not WIN32 implementation
6597:
6598: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6599: able to exec shell scripts
6600:
6601: * src/classes/math.C: ifdef WIN32 cleanup
6602:
6603: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6604:
6605: * src/classes/curl.C: LT_MODULE_EXT used
6606:
6607: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6608:
6609: 2013-07-22 moko
6610:
6611: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6612: includes fix
6613:
6614: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6615:
6616: * configure.in, src/include/pa_config_includes.h,
6617: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6618: src/main/pa_exec.C: includes cleanup
6619:
6620: * src/targets/cgi/parser3.C: 2012->2013
6621:
6622: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6623:
6624: * configure.in, src/include/pa_config_includes.h,
6625: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6626: src/main/pa_random.C, src/main/pa_socks.C,
6627: src/types/pa_vstatus.C: cygwin support cleanup
6628:
6629: * configure.in: dirent.h check added
6630:
6631: * src/: include/pa_config_includes.h, include/pa_dir.h,
6632: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6633: not copied
6634:
6635: 2013-07-21 moko
6636:
6637: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6638:
6639: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6640: parser3.vcproj: unused getopt.h / getopt.c removed
6641:
1.211 moko 6642: * operators.ru.txt, operators.txt, src/classes/file.C,
6643: tests/022.html, tests/results/022.processed:
6644: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6645:
6646: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6647: src/main/pa_dir.C: ^file:list[] now has dir column and when
6648: $.stat(true) it has size/*date columns modified patch from misha@
6649: that closes issue #914.
6650:
6651: * src/: include/pa_config_includes.h, main/pa_globals.C:
6652: PA_RELEASE_ASSERTS removed
6653:
6654: * src/lib/md5/pa_md5c.c: minor cleanup
6655:
6656: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6657: localeconv()->decimal_point usage remoed (related to issue #934)
6658:
6659: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6660: cordprnt.c removed
6661:
6662: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6663: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6664: pa-include/pa_strings.h: includes cleanup
6665:
6666: * src/lib/md5/pa_md5c.c: headers cleanup
6667:
6668: 2013-07-20 moko
6669:
6670: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6671: cleanup
6672:
6673: 2013-07-19 moko
6674:
6675: * src/classes/math.C: extern "C" added for crypt
6676:
6677: 2013-07-18 moko
6678:
6679: * src/classes/math.C: fix redhat7.2 build
6680:
6681: 2013-07-17 moko
6682:
6683: * configure.in, src/include/pa_config_includes.h,
6684: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6685: added for uint8/32/64_t)
6686:
6687: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6688: pa_config_includes.h used for uint32/64_t
6689:
6690: 2013-07-16 moko
6691:
6692: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6693: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6694: war
6695:
6696: * src/main/compile.tab.C: compile.y was updated
6697:
6698: * src/main/compile.y: warning war
6699:
6700: * src/: include/pa_exception.h, main/pa_exception.C,
6701: main/pa_xml_exception.C: warning war
6702:
6703: * src/: include/pa_common.h, main/pa_common.C: warning war
6704:
6705: * configure.in: beauty :)
6706:
6707: * tests/: 141.html, results/141.processed: sha256/512 added
6708:
6709: 2013-07-13 moko
6710:
6711: * src/lib/md5/md5.vcproj: sha2 added
6712:
6713: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6714: classes/math.C: sha2 support (sha256/sha512 digest)
6715:
6716: 2013-07-08 moko
6717:
6718: * src/classes/image.C: directory read or other read problem message
6719: fixed (related to issue #933)
6720:
6721: 2013-07-07 moko
6722:
6723: * AUTHORS: + misha + moko. :)
6724:
6725: 2013-07-06 moko
6726:
6727: * src/: classes/curl.C, include/pa_globals.h,
6728: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6729: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6730: for lt_dlinit to be called once and lt_dlexit called at right
6731: place (related to issue #925)
6732:
6733: 2013-07-04 moko
6734:
6735: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6736: VString::as_vfile now uses vfile.set_binary_string to avoid
6737: content-type to be set, as it brokes badly designed logic in
6738: response output. This hopefully finishes issue #928.
6739:
6740: * tests/results/: 256.processed, 286.processed: file now displayed
6741: as name, size, mode, content-type
6742:
6743: * src/main/pa_common.C: read error now reported cottectly (fixes
6744: issue #933
6745:
6746: 2013-06-28 moko
6747:
6748: * tests/: 286.html, results/286.processed: test extended
6749:
6750: * tests/: 286.html, results/286.processed: Test for issue #928
6751: added. it tests default content-type change.
6752:
6753: * src/types/pa_vfile.C: closes issue #928 - default content-type
6754: now updated
6755:
6756: 2013-06-25 moko
6757:
6758: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6759: content-type for text/binary files without name added;
6760: ^file::create[$f;...] options now works properly and $f
6761: properties are default (fixes issue #928)
6762:
6763: 2013-05-16 misha
6764:
6765: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6766: added
6767:
6768: * src/main/pa_table.C: - a tiny memory optimisation while creating
6769: table if specified limit is bigger than source rows count
6770:
6771: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6772: added ( new feature: #858 )
6773:
6774: 2013-04-29 moko
6775:
6776: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6777: $.ipresolve(0|1|2) added (closes issue #891)
6778:
6779: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6780:
6781: 2013-04-24 moko
6782:
6783: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6784: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6785: types/pa_vmemcached.h: ^memcache.release[] added, calls
6786: memcached_quit (refs #893)
6787:
6788: 2013-04-22 moko
6789:
6790: * src/: include/pa_string.h, main/pa_common.C: no more double
6791: slashes in file path (fixes bug #872)
6792:
6793: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6794: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6795: #739)
6796:
6797: * tests/results/266.processed: $.max_params added (feature #915)
6798:
6799: * src/: include/pa_common.h, main/pa_http.C: response-charset
6800: option added to file::load (closes issue #867)
6801:
6802: 2013-04-20 misha
6803:
6804: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6805: commited
6806:
6807: 2013-03-15 misha
6808:
6809: * src/classes/: hash.C, table.C: - Optimisation: do not create
6810: multiple empty strings while ::sql. uae String::Empty instead
6811:
6812: 2013-03-14 misha
6813:
6814: * src/classes/reflection.C: - for user classes
6815: ^reflection:method_info[] returns $.max_params and $.extra_param
6816: with $.call_type if they available ( new feature: #915 )
6817:
6818: * src/classes/file.C: - ^file:delete[] now supports an option
6819: $.exception(false) that suppress any exception while deleting
6820: file ( new feature: #916 )
6821:
6822: * src/classes/curl.C: - parsing cookies after curl:load now should
6823: work :)
6824:
6825: 2013-03-12 misha
6826:
6827: * src/types/pa_vfile.C: - if specified file_name is empty string
6828: set default name for the file
6829:
6830: 2013-03-11 misha
6831:
6832: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6833: also available in $f.cookies
6834:
6835: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6836: moved to a separate method
6837:
6838: 2013-03-10 moko
6839:
6840: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6841: added
6842:
6843: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6844: removed (declared by autoconf)
6845:
6846: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6847: uint32_t define
6848:
6849: 2013-03-10 misha
6850:
6851: * src/classes/file.C: ^file:delete and ^file:move now support
6852: option $.keep-empty-dirs(true) ( new feature: #884 )
6853:
6854: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6855: empty dirs is added
6856:
6857: 2013-03-10 moko
6858:
6859: * src/classes/: bool.C, double.C, int.C: default can be present,
6860: but default check removed from ^int/double/bool.int/double/bool
6861: for string.int/double/bool compatibility (related to issue #913)
6862:
6863: * src/classes/string.C: ^string.int/dobule/bool no longer
6864: internally throws exception if default is present (closes issue
6865: #913)
6866:
6867: 2013-03-09 misha
6868:
6869: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6870: optimisations ( #845 )
6871:
6872: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6873:
6874: 2013-03-08 moko
6875:
6876: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6877: creates correct table (fixes issue #910)
6878:
6879: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6880: use outside of 'connect' operator (fixes issue #911)
6881:
6882: * tests/results/: 096.processed, 122.processed: test results
6883: updated as doubles now printed with 15 significant digits, not 5
6884: (fixes issue #882)
6885:
6886: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6887: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6888:
6889: 2013-02-21 moko
6890:
6891: * src/classes/table.C: _locate_name_value does not check arguments
6892: count, so we check it in advance (fixes issue #905)
6893:
6894: 2012-10-23 moko
6895:
6896: * buildall: old shell for and echo compatibility (for six)
6897:
6898: 2012-10-19 moko
6899:
6900: * buildall: --strip added --disable-safe-mode listed in usage
6901:
6902: 2012-10-17 misha
6903:
6904: * src/classes/op.C: - apply-taint should not throw "outside
6905: connect" exception with sql lang now
6906:
6907: 2012-10-17 moko
6908:
6909: * src/main/pa_request.C: bugfix: safe mode should be inited for
6910: each request (for apache module)
6911:
6912: 2012-09-26 moko
6913:
6914: * src/doc/doxygen.cfg: png -> svg
6915:
6916: 2012-09-25 moko
6917:
6918: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6919: test added
6920:
6921: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6922: double use when key is long
6923:
6924: 2012-09-16 moko
6925:
6926: * src/classes/math.C: Format -> Method Encode -> Format
6927:
6928: * tests/: 141.html, results/141.processed: math:digest hmac test
6929: added
6930:
6931: 2012-09-14 moko
6932:
6933: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6934: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6935: implementation added
6936:
6937: 2012-09-12 moko
6938:
6939: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6940: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6941: targets.dox and string.dox slightly actualized
6942:
6943: 2012-08-31 moko
6944:
6945: * ChangeLog: now generated with patched cvs2cl.pl
6946:
6947: 2012-07-29 moko
6948:
6949: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6950: result should be pushed after VMethodFrame destructor is called,
6951: as it deletes junctions from stack params (fixes issue #868)
6952:
6953: 2012-07-23 moko
6954:
6955: * INSTALL, README: buildall script usage documented, other outdated
6956: info updated.
6957:
6958: * buildall-with-xml, buildall-without-xml: replaced by buildall
6959:
6960: 2012-07-21 moko
6961:
6962: * buildall: glib does not compile when threads are disabled...
6963:
6964: * src/types/pa_vmail.C: g_assertion fixes for empty input
6965:
6966: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6967: unref, can't unref nested objects)
6968:
6969: * src/types/pa_vmail.C: another check added
6970:
6971: 2012-07-19 moko
6972:
6973: * buildall: usage added
6974:
6975: * buildall: new buildall script that unites buildall-with-xml,
6976: buildall-without-xml, --with-apache and --with-mailreceive
6977:
6978: * configure.in: support for static gmime and dynamic glib linking.
6979: fixes for FreeBSD
6980:
6981: 2012-07-17 moko
6982:
6983: * configure.in: --with-mailreceive replaced
6984: --with-static-mailreceive and --with-shared-mailreceive pathlink
6985: removed
6986:
6987: 2012-07-16 moko
6988:
6989: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6990: capitalized, content now decoded and text content converted to
6991: $request:charset. all properties are accessed by functions, this
6992: ready for dynamic load.
6993:
6994: 2012-06-28 moko
6995:
1.116 moko 6996: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6997: 32 bit
1.95 moko 6998:
6999: 2012-06-27 moko
7000:
7001: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7002: passive ftp
7003:
7004: * src/lib/ltdl/ltdl.vcproj: release build fixed
7005:
7006: * configure.in: 3.4.2 RC -> 3.4.2
7007:
7008: 2012-06-22 moko
7009:
7010: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7011: #815)
7012:
7013: * tests/: 284.html, results/284.processed: output options test
7014: (feature #265)
7015:
7016: 2012-06-22 misha
7017:
7018: * tests/215.html: - little changes
7019:
7020: 2012-06-21 moko
7021:
7022: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7023: types/pa_vxdoc.h: output_options returned and used (bugfix for
7024: feature #265)
7025:
7026: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7027: breaks long .*, default 10M restored. (issue #216)
7028:
7029: * tests/: 283.html, results/283.processed: test for issue #815
7030: added
7031:
7032: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7033: again, cstrm not required.
7034:
7035: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7036: Win32 and broken FreeBSD (issue #45)
7037:
7038: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7039:
7040: * src/main/pa_string.C: warnings war
7041:
7042: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7043: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7044: main/pa_socks.C, targets/apache/pa_threads.C,
7045: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7046: types/pa_vstatus.C: compilation under cygwin fixed
7047:
7048: 2012-06-19 moko
7049:
7050: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7051: Windows fixed
7052:
7053: * parser3.sln: removed antique pcre_ctype
7054:
7055: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7056:
7057: * src/include/pa_config_fixed.h: undefined reference to
7058: __imp__pcre_* fix for Windows
7059:
7060: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7061: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7062: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7063: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7064: define fixed
1.95 moko 7065:
7066: 2012-06-18 moko
7067:
7068: * src/classes/memcached.C: flush -> clear
7069:
7070: * src/classes/memcached.C: memcached does not support quotes even
7071: in server name
7072:
7073: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7074: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7075: called on open to check servers existance. $.key(true) syntax
7076: now supported
7077:
7078: 2012-06-17 moko
7079:
7080: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7081: cleanup
7082:
7083: * src/classes/table.C, tests/282.cfg, tests/282.html,
7084: tests/results/282.processed: encloser at the EOF bug fixed,
7085: incorrectly enclosed data now processed more logicaly (fixes
7086: #339)
7087:
7088: 2012-06-15 moko
7089:
7090: * buildall-without-xml: sync with buildall-with-xml
7091:
7092: * buildall-with-xml: download auto-detected between fetch and curl
7093:
7094: * configure.in: --with-gc and --with-pcre now also processed
7095: correctly
7096:
1.116 moko 7097: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7098: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7099: should be run on rol1 using automake / aclocal (GNU automake)
7100: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7101:
7102: * configure.in: new PARSER_VERSION logic
7103:
7104: * src/include/pa_version.h: new pa_version.h logic
7105:
7106: * src/: classes/curl.C, classes/file.C, classes/image.C,
7107: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7108: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7109: feols_normalized -> fis_text_content set_binary added
7110:
7111: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7112:
7113: 2012-06-15 misha
7114:
7115: * src/: classes/curl.C, classes/file.C, classes/image.C,
7116: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7117: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7118: ^file::create[text;content] EOLs in content now is normalized. (
7119: new feature: #815 )
7120:
7121: 2012-06-15 moko
7122:
7123: * configure.in: --disable-version-update added to disable version
7124: update with host information (for debian package) whitespace
7125: optimized
7126:
7127: * configure.in: version changed to 3.4.2 RC no-pic added for
7128: libtool
7129:
7130: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7131: it.
7132:
7133: 2012-06-14 moko
7134:
7135: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7136: tests/results/281.processed: "hash flocked" error removed for
7137: safe operations like ^h._count[] ( new feature: #335 )
7138:
1.116 moko 7139: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7140:
7141: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7142:
7143: * configure.in: --with-static/shared xml replaced with --with-xml,
7144: xml compilation check added
7145:
7146: * configure.in: --with-static/shared-gc, --with-static-pcre are
7147: replaced with --with-gc and --with-pcre test for pcre linking
7148: added
7149:
7150: 2012-06-13 moko
7151:
7152: * configure.in: apxs2 check optimized
7153:
7154: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7155: .la, includes optimized
7156:
7157: * buildall-with-xml: --with-pic looks better for -fPIC
7158:
7159: * configure.in: switched to convenience library in static linking
7160:
7161: * src/targets/apache/Makefile.am: switched to convenience library
7162: usage to avoid libtool warnings
7163:
7164: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7165: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7166: smtp/Makefile.am: switched to convenience library usage
7167:
7168: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7169:
7170: * src/targets/apache/Makefile.am: updated for libtool usage
7171:
7172: * buildall-without-xml: --with-included-ltdl added
7173:
7174: * buildall-without-xml: sync with buildall-with-xml
7175:
7176: * buildall-with-xml: --with-included-ltdl added $cflags added for
7177: -fPIC for x64 $download added for wget success check added
7178:
7179: * buildall-without-xml: --with-dynamic-stdcpp removed
7180:
7181: * configure.in: disable-static returned
7182:
7183: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7184: LIBTOOLFLAGS
7185:
7186: 2012-06-12 moko
7187:
7188: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7189: compatible with LIBTOOLFLAGS for unknown reasons
7190:
7191: * buildall-with-xml: --with-dynamic-stdcpp removed
7192:
7193: * configure.in: static/dynamic -lstdc++ linking option removed
7194: apxs2 check added
7195:
7196: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7197: option removed
7198:
7199: 2012-06-10 moko
7200:
7201: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7202: added
7203:
7204: * src/targets/cgi/pp3.cmd: old PAF stuff
7205:
1.116 moko 7206: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7207: beauty
1.95 moko 7208:
7209: * depcomp: from libtool 2.4.2
7210:
7211: * configure.in: ltdl directory removed, it has correct Makefile.in
7212:
7213: 2012-06-09 moko
7214:
1.116 moko 7215: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7216: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7217: autogenerated files updated after libtool update
7218:
1.116 moko 7219: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7220: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7221: config_auto.h.in, config_fixed.h, configure, configure.ac,
7222: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7223: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7224: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7225: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7226: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7227: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7228: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7229: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7230: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7231: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7232:
7233: * configure.in: preparation for new libtool
7234:
7235: * configure.in: Some beauty added :)
7236:
7237: * src/targets/apache/Makefile.am: := -> =
7238:
7239: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7240: again. :)
7241:
7242: * src/include/pa_config_includes.h, configure.in: limits.h added,
7243: previously was taken from pcre_internal.h. :)
7244:
7245: * src/lib/pcre/Makefile.am: config.h returned
7246:
7247: * src/lib/pcre/config.h: still need this. :)
7248:
7249: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7250:
7251: * configure.in: --with-charsets removed; --with-mysql-client & co
7252: removed
7253:
7254: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7255: now in parser tree, no need to copy
7256:
7257: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7258: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7259: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7260: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7261: extracts now used old trash removed
7262:
7263: * etc/parser3.charsets/Makefile.am: charsets now in share
7264: (debian/patches/104_automake.patch) + all charsets are copied
7265:
7266: * buildall-with-xml, buildall-without-xml: curl option removed +
7267: extra arguments now supported
7268:
7269: 2012-06-08 misha
7270:
7271: * src/classes/table.C: - one params.as_hash usage was rolled back:
7272: the 2nd option in ^table.hash[] could be hash or table so
7273: .as_hash will throw an exception when table option is specified
7274:
7275: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7276: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7277: classes/table.C, classes/void.C, classes/xdoc.C,
7278: include/pa_exception.h, types/pa_vmethod_frame.C,
7279: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7280: and improved (whitespaces are allowed as empty options) -
7281: MethodParams::as_table is added - above methods are used for
7282: parsing methods' options ( new feature: #9 )
7283:
7284: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7285: to vclass. now class fields can be accessible as a hash:
7286: $h[^hash::create[$asd:CLASS]]
7287:
7288: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7289: have get_fields method so their fields can be accessed with
7290: ^reflection:fields[...] & ^reflection:field[...]
7291:
7292: 2012-06-06 misha
7293:
7294: * tests/280.html: - tests for
7295: ^reflection:method[obj-or-class;method],
7296: ^reflection:field[obj-or-class;field] and
7297: ^reflection:fields[obj-or-class] are added
7298:
7299: 2012-06-05 misha
7300:
7301: * src/classes/reflection.C: - ^reflection:method[class or
7302: object;method name] and ^reflection:field[class or object;field
7303: name] are added
7304:
7305: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7306: is used
7307:
7308: * src/types/pa_method.h: - Method::as_vjunction method is added
7309:
7310: 2012-06-05 moko
7311:
1.116 moko 7312: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7313:
7314: * src/classes/memcached.C: flish ttl fixed
7315:
7316: 2012-06-04 moko
7317:
7318: * src/classes/json.C, src/classes/op.C, tests/279.html,
7319: tests/results/279.processed: ^json:parse[] now supports $.taint
7320: option (new feature #833)
7321:
7322: 2012-06-04 misha
7323:
7324: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7325: - search_stop method was moved from pa_vcookie.C to pa_common.C
7326:
7327: 2012-06-03 misha
7328:
7329: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7330: cookies are parced and stored into $.cookies ( new feature: #31 )
7331:
7332: 2012-05-30 misha
7333:
7334: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7335: incomplete class into a scope while @USE is found
7336:
7337: * src/main/compile.y: - add incomplete class into a scope while
7338: @USE and @CLASS instructions are found ( bugfix: #838 )
7339:
7340: 2012-05-30 moko
7341:
7342: * src/types/pa_vclass.C, tests/278.html,
7343: tests/results/278.processed: removed "property has no getter
7344: method" exception when GET_DEFAULT present (fixes #269)
7345:
7346: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7347: $._default
7348:
7349: 2012-05-29 moko
7350:
7351: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7352: uninitialized values usage (new feature: #154)
7353:
7354: 2012-05-28 moko
7355:
7356: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7357: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7358: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7359: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7360: src/types/pa_vobject.C, src/types/pa_vobject.h,
7361: src/types/pa_vstring.h, src/types/pa_vtable.C,
7362: tests/results/277.processed, src/types/pa_vtable.h,
7363: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7364: ^json:string[$o; $.default[$method]] implemented for VObject (new
7365: feature #803)
7366:
7367: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7368: tests/results/277.processed: json numbers are now treated as
7369: double ( new feature: #834 )
7370:
7371: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7372: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7373: added for out of range checks, zero division in vint/vdouble
7374: check added ( fixes #832 )
7375:
7376: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7377: ( fixes #832 )
7378:
7379: 2012-05-28 misha
7380:
7381: * buildall-with-xml: - --without-lzma option is added to libxml2
7382: configure
7383:
7384: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7385: added - tests for unsupported values for options $.file, $.table
7386: and $.date are added
7387:
7388: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7389: accepts "stat" $.file[] option's value in addition to existed
7390: "text" and "base64" ( new feature: #835 )
7391:
7392: * tests/276.html: - test for
7393: ^reflection:delete[$object-or-class;field-name]
7394:
7395: * src/classes/reflection.C: -
7396: ^reflection:delete[$object-or-class;field-name] is added ( new
7397: feature: #268 )
7398:
7399: 2012-05-27 misha
7400:
7401: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7402:
7403: 2012-05-24 misha
7404:
7405: * src/include/pa_common.h: - method lastposafter was removed
7406:
7407: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7408: lastposafter - ^file:dirname[] & Co proper handle windows file
7409: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7410: work as *nix commands
7411:
7412: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7413:
7414: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7415: rskipchars were added
7416:
7417: * tests/270.html: - more tests for ^file:find[]
7418:
7419: * tests/065.html: - more tests for ^file:dirname[] & Co
7420:
7421: * src/include/pa_version.h: - must be "win32" here. it is
7422: auto-generated on *nix
7423:
7424: 2012-05-24 moko
7425:
7426: * src/classes/math.C: ^math:convert[] now supports uint32 and
7427: throws overflow exception ( new feature: #830 )
7428:
7429: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7430: uint32 support and overflow added ( new feature: #830 )
7431:
7432: 2012-05-23 moko
7433:
7434: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7435: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7436: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7437: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7438: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7439: types/pa_vregex.h, types/pa_vstateless_class.C,
7440: types/pa_vstateless_class.h, types/pa_vstring.h,
7441: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7442: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7443: "return string as-is" removed from as_expr_result. ( new feature:
7444: #831 )
7445:
7446: * tests/results/244.processed: test changed after bug #782 fix
7447: commited
7448:
7449: * tests/results/229.processed: test results for bug #782 commited
7450:
7451: * tests/: 254.html, results/254.processed: uid now just compared,
7452: not printed. :)
7453:
7454: 2012-05-20 moko
7455:
7456: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7457: feature: #341 )
7458:
7459: * tests/: 254.html, results/254.processed: test for
7460: ^reflection:uid[] added
7461:
7462: * tests/: 254.html, results/254.processed: test for
7463: ^reflection:uid[$obj] added
7464:
7465: 2012-05-17 misha
7466:
7467: * src/main/untaint.C: - do not replace ' char by _26 while
7468: exploding filespec-tainting ( new feature: #829 )
7469:
7470: 2012-05-12 moko
7471:
7472: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7473: not.
7474:
7475: 2012-05-08 moko
7476:
7477: * src/types/pa_vmethod_frame.h: bug #782 fixed
7478:
7479: * tests/229.html: test for bug #782
7480:
7481: * tests/results/259.processed, src/main/pa_request.C,
7482: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7483: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7484: src/types/pa_vvoid.h: feature #154 - first empty param now
7485: string; defined locals are empty strings; $STRICT-VARS(true)
7486: added
7487:
7488: 2012-04-27 moko
7489:
1.116 moko 7490: * src/targets/apache/Makefile.am:
1.95 moko 7491: ../../lib/memcached/libmemcached.a added
7492:
7493: 2012-04-27 misha
7494:
7495: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7496: ( #827 )
7497:
7498: 2012-04-25 moko
7499:
7500: * src/: classes/json.C, classes/memcached.C,
7501: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7502: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7503: implemented.
7504:
7505: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7506:
7507: 2012-04-23 moko
7508:
7509: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7510: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7511: types/pa_vmemcached.h: open allows options hash for new
7512: memcached(options) function
7513:
7514: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7515: not appended
7516:
7517: 2012-04-21 moko
7518:
7519: * src/classes/curl.C: '' added. :)
7520:
7521: * src/classes/classes.vcproj: new curl.h location
7522:
7523: * src/classes/curl.C: verbose output redirection from stderr to
7524: file curl option added
7525:
7526: 2012-04-20 moko
7527:
7528: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7529: contains what we need from curl, #ifdef HAVE_CURL removed
7530:
1.116 moko 7531: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7532: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7533: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7534: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7535: configure option
7536:
7537: 2012-04-19 moko
7538:
7539: * src/: classes/double.C, classes/inet.C, classes/int.C,
7540: classes/string.C, lib/gc/include/gc_allocator.h,
7541: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7542: options from sql_result_string removed. (closes issue #468)
7543:
7544: * src/types/pa_vmemcached.C: empty string fix
7545:
7546: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7547: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7548: pa_vmemcached.C
7549:
7550: 2012-04-18 moko
7551:
7552: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7553: apache2-mpm-prefork" error displayed in threaded mpm.
7554:
7555: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7556: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7557: installed (issue #354)
7558:
7559: 2012-04-16 moko
7560:
7561: * src/types/pa_vmemcached.C: call to memcached_result_create and
7562: memcached_result_free removed
7563:
7564: 2012-04-14 moko
7565:
7566: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7567:
7568: * src/types/pa_vmemcached.C: check_key added and used
7569:
7570: 2012-04-13 moko
7571:
7572: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7573: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7574: Serialization_data now added and used, VString now serialized
7575: with languages into memcached.
7576:
7577: 2012-03-28 moko
7578:
7579: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7580: lib/memcached/pa_memcached.h: result lengths added
7581:
7582: 2012-03-27 moko
7583:
7584: * src/types/pa_vmemcached.C: strdup added
7585:
7586: 2012-03-24 moko
7587:
7588: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7589: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7590: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7591:
7592: 2012-03-20 moko
7593:
1.116 moko 7594: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7595:
7596: * src/targets/cgi/Makefile.am: cleanup
7597:
7598: * src/: types/Makefile.am, types/pa_vmemcached.C,
7599: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7600:
7601: * src/: classes/Makefile.am, classes/memcached.C,
7602: lib/memcached/Makefile.am, lib/memcached/constants.h,
7603: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7604: lib/memcached/types.h, lib/Makefile.am: memcached initial
7605:
7606: 2012-03-16 moko
7607:
7608: * src/main/execute.C: ident now works under Linux + ident displays
7609: filenames (closes issue #818)
7610:
1.116 moko 7611: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7612: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7613: pa_vmethod_frame_local.h removed
7614:
7615: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7616: classes/classes.h, classes/curl.C, classes/date.C,
7617: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7618: classes/hashfile.C, classes/image.C, classes/inet.C,
7619: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7620: classes/memory.C, classes/op.C, classes/reflection.C,
7621: classes/regex.C, classes/response.C, classes/string.C,
7622: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7623: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7624: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7625: include/pa_config_fixed.h, include/pa_config_includes.h,
7626: include/pa_dictionary.h, include/pa_dir.h,
7627: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7628: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7629: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7630: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7631: include/pa_request_charsets.h, include/pa_request_info.h,
7632: include/pa_sapi.h, include/pa_socks.h,
7633: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7634: include/pa_stack.h, include/pa_string.h,
7635: include/pa_stylesheet_connection.h,
7636: include/pa_stylesheet_manager.h, include/pa_table.h,
7637: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7638: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7639: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7640: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7641: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7642: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7643: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7644: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7645: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7646: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7647: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7648: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7649: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7650: main/pa_string.C, main/pa_stylesheet_connection.C,
7651: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7652: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7653: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7654: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7655: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7656: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7657: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7658: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7659: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7660: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7661: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7662: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7663: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7664: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7665: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7666: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7667: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7668: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7669: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7670: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7671: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7672: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7673: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7674: types/pa_vresponse.h, types/pa_vstateless_class.C,
7675: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7676: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7677: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7678: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7679: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7680: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7681: ident now works under Linux + ident displays filenames (closes
7682: issue #818) Copyright updated
7683:
7684: 2012-03-13 moko
7685:
7686: * src/main/pa_string.C: compilation fix for feature #741
7687:
7688: 2012-03-09 misha
7689:
7690: * tests/193.html: - tests for ^string:base64[encoded] are updated
7691:
7692: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7693: now detects invalid base64 chars in the middle of encoded stricg
7694: ( new feature: #55 )
7695:
7696: * src/include/pa_exception.h: - new exception type for base64
7697: decoding is added
7698:
7699: 2012-03-06 misha
7700:
7701: * tests/274.html: - tests for ^date::today[] and
7702: ^date.sql-string[datetime|date|time] are added
7703:
7704: * src/classes/date.C: - constructor ^date::today[] is added ( new
7705: feature: #811 ) - ^date.sql-string[] now can accept one param --
7706: strings "datetime", "date" or "time" - comments tidying up
7707:
7708: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7709: date and time
7710:
7711: 2012-03-03 misha
7712:
7713: * tests/193.html: - tests for
7714: ^string:base64[encoded;$.strict(true)] are added
7715:
7716: * tests/results/auto.p: - try-catch operator is added
7717:
7718: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7719: main/pa_common.C: - $.strict(true|false) option is added to
7720: base64 decode methods ( new feature: #55 )
7721:
7722: * src/main/pa_common.C: - base64 decode memory usage was decreased
7723: ( new feature: #819 )
7724:
7725: 2012-02-28 moko
7726:
7727: * src/classes/hash.C: ident test
7728:
7729: 2012-02-27 misha
7730:
7731: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7732:
7733: 2012-01-08 misha
7734:
7735: * tests/273.html: - tests for ^string.replace[from;to] are added
7736:
7737: * src/: classes/string.C, include/pa_dictionary.h,
7738: main/pa_dictionary.C, main/pa_string.C: -
7739: ^string.replace[from;to] is added ( new feature: #741 ) -
7740: ^string.replace[one subst here] is slightly optimized
7741:
7742: 2011-12-07 misha
7743:
7744: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7745: named table with one empty column ( bugfix: #63 )
7746:
7747: 2011-11-30 misha
7748:
7749: * src/classes/json.C: - it's possible to set user's method for
7750: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7751: #763 )
7752:
7753: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7754:
7755: 2011-11-23 misha
7756:
7757: * src/: classes/curl.C, classes/file.C, classes/image.C,
7758: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7759: types/pa_vfile.h, types/pa_vform.C: - constructor
7760: ^file::create[mode;filename;content[;options]] now accepts binary
7761: mode and file-content - new constructor's format:
7762: ^file::create[string-or-file-content[;$.name[filename]
7763: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7764: feature: #65 )
7765:
7766: * src/: include/pa_request.h, main/pa_request.C: - new method
7767: mime_type_of(const String*) is added
7768:
7769: * src/include/pa_exception.h: - new exception constant
7770: FILE_NAME_MUST_BE_SPECIFIED is added
7771:
7772: * src/classes/table.C: - bug with negative offset transformed into
7773: a feature. it means pointing to a row from the end of the table (
7774: new feature: #810 )
7775:
7776: 2011-11-19 misha
7777:
7778: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7779: â ìåòîäå _select ( new feature: #810 )
7780:
7781: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7782: options were specified together is simplified
7783:
7784: 2011-11-12 misha
7785:
7786: * src/main/pa_request.C: - forgotten fix for escaping filename in
7787: HTTP content-disposition header (a part of bug #361 )
7788:
7789: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7790: checks for ancestors' classes as well ( new feature: #456 )
7791:
7792: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7793: "without cycle" now have types "parser.break" and
7794: "parser.continue" instead of "parser.runtime" ( new feature: #799
7795: )
7796:
7797: 2011-11-11 misha
7798:
7799: * tests/results/: 099.processed, 100.processed, 205.processed,
7800: 237.processed: - since bug #361 was fixed the content of filename
7801: in HTTP headers is quoted
7802:
7803: * tests/results/270.processed: - result for test 270
7804:
7805: * tests/: 065.html, results/065.processed: - more tests for
7806: ^file:basename[] & Co were added
7807:
7808: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7809:
7810: * tests/270.html: - tests for ^file:find[] are added
7811:
7812: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7813: using option $.charset. option $.engoding is still supported but
7814: these options can not be specified together
7815:
7816: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7817: comparation charset name with string "UTF-8" ( bugfix: #759 )
7818:
7819: 2011-10-11 misha
7820:
7821: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7822: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7823: #622)
7824:
7825: 2011-09-30 misha
7826:
7827: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7828: exception "saving stat-ed file" ( bugfix: #395 )
7829:
7830: 2011-05-30 misha
7831:
7832: * src/classes/string.C: - fixed bug which was added with
7833: params.as_hash into string:sql
7834:
7835: 2011-05-29 misha
7836:
7837: * src/types/pa_value.C: - filename in content-disposition header
7838: must be quoted ( bugfix: #361 )
7839:
7840: 2011-05-27 misha
7841:
7842: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7843: created file
7844:
7845: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7846: usage
7847:
7848: * src/include/pa_exception.h: - one more string for exception was
7849: added
7850:
7851: 2011-05-25 misha
7852:
7853: * tests/269.html: - tests for checking input params in some dom
7854: methods
7855:
7856: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7857: was added. it isn't possible not wo create xdoc with invalid
7858: tagName. ( bugfix: #160 )
7859:
7860: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7861: string "data must be string" was mover from pa_exception.h to
7862: pa_xml_exception.h
7863:
7864: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7865: as_xmlncname, as_xmlname and as_xmlnsuri were added
7866:
7867: * src/main/pa_xml_exception.C: - XmlException accepts more options
7868:
7869: * src/include/pa_xml_exception.h: - XmlException accepts more
7870: options - XML-related exception's strings were added
7871:
7872: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7873: output_options were removed)
7874:
7875: 2011-05-19 misha
7876:
7877: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7878: params.as_hash is used more while parsing methods hash-options
7879:
7880: 2011-05-18 misha
7881:
1.211 moko 7882: * operators.ru.txt, operators.txt: - info about json-serialization
7883: of xdoc was added
1.95 moko 7884:
7885: * tests/256.html: - tests for json-serialization xdoc were added
7886:
7887: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7888:
7889: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7890: classes/json.C, classes/xdoc.C: - now json:string can serialize
7891: xdoc-objects. options (the same as ^xdoc.string[]) could be
7892: specified in $.xdoc[] ( new feature: #265 )
7893:
7894: 2011-05-15 misha
7895:
7896: * tests/268.html: - tests for ^table.count[with options] were added
7897:
7898: * src/classes/table.C: - method ^table.count[] now can accept
7899: options ( new feature: #93 ): ^table.count[column] returns number
7900: of columns for named table; ^table.count[cells] returns number of
7901: cells in the current row; ^table.count[] & ^table.count[rows]
7902: return number of rows in a table.
7903:
7904: * tests/267.html: - test for checking switch/case in boolean mode
7905: was added
7906:
7907: * src/classes/op.C: - if switch's or case's value is bool, they are
7908: compared as bool values, not as double values: new feature: #351
7909:
7910: 2011-05-06 misha
7911:
7912: * tests/242.html: - EOL before EOF was added
7913:
7914: * tests/169.html: - tests for splitting empty string and void were
7915: added
7916:
7917: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7918: returned table with one empty cell)
7919:
7920: 2011-04-03 misha
7921:
7922: * src/include/pa_version.h, configure.in: - version in head was
7923: changed to 3.4.2b
7924:
7925: 2011-03-30 misha
7926:
7927: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7928: as well ( new feature #294 )
7929:
7930: 2011-03-29 misha
7931:
7932: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7933: limited to approx. 6 MB. previous limits were too big for real
7934: life. bugfix: #216
7935:
7936: 2011-03-04 moko
7937:
7938: * etc/parser3.charsets/cp866.cfg: Conforms to
7939: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7940:
7941: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7942: vlalek@
7943:
7944: 2011-02-22 misha
7945:
1.211 moko 7946: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7947: methods mustn't be under #ifdef XML or parser can't be compiled
7948: without xml support
1.95 moko 7949:
7950: 2011-02-21 misha
7951:
1.116 moko 7952: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7953: ApacheModuleParser3.vcproj was removed
7954:
7955: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7956: removed)
7957:
7958: 2011-02-20 misha
7959:
7960: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7961: $.overridden in ^reflection:method_info[...] were added
7962:
7963: * src/classes/reflection.C: - beautifying result of
7964: ^reflection:method_info[] ($.overridden/inherited)
7965:
7966: 2011-02-18 misha
7967:
7968: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7969: and pa_isalnum instead of isalpha and isalnum - bug with
7970: redundand quoting lowercased latin chars while building email
7971: body was fixed
7972:
7973: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7974: added (they check for latin chars only)
7975:
7976: 2011-02-16 misha
7977:
7978: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7979: string size for transcoding gave too small value (should ever
7980: look for availability char in dest charset inspite of the char
7981: size)
7982:
7983: 2011-02-04 moko
7984:
7985: * tests/223.html: header values now not url-encoded (issue #195)
7986:
7987: 2011-02-01 misha
7988:
7989: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7990:
7991: 2011-01-31 misha
7992:
7993: * src/main/pa_request.C: - throw exception if param file_name in
7994: use_file is empty
7995:
7996: 2011-01-08 moko
7997:
7998: * src/classes/curl.C: compilations errors fixed
7999:
8000: 2010-12-29 moko
8001:
8002: * tests/: 265.html, results/265.processed: test for issue #200
8003: added
8004:
8005: * src/main/pa_string.C: empty regex result check added (fixes issue
8006: #200)
8007:
8008: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8009:
8010: * tests/results/223.processed: header values now not url-encoded
8011: (issue #195)
8012:
8013: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8014: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8015: pa_http_safe_header_name added for headers names (fixes bug #195)
8016:
8017: 2010-12-18 misha
8018:
8019: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8020: => pa-include
8021:
8022: 2010-11-28 moko
8023:
8024: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8025:
8026: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8027: -> pa
8028:
8029: * configure.in: apr -> pa
8030:
8031: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8032:
8033: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8034: classes/Makefile.am, types/Makefile.am: apr -> pa
8035:
8036: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8037: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8038: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8039: pa-include/pa_apr.h, pa-include/pa_errno.h,
8040: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8041: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8042: module apr name conflict resolved)
8043:
8044: 2010-11-27 misha
8045:
8046: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8047: libbz2
8048:
8049: 2010-11-26 misha
8050:
8051: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8052: warnings removed
8053:
8054: 2010-11-25 moko
8055:
1.211 moko 8056: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8057:
1.211 moko 8058: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8059:
1.211 moko 8060: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8061:
8062: * buildall-with-xml: libxml2-2.7.8 + with-apache
8063:
8064: 2010-11-24 moko
8065:
1.116 moko 8066: * configure: apxs support
1.95 moko 8067:
8068: * configure.in: apxs support -Bstatic gc removed for OS X
8069:
8070: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8071:
8072: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8073: THREAD_LOCAL usage
8074:
8075: * src/: classes/curl.C, include/pa_config_includes.h,
8076: main/pa_globals.C: THREAD_LOCAL defined and used
8077:
8078: 2010-11-23 moko
8079:
8080: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8081: should be passed to pa_sleep, and only fractional part (bugfix:
8082: #188)
8083:
8084: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8085:
8086: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8087: GC_dont_gc=1, as in cgi version
8088:
8089: * src/targets/apache/mod_parser3.c: warning war
8090:
8091: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8092: pa_httpd.h: version removed, some trash removed
8093:
8094: * src/targets/apache/mod_parser3.c: version removed (we don't want
8095: to show it), warning war
8096:
8097: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8098: pa_httpd.h: parser_status_allowed removed + merge config
8099: functions removed (override is the default) + beauty
8100:
8101: * src/: include/pa_request.h, main/pa_request.C,
8102: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8103: hide $status used in apache module removed
8104:
8105: 2010-11-18 moko
8106:
1.211 moko 8107: * operators.ru.txt, operators.txt: $.table[compact] added for
8108: ^json:string[]
1.95 moko 8109:
8110: 2010-11-16 moko
8111:
8112: * src/targets/apache/mod_parser3.c: some cleanup done
8113:
8114: * src/main/untaint.C: bugfix: first, second String::Body argument
8115: is hashcode; second, info.fragment_begin is original, not
8116: resulting length
8117:
8118: * src/classes/file.C: new feature: $.stdin now untainted
8119:
8120: * tests/results/264.processed: new feature: $.stdin[] now untainted
8121:
8122: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8123:
8124: * src/classes/op.C: ^apply-taint[] method added
8125:
8126: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8127: added; $.stdin untaint test added
8128:
8129: 2010-11-15 moko
8130:
8131: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8132: removed
8133:
8134: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8135: pa_httpd.h: 2x2 calculated under apache2. :)
8136:
8137: 2010-11-13 moko
8138:
8139: * src/targets/apache/mod_parser3.c: initial changes to build module
8140: with apache 2.x includes
8141:
8142: * src/targets/apache/: Makefile.am, mod_parser3.c,
8143: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8144: united apache 1.3 / apache 2.x DSO module
8145:
8146: 2010-11-09 moko
8147:
8148: * src/types/pa_method.h: check added to dissallow @method[name;*]
8149: syntax
8150:
8151: * tests/: 263.html, results/263.processed: test from method[*args]
8152: added
8153:
8154: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8155: number of params can now be passed to a method declared with *arg
8156:
8157: 2010-11-06 moko
8158:
8159: * src/classes/table.C: formating fixed. :)
8160:
8161: * src/classes/table.C: closes #4: ^table.select now supports
8162: $.limit(), $.offset, $.reverse() options
8163:
8164: * tests/: 262.html, results/262.processed: test for ^table:select
8165: with options added (feature #4)
8166:
8167: * src/include/pa_array.h: remove function added
8168:
8169: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8170: object in get_element/put_element, using static one.
8171:
8172: 2010-11-04 moko
8173:
8174: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8175: options is passed
8176:
8177: * tests/: 256.html, results/256.processed: $.table[compact] feature
8178: now tested; k and p in handler now tested.
8179:
8180: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8181: $.table[compact] feature added
8182:
8183: * src/classes/json.C: key is now passed to handler in
8184: value_json_string; ^json:string result now process tainting
8185: inside and returns clean string, related to issue #153
8186:
8187: * src/main/untaint.C: bugfix: charset can be null (in
8188: ^string:save[] as example), thus check is added
8189:
8190: 2010-10-31 moko
8191:
8192: * src/classes/string.C: error message changed (fixes issue #149)
8193:
8194: 2010-10-29 moko
8195:
8196: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8197: port is not default (fixes issue #155); exception on invalid port
8198: added.
8199:
8200: * src/main/untaint.C: '*' is now not urlencoded to allow header
8201: "Accept: */*" to be passed
8202:
8203: 2010-10-28 moko
8204:
8205: * src/classes/curl.C: bugfix: detect_charset() was throwing
8206: exception on unknown charset even if response_charset was
8207: specified
8208:
8209: 2010-10-27 moko
8210:
8211: * src/classes/string.C: ^string.append removed for void
8212: compatibility
8213:
8214: 2010-10-26 moko
8215:
8216: * src/classes/json.C: libjson supports array at top level, we too
8217: (GPF fixed)
8218:
8219: 2010-10-25 moko
8220:
8221: * tests/: 253.html, results/253.processed: libjson supports array
8222: at top level, parser now supports it as well.
8223:
8224: * tests/261.html, tests/results/261.processed,
8225: src/types/pa_vstring.h: empty string is now void compatible
8226: (allows $empty.key)
8227:
8228: 2010-10-22 misha
8229:
8230: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8231: while adding additional expires checkout)
8232:
8233: * tests/030.html: - test for session cookie was added
8234:
8235: 2010-10-21 moko
8236:
8237: * src/: classes/string.C, classes/void.C, main/execute.C,
8238: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8239: string (feature #111)
8240:
8241: * tests/: 261.html, results/261.processed: checks void from string
8242: inheritance (feature #111)
8243:
8244: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8245: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8246: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8247: now true by default
8248:
8249: 2010-10-17 moko
8250:
8251: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8252: upload now uses binary blocks instead of L_FILE_POST tainting.
8253: (bugfix: #128)
8254:
8255: * tests/: 223.html, results/223.processed: binary file upload test
8256: added, GPF (issue #128) also checked in this test
8257:
8258: 2010-10-13 misha
8259:
8260: * tests/260.html: - test for math:convert
8261:
8262: * src/classes/math.C: - error in math:convert was fixed
8263:
1.211 moko 8264: * operators.ru.txt, operators.txt: - info about
1.95 moko 8265: ^math:convert[number](from-base;to-base) was added
8266:
8267: * src/classes/math.C: - method
8268: ^math:convert[number](from-base;to-base) for converting number
8269: represention from one base to another was added ( new feature:
8270: #23 )
8271:
8272: 2010-10-13 moko
8273:
8274: * src/main/compile.tab.C: [] now is empty string, not void
8275:
8276: * src/main/compile.y: [] now is empty string, not void
8277:
8278: * src/types/pa_vvoid.h: void now passed as parameter
8279:
8280: * tests/: 259.html, results/259.processed: to test difference
8281: between void and empty string (see ticket #111)
8282:
8283: * tests/results/152.processed: $sEmpty[] is now empty string, not
8284: void
8285:
8286: * tests/256.html: $s[$void] is no longer empty string
8287:
8288: * tests/254.html: empty string is no longer void
8289:
8290: 2010-10-12 misha
8291:
8292: * src/types/pa_vcookie.C: - check if $.expires value can be
8293: converted to date during cookies set up ( bugfix: #104 )
8294:
8295: * tests/041.html: - more tests for ^table.locate were added
8296:
8297: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8298: work ( bugfix: #129 ) - exception comment for incorrect options
8299: ^table.locate[field;value;options] was fixed
8300:
8301: 2010-10-10 moko
8302:
8303: * src/: classes/reflection.C, main/execute.C: constructor returning
8304: another object feature returned
8305:
8306: * tests/results/258.processed: test result updated as constructor
8307: returning another object feature returned
8308:
8309: * tests/: 258.html, results/258.processed: test for constructor
8310: returning another object
8311:
8312: 2010-10-08 misha
8313:
8314: * tests/257.html: - whitespaces after @METACOMMANDS and their
8315: options shouldn't cause exceptions any longer
8316:
8317: 2010-10-06 moko
8318:
8319: * src/classes/: hash.C, table.C: length from sql server is now
8320: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8321:
8322: 2010-10-02 misha
8323:
1.211 moko 8324: * operators.ru.txt, operators.txt: - the X mark was removed from
8325: ^cache[file]. it is usable to delete cache file.
1.95 moko 8326:
8327: 2010-10-02 moko
8328:
8329: * tests/: 253.html, results/253.processed: hook_key added for key
8330: checking
8331:
8332: * src/classes/json.C: null key bug fixed
8333:
8334: 2010-09-29 misha
8335:
8336: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8337:
8338: 2010-09-25 moko
8339:
8340: * src/classes/json.C: small fixed
8341:
8342: * tests/results/: 253.processed, 255.processed: just updated
8343:
8344: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8345: results/255.processed: charset transcode test added for
8346: json:parse
8347:
8348: 2010-09-24 moko
8349:
8350: * src/types/pa_value.h: warning war :)
8351:
8352: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8353: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8354: ^json:string
8355:
8356: 2010-09-22 moko
8357:
8358: * src/main/pa_charset.C: parser charset tables declare only
8359: white-space before 0x20, thus adding the missing chars
8360:
8361: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8362: to http://unicode.org/Public/MAPPINGS/VENDORS/
8363:
8364: 2010-09-21 misha
8365:
8366: * src/main/compile.y: - some semicolons were added (VS2010 don't
8367: want to compile grammar if they are absent)
8368:
8369: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8370:
8371: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8372:
8373: * src/main/main.vcproj: - path to bison is changed
8374:
8375: 2010-09-21 moko
8376:
1.116 moko 8377: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8378: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8379: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8380:
8381: 2010-09-20 misha
8382:
8383: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8384:
8385: * src/classes/json.C: - add EOL while json-serializing hash
8386:
8387: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8388: compilers don't like 'ES'.
8389:
8390: 2010-09-17 misha
8391:
1.211 moko 8392: * operators.ru.txt, operators.txt: - info about json class was
8393: added
1.95 moko 8394:
8395: * src/classes/json.C: - ^json:string[object]
8396:
8397: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8398: preventing infinite recursion while executing json:string was
8399: added
8400:
8401: * src/include/pa_string.h: - method append_quoted was added
8402:
8403: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8404: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8405: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8406: was added to Value & Co
8407:
8408: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8409: were used
8410:
8411: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8412: were added
8413:
8414: 2010-09-10 moko
8415:
8416: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8417: die_or_abort (backport from 3.4.1)
8418:
8419: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8420: die_or_abort (bugfix: #106)
8421:
8422: 2010-09-09 moko
8423:
8424: * src/classes/json.C: warning war. :)
8425:
8426: 2010-09-08 misha
8427:
8428: * src/lib/json/Makefile.am: - additional include directories were
8429: added (for pa_memory.h and gc.h)
8430:
8431: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8432: compile as C++ instead default - additional include directory was
8433: added (for gc.h)
8434:
8435: * src/types/pa_vform.C: - little code reformating
8436:
8437: * src/classes/file.C: - $.content-type option now can be specified
8438: in ^file::create ( new feature: #102 )
8439:
8440: 2010-09-08 moko
8441:
8442: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8443: pa_malloc/pa_free
8444:
8445: 2010-09-07 moko
8446:
8447: * tests/results/254.processed: VStateless_class:put_element
8448: exception was fixed
8449:
8450: * src/types/: pa_value.h, pa_vstateless_class.h: now
8451: VStateless_class:put_element barks self.type, not this.type
8452: (bugfix: #105)
8453:
8454: 2010-09-06 moko
8455:
8456: * src/classes/reflection.C: bugfix: new String() is required for
8457: exception handling
8458:
8459: * tests/: 254.html, results/254.processed: test modified
8460:
8461: 2010-09-05 moko
8462:
8463: * tests/: 254.html, results/254.processed: ^reflection:copy test
8464: added
8465:
8466: * src/: classes/reflection.C, include/pa_request.h:
8467: ^reflection:copy implemented (new feature: #100)
8468:
8469: 2010-09-03 moko
8470:
8471: * src/lib/json/JSON_parser.C: c++ compatiblity
8472:
8473: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8474: option testing added
8475:
8476: 2010-09-02 moko
8477:
8478: * src/classes/json.C: $.distinct[first|last|all] added
8479:
8480: 2010-09-01 moko
8481:
8482: * tests/results/253.processed: json test result
8483:
8484: * tests/: 253.html, 253_json.txt: json test added
8485:
8486: * src/classes/json.C: json.C update to actual version + hash key
8487: creation bugfix
8488:
8489: 2010-08-31 misha
8490:
8491: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8492: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8493: src/lib/Makefile.am, src/classes/Makefile.am,
8494: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8495: json library was added
8496:
8497: 2010-08-30 moko
8498:
8499: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8500: types/pa_vobject.C: cosmetic optimization in
8501: request:execute_method usage
8502:
8503: * src/: include/pa_charset.h, main/pa_charset.C: small
8504: optimization, just to decrease number of lines. :)
8505:
8506: 2010-08-27 misha
8507:
8508: * src/classes/op.C: - taint[json] was added
8509:
8510: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8511: were added
8512:
8513: * src/main/pa_exec.C: - warning fix was rolled back.
8514:
8515: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8516: include/pa_string.h: - taint[json] was added - escaping was
8517: slightly modified
8518:
8519: 2010-08-25 misha
8520:
8521: * src/classes/file.C: - typo in file:sql exception was fixed
8522:
8523: * src/main/pa_exec.C: - warning about declared and not used
8524: variable forced_allow was removed
8525:
8526: 2010-08-14 misha
8527:
8528: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8529: were removed
8530:
8531: 2010-08-11 moko
8532:
8533: * tests/: 249.html, results/249.processed: default setter and
8534: anti-recursive default getter test added
8535:
8536: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8537: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8538: types/pa_vobject.h, types/pa_vstateless_class.C,
8539: types/pa_vstateless_class.h: default setter support +
8540: anti-recursive default getter support ( new feature: #13 )
8541:
8542: * src/include/pa_hash.h: optimization: threshold member removed
8543: from hash, reducing sizeof(hash)
8544:
8545: 2010-08-10 misha
8546:
8547: * tests/196.html: - junction-method was added to the test
8548:
8549: * tests/248.html: - ups. typo :)
8550:
8551: * tests/248.html: - test for checking .match with 4 params
8552:
8553: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8554: 247_windows1251.txt: - test for "transcode file from utf-8 to
8555: $request:charset during loading if the BOM code is detected"
8556:
8557: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8558: $request:charset during loading if the BOM code is detected ( new
8559: feature: #98 )
8560:
8561: 2010-08-05 misha
8562:
8563: * src/classes/image.C: - ^image.replace now can accept only 2
8564: params. in this case the whole image is affected ( new feature:
8565: #95 )
8566:
8567: 2010-08-04 misha
8568:
8569: * tests/246.html: - test tor ^hash._at[] was added
8570:
8571: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8572: #53 )
8573:
8574: * src/include/pa_hash.h: - methods for accessing the first and the
8575: last values of ordered hash were added (first_value and
8576: last_value)
8577:
8578: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8579: (similar to others file's methods):
8580: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8581: #68 )
8582:
8583: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8584:
8585: 2010-08-01 moko
8586:
8587: * src/classes/op.C: to correctly process $result[] in code, called
8588: from ^process
8589:
8590: * tests/245.html: $result in ^process[] test added
8591:
8592: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8593: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8594: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8595: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8596: caller, self) op_call(VMethodFrame &frame, bool constructing)
8597: removed, construct(class,method) added
8598:
8599: * tests/results/: 192.processed, 244.processed: request::construct
8600: added
8601:
8602: * tests/: 244.html, 245.html, results/244.processed,
8603: results/245.processed: object creation exceptions and ^process
8604: tests added
8605:
8606: 2010-07-28 misha
8607:
8608: * tests/make_tests.cmd: - win32 EOLs
8609:
8610: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8611: tests on Win32 were added (The system timezone should be GMT+3)
8612:
8613: 2010-07-26 misha
8614:
8615: * tests/: 212.html, results/212.processed: - sizes were removed
8616: mecause they could be different on different OSs
8617:
8618: * tests/065.html: - make it "win32 friendly"
8619:
8620: 2010-07-25 misha
8621:
8622: * src/main/compile.y: - all EOLs between methods are removed during
8623: compilation ( new feature: #47 )
8624:
8625: * tests/results/149.processed: - prepare tests to trim trailing
8626: methods' EOLs
8627:
8628: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8629:
8630: * tests/: results/006.processed, results/014.processed, 006.html,
8631: 014.html, 022.html: - prepare tests to trim trailing methods'
8632: EOLs
8633:
8634: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8635: results/071.processed, results/022.processed: - prepare tests to
8636: trim trailing methods' EOLs
8637:
8638: * tests/: results/073.processed, results/109.processed,
8639: results/142.processed, results/144.processed,
8640: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8641: 144.html: - prepare tests to trim trailing methods' EOLs
8642:
8643: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8644: 149.html, 152.html, results/096.processed, results/107.processed,
8645: results/109.processed, results/142.processed,
8646: results/144.processed: - prepare tests to trim trailing methods'
8647: EOLs
8648:
8649: 2010-07-24 moko
8650:
8651: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8652: the hash order in this test
8653:
8654: * tests/014.html: to check hash order, hash no is longer sorted
8655: before print
8656:
8657: * src/include/pa_hash.h: hash copy constructor now keeps order
8658: (bugfix: #54)
8659:
8660: 2010-07-23 moko
8661:
8662: * tests/results/224.processed: @auto[] is no longer inherited
8663:
8664: * src/types/pa_vstateless_class.C, tests/227.html,
8665: tests/results/227.processed: @auto[] is no longer inherited
8666: (bugfix: #57)
8667:
8668: 2010-07-22 misha
8669:
8670: * src/classes/table.C: - don't skip comment lines during
8671: table::load if encloser or separator is set as '#' ( new feature:
8672: #30 )
8673:
8674: * src/targets/cgi/parser3.C: - don't run as cgi if
8675: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8676: #12 )
8677:
8678: * src/classes/file.C: - set PARSER_VARSION env before external
8679: script executing
8680:
8681: 2010-07-13 misha
8682:
8683: * tests/058.html: - test for suppressing @border was added - test
8684: for user attribute was added
8685:
8686: * tests/results/186.processed: unescaping from \uXXXX
8687:
8688: * tests/186.html: unescaping from \uXXXX
8689:
8690: * tests/: 239.html, results/239.processed: method call type
8691:
8692: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8693: $junction_method.CLASS_NAME (+CLASS)
8694:
8695: 2010-07-07 misha
8696:
8697: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8698: *nix
8699:
8700: 2010-07-05 misha
8701:
8702: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8703: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8704: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8705: comment strings "options must be hash", "options must be hash,
8706: not code" and "called with invalid option" were replaced by
8707: constatns - exception comment string "invalid option passed" was
8708: replaced by "called with invalid option" (now in different
8709: methods are the same exception comment string)
8710:
8711: * src/include/pa_exception.h: - more exception strings were defined
8712:
8713: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8714: types/pa_vstateless_class.h: - now we can define possible
8715: method's call type ( new feature: #5 ) 1.
8716: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8717: methods 2. @static:method[params] (only static keyword could be
8718: used here) -- for specified methods
8719:
8720: * src/main/pa_common.C: - junction points should not be deleted on
8721: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8722: cleanup
8723:
8724: 2010-07-03 misha
8725:
8726: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8727: results/158.processed, results/160.processed,
8728: results/161.processed, results/162.processed,
8729: results/163.processed: - prepare tests to trim trailing methods'
8730: EOLs
8731:
8732: * tests/results/169.processed: - prepare tests to trim trailing
8733: methods' EOLs
8734:
8735: * tests/results/: 168.processed, 169.processed: - prepare tests to
8736: trim trailing methods' EOLs
8737:
8738: * tests/: results/170.processed, results/167.processed,
8739: results/168.processed, results/169.processed, 167.html, 168.html,
8740: 169.html: - prepare tests to trim trailing methods' EOLs
8741:
8742: * tests/: results/170.processed, results/171.processed,
8743: results/172.processed, results/173.processed,
8744: results/174.processed, results/175.processed, 170.html, 171.html,
8745: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8746: trailing methods' EOLs
8747:
8748: * tests/: results/176.processed, results/180.processed,
8749: results/184.processed, results/185.processed,
8750: results/191.processed, results/192.processed,
8751: results/196.processed, results/197.processed,
8752: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8753: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8754: to trim trailing methods' EOLs
8755:
8756: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8757: results/199.processed, results/208.processed,
8758: results/209.processed, results/213.processed,
8759: results/214.processed: - prepare tests to trim trailing methods'
8760: EOLs
8761:
8762: 2010-06-29 misha
8763:
8764: * tests/: 220.html, 218.html, results/218.processed,
8765: results/215.processed, results/217.processed, 215.html, 217.html:
8766: - prepare tests to trim trailing methods' EOLs
8767:
8768: * tests/: results/224.processed, 224.html, 223.html,
8769: results/223.processed, results/220.processed: - prepare tests to
8770: trim trailing methods' EOLs
8771:
8772: * tests/results/: 226.processed, 230.processed: - prepare tests to
8773: trim trailing methods' EOLs
8774:
8775: * tests/: 229.html, results/229.processed: - prepare tests to trim
8776: trailing methods' EOLs
8777:
8778: * tests/: 232.html, 235.html, results/232.processed,
8779: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8780: results/226.processed, results/227.processed,
8781: results/228.processed, results/230.processed: - prepare tests to
8782: trim trailing methods' EOLs
8783:
8784: 2010-06-16 moko
8785:
8786: * tests/: 229.html, results/229.processed: elseif now supported in
8787: ^if
8788:
8789: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8790:
8791: 2010-06-03 misha
8792:
8793: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8794: instead of memcopy for overlaped regions
8795:
8796: 2010-05-25 misha
8797:
8798: * src/main/pa_common.C: - wanring about unused vars was removed
8799:
8800: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8801: get_method_filename was moved to execute.C
8802:
8803: 2010-05-23 misha
8804:
8805: * src/main/pa_request.C: - more accurate detection of method's file
8806:
8807: 2010-05-22 misha
8808:
8809: * src/classes/reflection.C: - bugfix: core during detection of
8810: .file if filespec isn't detected successfully
8811:
8812: 2010-05-20 misha
8813:
8814: * src/main/pa_request.C: - fix in get_method_filename
8815:
8816: * src/include/pa_request.h: - new feature: #24 -- searching
8817: included file in @USE/^use is changed. if its filespec doesn't
8818: start from '/' it will be searched in caller file directory
8819:
8820: * src/classes/reflection.C: - ^reflection:method_info returns file
8821: where the method is defined
8822:
8823: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8824: classes/op.C: - new feature: #24 -- searching included file in
8825: @USE/^use is changed. if its filespec doesn't start from '/' it
8826: will be searched in caller file directory
8827:
8828: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8829: is moved to pa_common.h
8830:
8831: 2010-05-18 misha
8832:
8833: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8834: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8835: cookie parser decode \uXXXX as well as %uXXXX
8836:
8837: 2010-05-17 misha
8838:
8839: * src/classes/curl.C: beauty: - unused param is removed in method
8840: _curl_version_action - some spaces were removed or replaced by
8841: tabs
8842:
8843: * src/classes/table.C: - bugfix: #72 core with empty value during
8844: ^table.hash[...;name_of_the_last_column][$.type[string]]
8845:
8846: 2010-05-16 misha
8847:
8848: * src/classes/curl.C: new: #61 more curl options were added
8849: (contributed by Sumo)
8850:
8851: 2010-04-29 pretender
8852:
8853: * src/main/pa_string.C: fixes #63 Split result from empty string
8854: now empty string.
8855:
8856: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8857: string type.
8858:
8859: 2010-04-28 pretender
8860:
8861: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8862: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8863: macrodefinition removed
8864:
8865: 2010-04-19 pretender
8866:
8867: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8868: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8869:
8870: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8871: fixes #64 Now file.missing exception generates in unsafe mode to.
8872:
8873: * src/classes/file.C: fixes #48 Now not throw "not save environment
8874: variable" exception in grpunlim version.
8875:
8876: 2010-04-05 misha
8877:
8878: * src/classes/string.C: - new feature: 4th param was added to
8879: match. if specified its value is returned in case of nothing was
8880: found
8881:
8882: 2010-04-01 misha
8883:
8884: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8885: multiple execution of /a/b/auto.p
8886:
8887: 2010-03-19 misha
8888:
8889: * src/main/execute.C: - core in $table1.$table2 was fixed
8890:
8891: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8892:
8893: 2010-01-27 misha
8894:
8895: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8896: trying to open file by path /existing-file/non-exixting-file
8897:
8898: 2010-01-26 misha
8899:
8900: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8901: was added (returns file)
8902:
8903: 2009-12-22 misha
8904:
8905: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8906: now parser doesn't have class curl if it was built without it
8907:
8908: 2009-12-15 misha
8909:
8910: * configure.in: - little cheat with curl include dir was added
8911:
8912: 2009-12-05 misha
8913:
8914: * src/classes/curl.C: - some fixes
8915:
8916: 2009-12-04 misha
8917:
8918: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8919: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8920: buildall-with-xml, buildall-without-xml, configure.in: - curl
8921: class was added
8922:
8923: * src/include/pa_hash.h: - hash-iterator was added
8924:
8925: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8926: was added to pcre
8927:
8928: 2009-11-27 misha
8929:
8930: * src/classes/image.C: - don't add @border attribute to output of
8931: ^image.html[] if it was specified by user with empty value
8932:
8933: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8934: root element and we are trying to access .documentElement
8935:
8936: 2009-11-11 misha
8937:
8938: * src/classes/table.C: - in ^table.flip[] look at number of columns
8939: instead of number of items in first row for named tables
8940:
8941: 2009-11-10 misha
8942:
1.211 moko 8943: * operators.ru.txt, operators.txt: - info about hash-options in
8944: ^file::create was added
1.95 moko 8945:
8946: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8947: added
8948:
8949: 2009-11-09 misha
8950:
8951: * buildall-with-xml: - moving to libxml 2.7.6
8952:
8953: * tests/236.html: - tests for comparations cords with functions
8954: were added
8955:
8956: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8957: added
8958:
8959: * src/main/pa_http.C: - little optimisation
8960:
8961: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8962: GPF mallocs + stringstream (table.save)
8963:
8964: * src/classes/file.C: - file::create now accepts 4th param: options
8965: with $.charset
8966:
8967: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8968: bug in cord (comparation cords with functions was buggy)
8969:
8970: 2009-11-06 misha
8971:
8972: * src/main/pa_string.C: - bugfix: calculation string.length
8973: sometimes was buggy
8974:
8975: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8976: destroyed if exception occured during match/replace
8977:
8978: * src/: main/pa_charset.C, include/pa_charset.h: - method
8979: lengthUTF8Char was added
8980:
8981: * src/classes/op.C: - clean tainting lang was added for user's
8982: usage
8983:
8984: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8985: fixed: checkouts are required after GC_MALLOC
8986:
8987: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8988:
1.211 moko 8989: * operators.ru.txt, operators.txt: - actually, there is no
8990: ^untaint[xml] in file::create
1.95 moko 8991:
8992: 2009-10-15 misha
8993:
8994: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8995: were added
8996:
8997: * tests/234.html: - more tests for checking ^taint[uri] escaping
8998: were added
8999:
9000: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9001: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9002: hacking: for dealing with transcoding+^taint[uri]
9003: transcode_and_untaint was replaced by untaint_and_transcode
9004:
9005: 2009-10-13 misha
9006:
9007: * tests/: 121.html, results/121.processed: - test transcoding +
9008: url-escaping now
9009:
9010: * tests/results/auto.p: - more helpers' methods were added
9011:
9012: * src/main/pa_globals.C: - die instead of abort
9013:
9014: 2009-10-06 misha
9015:
9016: * src/main/pa_common.C: - don't allocate memory during
9017: capitalization if input string is already capitalized
9018:
9019: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9020:
9021: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9022: use format function because it calls malloc
9023:
9024: * src/include/pa_common.h: - more capitalized headers were added
9025:
9026: * src/main/pa_common.C: - in safe mode clear executable bits during
9027: file writing
9028:
9029: 2009-10-05 misha
9030:
9031: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9032:
9033: 2009-10-03 misha
9034:
9035: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9036: ^img.text[] & ^img.length[] can work in utf-8 now
9037:
9038: * src/: include/pa_charset.h, main/pa_charset.C: - class
9039: UTF8_string_iterator was added
9040:
9041: * src/classes/image.C: - respect utf-8 when calculate alphabet
9042: length
9043:
9044: * src/classes/mail.C: - check from before get message.cstr
9045:
9046: 2009-10-02 misha
9047:
9048: * tests/233.html: - test for image.font, image.length, image.text
9049: with text in utf-8 were added
9050:
9051: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9052:
9053: * buildall-with-xml, buildall-without-xml: - comment about gc
9054: version for freebsd 4 was added
9055:
9056: 2009-10-01 misha
9057:
9058: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9059: terminator) - read_pipe were slightly optimized
9060:
9061: 2009-09-28 misha
9062:
9063: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9064: removed
9065:
9066: * src/types/pa_vmail.C: - forgot about space after ':'
9067:
9068: * src/types/pa_vmail.C: - escape filenames while preparing mail
9069: body - small simplifications
9070:
9071: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9072: inout params like pa_base64
9073:
9074: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9075: option $.debug-print(1) was added to mail:send - changes for
9076: using uue_encode which uses less memory
9077:
9078: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9079:
9080: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9081: memory now
9082:
9083: 2009-09-26 misha
9084:
9085: * src/types/pa_vmail.C: - default encoding now is base64
9086:
9087: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9088:
9089: 2009-09-25 misha
9090:
9091: * src/types/pa_vmail.C: - capitalization of headers was added to
9092: sending mail as well
9093:
9094: * buildall-with-xml: - catalog package was removed from libxml
9095:
9096: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9097: win32 absolute path
9098:
9099: * src/include/pa_common.h: - one more capitalized header was added
9100:
9101: 2009-09-22 misha
9102:
9103: * INSTALL: - comment about building just httpd binary while
9104: building apache module was added
9105:
9106: 2009-09-21 misha
9107:
9108: * buildall-with-xml: - moving to the latest versions of xml libs:
9109: libxml 2.7.4 and libxslt 1.1.25
9110:
9111: 2009-09-19 misha
9112:
9113: * tests/231.html: - test for encoding cookie in win-1251
9114:
9115: 2009-09-18 misha
9116:
9117: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9118: object] were added
9119:
1.211 moko 9120: * operators.ru.txt, operators.txt: - info about method
9121: ^reflection:fields[class or object] was added
1.95 moko 9122:
9123: * src/classes/reflection.C: - method ^reflection:fields[class or
9124: object] was added
9125:
9126: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9127: methods get_fields were added
9128:
9129: * tests/232.html: - tests for @GET[name]
9130:
9131: * src/classes/table.C: - some changes in handling hash-options for
9132: creare, join and locate
9133:
9134: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9135: defined with option: the type of requested value
9136:
9137: 2009-09-17 misha
9138:
9139: * tests/212.html: - tests for .pattern and .options were added
9140:
9141: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9142: $regex.options were added
9143:
9144: 2009-09-11 misha
9145:
9146: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9147: rewrited. it checks not just one case of sending cookies during
9148: file::load[http], but also sending headers and fields (including
9149: files)
9150:
9151: 2009-09-10 misha
9152:
9153: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9154: was removed => now parser can open files with Russian 'r' in
9155: filename
9156:
9157: * src/main/untaint.C: - bugfix: client charset whould be analized
9158: while escaping cookies but now source charset
9159:
9160: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9161: ^tainted[uri] so it was possible to make request with incorrect
9162: http header
9163:
9164: * src/main/pa_http.C: - capitalization of http headers during
9165: file::load[http was slightly changes - bugfix: all headers which
9166: parser sends during file::load[http should be transcoded and only
9167: then escaped
9168:
9169: * src/main/untaint.C: - a bit more comments were added
9170:
9171: * src/classes/: file.C, string.C: - types where changes (minus 2
9172: warnings)
9173:
9174: * src/include/pa_common.h: - 2 capitalized strings for making http
9175: headers during file::load[http were added
9176:
9177: 2009-09-08 misha
9178:
1.211 moko 9179: * operators.ru.txt, operators.txt: - changes in file.save and
9180: string.save were added
1.95 moko 9181:
9182: * tests/: 230.html, 230.txt: - tests for checking options in
9183: file.save and string.save were added
9184:
9185: * src/main/pa_request.C: - http headers names, which are passed to
9186: SAPI::add_header_attribute are lowercased now (it'll be
9187: capitalized in that method)
9188:
9189: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9190: classes/string.C: - file_write accepts Request_charsets and asked
9191: charset and cound transcode content before writing - string.save
9192: and file.save have option $.charset now
9193:
9194: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9195: classes/xdoc.C: - file_write accepts Request_charsets and asked
9196: charset and cound transcode content before writing
9197:
9198: * src/include/pa_exception.h: - new exception comment string was
9199: defined
9200:
9201: 2009-09-07 misha
9202:
9203: * src/main/compile.y: - grammar $name\ name stops now for regex
9204: sub-pattern\s
9205:
9206: 2009-09-04 misha
9207:
9208: * src/main/pa_http.C: - capitalization of http headers during
9209: file::load[http was implemented
9210:
9211: 2009-09-03 misha
9212:
9213: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9214: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9215: types/pa_vmail.C, targets/cgi/parser3.C,
9216: targets/isapi/parser3isapi.C: - back to storing response http
9217: headers in lowercase - capitalize them during output
9218:
9219: 2009-08-31 misha
9220:
9221: * src/classes/table.C: - allow call with any brackets (it could be
9222: useful in methods with explict result declaration)
9223:
9224: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9225: correctly if $request:charset==koi8-r
9226:
9227: 2009-08-30 misha
9228:
9229: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9230: changed: content-type => Content-type and so on
9231:
9232: * src/classes/file.C, src/include/pa_common.h,
9233: src/include/pa_request.h, src/main/pa_http.C,
9234: src/main/pa_request.C, src/types/pa_vcookie.C,
9235: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9236: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9237: tests/results/002.processed, tests/results/003.processed,
9238: tests/results/004.processed, tests/results/005.processed,
9239: tests/results/006.processed, tests/results/007.processed,
9240: tests/results/008.processed, tests/results/009.processed,
9241: tests/results/010.processed, tests/results/011.processed,
9242: tests/results/012.processed, tests/results/013.processed,
9243: tests/results/014.processed, tests/results/015.processed,
9244: tests/results/016.processed, tests/results/017.processed,
9245: tests/results/018.processed, tests/results/019.processed,
9246: tests/results/020.processed, tests/results/021.processed,
9247: tests/results/022.processed, tests/results/023.processed,
9248: tests/results/024.processed, tests/results/025.processed,
9249: tests/results/026.processed, tests/results/027.processed,
9250: tests/results/028.processed, tests/results/029.processed,
9251: tests/results/030.processed, tests/results/031.processed,
9252: tests/results/032.processed, tests/results/033.processed,
9253: tests/results/034.processed, tests/results/035.processed,
9254: tests/results/036.processed, tests/results/037.processed,
9255: tests/results/038.processed, tests/results/039.processed,
9256: tests/results/040.processed, tests/results/041.processed,
9257: tests/results/042.processed, tests/results/043.processed,
9258: tests/results/044.processed, tests/results/045.processed,
9259: tests/results/046.processed, tests/results/047.processed,
9260: tests/results/048.processed, tests/results/049.processed,
9261: tests/results/050.processed, tests/results/051.processed,
9262: tests/results/052.processed, tests/results/053.processed,
9263: tests/results/054.processed, tests/results/055.processed,
9264: tests/results/056.processed, tests/results/057.processed,
9265: tests/results/058.processed, tests/results/059.processed,
9266: tests/results/060.processed, tests/results/061.processed,
9267: tests/results/062.processed, tests/results/063.processed,
9268: tests/results/064.processed, tests/results/065.processed,
9269: tests/results/066.processed, tests/results/067.processed,
9270: tests/results/068.processed, tests/results/069.processed,
9271: tests/results/070.processed, tests/results/071.processed,
9272: tests/results/072.processed, tests/results/073.processed,
9273: tests/results/074.processed, tests/results/075.processed,
9274: tests/results/076.processed, tests/results/077.processed,
9275: tests/results/078.processed, tests/results/079.processed,
9276: tests/results/080.processed, tests/results/081.processed,
9277: tests/results/082.processed, tests/results/083.processed,
9278: tests/results/084.processed, tests/results/085.processed,
9279: tests/results/086.processed, tests/results/087.processed,
9280: tests/results/088.processed, tests/results/089.processed,
9281: tests/results/090.processed, tests/results/091.processed,
9282: tests/results/092.processed, tests/results/093.processed,
9283: tests/results/094.processed, tests/results/095.processed,
9284: tests/results/096.processed, tests/results/097.processed,
9285: tests/results/098.processed, tests/results/099.processed,
9286: tests/results/100.processed, tests/results/101.processed,
9287: tests/results/102.processed, tests/results/103.processed,
9288: tests/results/104.processed, tests/results/105.processed,
9289: tests/results/106.processed, tests/results/107.processed,
9290: tests/results/108.processed, tests/results/109.processed,
9291: tests/results/110.processed, tests/results/111.processed,
9292: tests/results/112.processed, tests/results/113.processed,
9293: tests/results/114.processed, tests/results/115.processed,
9294: tests/results/116.processed, tests/results/117.processed,
9295: tests/results/118.processed, tests/results/119.processed,
9296: tests/results/120.processed, tests/results/121.processed,
9297: tests/results/122.processed, tests/results/123.processed,
9298: tests/results/124.processed, tests/results/125.processed,
9299: tests/results/126.processed, tests/results/127.processed,
9300: tests/results/128.processed, tests/results/129.processed,
9301: tests/results/130.processed, tests/results/131.processed,
9302: tests/results/132.processed, tests/results/133.processed,
9303: tests/results/134.processed, tests/results/135.processed,
9304: tests/results/136.processed, tests/results/138.processed,
9305: tests/results/139.processed, tests/results/140.processed,
9306: tests/results/141.processed, tests/results/142.processed,
9307: tests/results/143.processed, tests/results/144.processed,
9308: tests/results/145.processed, tests/results/146.processed,
9309: tests/results/147.processed, tests/results/148.processed,
9310: tests/results/149.processed, tests/results/150.processed,
9311: tests/results/151.processed, tests/results/152.processed,
9312: tests/results/153.processed, tests/results/154.processed,
9313: tests/results/155.processed, tests/results/156.processed,
9314: tests/results/157.processed, tests/results/158.processed,
9315: tests/results/159.processed, tests/results/160.processed,
9316: tests/results/161.processed, tests/results/162.processed,
9317: tests/results/163.processed, tests/results/164.processed,
9318: tests/results/165.processed, tests/results/166.processed,
9319: tests/results/167.processed, tests/results/168.processed,
9320: tests/results/169.processed, tests/results/170.processed,
9321: tests/results/171.processed, tests/results/172.processed,
9322: tests/results/173.processed, tests/results/174.processed,
9323: tests/results/175.processed, tests/results/176.processed,
9324: tests/results/177.processed, tests/results/178.processed,
9325: tests/results/179.processed, tests/results/180.processed,
9326: tests/results/181.processed, tests/results/182.processed,
9327: tests/results/183.processed, tests/results/184.processed,
9328: tests/results/185.processed, tests/results/186.processed,
9329: tests/results/187.processed, tests/results/188.processed,
9330: tests/results/189.processed, tests/results/190.processed,
9331: tests/results/191.processed, tests/results/192.processed,
9332: tests/results/193.processed, tests/results/194.processed,
9333: tests/results/195.processed, tests/results/196.processed,
9334: tests/results/197.processed, tests/results/198.processed,
9335: tests/results/199.processed, tests/results/200.processed,
9336: tests/results/201.processed, tests/results/202.processed,
9337: tests/results/203.processed, tests/results/204.processed,
9338: tests/results/205.processed, tests/results/206.processed,
9339: tests/results/207.processed, tests/results/208.processed,
9340: tests/results/209.processed, tests/results/210.processed,
9341: tests/results/211.processed, tests/results/212.processed,
9342: tests/results/213.processed, tests/results/214.processed,
9343: tests/results/215.processed, tests/results/216.processed,
9344: tests/results/217.processed, tests/results/218.processed,
9345: tests/results/219.processed, tests/results/220.processed,
9346: tests/results/221.processed, tests/results/222.processed,
9347: tests/results/223.processed, tests/results/224.processed,
9348: tests/results/225.processed, tests/results/226.processed,
9349: tests/results/227.processed, tests/results/228.processed,
9350: tests/results/229.processed: - http headers were changed:
9351: content-type => Content-type and so on
9352:
9353: 2009-08-27 misha
9354:
9355: * src/: main/pa_random.C, include/pa_random.h,
9356: targets/cgi/parser3.C: - year was updated :)
9357:
9358: 2009-08-26 misha
9359:
9360: * tests/: 224.html, 224.p: - test for creating of parser object
9361: using constructor without params - little bugfix in test
9362:
9363: * src/main/compile_tools.h: - bugfix: should't call autouse while
9364: checking existed class while processing partial option
9365:
9366: * src/classes/reflection.C: - bugfix: core when creating object
9367: with reflection and constructor doesn't have params
9368:
9369: 2009-08-24 misha
9370:
9371: * tests/229.html: - tests for checking the number of parameters
9372: were added
9373:
9374: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9375: number of method's parameters wasn't checked correctly (the bug
9376: was introduced in 3.4.0)
9377:
9378: 2009-08-22 misha
9379:
9380: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9381: transcoded, but tainted pieces are escaped only when
9382: content-type==url-encoding
9383:
9384: * tests/228.html: - test for checking
9385: ^file::load[http://...;$.body[]]
9386:
9387: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9388: post charset was too early (charsets is empty at this moment)
9389:
9390: 2009-08-21 misha
9391:
9392: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9393: main/untaint.C: - some fixes with transcode+untaint
9394:
9395: 2009-08-15 misha
9396:
9397: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9398: was increaced to 100 (was 50)
9399:
9400: * tests/227.html: - test for checking overriding properties in
9401: static classes was added
9402:
9403: * tests/: 226.html, 226.p: - test for @autoload[] was added
9404:
9405: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9406: main/execute.C, main/pa_request.C, classes/reflection.C: -
9407: autouse was implemented
9408:
9409: 2009-08-14 misha
9410:
9411: * src/classes/reflection.C: - outdated checkout was removed
9412:
9413: * src/classes/reflection.C: - optimization - method ^dynamical was
9414: added.
9415:
9416: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9417: types/pa_vstateless_class.h, main/execute.C: - optimization
9418:
9419: * src/types/pa_vclass.C: - exception if base on sytem class
9420:
9421: 2009-08-12 misha
9422:
9423: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9424: pa_vstateless_class.h: - little optimisation
9425:
9426: 2009-08-11 misha
9427:
9428: * tests/224.html: - method_params => method_info - checking for
9429: $.inherited
9430:
1.211 moko 9431: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9432: method method_params was renamed to method_info and now it
9433: returns class name, if method was defined in ancestor
1.95 moko 9434:
9435: * tests/225.html: - tests for cheching properties in hierarhical
9436: classes were added
9437:
9438: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9439: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9440: main/compile.y, main/execute.C, classes/classes.C: - problems
9441: with properties in new classes implementation were fixed
9442:
9443: 2009-08-10 misha
9444:
9445: * src/main/execute.C: - now constructor shouldn't be defined in
9446: class. it could be defined in parent.
9447:
9448: 2009-08-09 misha
9449:
9450: * src/classes/reflection.C: - ^reflection:methods doesn't return
9451: base's methods
9452:
9453: 2009-08-08 misha
9454:
9455: * src/: classes/classes.h, classes/date.C, classes/file.C,
9456: classes/form.C, classes/hash.C, classes/hashfile.C,
9457: classes/image.C, classes/mail.C, classes/op.C,
9458: classes/reflection.C, classes/regex.C, classes/string.C,
9459: classes/table.C, classes/xdoc.C, classes/xnode.C,
9460: classes/xnode.h, include/pa_hash.h, main/execute.C,
9461: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9462: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9463: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9464: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9465: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9466: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9467: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9468: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9469: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9470: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9471: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9472: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9473: types/pa_vresponse.C, types/pa_vresponse.h,
9474: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9475: types/pa_vstateless_object.h, types/pa_vstatus.C,
9476: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9477: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9478: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9479: types/pa_wwrapper.h, types/types.vcproj: - new classes
9480: implementation
9481:
9482: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9483: USE_MUNMAP is used. so it is disabled as a workaround.
9484:
9485: 2009-08-05 misha
9486:
9487: * src/: main/pa_common.C, include/pa_common.h: - not needed
9488: parameter was removed
9489:
9490: * src/main/pa_http.C: - bugfix: error was during detecting
9491: content-type of file which was loaded by http
9492:
9493: 2009-08-01 misha
9494:
9495: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9496: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9497: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9498: can't be disabled with defines any longer
9499:
9500: 2009-07-29 misha
9501:
9502: * src/classes/reflection.C, tests/results/224.processed: - for
9503: native methods with any call type now returned empty call_type
9504: value
9505:
9506: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9507: classes/table.C, include/pa_hash.h, include/pa_request.h,
9508: main/pa_request.C: - break in cycles was optimized
9509:
9510: * INSTALL: - more defines were described
9511:
9512: 2009-07-28 misha
9513:
1.211 moko 9514: * operators.ru.txt, operators.txt: - some changes in information
9515: about reflection class
1.95 moko 9516:
9517: * tests/: 224.html, 224.p: - tests for reflection class
9518:
9519: * src/classes/reflection.C: - some bugs were fixed, method classes
9520: was added, refactoring
9521:
9522: 2009-07-26 misha
9523:
9524: * src/classes/classes.vcproj: - reflection class wass added to
9525: project
9526:
1.211 moko 9527: * operators.ru.txt, operators.txt: - information about reflection
9528: class was added
1.95 moko 9529:
9530: * src/classes/reflection.C: - class was redesigned
9531:
9532: 2009-07-24 misha
9533:
9534: * src/classes/: Makefile.am, reflection.C: - class reflection was
9535: added
9536:
9537: * src/types/pa_vstateless_class.h: - method for reflection method's
9538: in classes was added
9539:
9540: 2009-07-22 misha
9541:
9542: * src/main/compile_tools.h: - bugfix: $object.$var was
9543: over-optimized. it failed if $object1.$object2.field
9544:
9545: 2009-07-16 misha
9546:
9547: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9548: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9549: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9550: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9551: one more arg: length of cord
9552:
9553: 2009-07-15 misha
9554:
9555: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9556: tainted in ^file::load[http://...;$.cookies[]]
9557:
9558: * src/classes/: op.C, regex.C, string.C: - new string with
9559: exception was used
9560:
9561: * src/include/pa_exception.h: - new string with exception was added
9562:
9563: * tests/223.html: - test for checking cookie-encoding during
9564: ^file::load[http was added
9565:
9566: * tests/: 221.html, 222.html: - tests for checking type of
9567: $table.fields.field were added
9568:
9569: * src/types/pa_vtable.C: - not used var decl was removed
9570:
9571: * src/include/pa_string.h: - use cached string length in Body::mid.
9572: it improves speed of match with brackets in pattern
9573:
9574: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9575: outside
9576:
9577: 2009-07-14 misha
9578:
9579: * src/types/pa_vtable.C: - $table.fields.a return string even if
9580: column is empty (sometime returned void) - $table.fields was
9581: added for nameless tables
9582:
9583: * src/targets/cgi/getopt.c: - one warning resolved
9584:
9585: * src/main/pa_string.C: - potentian bug fixed
9586:
9587: * src/classes/op.C: - small optimization in taint/untaint
9588:
9589: 2009-07-13 misha
9590:
9591: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9592: added
9593:
9594: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9595: souldn't add the attribut to output
9596:
9597: 2009-07-11 misha
9598:
9599: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9600: stack size was increaced to 2MB (default=1MB)
9601:
9602: 2009-07-08 misha
9603:
9604: * src/main/pa_string.C: - link to UTF-8 description was added
9605:
9606: * src/include/pa_hash.h: - hash keeps element's order in more
9607: places (ex: ._keys[])
9608:
9609: * tests/220.html: - test for checking order of elements in hash in
9610: foreach was added
9611:
9612: * tests/172.html: - small changes in printing hash
9613:
9614: * tests/129.html: - small changes in printing hash
9615:
9616: * src/: include/pa_common.h, include/pa_hash.h,
9617: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9618: types/pa_vmethod_frame.h: - hash now keeps order of elements
9619:
9620: * tests/014.html: - small changes in printing hash
9621:
9622: 2009-07-07 misha
9623:
9624: * src/classes/op.C: - new taint language "parser-code" was added
9625:
9626: * tests/219.html: - test for auto untaint parser code in process
9627: was added
9628:
9629: * src/classes/op.C: - tainted pieces in body of process are
9630: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9631:
9632: * src/: include/pa_string.h, main/untaint.C: - new language
9633: L_PARSER_CODE for auto-untaint in process was added
9634:
9635: * src/: classes/file.C, classes/hash.C, classes/image.C,
9636: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9637: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9638: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9639: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9640: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9641: code cleanup
9642:
9643: 2009-07-06 misha
9644:
9645: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9646: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9647: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9648:
9649: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9650: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9651: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9652: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9653: should be used
9654:
9655: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9656: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9657: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9658: untaint_cstr[m] should be used
9659:
9660: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9661: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9662:
9663: * tests/218.html: - test for checking automatic file-spec-taint was
9664: added
9665:
9666: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9667: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9668: classes/file.C, classes/hash.C, classes/image.C,
9669: classes/string.C, classes/table.C, classes/void.C,
9670: classes/xdoc.C: - optimizations and simplification of
9671: string.cstr(...)
9672:
9673: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9674: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9675: - optimizations and simplification of string.cstr(...)
9676:
9677: 2009-07-04 misha
9678:
9679: * tests/217.html: - test for recursion detection was added
9680:
9681: * src/: types/types.vcproj, main/main.vcproj,
9682: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9683: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9684: from .vcproj
9685:
9686: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9687:
9688: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9689: uploading files and case-insensitive http-method were added
9690:
9691: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9692: tainted pattern in ^file:list[] was added
9693:
9694: 2009-07-03 misha
9695:
9696: * src/: classes/classes.vcproj, main/main.vcproj,
9697: types/types.vcproj, targets/cgi/parser3.vcproj,
9698: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9699: for dynamic_cast) - little options changes
9700:
9701: * src/main/pa_http.C: - file::load[http works now with uploading
9702: files _and_ changing $.charset
9703:
9704: 2009-06-29 misha
9705:
9706: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9707: while creating pattern
9708:
9709: 2009-06-25 misha
9710:
1.211 moko 9711: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9712: names for ^image.font were changed to $.space, $.width and
9713: $spacing - default space width now == gif's width
1.95 moko 9714:
9715: 2009-06-24 misha
9716:
9717: * tests/215.html: - tests for $file.mode were added
9718:
1.211 moko 9719: * operators.ru.txt, operators.txt: - added info about $file.mode
9720: and changes in ^image.font[
1.95 moko 9721:
9722: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9723: param now could be omited - third param now could be hash (with
9724: all widths options: $.space-width, $.letter-width) - it's
9725: possible to specify tracking ($.letter-space)
9726:
9727: * src/classes/file.C: - file objects now could have mode field
9728: (text|binary)
9729:
9730: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9731:
9732: 2009-06-23 misha
9733:
9734: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9735: trim can work with utf-8 chars now
9736:
9737: 2009-06-20 misha
9738:
9739: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9740: was implemented
9741:
9742: * src/classes/table.C: - string length cacheing was implemented
9743:
9744: * src/include/pa_string.h: - string length cacheing was implemented
9745:
9746: 2009-06-17 misha
9747:
9748: * src/main/execute.C: - value param was removed from
9749: WContext::WContext
9750:
9751: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9752: pa_wwrapper.h: - value param was removed from WContext::WContext
9753: - field wcontext was removed from VCodeFrame (using fparent
9754: instead)
9755:
9756: * tests/214.html: - test with hash copying
9757:
9758: 2009-06-16 misha
9759:
9760: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9761: strings doesn't work in expression anymore
9762:
9763: * src/main/execute.C: - less calls for get_constructing() - little
9764: refactoring
9765:
9766: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9767: include/pa_request.h: - less calls for get_constructing()
9768:
9769: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9770: introduced with OPTIMIZE_SINGLE_STRING optimization
9771:
9772: 2009-06-14 misha
9773:
9774: * src/: classes/date.C, classes/file.C, classes/hash.C,
9775: classes/hashfile.C, classes/image.C, classes/regex.C,
9776: classes/table.C, classes/xdoc.C, classes/xnode.h,
9777: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9778: types/pa_vstateless_class.h, main/execute.C: - create object for
9779: storing object's fields only for parser objects
9780:
9781: 2009-06-13 misha
9782:
9783: * buildall-with-xml, buildall-without-xml: - new option was added
9784: for building GC (it slightly reduces memory usage)
9785:
9786: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9787: single string write
9788:
9789: * src/main/execute.C: - bytecode optimization of ^class:constructor
9790: - optimization of single string write
9791:
9792: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9793: - bytecode optimization of ^class:constructor
9794:
9795: 2009-06-09 misha
9796:
9797: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9798: main (better compatibility)
9799:
9800: 2009-06-08 misha
9801:
9802: * src/main/compile.y: - I've forgot to commit it :(
9803:
9804: 2009-06-07 misha
9805:
9806: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9807: WITH_READ and WITH_ROOT
9808:
9809: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9810: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9811: WITH_ROOT - little refactoring
9812:
9813: 2009-06-06 misha
9814:
9815: * tests/213.html: - tests for 3rd match string-param were added
9816:
9817: * src/classes/string.C: - 3rd match param could be string now
9818:
9819: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9820: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9821: GET_OBJECT_ELEMENT
9822:
9823: 2009-06-05 misha
9824:
9825: * src/main/pa_http.C: - bugfix: content-length was not calculated
9826: if $.body was specified
9827:
9828: 2009-06-04 misha
9829:
9830: * src/classes/op.C: - optimizing write_assign_lang in connect
9831:
9832: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9833:
9834: * src/main/execute.C: - little refactoring - optimizing
9835: write_assign_lang in taint/untaint
9836:
9837: * src/include/pa_opcode.h: - little refactoring
9838:
9839: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9840: main/compile_tools.h, main/execute.C: - optimizations for
9841: $self.field, ^self.method, $self.field[...] and $self.field(...)
9842: were added
9843:
9844: 2009-06-03 misha
9845:
9846: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9847:
9848: 2009-06-02 misha
9849:
9850: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9851: include/pa_opcode.h: - refactoring in last optimizations
9852: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9853: now but code is much easy and it is ready for further
9854: improvements.
9855:
9856: 2009-05-27 misha
9857:
9858: * src/: types/pa_junction.h, types/pa_vjunction.C,
9859: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9860: changed in destructing junctions
9861:
9862: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9863: String:Body
9864:
9865: 2009-05-26 misha
9866:
9867: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9868: one method detect_charset was deleted - bug was fixed in this
9869: method (error while detecting charset in content_type withot last
9870: ';')
9871:
9872: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9873: once
9874:
9875: 2009-05-25 misha
9876:
9877: * src/classes/file.C: - bugfix: file::exec didn't work after
9878: optimizing of helper_length
9879:
9880: 2009-05-24 misha
9881:
9882: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9883: were added - little refactoring
9884:
9885: * src/main/execute.C: - core while printing in debug log
9886: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9887: optimisations were added
9888:
9889: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9890: were added
9891:
9892: 2009-05-23 misha
9893:
9894: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9895: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9896: CORD_cat optimization
9897:
9898: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9899: - call constr optimisation under separate define now
9900:
9901: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9902: in $b should be string, not void
9903:
9904: * src/main/compile.y: - little fix for rem-cut optimisation
9905:
9906: * src/: include/pa_opcode.h, main/compile_tools.C,
9907: main/compile_tools.h, main/execute.C: - optimisations for
9908: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9909:
9910: * INSTALL: - description of some #defined were added
9911:
9912: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9913: before 1st access (memory usage is reduced if don't access to
9914: .text field)
9915:
9916: * src/include/pa_array.h: - array grows step now not static (it
9917: reduces numbers of reallocs)
9918:
9919: 2009-05-20 misha
9920:
9921: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9922: $.b(2), $c[d] and $.e[f] was added
9923:
9924: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9925: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9926: $.e[f] was added
9927:
9928: * src/main/execute.C: - debug printing moved in defines
9929:
9930: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9931: and little refactoring for OP_GET_OBJECT_ELEMENT +
9932: OP_GET_OBJECT_VAR_ELEMENT optimisation
9933:
9934: 2009-05-19 misha
9935:
9936: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9937: execute.C: - $a.$b & ^a.$b bytecode optimisation
9938:
9939: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9940: ^a.$b optimisation)
9941:
9942: * src/main/compile.y: - compiler now generate new opcodes:
9943: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9944: ^a.b - compiler now cut off ^rem{ with all content ; any number
9945: of params }
9946:
9947: * src/main/execute.C: - code for handle new opcodes
9948: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9949:
9950: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9951: added for LA2V and LA2S
9952:
9953: * src/include/pa_opcode.h: - new defines which can be used for
9954: disable some bytecode optimisation and new opcodes were added
9955:
9956: 2009-05-17 misha
9957:
9958: * src/lib/cord/cordxtra.c: - bugfix.
9959:
9960: * tests/212.html: - .size[] and .study_size[] were added to tests
9961:
1.211 moko 9962: * operators.ru.txt, operators.txt: - info about regex class was
9963: added
1.95 moko 9964:
9965: * tests/212.html: - tests for regex class were added
9966:
9967: 2009-05-16 misha
9968:
9969: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9970: gc7.1
9971:
9972: * tests/022.html: - test for ^file:list[path;] (empty second param)
9973: was added
9974:
9975: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9976: param) should work
9977:
9978: 2009-05-15 misha
9979:
9980: * src/classes/table.C: - automatically disable stringstream usage
9981: on freebsd4
9982:
9983: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9984: scope
9985:
9986: * tests/211.html: - test with different types of access to hash was
9987: added
9988:
9989: * tests/210.html: - test which checks for loosing tainting in
9990: hash's keys was added
9991:
9992: * tests/208.html: - some parser work added. or stime == 0 %-)
9993:
9994: * src/lib/cord/cordbscs.c: - little hack was added to cord
9995:
9996: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9997:
9998: * src/include/pa_version.h, configure.in: - moko have made a lot of
9999: optimisations for increacing version number more dramatically :)
10000:
10001: * src/classes/date.C: - little refactoring: use constructor which
10002: accepts formated string
10003:
10004: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10005: which can print formatted string was added
10006:
10007: 2009-05-14 misha
10008:
10009: * src/include/pa_string.h: - type was fixed
10010:
10011: * src/: classes/hashfile.C, classes/op.C,
10012: include/pa_cache_managers.h, include/pa_charset.h,
10013: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10014: include/pa_request.h, include/pa_sql_driver_manager.h,
10015: include/pa_string.h, include/pa_stylesheet_manager.h,
10016: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10017: main/pa_charsets.C, main/pa_string.C,
10018: main/pa_stylesheet_connection.C, types/pa_value.h,
10019: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10020: types/pa_vobject.C, types/pa_vstateless_class.C,
10021: types/pa_vstateless_class.h: - hash_code caching was implemented
10022: (seaches should be faster now)
10023:
10024: * src/: classes/file.C, classes/hash.C, classes/image.C,
10025: classes/string.C, classes/table.C, include/pa_string.h,
10026: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10027: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10028: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10029: types/pa_vrequest.C: - String constructors don't have that stupid
10030: true/false param which means 'tainted'. they accept lang instead.
10031:
10032: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10033: with OPTIMIZE_RESULT
10034:
10035: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10036: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10037:
10038: 2009-05-13 misha
10039:
10040: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10041: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10042: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10043: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10044: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10045: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10046: include/pa_string.h, classes/date.C, classes/file.C,
10047: classes/hash.C, classes/image.C, classes/string.C,
10048: classes/table.C, classes/xdoc.C: - result optimisation -
10049: helper_length parameter removed from string constructors
10050:
10051: 2009-05-11 misha
10052:
10053: * tests/209.html: - tests for ^hash::create[hash] were added
10054:
10055: * tests/208.html: - tests for $status:rusage, $status:memory,
10056: ^memory:compact[] were added
10057:
10058: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10059: log10 were added
10060:
10061: * tests/206.html: - test for try with finally was added
10062:
10063: 2009-05-10 misha
10064:
10065: * tests/205.html: - test for ^file::create[...] was added
10066:
10067: * tests/204.html: - test for ^response:clear[] was added
10068:
10069: * tests/038.html: - tests for trigonometric functions were added
10070:
10071: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10072: added - more tests for .add, .sub, .union, .intersects and
10073: .intersections
10074:
10075: * tests/065.html: - test for ^file:dirname was added
10076:
10077: * tests/030.html: - test for $cookie:fields was added
10078:
10079: * tests/203.html: - test for ^h._keys[column name] was added
10080:
10081: * tests/201.html: - tests for .trim were added
10082:
10083: * tests/202.html: - tests for last-day,
10084: date:calendar[type](YYYY;MM;DD) were added
10085:
10086: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10087: .offset[type](N) were added
10088:
10089: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10090: and .pos[c](N) were added
10091:
10092: * tests/141.html: - test for math:sha1 was added
10093:
10094: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10095:
10096: 2009-05-09 misha
10097:
10098: * src/main/compile.y: - rollback
10099:
10100: 2009-05-05 misha
10101:
10102: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10103: replaced by is_empty()
10104:
10105: * src/: include/pa_string.h, main/pa_charset.C: - little
10106: optimisation: somewhere length() was replaced by is_empty()
10107:
10108: * src/classes/table.C: - little optimisation: somewhere length()
10109: was replaced by is_empty()
10110:
10111: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10112: classes/op.C, classes/table.C, main/pa_exception.C: - little
10113: optimisation: somewhere length() was replaced by is_empty()
10114:
10115: 2009-05-04 misha
10116:
10117: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10118: types/pa_vstateless_class.h, main/execute.C,
10119: include/pa_request.h, classes/hash.C, classes/op.C,
10120: classes/table.C: - more optimisations were added: some operators
10121: don't switch write context anylonger
10122:
10123: 2009-05-01 misha
10124:
10125: * src/main/compile.y: - slightly more opcode optimisations for
10126: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10127:
10128: * src/main/execute.C: - simplifying process for getters
10129:
10130: 2009-04-30 misha
10131:
10132: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10133:
10134: * tests/results/199.processed: - test for checking $result into
10135: ^rem was added
10136:
10137: * tests/199.html: - test for checking $result into ^rem was added
10138:
10139: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10140: some OS it returns list in different order)
10141:
10142: * src/: include/pa_array.h, include/pa_request.h,
10143: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10144: changes in stack impl - get_element() optimisation: 3rd param
10145: removed - bugfix: problems with reading empty input param -
10146: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10147:
10148: * tests/results/198.processed: - test for reading empty local var
10149: was added
10150:
10151: * tests/198.html: - test for reading empty local var was added
10152:
10153: 2009-04-29 misha
10154:
10155: * src/main/compile.y: - bugfix: couldn't compile because
10156: OP_VALUE__GET_ELEMENT should be unde #ifdef
10157:
10158: * src/: include/pa_array.h, include/pa_opcode.h,
10159: include/pa_request.h, main/compile.y, main/execute.C,
10160: main/pa_request.C, types/pa_vmethod_frame.C,
10161: types/pa_vmethod_frame.h: - we can work without opcode
10162: OP_STORE_PARAM, so it was removed
10163:
10164: 2009-04-28 misha
10165:
10166: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10167: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10168: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10169: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10170: 4.
10171: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10172:
10173: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10174:
10175: * src/: main/pa_string.C, classes/string.C: - !length() =>
10176: is_empty()
10177:
10178: 2009-04-27 misha
10179:
10180: * src/types/pa_vregex.h: - back explicit vars initialisation
10181:
10182: 2009-04-24 misha
10183:
10184: * src/classes/string.C: - ups. typo fixed
10185:
10186: * src/main/execute.C: - more replacements '*new VBool' to
10187: 'VBool::get' - checks for ^break[], ^continue[] and
10188: parser.interrupted were optimised
10189:
10190: * src/classes/string.C: - number of params.count() calls was
10191: slightly reduced
10192:
10193: 2009-04-23 misha
10194:
10195: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10196: make it x64 friendly
10197:
10198: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10199: parser is x64 friendly now
10200:
10201: 2009-04-22 misha
10202:
10203: * src/types/pa_vhashfile.C: - coder friendly exception about
10204: exceeding record size was added
10205:
10206: * src/classes/file.C: - use vregex object instead of direct calls
10207: methods from pcre lib
10208:
10209: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10210: classes/string.C: - use vregex object instead of direct calls
10211: methods from pcre lib
10212:
10213: * src/: include/pa_common.h, main/pa_common.C: - method
10214: print_pcre_exec_error_text was moved to class vregex
10215:
10216: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10217: was added
10218:
10219: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10220: - class vregex was added
10221:
10222: 2009-04-21 misha
10223:
10224: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10225:
10226: * src/: types/pa_junction.h, types/pa_value.C,
10227: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10228: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10229: junction-optimisation (destructors)
10230:
10231: * src/include/pa_array.h: - free under if now
10232:
10233: 2009-04-19 misha
10234:
10235: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10236:
10237: 2009-04-18 misha
10238:
10239: * src/include/pa_version.h:
10240: :q :
10241:
10242: CV:
10243: ----------------------------------------------------------------------
10244:
10245: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10246: refactoring
10247:
10248: * src/: include/pa_array.h, include/pa_hash.h,
10249: types/pa_vmethod_frame.h: - destructors under #ifdef now
10250:
10251: * src/include/pa_memory.h: - define for using destructors was added
10252:
10253: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10254: main/execute.C: - some junctions will be cached now
10255:
10256: * src/include/pa_hash.h: - hash destructor frees pairs now
10257:
10258: * src/include/pa_array.h: - inline was added to destructor
10259:
10260: * src/types/pa_method.h: - comment was changed
10261:
10262: 2009-04-17 misha
10263:
10264: * src/: include/pa_array.h, include/pa_hash.h,
10265: types/pa_vmethod_frame.h: - destructors were added
10266:
10267: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10268: renamed to always_use_result
10269:
10270: * src/main/: compile.y, compile_tools.h: - rollback changes in
10271: compiler: full backward compatibility is better
10272:
10273: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10274: result in var's hash
10275:
10276: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10277: optimisation in method_frame
10278:
10279: * src/include/pa_array.h: - optimisation in array (allocate
10280: elements only when needed)
10281:
10282: * src/types/pa_vresponse.C: - check for $response:headers field
10283: before looking at custom fields
10284:
10285: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10286: not needed to check existance var with name 'result' in var's
10287: hash
10288:
10289: * src/main/compile.y: - compiler was changed: now it detects
10290: writings to $result and set flag writo_to_result in method
10291:
10292: * src/classes/string.C: - little optimisation: no needed to write
10293: number with lang
10294:
10295: * src/main/pa_charset.C: - methods readChar and skipChar which is
10296: used for read utf8-strings were renamed - is_escaped was renamed
10297: to isEscaped (to the same name convention)
10298:
10299: * src/: types/pa_method.h, main/compile_tools.h: - flag
10300: write_to_result added. compiler get this info from code.
10301:
10302: 2009-04-16 misha
10303:
10304: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10305: String only before 1st write
10306:
10307: * src/include/pa_string.h: - not needed template removed
10308:
10309: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10310: types/pa_vjunction.C, types/pa_vproperty.C,
10311: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10312: main/pa_request.C, classes/bool.C, classes/double.C,
10313: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10314: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10315: bool objects)
10316:
10317: 2009-04-15 misha
10318:
10319: * src/lib/cord/cordxtra.c: - more optimisation
10320:
10321: * src/: include/pa_string.h, main/untaint.C: - String::append
10322: optimisation
10323:
10324: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10325: then get and can sometime be used)
10326:
10327: * src/main/pa_string.C: - String::length optimisation
10328:
10329: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10330: these methods read different strings
10331:
10332: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10333: fresult_initial_void removed + some optimisation - if $result
10334: defined we don't write to context anymore
10335:
10336: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10337: need just skip char)
10338:
10339: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10340: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10341: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10342:
10343: * src/types/pa_vvoid.h: - added get() method for retreave one
10344: instance
10345:
10346: 2009-04-11 misha
10347:
10348: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10349:
10350: * tests/197.html: - test for parser://test in xml was added
10351:
10352: * src/classes/string.C: - small optimisation
10353:
10354: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10355: optimisation
10356:
10357: 2009-04-10 misha
10358:
10359: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10360: to pcre-7.8
10361:
10362: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10363:
10364: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10365: added
10366:
10367: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10368: $request:CLASS_NAME were added
10369:
10370: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10371: were added
10372:
10373: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10374: $env:CLASS_NAME were added
10375:
10376: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10377: '@todo' now
10378:
10379: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10380: compirer
10381:
10382: * src/main/pa_string.C: - little code cleanup
10383:
10384: * src/main/pa_common.C: - describe one more UTF-8 related error
10385: during PCRE compile/execute
10386:
10387: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10388: normalizing todo-comments: '@todo' now
10389:
10390: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10391:
10392: * src/main/pa_charset.C: - type changed for making compiler happy
10393:
10394: 2009-03-10 misha
10395:
10396: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10397: in main()
10398:
10399: 2009-02-01 misha
10400:
10401: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10402: boundary
10403:
10404: 2009-01-25 misha
10405:
10406: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10407:
10408: * src/classes/file.C: - more changes for parsing different number
10409: of params for file::load
10410:
10411: * tests/193.html: - tests for exception while base64-decode binary
10412: to string was added
10413:
10414: * tests/192.html: - tests for file::load with different number of
10415: options
10416:
10417: * src/classes/math.C: - ups. forgot '+1'
10418:
10419: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10420: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10421: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10422: (new option $.encode[multipart-form/data] should be specified) -
10423: $.method[] option for file::load now is not case-sensitive
10424:
10425: * src/: include/pa_string.h, main/untaint.C: - for file post the
10426: new taint language L_FILE_POST was added
10427:
10428: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10429: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10430: stuff was moved to separate files
10431:
10432: 2009-01-23 misha
10433:
10434: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10435: spaces to tabs were converted
10436:
10437: 2009-01-12 misha
10438:
10439: * src/main/pa_http.C: - value of $.method[] option force uppercased
10440: now
10441:
10442: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10443: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10444: their names
10445:
10446: * src/main/pa_common.C: - changes in formating
10447:
10448: * src/: classes/file.C, main/pa_http.C: - some constants changed
10449: their names
10450:
10451: * src/include/pa_http.h: - some spaces were converted to tabs
10452:
10453: * src/include/pa_common.h: - some constants changed their names
10454:
10455: * src/classes/file.C: - fixed 4-th paramether for file::load -
10456: little code rewriting
10457:
10458: * src/types/pa_vfile.C: - little code rewriting
10459:
10460: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10461: types/pa_value.h: - some formating changes
10462:
10463: * src/include/pa_common.h: - some formating spaces transformed to
10464: tabs
10465:
10466: * src/classes/string.C: - exception while base64-decode binary to a
10467: string
10468:
10469: 2009-01-11 misha
10470:
10471: * configure.in: - version changed to 3.3.1b
10472:
10473: 2008-09-05 misha
10474:
10475: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10476: release_3_3_0 on 2008-09-05 10:59:35 +0000
10477:
10478: 2008-09-04 misha
10479:
10480: * tests/: 130.html, 131.html: - these exceptions not typeless
10481: anymore
10482:
10483: * src/classes/op.C: - exception with 'invalid taint language' not
10484: typeless anylonger
10485:
10486: * src/classes/image.C: - some exceptions while operations with
10487: image not typeless anymore
10488:
10489: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10490: main/pa_exec.C, main/pa_http.C: - some exceptions while
10491: operations with files not typeless anymore
10492:
10493: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10494: types/pa_vdate.h: - exceptions while checking date range not
10495: typeless anymore
10496:
10497: * src/include/pa_exception.h: - exception type string for invalid
10498: date range was added
10499:
10500: 2008-09-03 misha
10501:
10502: * src/: classes/file.C, main/pa_string.C: - exception while pce
10503: operations not typeless anymore
10504:
10505: * src/include/pa_exception.h: - exception type for pce operations
10506: was added
10507:
10508: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10509: and .CLASS_NAME insite classes
10510:
10511: * src/classes/table.C: - don't save table header whiile
10512: ^table.save[append;filename] if file exists
10513:
10514: 2008-09-02 misha
10515:
10516: * src/main/compile.y, src/main/compile_tools.h,
10517: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10518: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10519: renamed to partial and it login changed: we must mark class as
10520: partial for allow their modifications in future.
10521:
10522: 2008-08-29 misha
10523:
10524: * tests/results/022.processed: - testing taint[regex] in mask for
10525: file:list
10526:
10527: * tests/022.html: - testing taint[regex] in mask for file:list
10528:
10529: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10530: for file:list was added
10531:
10532: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10533: file:list
10534:
10535: 2008-08-26 misha
10536:
10537: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10538: last derived object
10539:
10540: * src/classes/image.C: - many strings "image.format" replaced by
10541: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10542: understand some more exif tags
10543:
10544: * src/include/pa_exception.h: - string "image.format" was added
10545:
10546: 2008-08-21 misha
10547:
10548: * src/: main/pa_string.C, classes/file.C: - use method for print
10549: pcre_exec text error
10550:
10551: * src/main/pa_common.C: - method for print pcre_exec text error was
10552: added
10553:
10554: * src/include/pa_common.h: - method declaration for print pcre_exec
10555: text error was added
10556:
10557: 2008-08-19 misha
10558:
10559: * src/main/execute.C: - bugfix: opcodes must be in separate
10560: namespace while debug execution as well
10561:
10562: * tests/: 015.html, results/015.processed: - test for escaping some
10563: parser chars was added
10564:
10565: 2008-08-18 misha
10566:
10567: * tests/: 190.html, 190.p, results/190.processed: - test for
10568: $caller.self.field + default getter in one class was added
10569:
10570: * tests/: 189.html, results/189.processed: - test for
10571: ^date::create[date object]
10572:
10573: * tests/: 188.html, results/188.processed: - tests for match with
10574: UTF-8 strings
10575:
10576: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10577: ^string.match[]
10578:
10579: * ChangeLog: - parser 3.3.0 beta13
10580:
10581: 2008-08-15 misha
10582:
1.116 moko 10583: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10584: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10585: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10586: dftables.c: - old PCRE files removed
1.95 moko 10587:
10588: * src/lib/pcre/config.h: - configuration for PCRE library
10589:
10590: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10591: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10592:
10593: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10594: library and set flag UTF8 if $request:charset is UTF-8
10595:
10596: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10597: include/pa_config_fixed.h: - moved to new PCRE library
10598:
10599: * src/: main/main.vcproj, types/types.vcproj,
10600: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10601: win32\pcre instead of parser3\src\lib\pcre
10602:
10603: * src/: include/pa_opcode.h, include/pa_operation.h,
10604: main/compile.C, main/compile.y, main/compile_tools.C,
10605: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10606: opcodes were moved to separate namespace
10607:
10608: 2008-08-14 misha
10609:
10610: * src/types/pa_vstateless_class.C: - newline at the end missed
10611:
10612: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10613: tainting
10614:
10615: 2008-08-11 misha
10616:
10617: * tests/: 187.html, 187.p, results/187.processed: - tests for
10618: $caller.self, $caller.self.field and $caller.self.field[value]
10619: were added
10620:
10621: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10622: runtime as well (for $caller.self)
10623:
10624: 2008-07-25 misha
10625:
10626: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10627: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10628: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10629: tests with international characters
10630:
10631: 2008-07-23 misha
10632:
10633: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10634: file::load[...;http://
10635:
10636: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10637: now everywhere in separate namespace
10638:
10639: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10640: for vars
10641:
10642: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10643: can be escaped by '^'
10644:
10645: 2008-07-22 misha
10646:
10647: * src/classes/string.C, tests/186.html: - names changes:
10648: escape=>js-escape, unescape=>js-unescape
10649:
10650: 2008-07-21 misha
10651:
10652: * tests/results/186.processed: - test for string escape/unescape
10653:
10654: * tests/186.html: - test for string escape/unescape
10655:
10656: * src/classes/string.C: - string has escape and unescape methods
10657: now
10658:
10659: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10660: added
10661:
10662: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10663: method-layers added (with different params)
10664:
10665: 2008-07-18 misha
10666:
10667: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10668: was added
10669:
10670: * tests/185.html: - test for ^str.pos[sub](offset) added
10671:
1.211 moko 10672: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10673: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10674: accepted now
1.95 moko 10675:
10676: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10677: strings
10678:
10679: 2008-07-17 misha
10680:
10681: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10682: helper length added for mid for small optimisation
10683:
10684: 2008-07-16 misha
10685:
10686: * tests/: 185.html, results/185.processed: - tests for
10687: length/left/right/mid/pos with utf-8 strings
10688:
10689: * src/classes/string.C: - left/right/mid/length/pos works fine for
10690: utf-8 strings
10691:
10692: * src/main/untaint.C: - comments removed
10693:
10694: * src/: include/pa_string.h, main/pa_string.C,
10695: include/pa_charset.h, main/pa_charset.C: - methods for working
10696: with pos/mid for strings in utf-8 were added
10697:
10698: 2008-07-15 misha
10699:
10700: * tests/: 184.html, results/184.processed: - test for case body as
10701: expression: $var(^switch(1){^case(1)(true)..})
10702:
10703: * src/classes/op.C: - case body can be expression now:
10704: $var(^switch(1){^case(1)(true)..})
10705:
10706: * tests/: results/183.processed, 183.html: - added test for testing
10707: new cookie encoding (%uXXXX)
10708:
10709: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10710: decoding for backward compatibility they decoded from %XX in
10711: request:charset too
10712:
10713: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10714: - cookie class now decode cookies before first access after last
10715: request:charset changing (as form class).
10716:
10717: * src/main/pa_charset.C: - added method escape for escaping cookies
10718: as %uXXXX - before transcode calculate required space for dest
10719: string. it reduce mem usage for transcode
10720:
10721: * src/include/pa_charset.h: - added method escape for escaping
10722: cookies as %uXXXX
10723:
10724: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10725: was added. will used for escaping cookies as %uXXXX
10726:
10727: * src/include/pa_common.h: - escape method has new option for skip
10728: converting '+' to a space char
10729:
10730: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10731: transcode - escape method has new option for skip converting '+'
10732: to a space char
10733:
10734: 2008-07-08 misha
10735:
10736: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10737: (no UE if more then 1 case matches anylonger) - optimization:
10738: doing searching.as_string() || searching.as_double() only once
10739:
10740: 2008-07-04 misha
10741:
10742: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10743: now ^date::create[date object] works
10744:
10745: * src/classes/string.C: - left and right added as aliases for start
10746: and end in ^string.trim[]
10747:
10748: 2008-07-03 misha
10749:
10750: * src/classes/file.C: - allow $.limit for file::sql as well
10751:
10752: * src/classes/file.C: - allow $.offset option for file::sql - force
10753: send limit=1 to query for use sql specifics authomatically
10754:
10755: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10756: if $.limit value if empty. autoconvert it as everywere
10757:
10758: 2008-07-02 misha
10759:
10760: * configure.in: - time to change version number to 3.3.0 %-)
10761:
10762: * src/include/pa_version.h: - time to change version number to
10763: 3.3.0 %-)
10764:
10765: 2008-06-26 misha
10766:
10767: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10768: $.limit(0) fixes
10769:
10770: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10771: - $.limit(0) fixes
10772:
10773: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10774: new API)
10775:
10776: * src/: include/pa_sql_driver_manager.h,
10777: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10778: classes/op.C: - document_root added
10779:
10780: * src/main/compile.tab.C: - error message was changed
10781:
10782: 2008-06-25 misha
10783:
10784: * src/main/compile.y: - error message was changed
10785:
10786: 2008-06-24 misha
10787:
10788: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10789:
10790: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10791: tests for @OPTIONS\nappend
10792:
10793: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10794:
10795: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10796:
10797: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10798:
10799: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10800: compile.y
10801:
10802: 2008-06-17 misha
10803:
10804: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10805: compilation: ^if(default){true. it's incorrect. must be
10806: exception}
10807:
10808: 2008-06-16 misha
10809:
10810: * tests/: 181.ent, 181.html, results/181.processed: - test for
10811: checking external reference loading with 'http://localhost'
10812: prefix while creating xdoc
10813:
10814: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10815: ^math:long2ip[] and ^math:ip2long[]
10816:
10817: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10818: added which use scalar stateless class method when user object
10819: used in scalar context - use get_scalar_value when user object
10820: requested in scalar context
10821:
10822: * src/main/pa_common.C: - size must be int but not size_t or we
10823: can't compare with 0 sprintf result
10824:
10825: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10826: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10827: with internal switch between local/global vars
10828:
10829: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10830: specified
10831:
10832: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10833: pa_vstateless_object.h: - stateless class and object now has
10834: private scalar field and getter/setter for working with it
10835:
10836: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10837: moved to inet static class
10838:
10839: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10840: class added (^inet:aton[IP], ^inet:ntoa(number))
10841:
10842: * tests/: 180.html, results/180.processed: - tests for
10843: ^math:long2ip(long) and ^math:ip2long[IP]
10844:
10845: * src/classes/math.C: - ^math:ip2long[IP] added
10846:
10847: 2008-06-11 misha
10848:
10849: * src/main/pa_xml_io.C: - use file_read_text again because of we
10850: need cut BOM code and remove DOS newline chars. but don't
10851: transcode it anyway.
10852:
10853: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10854: main/pa_http.C: - option for disable transcoding while file_read
10855: and file_read_text added
10856:
10857: 2008-06-10 misha
10858:
10859: * tests/: 179.html, 179.p, results/179.processed: - test for many
10860: classes in 1 file
10861:
10862: * src/main/: compile.C, compile_tools.h: - compile return list of
10863: classes now.
10864:
10865: * src/main/: compile.y, compile.tab.C: - compile return list of
10866: classes now. internals.
10867:
10868: * src/main/pa_request.C: - compile return list of classes now. try
10869: call @conf and @auto for each returned class
10870:
10871: * src/include/pa_request.h: - compile return list of classes now
10872:
10873: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10874: return list of classes when compile buf)
10875:
10876: 2008-06-07 misha
10877:
10878: * src/main/pa_request.C: - constructing VRequest object with 3rd
10879: param -- form
10880:
10881: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10882: 3rd param: form. needed for get post_charset
10883:
10884: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10885: added
10886:
10887: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10888: types/pa_vform.C, types/pa_vform.h: - some polish
10889:
10890: 2008-06-06 misha
10891:
10892: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10893: charset and decode chars from it but not from response:charset
10894:
10895: * src/main/pa_http.C: - detect_charset moved out of here
10896:
10897: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10898: methods moved here - unescape_chars accepn one charset now
10899:
10900: * src/main/pa_http.C: - new constants used - don't allow
10901: $.content-type in ^file::load[;http://;$.method[POST]] - add
10902: charset info while ^file::load[;http://;$.method[POST]] - option
10903: $.omit-post-charset(true) added to ^file::load[;http://] for
10904: disabling charset during post
10905:
10906: * src/types/pa_vform.C: - new constants used
10907:
10908: * src/include/pa_common.h: - some constants were added
10909:
10910: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10911: instead of StrEqNc
10912:
10913: * src/main/pa_common.C: - new method for caseless search
10914: c-substring in c-string - use isxdigit instead of is_hex_digit
10915:
10916: * src/include/pa_common.h: - new method for caseless search
10917: c-substring in c-string
10918:
10919: 2008-06-05 misha
10920:
10921: * tests/results/178.processed: - test for testing default getter
10922:
10923: * tests/178.html: - test for testing default getter
10924:
10925: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10926: for test for testing default getter
10927:
10928: * src/main/execute.C: - default getter soul
10929:
10930: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10931: requested objects' field not found
10932:
10933: * src/types/pa_vclass.C: - register default getter if defined - get
10934: default getter if requested field not found
10935:
10936: * src/types/pa_vstateless_object.h: - method get_default_getter was
10937: added
10938:
10939: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10940: pointer to default getter and methods for get/set it were added
10941:
10942: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10943: auto_name field (for default getter)
10944:
10945: 2008-06-04 misha
10946:
10947: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10948: transcoding, no cutting BOM code, no fixing line breaks) and get
10949: it to libxml "as is"
10950:
10951: 2008-06-03 misha
10952:
10953: * src/main/pa_common.C: - use store_Char instead of
10954: transcodeCharFromUTF8
10955:
10956: * src/: include/pa_charset.h, main/pa_charset.C: - method
10957: store_Char added, transcodeCharFromUTF8 -- removed
10958:
10959: 2008-06-02 misha
10960:
10961: * tests/: results/177.processed, 177.html: - test for checking
10962: .[acm]date after local ^file::load[] was added
10963:
10964: * tests/: results/176.processed, 176.html: - test for checking
10965: @OPTION\locals + @method[vars][locals] added
10966:
10967: * tests/results/auto.p: - CLASS_PATH specified for checking use
10968:
10969: 2008-05-30 misha
10970:
10971: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10972: @OPTION\nlocals + @method[vars][;locals;] were added
10973:
10974: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10975: moved to separate method op_code - switch from VMethodFrame to
10976: VMethodFrameGlobal + VMethodFrameLocal
10977:
10978: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10979: was moved to separate method op_code
10980:
10981: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10982: VMethodFrame now
10983:
10984: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10985: all_vars_local as well
10986:
10987: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10988: pa_vmethod_frame_local.h, Makefile.am: - who children for
10989: VMethodFrame were added: one (global) works as VMethodFrame
10990: before and second (local) write all vars in self vars scope
10991:
10992: * src/types/pa_method.h: - method has bool flag all_vars_local now
10993:
10994: 2008-05-29 misha
10995:
10996: * tests/: 129.html, results/129.processed: - more tests for
10997: ^table.hash[]
10998:
10999: * src/classes/hash.C: - ^hash::sql has a new option:
11000: $.type[hash|string|table] as ^table.hash[] one.
11001:
11002: * src/classes/op.C: - ^try has 3rd param now: finally code which
11003: executed anyway after try or catch section
11004:
11005: 2008-05-27 misha
11006:
11007: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11008: must not fail if $.distinct(1) wasn't specified
11009:
11010: 2008-05-26 misha
11011:
11012: * src/classes/op.C: - allow ^throw[my type]
11013:
11014: 2008-05-22 misha
11015:
11016: * configure.in, configure: - version number updated to 3.2.4b
11017:
11018: * src/classes/: op.C, string.C: - trim format string before
11019: eval/format
11020:
11021: * tests/: results/175.processed, 175.html: - more tests for
11022: different format strings in .format[]
11023:
11024: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11025: as well (not only %XX)
11026:
11027: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11028: charset specified - checks for format before print number
11029: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11030: (instead of tabs) removed
11031:
11032: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11033: charset specified
11034:
11035: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11036: char in requested charset from utf code was added
11037:
11038: 2008-05-19 misha
11039:
11040: * tests/: 174.html, results/174.processed: - test for
11041: ^hashfile.cleanup[] added
11042:
11043: * src/classes/hashfile.C: - optimization: don't create any key or
11044: value variable if it's name weren't specified
11045: (^hf.foreach[;v]{...})
11046:
11047: 2008-05-16 misha
11048:
11049: * src/classes/hash.C: - optimization: don't create any key variable
11050: if variable name wasn't specified (^h.foreach[;v]{...})
11051:
11052: 2008-05-15 misha
11053:
11054: * src/classes/op.C: - small changes
11055:
11056: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11057:
11058: * src/classes/hash.C: - calculate var_context once before foreach
11059:
11060: 2008-05-14 misha
11061:
11062: * src/classes/hashfile.C: - incorrect vars context calculation for
11063: ^hashfile.foreach[;]{} fixed
11064:
11065: * src/classes/: hash.C, table.C: - little optimisation
11066:
11067: * src/classes/file.C: - bugfix: double absolute path while loading
11068: file
11069:
11070: * tests/: 174.html, results/174.processed: - tests for hashfile
11071: were added
11072:
11073: * buildall-with-xml: - moving to libxslt 1.1.24
11074:
11075: 2008-04-30 misha
11076:
11077: * src/classes/file.C: - stat file while loading (local only) so
11078: .adate, .mdate and .cdate available without additional ::stat
11079:
11080: 2008-04-28 misha
11081:
11082: * src/classes/file.C: - $.name and $.content-type available for
11083: stated file
11084:
11085: 2008-04-14 misha
11086:
11087: * src/targets/cgi/parser3.C: - new year in copyright %-)
11088:
11089: * src/include/pa_version.h: - new version number in head
11090:
11091: 2008-04-10 misha
11092:
11093: * tests/: 080.html, results/080.processed: - cut '0' from
11094: exponential part because of on diff OS it differ (20 or 020 for
11095: ex)
11096:
11097: * tests/: 119.html, results/119.processed: - check for encoding
11098: while creating xdoc
11099:
11100: 2008-04-09 misha
11101:
11102: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11103:
11104: * src/main/pa_common.C: - comment added
11105:
11106: * src/classes/date.C: - little refactoring
11107:
11108: 2008-04-07 misha
11109:
11110: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11111: style of ^table.save[]: prepare one big string and sabe it at
11112: once. it's safe on freebsd 4.x but use much more memory.
11113:
11114: * buildall-with-xml, buildall-without-xml: - option
11115: --disable-stringstream added (under comment. use it on freebsd
11116: 4.x)
11117:
11118: 2008-02-22 misha
11119:
11120: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11121: specified together in file::load[;http] - get back transcoding
11122: $.body[] in file::load[;http]
11123:
11124: 2008-02-21 misha
11125:
11126: * src/classes/date.C: - ^date.gmt-string[] was added
11127:
11128: * src/types/pa_value.C: - method for output date in RFC 822 format
11129: moved to pa_common.h
11130:
11131: * src/include/pa_common.h: - method for output date in RFC 822
11132: format moved here from pa_value.C
11133:
11134: * src/types/pa_vmail.C: - fixed core in sending mail with
11135: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11136:
11137: 2008-02-20 misha
11138:
11139: * src/main/pa_http.C: - transcode $.headers before escaping into
11140: specified charset while ^file::load[...;http://...] (L_URI
11141: instead of L_HTTP_HEADER) - $.cookies param available in
11142: ^file::load[;http://...] now (but we don't parse set-cookies from
11143: response yet) (cookies not transcoded as common $cookies)
11144:
11145: 2008-02-19 misha
11146:
11147: * src/main/pa_request.C: - rollback: we mustn't force taint
11148: $response:field values because in this case
11149: $response:locateion[http://...] don't works.
11150:
11151: 2008-02-15 misha
11152:
11153: * src/classes/op.C: - little refactoring
11154:
11155: * src/main/pa_http.C: - taint names of $.headers for load[;http
11156:
11157: * src/main/pa_request.C: - force taint values of $response:field
11158:
11159: 2008-02-14 misha
11160:
11161: * src/main/pa_request.C: - $response:field transcoded to
11162: $response:charset before escaping now
11163:
11164: * src/main/pa_http.C: - some outdated comments removed
11165:
11166: * src/classes/date.C: - lastdat -> last-day
11167:
11168: * src/classes/date.C: - ^date:lastday(year;month) and
11169: ^date.lastday[] were added - little code refactoring - comments
11170: changes
11171:
11172: * tests/: 159.html, results/159.processed: - test for number of
11173: days in February
11174:
11175: * src/types/pa_value.C: - fixes in code formatting
11176:
11177: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11178: and comments
11179:
11180: 2008-02-13 misha
11181:
11182: * src/main/pa_common.C: - bugfix for february at leap year
11183:
11184: 2008-01-28 misha
11185:
11186: * tests/: 160.html, results/160.processed: - more test for cache
11187: added
11188:
11189: * src/classes/op.C: - bugfix: cache body executed twice if contains
11190: unhandled exception
11191:
11192: 2008-01-25 misha
11193:
11194: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11195: bug when hashfile became inavailable after memory:compact)
11196:
11197: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11198:
11199: 2008-01-22 misha
11200:
11201: * src/classes/table.C: - little refactiring and exception texts
11202: changes in method ^table.hash[]
11203:
11204: * src/types/pa_vcookie.C: - link to cookie specification changed
11205:
11206: 2008-01-21 misha
11207:
11208: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11209: file::exec/cgi
11210:
11211: * src/classes/file.C: - bugfix: core while processing headers if
11212: executed cgi script don't return content
11213:
11214: 2008-01-18 misha
11215:
11216: * buildall-with-xml: - move to libxml2 version 2.6.31
11217:
11218: * src/include/pa_version.h, configure.in: - version number updated
11219: to '3.2.3b'
11220:
11221: 2007-12-28 misha
11222:
11223: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11224: hash.contains
11225:
11226: 2007-12-27 misha
11227:
11228: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11229: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11230: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11231: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11232: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11233: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11234: src/targets/cgi/parser3.vcproj,
11235: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11236: back to VS2003 because of Apache 1.3 module can't work if it was
11237: built in VS 2005. with cgi all file so VS2003 project files can
11238: be easy converted to the new format.
11239:
11240: 2007-12-04 misha
11241:
11242: * src/types/pa_vcode_frame.h: - changes in comment
11243:
11244: 2007-11-29 misha
11245:
11246: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11247: intercept strings any longer
11248:
11249: * tests/: 173.html, results/173.processed: - tests for
11250: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11251: but not in main code frame
11252:
11253: * tests/: 172.html, results/172.processed: - more tests for pass
11254: objects from code frames
11255:
11256: 2007-11-27 misha
11257:
11258: * tests/: 152.html, results/152.processed: - tests for converting
11259: strings 'true'/'false' to bool were added
11260:
11261: * tests/152.html: - added checks for converting strings
11262: 'true'/'false' to bool
11263:
11264: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11265: not only strings with numbers but with values 'true'/'false' as
11266: well
11267:
11268: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11269: for parser3.log increased
11270:
11271: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11272:
11273: * src/include/pa_common.h: - remove_crlf return cstring size now
11274:
11275: * src/include/pa_types.h: - constant with buffer size for
11276: parser3.log added
11277:
11278: 2007-11-16 misha
11279:
11280: * tests/cat.sh: - script for tests for file::exec/cgi
11281:
11282: * tests/171.html: - tests for file::exec/cgi
11283:
11284: * tests/results/171.processed: - tests results for file::exec/cgi
11285:
11286: 2007-11-15 misha
11287:
11288: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11289:
11290: * src/classes/file.C: - .body must be set before analyzing cgi
11291: headers
11292:
11293: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11294: only if exec/cgi return anything.
11295:
11296: 2007-11-14 misha
11297:
1.211 moko 11298: * operators.ru.txt, operators.txt: - info about new text|binary
11299: option for file::exec/cgi was added
1.95 moko 11300:
11301: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11302: ^file:exec[[text|binary];script;...]
11303:
11304: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11305: classes/string.C, classes/table.C: - more text strings moved to
11306: the one place
11307:
11308: 2007-11-09 misha
11309:
11310: * src/types/pa_vrequest.C: - $request:argv must be taint
11311:
11312: * ChangeLog: - $request:argv [patch from Sumo]
11313:
1.211 moko 11314: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11315:
11316: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11317: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11318:
11319: 2007-10-25 misha
11320:
11321: * buildall-with-xml, buildall-without-xml: - options preparations
11322: for ./configure rewrited
11323:
11324: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11325: error occure in unhandled_exception finally fixed
11326:
11327: 2007-10-23 misha
11328:
11329: * tests/: 170.html, results/170.processed: - test for
11330: @method[][result]
11331:
1.211 moko 11332: * operators.ru.txt, operators.txt: - added info about node.prefix
11333: and node.namespaceURI
1.95 moko 11334:
11335: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11336:
11337: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11338: added for node and attribute
11339:
11340: 2007-10-22 misha
11341:
11342: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11343:
11344: * src/main/pa_request.C: - added const content-transfer-encoding
11345:
11346: * src/include/pa_request.h: - added const content-transfer-encoding
11347: - ups. constants must be in lowercase (for search)
11348:
11349: * src/types/pa_vmail.C: - more constants used -
11350: content-transfer-encoding: 8bit added
11351:
11352: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11353:
11354: * src/include/pa_request.h: - more constants
11355:
11356: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11357: ommit anymore if $.content-disposition was specified - little
11358: refactoring
11359:
11360: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11361:
11362: 2007-10-17 misha
11363:
1.211 moko 11364: * operators.ru.txt, operators.txt: - info about
1.95 moko 11365: table::create[nameless]{data}[>options<] was added
11366:
11367: * src/main/: compile.tab.C, compile.y: - if error occure while
11368: compile method don't put this method in methods table anymore.
11369: in other case the parser coredumped if @unhandled_exception
11370: method can't be compiled because of parser.compile error.
11371:
11372: * src/main/execute.C: - little code reformating
11373:
11374: * src/main/pa_request.C: - little code reformating - comment
11375: changed
11376:
11377: 2007-10-16 misha
11378:
11379: * tests/: 035.html, results/035.processed: - tests
11380: table::create[]{}[options] added
11381:
11382: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11383: options (only $.seperator[] yet)
11384:
11385: 2007-10-10 misha
11386:
11387: * src/classes/table.C: - some contstants moved to pa_common.h -
11388: some code changes
11389:
11390: 2007-10-02 misha
11391:
11392: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11393: then three time as much. but base64 encoding method still use
11394: less memory anyway.
11395:
11396: 2007-09-17 misha
11397:
1.211 moko 11398: * operators.ru.txt, operators.txt: - added info about
11399: $cookie:fields
1.95 moko 11400:
11401: * src/types/pa_vcookie.C: - $cookie:fields available now
11402:
11403: * src/classes/hash.C: - some stuff for use with .for_each moved to
11404: common
11405:
11406: * src/include/pa_common.h: - some stuff for use with .for_each
11407: moved here
11408:
11409: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11410:
11411: 2007-09-14 misha
11412:
11413: * buildall-with-xml: - new xml libs again =)
11414:
11415: 2007-08-28 misha
11416:
1.211 moko 11417: * operators.ru.txt, operators.txt: - texts about
11418: ^table.columns[[column name]] and ^string.split[...][v][column
11419: name] were added
1.95 moko 11420:
11421: * tests/: 168.html, 169.html, results/168.processed,
11422: results/169.processed: - tests for ^table.columns[[column name]]
11423: and ^string.split[...][v][column name] were added
11424:
11425: * src/classes/table.C: - new option ^table.columns[[column name]]
11426: was added
11427:
11428: * src/classes/string.C: - new option ^string.split[...;v;[column
11429: name]]
11430:
11431: * src/include/pa_exception.h: - error text message for
11432: ^hash._keys[], ^table.columns[] and ^string.split[]
11433:
11434: 2007-08-27 misha
11435:
11436: * src/main/untaint.C: - try to fix coredump on unix if print to
11437: body ^taint[sql][something] outside of connect
11438:
11439: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11440: outside of connect
11441:
11442: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11443: added (commented by default)
11444:
11445: 2007-08-20 misha
11446:
1.211 moko 11447: * operators.ru.txt, operators.txt: - comment about new method
11448: ^node.hasAttributes[] was added
1.95 moko 11449:
11450: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11451: duplicated exception text strings were removed
11452:
11453: * src/include/pa_exception.h: - more exception text strings moved
11454: here
11455:
11456: * src/classes/table.C: - some duplicate exceptions' text strings
11457: removed
11458:
11459: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11460: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11461: removed
11462:
11463: * src/include/pa_exception.h: - some exception text strings movet
11464: to pa_exception
11465:
11466: * tests/: 149.html, results/149.processed: - test for
11467: ^xnode.hasAttributes[] was added - some code changes
11468:
11469: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11470: added
11471:
11472: 2007-08-17 misha
11473:
11474: * tests/: results/006.processed, results/059.processed, 006.html,
11475: 059.html: - more tests for match
11476:
11477: * tests/: 129.html, results/129.processed: - tests for
11478: ^table.hash[...][$.type[string|hash|table]] added
11479:
11480: * src/targets/cgi/parser3.C: - little syntax changes
11481:
11482: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11483: syntax changes
11484:
1.211 moko 11485: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11486: annoying 'SIGPIPE' messages in parser3.log switched off by
11487: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11488:
11489: 2007-08-08 misha
11490:
11491: * buildall-with-xml, buildall-without-xml: - remove libs source
11492: files by default since now
11493:
11494: 2007-08-07 misha
11495:
11496: * buildall-without-xml: - some option syntax changes
11497:
11498: * buildall-with-xml: - compile libxml2 without http support - some
11499: option syntax changes
11500:
11501: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11502:
11503: 2007-08-06 misha
11504:
11505: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11506:
11507: * tests/: 160.html, results/160.processed: - cache test was
11508: rewrited
11509:
11510: 2007-07-06 misha
11511:
11512: * tests/: 153.html, results/153.processed: - added test for
11513: ^math:sha1[string]
11514:
11515: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11516: transcoded
11517:
11518: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11519: were added
11520:
11521: 2007-06-28 misha
11522:
11523: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11524: some incorrect chars
11525:
11526: 2007-06-19 misha
11527:
11528: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11529: were moved on top because of gcc 4 had a problems during
11530: building.
11531:
11532: 2007-06-18 misha
11533:
11534: * tests/results/019.processed: - new image commited
11535:
11536: 2007-06-09 misha
11537:
11538: * src/classes/: op.C, table.C: - in while and table.select method
11539: as_expression used now
11540:
11541: * src/types/pa_vmethod_frame.h: - method as_expression was added
11542:
11543: 2007-06-08 misha
11544:
11545: * tests/: 166.html, results/166.processed: - test for
11546: ^match[...][n]
11547:
11548: * tests/: 165.html, results/165.processed: - tests for loops
11549:
11550: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11551: because of no speed/memory optimisation but some proglems with
11552: long cycles occure
11553:
11554: 2007-06-06 misha
11555:
11556: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11557: ^table.select(true) and ^table.select(1) didn't works because of
11558: awaiting junction-param only. fixed.
11559:
11560: 2007-05-24 misha
11561:
11562: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11563: with 0.5 secs interval
11564:
11565: * src/classes/op.C: - cache was rewrited. I hope it works with
11566: locking system now on unix
11567:
11568: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11569: system locks which wait till other threads release it but try get
11570: lock, if fail wait 1 sec and make 10 attempts.
11571:
11572: * src/include/pa_os.h: - consts for blocking locks + some comments
11573: were added
11574:
11575: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11576: opening files
11577:
11578: * src/classes/table.C: - changes in includes. if unclude <sstream>
11579: after our classes on unix it can't be build
11580:
11581: * src/types/pa_vhashfile.C: - not needed code removed
11582:
11583: 2007-05-23 misha
11584:
11585: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11586: include/pa_common.h: - cosmetic changes
11587:
11588: 2007-05-18 misha
11589:
11590: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11591: often. it's give some speed increasing
11592:
11593: * tests/results/160.processed: - returned time corrected
11594:
11595: * tests/160.html: - time increased because on unix 1 mean nothing
11596: :(
11597:
1.211 moko 11598: * operators.ru.txt, operators.txt: - added info about
11599: ^hash.contain[key]
1.95 moko 11600:
11601: * src/classes/hash.C: - added ^hash.contain[key]
11602:
11603: * src/include/pa_hash.h: - added method for checking key exists in
11604: hash
11605:
11606: 2007-05-07 misha
11607:
11608: * src/include/pa_string.h: - was compilation error during build on
11609: freebsd4
11610:
11611: 2007-05-03 misha
11612:
11613: * src/classes/table.C: - option $.type[hash|string|table] was added
11614: for ^table.hash[]
11615:
11616: * src/classes/file.C: - comment removed
11617:
11618: 2007-04-26 misha
11619:
11620: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11621: real files doesn't opened in place anymore
11622:
11623: 2007-04-24 misha
11624:
11625: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11626:
11627: * src/include/pa_exception.h: "static" removed
11628:
11629: 2007-04-23 misha
11630:
11631: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11632:
11633: * src/classes/math.C: added: - ^math:ln(N) (the same as
11634: ^math:log(N)) - ^math:lg(N)
11635:
11636: * tests/: 097.html, results/097.processed: - charsets converstion
11637: during ^file::load[text;http://...] added
11638:
11639: * tests/: 164.html, results/164.processed: - check for set expires
11640: as a date
11641:
11642: * tests/: 164.html, results/164.processed: - test for hashfile
11643:
11644: * src/classes/hashfile.C: - little comment changes
11645:
11646: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11647: access
11648:
11649: * src/: classes/date.C, classes/double.C, classes/file.C,
11650: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11651: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11652: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11653: classes/xnode.h, include/pa_request.h, main/execute.C,
11654: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11655: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11656: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11657: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11658: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11659: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11660: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11661: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11662: "parser.runtime" strings were removed
11663:
11664: * src/classes/hashfile.C: - with .clear[] called files_delete()
11665: now.
11666:
11667: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11668:
11669: * src/include/pa_exception.h: - string constant with
11670: "parser.runtime" text was added
11671:
11672: 2007-04-20 misha
11673:
1.211 moko 11674: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11675:
1.211 moko 11676: * operators.ru.txt, operators.txt: - added info about
11677: .^hashfile.release[], ^hashfile.clenaup[] and new
11678: ^string.match[][>N-option<]
1.95 moko 11679:
11680: * configure: =cheching for unsetenv
11681:
11682: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11683: ^hashfile.release[] were added
11684:
11685: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11686: ^string.match[][] understand new option now: return number of
11687: matches but not table wit results
11688:
11689: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11690: reopen now
11691:
11692: * src/classes/op.C: - bug. must be false
11693:
11694: * configure.in: - checking for unsetenv was added
11695:
11696: * src/types/pa_vform.C: - some comments
11697:
11698: 2007-04-18 misha
11699:
11700: * buildall-with-xml: moving to libxml2-2.6.28
11701:
11702: * buildall-with-xml, buildall-without-xml: added commented lines
11703: with --disable-safe-mode option
11704:
1.211 moko 11705: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11706:
11707: 2007-04-17 misha
11708:
11709: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11710: $form:files was added
11711:
11712: * tests/: 163.html, results/163.processed: removing auto format
11713:
11714: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11715:
11716: 2007-04-16 misha
11717:
11718: * tests/: 163.html, results/163.processed: - test for .int[],
11719: floor, round, ceiling and .format[]
11720:
11721: * src/classes/file.C: - little optimization for getting args in
11722: exec/cgi
11723:
11724: 2007-04-13 misha
11725:
11726: * src/classes/file.C: - arguments for file::exec/cgi can be
11727: specified now as s table with one column
11728:
11729: 2007-03-27 misha
11730:
11731: * tests/: 162.html, results/162.processed: - test for
11732: ^table.select(^condition[$t])
11733:
11734: * tests/results/auto.p: - load windows-1251 charset for some tests
11735:
11736: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11737:
11738: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11739: 161_windows1251.txt: - added test for
11740: ^file::load[text;/local/file.txt;$.charset[...]]
11741:
11742: * tests/: results/013.processed, 013.html: - added test for
11743: checking $._default value while hash modifications
11744:
11745: * tests/: 160.html, results/160.processed: - add test for
11746: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11747:
11748: 2007-03-22 misha
11749:
11750: * src/include/pa_common.h: - "charset" string defined for
11751: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11752:
11753: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11754: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11755: added - not needed transcodes were removed from
11756: ^file::load[...;http://...]
11757:
11758: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11759: added
11760:
11761: * src/classes/date.C: - date.week was fixed
11762:
1.211 moko 11763: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11764:
11765: * tests/: 159.html, results/159.processed: - tests for date.week
11766: and date.weekyear added
11767:
11768: 2007-03-15 misha
11769:
11770: * src/classes/table.C: - enclose column numbers for nameless tables
11771: as well
11772:
11773: 2007-03-14 misha
11774:
11775: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11776:
11777: * src/classes/table.C: - table.save optimization: now required much
11778: less memory
11779:
11780: 2007-03-13 misha
11781:
11782: * tests/results/: 158.processed, 158.processes: - tests for
11783: table.save/table.load
11784:
11785: * tests/: 158.html, results/158.processes: - tests for
11786: table.save/table.load
11787:
11788: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11789:
11790: * buildall-with-xml: - pattern needed now for building
11791:
11792: * tests/results/097.processed: - added test results for xdoc::load
11793: & xdoc::load[http://...]
11794:
11795: * tests/097.html: - added test for xdoc::load
11796:
11797: 2007-03-12 misha
11798:
11799: * tests/: 107.html, results/107.processed: - added test for xpath
11800: '//man'
11801:
11802: 2007-03-01 misha
11803:
11804: * tests/: 097.html, results/097.processed: - added test for
11805: creating xdoc from file
11806:
11807: * tests/: results/157.processed, 157.html: - added test for
11808: file:move
11809:
11810: 2007-02-28 misha
11811:
11812: * src/classes/xdoc.C: - another attempt
11813:
11814: * src/classes/xdoc.C: - roll back last changes for a while
11815:
1.211 moko 11816: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11817: ^xdoc::create[$file] added.
1.95 moko 11818:
11819: * src/classes/file.C: - under lock we create non-exist dir anyway
11820:
11821: * tests/results/099.processed: - ever send content-disposition to
11822: client with file
11823:
11824: * tests/157.html: + test for file:copy
11825:
11826: 2007-02-26 misha
11827:
11828: * src/classes/file.C: - some similar strings moved to #define
11829: instead of to be copy/pasted many times
11830:
11831: * src/types/pa_vfile.h: - class name string ("file") moved to
11832: #define
11833:
11834: 2007-02-20 misha
11835:
11836: * configure.in: - added some strings for sqlite detection
11837:
11838: 2007-02-19 misha
11839:
1.211 moko 11840: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11841:
11842: * buildall-with-xml, buildall-without-xml: - some modifications
11843:
11844: 2007-02-17 misha
11845:
11846: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11847:
11848: * src/main/pa_request.C: - damn, i forgot to commit it while I
11849: change console behaviour
11850:
11851: 2007-02-12 misha
11852:
11853: * src/targets/cgi/parser3.C: - don't print headers if
11854: $console:line[data] was used during cgi execution.
11855:
11856: * src/types/pa_vconsole.h: - console class have bool flag now which
11857: marked as 'true' if class was used.
11858:
11859: * tests/: 152.html, results/152.processed: - more types was added
11860: to test 152
11861:
11862: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11863: adding 'bool' (^if($image){} caused exception)
11864:
11865: 2007-02-09 misha
11866:
11867: * tests/: 152.html, results/152.processed: - test alightly updated
11868:
11869: * tests/: 152.html, results/152.processed: - test rewrited
11870:
11871: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11872: bugfix. I broke xdoc & xnode in expression
11873:
11874: 2007-02-08 misha
11875:
11876: * tests/: 152.html, results/152.processed: - add test for checking
11877: 'def' for void, string, bool, int & double
11878:
11879: 2007-02-07 misha
11880:
1.211 moko 11881: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11882: added
1.95 moko 11883:
11884: * tests/results/153.processed: - result test for
11885: ^file:base64[filespec] was updated
11886:
11887: * tests/153.html: - test for ^file:base64[filespec] was added
11888:
11889: * src/types/pa_vconsole.h: - little optimization
11890:
11891: * src/classes/file.C: - ^file:base64[filespec]
11892:
11893: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11894:
11895: * src/include/pa_common.h: - declarations for
11896: ^file:base64[filespec]
11897:
11898: * src/types/pa_vcookie.C: - little optimization
11899:
11900: 2007-02-06 misha
11901:
11902: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11903: were temporary commented
11904:
11905: * src/types/pa_vbool.h: - bugfix
11906:
11907: * tests/156.html: - added test for bool cookie
11908:
11909: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11910:
11911: * tests/: 155.html, results/155.processed: - added test for check
11912: $.encloser[] option for table save/load
11913:
11914: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11915:
11916: 2007-02-05 misha
11917:
11918: * tests/results/152.processed: - newline at the end was missed
11919:
11920: * tests/results/141.processed: - math:md5 must be lowercased
11921:
11922: * src/targets/cgi/parser3.C: - 2007 in help ;)
11923:
11924: 2007-02-03 misha
11925:
11926: * tests/results/: 150.processed, 151.processed, 152.processed: -
11927: test for bool added and some content length fixes
11928:
11929: * tests/152.html: - test for bool added
11930:
11931: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11932:
1.211 moko 11933: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11934:
1.116 moko 11935: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11936: classes/classes.vcproj, classes/double.C, classes/int.C,
11937: classes/string.C, classes/void.C, classes/xnode.C,
11938: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11939: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11940: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11941: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11942: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11943: types/types.vcproj: - bool class was added
11944:
11945: * src/main/pa_request.C: - fix
11946:
11947: 2007-01-18 misha
11948:
11949: * src/: main/pa_string.C, classes/string.C: - return table during
11950: ^string.match[][] even if no matched found.
11951:
11952: 2006-12-20 misha
11953:
11954: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11955: http://www.parser.ru/forum/?id=55598 ]
11956:
11957: 2006-12-19 misha
11958:
11959: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11960: details: http://www.parser.ru/forum/?id=52359
11961:
11962: * src/main/pa_request.C: - always set content-disposition for
11963: $response:body[hash here]. more details:
11964: http://www.parser.ru/forum/?id=52130
11965:
11966: 2006-12-07 misha
11967:
1.211 moko 11968: * operators.ru.txt, operators.txt: - added info about bool params
11969: in cookie set
1.95 moko 11970:
11971: * src/types/pa_vcookie.C: - bool param in cookies available now
11972: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11973: ]
11974:
11975: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11976: was added
11977:
11978: 2006-12-02 misha
11979:
11980: * src/classes/file.C: - file_block_read used instead of native read
11981:
11982: * src/main/pa_common.C: - added file_block_read with read error
11983: detection - file_block_read used instead of native read
11984:
11985: * src/include/pa_common.h: - added file_block_read declaration
11986:
11987: 2006-12-01 misha
11988:
1.211 moko 11989: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11990: added
1.95 moko 11991:
11992: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11993: $var.CLASS_NAME added
11994:
1.211 moko 11995: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11996:
11997: * src/classes/file.C: - ^file:copy[from;fo] was added
11998:
11999: 2006-11-20 misha
12000:
12001: * src/classes/date.C: - bug fix :)
12002:
12003: 2006-11-17 misha
12004:
12005: * src/include/pa_common.h: - array in crc32 calculation was changed
12006: to static
12007:
12008: * src/main/pa_common.C: - little optimization in getMonthDays -
12009: small changes in crc32 calculation
12010:
12011: * src/classes/date.C: - not needed code was removed
12012:
12013: 2006-11-16 misha
12014:
12015: * src/types/pa_vmail.C: - fix missed brakes
12016:
12017: * src/types/pa_vmail.C: - mail:send now set content-type:
12018: multipart/related instead of multipart/mixed if file have
12019: $.content-id[]
12020:
12021: 2006-11-15 misha
12022:
12023: * src/types/pa_vdouble.h: abs -> fabs
12024:
12025: 2006-11-14 misha
12026:
1.211 moko 12027: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12028: and ^file:md5[file-name]
1.95 moko 12029:
12030: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12031: added
12032:
12033: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12034: FILE_BUFFER_SIZE
12035:
12036: * src/classes/math.C: - hex_string was moved to pa_common.h
12037:
12038: * src/include/pa_common.h: - hex_string was moved from math.C -
12039: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12040:
12041: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12042: values was fixed
12043:
12044: 2006-11-13 misha
12045:
1.211 moko 12046: * operators.ru.txt, operators.txt: - added info about
12047: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12048:
12049: * src/classes/math.C: - added ^math:crc32[string]
12050:
12051: * src/classes/file.C: - some comments were changed - added
12052: ^file:crc32[file-name] and ^file.crc32[]
12053:
12054: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12055: crc32 calculation added
12056:
12057: 2006-11-03 misha
12058:
12059: * src/include/pa_array.h: - not needed variable removed
12060:
12061: * tests/: 150.html, 151.html, results/150.processed,
12062: results/151.processed: - 2 tests were added
12063:
12064: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12065: with $.reverse(1) were fixed
12066:
12067: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12068: query converted to $.charset during ^file::load[http://...]
12069:
12070: 2006-11-02 misha
12071:
12072: * src/include/pa_table.h: ups. forget '=' char
12073:
12074: * src/include/pa_table.h: - one more fix in
12075: .locate[...][$.reverse(1)]
12076:
12077: 2006-11-01 misha
12078:
12079: * src/classes/math.C: - bug fix, details:
12080: http://www.parser.ru/forum/?id=53360
12081:
12082: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12083: false for all records )[$.reverse(1)]
12084:
12085: * src/main/pa_http.C: - second param for this mid method is length
12086: but not end_index so this method has error and can't detect
12087: charsets in next content-types: Content-type: text/html;
12088: charset="windows-1251" Content-type: text/html;
12089: charset="windows-1251"; Content-type: text/html;
12090: charset=windows-1251;
12091:
12092: only Content-type: text/html; charset=windows-1251 was fine
12093:
12094: 2006-10-31 misha
12095:
12096: * src/classes/file.C: - empty args in file::exec removed now
12097:
12098: 2006-09-03 paf
12099:
12100: * src/classes/file.C: proper tainting of
12101: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12102:
12103: 2006-06-09 paf
12104:
12105: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12106:
12107: * src/classes/table.C: formatting
12108:
12109: * src/classes/table.C: incorporated patch from misha: Sent:
12110: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12111: ignoring string options for ^table.save[]
12112:
12113: * src/classes/hash.C: incorporated patch from misha Sent:
12114: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12115: $hash._default disappear while
12116:
1.211 moko 12117: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12118: $.value[file] $.format[!uue|!base64] << new base64 option.
12119: default uue ] ]
1.95 moko 12120:
12121: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12122: PM Subject: patch for base64 in ^mail:send[] %-)
12123:
12124: 2006-04-09 paf
12125:
12126: * src/main/compile.tab.C: ` change compiled
12127:
1.211 moko 12128: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12129: src/classes/classes.vcproj, src/classes/file.C,
12130: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12131: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12132: src/classes/xnode.C, src/include/pa_array.h,
12133: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12134: src/include/pa_memory.h, src/include/pa_request.h,
12135: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12136: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12137: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12138: src/lib/pcre/pcre_dftables.vcproj,
12139: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12140: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12141: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12142: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12143: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12144: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12145: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12146: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12147: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12148: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12149: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12150: src/types/pa_value.h, src/types/pa_vcookie.C,
12151: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12152: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12153: src/types/pa_vstatus.C, src/types/types.vcproj,
12154: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12155: ^menu, ^hash/hashfile.foreach
12156:
12157: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12158: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12159: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12160: src/classes/xnode.C, src/include/pa_array.h,
12161: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12162: src/include/pa_memory.h, src/include/pa_request.h,
12163: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12164: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12165: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12166: src/lib/pcre/pcre_dftables.vcproj,
12167: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12168: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12169: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12170: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12171: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12172: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12173: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12174: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12175: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12176: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12177: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12178: src/types/pa_value.h, src/types/pa_vcookie.C,
12179: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12180: src/types/pa_vstatus.C, src/types/types.vcproj,
12181: tests/descript.ion: ! switched to VS2005 (projects and
12182: object<info explicitly typed>.for_each(, info)) +
12183: $response:field[] setting void means removing + grammar $name`
12184: name stops now, for mysql `$field` + started ^break[]
12185: ^continue[], in ^for. TODO: to other iterators (while, menu,
12186: foreach) + all log messages += [uri=, method=, cl=]
12187:
12188: * buildall-with-xml: merged . ftp paths update
12189:
12190: * buildall-with-xml: . ftp paths update
12191:
12192: 2006-03-04 paf
12193:
12194: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12195: checks++ [thanks to Igor Zinkovsky for detailed report]
12196:
12197: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12198: Igor Zinkovsky for detailed report]
12199:
12200: 2006-03-01 paf
12201:
12202: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12203: \n to ' ' in
12204:
12205: 2006-02-18 paf
12206:
12207: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12208: \n to ' ' in
12209:
12210: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12211:
12212: 2006-02-03 paf
12213:
12214: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12215: base64
12216:
12217: * src/main/pa_common.C: ! bugfix: decoding from base64
12218:
12219: 2006-01-20 paf
12220:
12221: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12222: economy fix
12223:
12224: * src/classes/: table.C: merged from HEAD ! bugfix
12225: ^table.save[$.encloser-s now handled properly
12226:
12227: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12228: handled properly
12229:
12230: 2006-01-19 paf
12231:
12232: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12233: libgc:USE_MUNMAP activates merging of free memory blocks which
12234: helps a lot in our case: after transform we want
12235: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12236:
12237: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12238: economy fix
12239:
12240: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12241: activates merging of free memory blocks which helps a lot in our
12242: case: after transform we want CORD(main.result)->cstr[big
12243: malloc]->transcode[big malloc]
12244:
12245: 2006-01-17 paf
12246:
12247: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12248: before reading them. got rid of reallocs = became quicker and
12249: less fragmentated
12250:
12251: 2005-12-29 paf
12252:
1.116 moko 12253: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12254: configure, configure.in, src/include/pa_version.h,
12255: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12256: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12257: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12258: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12259: src/lib/ltdl/missing: . merged from 3.2.1
12260:
1.116 moko 12261: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12262: packaged when 'make dist', so do configure companion files in
12263: src/lib/ltdl
12264:
12265: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12266: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12267: missing: . now config_auto.h is created with configure [were
12268: constant]
1.95 moko 12269:
12270: * INSTALL: . references to documentation and some clarification
12271:
12272: * buildall-with-xml, buildall-without-xml: . farawell doc
12273: indication
12274:
1.116 moko 12275: * Makefile.am: . dist+=buildall*
1.95 moko 12276:
12277: 2005-12-28 paf
12278:
12279: * configure: . 3.2.1
12280:
12281: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12282: simplify build process, see INSTALL
12283:
12284: 2005-12-26 paf
12285:
12286: * configure: ver
12287:
12288: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12289: version
12290:
12291: 2005-12-21 paf
12292:
12293: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12294: compiled with bison 1.875b, it reports unexpected token names
12295:
12296: 2005-12-19 paf
12297:
12298: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12299: holds a link to xmlNode to prevent premature gc(xmlNode)
12300:
12301: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12302: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12303: src/main/main.vcproj, src/main/pa_globals.C,
12304: src/targets/cgi/parser3.vcproj,
12305: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12306: configure, configure.in, src/include/pa_version.h: . killing
12307: gdome [what a relief]
12308:
12309: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12310: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12311: run_parser.sh, results/001.processed, results/002.processed,
12312: results/003.processed, results/004.processed,
12313: results/005.processed, results/006.processed,
12314: results/008.processed, results/009.processed,
12315: results/010.processed, results/011.processed,
12316: results/012.processed, results/013.processed,
12317: results/014.processed, results/015.processed,
12318: results/016.processed, results/017.processed,
12319: results/018.processed, results/020.processed,
12320: results/021.processed, results/022.processed,
12321: results/023.processed, results/024.processed,
12322: results/025.processed, results/026.processed,
12323: results/027.processed, results/028.processed,
12324: results/029.processed, results/030.processed,
12325: results/031.processed, results/032.processed,
12326: results/033.processed, results/034.processed,
12327: results/035.processed, results/036.processed,
12328: results/037.processed, results/038.processed,
12329: results/039.processed, results/040.processed,
12330: results/041.processed, results/042.processed,
12331: results/043.processed, results/044.processed,
12332: results/045.processed, results/046.processed,
12333: results/047.processed, results/048.processed,
12334: results/049.processed, results/050.processed,
12335: results/051.processed, results/052.processed,
12336: results/053.processed, results/054.processed,
12337: results/055.processed, results/056.processed,
12338: results/057.processed, results/058.processed,
12339: results/059.processed, results/060.processed,
12340: results/061.processed, results/062.processed,
12341: results/063.processed, results/064.processed,
12342: results/065.processed, results/066.processed,
12343: results/067.processed, results/068.processed,
12344: results/069.processed, results/070.processed,
12345: results/071.processed, results/072.processed,
12346: results/073.processed, results/074.processed,
12347: results/075.processed, results/076.processed,
12348: results/077.processed, results/078.processed,
12349: results/079.processed, results/080.processed,
12350: results/081.processed, results/082.processed,
12351: results/083.processed, results/084.processed,
12352: results/085.processed, results/086.processed,
12353: results/087.processed, results/088.processed,
12354: results/089.processed, results/090.processed,
12355: results/091.processed, results/092.processed,
12356: results/093.processed, results/094.processed,
12357: results/095.processed, results/096.processed,
12358: results/097.processed, results/099.processed,
12359: results/100.processed, results/101.processed,
12360: results/102.processed, results/104.processed,
12361: results/105.processed, results/106.processed,
12362: results/107.processed, results/108.processed,
12363: results/109.processed, results/110.processed,
12364: results/111.processed, results/112.processed,
12365: results/113.processed, results/114.processed,
12366: results/115.processed, results/117.processed,
12367: results/119.processed, results/120.processed,
12368: results/121.processed, results/122.processed,
12369: results/123.processed, results/124.processed,
12370: results/125.processed, results/126.processed,
12371: results/127.processed, results/128.processed,
12372: results/129.processed, results/130.processed,
12373: results/131.processed, results/132.processed,
12374: results/133.processed, results/134.processed,
12375: results/135.processed, results/136.processed,
12376: results/138.processed, results/139.processed,
12377: results/140.processed, results/141.processed,
12378: results/142.processed, results/143.processed,
12379: results/144.processed, results/145.processed,
12380: results/146.processed, results/147.processed,
12381: results/148.processed, results/149.processed, results/auto.p: .
12382: now works if we turn off default auto.p
12383:
1.116 moko 12384: * configure: . makes
1.95 moko 12385:
12386: * src/types/pa_vxnode.C: . less warnings
12387:
12388: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12389: tests/145.html, tests/149.html, tests/descript.ion,
12390: tests/outputs/d.cmd, tests/results/142.processed,
12391: tests/results/143.processed, tests/results/144.processed,
12392: tests/results/145.processed, tests/results/146.processed,
12393: tests/results/147.processed, tests/results/148.processed,
12394: tests/results/149.processed: . removed .nodeValue from all node
12395: types other than 5 (grabbed piece from gdome)
12396:
12397: * tests/: 137.html, results/137.processed: . not handled this case
12398: yet. code does not hang from inserting parent into child,
12399: considering thing minor issue -- nodes are removed from source
12400: anyway, don't know why shold that be an error after all
12401:
12402: * src/targets/cgi/parser3.C: . style
12403:
12404: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12405: xdoc too [were barking "not element"]
12406:
12407: 2005-12-16 paf
12408:
12409: * tests/: 146.html, 147.html, 148.html: . more tests
12410:
12411: * src/classes/xnode.C: . also bark on possible errors
12412:
12413: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12414: props
12415:
12416: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12417: main/compile.y: merged from HEAD ! fixed overoptimized
12418: ^call(false) case. (confused it with ^call[] case)
12419:
12420: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12421: ^call(false) case. (confused it with ^call[] case)
12422:
12423: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12424:
12425: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12426: results/001.processed, results/002.processed,
12427: results/003.processed, results/004.processed,
12428: results/005.processed, results/006.processed,
12429: results/008.processed, results/009.processed,
12430: results/010.processed, results/011.processed,
12431: results/012.processed, results/013.processed,
12432: results/014.processed, results/015.processed,
12433: results/016.processed, results/017.processed,
12434: results/018.processed, results/019.processed,
12435: results/020.processed, results/021.processed,
12436: results/022.processed, results/023.processed,
12437: results/024.processed, results/025.processed,
12438: results/026.processed, results/027.processed,
12439: results/028.processed, results/029.processed,
12440: results/030.processed, results/031.processed,
12441: results/032.processed, results/033.processed,
12442: results/034.processed, results/035.processed,
12443: results/036.processed, results/037.processed,
12444: results/038.processed, results/039.processed,
12445: results/040.processed, results/041.processed,
12446: results/042.processed, results/043.processed,
12447: results/044.processed, results/045.processed,
12448: results/046.processed, results/047.processed,
12449: results/048.processed, results/049.processed,
12450: results/050.processed, results/051.processed,
12451: results/052.processed, results/053.processed,
12452: results/054.processed, results/055.processed,
12453: results/056.processed, results/057.processed,
12454: results/058.processed, results/059.processed,
12455: results/060.processed, results/061.processed,
12456: results/062.processed, results/063.processed,
12457: results/064.processed, results/065.processed,
12458: results/066.processed, results/067.processed,
12459: results/068.processed, results/069.processed,
12460: results/070.processed, results/071.processed,
12461: results/072.processed, results/073.processed,
12462: results/074.processed, results/075.processed,
12463: results/076.processed, results/077.processed,
12464: results/078.processed, results/079.processed,
12465: results/080.processed, results/081.processed,
12466: results/082.processed, results/083.processed,
12467: results/084.processed, results/085.processed,
12468: results/086.processed, results/087.processed,
12469: results/088.processed, results/089.processed,
12470: results/090.processed, results/091.processed,
12471: results/092.processed, results/093.processed,
12472: results/094.processed, results/095.processed,
12473: results/096.processed, results/097.processed,
12474: results/099.processed, results/101.processed,
12475: results/102.processed, results/104.processed,
12476: results/105.processed, results/106.processed,
12477: results/107.processed, results/108.processed,
12478: results/109.processed, results/110.processed,
12479: results/111.processed, results/112.processed,
12480: results/113.processed, results/114.processed,
12481: results/115.processed, results/116.processed,
12482: results/117.processed, results/118.processed,
12483: results/119.processed, results/120.processed,
12484: results/121.processed, results/122.processed,
12485: results/123.processed, results/124.processed,
12486: results/125.processed, results/126.processed,
12487: results/127.processed, results/128.processed,
12488: results/129.processed, results/130.processed,
12489: results/131.processed, results/132.processed,
12490: results/133.processed, results/134.processed,
12491: results/135.processed, results/136.processed,
12492: results/137.processed, results/138.processed,
12493: results/139.processed, results/140.processed,
12494: results/141.processed: . refreshed old tests, made them work
12495: without auto.p (in utf8) . things noted: . gif got encoded
12496: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12497: some strange year)
12498:
12499: * INSTALL: . revived linux libgc fix
12500:
12501: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12502: glib/gdome in INSTALL and patches]
12503:
12504: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12505: include/pa_charset.h, include/pa_config_includes.h,
12506: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12507: include/pa_xml_exception.h, lib/cord/Makefile.am,
12508: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12509: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12510: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12511: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12512: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12513: types/pa_vxnode.h: . started killing gdome
12514:
12515: 2005-12-13 paf
12516:
12517: * src/main/: pa_request.C: merged from HEAD ! when code in
12518: @unhandled_exception thrown another exception, print correct
12519: origin (earlier code in catch of exception inside of
12520: @unhandled_exception grabbed parent_frame(original_exception)
12521: origin and printed it, instead of true origin)
12522:
12523: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12524: another exception, print correct origin (earlier code in catch of
12525: exception inside of @unhandled_exception grabbed
12526: parent_frame(original_exception) origin and printed it, instead
12527: of true origin)
12528:
12529: 2005-12-09 paf
12530:
12531: * INSTALL: . updated INSTALL doc to work around linux stack base
12532: detection problem, due to change in gc6.4 code
12533:
12534: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12535: ignored in ^string.matched :(
12536:
12537: * src/main/pa_string.C: ! regex tainting were ignored in
12538: ^string.matched :(
12539:
12540: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12541: src/include/pa_config_fixed.h, src/include/pa_version.h,
12542: src/main/compile.y, src/main/compile_tools.h,
12543: src/main/pa_charset.C, src/main/pa_common.C,
12544: src/main/pa_globals.C, src/main/pa_string.C,
12545: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12546: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12547:
12548: 2005-12-08 paf
12549:
12550: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12551: 500 chars now handled OK [were wrapped on 500th char according to
12552: rfc, but sendmail failed to unwrap it properly]
12553:
12554: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12555: handled OK [were wrapped on 500th char according to rfc, but
12556: sendmail failed to unwrap it properly]
12557:
12558: * src/targets/isapi/parser3isapi.C: . less warnings
12559:
12560: * src/targets/isapi/parser3isapi.C: . undone some strange change
12561: since 3.1.5
12562:
12563: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12564: link fixes
12565:
12566: * src/: classes/date.C, include/pa_config_fixed.h,
12567: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12568: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12569: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12570:
12571: * src/include/pa_config_fixed.h: . removed outdated string origins
12572: [in current storage scheme there's no place for them. someday we
12573: can add third CORD to store origins and special version of parser
12574: which stores origins there [separate binary]]
12575:
12576: 2005-12-07 paf
12577:
12578: * src/targets/isapi/parser3isapi.C: . now links in release mode
12579:
12580: * src/include/pa_version.h: makefiles
12581:
12582: * src/include/pa_version.h: . not beta
12583:
12584: * configure, configure.in, src/include/pa_version.h: not beta
12585:
12586: 2005-12-06 paf
12587:
12588: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12589: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12590: decided to undo the change ^call[$void] passes void. now it will
12591: pass empty string again.
12592:
12593: * src/main/: compile.tab.C, compile.y: . version readded
12594:
12595: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12596: = ^switch[void] problem
12597:
12598: 2005-12-01 paf
12599:
12600: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12601: caused ^case[string] to be coerced to double since searching
12602: value were not string (it was vvoid)
12603:
12604: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12605: ^case[string] to be coerced to double since searching value were
12606: not string (it was vvoid)
12607:
12608: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12609: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12610:
12611: 2005-11-30 paf
12612:
12613: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12614: win32 must putenv("TZ="), on unix works only putenv("TZ")
12615:
12616: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12617: putenv("TZ="), on unix works only putenv("TZ")
12618:
12619: * INSTALL: . xml libs versions updated
12620:
12621: * src/main/pa_globals.C: //20051130 trying to remove this, author
12622: claims that fixed a lot there // 20040920 for now both
12623: workarounds needed. wait for new libxml/xsl versions
12624:
12625: 2005-11-28 paf
12626:
12627: * src/classes/table.C: merged from HEAD: ! nameless table has
12628: columns==0
12629:
12630: * src/classes/table.C: ! nameless table has columns==0
12631:
12632: * src/main/pa_http.C: merged from HEAD: ! status line check made
12633: earlier [was totally wrong]
12634:
12635: * src/main/pa_http.C: ! status line check made earlier [was totally
12636: wrong]
12637:
12638: 2005-11-25 paf
12639:
12640: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12641: undoing for now...
12642:
12643: * src/include/pa_version.h: -this reduces speed(table::load),
12644: strange. undoing
12645:
12646: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12647:
12648: * src/classes/op.C: + ^while(){}[SEPARATOR]
12649:
12650: * src/include/pa_array.h: + optimistics added: all arrays (table
12651: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12652: this speeds things up and saves memory a LOT! (not noticed
12653: negative effect on syntetic tests, future will tell...)
12654:
12655: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12656: changed gc_malloc implementation, which obscured profiling
12657:
12658: * src/classes/table.C: merged from HEAD: + optimized
12659: table::load/sql, now row ArrayString-s allocated with
12660: columns.count() elements and don't always grow from
12661: count=3[realloc,realloc]
12662:
12663: * src/classes/table.C: + optimized table::load/sql, now row
12664: ArrayString-s allocated with columns.count() elements and don't
12665: always grow from count=3[realloc,realloc]
12666:
12667: * src/classes/table.C: merged from HEAD: . ^table.save unused
12668: buffer after save
12669:
12670: * src/classes/table.C: . ^table.save unused buffer after save
12671:
12672: 2005-11-24 paf
12673:
12674: * configure.in: . merged glib2-config patch
12675:
12676: * configure.in: + trying to find glib2-config
12677:
12678: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12679: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12680: file/dir_readable to simple file/dir_exist, this would help in
12681: situations "class not found because .p file has bad rights" << in
12682: that case error would be explicit "access denied to 'this' file"
12683:
1.116 moko 12684: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12685:
12686: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12687: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12688: to simple file/dir_exist, this would help in situations "class
12689: not found because .p file has bad rights" << in that case error
12690: would be explicit "access denied to 'this' file"
12691:
12692: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12693: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12694: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12695: ^file::exec/cgi[script;$.charset[changed]
12696: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12697: encoded in $.charset charset
12698:
12699: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12700: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12701: encoded in $.charset charset
12702:
12703: * src/: include/Makefile.am, include/pa_common.h,
12704: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12705: main/pa_common.C, main/pa_http.C: . extracted http:// into
12706: separate file [preparation for
12707: ^file::cgi[script;$.form[$.field1[]
12708:
12709: 2005-11-22 paf
12710:
12711: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12712:
12713: * acinclude.m4, configure.in: . merged underquting fixes
12714:
1.116 moko 12715: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12716:
12717: * src/classes/op.C: . overmerged a little
12718:
12719: * src/main/compile.tab.C: Makefile
12720:
12721: * src/main/: pa_common.C: . less gcc warnings
12722:
12723: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12724: now reports original exception if we have no old cache
12725:
12726: * src/classes/op.C: + $exception.handled[cache] now reports
12727: original exception if we have no old cache
12728:
12729: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12730: from HEAD: + ^taint/untaint[regex] << escapes these:
12731: \^$.[]|()?*+{}
12732:
12733: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12734: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
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_vdate.h: merged from 3.1.5: ! date TZ save/restore
12741: stored pointer to getenv-ed variable, which does not work both on
12742: win32&unix. copied old TZ value now
12743:
12744: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12745: getenv-ed variable, which does not work both on win32&unix.
12746: copied old TZ value now
12747:
12748: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12749: access to internal hash
12750:
12751: * src/types/pa_vresponse.C: + $response:headers access to internal
12752: hash
12753:
12754: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12755: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12756: isapi] this reduces number of "GC Warning: Repeated allocation of
12757: very large block" messages to only important onces
12758:
12759: * src/targets/isapi/parser3isapi.C: +
12760: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12761: isapi] this reduces number of "GC Warning: Repeated allocation of
12762: very large block" messages to only important onces
12763:
12764: * src/classes/string.C: merged from HEAD: + removed limitation on
12765: ^string/int/double:sql{}[$.default[({param style})] ]
12766:
12767: * src/classes/string.C: + removed limitation on
12768: ^string/int/double:sql{}[$.default[({param style})] ]
12769:
12770: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12771: with ?params or $.form option" limitation
12772:
12773: * src/main/pa_common.C: + removed "use either uri with ?params or
12774: $.form option" limitation
12775:
12776: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12777: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12778: ^file::base64[encoded] decode
12779:
12780: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12781: main/pa_common.C: + ^file.base64[] encode +
12782: ^file::base64[encoded] decode
12783:
12784: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12785: ^string:base64[encoded] decode
12786:
12787: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12788: ^string:base64[in] encode + ^string.base64[] decode
12789:
12790: 2005-11-21 paf
12791:
12792: * src/classes/file.C: + merged from HEAD:
12793: ^file::create[text;file.xml;^untaint[xml]{data}]
12794:
12795: * src/classes/file.C: +
12796: ^file::create[text;file.xml;^untaint[xml]{data}]
12797:
12798: * src/main/pa_request.C: ! merged: $response:body[file] now
12799: differes from :download, it does not return content-disposition
12800: at all now [previusely it returned valueless content-disposition]
12801:
12802: * src/main/pa_request.C: ! $response:body[file] now differes from
12803: :download, it does not return content-disposition at all now
12804: [previusely it returned valueless content-disposition]
12805:
12806: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12807: literals, reverted to just vvod, recreating empty array with each
12808: void_value token. that's absolutely needed, since that array
12809: grows
12810:
12811: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12812: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12813: types/pa_vmethod_frame.h: + merged: expression literals:
12814: true/false. ^format[$.indent(true)]
12815:
12816: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12817: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12818: types/pa_vmethod_frame.h: + expression literals: true/false.
12819: ^format[$.indent(true)]
12820:
12821: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12822: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12823: i386-pc-win32)"
12824:
12825: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12826: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12827: i386-pc-win32)"
12828:
12829: 2005-11-18 paf
12830:
12831: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12832: null}[$.default(123)] will now return default value
12833:
12834: * src/classes/op.C: + merged ^cache[] << returns current cache
12835: expiration time
12836:
12837: * src/classes/op.C: + ^cache[] << returns current cache expiration
12838: time
12839:
12840: * src/classes/table.C: ! merged ^table::create[not'nameless';
12841: failed << Exception.problem_source pointed to local var!
12842:
12843: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12844: Exception.problem_source pointed to local var!
12845:
12846: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12847: now loads VFile.ptr!=0, so such files can be saved now
12848:
12849: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12850: loads VFile.ptr!=0, so such files can be saved now
12851:
12852: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12853: only . and .. now removed from list [were removed all .*]
12854:
12855: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12856: .. now removed from list [were removed all .*]
12857:
12858: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12859: open error now checked, were not :( [stole that piece from apache
12860: 1.3 sources]
12861:
12862: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12863: checked, were not :( [stole that piece from apache 1.3 sources]
12864:
12865: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12866: untainting of @main result if returned by $result or
12867: $response:body
12868:
12869: * src/main/pa_request.C: ! ensured proper untainting of @main
12870: result if returned by $result or $response:body
12871:
12872: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12873: issue: now tries to guess content-length and allocates one big
12874: piece if possible [regretfully gc_realloc works as malloc+free,
12875: leaving lots of holes behind]
12876:
12877: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12878: fixed file load memory issue: now tries to guess content-length
12879: and allocates one big piece if possible [regretfully gc_realloc
12880: works as malloc+free, leaving lots of holes behind]
12881:
12882: 2005-11-16 paf
12883:
12884: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12885: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12886: table::save with enclosers now doubles them: "->"" !
12887: table::save/load do not remove elements from options hash
12888:
12889: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12890: [were overoptimized ^if(double_literal), compiler confused
12891: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12892:
12893: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12894: [were overoptimized ^if(double_literal), compiler confused
12895: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12896:
12897: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12898: main/pa_common.C: ! table::save with enclosers now doubles them:
12899: "->"" ! table::save/load do not remove elements from options hash
12900:
12901: 2005-11-03 paf
12902:
1.116 moko 12903: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12904: compilation, not all makefiles liked that
1.95 moko 12905:
12906: 2005-08-30 paf
12907:
12908: * src/classes/op.C: merge . speedup check of [DEFAULT]
12909:
12910: * src/classes/op.C: . speedup check of [DEFAULT]
12911:
12912: 2005-08-26 paf
12913:
12914: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12915:
12916: * src/: classes/date.C, types/pa_vdate.h: + date.week
12917:
12918: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12919: complains about bad!=nameless
12920:
12921: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12922: about bad!=nameless
12923:
12924: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12925: optional options were allowed to be empty. were checked
12926: if(is_string), changed to !defined||is_string to allow void
12927:
12928: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12929: classes/string.C, classes/table.C, classes/void.C: ! optional
12930: options were allowed to be empty. were checked if(is_string),
12931: changed to !defined||is_string to allow void
12932:
12933: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12934: as_junction where they needed as_int/double, so failed with
12935: recent "(const) now no junction" optimization
12936:
12937: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12938: merged ! many classes/* used as_junction where they needed
12939: as_int/double, so failed with recent "(const) now no junction"
12940: optimization
12941:
12942: * src/: classes/double.C, classes/int.C, classes/math.C,
12943: classes/op.C, classes/string.C, classes/table.C,
12944: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12945: used as_junction where they needed as_int/double, so failed with
12946: recent "(const) now no junction" optimization
12947:
12948: 2005-08-24 paf
12949:
12950: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12951: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12952: stripped it
12953:
12954: 2005-08-09 paf
12955:
12956: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12957: not cleared
12958:
12959: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12960: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12961: classes/hashfile.C, classes/image.C, classes/int.C,
12962: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12963: classes/response.C, classes/string.C, classes/table.C,
12964: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12965: include/pa_array.h, include/pa_cache_managers.h,
12966: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12967: include/pa_config_fixed.h, include/pa_config_includes.h,
12968: include/pa_dictionary.h, include/pa_dir.h,
12969: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12970: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12971: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12972: include/pa_request_charsets.h, include/pa_request_info.h,
12973: include/pa_sapi.h, include/pa_socks.h,
12974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12975: include/pa_stack.h, include/pa_string.h,
12976: include/pa_stylesheet_connection.h,
12977: include/pa_stylesheet_manager.h, include/pa_table.h,
12978: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12979: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12980: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12981: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12982: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12983: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12984: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12985: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12986: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12987: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12988: main/pa_sql_driver_manager.C, main/pa_string.C,
12989: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12990: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12991: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12992: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12993: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12994: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12995: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12996: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12997: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12998: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12999: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13000: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13001: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13002: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13003: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13004: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13005: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13006: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13007: types/pa_vresponse.C, types/pa_vresponse.h,
13008: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13009: types/pa_vstateless_object.h, types/pa_vstatus.C,
13010: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13011: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13012: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13014: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13015:
13016: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13017: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13018: speedup consequent checks in vmethod_frame
13019:
13020: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13021: not cleared
13022:
13023: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13024: params: 50 max (were 10)
13025:
13026: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13027: params: 50 max (were 10)
13028:
13029: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13030: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13031: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13032: empty string) ! simplified (double) speedup consequent checks in
13033: vmethod_frame
13034:
13035: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13036: optimized constants in expressions vstring->vdouble + optimized
13037: ^call(vdouble), no junction creation, no calls later
13038:
13039: 2005-08-08 paf
13040:
13041: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13042: compile_tools.h: merged + optimized constants in expressions
13043: vstring->vdouble + optimized ^call(vdouble), no junction
13044: creation, no calls later
13045:
13046: * src/types/pa_vdouble.h: merged . double values without fractional
13047: part now default printed as %.0f instead of %g
13048:
13049: * src/types/pa_vdouble.h: . double values without fractional part
13050: now default printed as %.0f instead of %g
13051:
13052: * src/classes/hashfile.C: . merged ! second hashfile::open would
13053: cause an exception
13054:
13055: * src/classes/hashfile.C: ! second hashfile::open would cause an
13056: exception
13057:
13058: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13059: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13060: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13061: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13062: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13063: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13064: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13065: types/pa_vresponse.h, types/pa_vstateless_class.C,
13066: types/pa_vstateless_object.h, types/pa_vvoid.h,
13067: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13068: merged VJunction(new Junction) optimization from 3.1.4
13069:
13070: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13071: types/pa_vstateless_class.C: + optimized new VJunction(new
13072: Junction(params)) to new VJunction(params), thousands of mallocs
13073: removed
13074:
13075: 2005-08-05 paf
13076:
13077: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13078: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13079: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13080: creation, no calls later
13081:
13082: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13083: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13084: classes/hashfile.C, classes/image.C, classes/int.C,
13085: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13086: classes/response.C, classes/string.C, classes/table.C,
13087: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13088: include/pa_array.h, include/pa_cache_managers.h,
13089: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13090: include/pa_config_fixed.h, include/pa_config_includes.h,
13091: include/pa_dictionary.h, include/pa_dir.h,
13092: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13093: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13094: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13095: include/pa_request_charsets.h, include/pa_request_info.h,
13096: include/pa_sapi.h, include/pa_socks.h,
13097: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13098: include/pa_stack.h, include/pa_string.h,
13099: include/pa_stylesheet_connection.h,
13100: include/pa_stylesheet_manager.h, include/pa_table.h,
13101: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13102: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13103: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13104: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13105: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13106: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13107: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13108: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13109: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13110: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13111: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13112: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13113: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13114: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13115: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13116: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13117: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13118: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13119: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13120: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13121: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13122: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13123: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13124: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13125: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13126: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13127: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13128: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13129: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13130: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13131: types/pa_vstateless_object.h, types/pa_vstatus.C,
13132: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13133: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13134: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13135: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13136: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13137:
13138: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13139: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13140: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13141: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13142: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13143: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13144: optimized constants in expressions vstring->vdouble
13145:
13146: 2005-07-29 paf
13147:
13148: * src/types/pa_vclass.C: . shaped up error messages a bit
13149:
13150: * src/types/pa_vclass.C: + property getter can now be overridden
13151:
13152: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13153: bug fix: static parent fields were not replaced in case
13154: $derived:field[put] + property setter can now be overridden
13155:
13156: 2005-07-28 paf
13157:
13158: * configure, configure.in, src/classes/classes.h,
13159: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13160: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13161: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13162: src/classes/xnode.h, src/include/pa_hash.h,
13163: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13164: src/types/Makefile.am, src/types/pa_method.h,
13165: src/types/pa_value.h, src/types/pa_vclass.C,
13166: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13167: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13168: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13169: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13170: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13171: src/types/pa_vobject.C, src/types/pa_vobject.h,
13172: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13173: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13174: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13175: src/types/pa_vstateless_class.h,
1.95 moko 13176: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13177: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13178: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13179: dynamic_fields_join
13180:
13181: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13182: classes/xnode.C, include/pa_hash.h, main/execute.C,
13183: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13184: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13185: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13186: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13187: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13188: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13189: types/pa_vresponse.h, types/pa_vstateless_object.h,
13190: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13191: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13192: restored its checks in vobject.put_element->static fields |
13193: dynamic properties
13194:
13195: 2005-07-27 paf
13196:
13197: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13198: is some old code containing @set_name $name
13199:
13200: * src/types/pa_vobject.h: . fixed warning
13201:
13202: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13203: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13204:
13205: * src/: classes/xnode.C, include/pa_hash.h,
13206: types/pa_vstateless_class.C: ! new asserts were all false.
13207: regretfully reverted them all to checks
13208:
13209: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13210: classes/op.C, main/execute.C, types/pa_method.h,
13211: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13212: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13213: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13214: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13215: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13216: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13217: types/pa_vstateless_object.h, types/pa_vvoid.h,
13218: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13219: joined_dynamic_fields: removed unused param from put_method
13220: (returned to 3 params)
13221:
13222: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13223: joined_dynamic_fields: dynamic get/set works with overriding
13224: props [alpha2]
13225:
13226: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13227: works [alfa]
13228:
13229: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13230: classes/op.C, include/pa_hash.h, main/execute.C,
13231: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13232: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13233: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13234: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13235: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13236: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13237: types/pa_vresponse.h, types/pa_vstateless_class.C,
13238: types/pa_vstateless_object.h, types/pa_vvoid.h,
13239: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13240: joined_dynamic_fields: just compiled
13241:
13242: * src/: classes/date.C, classes/file.C, classes/hash.C,
13243: classes/hashfile.C, classes/image.C, classes/table.C,
13244: classes/xdoc.C, classes/xnode.h, main/execute.C,
13245: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13246: types/pa_vstateless_class.h: joined_dynamic_fields: started
13247:
13248: * src/types/pa_vobject.C: . object setters [only started, does not
13249: work yet]
13250:
13251: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13252: object setters [only started, does not work yet]
13253:
13254: 2005-07-26 paf
13255:
13256: * src/: include/pa_request.h, main/execute.C: . properties: set
13257: works [alpha2]. for classes. todo: for objects
13258:
13259: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13260: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13261: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13262: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13263: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13264: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13265: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13266: types/pa_vstateless_object.h, types/pa_vvoid.h,
13267: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13268: properties: set works [alpha1]
13269:
13270: 2005-07-25 paf
13271:
13272: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13273: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13274: properties: started, get works [alpha1, other approach]
13275:
13276: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13277: properties: started, get works [alpha2]
13278:
13279: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13280: pa_vstateless_class.h: . properties: started, get works [alpha]
13281:
13282: 2005-07-15 paf
13283:
13284: * src/: classes/classes.h, classes/op.C, main/execute.C,
13285: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13286: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13287: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13288: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13289: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13290: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13291: types/pa_vresponse.C, types/pa_vresponse.h,
13292: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13293: types/pa_vstateless_object.h, types/pa_vvoid.h,
13294: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13295: types/pa_wwrapper.h, types/types.vcproj: + started property
13296: [getters work but think of changing them too to precaching]
13297:
13298: 2005-07-08 paf
13299:
13300: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13301: gpf
13302:
13303: 2005-06-28 paf
13304:
13305: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13306: in passing empty strings to file::exec/cgi environment
13307:
13308: 2005-06-06 paf
13309:
13310: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13311: ^table:sql ^hash:sql now DO process $.bind option
13312:
13313: 2005-05-24 paf
13314:
13315: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13316: $.limit] now work again [support was broken in 3.1.4]
13317:
13318: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13319: ALL_INTERIOR_POINTERS
13320:
13321: 2005-05-12 paf
13322:
13323: * configure: 3.1.5beta
13324:
13325: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13326:
13327: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13328: $.limit] now work again [support was broken in 3.1.4]
13329:
13330: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13331: line-width [was refusing to fill if line-width >1, thanks to
13332: Seras <seras@pinxit.lt> for repro case
13333:
13334: 2005-04-25 paf
13335:
13336: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13337: correctly
13338:
13339: 2005-04-19 paf
13340:
13341: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13342: in VString violating invariant!!
13343:
13344: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13345: getenv("TZ")==null
13346:
13347: 2005-04-08 paf
13348:
13349: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13350: bugfix: when there is no char in charset one byte produces 6
13351: (ÿ <<max). increased buffer size!
13352:
13353: 2005-03-23 paf
13354:
13355: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13356: ^date.sql-string now takes TZ into account
13357:
13358: 2005-03-16 paf
13359:
13360: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13361: gcc 3.4
13362:
13363: * src/types/pa_vhash.C: . warning about eof eol
13364:
13365: 2005-02-17 paf
13366:
1.211 moko 13367: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13368: ^sleep(double seconds)
1.95 moko 13369:
13370: 2005-02-02 paf
13371:
13372: * src/classes/xnode.C: beauty: removed needless includes
13373:
13374: 2005-01-31 paf
13375:
13376: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13377: $.partNoNumber now alias to $.part1
13378:
13379: * src/types/pa_vmail.C: change: incoming letter part contains
13380: "content-disposition" header with any value? now considering that
13381: part to be "file#" [for text/plain text/html were $.text#
13382: $.html#]
13383:
13384: * INSTALL: updatet to latest working versions available
13385:
13386: 2005-01-20 paf
13387:
13388: * configure.in, src/include/pa_version.h: version
13389:
13390: 2005-01-19 paf
13391:
1.116 moko 13392: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13393: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13394: couple warnings in parser3.C
1.95 moko 13395:
13396: 2004-12-23 paf
13397:
13398: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13399:
13400: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13401: dir to directory of script (when shbang used), not to directory
13402: of its interpreter
13403:
13404: * src/include/pa_version.h: compiled on win32...
13405:
13406: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13407: we need more hspace
13408:
13409: * configure, configure.in, src/include/pa_version.h: configured
13410: host to pa_version. will be displayed everywhere
13411:
13412: * src/main/pa_request.C: new: @unhandled_exception can prevent
13413: exception from being logged by setting $exception.handled(1)
13414:
1.211 moko 13415: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13416: ^file::sql{query}[[options]] options: $.name[file name]
13417: $.content-type[application/what]
13418:
13419: * src/: include/pa_common.h, main/pa_common.C,
13420: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13421: new file
13422:
13423: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13424: bugfix: table->hash now regards _default
13425:
13426: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13427: created by accessing $name_of_method it acquired bad self=closest
13428: methodframe; instead of proper self (current class)
13429:
13430: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13431: hashfile produced bad cord
13432:
13433: 2004-12-10 paf
13434:
13435: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13436: subsequent failures though defined in .h
13437:
13438: * src/main/pa_common.C: comment on volatile
13439:
13440: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13441: alarm function were not used since the beginning due to stupid
13442: error [setsigjmp were not checked in configure.in]
13443:
13444: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13445: unix too
13446:
13447: * src/main/pa_common.C: http: exception status of send/recv errors
13448: change to most probable http.timeout
13449:
13450: * src/main/pa_common.C: win32: http connection $.timeout option now
13451: works [setsockopt on send/receive]
13452:
13453: 2004-12-08 paf
13454:
13455: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13456: cstr-ed knowing mail charset, and untainting uri lang now knows
13457: proper charset
13458:
13459: 2004-11-24 paf
13460:
13461: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13462:
13463: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13464: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13465:
13466: 2004-11-12 paf
13467:
13468: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13469: [since 3.0.4]
13470:
13471: 2004-11-09 paf
13472:
13473: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13474: writes basics to c:\parser3.log
13475:
13476: 2004-10-21 paf
13477:
13478: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13479: tainted strings [were returning clean onces]
13480:
13481: 2004-10-15 paf
13482:
13483: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13484: cycles(i=1; i=2), which was wrong, now does ONE
13485:
13486: 2004-10-12 paf
13487:
13488: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13489:
13490: 2004-10-07 paf
13491:
13492: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13493: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13494: release asserts
13495:
13496: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13497: String.dump() to stdout in detailed form [were String.v() in
13498: short form]
13499:
13500: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13501: \t\r\n as @#| and truncates long char sequences less
13502:
13503: 2004-10-06 paf
13504:
13505: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13506: win32 beauty: socket errors properly decoded
13507:
13508: 2004-10-05 paf
13509:
13510: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13511: request::configure_user/admin done always, even if no
13512: file-to-process useful in @unhandled_exception [say, if they
13513: would want to mail by SMTP something]
13514:
13515: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13516: now performed prior to file loading [and @auto executing] thus
13517: making $cookie:value available in @auto and in
13518: @unhandled_exception when IIS is configured to run interpreter
13519: even if no file exist
13520:
13521: 2004-09-20 paf
13522:
13523: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13524: somewhere where it should have called xmlMalloc and it calls
13525: xmlFree when it should have not called it. inserted two
13526: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13527: xmlFree just ignored. put away a testcase, maybe someday libxml
13528: author would fix all that. until that day: we have SLOW garbage
13529: collecting when many xml objects are alive hint: do
13530: ^memory:compact[] before xdoc::create
13531:
13532: 2004-09-17 paf
13533:
13534: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13535: error from 3.0.8 version]
13536:
13537: 2004-09-14 paf
13538:
13539: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13540: part bugfix: hashfile.foreach iterated only part if hashfile were
13541: modified inside
13542:
13543: 2004-09-13 paf
13544:
13545: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13546: [were as octal]
13547:
13548: * src/types/pa_vhashfile.C: beauty: not reproduced
13549: $hashfile.key[$novalue] bug [reported by motorin], inserted
13550: safety-check
13551:
13552: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13553: [not something obscure from sdbm lib]
13554:
13555: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13556: = strerror now returnes something and we can properly report that
13557: to client
13558:
13559: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13560: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13561:
13562: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13563: [tainted as-is] this helps //[space][newline] to remain as-is and
13564: not be unnecessary optimized away [ruining javascript]
13565:
13566: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13567: [tainted as-is]
13568:
13569: * src/classes/mail.C: bugfix: typo error
13570:
13571: 2004-09-09 paf
13572:
13573: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13574: separators bugfix: loads header with endings \r\n\r\n and \n\n
13575: (bloody yandex.server)
13576:
13577: 2004-09-06 paf
13578:
13579: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13580: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13581: encoded
13582:
13583: 2004-09-01 paf
13584:
13585: * src/types/pa_vmail.C: change: multipart/mixed changed to
13586: multipart/related outlook express have no problems showing
13587: unrelated attachments. todo: someday figure out a way of
13588: multipart/mixed multipart/related text/html
13589: image/xxx application/octet-stream << true attachments
13590:
13591: * src/types/pa_vmail.C: new:
13592: ^mail:send[$.file[$.content-disposition can be overriden new:
13593: empty mail header fields removed from letter
13594:
13595: * src/: classes/mail.C, include/pa_config_fixed.h,
13596: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13597: ^mail:send[ $.file[ $.any[header]
13598:
13599: 2004-08-30 paf
13600:
13601: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13602: warnings
13603:
13604: * src/main/pa_common.C: beauty: do not bother with charset
13605: detection when ^file::load[binary
13606:
13607: 2004-08-27 paf
13608:
13609: * src/main/pa_common.C: hack: for yandex.server http server
13610:
13611: 2004-08-18 paf
13612:
13613: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13614: possibly-chunked response
13615:
13616: 2004-08-17 paf
13617:
13618: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13619: $f.content-type now = that of http response
13620:
13621: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13622: $f.content-type now = that of http response
13623:
13624: 2004-07-30 paf
13625:
13626: * src/: include/pa_request.h, main/pa_request.C,
13627: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13628: win32: system&parser exceptions in release mode reported properly
13629: parser exception in exception handler WERE mistakenly reported as
13630: system exception, without details [in apache & isapi] +some
13631: beauty in exception text
13632:
13633: * src/: include/pa_exception.h, main/pa_request.C,
13634: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13635: release mode reported properly parser exception in exception
13636: handler WERE mistakenly reported as system exception, without
13637: details
13638:
13639: * src/main/execute.C: beauty: simplified system exception handling
13640:
13641: 2004-07-29 paf
13642:
13643: * src/classes/table.C: bugfix:
13644: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13645: were ignored, and \t used unconditionally]
13646:
13647: * src/types/Makefile.am: added vhash.c
13648:
13649: 2004-07-28 paf
13650:
13651: * src/: classes/date.C, classes/image.C, classes/math.C,
13652: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13653: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13654: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13655: failed on russian letters
13656:
13657: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13658: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13659: letters
13660:
13661: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13662: as 'currentDirectory' parameter to CreateProcess
13663:
13664: 2004-07-27 paf
13665:
13666: * src/targets/cgi/parser3.vcproj: beauty: win32:
13667: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13668: from release somewhere [to help searching for unhandled system
13669: exceptions]
13670:
13671: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13672: TZ shift
13673:
13674: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13675: but also in ctor
13676:
13677: 2004-07-26 paf
13678:
1.211 moko 13679: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13680: src/main/pa_common.C, src/main/pa_request.C,
13681: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13682: src/types/types.vcproj: new: $response:body/download[
13683: $.file[name on disk] $.name[of file for user]
13684: $.mdate[date of last-modified. default from directory] ]
13685:
13686: * src/classes/file.C: moving file:send somewhere else..
13687:
13688: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13689: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13690: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13691: $response:download[ $.filename[filename] $.option[] ,, ]
13692:
13693: * src/classes/file.C: beauty: invalid mode thoroughly reported
13694:
13695: 2004-07-21 paf
13696:
13697: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13698: to several lines
13699:
13700: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13701:
13702: note: ms outlook[!express] shows only first 255 characters of
13703: subject
13704:
13705: 2004-07-15 paf
13706:
13707: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13708: off]
13709:
13710: 2004-07-14 paf
13711:
13712: * src/classes/table.C: bugfix: $.bind values now got untainted
13713: according to lang [were: as-is]
13714:
13715: 2004-07-07 paf
13716:
13717: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13718: checked that
13719:
13720: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13721: now untainted according to their languages. were: as-is.
13722: EVERYWHERE
13723:
13724: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13725: environment string now untainted according to their languages.
13726: were: as-is. EVERYWHERE
13727:
13728: * src/main/pa_exec.C: bufix: on unix environment string now
13729: untainted according to their languages. were: as-is. on win32:
13730: ok
13731:
13732: * parser3.vssscc: ...would not go unnoticed
13733:
13734: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13735: fails. in case on input appears nonutf, those bytes will be
13736: printed in %HH form. that can be easily decoded/recovered.
13737:
13738: this form is quite noticable, and hopefully would not go noticed
13739:
13740: 2004-07-06 paf
13741:
13742: * src/main/pa_exec.C: bufix: on unix environment string now
13743: untainted according to their languages. were: as-is. on win32:
13744: ok
13745:
13746: 2004-07-01 paf
13747:
13748: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13749: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13750: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13751: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13752: main/main.vcproj, targets/cgi/parser3.vcproj,
13753: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13754: option: global optimization ON
13755:
13756: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13757: to do xdoc::create{invalid chars} standard disables chars less
13758: then \x20, except tab, cr, lf.
13759:
13760: changed tainting so that those become '!'
13761:
13762: 2004-06-25 paf
13763:
13764: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13765: int on odd address [prev bugfix failed due to superwize
13766: optimizer, which turned memcpy into same 'ld' asm command]
13767:
13768: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13769: int on odd address
13770:
13771: 2004-06-22 paf
13772:
13773: * src/sql/pa_sql_driver.h: note: about possible optimization
13774:
1.211 moko 13775: * operators.ru.txt, operators.txt, src/classes/hash.C,
13776: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13777: src/classes/void.C, src/include/pa_config_includes.h: new:
13778: ^void:sql{call paf(:a)}[ $.bind[
13779: $.a[2] ] ] output variables work. todo:
13780: check in out variables
1.95 moko 13781:
13782: 2004-06-18 paf
13783:
13784: * src/: classes/file.C, classes/hash.C, classes/string.C,
13785: classes/table.C, classes/void.C, include/pa_globals.h,
13786: include/pa_sql_connection.h, main/compile.tab.C,
13787: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13788: $.bind[ $.a[2] ]
13789: ] input variables work. todo:output
13790:
13791: * src/targets/cgi/parser3.C: bugfix: iis specific
13792: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13793: /_bug.html?404;http://hpsv/test/
13794: --------------------------------------------------------------------------------
13795: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13796: --------------------------------------------------------------------------------
13797: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13798:
13799: 2004-06-16 paf
13800:
13801: * src/targets/cgi/parser3.C: new: iis specific
13802: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13803: $request:query
13804: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13805: $form:fields IIS-STATUS="404"
13806: IIS-DOCUMENT="http://server/_bug.html" f="v"
13807:
13808: todo: isapi too
13809:
13810: 2004-05-26 paf
13811:
13812: * src/include/pa_version.h: 3.1.3
13813:
1.211 moko 13814: * operators.ru.txt, operators.txt: beauty: removed outdated level
13815: 'table'
1.95 moko 13816:
13817: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13818:
13819: * src/main/pa_string.C: beauty: removed 3 warnings
13820:
13821: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13822: classes/op.C: beauty: removed outdated level 'table'
13823:
13824: 2004-05-25 paf
13825:
13826: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13827: implementation. mistery: how anything worked
13828:
13829: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13830: changed, it is now safe to use url if pointers to it are stored
13831: to gc mem
13832:
13833: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13834: unknown errors reported and not cause SIGSEGV now
13835:
13836: 2004-05-24 paf
13837:
13838: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13839: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13840: less memory: CORD_chars_block originally intended to ... it was
13841: good that CORD_chars_block were not used: it consumes more memory
13842: [and, might be slow too] undoing that. [and removed that func so
13843: that it would not confuse parser developer in future]
13844:
13845: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13846: less memory: CORD_chars_block originally intended to
13847: speedup/reduce mem usage were forgotten, and were used stupid
13848: CORD_chars
13849:
13850: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13851:
13852: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13853: BIGENDIAN processors space-conserving mech failed, causing
13854: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13855: (1|2|3));
13856:
13857: 2004-05-14 paf
13858:
13859: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13860: bugfix: void now has vfile value, and $response:body[] works OK
13861:
13862: 2004-05-12 paf
13863:
13864: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13865: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13866: sources to use is_defined() {return as_bool();} along VBool
13867:
13868: 2004-05-11 paf
13869:
13870: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13871: referencing to local objects
13872:
13873: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13874: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13875: left intact
13876:
13877: 2004-04-15 paf
13878:
13879: * src/classes/date.C: merged: beauty: unused var removed
13880:
13881: * src/classes/date.C: beauty: unused var removed
13882:
13883: * src/include/: pa_exec.h: bugfix: interface without pointer
13884: provoked bug
13885:
13886: 2004-04-09 paf
13887:
13888: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13889:
13890: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13891:
13892: 2004-04-08 paf
13893:
13894: * src/classes/date.C: new: ^date::create[y-m-d
13895: h-M-s>>.milliseconds<<] now allowed, ignored so far
13896:
13897: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13898:
13899: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13900: to consult default catalog [usually, that file belongs to other
13901: user/group]
13902:
13903: 2004-04-06 paf
13904:
13905: * src/main/pa_common.C: beauty: gcc warning removed
13906:
13907: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13908: accept that trick, trying other
13909:
13910: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13911: explicit result problem
13912:
13913: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13914: explicit result problem
13915:
13916: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13917: explicit result problem
13918:
1.211 moko 13919: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13920: ^string.append[string]
1.95 moko 13921:
13922: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13923: main/execute.C: attempt_check_call_in_explicit_result_mode:
13924: failed
13925:
13926: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13927: http://i.p.a.ddress gethostbyaddr added [on some platforms
13928: gethostbyname failed with such 'domains'] now checked properly,
13929: were: needless reverse/forward dns lookup
13930:
13931: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13932: http://i.p.a.ddress gethostbyaddr added [on some platforms
13933: gethostbyname failed with such 'domains'] now checked properly,
13934: were: needless reverse/forward dns lookup
13935:
13936: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13937: @method[][result] means "no string output here" moved to lexical
13938: level [on grammar level it were too difficult]
13939:
1.211 moko 13940: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13941: src/main/compile.tab.C, src/main/compile.y,
13942: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13943: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13944: string output here", implemented part of that idea: compiler
13945: throws away string literal generation code. and barks
13946: nonwhitespace chars
1.95 moko 13947:
1.211 moko 13948: * operators.ru.txt, operators.txt: truth: removed comment about
13949: $ORIGIN
1.95 moko 13950:
13951: 2004-04-05 paf
13952:
13953: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13954: src/include/pa_version.h, src/main/pa_common.C,
13955: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13956:
13957: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13958: Konstantin Tomashevitch [mailto:konst@design.ru]
13959:
13960: * src/doc/html2chm.cmd: beauty: no need in bg here
13961:
13962: * src/doc/sources2html.cmd: beauty: same window, in bg it
13963: interfered with FAR console
13964:
13965: * configure, configure.in: 3.1.3
13966:
13967: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13968:
13969: * src/main/pa_common.C: removed warning
13970:
13971: * src/include/pa_version.h: 3.1.3
13972:
13973: 2004-04-02 paf
13974:
13975: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13976:
13977: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13978: allows to specify where to put parser log file
13979:
13980: 2004-04-01 paf
13981:
13982: * src/classes/table.C: bugfix: bugfix: table::load last line
13983: without tab and enter were ignored
13984:
13985: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13986: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13987: main/pa_socks.C, targets/cgi/parser3.C,
13988: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13989: bugfix: sql connections now are disconnected
13990:
13991: 2004-03-30 paf
13992:
13993: * src/classes/table.C: bugfix: table::load last line without tab
13994: and enter were ignored
13995:
13996: * src/classes/table.C: bufix: if last table lines were commented,
13997: gpfed
13998:
13999: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14000: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14001: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14002: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14003: doc/methoded.dox, doc/object.dox, doc/string.dox,
14004: doc/targets.dox, doc/value.dox, include/pa_version.h,
14005: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14006: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14007: bugfixes from 3.1.2, changed version to 3.1.3beta
14008:
14009: 2004-03-29 paf
14010:
14011: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14012: causes gpf
14013:
14014: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14015: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14016: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14017: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14018: value.dox: translated to english
14019:
14020: 2004-03-25 paf
14021:
14022: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14023: parser3project dependency removed
14024:
14025: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14026: bugfix: refused to compile without xml
14027:
14028: * src/types/pa_vform.C: beauty: removed warning
14029:
14030: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14031: any folder [removed last ;) folder dependency]
14032:
14033: * src/classes/classes.vcproj: bugfix: now all compiles in any
14034: folder [removed last ;) folder dependency]
14035:
14036: * src/include/pa_version.h: release
14037:
14038: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14039:
14040: * src/classes/table.C: beauty: comment& more meaningful error
14041: message
14042:
14043: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14044: $.hash[$.column_value1(true) ... ] [were producing some strang
14045: thing]
14046:
14047: 2004-03-23 paf
14048:
14049: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14050: and http status line parsing checked number of columns in table
14051: [user reported an assert]
14052:
1.211 moko 14053: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14054:
14055: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14056: bugfix: junction reattach now actually reattaches a junction to
14057: new wcontext [were only assigning it to junction, which caused
14058: junction tracking to loose junction, and it's context were not
14059: killed, and it tried to process in invalid context, gpf]
14060:
14061: * src/targets/cgi/parser3.C: debug helper added
14062:
14063: 2004-03-19 paf
14064:
14065: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14066: "type(type)" in braces
14067:
14068: 2004-03-10 paf
14069:
1.211 moko 14070: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14071: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14072: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14073: src/types/pa_vxnode.h: new: refined solution to
14074: search-in-namespaces problem:
1.95 moko 14075: $xdoc.search-namespaces.x[http://pif.design.ru/]
14076: $nodes[^xdoc.select[//x:second]]
14077:
1.211 moko 14078: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14079: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14080: search for info in namespaces
1.95 moko 14081:
14082: $nodes[^xdoc.select[//x:second][
14083: $.x[http://pif.design.ru/] ]]
14084:
14085: 2004-03-09 paf
14086:
1.211 moko 14087: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14088: ^file::load[...][options] $.form[
14089: !$.field1[string]
14090: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14091: ] !$.body[string]
14092:
14093: GET ?here notGET(POST, HEAD, others) in content-type:
14094: application/x-www-form-urlencoded
14095:
14096: todo: upload files ability
14097:
14098: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14099: properly, done
14100:
14101: 2004-03-05 paf
14102:
1.211 moko 14103: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14104: file::load[;http:// GET/POST $.form[$.fields started, not tested
14105: yet todo:$.field[table] for multiple values
1.95 moko 14106:
1.211 moko 14107: * operators.ru.txt, operators.txt: new: http:// options $.user
14108: $.password basic authorization
1.95 moko 14109:
14110: * src/main/pa_common.C: beauty: link to rtf added
14111:
1.211 moko 14112: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14113: src/main/pa_common.C: new: http:// options $.user $.password
14114: basic authorization
1.95 moko 14115:
14116: * src/main/pa_common.C: beauty: removed needless vars
14117:
1.211 moko 14118: * operators.ru.txt, operators.txt: new: pgsql option [like that
14119: recently added to oracle driver]
14120: ClientCharset=parser-charset << charset in which parser thinks
14121: client works
14122:
14123: * operators.ru.txt, operators.txt: new: odbc option [like that
14124: recently added to oracle driver]
14125: ClientCharset=parser-charset << charset in which parser thinks
14126: client works
1.95 moko 14127:
14128: * src/sql/pa_sql_driver.h: beauty: important warning added
14129:
14130: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14131: char!
14132:
14133: * etc/parser3.charsets/windows-1251.cfg: typo
14134:
14135: 2004-03-04 paf
14136:
14137: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14138: cached, sql transcoding now goes faster
14139:
1.211 moko 14140: * operators.ru.txt, operators.txt: new: mysql option [like that
14141: recently added to oracle driver]
14142: ClientCharset=parser-charset << charset in which parser thinks
14143: client works
1.95 moko 14144:
14145: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14146: typo error
14147:
14148: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14149: chars commented
14150:
14151: 2004-03-03 paf
14152:
14153: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14154: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14155:
14156: 2004-03-02 paf
14157:
1.211 moko 14158: * operators.ru.txt, operators.txt: new[update typo]:
14159: !^void.left(n) nothing !^void.right(n) nothing
14160: !^void.mid(p[;n]) nothing
14161:
14162: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14163: !^void.left(n) nothing !^void.right(n) nothing
14164: !^void.pos(p[;n]) nothing
1.95 moko 14165:
1.211 moko 14166: * operators.ru.txt, operators.txt, src/classes/file.C,
14167: src/include/pa_string.h: new:
1.95 moko 14168: ^file::sql[[name_to_become_$.name]]{} query result must be one
14169: row with columns: first: data second: file name third:
14170: content-type
14171:
1.211 moko 14172: * operators.ru.txt, operators.txt, src/classes/file.C:
14173: ^file.sql-string[] inside ^connect gets properly escaped string,
14174: which can be passed to request now this for mysql only. it's up
14175: to parser sql driver to fix zeros properly
1.95 moko 14176:
14177: * INSTALL: note: added on building apache with this option:
14178: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14179:
14180: 2004-03-01 paf
14181:
14182: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14183: extension memory:compact befor processingrequest
14184:
1.211 moko 14185: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14186: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14187:
1.211 moko 14188: * operators.ru.txt, operators.txt, src/classes/image.C,
14189: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14190: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14191:
14192: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14193: beauty: image -- less checks [were ugly impl]
14194:
14195: * src/classes/string.C: bugfix: ^string.left/right/mid with
14196: negative values now considered bad
14197:
14198: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14199:
14200: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14201: options now have unified defaults [after transform
14202: indent/omit-xml-declaration/standalone 'default' erroreously
14203: meant 'true']
14204:
14205: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14206: added [on some platforms gethostbyname failed with such
14207: 'domains']
14208:
14209: * src/include/pa_config_auto.h.in: no select check, no define
14210:
14211: * src/classes/string.C: feature: ^string.trim both parameters may
14212: be empty-strings, meaning kind=both chars=whitespaces
14213:
14214: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14215: exist
14216:
14217: * src/classes/string.C: check: trim 'chars' must not be empty,
14218: exception if it is
14219:
14220: * src/classes/string.C: changed: ^string.trim [] << both,
14221: whitespaces [start|both|end] << kind, whitespaces
14222: [start|both|end;chars] full
14223:
14224: 2004-02-27 paf
14225:
1.211 moko 14226: * operators.ru.txt, operators.txt, src/classes/string.C,
14227: src/main/pa_string.C: new method:
14228: ^string.trim[start|both|end[;chars]] default 'chars' --
14229: whitespace chars finished
1.95 moko 14230:
1.211 moko 14231: * operators.ru.txt, operators.txt, src/classes/string.C,
14232: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14233: ^string.trim[start|both|end[;chars]] default 'chars' --
14234: whitespace chars started, only start works
14235:
14236: * src/main/compile.C: bugfix: line numbers after
14237: ^process{}[$.line(-10]] can be negative, allowed to print they as
14238: signed
14239:
14240: * src/main/untaint.C: speed: there's no \n chars in output
14241: [normally], so no need to optimize them they could be retrived
14242: from databases, though. but 1. should be replaced 2. if not
14243: optimized, no harm done
14244:
14245: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14246: ^file::exec/cgi could return invalid status & zombie child can
14247: remain for short period until process exists [very bad in
14248: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14249:
14250: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14251: malicious SMTP server to attack as by returning too long status
14252: responses http://i2/tasks/edit/?id=4629448401140924947
14253:
14254: 2004-02-26 paf
14255:
1.211 moko 14256: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14257: has options] which are $.main[to what to rename @main]
1.95 moko 14258: $.file[file, from which (user says) goes that CODE]
14259: $.lineno(line number in that file, where CODE starts. may be
14260: negative)
14261:
1.211 moko 14262: * operators.ru.txt, operators.txt, src/classes/op.C,
14263: src/include/pa_request.h, src/main/compile.C,
14264: src/main/compile_tools.h, src/main/pa_request.C: feature:
14265: ^process...{CODE}[now has options] which are $.main[to
14266: what to rename @main] $.file[file, from which (user says)
14267: goes that CODE] $.lineno(line number in that file, where
14268: CODE starts. may be negative)
14269:
1.95 moko 14270: 2004-02-25 paf
14271:
1.116 moko 14272: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14273: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14274:
14275: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14276: produces hash of column=>1
14277:
14278: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14279: with incomplete errno constants set
14280:
14281: 2004-02-24 paf
14282:
14283: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14284: "man select"
14285:
14286: * src/main/pa_os.C: beauty: <0 better then ==-1
14287:
14288: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14289:
14290: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14291:
1.116 moko 14292: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14293:
14294: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14295: unix: steps to work on unix [extracted 'to']
14296:
14297: * src/classes/mail.C: smtp on unix: steps to work on unix
14298:
14299: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14300:
1.116 moko 14301: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14302: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14303: unix [testing on solaris]
1.95 moko 14304:
14305: 2004-02-20 paf
14306:
14307: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14308: pointing that out
14309:
14310: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14311: fixed again [same solution, mistanenly removed one line]
14312:
14313: 2004-02-19 paf
14314:
14315: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14316: date::create from bad datetime in spring daylightsaving hole now
14317: OK for all platforms [on some platforms it failed]
14318:
14319: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14320: in daylightsaving hole] now throws error
14321:
14322: * src/classes/date.C: comment: mistake fixed
14323:
14324: 2004-02-18 paf
14325:
14326: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14327: now renderes in $request:charset, but in header puts
14328: $response:charset todo: make that default only so that coder
14329: could override that
14330:
14331: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14332: turns off omit-xml-declaration
14333:
14334: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14335: /.xsl for sample
14336:
14337: 2004-02-17 paf
14338:
14339: * src/classes/xdoc.C: beauty: needless helper class removed
14340:
14341: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14342: copied extra time
14343:
14344: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14345: part of libxml
14346:
14347: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14348: libxml to do the work] <xsl:output method="html"
14349: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14350: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14351: />
14352:
14353: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14354:
14355: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14356: caused assertion
14357:
14358: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14359: could hang. now such add does nothing, sub clears $hash
14360:
14361: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14362: not made quoted-printable
14363:
14364: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14365: string invariant
14366:
14367: 2004-02-16 paf
14368:
14369: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14370: cleared [were not cleared properly]
14371:
14372: 2004-02-13 paf
14373:
1.116 moko 14374: * src/include/pa_version.h: prerelease
1.95 moko 14375:
14376: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14377: used, introducing dependencies timestamp check
14378:
14379: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14380: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14381: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14382: .xsl.stamp now not used, introducing dependencies timestamp check
14383:
1.150 moko 14384: * configure.in: auto.p: @conf made relative
1.95 moko 14385:
14386: 2004-02-12 paf
14387:
14388: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14389: ruined empty <input type=file> submits. parser thought there were
14390: nameless empty file and $form:field got value of type 'file'
14391:
14392: * INSTALL: --without-threads
14393:
14394: * src/include/pa_sapi.h: 2004
14395:
14396: 2004-02-11 paf
14397:
14398: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14399: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14400: classes/hashfile.C, classes/image.C, classes/int.C,
14401: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14402: classes/response.C, classes/string.C, classes/table.C,
14403: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14404: include/pa_array.h, include/pa_cache_managers.h,
14405: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14406: include/pa_config_fixed.h, include/pa_config_includes.h,
14407: include/pa_dictionary.h, include/pa_dir.h,
14408: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14409: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14410: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14411: include/pa_request_charsets.h, include/pa_request_info.h,
14412: include/pa_socks.h, include/pa_sql_connection.h,
14413: include/pa_sql_driver_manager.h, include/pa_stack.h,
14414: include/pa_string.h, include/pa_stylesheet_connection.h,
14415: include/pa_stylesheet_manager.h, include/pa_table.h,
14416: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14417: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14418: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14419: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14420: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14421: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14422: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14423: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14424: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14425: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14426: main/pa_sql_driver_manager.C, main/pa_string.C,
14427: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14428: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14429: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14430: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14431: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14432: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14433: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14434: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14435: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14436: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14437: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14438: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14439: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14440: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14441: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14442: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14443: types/pa_vresponse.h, types/pa_vstateless_class.C,
14444: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14445: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14446: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14447: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14448: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14449: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14450:
14451: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14452: debug version of gc.dll
14453:
14454: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14455: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14456: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14457: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14458: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14459: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14460: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14461: processes
14462:
14463: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14464: main/pa_globals.C, targets/cgi/parser3.vcproj,
14465: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14466: changes to reflect libxml xsl new folders
14467:
14468: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14469: lib/smtp/smtp.vcproj, main/main.vcproj,
14470: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14471: to reflect libxml xsl new folders
14472:
14473: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14474: lib/smtp/smtp.vcproj, main/main.vcproj,
14475: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14476: types/types.vcproj: started changes to reflect libxml xsl new
14477: folders
14478:
14479: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14480: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14481: src/main/compile.tab.C, src/main/main.vcproj,
14482: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14483: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14484: started changes to reflect libxml xsl new folders
14485:
14486: 2004-02-10 paf
14487:
14488: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14489: compile. recommened latest libxml up to date
14490:
14491: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14492: pattern compilation errors", on which spent 4 hours worktime. use
14493: versions higher than that. recommended now latest up to date
14494:
14495: 2004-02-06 paf
14496:
14497: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14498: beauty: unified destructing style
14499:
14500: * src/main/untaint.C: beauty: removed old def/ifdef
14501:
14502: * src/main/untaint.C: beauty: coredump @unknown untaint language
14503: now
14504:
14505: 2004-02-03 paf
14506:
14507: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14508: targets/isapi/parser3isapi.C, types/pa_value.C,
14509: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14510: then %ld/%lu
14511:
14512: * src/main/pa_common.C: typo: %l -> %u
14513:
14514: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14515: in attributes or documents-results of transform now not xx;
14516:
14517: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14518:
14519: * src/main/pa_charset.C: bugfix: forgot to undo some
14520:
14521: * src/main/pa_charset.C: beauty: uncomment
14522: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14523: libraries
14524:
14525: 2004-02-02 paf
14526:
14527: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14528: $cookie:example[ $.value[value] $.path[/there/] ]
14529:
14530: $cookie:example[ $.value[] $.expires[session]
14531: $.path[/there/] $.domain[test.com] ]
14532:
14533: * src/types/pa_vform.C: bugfix: empty values with
14534: enctype=multipart/form-data now produce entries in $form:tables
14535: <form method=post enctype=multipart/form-data> <input type=hidden
14536: name=a> <input type=hidden name=b>
14537:
14538: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14539: <hr> <pre>$request:body
14540:
14541: 2004-01-30 paf
14542:
14543: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14544: or documents-results of transform now not xx;
14545:
14546: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14547: produce exception.
14548:
14549: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14550: bugfix: ^date::create[invalid fields now produce exception.
14551:
14552: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14553: year] now produces exception. todo: check other fields
14554:
14555: 2004-01-29 paf
14556:
14557: * src/include/pa_memory.h: typo error
14558:
14559: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14560: more byte then specified, then zeroed it << useless and
14561: potentially harmful(could gpf)
14562:
14563: 2004-01-22 paf
14564:
14565: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14566:
14567: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14568: optimization
14569:
14570: * src/main/untaint.C: bugfix: whitespace now optimized properly
14571: [were bug: ^taint[1 & 2]="1 &2"
14572:
14573: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14574: errors
14575:
14576: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14577: overflow
14578:
14579: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14580: error-reporting code * in parser-error reporting code [when no
14581: @unhandled_exception defined]
14582:
14583: fixed in one place: my *snprintf override
14584:
14585: 2004-01-13 paf
14586:
1.211 moko 14587: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14588:
14589: 2003-12-25 paf
14590:
14591: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14592: garbled [pieces after zero bytes were removed]
14593:
14594: 2003-12-22 paf
14595:
1.116 moko 14596: * src/include/Makefile.am: bugfix: removed from dist:
14597: src/include/pa_config_auto.h which were configured for
1.95 moko 14598: make-dist-platform and badly updated proper config file in target
14599: [when .tar used for updating existing source tree]
14600:
1.211 moko 14601: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14602: src/include/pa_sql_connection.h,
14603: src/include/pa_sql_driver_manager.h,
14604: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14605: feature: sql introducing ability to transcode charsets
14606:
14607: 2003-12-19 paf
14608:
14609: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14610: error message
14611:
14612: * src/main/pa_charset.C: bugfix: memory for charsethandler
14613: structure for libxml now allocated properly
14614:
14615: 2003-12-17 paf
14616:
14617: * src/types/pa_vfile.C: beauty: removed outdated cast
14618:
14619: * src/main/pa_common.C: bugfix: empty http response caused gpf
14620:
14621: * src/include/pa_string.h: bugfix: removed too strong a assert
14622:
14623: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14624: unreported xmlGenericErrors]
14625:
14626: 2003-12-15 paf
14627:
14628: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14629: works}
14630:
14631: 2003-12-11 paf
14632:
1.211 moko 14633: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14634: !$status:pid process id
1.95 moko 14635: !$status:tid thread id
14636:
14637: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14638: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14639: bugfix(solaris): removed dependency on object initialization
14640: order [one more place]
14641:
14642: * src/: classes/file.C, classes/mail.C, classes/op.C,
14643: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14644: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14645: understand that
14646:
14647: * src/: classes/file.C, classes/mail.C, classes/op.C,
14648: classes/xdoc.C, include/pa_cache_managers.h,
14649: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14650: include/pa_stylesheet_manager.h, main/pa_request.C,
14651: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14652: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14653: ctor call [relying on implicit String::Body(cstr) call]
14654:
14655: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14656: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14657: object initialization order [two places]
14658:
14659: 2003-12-10 paf
14660:
14661: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14662: << time now ok
14663:
1.211 moko 14664: * operators.ru.txt, operators.txt,
14665: src/main/pa_sql_driver_manager.C,
1.95 moko 14666: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14667: operational
14668:
1.211 moko 14669: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14670: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14671: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14672: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14673: back operational
14674:
14675: 2003-12-02 paf
14676:
14677: * src/types/pa_vmail.C: bugfix:
14678: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14679: as-is forced]
14680:
14681: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14682: exceptions out of libxml callbacks: reimplemented error handling
14683: of http://localhost, parser://method and safemode check callbacks
14684:
14685: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14686: [merged from HEAD]
14687:
14688: * src/classes/image.C: nothing: comment removed
14689:
14690: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14691: addresses to int
14692:
14693: 2003-12-01 paf
14694:
14695: * src/main/pa_xml_io.C: bugfix: typo
14696:
14697: * src/main/pa_globals.C: bugfix: win32: compile prob
14698:
14699: * src/classes/xdoc.C: bugfix: typo
14700:
14701: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14702: exception
14703:
14704: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14705:
14706: 2003-11-28 paf
14707:
14708: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14709: all xml documents read
14710:
14711: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14712:
14713: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14714: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14715: replaced original open mech of xdoc::create & co to use libxml
14716: open, so that this would work for root document todo: safe mode
14717: checks to libxml: ideally to some 1 point
14718:
14719: * src/main/pa_xml_io.C: comment
14720:
1.211 moko 14721: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14722: in http://parser[abscent params]
1.95 moko 14723:
1.211 moko 14724: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14725: src/main/pa_xml_io.C: works. todo: maybe replace original open
14726: mech of xdoc::create & co to use libxml open, so that this would
14727: work for root document
1.95 moko 14728:
14729: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14730: "parser://method/params/here"> <test> &test^; </test> }]
14731:
14732: ^taint[^xdoc.string[]]
14733:
14734: @method[param] <!ENTITY test
14735: "test-entity-value+$form:user+$param!">
14736:
14737: 2003-11-27 paf
14738:
14739: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14740:
14741: * src/classes/date.C: bugfix: typo error
14742:
14743: 2003-11-26 paf
14744:
1.211 moko 14745: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14746: src/include/pa_globals.h, src/main/Makefile.am,
14747: src/main/main.vcproj, src/main/pa_globals.C,
14748: src/main/pa_request.C, src/include/pa_xml_io.h,
14749: src/main/pa_xml_io.C: simplification: xml errors to
14750: hash<thread_id,error> reorganization: xml io moved to
14751: pa_xml_io.C/h
1.95 moko 14752:
14753: * src/types/pa_value.h: warnings: --
14754:
14755: 2003-11-25 paf
14756:
14757: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14758: whatever)
14759:
14760: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14761: a, (c?x:y, z)
14762:
14763: * src/main/untaint.C: bugfix: consequences of not reading this
14764: comment: CORD_pos_chars_left /* Number of characters in cache.
14765: <= 0 ==> none */
14766:
14767: * src/include/pa_array.h: removed needless checks
14768:
14769: 2003-11-24 paf
14770:
14771: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14772: removed limit: now $form:xxx can be accessed anytime, even in
14773: @auto/conf [and request/response:charset still can be changed
14774: anytime]
14775:
14776: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14777: now not transcodes response body
14778:
1.211 moko 14779: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14780: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14781: $tn[^xdoc.createTextNode[text node value]]
14782: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14783: $xdoc.firstChild.firstChild.nodeValue[different]
14784: ^taint[^xdoc.string[]]
14785:
14786: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14787: workaround: static Hash::allocates -> static Hash_allocates
14788:
14789: 2003-11-21 paf
14790:
1.116 moko 14791: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14792: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14793: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14794:
14795: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14796:
14797: * src/classes/mail.C: bugfix: typo
14798:
14799: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14800: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14801: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14802: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14803: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14804: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14805:
14806: * src/main/pa_exec.C: bug in safe mode
14807:
14808: * src/include/Makefile.am: pa_xml_exception.h
14809:
14810: * src/targets/isapi/parser3isapi.C: more warnings --
14811:
14812: 2003-11-20 paf
14813:
14814: * src/: classes/math.C, classes/op.C, classes/string.C,
14815: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14816: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14817: --
14818:
14819: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14820: more warnings --
14821:
14822: * src/classes/xdoc.C: more warnings --
14823:
14824: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14825:
14826: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14827: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14828:
14829: * src/: classes/date.C, classes/file.C, classes/hash.C,
14830: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14831: classes/table.C, include/pa_cache_managers.h,
14832: include/pa_stylesheet_connection.h, main/pa_request.C,
14833: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14834: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14835: --
14836:
14837: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14838: can't report problem (undefined @unhandled_exception) problem
14839: source string were not reported
14840:
14841: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14842: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14843: classes/hashfile.C, classes/image.C, classes/int.C,
14844: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14845: classes/response.C, classes/string.C, classes/table.C,
14846: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14847: include/pa_array.h, include/pa_cache_managers.h,
14848: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14849: include/pa_config_fixed.h, include/pa_dictionary.h,
14850: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14851: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14852: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14853: include/pa_request.h, include/pa_request_charsets.h,
14854: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14855: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14856: include/pa_stack.h, include/pa_string.h,
14857: include/pa_stylesheet_connection.h,
14858: include/pa_stylesheet_manager.h, include/pa_table.h,
14859: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14860: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14861: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14862: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14863: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14864: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14865: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14866: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14867: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14868: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14869: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14870: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14871: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14872: targets/isapi/parser3isapi.C, types/pa_junction.h,
14873: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14874: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14875: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14876: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14877: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14878: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14879: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14880: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14881: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14882: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14883: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14884: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14885: types/pa_vresponse.h, types/pa_vstateless_class.C,
14886: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14887: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14888: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14889: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14890: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14891: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14892: const IDENT
14893:
14894: * src/: include/pa_array.h, include/pa_pool.h,
14895: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14896: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14897: types/pa_wcontext.h: more warnings --
14898:
14899: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14900: classes/file.C, classes/hash.C, classes/hashfile.C,
14901: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14902: classes/memory.C, classes/op.C, classes/string.C,
14903: classes/table.C, classes/xdoc.C, classes/xnode.C,
14904: include/pa_config_includes.h, include/pa_operation.h,
14905: include/pa_sql_connection.h, include/pa_table.h,
14906: include/pa_types.h, lib/ltdl/config_fixed.h,
14907: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14908: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14909: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14910: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14911: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14912: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14913: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14914: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14915: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14916: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14917: types/pa_vmail.C, types/pa_vobject.C,
14918: types/pa_vstateless_class.h, types/pa_vtable.C,
14919: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14920: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14921: on all projects (except libltdl=off & libsdbm=level3) found
14922: several unitialized vars
14923:
14924: 2003-11-19 paf
14925:
14926: * src/classes/op.C: more ansi C++ comp
14927:
1.211 moko 14928: * operators.ru.txt, operators.txt, src/classes/op.C,
14929: src/include/pa_request.h, src/main/pa_request.C:
14930: ^cache[...]{body}{catch block with $exception.handled[cache]
14931: meaning "get expired cache, if any. else error"}
1.95 moko 14932:
14933: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14934: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14935: ^cache[...]{body}{catch code with $exception.cache field}
14936:
14937: 2003-11-12 paf
14938:
14939: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14940: [copy/paste bug]
14941:
14942: 2003-11-11 paf
14943:
14944: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14945: failed]
14946:
14947: 2003-11-10 paf
14948:
14949: * src/types/pa_vconsole.h: flush
14950:
1.211 moko 14951: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14952: src/types/Makefile.am, src/types/types.vcproj,
14953: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14954:
1.211 moko 14955: * operators.ru.txt, operators.txt: mysql: transaction support:
14956: ?autocommit=0
1.95 moko 14957:
1.211 moko 14958: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14959:
14960: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14961: serialize version and exipire now removes entries
14962:
1.211 moko 14963: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14964: altogether [and dir, if could]
1.95 moko 14965:
14966: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14967: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14968: removes files altogether [and dir, if could]
14969:
14970: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14971: nonexistent pair. .c coded that that was error. fixed
14972:
14973: * src/types/pa_vhashfile.C: sdbm: exception type change to
14974: file.access [regretfull can't split it to different exceptions
14975: without modifying sdbm source wich would prefer not to]
14976:
14977: 2003-11-07 paf
14978:
14979: * src/: classes/date.C, classes/file.C, classes/hash.C,
14980: classes/hashfile.C, classes/image.C, classes/table.C,
14981: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14982: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14983: main/execute.C, main/main.vcproj, main/pa_pool.C,
14984: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14985: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14986: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14987: destructing objects at request processing end
14988:
14989: 2003-11-06 paf
14990:
14991: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14992: updates
14993:
14994: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14995: to include sdbm
14996:
1.116 moko 14997: * src/include/: pa_config_includes.h, pa_version.h: our
14998: replacements of max& co only for cpp
1.95 moko 14999:
15000: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15001: upper dir, .am updated
15002:
15003: * tests/todo.txt: hashfile: done
15004:
1.211 moko 15005: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15006: hashfile: clear & expiration [time in value. todo: move time to
15007: key]
1.95 moko 15008:
15009: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15010:
15011: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15012: to do that in foreach, no errors, but surely wrong]
15013:
1.211 moko 15014: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15015: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15016:
1.211 moko 15017: * operators.ru.txt, operators.txt, src/classes/hash.C,
15018: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15019: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15020:
15021: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15022: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15023: hashfile: hash
1.95 moko 15024:
1.211 moko 15025: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15026: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15027: tests/todo.txt: hashfile: delete
1.95 moko 15028:
15029: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15030: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15031: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15032: get/put [raw]
15033:
15034: * src/: classes/op.C, main/pa_os.C: just linked
15035:
15036: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15037: XmlException changes
15038:
15039: * src/: include/pa_charset.h, include/pa_globals.h,
15040: include/pa_stylesheet_connection.h, main/pa_exception.C:
15041: XmlException changes
15042:
15043: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15044:
15045: * src/: include/pa_common.h, include/pa_exception.h,
15046: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15047: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15048: main/pa_xml_exception.C: locking move to pa_os [along with
15049: pa_sleep] apr-impl locking done
15050:
1.211 moko 15051: * configure, configure.in, operators.ru.txt, operators.txt,
15052: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15053: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15054: src/include/pa_exception.h, src/include/pa_globals.h,
15055: src/include/pa_memory.h, src/include/pa_version.h,
15056: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15057: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15058: src/main/compile.tab.C, src/main/main.vcproj,
15059: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15060: src/types/Makefile.am, src/types/pa_vhash.C,
15061: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15062: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15063: again with sdbm from apache
15064:
15065: 2003-11-05 paf
15066:
15067: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15068: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15069: \parser3project dir anymore
15070:
15071: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15072: thoughtlessly from xalan]
15073:
15074: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15075: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15076: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15077:
15078: * src/main/helpers/CaseFolding.txt:
15079: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15080:
15081: 2003-11-04 paf
15082:
1.211 moko 15083: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15084:
15085: * src/classes/table.C: compiled on unix
15086:
1.116 moko 15087: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15088:
15089: * src/classes/mail.C: compiled on unix
15090:
1.211 moko 15091: * operators.ru.txt, operators.txt, src/classes/mail.C,
15092: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15093: $.options[unix: string to append to sendmail command
15094: line]
15095:
1.211 moko 15096: * operators.ru.txt, operators.txt, src/classes/table.C,
15097: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15098: $.separator[^#09] $.encloser["] <nothing> by default
15099:
15100: * operators.ru.txt, operators.txt, src/classes/table.C,
15101: tests/todo.txt: ^table::load !$.separator[^#09]
15102: !$.encloser["] <nothing> by default
1.95 moko 15103:
15104: 2003-11-03 paf
15105:
1.211 moko 15106: * operators.ru.txt, operators.txt, src/classes/table.C,
15107: src/main/pa_common.C: ^table::load[; options:
15108: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15109:
1.211 moko 15110: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15111: src/types/pa_vrequest.C: $request:document-root
15112:
15113: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15114: [already included into uri=xxx]
15115:
1.211 moko 15116: * operators.ru.txt, operators.txt, src/classes/image.C,
15117: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15118:
15119: * src/classes/date.C: minor precaution
15120:
1.211 moko 15121: * operators.ru.txt, operators.txt, src/classes/date.C:
15122: !^date::unix-timestamp()
1.95 moko 15123: !^date.unix-timestamp[]
15124:
15125: 2003-10-30 paf
15126:
1.211 moko 15127: * operators.ru.txt, operators.txt, src/classes/date.C,
15128: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15129: $date.hour
1.95 moko 15130:
15131: * src/classes/: date.C, image.C: improvement diagnostics:
15132: $now[^date::create[$undefined]] now is error
15133:
15134: * src/main/pa_common.C: read errors would now be reported 'actually
15135: read -1 bytes'
15136:
15137: 2003-10-24 paf
15138:
15139: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15140: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15141: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15142: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15143:
15144: 2003-10-22 paf
15145:
15146: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15147:
15148: 2003-10-21 paf
15149:
1.211 moko 15150: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15151: src/main/pa_string.C: fixed: string.match[g] without <'> option
15152: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15153:
15154: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15155: recoursion' message with intensive throw-catches fixed: incorrect
15156: name and line (one name upper then needed) in error message about
15157: problems inside try block
15158:
15159: 2003-10-10 paf
15160:
15161: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15162: check offset argument for validity did that in String::Body::pos
15163: myself http://i2/tasks/edit/?id=4577425257580789777
15164:
15165: 2003-10-07 paf
15166:
15167: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15168: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15169:
15170: 2003-10-03 paf
15171:
15172: * parser3.sln, src/include/pa_dictionary.h,
15173: src/main/pa_dictionary.C, src/main/pa_string.C,
15174: src/targets/cgi/parser3.vcproj: dictionary optimized by
15175: precalculating cstr&length
15176:
15177: 2003-10-02 paf
15178:
15179: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15180: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15181: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15182: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15183:
15184: 2003-09-30 paf
15185:
15186: * src/main/pa_string.C: string::replace bug fix [were ignoring
15187: occurrances after lang-mismatched
15188:
15189: 2003-09-29 paf
15190:
15191: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15192: helper
15193:
15194: * src/main/pa_string.C: string::serialize bug fix with
15195: zero-terminator
15196:
15197: * src/classes/table.C: ^nameless_table.save column row now has no
15198: \t at the end
15199:
15200: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15201: @postprocess now takes $response:body/download
15202:
15203: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15204: error message
15205:
15206: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15207:
15208: * src/classes/table.C: bugfix: flip: must produce nameless
15209: http://i2/tasks/edit/?id=4573405524674081244
15210:
15211: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15212: main/helpers/simple_folding.pl: utf-8 upper/lower
15213:
15214: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15215: to typo error http://i2/tasks/edit/?id=4573354650786434584
15216:
15217: 2003-09-26 paf
15218:
15219: * src/main/untaint.C: removed needless field
15220:
15221: * src/main/untaint.C: removed needless const
15222:
15223: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15224: String.for_each bug fixed [omited one-char cases]
15225:
15226: * src/include/pa_stack.h: bugfix: before collecting garbage,
15227: runtime-executor stack were cleared... BADLY
15228:
15229: * src/main/pa_string.C: ^stirng.replace code used old
15230: param-convention on langs.append, fixed that search fo the like,
15231: found none
15232:
15233: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15234: string::serialize/deserialize implemented Language enum assigned
15235: meaningful letters [more convinient for debugging. read warning
15236: before adding/changing anything]
15237:
15238: 2003-09-25 paf
15239:
15240: * src/: include/pa_string.h, include/pa_version.h,
15241: main/pa_string.C, main/untaint.C: templates and anonymous unions
15242: differences on unix
15243:
15244: * parser3.sln, src/classes/file.C, src/classes/image.C,
15245: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15246: src/classes/xdoc.C, src/classes/xnode.C,
15247: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15248: src/include/pa_charsets.h, src/include/pa_common.h,
15249: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15250: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15251: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15252: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15253: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15254: src/main/compile_tools.h, src/main/pa_charset.C,
15255: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15256: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15257: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15258: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15259: src/types/pa_vmail.C, src/types/pa_vmath.C,
15260: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15261: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15262:
15263: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15264: functions aligned to that of eeparser3 look
15265:
15266: * src/lib/cord/cordprnt.c: removed warnings
15267:
15268: 2003-09-24 paf
15269:
15270: * src/: classes/file.C, classes/image.C, classes/mail.C,
15271: classes/op.C, classes/xdoc.C, classes/xnode.C,
15272: include/pa_cache_managers.h, include/pa_charset.h,
15273: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15274: include/pa_sql_driver_manager.h, include/pa_string.h,
15275: include/pa_stylesheet_manager.h, include/pa_table.h,
15276: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15277: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15278: main/pa_sql_driver_manager.C, main/pa_string.C,
15279: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15280: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15281: types/pa_vstateless_class.h, types/pa_vstatus.C,
15282: types/pa_vxnode.C: v() functions of String::Body,
15283: String::Languages and String itself StringBody->String::Body
15284:
15285: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15286: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15287: never optimized anything. todo: somehow speed up harder cases:
15288: concatenationA+concatenationB when last block of A and first of B
15289: contain same letters
15290:
15291: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15292: lib/cord/include/cord.h: langs: speed up by joining adjucent
15293: blocks of same char [CORD_append_block]
15294:
15295: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15296: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15297: save space by extending blocks when appending block with c ==
15298: lastblock.c
15299:
15300: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15301: working yet :( but more working &understood :)
15302:
15303: * src/: classes/table.C, include/pa_string.h,
15304: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15305:
15306: 2003-09-23 paf
15307:
15308: * src/main/untaint.C: $a[ok!] $a works!
15309:
15310: * src/main/untaint.C: something even more works :)
15311:
15312: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15313: something more works :)
15314:
15315: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15316: lib/cord/cordxtra.c: something already works :)
15317:
15318: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15319: serialize&deserialize
15320:
15321: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15322: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15323: main/untaint.C: main idea implemented, details left
15324:
15325: 2003-09-22 paf
15326:
15327: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15328:
15329: * src/classes/xnode.C: copy/paste comment bugfix
15330:
15331: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15332: allocator returns 0, just die.
15333: http://i2/tasks/edit/?id=4570798492410259445
15334:
15335: * src/classes/xdoc.C: copy/paste comment bugfix
15336:
15337: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15338: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15339: xnode: getAttributeNS setAttributeNS removeAttributeNS
15340: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15341:
15342: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15343: chars due to bitwise operation signed-char error]
15344:
15345: 2003-09-19 paf
15346:
15347: * src/types/pa_wcontext.C: output message: more practical
15348: suggestion
15349:
1.211 moko 15350: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15351: $f[^file::load[binary;http://...]] $f.tables
15352:
15353: 2003-09-02 paf
15354:
15355: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15356: flush stdout without referencing 'stdout' symbol. to hell with
15357: non-ansi libraries without 'stdout' symbol
15358:
15359: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15360: unix (users reported problems with some old libc)
15361:
15362: * src/types/pa_vdate.h: forgot initializer
15363:
15364: 2003-09-01 paf
15365:
15366: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15367: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15368: zone]
15369:
15370: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15371:
15372: 2003-08-19 paf
15373:
15374: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15375: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15376: simplified a little
15377:
15378: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15379: [lost fix from 3.0.8]
15380:
15381: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15382: visible here }
15383:
15384: bug fix
15385:
15386: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15387:
15388: * src/main/compile.tab.C: initialized couple of variables about
15389: which user reported runtime problems when parser were compiled
15390: with VC7, warning level4. study shows that later in bison
15391: they've fixed that. would migrate to latest bison someday
15392:
15393: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15394: recoding headers)
15395:
15396: * src/types/pa_vmail.C: works as before, same charset problems:
15397: gmime recodes to UTF-8 only headers, not body. so not recoding
15398: anything for now
15399:
15400: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15401: problems with body
15402:
15403: * src/types/pa_vmail.C: mail_receive just compiled
15404:
15405: 2003-08-18 paf
15406:
15407: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15408: main/main.vcproj, types/types.vcproj: win32: continued process
15409: detaching from \parser3project directory
15410:
15411: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15412: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15413: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15414: src/lib/pcre/pcre_dftables.dsp,
15415: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15416: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15417: src/types/types.dsp: moved to MSVC 7
15418:
15419: * gnu.vcproj.vspscc, parser3.vssscc,
15420: src/classes/classes.vcproj.vspscc,
15421: src/lib/cord/cord.vcproj.vspscc,
15422: src/lib/ltdl/libltdl.vcproj.vspscc,
15423: src/lib/md5/md5.vcproj.vspscc,
15424: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15425: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15426: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15427: src/targets/isapi/parser3isapi.vcproj.vspscc,
15428: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15429: moved to MSVC 7
15430:
15431: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15432: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15433: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15434: src/lib/pcre/pcre_dftables.vcproj,
15435: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15436: src/targets/cgi/parser3.vcproj,
15437: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15438: new VS project files
15439:
15440: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15441: .NET to detect Jalindi Igloo capabilities.
15442:
15443: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15444: src/classes/classes.awk, src/doc/footer.htm,
15445: src/include/pa_config_fixed.h, src/include/pa_version.h,
15446: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15447: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15448: src/types/pa_vmail.C: merged 3.1.0 latest changes
15449:
15450: 2003-08-15 paf
15451:
15452: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15453: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15454:
15455: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15456: non-ascii <yyy> now encoded correctly
15457:
15458: 2003-07-29 paf
15459:
1.116 moko 15460: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15461: dist
1.95 moko 15462:
15463: * src/types/pa_vmail.C: just started --with-mail-receive
15464:
15465: 2003-07-28 paf
15466:
1.116 moko 15467: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15468: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15469:
15470: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15471:
15472: 2003-07-25 paf
15473:
15474: * src/doc/footer.htm: year
15475:
15476: 2003-07-24 paf
15477:
15478: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15479: fix
15480:
15481: * src/include/pa_version.h: release
15482:
1.116 moko 15483: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15484:
15485: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15486: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15487: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15488: getting rid of win32xml pseudo project
15489:
15490: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15491:
1.116 moko 15492: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15493: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15494: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15495: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15496: src/classes/classes.C, src/classes/classes.awk,
15497: src/classes/classes.dsp, src/classes/classes.h,
15498: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15499: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15500: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15501: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15502: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15503: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15504: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15505: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15506: src/include/pa_array.h, src/include/pa_cache_managers.h,
15507: src/include/pa_charset.h, src/include/pa_charsets.h,
15508: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15509: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15510: src/include/pa_dictionary.h, src/include/pa_dir.h,
15511: src/include/pa_exception.h, src/include/pa_exec.h,
15512: src/include/pa_globals.h, src/include/pa_hash.h,
15513: src/include/pa_memory.h, src/include/pa_opcode.h,
15514: src/include/pa_operation.h, src/include/pa_pool.h,
15515: src/include/pa_pragma_pack_begin.h,
1.95 moko 15516: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15517: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15518: src/include/pa_sapi.h, src/include/pa_socks.h,
15519: src/include/pa_sql_connection.h,
15520: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15521: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15522: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15523: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15524: src/include/pa_uue.h, src/lib/Makefile.am,
15525: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15526: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15527: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15528: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15529: src/lib/cord/include/ec.h,
15530: src/lib/cord/include/private/Makefile.am,
15531: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15532: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15533: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15534: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15535: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15536: src/main/compile_tools.C, src/main/compile_tools.h,
15537: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15538: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15539: src/main/pa_charsets.C, src/main/pa_common.C,
15540: src/main/pa_dictionary.C, src/main/pa_dir.C,
15541: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15542: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15543: src/main/pa_request.C, src/main/pa_socks.C,
15544: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15545: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15546: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15547: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15548: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15549: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15550: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15551: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15552: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15553: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15554: src/targets/isapi/parser3isapi.dsp,
15555: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15556: src/types/pa_junction.h, src/types/pa_method.h,
15557: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15558: src/types/pa_vclass.C, src/types/pa_vclass.h,
15559: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15560: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15561: src/types/pa_vdouble.h, src/types/pa_venv.h,
15562: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15563: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15564: src/types/pa_vimage.C, src/types/pa_vimage.h,
15565: src/types/pa_vint.h, src/types/pa_vjunction.h,
15566: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15567: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15568: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15569: src/types/pa_vobject.C, src/types/pa_vobject.h,
15570: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15571: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15572: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15573: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15574: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15575: src/types/pa_vstring.h, src/types/pa_vtable.C,
15576: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15577: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15578: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15579: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15580: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15581: HEAD
15582:
15583: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15584: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15585: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15586: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15587: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15588: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15589: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15590: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15591: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15592: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15593: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15594: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15595: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15596: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15597: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15598: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15599: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15600: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15601: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15602: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15603: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15604: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15605: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15606: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15607: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15608: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15609: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15610: outputs/create-dir, results/001.processed, results/002.processed,
15611: results/003.processed, results/004.processed,
15612: results/005.processed, results/006.processed,
15613: results/007.processed, results/008.processed,
15614: results/009.processed, results/010.processed,
15615: results/011.processed, results/012.processed,
15616: results/013.processed, results/014.processed,
15617: results/015.processed, results/016.processed,
15618: results/017.processed, results/018.processed,
15619: results/019.processed, results/020.processed,
15620: results/021.processed, results/022.processed,
15621: results/023.processed, results/024.processed,
15622: results/025.processed, results/026.processed,
15623: results/027.processed, results/028.processed,
15624: results/029.processed, results/030.processed,
15625: results/031.processed, results/032.processed,
15626: results/033.processed, results/034.processed,
15627: results/035.processed, results/036.processed,
15628: results/037.processed, results/038.processed,
15629: results/039.processed, results/040.processed,
15630: results/041.processed, results/042.processed,
15631: results/043.processed, results/044.processed,
15632: results/045.processed, results/046.processed,
15633: results/047.processed, results/048.processed,
15634: results/049.processed, results/050.processed,
15635: results/051.processed, results/052.processed,
15636: results/053.processed, results/054.processed,
15637: results/055.processed, results/056.processed,
15638: results/057.processed, results/058.processed,
15639: results/059.processed, results/060.processed,
15640: results/061.processed, results/062.processed,
15641: results/063.processed, results/064.processed,
15642: results/065.processed, results/066.processed,
15643: results/067.processed, results/068.processed,
15644: results/069.processed, results/070.processed,
15645: results/071.processed, results/072.processed,
15646: results/073.processed, results/074.processed,
15647: results/075.processed, results/076.processed,
15648: results/077.processed, results/078.processed,
15649: results/079.processed, results/080.processed,
15650: results/081.processed, results/082.processed,
15651: results/083.processed, results/084.processed,
15652: results/085.processed, results/086.processed,
15653: results/087.processed, results/088.processed,
15654: results/089.processed, results/090.processed,
15655: results/091.processed, results/092.processed,
15656: results/093.processed, results/094.processed,
15657: results/095.processed, results/096.processed,
15658: results/097.processed, results/098.processed,
15659: results/099.processed, results/100.processed,
15660: results/101.processed, results/102.processed,
15661: results/103.processed, results/104.processed,
15662: results/105.processed, results/106.processed,
15663: results/107.processed, results/108.processed,
15664: results/109.processed, results/110.processed,
15665: results/111.processed, results/112.processed,
15666: results/113.processed, results/114.processed,
15667: results/115.processed, results/116.processed,
15668: results/117.processed, results/118.processed,
15669: results/119.processed, results/120.processed,
15670: results/121.processed, results/122.processed,
15671: results/123.processed, results/124.processed,
15672: results/125.processed, results/126.processed,
15673: results/127.processed, results/128.processed,
15674: results/129.processed, results/130.processed,
15675: results/131.processed, results/132.processed,
15676: results/133.processed, results/134.processed,
15677: results/135.processed, results/136.processed,
15678: results/137.processed, results/138.processed,
15679: results/139.processed, results/140.processed,
15680: results/141.processed: merged(copied) to HEAD from template_gc
15681:
15682: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15683: towards \parser3project not having to be in root
15684:
15685: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15686: module compiled [were minor unnecessary changes in lib/md5
15687: interface]
15688:
15689: * src/include/pa_version.h: release
15690:
15691: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15692:
15693: * src/classes/math.C: merged uuid bugfix
15694:
15695: * tests/: 141.html, results/141.processed: fixed bug with
15696: too-small-a-buffer
15697:
15698: * src/classes/math.C: uuid bugfix
15699:
15700: * tests/: 141.html, Makefile, results/005.processed,
15701: results/030.processed, results/075.processed,
15702: results/078.processed: to reflect date format change (were -
15703: become ' ')
15704:
15705: * src/classes/math.C: uuid bugfix
15706:
15707: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15708: debug/release changes
15709:
15710: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15711:
15712: 2003-07-23 paf
15713:
15714: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15715: renamed a little [to move to comman naming conv]
15716:
1.116 moko 15717: * src/targets/Makefile.am: apache13 splitted to simplify apache
15718: build
1.95 moko 15719:
15720: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15721: main/pa_request.C, main/pa_sql_driver_manager.C,
15722: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15723: stack top_index() fixed
15724:
15725: * src/main/pa_globals.C: minor style changes
15726:
15727: * src/: classes/op.C, include/pa_sql_connection.h: connection
15728: closing/caching fixed [connections were not closed/put to cache]
15729:
15730: 2003-07-22 paf
15731:
15732: * INSTALL: gc part updated stightly
15733:
15734: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15735: new sapi interface
15736:
15737: * src/classes/file.C: comment on OS
15738:
15739: * src/main/pa_string.C: removed reduntant invariant check [there is
15740: one deeper in cord lib]
15741:
15742: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15743:
15744: * src/main/pa_memory.C: out of memory is no longer coredump
15745:
15746: * INSTALL: disable-threads adviced
15747:
15748: 2003-07-21 paf
15749:
1.116 moko 15750: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15751:
15752: * src/classes/file.C: file::exec/cgi environment variables now must
15753: be UPPERCASE and A-Z 0-9 _-
15754:
15755: * src/classes/file.C: env passing fixed
15756:
15757: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15758:
15759: * src/main/pa_common.C: http:// CRLF now
15760:
15761: 2003-07-02 paf
15762:
1.211 moko 15763: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15764: $memory:status fields to reflect their real meaning
1.95 moko 15765:
15766: 2003-06-27 paf
15767:
15768: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15769: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15770: file::exec/cgi .charset
15771:
15772: 2003-06-26 paf
15773:
15774: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15775: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15776: src/classes/table.C: fixed several uninitialized local
15777: structures. notably ^hash.foreach now inserts delimiters
15778: properly [were inserting it before first body]
15779:
15780: 2003-06-24 paf
15781:
15782: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15783:
15784: 2003-06-20 paf
15785:
1.211 moko 15786: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15787: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15788: $f[^file::load[binary;http://...]] $f.tables
15789:
15790: 2003-06-06 paf
15791:
15792: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15793: table. [were method lookup: inconsistent]
15794:
15795: 2003-06-02 paf
15796:
15797: * src/include/pa_memory.h: empty string clone fixed to return
15798: writable memory
15799:
15800: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15801: were not appended] which violated string invariant
15802:
15803: 2003-05-30 paf
15804:
15805: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15806: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15807:
15808: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15809: GMT ; RFC 822, updated by RFC 1123
15810:
15811: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15812: targets/isapi/parser3isapi.C: initialized request_info properly
15813:
15814: * src/classes/xnode.C: found minor bug, commended for future
15815:
15816: 2003-05-28 paf
15817:
15818: * src/classes/form.C: request_info.content_length can't be <0,
15819: size_t for some time
15820:
15821: 2003-05-26 paf
15822:
15823: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15824: forgotten <0 changed to !=STRING_NOT_FOUND
15825:
15826: * src/classes/math.C: merged ffffu from HEAD
15827:
15828: 2003-05-11 paf
15829:
15830: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15831:
15832: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15833: premature doc free. transformed document had xmlDoc reference
15834: stored to non-gc-memory (libgdome) added holding-reference
15835:
15836: 2003-04-29 paf
15837:
15838: * src/main/pa_globals.C: started digging on double free. on win32
15839: found that that's perfectly normal.
15840:
15841: 2003-04-25 paf
15842:
15843: * src/classes/table.C: table.join bug fix [bad limit check]
15844:
15845: * src/classes/math.C: merged from HEAD: simpiler hash_string
15846:
15847: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15848: print anything. changed to quicker and simplier code
15849:
15850: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15851: strict a check]
15852:
15853: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15854:
15855: 2003-04-24 paf
15856:
15857: * src/include/pa_table.h: too strict assert loosened
15858:
15859: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15860: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15861: report
15862:
15863: 2003-04-21 paf
15864:
1.116 moko 15865: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15866:
15867: * src/main/pa_globals.C: pcre memory management changed to use GC
15868: memory
15869:
15870: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15871: xmlMallocAtomic [author agreed to my suggestion], used that
15872:
15873: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15874:
15875: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15876: types/pa_vmail.C: attributed_meaning_to_string added
15877: L_UNSPECIFIED piece which was sortof OK, but violated string
15878: invariant [assertion barked on that] changed to L_PASS_APPEND,
15879: made that param obligatory
15880:
15881: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15882: fixed [assert helped]
15883:
15884: * src/include/pa_string.h: assert added [looking for bug]
15885:
15886: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15887: names on Win32 considered disk-global
15888:
15889: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15890: considered disk-global
15891:
15892: 2003-04-18 paf
15893:
15894: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15895: filenames
15896:
15897: * src/main/untaint.C: enabled '~' letter in filenames
15898:
15899: 2003-04-16 paf
15900:
15901: * src/classes/file.C: small bug introduced in autoptr times fixed
15902:
15903: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15904: HEAD
15905:
1.116 moko 15906: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15907:
15908: 2003-04-15 paf
15909:
1.211 moko 15910: * operators.ru.txt, operators.txt, src/classes/math.C,
15911: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15912: tests/results/141.processed: merged from head ^math:uuid[]
15913: ^math:uid64[] ^math:md5[string]
15914:
15915: test added: 141.html
15916:
1.211 moko 15917: * operators.ru.txt, operators.txt, src/classes/math.C:
15918: ^math:uid64[]
1.95 moko 15919:
15920: * src/classes/math.C: ^math:uuid[]
15921:
1.211 moko 15922: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15923:
1.211 moko 15924: * operators.ru.txt, operators.txt, src/classes/math.C,
15925: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15926: 16-byte digest
15927:
15928: * operators.ru.txt, operators.txt, src/classes/file.C,
15929: src/include/pa_common.h, src/include/pa_config_fixed.h,
15930: src/main/pa_common.C: ^file::load[mode;name; $.offset
15931: $.limit
1.95 moko 15932:
15933: 2003-04-14 paf
15934:
15935: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15936: started ^math:md5
15937:
15938: * src/classes/table.C, src/include/pa_array.h,
15939: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15940: tests/results/140.processed: table $.reverse option works in
15941: create&co table $.distinct[tables] bug fix merged
15942:
15943: * src/: classes/table.C, include/pa_table.h: table
15944: $.distinct[tables] bug fixed
15945:
15946: * src/classes/table.C: more warnings
15947:
15948: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15949: removed checks in table::set_current, moved them back to
15950: table::locate implemented table::create/join ñ $.reverse
15951:
15952: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15953: removed checks in table::set_current, moved them back to
15954: table::locate
15955:
15956: 2003-04-11 paf
15957:
1.211 moko 15958: * operators.ru.txt, operators.txt, src/classes/date.C,
15959: src/classes/table.C, src/include/pa_array.h,
15960: src/include/pa_common.h, src/include/pa_config_includes.h,
15961: src/include/pa_string.h, src/include/pa_table.h,
15962: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15963: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15964: before_append_array_limit_sense_change to
15965: after_append_array_limit_sense_change
15966:
15967: * src/classes/table.C: typo
15968:
1.211 moko 15969: * operators.ru.txt, operators.txt, src/classes/date.C,
15970: src/classes/table.C, src/include/pa_array.h,
15971: src/include/pa_common.h, src/include/pa_config_includes.h,
15972: src/include/pa_globals.h, src/include/pa_table.h,
15973: src/main/pa_array.C, src/main/pa_globals.C,
15974: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15975: src/main/pa_string.C, src/main/pa_table.C:
15976: append_array_limit_sense_change locate accepts options same as
15977: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15978:
15979: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15980: (stat xxx,
15981:
15982: * src/classes/: table.C: typo
15983:
15984: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15985: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15986: results/130.processed, results/131.processed,
15987: results/132.processed, results/133.processed,
15988: results/134.processed, results/135.processed,
15989: results/136.processed, results/137.processed,
15990: results/138.processed, results/139.processed: added few mustfail
15991: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15992: date/time 132.html mustfail: access to junction outside of
15993: context 133.html mustfail: access to junction outside of context,
15994: case version 134.html mustfail: hash: adding a key inside of
15995: foreach 135.html mustfail: modifying system class 136.html
15996: mustfail: $.name outside of $hash[here] 137.html mustfail:
15997: appendChild without import 138.html mustfail: invalid encoding
15998: inside of xml 139.html mustfail: bad XPath
15999:
1.211 moko 16000: * operators.ru.txt, operators.txt, src/classes/table.C,
16001: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16002: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16003: tests/results/126.processed, tests/results/127.processed,
16004: tests/results/128.processed, tests/results/129.processed: merged
16005: from HEAD ^table.hash[key][$.distinct[tables]]
16006:
16007: maked appropriate tests [changed one old nonconforming]
16008:
1.211 moko 16009: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16010: ^table.hash[key][$.distinct[tables]]
16011:
16012: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16013: merged fix for found very old xml (dom) bug: were passing
16014: domString objects and later ERROREOUSLY freed them
16015:
16016: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16017: src/main/pa_charset.C: re-added libgdome patch. regretfully
16018: libgdome bug can not be worked around
16019:
16020: 2003-04-10 paf
16021:
16022: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16023: found very old xml (dom) bug: were passing domString objects and
16024: later ERROREOUSLY freed them
16025:
16026: * src/doc/string.dox, src/include/pa_memory.h,
16027: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16028: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16029: tests/123.html, tests/124.html, tests/results/001.processed,
16030: tests/results/002.processed, tests/results/003.processed,
16031: tests/results/004.processed, tests/results/005.processed,
16032: tests/results/006.processed, tests/results/008.processed,
16033: tests/results/009.processed, tests/results/010.processed,
16034: tests/results/011.processed, tests/results/012.processed,
16035: tests/results/013.processed, tests/results/014.processed,
16036: tests/results/015.processed, tests/results/016.processed,
16037: tests/results/017.processed, tests/results/018.processed,
16038: tests/results/020.processed, tests/results/021.processed,
16039: tests/results/022.processed, tests/results/023.processed,
16040: tests/results/024.processed, tests/results/025.processed,
16041: tests/results/026.processed, tests/results/027.processed,
16042: tests/results/028.processed, tests/results/029.processed,
16043: tests/results/030.processed, tests/results/031.processed,
16044: tests/results/032.processed, tests/results/033.processed,
16045: tests/results/034.processed, tests/results/035.processed,
16046: tests/results/036.processed, tests/results/037.processed,
16047: tests/results/038.processed, tests/results/039.processed,
16048: tests/results/040.processed, tests/results/041.processed,
16049: tests/results/042.processed, tests/results/043.processed,
16050: tests/results/044.processed, tests/results/045.processed,
16051: tests/results/046.processed, tests/results/047.processed,
16052: tests/results/048.processed, tests/results/049.processed,
16053: tests/results/050.processed, tests/results/051.processed,
16054: tests/results/052.processed, tests/results/053.processed,
16055: tests/results/054.processed, tests/results/055.processed,
16056: tests/results/056.processed, tests/results/057.processed,
16057: tests/results/058.processed, tests/results/059.processed,
16058: tests/results/060.processed, tests/results/061.processed,
16059: tests/results/062.processed, tests/results/063.processed,
16060: tests/results/064.processed, tests/results/065.processed,
16061: tests/results/066.processed, tests/results/067.processed,
16062: tests/results/068.processed, tests/results/069.processed,
16063: tests/results/070.processed, tests/results/071.processed,
16064: tests/results/072.processed, tests/results/073.processed,
16065: tests/results/074.processed, tests/results/075.processed,
16066: tests/results/076.processed, tests/results/077.processed,
16067: tests/results/078.processed, tests/results/079.processed,
16068: tests/results/080.processed, tests/results/081.processed,
16069: tests/results/082.processed, tests/results/083.processed,
16070: tests/results/084.processed, tests/results/085.processed,
16071: tests/results/086.processed, tests/results/087.processed,
16072: tests/results/088.processed, tests/results/089.processed,
16073: tests/results/090.processed, tests/results/091.processed,
16074: tests/results/092.processed, tests/results/093.processed,
16075: tests/results/094.processed, tests/results/095.processed,
16076: tests/results/096.processed, tests/results/097.processed,
16077: tests/results/101.processed, tests/results/102.processed,
16078: tests/results/104.processed, tests/results/105.processed,
16079: tests/results/106.processed, tests/results/107.processed,
16080: tests/results/108.processed, tests/results/109.processed,
16081: tests/results/110.processed, tests/results/111.processed,
16082: tests/results/112.processed, tests/results/113.processed,
16083: tests/results/114.processed, tests/results/115.processed,
16084: tests/results/116.processed, tests/results/117.processed,
16085: tests/results/118.processed, tests/results/119.processed,
16086: tests/results/120.processed, tests/results/121.processed,
16087: tests/results/122.processed, tests/results/123.processed,
16088: tests/results/124.processed: new convention: char* never 0.
16089: assert in cord on that
16090:
16091: * src/main/pa_charset.C: couple more asserts
16092:
16093: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16094: speedup
16095:
16096: * src/main/pa_charset.C: couple assertions on fantastic situations
16097: added [may be those is the case now?]
16098:
16099: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16100: that's memory from gc_malloc, not from g_malloc :(, but would
16101: hope]
16102:
16103: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16104: that's memory from gc_malloc, not from g_malloc :(, but would
16105: hope]
16106:
16107: * src/main/pa_charset.C: checked custom malloc for returning 0
16108:
16109: 2003-04-09 paf
16110:
16111: * src/classes/date.C: merged ^date.roll changes
16112:
16113: * src/classes/date.C: ^date.roll bug fix
16114:
16115: * src/classes/date.C: ^date.roll now throws less errors: month
16116: shifts handles end of month situation by reducing day number
16117: hour-hole shift reduces hour to recover
16118:
16119: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16120: Sort by function time
16121:
1.211 moko 16122: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16123: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16124:
16125: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16126: added [after volatile fix. passes on win&intel-solaris]
16127:
16128: 2003-04-08 paf
16129:
16130: * src/: classes/file.C, classes/op.C, classes/table.C,
16131: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16132: include/pa_common.h, include/pa_request_charsets.h,
16133: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16134: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16135: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16136: types/pa_vresponse.C: started http:// $.charset[] param and
16137: http response charset detection just compiled. todo:test
16138:
16139: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16140:
16141: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16142: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16143: types/pa_vmail.C: changed transcode param converntion along with
16144: string creating convention -- all strings are zero-terminated,
16145: this allowed to fix one remaining String("123", 2) case
16146:
16147: * src/: classes/date.C, classes/file.C, classes/hash.C,
16148: classes/op.C, classes/string.C, classes/table.C,
16149: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16150: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16151: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16152: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16153: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16154: violated String::invariant. started fixing [not compiled now]
16155:
16156: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16157: main/compile.tab.C, main/compile.y, main/pa_string.C,
16158: main/untaint.C, targets/cgi/parser3.C: number of string style
16159: improvements & optimizations
16160:
16161: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16162: :(]
16163:
16164: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16165: [for it's a pointer really]
16166:
16167: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16168: 'n' param. worked that around
16169:
16170: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16171: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16172: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16173: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16174: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16175:
16176: Thanks for the bug report and patch.
16177:
16178: I hadn't looked at this code in a while. Reading it now, it
16179: seems to me that the tests should also be ">= MAX_DEPTH" to
16180: comply with the invariant, though that may not matter a lot. I
16181: changed that, too.
16182:
16183: Hans
16184:
16185: 2003-04-07 paf
16186:
16187: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16188: merged from head:safe mode error message now includes numbers
16189:
16190: * src/main/execute.C: n-th attempt to make a=a work with double.
16191: problem: as_double returns it's result in fp-register compiler
16192: optimizes access to that register after b->as_double, and just
16193: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16194: from memory. _SAME_ double values do not match here. when
16195: forced to REload fp-register, values do match.
16196:
16197: tried to make them volatile.
16198:
16199: * src/main/execute.C: n-th attempt to make a=a work with double.
16200: problem: as_double returns it's result in fp-register compiler
16201: optimizes access to that register after b->as_double, and just
16202: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16203: from memory. _SAME_ double values do not match here. when
16204: forced to REload fp-register, values do match.
16205:
16206: tried to make them volatile.
16207:
16208: * src/types/pa_vobject.h: small style change
16209:
16210: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16211:
16212: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16213: mode error message now includes numbers
16214:
16215: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16216: now causes death
16217:
16218: 2003-04-04 paf
16219:
16220: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16221: incorportated pa_exec patch by From: "Victor Fedoseev"
16222: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16223: Sent: Thursday, January 23, 2003 9:14 AM
16224:
16225: huge speedup on ^file::cgi with big result
16226:
16227: * src/classes/table.C: sort table with 0 rows bug fixed
16228:
16229: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16230: fix http://i2/tasks/edit/?id=4493701604654042676
16231:
16232: @main[] $with_default[ $.a[1] $._default[default from
16233: with_default] ] ^show[$with_default]
16234:
16235: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16236: =$to_add_to.xxx=<br>
16237:
16238: ^show[$to_add_to]
16239:
16240: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16241: ^show[$cloned]
16242:
16243: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16244:
16245: } <hr>
16246:
16247: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16248: http://i2/tasks/edit/?id=4493701604654042676
16249:
16250: @main[] $with_default[ $.a[1] $._default[default from
16251: with_default] ] ^show[$with_default]
16252:
16253: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16254: =$to_add_to.xxx=<br>
16255:
16256: ^show[$to_add_to]
16257:
16258: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16259: ^show[$cloned]
16260:
16261: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16262:
16263: } <hr>
16264:
16265: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16266: http://i2/tasks/edit/?id=4507350336410850921
16267:
16268: * src/classes/xdoc.C: memory allocation func bugfix
16269: http://i2/tasks/edit/?id=4499303470368629745
16270:
16271: * src/classes/math.C: allowed random 1...
16272:
16273: * src/classes/math.C: allowed random 0..
16274:
16275: * src/main/pa_globals.C: exif mem leak
16276: http://i2/tasks/edit/?id=4480590323629807263
16277:
16278: * src/: classes/classes.dsp, main/main.dsp,
16279: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16280: fix http://i2/tasks/edit/?id=4493946731322521294
16281: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16282:
16283: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16284: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16285: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16286: links to xml libs made relative, no need to unpack parser3project
16287: to /parser3project.
16288:
16289: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16290: column more precise - tab handling bug fixed
16291:
16292: * src/main/: compile.tab.C, compile.y: more understandable error
16293: message in case @CLASS with more then one line inside
16294:
16295: * src/targets/cgi/parser3.C: more understandable error message in
16296: case of errors in @unhandled_exception
16297:
16298: 2003-04-03 paf
16299:
16300: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16301: src/main/compile.tab.C, src/main/compile.y,
16302: src/main/compile_tools.C, src/main/compile_tools.h,
16303: src/main/execute.C, src/main/pa_request.C: debug info format
16304: simplified, now it's: OP_VALUE Operation::Origin << here value*
16305:
16306: higher limits: file number (max: 255) line number (max:
16307: 64535) column number (max: 255)
16308:
16309: * src/classes/math.C: top limit
16310:
16311: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16312: precise parse error position in case of
16313:
16314: ^bug ]
16315:
16316: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16317: changed to realities, and passed [bug fixed]
16318:
16319: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16320: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16321: main/compile_tools.h, main/pa_request.C: introducing
16322: ^process...[main-method-alias]
16323:
16324: * src/: classes/date.C, classes/image.C, classes/op.C,
16325: classes/string.C, classes/table.C, classes/xdoc.C,
16326: types/pa_vmethod_frame.h: MethodParams& now [methods without
16327: params receive zero reference, but they are expected not to look
16328: there]
16329:
1.211 moko 16330: * operators.ru.txt, operators.txt, src/classes/date.C,
16331: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16332: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16333: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16334: src/classes/response.C, src/classes/string.C,
16335: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16336: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16337: src/types/pa_method.h: MethodParams& now [methods without params
16338: receive zero reference, but they are expected not to look there]
16339:
16340: * operators.ru.txt, operators.txt, src/classes/op.C,
16341: src/include/pa_request.h, src/main/pa_request.C,
16342: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16343: better error reporting [file/line/col]
1.95 moko 16344:
16345: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16346: types/pa_vstring.h: slightly improved error messages text: 1. is
16347: '%s', it 2. method undefined in case of ^void[]
16348:
16349: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16350: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16351: handling done. now we have error columns todo: test it
16352:
16353: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16354: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16355:
16356: this makes life easier: were: bad stack order -- were in
16357: exception catch unwind order, which didn't match execution order
16358:
16359: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16360:
16361: @first[] ^throw[a;1]
16362:
16363: showed throw a first throw b try
16364:
16365: which is no good
16366:
16367: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16368: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16369: trace reset after handled exception [old bug fixed]
16370:
16371: * src/main/: compile.tab.C, compile.y: parse position old bug
16372: fixed. position reporting made precise [both, in parse erros and
16373: runtime errors]
16374:
16375: 2003-04-02 paf
16376:
16377: * src/: include/pa_operation.h, include/pa_request.h,
16378: main/compile.C, main/compile.tab.C, main/compile.y,
16379: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16380: main/pa_exception.C, main/pa_request.C: debug info: started
16381: using. todo:complete
16382:
16383: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16384: main/compile.C, main/compile.tab.C, main/compile.y,
16385: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16386: main/pa_request.C: prepared debug info todo:use it
16387:
16388: * src/include/pa_operation.h: strange mistake fixed: forgot to
16389: return Operation class->union after switching from autoptrs.
16390:
16391: * tests/: Makefile, results/108.processed, results/117.processed:
16392: meta considered OK [it's up to coder now to remove it not needed]
16393:
16394: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16395: Dictionary constructor when moved to gc]
16396:
16397: * src/main/pa_common.C: uncommented http:// file loading
16398:
16399: * src/include/pa_array.h, src/main/execute.C,
16400: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16401: fix [gdGrowingBuf]
16402:
16403: * configure.in, src/lib/Makefile.am: removed patches
16404:
16405: * configure, src/include/pa_config_auto.h.in,
16406: src/main/pa_charset.C: --enable-assertions autoconf-ed
16407:
16408: * src/main/pa_common.C: uncommented http:// file loading
16409:
16410: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16411: xdoc::create/load
16412:
16413: * src/: classes/form.C, classes/hash.C, classes/image.C,
16414: classes/string.C, classes/table.C, classes/void.C,
16415: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16416: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16417: String::String(str,helper_length) are checked. found/fixed one
16418: place: $request:body now zero-terminated,
16419:
16420: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16421: main/compile_tools.C, main/execute.C, types/pa_value.h,
16422: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16423: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16424: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16425: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16426: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16427: types/pa_vxnode.h: more locally scoped vars in execute (more
16428: easily optimizable)
16429:
16430: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16431: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16432:
16433: * src/: include/pa_array.h, include/pa_stack.h,
16434: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16435: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16436: become assertion iterator in methodframe filler
16437:
16438: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16439: targets/cgi/parser3.C: array::get/put inlined
16440:
16441: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16442: gc_substitute_memory_management_functions +installed CORD_oom
16443: function
16444:
16445: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16446: src/include/pa_config_includes.h, src/include/pa_string.h,
16447: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16448: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16449: assertions started configure.in --enable-assertions
16450:
16451: 2003-04-01 paf
16452:
16453: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16454: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16455: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16456: gdome uses glib memory, and stores last pointer to xmlDoc there,
16457: gc misses that and collects valid memory fixed by remembering
16458: xmlDoc from dom object in xdoc. todo: do something with
16459: premature free of xdoc with xnodes/node values referring into it
16460:
16461: * src/classes/: mail.C: typo fix
16462:
16463: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16464: changes
16465:
16466: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16467: main/pa_memory.C: moved memory debugging to global level: to
16468: pa_gc_malloc
16469:
16470: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16471: debugging showed no errors. todo: debug parser memory
16472:
16473: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16474: configurations
16475:
16476: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16477: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16478: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16479: types/types.dsp: prepared xml-static configuration
16480:
16481: 2003-03-31 paf
16482:
16483: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16484: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16485: xml lib memory debugging, simple checks failed: it seems that
16486: library does realloc(bad ptr), and recording those ptrs in heap
16487: [for debugging] was bad: heap situation changes = everything
16488: works fine
16489:
16490: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16491: xmlRegisterCharEncodingHandler limitation [currently imposed
16492: limit of 10 user-defined charsets]
16493:
16494: 2003-03-28 paf
16495:
16496: * src/main/execute.C: execution stack copied to local register
16497: variable, removed lots [~2e7) of memory accesses
16498:
16499: 2003-03-27 paf
16500:
16501: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16502: works in debug, but fails in release todo: fix that
16503:
16504: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16505: targets/cgi/parser3.C: forgot to merge XML memory funcs
16506: replacement from gc branch
16507:
16508: * src/main/pa_exec.C: introducing append_help_length [radical
16509: improvement here]
16510:
16511: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16512: 'not recommened' in gc.h, on win32 noticed no difference]
16513:
16514: * src/include/pa_array.h: returned checked array get [were disabled
16515: for debugging] result:not slower [don't understand that, it were
16516: INLINED] todo: find out a way of inlining it!
16517:
16518: * src/: include/pa_string.h, lib/gc/include/gc.h,
16519: lib/gc/include/gc_fake.h, main/compile.tab.C,
16520: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16521: convention changed: all resulting strings are zero-terminated
16522:
16523: * src/: classes/date.C, classes/file.C, classes/hash.C,
16524: classes/string.C, classes/table.C, classes/void.C,
16525: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16526: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16527: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16528: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16529: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16530: types/pa_vfile.C, types/pa_vmail.C: introducing
16531: append_help_length [radical improvement here]
16532:
16533: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16534: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16535: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16536: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16537: even slower
16538:
16539: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16540: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16541: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16542: clients of &get(): most to use non-ref version, some[in tight
16543: places] to get_unchecked_ref
16544:
16545: * src/doc/memory.dox: forgot to add
16546:
16547: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16548: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16549: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16550: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16551: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16552: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16553: targets/cgi/parser3.dsp, types/pa_vmail.C,
16554: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16555: T>>&<< removed after Stack::pop wiping removed [moved to separate
16556: func] other Array & removed
16557:
16558: 2003-03-26 paf
16559:
16560: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16561: classes/table.C, include/pa_array.h, include/pa_charset.h,
16562: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16563: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16564: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16565: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16566: main/pa_exec.C, main/pa_sql_driver_manager.C,
16567: main/pa_stylesheet_manager.C, main/pa_table.C,
16568: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16569: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16570: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16571: pre-evaluated .count() in some places
16572:
16573: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16574: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16575: types/types.dsp: .dsp profiling updated
16576:
16577: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16578: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16579: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16580:
16581: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16582: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16583: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16584: use lib/gc,lib/cord
16585:
1.116 moko 16586: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16587: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16588: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16589: src/include/pa_config_includes.h, src/include/pa_request.h,
16590: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16591: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16592: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16593: src/lib/cord/include/Makefile.am,
1.116 moko 16594: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16595: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16596: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16597: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16598: src/types/pa_vform.h, src/types/pa_vhash.h,
16599: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16600: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16601: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16602: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16603: funcs ported pa_exec
1.95 moko 16604:
16605: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16606:
16607: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16608: bundled gc includes
16609:
16610: * src/: classes/op.C, include/pa_array.h,
16611: include/pa_sql_connection.h, include/pa_string.h,
16612: include/pa_version.h, main/compile.tab.C, main/compile.y,
16613: main/execute.C, main/pa_common.C, main/pa_exception.C,
16614: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16615: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16616: first real site (aval)]
16617:
16618: 2003-03-25 paf
16619:
1.211 moko 16620: * operators.ru.txt, operators.txt,
16621: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16622: $status.memory used free since_compact process
1.95 moko 16623:
16624: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16625: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16626:
16627: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16628:
16629: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16630: src/types/pa_value.h, src/types/pa_vfile.h,
16631: src/types/pa_vobject.C, src/types/pa_vobject.h,
16632: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16633: tests/results/121.processed: untaint.C L_URI
16634:
1.211 moko 16635: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16636: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16637: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16638: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16639:
16640: * tests/results/109.processed: it was a bug in parser. updated 109
16641: test result
16642:
16643: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16644:
16645: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16646: tests/results/107.processed: fixed dom language [values are now
16647: considered tainted. it was a bug in parser. updated 107 test
16648: result
16649:
16650: * src/classes/xdoc.C: fixed transform params
16651:
16652: * src/: include/pa_stylesheet_manager.h,
16653: main/pa_stylesheet_manager.C: fixed stylesheet caching
16654:
16655: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16656: overloads for structure handling
16657:
16658: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16659: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16660: StringBody(0) ambiguilty, introducting static
16661: StringBody::Format(int)
16662:
16663: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16664: linked
16665:
16666: * src/types/pa_vxdoc.C: vxdoc compiled
16667:
16668: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16669: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16670: finalizers isntalled
16671:
16672: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16673: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16674: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16675: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16676: compiled todo: xnode.C / finalizers
16677:
16678: * src/doc/string.dox: updated: new string internals
16679:
16680: 2003-03-24 paf
16681:
16682: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16683: include/pa_charset.h, include/pa_config_fixed.h,
16684: include/pa_request.h, include/pa_stylesheet_connection.h,
16685: include/pa_stylesheet_manager.h, main/pa_charset.C,
16686: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16687: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16688: types/pa_vxnode.h: started XML
16689:
16690: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16691:
16692: * src/: classes/file.C, classes/image.C, classes/mail.C,
16693: include/pa_string.h, main/pa_common.C,
16694: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16695:
16696: * src/: classes/file.C, classes/image.C, classes/mail.C,
16697: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16698: main/pa_request.C, main/pa_sql_driver_manager.C,
16699: types/pa_vimage.h: size_t pos everywhere checks changed to check
16700: for eq STRING_NOT_FOUND
16701:
16702: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16703: optimize bit implemented
16704:
16705: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16706: String::ArrayFragment::append_positions fixed
16707:
16708: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16709: String::this_starts fixed
16710:
16711: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16712:
16713: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16714: hashcode implemented fully, including per-char callback [it can
16715: be - substr CORD node]
16716:
16717: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16718: rewritten to rewalloc with 100byte buf ahead
16719:
16720: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16721: src/include/pa_string.h, src/main/compile.tab.C,
16722: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16723: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16724: CORD_ec [bad] would rewrite as realloc now
16725:
16726: * src/: classes/date.C, classes/file.C, classes/form.C,
16727: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16728: include/pa_cache_managers.h, include/pa_charsets.h,
16729: include/pa_common.h, include/pa_request.h,
16730: include/pa_sql_driver_manager.h, include/pa_table.h,
16731: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16732: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16733: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16734: types/pa_vmail.C, types/pa_vmethod_frame.C,
16735: types/pa_vstateless_class.h: 2*2 worked :)
16736:
16737: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16738: src/include/pa_exec.h, src/include/pa_string.h,
16739: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16740: passed OK
16741:
16742: * src/: classes/hash.C, classes/string.C, classes/table.C,
16743: types/pa_value.C: all linked todo: debug
16744:
16745: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16746: types/pa_vstateless_class.C: all compiled. todo:link
16747:
16748: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16749:
16750: * src/types/pa_vtable.C: pa_vtable.C compiled
16751:
16752: * src/types/pa_vstring.C: pa_vstring.C compiled
16753:
16754: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16755:
16756: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16757: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16758: pa_vstateless_class.C, pa_vstateless_class.h:
16759: pa_vstateless_class.C compiled
16760:
16761: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16762: types/pa_vmath.C: pa_vmail.C compiled
16763:
16764: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16765:
16766: * src/types/pa_vform.C: pa_vform.C compiled
16767:
16768: * src/types/pa_vfile.C: pa_vfile.C compiled
16769:
16770: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16771: pa_vstateless_class.C: pa_vcookie.C compiled
16772:
16773: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16774: types/pa_vhash.h: pa_value.C compiled
16775:
16776: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16777: classes.lib main.lib compiled
16778:
16779: * src/classes/void.C: void.C compiled
16780:
16781: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16782: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16783: compiled
16784:
16785: * src/: classes/string.C, include/pa_request.h,
16786: include/pa_string.h, main/pa_string.C: string.C compiled
16787:
16788: * src/: classes/op.C, classes/string.C, classes/table.C,
16789: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16790: main/pa_request.C, main/pa_string.C: op.C compiled
16791:
16792: * src/classes/: math.C, op.C: math.C compiled
16793:
16794: * src/: classes/mail.C, classes/string.C, classes/table.C,
16795: types/pa_vmail.h: mail.C compiled
16796:
16797: * src/classes/: int.C, table.C: int.C compiled
16798:
16799: * src/: classes/hash.C, classes/image.C, classes/string.C,
16800: classes/table.C, include/pa_memory.h, include/pa_string.h,
16801: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16802: compiled
16803:
16804: * src/: classes/hash.C, classes/string.C, classes/table.C,
16805: classes/void.C, classes/xdoc.C, include/pa_request.h,
16806: include/pa_sql_connection.h: hash.C compiled
16807:
16808: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16809: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16810: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16811: classes/math.C, classes/op.C, classes/response.C,
16812: classes/string.C, classes/table.C, classes/void.C,
16813: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16814: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16815: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16816: file.C table.C compiled
16817:
16818: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16819: main/untaint.C: main.lib compiled
16820:
16821: 2003-03-21 paf
16822:
16823: * src/: classes/op.C, include/pa_cache_managers.h,
16824: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16825: include/pa_stylesheet_manager.h, main/pa_exception.C,
16826: main/pa_globals.C, main/pa_sql_driver_manager.C,
16827: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16828: compiled
16829:
16830: * src/: classes/hash.C, classes/image.C, classes/op.C,
16831: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16832: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16833: main/compile.C, main/pa_common.C, main/pa_request.C,
16834: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16835: pa_request.C compiled
16836:
16837: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16838: include/pa_request.h, main/execute.C, main/pa_request.C,
16839: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16840: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16841: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16842: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16843: compiled
16844:
16845: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16846: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16847: on unix
16848:
16849: * src/: include/pa_charset.h, include/pa_charsets.h,
16850: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16851: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16852: pa_charsets.C compiled
16853:
16854: * src/: classes/image.C, classes/mail.C, classes/op.C,
16855: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16856: main/compile.y, main/execute.C, main/pa_common.C,
16857: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16858: types/pa_vcode_frame.h, types/pa_vimage.h,
16859: types/pa_vmethod_frame.h: execute.C compiled
16860:
16861: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16862: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16863: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16864: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16865: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16866: include/pa_cache_managers.h, include/pa_charsets.h,
16867: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16868: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16869: include/pa_sql_driver_manager.h, include/pa_string.h,
16870: include/pa_stylesheet_connection.h,
16871: include/pa_stylesheet_manager.h, include/pa_table.h,
16872: main/compile.C, main/compile.tab.C, main/compile.y,
16873: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16874: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16875: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16876: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16877: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16878: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16879: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16880: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16881: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16882: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16883: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16884: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16885: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16886: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16887: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16888: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16889: types/pa_vresponse.h, types/pa_vstateless_class.C,
16890: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16891: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16892: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16893: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16894: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16895: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16896: [C++ CORD wrapper]
16897:
16898: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16899:
16900: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16901: $file::exec/cgi[script; $.charset[this is script's charset]
16902:
16903: command line, env values, input got transcoded before call
16904: stdout, stderr got transcoded after call
16905:
16906: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16907: by default. use: ^file::exec[...;$.stdin[$request.body]
16908:
16909: * src/main/pa_common.C: } typo bug fix
16910:
16911: * src/main/pa_common.C: } typo bug fix
16912:
16913: 2003-03-20 paf
16914:
16915: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16916: main/untaint.C: cord bug fix, but still errors todo: clear out
16917:
16918: * src/include/pa_string.h: more tests
16919:
16920: * src/main/pa_string.C: string.pos fixed
16921:
1.116 moko 16922: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16923: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16924: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16925: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16926: replaces
1.95 moko 16927:
16928: * src/: classes/image.C, include/pa_dictionary.h,
16929: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16930: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16931: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16932: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16933:
16934: * src/include/pa_string.h: warning
16935:
16936: * src/include/pa_string.h: this_starts fixed
16937:
16938: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16939: new String ctor & append params convention
16940:
16941: * src/: classes/file.C, classes/hash.C, classes/image.C,
16942: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16943: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16944: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16945: main/pa_exception.C, main/pa_exec.C,
16946: main/pa_sql_driver_manager.C, main/pa_string.C,
16947: main/pa_stylesheet_manager.C, main/untaint.C,
16948: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16949: types/pa_vmail.C: more tests OK
16950:
16951: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16952: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16953: gc/exit runned OK
16954:
16955: * src/types/pa_vmail.C: another naming problem: should not name
16956: vars like that: unpredictable close caused problems with later
16957: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16958: descriptors missing on startup: stdin; Bad file number
16959:
16960: todo: find out why so many filters(stream) here. probably wrong?
16961:
16962: * src/: include/pa_dictionary.h, include/pa_string.h,
16963: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16964: main/untaint.C: test compiled
16965:
16966: * src/: classes/image.C, classes/mail.C, classes/math.C,
16967: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16968: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16969: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16970: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16971: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16972: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16973: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16974: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16975: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16976:
16977: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16978: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16979: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16980: src/include/pa_memory.h, src/include/pa_request.h,
16981: src/include/pa_request_charsets.h,
16982: src/include/pa_sql_connection.h, src/include/pa_string.h,
16983: src/main/compile.tab.C, src/main/execute.C,
16984: src/main/pa_charset.C, src/main/pa_common.C,
16985: src/main/pa_exception.C, src/main/pa_exec.C,
16986: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16987: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16988: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16989: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16990: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16991: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16992: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16993: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16994: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16995: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16996: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16997: pa_common.C [done, without http for now]
16998:
16999: 2003-03-19 paf
17000:
17001: * src/: classes/date.C, classes/form.C, classes/hash.C,
17002: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17003: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17004: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17005: include/pa_string.h, include/pa_table.h, main/compile.C,
17006: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17007: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17008: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17009: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17010: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17011: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17012: types/pa_vstateless_class.h, types/pa_vtable.C,
17013: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17014: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17015: types/pa_wwrapper.h: started test
17016:
1.116 moko 17017: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17018: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17019:
17020: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17021: include/pa_string.h, main/pa_string.C: string compiled todo: test
17022: it
17023:
17024: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17025: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17026: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17027: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17028: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17029: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17030: types/pa_vmethod_frame.h, types/types.dsp: string
17031: reimplementation with cord+array<fragment>: 70%
17032:
17033: 2003-03-18 paf
17034:
17035: * src/: classes/date.C, classes/file.C, classes/form.C,
17036: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17037: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17038: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17039: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17040: can ignore lang in cmp and pos really, but would
17041: split properly!
17042:
17043: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17044: cord part made parser/src/lib: it's not compiled into libgc by
17045: default
17046:
17047: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17048: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17049: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17050: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17051: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17052: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17053: src/classes/xnode.C, src/classes/xnode.h,
17054: src/include/Makefile.am, src/include/pa_cache_managers.h,
17055: src/include/pa_charset.h, src/include/pa_charsets.h,
17056: src/include/pa_common.h, src/include/pa_dictionary.h,
17057: src/include/pa_exception.h, src/include/pa_exec.h,
17058: src/include/pa_globals.h, src/include/pa_hash.h,
17059: src/include/pa_memory.h, src/include/pa_pool.h,
17060: src/include/pa_request.h, src/include/pa_request_charsets.h,
17061: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17062: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17063: src/include/pa_stylesheet_connection.h,
17064: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17065: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17066: src/main/compile.C, src/main/compile.tab.C,
17067: src/main/compile_tools.C, src/main/compile_tools.h,
17068: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17069: src/main/pa_charsets.C, src/main/pa_common.C,
17070: src/main/pa_dictionary.C, src/main/pa_exception.C,
17071: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17072: src/main/pa_pool.C, src/main/pa_request.C,
17073: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17074: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17075: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17076: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17077: src/types/pa_junction.h, src/types/pa_method.h,
17078: src/types/pa_value.C, src/types/pa_value.h,
17079: src/types/pa_vclass.C, src/types/pa_vclass.h,
17080: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17081: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17082: src/types/pa_vdouble.h, src/types/pa_venv.h,
17083: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17084: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17085: src/types/pa_vimage.C, src/types/pa_vimage.h,
17086: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17087: src/types/pa_vmath.C, src/types/pa_vmath.h,
17088: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17089: src/types/pa_vobject.C, src/types/pa_vobject.h,
17090: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17091: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17092: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17093: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17094: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17095: src/types/pa_vstring.h, src/types/pa_vtable.C,
17096: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17097: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17098: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17099: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17100: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17101: gc: PA_Object done lots of replacements also
17102:
17103: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17104: gc logging
17105:
17106: 2003-03-17 paf
17107:
17108: * src/: classes/date.C, classes/file.C, classes/form.C,
17109: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17110: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17111: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17112: include/pa_string.h, include/pa_types.h, main/compile.C,
17113: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17114: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17115: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17116: main/pa_sql_driver_manager.C, main/pa_string.C,
17117: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17118: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17119: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17120: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17121: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17122: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17123: types/pa_vxnode.h: libgc attempt
17124:
17125: 2003-03-13 paf
17126:
17127: * src/: include/pa_sql_driver_manager.h,
17128: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17129: called
17130:
17131: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17132: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17133: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17134: types/pa_value.h, types/pa_vobject.h,
17135: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17136: set_base, set_derived simplified [counter leaks fixed]
17137:
17138: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17139: src/types/types.dsp: incorporated status class patch From:
17140: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17141: 2003 8:14 AM
17142:
17143: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17144: Win32 specific: QuotaPeakNonPagedPoolUsage
17145: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17146:
17147: 2003-03-12 paf
17148:
1.116 moko 17149: * configure, configure.in, src/lib/ltdl/configure,
17150: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17151: lib/ltdl/Makefile now created by /configure.in only [were by
17152: lib/ltdl/configure.in OVERWRITE]
17153:
1.116 moko 17154: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17155: linkage fixed for g++ 3.2.2
1.95 moko 17156:
17157: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17158: on using privately declared class [fixed]
17159:
17160: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17161: 3.2 rightliy complained on using privately declared class [fixed]
17162:
17163: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17164: sigpipe before request constructor now causes death
17165:
17166: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17167: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17168: not cause exception in exception handler
17169:
1.116 moko 17170: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17171: now default links libstdc++ statically. that can be overriden by
17172: --with-dynamic-stdcpp
1.95 moko 17173:
17174: 2003-03-11 paf
17175:
17176: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17177: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17178: necessity of libstdc++
17179:
17180: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17181:
17182: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17183:
17184: 2003-03-08 paf
17185:
17186: * tests/Makefile: make install & co
17187:
17188: * src/: include/pa_request.h, classes/op.C: removing
17189: vclass,object.h -> pa_request.h dependency
17190:
17191: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17192: main/pa_request.C: removing vform,response,cookie.h ->
17193: pa_request.h dependency
17194:
17195: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17196: dependency [testing...]
17197:
17198: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17199: return 0; fixed
17200:
17201: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17202: types/pa_vmail.h: vmail.C received just compiled [not tested]
17203:
17204: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17205:
17206: * src/main/pa_request.C: forgotten: ifdef XML
17207:
17208: * src/main/pa_request.C: forgotten: ifdef XML
17209:
17210: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17211: win32 and run memleak tests again
17212:
17213: * src/targets/cgi/parser3.C: charsets: see some strange things with
17214: old xml lib-- it's internal memory handling has faults
17215:
17216: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17217: problems when transcode from charset A to A.
17218:
17219: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17220: todo: still problems when transcode from charset A to A.
17221:
17222: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17223: classes/table.C, include/pa_array.h,
17224: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17225: started full-scale-site-test [~ http://parser.ru sources]
17226:
17227: some fixes
17228:
17229: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17230: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17231: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17232: results/110.processed, results/111.processed,
17233: results/112.processed, results/113.processed,
17234: results/114.processed, results/115.processed,
17235: results/116.processed, results/117.processed,
17236: results/118.processed, results/119.processed,
17237: results/120.processed: xml: tests 109 dom create/show 110 xpath
17238: selectSingle 111 xdoc.create from tainted & 112
17239: xdoc.create/output with russian attr value 113 xpath
17240: selectString/Number 114 dom attributes.count 115 xpath selectBool
17241: 116 output media-type change 117 transform by dom stylesheet 118
17242: empty transform result 119 dom setAttribute 120 nbsp letter
17243: output
17244:
17245: =END OF PREPARED XML TESTS=
17246:
17247: 2003-03-07 paf
17248:
17249: * src/classes/xdoc.C, src/include/pa_charset.h,
17250: src/include/pa_stylesheet_connection.h, tests/108.html,
17251: tests/108.xsl, tests/results/108.processed: xml: test 108
17252: transform with params [bugs fixed]
17253:
17254: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17255: from copy/paste bug
17256:
17257: * src/classes/xdoc.C, src/include/pa_charset.h,
17258: src/include/pa_request.h, src/main/execute.C,
17259: src/main/pa_charset.C, src/main/pa_exception.C,
17260: src/main/pa_globals.C, src/main/pa_request.C,
17261: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17262: src/types/pa_vxnode.C, tests/107.html,
17263: tests/results/107.processed: xml: test: 107 bug fixes
17264:
17265: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17266: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17267: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17268:
17269: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17270: string
17271:
17272: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17273: mem alloc functions used for different cases [libxml, libxsl]
17274:
17275: * src/classes/classes.C: fixed: prevent system classes from
17276: modification to lock ALL the classes, not only directly used
17277:
17278: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17279: linked
17280:
17281: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17282:
17283: 2003-03-06 paf
17284:
17285: * src/classes/xdoc.C: xdoc.C 50%
17286:
17287: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17288: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17289: main/pa_globals.C, main/pa_request.C,
17290: main/pa_stylesheet_manager.C: xnode.C compiled
17291:
17292: * src/: include/pa_stylesheet_connection.h,
17293: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17294: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17295:
17296: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17297: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17298: xml: stylesheet&manager STARTED
17299:
17300: * src/: include/pa_globals.h, main/pa_charset.C,
17301: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17302:
17303: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17304: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17305: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17306: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17307: charsets
17308:
17309: * tests/023.html: in some cases it rounded up badly. postponing
17310: solution of that problem, making more simple test
17311:
17312: * tests/: 058_paf2000.png, results/058.processed: .png added with
17313: -kb now
17314:
17315: * src/: include/pa_charset.h, include/pa_charsets.h,
17316: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17317: moved to charsets.C
17318:
17319: 2003-03-05 paf
17320:
17321: * src/classes/string.C, src/include/pa_string.h,
17322: src/main/pa_string.C, tests/105.html,
17323: tests/results/105.processed: String::match bug fixed
17324:
17325: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17326: tests/results/104.processed: ^bpt operator added [does int3 in
17327: debug build on win32]
17328:
17329: * tests/: 057.html, results/057.processed: test bug fixed
17330:
1.116 moko 17331: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17332:
17333: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17334: missing
17335:
1.116 moko 17336: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17337: forgotten files added to Makes
1.95 moko 17338:
17339: * ltmain.sh: ltmain.sh added
17340:
17341: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17342: change undone ;(
17343:
17344: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17345: made static
17346:
17347: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17348: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17349: todo:make linker happy
1.95 moko 17350:
17351: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17352: env param made optional
17353:
17354: 2003-03-04 paf
17355:
17356: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17357: types/pa_vimage.h: number of gcc compiler bugs fixed
17358:
17359: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17360: results/103.processed: tests: 103 image.copy transparence test
17361:
17362: * src/main/execute.C, tests/101.html, tests/102.html,
17363: tests/results/101.processed, tests/results/102.processed: tests:
17364: 101 method/variable name conflict test 102 form fields change
17365: should not not change anything [bug fix]
17366:
17367: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17368: results/099.processed, results/100.processed: tests: 57 date
17369: create 2002: added 99,100 response:body/download
17370:
17371: * src/classes/image.C, tests/098.html, tests/098font.gif,
17372: tests/results/098.processed: test: 98 image font text [bug fixed]
17373:
17374: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17375: tests/results/097.processed: test: 97 file::load http:// [bugs
17376: fixed]
17377:
17378: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17379: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17380: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17381: image EXIF [bug fixed]
17382:
17383: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17384: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17385: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17386: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17387: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17388: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17389: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17390: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17391: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17392: tests/094.html, tests/095.html, tests/results/061.processed,
17393: tests/results/062.processed, tests/results/063.processed,
17394: tests/results/064.processed, tests/results/065.processed,
17395: tests/results/066.processed, tests/results/067.processed,
17396: tests/results/068.processed, tests/results/069.processed,
17397: tests/results/070.processed, tests/results/071.processed,
17398: tests/results/072.processed, tests/results/073.processed,
17399: tests/results/074.processed, tests/results/075.processed,
17400: tests/results/076.processed, tests/results/077.processed,
17401: tests/results/078.processed, tests/results/080.processed,
17402: tests/results/081.processed, tests/results/082.processed,
17403: tests/results/083.processed, tests/results/084.processed,
17404: tests/results/085.processed, tests/results/086.processed,
17405: tests/results/087.processed, tests/results/088.processed,
17406: tests/results/089.processed, tests/results/090.processed,
17407: tests/results/091.processed, tests/results/092.processed,
17408: tests/results/093.processed, tests/results/094.processed,
17409: tests/results/095.processed, tests/079.html,
17410: tests/results/079.processed: tests: 61 file::stat size 62
17411: string->int autoconvert 63 double .int,dec,div,mul 64 date
17412: compare 65 file: basename,justname,justext 66 math:crypt 67
17413: string.match simple on long 68 string.match normalized simple on
17414: long 69 string.int 70 file::stat content-type 71 table.join 72
17415: hash parameter conditional pass 73 date daylightsaving,yearday 74
17416: date arithmetics 75 response date values/attributes 76 string.pos
17417: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17418: with local 80 scientific numeric literal in string autoconvert 81
17419: xor: logical and numerical 82 for delims 83 menu delims 84
17420: table.hash distinct 85 long string replace 86 throw+catch
17421: current language preserve 87 bit shifts 88 junction tests +
17422: $caller test 89 hash.foreach selfmodification 90 int/void to int
17423: 91 $caller test 92 junction is + def junction tests 93 $caller
17424: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17425:
17426: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17427: fixed] 60 string eq string [bug fixed]
17428:
17429: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17430: 058.html, 058_paf2000.png, 059.html, 060.html,
17431: results/053.processed, results/054.processed,
17432: results/055.processed, results/056.processed,
17433: results/057.processed, results/058.processed,
17434: results/059.processed, results/060.processed: test: 53
17435: string.replace 54 junctions 55 table.hash 56 call indirect 57
17436: date.create[string] 58 image.measure[png]
17437:
17438: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17439: outputs/051.processed, results/052.processed: test: 52
17440: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17441: task: fix that
17442:
17443: 2003-03-03 paf
17444:
17445: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17446: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17447: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17448: outputs/049.processed, outputs/050.processed,
17449: outputs/051.processed, results/001.processed,
17450: results/002.processed, results/003.processed,
17451: results/005.processed, results/006.processed,
17452: results/008.processed, results/009.processed,
17453: results/011.processed, results/012.processed,
17454: results/013.processed, results/014.processed,
17455: results/015.processed, results/016.processed,
17456: results/017.processed, results/020.processed,
17457: results/021.processed, results/022.processed,
17458: results/024.processed, results/025.processed,
17459: results/026.processed, results/027.processed,
17460: results/028.processed, results/029.processed,
17461: results/030.processed, results/031.processed,
17462: results/049.processed, results/050.processed,
17463: results/051.processed, results/043.processed,
17464: results/044.processed, results/045.processed,
17465: results/046.processed, results/047.processed,
17466: results/048.processed: tests: 43,44,45 date rolls 46
17467: autoevaluating junction 47 table.select 48 name with subvar 49
17468: hash-creating switch 50 process 51 started parent/child, works as
17469: it were but it were NOT GOOD, created separate task to fix that
17470:
17471: * tests/: 042.html, results/042.processed: test: 42
17472: exception.handled
17473:
17474: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17475: expression
17476:
17477: * tests/: 040.html, results/040.processed: test: 39 method result
17478: of type table 40 method param junction auto evaluate
17479:
17480: * tests/: 039.html, results/039.processed: test: 37 method result
17481: of type table
17482:
17483: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17484: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17485: tests/038.html, tests/results/033.processed,
17486: tests/results/034.processed, tests/results/035.processed,
17487: tests/results/036.processed, tests/results/037.processed,
17488: tests/results/038.processed: tests: 33 string.replace 34
17489: string.upper 35 table created 36 local/global vars with juntions
17490: 37 table clone 38 math PI & number formatting
17491:
17492: math class registring typo fixed
17493:
17494: * src/classes/op.C, src/include/pa_request.h,
17495: src/include/pa_string.h, src/main/execute.C,
17496: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17497: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17498: tests/032.html, tests/results/032.processed: uchar changed to
17499: String_UL in all places [was not everywhere] untaint test: 032
17500:
17501: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17502: tests/results/004.processed, tests/parser-cygwin.sh,
17503: tests/parser-unix.sh: removed -H command line key, now testing
17504: using .sh file with SERVER_SOFTWARE=xxx
17505:
17506: 2003-02-26 paf
17507:
17508: * src/main/execute.C, src/types/pa_vstateless_class.h,
17509: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17510: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17511: tests/results/024.processed, tests/results/025.processed,
17512: tests/results/026.processed, tests/results/027.processed,
17513: tests/results/028.processed, tests/results/029.processed,
17514: tests/results/030.processed, tests/results/031.processed: fixed
17515: bug with name_cstr mutable CharPtr more tests
17516:
17517: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17518: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17519: << abort. die now just exits
17520:
17521: * src/classes/classes.awk, src/classes/classes.h,
17522: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17523: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17524: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17525: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17526: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17527: src/classes/xnode.C, src/include/pa_memory.h,
17528: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17529: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17530: src/types/pa_vform.C, tests/015.html, tests/016.html,
17531: tests/017.html, tests/018.html, tests/019.html,
17532: tests/019paf2001.gif, tests/020.html, tests/021.html,
17533: tests/022.html, tests/023.html, tests/022_dir/a.html,
17534: tests/022_dir/b.txt, tests/022_dir/c.htm,
17535: tests/results/015.processed, tests/results/016.processed,
17536: tests/results/017.processed, tests/results/018.processed,
17537: tests/results/019.processed, tests/results/020.processed,
17538: tests/results/021.processed, tests/results/022.processed,
17539: tests/results/023.processed: methoded_array now contains all Mxxx
17540: classes SAPI::get_env now returns info on pool more tests
17541:
17542: * src/include/pa_array.h, src/include/pa_hash.h,
17543: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17544: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17545: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17546: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17547: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17548: tests/results/001.processed, tests/results/002.processed,
17549: tests/results/003.processed, tests/results/004.processed,
17550: tests/results/005.processed, tests/results/006.processed,
17551: tests/results/007.processed, tests/results/008.processed,
17552: tests/results/009.processed, tests/results/010.processed,
17553: tests/results/011.processed, tests/results/012.processed,
17554: tests/results/013.processed, tests/results/014.processed: hash
17555: cloning fixed
17556:
17557: 2003-02-25 paf
17558:
17559: * src/main/pa_common.C: typo fixed
17560:
17561: 2003-02-24 paf
17562:
17563: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17564: [one remained]
17565:
17566: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17567: [should have been get_string(&pool)] todo: check other such calls
17568:
17569: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17570: test10, bad lookups
17571:
17572: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17573: object got destructed, and xxx points to sky
17574:
17575: * ChangeLog, src/classes/string.C: match bug fixed
17576:
17577: * src/types/pa_vmail.C: body [text/html] transcoded to
17578: $.charset[specified] now
17579:
17580: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17581: which failed to handle sigsetjmp+throw: crashed inside of
17582: pre-throw code. rewritten simplier [though duplicating
17583: closesocket code]
17584:
17585: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17586: which failed to handle sigsetjmp+throw: crashed inside of
17587: pre-throw code. rewritten simplier [though duplicating
17588: closesocket code]
17589:
17590: 2003-02-21 paf
17591:
1.211 moko 17592: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17593: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17594: now]]
1.95 moko 17595:
17596: written makefile with regression tests [raw]
17597:
17598: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17599: tests' only [it's not forcing CGI mode now] now use -H to output
17600: CGI header when parser used in command line [useful for tests
17601: also]
17602:
17603: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17604: switches on CGI mode, and is used in regression tests
17605:
17606: * src/: include/pa_request.h, main/pa_request.C,
17607: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17608: fixed
17609:
17610: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17611: handling pa_*
17612:
17613: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17614: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17615: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17616: memory handling files
17617:
17618: * src/main/pa_array.C: pool::format_integer terminator fixed
17619:
17620: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17621: compiles OK test to show benefits of free
17622:
17623: * src/: classes/file.C, classes/image.C, classes/mail.C,
17624: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17625: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17626: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17627: use pool [as the one in ^process]
17628:
17629: * src/classes/op.C: fixed process. sould now check for all cstr's
17630: -- some must use pool [as the one in ^process]
17631:
17632: 2003-02-20 paf
17633:
17634: * src/: classes/date.C, classes/double.C, classes/file.C,
17635: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17636: classes/math.C, classes/op.C, classes/response.C,
17637: classes/string.C, classes/table.C, classes/void.C,
17638: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17639: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17640: string cmp fixed
17641:
17642: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17643: values passed OK now
17644:
17645: 2003-02-19 paf
17646:
17647: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17648: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17649: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17650: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17651: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17652: all remaning leaks resulted from pooled::malloc calls [excluding
17653: in gd -- planning complete rewrite extremely ugly code]
17654:
17655: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17656: files
17657:
17658: 2003-02-17 paf
17659:
17660: * src/: classes/date.C, classes/double.C, classes/file.C,
17661: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17662: classes/response.C, classes/string.C, classes/table.C,
17663: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17664: include/pa_stylesheet_connection.h,
17665: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17666: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17667: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17668: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17669: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17670: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17671: of unitialized simple-typed field
17672:
17673: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17674: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17675: simple-typed field fixed. todo: find&kill all like that one
17676:
17677: * src/: main/execute.C, targets/cgi/pa_pool.C,
17678: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17679: debug output fixed
17680:
17681: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17682: main/pa_request.C: stack-stored items need extra .ref to prevent
17683: object_ptr from delete[them]
17684:
17685: * src/: classes/date.C, classes/op.C, classes/table.C,
17686: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17687: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17688: main/pa_charset.C, main/pa_common.C,
17689: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17690: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17691: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17692: calls
17693:
17694: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17695: couple mem leaks rusulted from old pooled::malloc usage.
17696: todo:find more like those
17697:
17698: * src/main/: compile.C, compile_tools.C: 2*2!
17699:
17700: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17701: stackItem fixed [there were no string on stack before]
17702:
17703: * src/: main/execute.C, main/pa_request.C,
17704: types/pa_vmethod_frame.C: first letters out OK
17705:
17706: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17707: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17708: main/pa_string.C, main/untaint.C, types/pa_value.h,
17709: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17710: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17711: type not initialized with zeros :( while class fields of class
17712: types initialized with default constructors. learn C++
17713:
17714: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17715: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17716: classes/math.C, classes/xdoc.C, classes/xnode.C,
17717: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17718: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17719:
17720: 2003-02-14 paf
17721:
17722: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17723: 13 link errors
17724:
17725: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17726: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17727: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17728: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17729: errors :)
17730:
17731: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17732: classes/hash.C, classes/mail.C, classes/op.C,
17733: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17734: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17735: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17736: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17737:
17738: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17739: classes/table.C, include/pa_common.h, include/pa_globals.h,
17740: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17741: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17742: types/pa_vint.h, types/types.dsp: op compiled
17743:
17744: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17745: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17746: main/untaint.C, types/pa_vtable.h: string, response compiled
17747:
17748: 2003-02-07 paf
17749:
17750: * src/: classes/table.C, types/pa_vtable.h: table compiled
17751:
17752: 2003-02-06 paf
17753:
17754: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17755: mail compiled
17756:
17757: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17758: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17759: types/pa_vfile.h, types/pa_vimage.h: image compiled
17760:
17761: * src/classes/: file.C, form.C: form compiled
17762:
17763: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17764: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17765: types/pa_vfile.C, types/pa_vfile.h: file compiled
17766:
17767: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17768: types/pa_vmath.h: math compiled [win32]
17769:
17770: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17771: types/pa_vstring.h: hash compiled
17772:
17773: 2003-02-04 paf
17774:
17775: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17776: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17777: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17778: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17779: types/pa_vhash.h: hash 50% compiled
17780:
17781: * src/: classes/date.C, classes/file.C, classes/hash.C,
17782: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17783: classes/string.C, classes/table.C, classes/xdoc.C,
17784: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17785: main/pa_string.C: date compiled
17786:
17787: * src/classes/: classes.dsp, double.C: double compiled
17788:
17789: * src/: classes/date.C, classes/double.C, classes/file.C,
17790: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17791: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17792: classes/string.C, classes/table.C, classes/void.C,
17793: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17794: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17795: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17796: compiled
17797:
17798: * src/: classes/date.C, classes/double.C, classes/file.C,
17799: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17800: classes/math.C, classes/op.C, classes/response.C,
17801: classes/string.C, classes/table.C, classes/void.C,
17802: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17803: types/pa_vvoid.h: void compiled :)
17804:
17805: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17806: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17807: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17808: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17809: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17810: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17811: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17812: types/pa_vresponse.C, types/pa_vstateless_class.C,
17813: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17814: types/pa_wcontext.C, types/types.dsp: removed stupid
17815: value_includes.h
17816:
17817: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17818: trying to remove stupid value_includes.h
17819:
17820: * src/main/pa_exec.C: pa_exec compiled on win32
17821:
17822: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17823:
17824: * src/: include/pa_globals.h, include/pa_request.h,
17825: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17826: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17827: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17828: types/pa_vrequest.C, types/pa_vstateless_class.C,
17829: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17830:
17831: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17832: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17833: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17834:
17835: * src/: include/pa_array.h, include/pa_config_includes.h,
17836: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17837: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17838: compiled
17839:
17840: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17841: name conflicts)
17842:
17843: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17844: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17845: yelds "virtual memory exhausted" while trying to compile
17846: execute.C [eating up to 127MB]
17847:
17848: 2003-02-03 paf
17849:
17850: * src/: include/pa_config_includes.h, include/pa_hash.h,
17851: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17852: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17853: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17854: types/pa_vint.h, types/pa_vjunction.h,
17855: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17856: started gcc compiling pa_common compiled
17857:
17858: * src/: include/pa_exception.h, include/pa_pool.h,
17859: main/pa_exception.C: exception gcc change #1
17860:
1.116 moko 17861: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17862: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17863:
17864: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17865:
17866: * src/types/pa_vtable.C: vtable compiled
17867:
17868: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17869:
17870: * src/: include/pa_cache_managers.h, main/pa_request.C,
17871: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17872:
17873: * src/types/pa_vstateless_class.C: vstateless_class compiled
17874:
17875: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17876:
17877: * src/types/pa_vrequest.C: vrequest compiled
17878:
17879: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17880: pa_vobject.C, pa_vobject.h: vobject compiled
17881:
17882: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17883: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17884: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17885: compiled
17886:
17887: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17888:
17889: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17890: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17891: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17892: compiled
17893:
17894: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17895: main.lib - 0 error(s), 0 warning(s)
17896:
17897: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17898: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17899:
17900: 2003-01-31 paf
17901:
17902: * src/: include/pa_array.h, include/pa_operation.h,
17903: include/pa_request.h, main/execute.C, main/main.dsp,
17904: types/pa_vjunction.h: started last file from main library:
17905: execute
17906:
17907: * src/: include/pa_request.h, include/pa_sapi.h,
17908: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17909: main/pa_request.C, targets/cgi/parser3.C,
17910: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17911: types/pa_vhash.h: pa_request compiled
17912:
17913: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17914: include/pa_globals.h, include/pa_request.h,
17915: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17916: main/execute.C, main/main.dsp, main/pa_common.C,
17917: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17918: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17919: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17920: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17921: types/types.dsp: most pa_request compiled
17922:
17923: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17924: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17925: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17926: classes/op.C, classes/response.C, classes/string.C,
17927: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17928: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17929: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17930: include/pa_config_fixed.h, include/pa_config_includes.h,
17931: include/pa_dictionary.h, include/pa_dir.h,
17932: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17933: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17934: include/pa_pool.h, include/pa_request.h,
17935: include/pa_request_charsets.h, include/pa_request_info.h,
17936: include/pa_sapi.h, include/pa_socks.h,
17937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17938: include/pa_stack.h, include/pa_string.h,
17939: include/pa_stylesheet_connection.h,
17940: include/pa_stylesheet_manager.h, include/pa_table.h,
17941: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17942: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17943: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17944: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17945: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17946: main/compile.C, main/compile.tab.C, main/compile.y,
17947: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17948: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17949: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17950: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17951: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17952: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17953: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17954: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17955: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17956: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17957: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17958: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17959: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17960: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17961: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17962: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17963: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17964: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17965: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17966: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17967: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17968: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17969: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17970: types/pa_vresponse.h, types/pa_vstateless_class.C,
17971: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17972: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17973: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17974: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17975: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17976: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17977:
17978: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17979: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17980: src/include/pa_charsets.h, src/include/pa_common.h,
17981: src/include/pa_dictionary.h, src/include/pa_exception.h,
17982: src/include/pa_exec.h, src/include/pa_pool.h,
17983: src/include/pa_request.h, src/include/pa_sapi.h,
17984: src/include/pa_sql_connection.h,
17985: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17986: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17987: src/main/compile.tab.C, src/main/compile_tools.C,
17988: src/main/compile_tools.h, src/main/main.dsp,
17989: src/main/pa_charset.C, src/main/pa_charsets.C,
17990: src/main/pa_common.C, src/main/pa_dictionary.C,
17991: src/main/pa_exception.C, src/main/pa_exec.C,
17992: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17993: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17994: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17995: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17996: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17997: src/types/pa_vdouble.h, src/types/pa_venv.h,
17998: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17999: src/types/pa_vhash.h, src/types/pa_vimage.C,
18000: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18001: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18002: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18003: src/types/pa_vobject.C, src/types/pa_vobject.h,
18004: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18005: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18006: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18007: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18008: src/types/pa_vstring.h, src/types/pa_vtable.h,
18009: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18010: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18011: died, long live StringPtr
18012:
18013: 2003-01-30 paf
18014:
18015: * src/: include/pa_charset.h, include/pa_request.h,
18016: include/pa_sql_driver_manager.h, main/compile.tab.C,
18017: main/compile.y, main/compile_tools.h, main/pa_request.C,
18018: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18019:
18020: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18021: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18022: types/pa_vhash.h, types/pa_vmethod_frame.h,
18023: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18024: types/types.dsp: vstateless_class compiled
18025:
18026: * src/main/compile.C: compile compiled
18027:
18028: * src/: include/pa_array.h, include/pa_operation.h,
18029: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18030: main/pa_table.C: compile_tools compiled
18031:
18032: * src/: include/pa_operation.h, main/compile.y,
18033: main/compile_tools.C, main/compile_tools.h: started
18034: compile_tools. vagues ideas of how to free compiled code
18035:
18036: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18037: main/main.dsp, types/pa_value.C, types/pa_value.h,
18038: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18039: compiled
18040:
18041: 2003-01-29 paf
18042:
18043: * src/: include/pa_globals.h, include/pa_request.h,
18044: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18045: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18046: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18047: compiled
18048:
18049: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18050: now
18051:
18052: * src/: include/pa_array.h, include/pa_exception.h,
18053: include/pa_pool.h, main/pa_exception.C: gd compiled
18054:
18055: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18056: compiled
18057:
18058: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18059: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18060: types/pa_vfile.h: vfile compiled
18061:
18062: * src/: include/pa_common.h, include/pa_globals.h,
18063: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18064: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18065: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18066:
18067: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18068: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18069: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18070: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18071: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18072:
18073: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18074: main/main.dsp, main/untaint.C: more compiled
18075:
18076: * src/: include/pa_charsets.h, include/pa_request.h,
18077: include/pa_request_info.h, include/pa_string.h,
18078: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18079: types/pa_vresponse.h: vrequest compiled
18080:
18081: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18082: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18083: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18084:
18085: * src/: classes/classes.h, include/pa_charset.h,
18086: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18087: include/pa_request.h, include/pa_string.h, main/main.dsp,
18088: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18089: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18090: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18091: types/pa_vrequest.C, types/pa_vrequest.h,
18092: types/pa_vstateless_class.h, types/pa_vstring.h,
18093: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18094:
18095: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18096: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18097: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18098: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18099: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18100: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18101: types/pa_vobject.h, types/pa_vstateless_class.h,
18102: types/pa_vstateless_object.h, types/pa_vstatus.h,
18103: types/pa_vstring.h, types/types.dsp: vmath compiled
18104:
18105: 2003-01-28 paf
18106:
18107: * src/: classes/classes.h, classes/date.C, classes/file.C,
18108: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18109: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18110: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18111: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18112: compile_tools
18113:
18114: * src/: include/pa_charset.h, include/pa_exception.h,
18115: include/pa_request.h, include/pa_string.h, main/untaint.C:
18116: untaint compiled
18117:
18118: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18119: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18120: more compiled. struck with string::store_to needing to know
18121: source/client charsets
18122:
18123: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18124: types/pa_vfile.h: uue compiled
18125:
18126: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18127: table compiled
18128:
18129: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18130: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18131:
18132: * src/: include/pa_charset.h, main/pa_charset.C,
18133: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18134: introduced]
18135:
18136: * src/: classes/date.C, include/pa_charset.h,
18137: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18138: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18139: pa_charsets compiled
18140:
18141: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18142: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18143:
18144: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18145: common compiled
18146:
18147: * src/: include/pa_charsets.h, main/pa_charsets.C,
18148: main/pa_sql_driver_manager.C: pa_charsets compiled
18149:
18150: * src/: include/pa_array.h, include/pa_charset.h,
18151: include/pa_charsets.h, include/pa_pool.h,
18152: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18153: include/pa_stack.h, include/pa_string.h,
18154: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18155: sql_driver_manager compiled
18156:
18157: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18158: letter i with two dots added to koi, all ukranian letters added
18159: to win1251.
18160:
18161: typographic simbol 0xb9 deleted from win1251 [strange one & were
18162: abscent from koi]
18163:
18164: 2003-01-27 paf
18165:
18166: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18167: include/pa_sql_driver_manager.h, include/pa_string.h,
18168: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18169: sql/pa_sql_driver.h: paused on sql_manager
18170:
18171: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18172: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18173: include/pa_stack.h, main/pa_sql_driver_manager.C,
18174: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18175:
18176: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18177: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18178: include/pa_table.h, main/pa_sql_driver_manager.C,
18179: main/pa_table.C: table compiled
18180:
18181: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18182: cache_managers compiled
18183:
18184: * src/: include/pa_array.h, include/pa_charset.h,
18185: include/pa_pool.h, main/pa_charset.C: charset compiled
18186:
18187: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18188:
18189: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18190: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18191: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18192: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18193: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18194:
18195: 2003-01-24 paf
18196:
18197: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18198: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18199: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18200: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18201: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18202: types/pa_vint.h, types/pa_vjunction.h,
18203: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18204: types/pa_vstatus.h, types/pa_vstring.h: more patched
18205:
18206: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18207: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18208: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18209: main/pa_string.C, main/pa_table.C: string compiled
18210:
18211: * src/: include/pa_array.h, include/pa_common.h,
18212: include/pa_dictionary.h, include/pa_exception.h,
18213: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18214: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18215: main/pa_string.C: dictionary compiled
18216:
18217: 2003-01-23 paf
18218:
18219: * src/: include/pa_array.h, include/pa_common.h,
18220: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18221: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18222: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18223: types/pa_value.h: resurrected pool in new sense: now it's
18224: factory, producing&accounting memory chunks for read[autofree]
18225: buffers
18226:
18227: * src/: include/pa_array.h, include/pa_exception.h,
18228: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18229: main/pa_exception.C, main/pa_table.C: table compiled
18230:
18231: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18232: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18233: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18234: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18235: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18236: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18237: main/pa_table.C: aint that easy
18238:
18239: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18240: main/main.dsp: continued with Hash
18241:
18242: * src/main/pa_common.C: connect_string allocated on heap[wes on
18243: stack] now. and exception can be reported OK now [can be reported
18244: outside of pro c with that stack]
18245:
18246: 2003-01-22 paf
18247:
18248: * src/: include/pa_array.h, include/pa_charset.h,
18249: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18250: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18251: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18252: base: contains references_count. auto_ptr template calls
18253: add_ref/release
18254:
18255: 2003-01-21 paf
18256:
18257: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18258: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18259: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18260: classes/op.C, classes/response.C, classes/string.C,
18261: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18262: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18263: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18264: include/pa_config_fixed.h, include/pa_config_includes.h,
18265: include/pa_dictionary.h, include/pa_dir.h,
18266: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18267: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18268: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18269: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18270: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18271: include/pa_stack.h, include/pa_string.h,
18272: include/pa_stylesheet_connection.h,
18273: include/pa_stylesheet_manager.h, include/pa_table.h,
18274: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18275: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18276: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18277: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18278: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18279: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18280: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18281: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18282: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18283: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18284: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18285: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18286: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18287: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18288: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18289: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18290: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18291: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18292: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18293: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18294: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18295: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18296: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18297: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18298: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18299: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18300: types/pa_vstateless_object.h, types/pa_vstatus.C,
18301: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18302: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18303: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18304: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18305: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18306: 2002->2003
18307:
18308: 2003-01-16 paf
18309:
1.211 moko 18310: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18311: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18312: $.any-status(1)
1.95 moko 18313:
1.211 moko 18314: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18315: src/main/pa_common.C: http request now return status. and not
18316: fail on status!=200
18317:
18318: 2003-01-15 paf
18319:
18320: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18321:
18322: 2003-01-14 paf
18323:
18324: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18325: mkinstalldirs: removed some ancient files [they in / really]
18326:
18327: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18328: regretfully needed patch in two places. in config_fixed.h made
18329: stubs for lib to compile in MSVC
18330:
18331: 2003-01-13 paf
18332:
18333: * config.guess, config.sub, ltmain.sh: removed last piece of
18334: configure.in(libtool) hacks
18335:
1.116 moko 18336: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18337: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18338: ltdl.h: moved to latest libtool (1.4.3)
18339:
18340: 2003-01-10 paf
18341:
18342: * src/lib/ltdl/: configure, configure.in: PROG_NM
18343:
18344: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18345: patches. libxml2 >= 2.5.1
18346: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18347: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18348: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18349:
18350: * INSTALL: moved to latest versions of xml libs libxml2 >=
18351: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18352: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18353: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18354:
18355: 2003-01-09 paf
18356:
18357: * INSTALL: xml,xslt,gdome lib urls updated
18358:
18359: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18360: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18361: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18362: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18363: 1.7.2
1.95 moko 18364:
18365: * depcomp: moving to automake 1.7.2
18366:
18367: 2002-12-27 paf
18368:
18369: * src/include/pa_version.h: 0007
18370:
18371: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18372: outdated parts, made links to language docs
18373:
18374: * src/include/pa_config_auto.h.in: comment
18375:
18376: 2002-12-26 paf
18377:
18378: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18379: not contain trailing / fixed.
18380:
18381: * INSTALL: changing SAFE_MODE politics
18382:
18383: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18384:
18385: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18386:
18387: 2002-12-25 paf
18388:
18389: * src/main/pa_globals.C: optimized-xml
18390:
18391: * src/main/pa_globals.C: optimized-as-is
18392:
18393: 2002-12-24 paf
18394:
18395: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18396: fixed [were really called with zero size when .html?a=&b=]
18397:
18398: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18399: with --with-sendmail
18400:
18401: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18402: fixed]
18403:
18404: 2002-12-23 paf
18405:
18406: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18407: ignoring parameters & were storing only string with default
18408: expires
18409:
18410: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18411: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18412: December 23, 2002 4:22 AM Subject: bug â
18413: Charset::transcode_buf2xchar
18414:
18415: 2002-12-20 paf
18416:
18417: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18418: non-cgi [script] runs
18419:
18420: 2002-12-19 paf
18421:
18422: * INSTALL: --without-iconv recommended [it crashes on some systems
18423: [tested on elik]] moreover, it's not needed there [parser
18424: registers charsets itself]
18425:
18426: * INSTALL: --without-iconv recommended [it crashes on some systems
18427: [tested on elik]]
18428:
1.211 moko 18429: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18430: src/include/pa_request.h, src/main/pa_globals.C,
18431: src/main/pa_request.C: $response:download
18432:
18433: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18434: compiler [win32]].
18435:
18436: 2002-12-18 paf
18437:
18438: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18439:
18440: 2002-12-17 paf
18441:
18442: * src/targets/cgi/parser3.C: merged die&iis changes
18443:
18444: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18445: to exit(1) 2. more flexible iilegal call check
18446:
18447: 2002-12-16 paf
18448:
18449: * ltmain.sh: some automakes silly insist on having this handy
18450:
18451: * src/main/untaint.C: filespec russian small 'r' changed to latin
18452: 'p' bug fix
18453:
18454: 2002-12-15 paf
18455:
18456: * src/main/untaint.C: filespec russian small 'r' changed to latin
18457: 'p'
18458:
18459: * configure.in, src/include/pa_config_auto.h.in,
18460: src/main/compile.C, src/main/pa_common.C: merged small changes
18461: from branch 6 to HEAD
18462:
18463: * src/main/compile.C: removed warning
18464:
18465: * src/main/pa_common.C: ftruncate having checked
18466:
18467: * configure.in, src/include/pa_version.h: new version
18468:
18469: 2002-12-14 paf
18470:
18471: * src/classes/table.C: removed unnecessary code
18472:
18473: * src/sql/pa_sql_driver.h: exception type fixed
18474:
18475: 2002-12-09 paf
18476:
18477: * src/types/pa_vvoid.h: $void.store[now] error
18478:
18479: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18480:
18481: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18482: tries to write core dump
18483:
18484: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18485:
18486: * src/: classes/hash.C, classes/string.C, classes/table.C,
18487: classes/void.C, main/pa_sql_driver_manager.C,
18488: sql/pa_sql_driver.h: changed exception handling mech in sql
18489: handlers #2
18490:
18491: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18492: exception handling mech in sql handlers
18493:
18494: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18495: handlers
18496:
18497: * src/: classes/hash.C, classes/string.C, classes/table.C,
18498: classes/void.C, main/pa_sql_driver_manager.C,
18499: sql/pa_sql_driver.h: changed exception handling mech in sql
18500: handlers
18501:
1.116 moko 18502: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18503: to write makefile which used libtool to install things, which is
18504: not needed
1.95 moko 18505:
18506: 2002-12-06 paf
18507:
1.211 moko 18508: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18509: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18510: more like 'table'
1.95 moko 18511:
18512: 2002-12-05 paf
18513:
18514: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18515: cc/bcc OK now
18516:
18517: * src/main/untaint.C: mail header closed properly
18518:
18519: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18520: header ',' allowed. still bugs in smtp [only one receiptient
18521: works, cc, bcc ignored now, and MAILED ;)]
18522:
18523: [strncpy killed, memnchr used]
18524:
18525: * src/main/pa_table.C: table-copy now current=0
18526:
18527: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18528: lowlevel proc
18529:
18530: * src/targets/cgi/parser3.C: more checks on
18531: http://domain/parser.cgi start [maybe some getenv returns "",
18532: checked that now
18533:
18534: * src/targets/cgi/parser3.C: more checks on
18535: http://domain/parser.cgi start [maybe some getenv returns "",
18536: checked that now
18537:
18538: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18539: out-of-mem errors reached log]
18540:
18541: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18542: mail:send MIME-Version default
18543:
18544: * src/main/main.dsp: pa_version included into main.dsp
18545:
18546: 2002-12-04 paf
18547:
18548: * src/types/pa_vform.C: $form:field string value cut by premature 0
18549:
18550: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18551: lib/libltdl -> lib/ltdl Win32 changes. s
18552:
18553: * src/classes/classes.awk: more strict *.C$
18554:
18555: * gnu.dsp: restored
18556:
1.116 moko 18557: * configure.in, gnu.dsp, src/lib/Makefile.am,
18558: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18559: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18560: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18561: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18562: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18563: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18564: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18565: now created with /configure, not ltdl/configure, so it does have
18566: no problems with automake. ltdl/configure
18567: AC_OUTPUT(Makefile<<removed)
1.95 moko 18568:
18569: 2002-12-02 paf
18570:
1.211 moko 18571: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18572:
18573: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18574: src/main/pa_common.C, src/main/pa_request.C,
18575: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18576: tainted parts becomes http-header
18577:
18578: 2002-11-29 paf
18579:
1.211 moko 18580: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18581: operators.txt: exif dates now objects of type date
1.95 moko 18582:
18583: * src/classes/image.C: file.seek removed [it were used in image.C
18584: only, and for parser user this means that jpeg image has bad
18585: size in fragment's header] now used image.format
18586:
18587: * src/: include/pa_common.h, main/pa_common.C,
18588: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18589: now handled exactly like $response:header values. e.g. can be
18590: hash [can have subattributes] & contain date values.
18591:
18592: * src/main/pa_common.C: http:// param values lang forced URI
18593:
18594: * src/main/pa_common.C: http:// tainted partes now %xx
18595:
18596: 2002-11-28 paf
18597:
1.211 moko 18598: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18599:
18600: * src/classes/image.C: ^image.length now counts interchar space.
18601: plus space after last char
18602:
18603: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18604:
18605: * src/classes/image.C: ^image.font width measurer now scans full
18606: height [were -1]
18607:
18608: * configure.in: stopped double libltdl/Makefile generation
18609:
18610: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18611: chars [one top horizontal line of 1pixel height were missing]
18612:
18613: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18614: 'false' to go into (Hash *) parameter
18615:
18616: 2002-11-27 paf
18617:
18618: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18619: types/pa_vmail.C: response:body[file] if file nows it's name now
18620: returns content-disposition: >>attachment<<
18621:
18622: * src/classes/image.C: ^image.font << bad font file-size now
18623: properly reported
18624:
18625: 2002-11-26 paf
18626:
18627: * src/main/pa_request.C: fixed lang in reponse header
18628:
18629: * src/main/pa_common.C: utf8 prefix ignored @read text
18630:
1.211 moko 18631: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18632: response status!=200 made exception: http.status with source=bad
18633: status#
1.95 moko 18634:
18635: 2002-11-25 paf
18636:
18637: * configure.in, src/classes/image.C,
18638: src/include/pa_config_auto.h.in,
18639: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18640: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18641: const void related probs fixed
1.95 moko 18642:
1.211 moko 18643: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18644: fields now UPPERCASE
1.95 moko 18645:
18646: $file[^file::load[http://there]] $file.SERVER
18647:
18648: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18649: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18650: http options [invalid onces now reported] made default
18651: user-agent: paf
18652:
1.211 moko 18653: * operators.ru.txt, operators.txt, src/classes/file.C,
18654: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18655: src/include/pa_globals.h, src/main/pa_common.C,
18656: src/main/pa_globals.C, src/main/pa_request.C,
18657: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18658: now understand http:// prefix and additional params, sample:
18659: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18660: $.USER-AGENT[parser3] ]]
18661:
18662: 2002-11-22 paf
18663:
18664: * src/classes/image.C, src/include/pa_globals.h,
18665: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18666: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18667: $image.exif support $image.exif.DateTime & co
1.95 moko 18668:
18669: 2002-11-21 paf
18670:
18671: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18672: _PASS_APPENDED)
18673:
18674: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18675: EXIF information [were big block and it's size were considered
18676: negative :(]
18677:
1.211 moko 18678: * operators.ru.txt, operators.txt, src/classes/image.C,
18679: src/include/pa_common.h, src/main/pa_common.C,
18680: src/types/pa_vmail.C: image.measure internals rewritten. no
18681: there's reader.seek, and all's ready for EXIF extraction [now we
18682: fail to measure files with EXIF info]
1.95 moko 18683:
18684: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18685: O_TRUNC truncates even exclusevely write-locked file [thanks to
18686: Igor Milyakov <virtan@rotabanner.com> for discovering]
18687:
18688: 2002-11-20 paf
18689:
18690: * src/targets/cgi/parser3.C: logging @signal += query_string
18691:
18692: * configure.in, src/include/pa_config_auto.h.in,
18693: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18694: comment
18695:
18696: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18697:
18698: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18699: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18700: currently processed document SIGPIPE >> interrupts request
18701: processing [exception = DB rollback]
18702:
18703: * src/main/pa_exec.C: comment
18704:
18705: * src/main/pa_exec.C: pa_exec: data written only if size>0
18706:
1.211 moko 18707: * operators.ru.txt, operators.txt, src/classes/file.C:
18708: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18709:
18710: * src/: include/pa_config_fixed.h, main/pa_common.C,
18711: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18712: pipe read errors now checked
18713:
18714: 2002-11-19 paf
18715:
18716: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18717: CGI: Illegal call
18718:
18719: 2002-11-01 paf
18720:
18721: * src/main/execute.C: comment
18722:
18723: 2002-10-31 paf
18724:
18725: * src/main/execute.C: found out why, checked that for now. todo:
18726: find out a way for that user could do that
18727:
18728: * src/types/pa_vstateless_object.h: object put replaces static
18729: parent if any
18730:
18731: * src/types/pa_vobject.C: object put replaces static parent if any
18732:
18733: * src/: classes/form.C, classes/mail.C, classes/op.C,
18734: classes/xnode.h, main/compile.tab.C, main/execute.C,
18735: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18736: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18737: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18738: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18739: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18740: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18741: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18742: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18743: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18744: types/pa_vstateless_object.h, types/pa_vstatus.C,
18745: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18746: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18747: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18748: types/pa_wwrapper.h: static fix merged
18749:
18750: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18751: $virtual_fields in dynamic, but one can reach derived
18752: static[class] variable from base
18753:
18754: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18755: types/pa_vobject.C, types/pa_vobject.h,
18756: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18757: statics, left $virtual_fields in dynamic
18758:
18759: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18760: one can't remember derivates in base class: there's so many of
18761: them. also there can be no virtual method calls in static
18762: classes
18763:
18764: * src/: classes/form.C, classes/mail.C, classes/op.C,
18765: classes/xnode.h, main/execute.C, main/pa_request.C,
18766: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18767: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18768: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18769: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18770: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18771: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18772: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18773: types/pa_vresponse.C, types/pa_vresponse.h,
18774: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18775: types/pa_vstateless_object.h, types/pa_vstatus.C,
18776: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18777: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18778: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18779: types/pa_wwrapper.h: static call $self fixed
18780:
18781: * src/main/execute.C: comment
18782:
18783: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18784: ^process[$caller.self]{...} now compiles to last derived object
18785: part of that 'self'
18786:
18787: 2002-10-29 paf
18788:
18789: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18790: re-passing [iis to blame]
18791:
18792: * src/classes/string.C: changed string.save to pass current sql
18793: connection to cstr thus one can ^connect[some server]{
18794: $s[insert into table x (x) values (^taint[sql]{value})]
18795: ^s.save[some.sql] } and he'd get in some.sql file code with
18796: properly escaped. [tried in mssql->mysql export->import of
18797: binary data]
18798:
18799: 2002-10-25 paf
18800:
18801: * src/types/pa_vresponse.C: case insensitive response user fields
18802: get/put
18803:
18804: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18805: types/pa_vresponse.C: saving for maybe-future
18806:
18807: 2002-10-23 paf
18808:
1.211 moko 18809: * operators.ru.txt, operators.txt, src/classes/table.C:
18810: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18811:
18812: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18813:
18814: 2002-10-22 paf
18815:
18816: * src/types/: pa_vform.C, pa_vform.h: removed needless
18817: VForm::Append...(...Value)
18818:
18819: * src/main/execute.C: $.name outside of $name[...] checked
18820:
18821: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18822: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18823:
18824: 2002-10-21 paf
18825:
1.211 moko 18826: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18827: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18828:
1.211 moko 18829: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18830: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18831:
1.211 moko 18832: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18833: $form:image-map
1.95 moko 18834:
1.211 moko 18835: * operators.ru.txt, operators.txt, src/classes/file.C:
18836: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18837:
18838: 2002-10-17 paf
18839:
18840: * src/main/: compile.tab.C, compile.y: operators precedence changed
18841: a little: logical not and bitwise negation precedence made
18842: highest, << and >> bitshits precedence made equal [were << higher
18843: than >>]
18844:
18845: * src/classes/op.C: exception handling fixed [were bad with
18846: contexts]
18847:
18848: 2002-10-16 paf
18849:
18850: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18851: main/pa_request.C: Request::self considered equal to
18852: VMethodFrame::self, and removed, Request::get_self() mapped to
18853: VMethodFrame.self()
18854:
18855: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18856: $hash in open field now gives old good error meesage
18857:
18858: 2002-10-15 paf
18859:
18860: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18861: use ^if($junction is junction){was and now true}
18862:
18863: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18864: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18865: types/pa_vxnode.C: xml->parser strings now have origin, which
18866: points to place where value left xml library and came to parser:
18867: place of dom field extraction/call
18868:
18869: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18870: main/compile.tab.C, main/compile.y, main/execute.C,
18871: types/pa_vmethod_frame.h: removed last pieces of old code
18872: allowing $junction.xxx at compile time
18873:
18874: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18875: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18876: objects also considered [were only classes]
18877:
18878: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18879: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18880: with CLASS self. [ (request&method_frame).self temporarily
18881: changed ]
18882:
18883: * src/classes/: hash.C, op.C: method_frame now always changed, with
18884: no exception to native calls. for&foreach changed to use
18885: method_frame.caller for their var's name context
18886:
18887: * src/: main/execute.C, targets/cgi/parser3.C,
18888: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18889: compiling to system classes disabled
18890:
1.211 moko 18891: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18892: ^process[$caller.CLASS]{code-string} added
18893:
1.211 moko 18894: * operators.ru.txt, operators.txt, src/classes/op.C,
18895: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18896: src/main/pa_request.C, src/types/Makefile.am,
18897: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18898: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18899: $junction.get $junction.set[] introducing $caller
1.95 moko 18900:
18901: * src/types/pa_value.h: removed outdated comments. doxygen would
18902: find them lower by inheritance tree
18903:
18904: * src/types/pa_vjunction.C: ident
18905:
18906: 2002-10-14 paf
18907:
18908: * src/classes/op.C: process compiles to code's class class
18909:
18910: * src/: classes/form.C, classes/mail.C, classes/op.C,
18911: include/pa_request.h, main/compile.C, main/compile.tab.C,
18912: main/compile.y, main/execute.C, main/pa_request.C,
18913: types/pa_vstateless_class.h: operators now main-class-methods
18914:
18915: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18916: better stack trace [has "call" & co there]
18917:
18918: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18919: operators @auto now executed in MAIN context
18920:
18921: * src/main/execute.C: operator execution context now = MAIN, not
18922: closest stack frame
18923:
18924: @touchit[] $i[after]
18925:
18926: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18927: were 'after'
18928:
18929: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18930: 'after'
18931:
18932: * src/main/execute.C: comment
18933:
18934: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18935: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18936: action]
18937:
18938: * src/types/pa_vxnode.C: misreplace fixed
18939:
18940: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18941: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18942: $status:rusage.tv_secs/usecs introduced
18943:
18944: 2002-10-09 paf
18945:
18946: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18947: on empty string [or uses (default)]
18948:
18949: 2002-10-08 paf
18950:
18951: * src/main/untaint.C: mail header quoted printable changed after
18952: RFC reread
18953:
1.211 moko 18954: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18955:
18956: * src/types/pa_vxnode.C: misreplace
18957:
18958: 2002-09-24 paf
18959:
1.116 moko 18960: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18961:
18962: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18963: mailreceive would compile on freebsd now
18964:
18965: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18966: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18967: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18968: mailreceive would compile on freebsd now
1.95 moko 18969:
18970: * src/: classes/file.C, main/untaint.C: 1. file spec language
18971: changed: now there are only few chars are untainted: * ? ' " < >
18972: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18973: one should use ^untaint[uri]{...} now]
18974:
18975: 2. $list[^file:list[dir]] now returns simply tainted names in
18976: $list.name, not tainted as filespec
18977:
18978: @russianindex[] #dir with files with russian-lang names
18979: $where[dir]
18980:
18981: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18982: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18983:
18984: 2002-09-23 paf
18985:
18986: * src/types/pa_vdouble.h: double->int round added
18987:
18988: * src/classes/date.C: date bug fix, now
18989: round(floatDays*secondsPerDay)
18990:
18991: * src/classes/date.C: date bug fix, now
18992: round(floatDays*secondsPerDay)
18993:
18994: 2002-09-20 paf
18995:
18996: * src/main/execute.C: code junction calls disabled [before: code
18997: was compiled in such a way, that there were no code-junctions in
18998: OP_CALL]
18999:
19000: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19001:
19002: @badjunctioncallinside[code] ^code[]
19003:
19004: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19005: expanding to include ^junction.method
19006:
19007: * src/main/pa_common.C: -d "DIR/" now true
19008:
19009: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19010: as internal xdoc encoding, and after decoding attributes set by
19011: dom functions now encoded OK, not as digital entities
19012:
19013: * src/classes/xdoc.C: empty transform result, being taken as file
19014: now returns empty file, not raises stupid error about "stat-ed
19015: file"
19016:
19017: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19018: allowed
19019:
19020: * src/types/types.dsp: introducing $junction.get/put(1) one can
19021: write iterators now:
19022:
19023: ^user-foreach[key;value]{$key=$value<br>}
19024:
19025: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19026: $code.value($i*2) $code }
19027:
19028: * src/main/compile_tools.h: mistype
19029:
1.116 moko 19030: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19031: thus taking linking options configure changes into account [were:
19032: ignoring]
1.95 moko 19033:
19034: * src/types/: pa_vjunction.C, Makefile.am: introducing
19035: $junction.get/put(1) one can write iterators now:
19036:
19037: ^user-foreach[key;value]{$key=$value<br>}
19038:
19039: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19040: $code.value($i*2) $code }
19041:
19042: * src/: include/pa_opcode.h, include/pa_request.h,
19043: main/compile.tab.C, main/compile.y, main/execute.C,
19044: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19045: introducing $junction.get/put(1) one can write iterators now:
19046:
19047: ^user-foreach[key;value]{$key=$value<br>}
19048:
19049: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19050: $code.value($i*2) $code }
19051:
19052: 2002-09-19 paf
19053:
1.116 moko 19054: * Makefile.am: new: make commit
1.95 moko 19055:
19056: * aclocal.m4: forced to be older
19057:
19058: 2002-09-18 paf
19059:
19060: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19061: src/main/compile.y, src/main/execute.C: << >> int shifts
19062:
19063: * src/: include/pa_common.h, include/pa_request.h,
19064: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19065: - now this - fatal error
19066:
19067: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19068: that one can pass binary data there
19069:
19070: * src/: classes/date.C, classes/double.C, classes/file.C,
19071: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19072: classes/op.C, classes/response.C, classes/string.C,
19073: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19074: include/pa_request.h: pa_request contexts made privated, plus
19075: get_{self/method_frame} to read. Request_context_saver used in
19076: ^try to save flang too. [were not saved]
19077:
19078: * src/types/pa_vresponse.C: header value chains joined before
19079: output, this should help $.subject[$var $var] from being
19080: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19081:
19082: 2002-09-17 paf
19083:
19084: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19085: removed changes, operators executed with calling self. lots of
19086: code with ^include code relies on defined/defining self variables
19087:
19088: $a[1] ^include[print_a.p] print_a.p: $a
19089:
19090: ^include[set_a.p] a=$a set_a.p: $a[1]
19091:
19092: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19093: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19094: types/pa_vstateless_class.h: operators now executed with MAIN
19095: self. it's for ^include sake, too strong a change
19096:
19097: * src/classes/op.C: made place for ^process to compile it's code to
19098: in case of no self
19099:
19100: * src/main/execute.C: found ancient param to Junction, removed.
19101: allowed passing self to native_code_operators [for ^process to
19102: work, she needs self]
19103:
19104: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19105: types/pa_vstateless_class.h: found ancient param to Junction,
19106: removed. allowed passing self to native_code_operators [for
19107: ^process to work, she needs self]
19108:
19109: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19110: types/pa_value.h, types/pa_vmethod_frame.h,
19111: types/pa_vstateless_class.h: allowed Request.self to be 0,
19112: checked that in VMethodFrame get/put and $self.
19113:
19114: * src/classes/: table.C, xdoc.C: table::sql options table::create
19115: copy options options checked, wrong option now fatal error
19116:
19117: * src/main/pa_string.C: string.replace fixed [were missing words on
19118: pieces boundaries]
19119:
1.150 moko 19120: * configure, configure.in: .so now detected [can be .sl on hpux,
19121: .dll on cygwin, .so in other cases)
1.95 moko 19122:
19123: * configure, configure.in: .so now detected [can be .sl on hpux,
19124: .dll on cygwin, .so in other cases)
19125:
1.211 moko 19126: * operators.ru.txt, operators.txt, src/classes/hash.C,
19127: src/classes/table.C, src/include/pa_globals.h,
19128: src/main/pa_globals.C: table.sql hash::sql flag to allow
19129: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19130:
19131: * src/: classes/hash.C, classes/table.C,
19132: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19133: now errors
19134:
19135: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19136:
19137: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19138: ,2,3]
19139:
19140: 2002-09-16 paf
19141:
19142: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19143: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19144: stdout to be binary. now detected closest header break.
19145:
19146: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19147: closed right
19148:
19149: 2002-09-13 paf
19150:
1.211 moko 19151: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19152: src/main/compile.y, src/main/compile_tools.h: (expression
19153: #comment)
1.95 moko 19154:
19155: (multiline expression #comment line2 #comment )
19156:
19157: (expression #comment with (brackets) comment) << OK
19158:
1.211 moko 19159: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19160: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19161: for expression #comments]
1.95 moko 19162:
19163: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19164: error
19165:
19166: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19167: cheched in pa_socks.C
19168:
1.116 moko 19169: * configure, configure.in, src/include/pa_config_auto.h.in:
19170: HAVE_WINSOCK_H created in configure.in
1.95 moko 19171:
19172: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19173: cookie date now clean [were mistakenly tainted & that worked bad
19174: with opera -- 'happily' that worked OK with msie]
19175:
19176: 2002-09-12 paf
19177:
19178: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19179: VClass get_element now first looks to fields, next to methods &
19180: co todo: the rest reason: more speed
19181:
19182: * src/main/untaint.C: quoted printable encoding stops before
19183: \s*<...>$
19184:
19185: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19186: stops before <...>$
19187:
19188: 2002-09-11 paf
19189:
19190: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19191: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19192: forgot to check users of those funcs. not all were using that
19193: return value convention
19194:
19195: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19196: windows-1254 added
19197:
19198: 2002-09-10 paf
19199:
19200: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19201: VCodeFrame parent param were specified badly
19202:
19203: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19204: WWrapper which used in constructing objects(second param to sql
19205: method) ^...sql{}[$.default{code}] now has parent, wich helps
19206: code in hash to survivi
19207:
19208: * src/: include/pa_request.h, main/execute.C: removed redundant
19209: param to execute [stack said 'thanks']
19210:
19211: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19212: types/pa_value.h, types/pa_vcode_frame.h,
19213: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19214: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19215: responsibility to wcontext
19216:
19217: * src/classes/file.C: decided not to log exec's with stderr, that
19218: could be warnings, and it's up to scritper to log/show them
19219:
19220: * src/: classes/double.C, main/execute.C: double:sql badly called
19221: write_assign_lang, not write_no_lang, thus doing unnecessary
19222: double/string converstion, which were loosing time&precesion
19223:
19224: * src/: main/pa_charset.C, types/pa_vmail.C:
19225: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19226: case of unfinished in buffer processing, causing accidental
19227: transcode stop [in case that source enc != utf-8 & there is
19228: incomplete utf-8 sequence at the end of 16000block iside of
19229: libxml lib] tfm readed & code updated
19230:
19231: 2002-09-04 paf
19232:
19233: * configure: makes with sjlj
19234:
19235: * INSTALL, src/include/pa_config_fixed.h,
19236: src/include/pa_sql_connection.h,
19237: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19238: checked. on win32 it made default
19239:
19240: * src/include/pa_config_auto.h.in: sjlj define
19241:
19242: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19243: can not work with longjump/throw pair, and one must switch that
19244: on there. todo: detect that automatically]
19245:
19246: * src/types/pa_vxnode.C: removed too strong checks of
19247: xnode.elements. now, for instance, if element does not have any
19248: attributes, $xnode.attributes is void, not error
19249:
19250: 2002-09-02 paf
19251:
1.211 moko 19252: * operators.ru.txt, operators.txt, src/main/execute.C,
19253: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19254:
19255: * src/main/execute.C: double_result made to move that var away from
19256: hungry g++ optimizer (-O2), before: it were optimized and
19257: comparison operators worked badly
19258:
19259: * src/types/pa_vdate.h: removed debug
19260:
1.116 moko 19261: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19262:
19263: * src/main/execute.C: fixed numeric < & co so that thay now use
19264: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19265: unknown reason.
19266:
19267: 2002-08-29 paf
19268:
19269: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19270: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19271: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19272: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19273: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19274: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19275: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19276: [called less frequent, allowed to remove ugly
19277: Junction.change_context-s from many places, switch,
19278: mail:send..html{}, ..] request.root renamed to method_frame [more
19279: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19280: [speed up]
19281:
19282: 2002-08-28 paf
19283:
19284: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19285: tainted
19286:
19287: * src/types/pa_vcookie.C: fixed cookie delete when
19288: $cookie:name[$.value[]]
19289:
1.211 moko 19290: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19291: ^string.split[delim[;options]]
19292:
19293: 2002-08-27 paf
19294:
1.116 moko 19295: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19296:
1.211 moko 19297: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19298: src/main/compile.y: # now delimiter
1.95 moko 19299:
19300: * INSTALL: recommended latest gmime 1.0.5
19301:
19302: 2002-08-26 paf
19303:
19304: * configure, configure.in: apache13/hook added to make dist.
19305:
19306: 2002-08-23 paf
19307:
19308: * src/: include/pa_common.h, main/pa_common.C,
19309: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19310: beside binary [cgi, isapi] not accessible [due to bad rights or
19311: whatever] it's error now
19312:
19313: 2002-08-21 paf
19314:
1.116 moko 19315: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19316:
19317: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19318: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19319: class". compiled as if here they named base class
19320:
19321: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19322: cloning constructor]
19323:
19324: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19325:
1.150 moko 19326: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19327: $mail.received.file.value.content-type fixed
19328:
19329: 2002-08-20 paf
19330:
19331: * src/classes/file.C: fixed language of file:file result
19332:
1.211 moko 19333: * operators.ru.txt, operators.txt, src/classes/void.C:
19334: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19335:
1.211 moko 19336: * operators.ru.txt, operators.txt, src/classes/void.C:
19337: ^void.pos[...] = -1
1.95 moko 19338:
1.211 moko 19339: * operators.ru.txt, operators.txt, src/classes/void.C:
19340: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19341:
1.211 moko 19342: * src/classes/void.C, operators.ru.txt, operators.txt:
19343: ^void.length[] = 0
1.95 moko 19344:
19345: 2002-08-19 paf
19346:
19347: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19348: work now
19349:
19350: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19351: error in xnode, which were not catched in xdoc]
19352:
19353: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19354: prepared: // validate each document after load/create (?)
19355: //xmlDoValidityCheckingDefaultValue = 1;
19356:
19357: 2002-08-15 paf
19358:
19359: * src/classes/classes.h: write to static var caused useless
19360: Exception, introduced Methoded::put_element wich consumes those
19361:
1.211 moko 19362: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19363: src/main/pa_common.C, src/types/pa_vcookie.C,
19364: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19365: src/types/pa_vresponse.h: $response:field[date]
19366: $response:field[$.xxx[date]]
1.95 moko 19367:
19368: * src/: classes/hash.C, classes/string.C, classes/table.C,
19369: classes/void.C, include/pa_sql_connection.h: fixed source of
19370: ^hash::sql{bad}
19371:
1.211 moko 19372: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19373: request body
1.95 moko 19374:
19375: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19376:
19377: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19378: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19379:
1.211 moko 19380: * operators.ru.txt, operators.txt, src/classes/form.C,
19381: src/include/pa_pool.h, src/include/pa_request.h,
19382: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19383: planning/preparing_to $request:body r.post_data now const
1.95 moko 19384:
19385: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19386: classes/xnode.C, main/execute.C, types/pa_value.h,
19387: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19388: types/pa_vtable.h: instead of type() checking everywhere used
19389: Value.as now user descendants can be used in params.
19390:
19391: VObject::as_*, is_defined now taken from bases. xtable(table)
19392: ^if($xtable) now OK
19393:
19394: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19395: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19396: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19397:
19398: 2002-08-14 paf
19399:
19400: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19401: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19402: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19403: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19404: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19405: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19406: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19407: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19408: types/pa_vresponse.C, types/pa_vresponse.h,
19409: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19410: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19411: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19412: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19413: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19414: & VClass
19415:
19416: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19417:
19418: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19419: removed fixopt stupidity. on stupid linux use cd /document/root
19420: ../cgi/parser3 script
19421:
19422: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19423: params, splitting them by space, excluding argv[0], argv[argc-1]
19424:
19425: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19426: fixopt.h: fixopt now preprocesses command line params, splitting
19427: them by space, excluding argv[0], argv[argc-1]
19428:
19429: * src/targets/cgi/parser3.C: -f config file
19430:
19431: * src/targets/cgi/parser3.C: fixed .log file dir
19432:
19433: 2002-08-13 paf
19434:
19435: * src/types/pa_vobject.C: allow override parent variables, useful
19436: for form descendants [in vobject too, were in vclass]
19437:
19438: * src/types/pa_vclass.C: allow override parent variables, useful
19439: for form descendants
19440:
19441: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19442: overwritten in derived(table)
19443:
19444: * src/: classes/form.C, classes/mail.C, classes/op.C,
19445: classes/xnode.h, include/pa_request.h, main/execute.C,
19446: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19447: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19448: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19449: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19450: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19451: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19452: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19453: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19454: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19455: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19456: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19457: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19458: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19459: Value::get_element(..., bool looking_down) [needed to exclude
19460: endless recoursion]
19461:
19462: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19463: fix bug with put endless recoursion todo: check 'as'
19464:
19465: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19466: reorganized modules todo: fix bug with put endless recoursion
19467: todo: check 'as'
19468:
19469: * src/types/pa_vobject.h: checked: table fields can be overwritten
19470: in derived(table)
19471:
19472: * src/types/pa_vobject.h: derived classes can have fields of their
19473: own now
19474:
19475: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19476: fixed error message on using non-created table
19477:
19478: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19479: classes/op.C, classes/xnode.h, include/pa_request.h,
19480: main/compile.C, main/compile.tab.C, main/execute.C,
19481: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19482: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19483: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19484: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19485: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19486: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19487: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19488: types/pa_vresponse.C, types/pa_vresponse.h,
19489: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19490: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19491: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19492: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19493: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19494: looking down/up tree todo: fix error message on non-constructed
19495: parents
19496:
19497: 2002-08-12 paf
19498:
19499: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19500: derived OK
19501:
19502: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19503: thorough testing
19504:
19505: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19506: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19507: types/pa_vobject.h, types/pa_vstateless_class.h,
19508: types/pa_vstateless_object.h, types/pa_wcontext.h,
19509: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19510: ^base:create[] dynamic call rewritten todo: thorough testing
19511:
19512: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19513: now instantates base class, remembers it and saves child in
19514: parent VObject.get_class now returns last child = downward
19515: virtual calls OK
19516:
19517: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19518: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19519: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19520: types/pa_vobject.h, types/pa_vresponse.h,
19521: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19522: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19523: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19524: VAliased [redundant], moved $CLASS to VObject only [parser class
19525: instance]
19526:
19527: * src/main/pa_request.C: $response:body[file] content-type check
19528: fixed [were bad when content-type is hash]
19529:
19530: 2002-08-09 paf
19531:
19532: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19533: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19534:
19535: 2002-08-08 paf
19536:
1.211 moko 19537: * operators.ru.txt, operators.txt, src/classes/date.C,
19538: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19539: month calendar [week year]
1.95 moko 19540:
19541: * src/main/execute.C: error reporting on object writes to MAIN
19542: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19543:
1.211 moko 19544: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19545: $date.yearday $date.daylightsaving
1.95 moko 19546:
19547: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19548: use tainted data now. only she must specify the language.
19549:
19550: ^mail:send[ $.from[paf@mail.design.ru]
19551: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19552: $.text[^taint[uri][ìîñêâà]=] ]
19553:
19554: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19555: now prints more precise origin
19556:
19557: * src/include/pa_string.h: String::first_char now not fails on
19558: empty strings ^if(-f '') now ok and in 3 other places.
19559:
1.211 moko 19560: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19561: src/main/pa_string.C: String::first_char now not fails on empty
19562: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19563:
19564: 2002-08-07 paf
19565:
19566: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19567: fixed
19568:
19569: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19570:
19571: * src/: main/execute.C, types/pa_vcode_frame.h,
19572: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19573: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19574: mistakenly not completely transparent to object writes.
19575: $hash[^if(1){$hash}] now works
19576:
1.211 moko 19577: * operators.ru.txt, operators.txt, src/classes/op.C:
19578: ^cache...{...^cache<<to past...} now erasing cache file [there
19579: were bad check on that]
1.95 moko 19580:
19581: * src/: classes/classes.dsp, classes/table.C,
19582: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19583: all Debug dirs in .dsp now named 'Debug'
19584:
1.116 moko 19585: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19586:
1.211 moko 19587: * operators.ru.txt, operators.txt, src/classes/mail.C:
19588: exception_type email.send
1.95 moko 19589:
1.211 moko 19590: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19591: exception_type email.format
1.95 moko 19592:
19593: * src/types/pa_vmail.C: mail:send empty email checked
19594:
19595: 2002-08-06 paf
19596:
1.211 moko 19597: * operators.ru.txt, operators.txt, src/classes/table.C,
19598: src/include/pa_array.h, src/include/pa_table.h,
19599: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19600: ^table::create[$source;$.options] ^table::join[$source;$.options]
19601:
1.211 moko 19602: * operators.ru.txt, operators.txt, src/classes/hash.C,
19603: src/classes/string.C, src/classes/table.C: sql options can be
19604: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19605:
19606: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19607:
19608: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19609: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19610: $file.content-type [instead of .mime-type] now works for
19611: file::stat also
19612:
19613: * src/main/pa_request.C: case insensitive mime_type_of
19614:
19615: 2002-08-05 paf
19616:
19617: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19618:
19619: * src/types/pa_vmail.C: file buffer relocated to parser heap
19620:
1.211 moko 19621: * operators.ru.txt, operators.txt: comment on date:calendar week
19622: column
1.95 moko 19623:
19624: * src/main/pa_common.C: write checked
19625:
19626: * src/main/: pa_common.C: write checked
19627:
19628: * src/classes/date.C: +1 buf size for stupid snprintfs
19629:
19630: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19631: month calendar week column [ISO 8601 Week Numbers]
19632:
19633: 2002-08-02 paf
19634:
19635: * src/: include/pa_config_fixed.h, main/pa_string.C,
19636: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19637: DEBUG*
19638:
19639: * configure, configure.in, src/include/pa_version.h: release
19640: 3_0_0005
19641:
19642: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19643: multipart post fixed
19644:
1.211 moko 19645: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19646: src/types/pa_vform.C: response transcoded source->client only
19647: when text/* or simple onoverridden $response:body
1.95 moko 19648:
19649: 2002-08-01 paf
19650:
19651: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19652: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19653: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19654: classes/op.C, classes/response.C, classes/string.C,
19655: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19656: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19657: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19658: include/pa_config_fixed.h, include/pa_dictionary.h,
19659: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19660: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19661: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19662: include/pa_socks.h, include/pa_sql_connection.h,
19663: include/pa_sql_driver_manager.h, include/pa_stack.h,
19664: include/pa_string.h, include/pa_stylesheet_connection.h,
19665: include/pa_stylesheet_manager.h, include/pa_table.h,
19666: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19667: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19668: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19669: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19670: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19671: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19672: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19673: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19674: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19675: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19676: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19677: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19678: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19679: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19680: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19681: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19682: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19683: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19684: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19685: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19686: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19687: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19688: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19689: types/pa_vmethod_frame.h, types/pa_vobject.h,
19690: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19691: types/pa_vresponse.h, types/pa_vstateless_class.C,
19692: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19693: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19694: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19695: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19696: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19697: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19698:
19699: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19700: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19701: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19702: classes/math.C, classes/op.C, classes/response.C,
19703: classes/string.C, classes/table.C, classes/void.C,
19704: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19705: include/pa_array.h, include/pa_cache_managers.h,
19706: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19707: include/pa_config_fixed.h, include/pa_config_includes.h,
19708: include/pa_dictionary.h, include/pa_dir.h,
19709: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19710: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19711: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19712: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19713: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19714: include/pa_stack.h, include/pa_string.h,
19715: include/pa_stylesheet_connection.h,
19716: include/pa_stylesheet_manager.h, include/pa_table.h,
19717: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19718: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19719: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19720: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19721: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19722: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19723: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19724: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19725: main/pa_sql_driver_manager.C, main/pa_string.C,
19726: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19727: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19728: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19729: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19730: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19731: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19732: targets/isapi/pool_storage.h, types/pa_valiased.C,
19733: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19734: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19735: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19736: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19737: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19738: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19739: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19740: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19741: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19742: types/pa_vresponse.C, types/pa_vresponse.h,
19743: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19744: types/pa_vstateless_object.h, types/pa_vstatus.C,
19745: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19746: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19747: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19748: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19749: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19750: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19751: types/Makefile.am: ident.C* removed
19752:
1.211 moko 19753: * operators.ru.txt, operators.txt, src/classes/file.C,
19754: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19755:
19756: * src/targets/cgi/parser3.C: usage to stdout now
19757:
19758: 2002-07-31 paf
19759:
19760: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19761:
19762: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19763: default "postmaster"
19764:
19765: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19766: -f postmaster now default sendmail key word "postmaster"
19767: replaced to $.from
19768:
19769: 2002-07-30 paf
19770:
1.116 moko 19771: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19772: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19773:
19774: * src/main/pa_charset.C: comment
19775:
19776: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19777: table, &#decimal;
19778:
19779: * src/main/pa_request.C: comment
19780:
19781: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19782: paragraf]
19783:
19784: 2002-07-11 paf
19785:
19786: * src/main/pa_exec.C: build command line badly added params twice
19787: [and first time without ' ']. double wrong. fixed.
19788:
19789: * src/main/pa_exec.C: invalid .exe caused error message with params
19790: wich parser did not provide = reported badly. fixed that.
19791:
19792: * src/classes/mail.C: $MAIL[ # xxx ]
19793:
19794: now ok
19795:
1.211 moko 19796: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19797:
19798: 2002-07-01 paf
19799:
19800: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19801: [MForm.configure_admin were called when request.main_class ==0
19802:
19803: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19804:
19805: * src/classes/form.C: content_length type fix
19806:
19807: 2002-06-30 paf
19808:
19809: * src/classes/mail.C: merged from 4
19810:
19811: * src/classes/mail.C: restored $MAIL
19812:
19813: 2002-06-28 paf
19814:
19815: * configure, configure.in: removed paths.h
19816:
1.116 moko 19817: * configure, src/include/pa_version.h,
1.95 moko 19818: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19819: merged, makes updated
19820:
1.211 moko 19821: * ChangeLog, configure, operators.ru.txt, operators.txt,
19822: src/classes/xdoc.C, src/include/pa_charset.h,
19823: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19824: src/include/pa_version.h, src/main/pa_charset.C,
19825: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19826: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19827: latest updates to head
1.95 moko 19828:
19829: 2002-06-27 paf
19830:
19831: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19832: not error now
19833:
1.211 moko 19834: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19835: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19836: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19837: ^xdoc::create[[uri]]... base uri for document being created,
19838: imports and other relative file names would be relative to this
19839: uri default uri=path_translated
19840:
19841: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19842:
19843: 2002-06-26 paf
19844:
19845: * configure, configure.in, src/include/pa_version.h:
19846: release_3_0_0004
19847:
19848: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19849: 0 now
19850:
19851: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19852:
19853: 2002-06-25 paf
19854:
19855: * src/main/pa_string.C: emtpy string, or string of whitespaces
19856: considered bad number now
19857:
1.211 moko 19858: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19859: ^xdoc.transform[xdoc <<can be now
1.95 moko 19860:
1.211 moko 19861: * operators.ru.txt, operators.txt, src/classes/string.C:
19862: ^string.normalize [old name: optimize
1.95 moko 19863:
19864: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19865: library configured
19866:
19867: * src/main/pa_request.C: configure_admin forced if no @conf
19868:
1.211 moko 19869: * operators.ru.txt, operators.txt, src/classes/math.C,
19870: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19871: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19872:
19873: 2002-06-24 paf
19874:
19875: * INSTALL: --with-static/shared-mailreceive described
19876:
19877: * src/include/pa_config_fixed.h: ssize_t fixed
19878:
1.116 moko 19879: * configure, configure.in, src/include/pa_config_auto.h.in,
19880: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19881: src/types/pa_vmail.C: $mail:received makes update
19882:
19883: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19884: WITH_MAILRECEIVE
19885:
19886: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19887:
19888: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19889: option, for $mail:receive
19890:
19891: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19892: introducting $message:received ^mail:send rewritten with backward
19893: comp
19894:
19895: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19896: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19897: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19898: now
19899:
1.211 moko 19900: * operators.ru.txt, operators.txt, src/classes/mail.C,
19901: src/include/Makefile.am, src/include/pa_charset.h,
19902: src/include/pa_config_fixed.h, src/include/pa_request.h,
19903: src/include/pa_string.h, src/include/pa_uue.h,
19904: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19905: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19906: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19907: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19908: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19909: uue to separate file introducting $message:received ^mail:send
19910: rewritten with backward comp
19911:
19912: 2002-06-21 paf
19913:
1.116 moko 19914: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19915: co changes
1.95 moko 19916:
1.116 moko 19917: * configure, configure.in, src/lib/md5/Makefile.am,
19918: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19919: restructure .in and .am files appropriate changes
1.95 moko 19920:
19921: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19922: pcre to libs/ added libs/md5 which is linked to non-apache
19923: targets ^math:crypt[password;$apr1$salt]
19924:
1.211 moko 19925: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19926: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19927: src/classes/classes.dsp, src/classes/math.C,
19928: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19929: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19930: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19931: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19932: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19933: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19934: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19935: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19936: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19937: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19938: src/lib/pcre/pcre_parser_ctype.dsp,
19939: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19940: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19941: src/main/compile.tab.C, src/main/main.dsp,
19942: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19943: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19944: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19945: to libs/ added libs/md5 which is linked to non-apache targets
19946: ^math:crypt[password;$apr1$salt]
19947:
19948: 2002-06-20 paf
19949:
1.211 moko 19950: * INSTALL, configure, configure.in, operators.ru.txt,
19951: operators.txt, src/classes/file.C, src/classes/op.C,
19952: src/doc/doxygen.cfg, src/include/pa_globals.h,
19953: src/include/pa_request.h, src/main/execute.C,
19954: src/main/pa_request.C, src/targets/cgi/parser3.C,
19955: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19956: marged latest HEAD updates, mainly file:justname&co &
19957: @auto/conf[filespec
1.95 moko 19958:
1.211 moko 19959: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19960: !^file:dirname[/a/some.tar.gz]=/a
19961: !^file:dirname[/a/b/]=/a
19962: !^file:basename[/a/some.tar.gz]=some.tar.gz
19963: !^file:justname[/a/some.tar.gz]=some.tar
19964: !^file:justext[/a/some.tar.gz]=gz
19965:
19966: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19967: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19968: @conf/auto[filespec]
19969:
1.116 moko 19970: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19971:
1.211 moko 19972: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19973: src/doc/doxygen.cfg, src/include/pa_globals.h,
19974: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19975: parser3.conf renamed to auto.p
1.95 moko 19976:
19977: 2002-06-18 paf
19978:
19979: * configure, configure.in, src/include/pa_version.h: version to
19980: configure.in
19981:
19982: * INSTALL: reflected .conf.dist dir change
19983:
1.150 moko 19984: * Makefile.am, configure, configure.in,
1.116 moko 19985: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19986: .in & *.am updated
19987:
19988: * src/classes/file.C: strncasecmp
19989:
19990: * src/classes/file.C: strcasecmp
19991:
1.150 moko 19992: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19993:
19994: * src/classes/file.C: ^file::exec[script;$.bad error case
19995: insensitive check now
19996:
19997: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19998:
19999: * configure, configure.in, src/include/pa_pool.h,
20000: src/include/pa_types.h: pack configure.in detection simplified.
20001: figured out that gcc on sparc not that stupid as thought
20002: previously: on sparc: when it sees packed class it modifies it's
20003: field-access-code to byte operations [stb, ldub] instead of 4byte
20004: operations [st, lduh] so packed must be all parts of packed
20005: class, i.e. it's parents&fields(classes). for now it's only
20006: String that packed and what was wrong is that it's parent -
20007: Pooled, were not packed. fixed that.
20008:
20009: 2002-06-14 paf
20010:
1.211 moko 20011: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20012:
1.211 moko 20013: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20014: attribute_node.name/value xnode pi.node.data
20015:
20016: 2002-06-12 paf
20017:
1.116 moko 20018: * configure, configure.in, src/targets/cgi/Makefile.am,
20019: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20020:
1.211 moko 20021: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20022: etc/Makefile.am, src/include/pa_globals.h,
20023: src/include/pa_request.h, src/main/compile.tab.C,
20024: src/main/pa_globals.C, src/main/pa_request.C,
20025: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20026: parser3.conf now one and only
1.95 moko 20027:
20028: * src/classes/mail.C: sendmail -ti [default now]
20029:
20030: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20031: to be strings. for convinient #ing
20032:
20033: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20034: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20035:
20036: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20037: main/pa_globals.C, main/pa_request.C: @conf
20038:
20039: 2002-06-11 paf
20040:
20041: * src/classes/file.C: check simplified
20042:
20043: * src/: classes/file.C, targets/cgi/parser3.dsp,
20044: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20045: valid prefix
20046:
20047: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20048: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20049: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20050:
20051: 2002-06-10 paf
20052:
1.211 moko 20053: * operators.ru.txt, operators.txt, src/classes/op.C,
20054: src/include/pa_common.h, src/main/pa_common.C: lock failures
20055: reported now
1.95 moko 20056:
20057: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20058: string->double @ compile time were not-enough-checking...
20059:
20060: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20061: autoconvert now ignored
20062:
20063: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20064: check
20065:
20066: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20067: $response:body content-type:name
20068:
20069: * configure, configure.in: hpux check, nsl link, no socket
20070:
1.211 moko 20071: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20072:
20073: * configure, configure.in: pack even address access on sparc&co
20074: arch checked in configure
20075:
20076: * configure, src/include/pa_version.h: makes
20077:
20078: * configure, configure.in, src/include/pa_version.h: makes
20079:
20080: * src/main/untaint.C: (bug#2) mail subject got always prepended
20081: with charset even when all letters were 7bit one
20082:
20083: * src/main/pa_common.C: merged fixed -d (bug)
20084:
20085: * src/main/pa_common.C: fixed -d (bug)
20086:
20087: 2002-06-03 paf
20088:
1.211 moko 20089: * ChangeLog, operators.ru.txt, operators.txt,
20090: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20091: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20092: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20093: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20094: .dsp-s along with reorganized cvs modules dirs structure
20095:
20096: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20097: main/pa_globals.C, targets/cgi/parser3.dsp,
20098: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20099: modules
20100:
20101: 2002-05-28 paf
20102:
20103: * src/targets/cgi/parser3.C: info.uri now ""
20104:
20105: 2002-05-17 paf
20106:
20107: * src/classes/: table.C: ^table.save << checked empty
20108: pre/match/post columns
20109:
20110: 2002-05-16 paf
20111:
20112: * src/classes/image.C: image::measure can png now
20113:
20114: 2002-05-15 paf
20115:
1.211 moko 20116: * operators.ru.txt, operators.txt, src/classes/date.C:
20117: ^date::create[%H:%M[:%S]] added
1.95 moko 20118:
20119: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20120:
1.211 moko 20121: * operators.ru.txt, operators.txt, src/classes/date.C:
20122: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20123:
20124: 2002-05-14 paf
20125:
20126: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20127:
20128: 2002-05-07 paf
20129:
20130: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20131: src/include/pa_globals.h, src/include/pa_request.h,
20132: src/include/pa_table.h, src/main/compile.tab.C,
20133: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20134: src/main/pa_request.C, src/main/pa_table.C,
20135: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20136: src/targets/isapi/parser3isapi.dsp,
20137: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20138: name2number field now &. main_method_name now on Request pool
20139: rather on global_pool [Junction+VJunction created on same pool as
20140: name = were created on global pool, causing mem leaks]
20141:
20142: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20143: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20144: main/compile.y, main/main.dsp, main/pa_globals.C,
20145: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20146: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20147: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20148: field now &. main_method_name now on Request pool rather on
20149: global_pool [Junction+VJunction created on same pool as name =
20150: were created on global pool, causing mem leaks]
20151:
20152: 2002-05-06 paf
20153:
20154: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20155: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20156: 100*40 bytes per request memory leak [nonpool malloc in globals]
20157:
20158: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20159: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20160: 100*40 bytes per request memory leak [nonpool malloc in globals]
20161:
20162: 2002-04-30 paf
20163:
20164: * configure, src/include/pa_version.h: version now not b
20165:
20166: * src/targets/cgi/parser3.C: request.uri now never 0
20167:
20168: 2002-04-29 paf
20169:
20170: * configure.in: removed b
20171:
20172: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20173: Exception::comment/type checked in (), no there's no empty
20174: type/comment by default
20175:
20176: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20177: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20178: src/doc/value.dox, src/include/pa_exception.h,
20179: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20180: 0001
20181:
20182: 2002-04-26 paf
20183:
20184: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20185: size reduced
20186:
20187: 2002-04-25 paf
20188:
20189: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20190: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20191: now that took into account
20192:
1.211 moko 20193: * operators.ru.txt, operators.txt, src/classes/date.C:
20194: ^date::create[2002-12-33 01:03:04]
1.95 moko 20195:
1.211 moko 20196: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20197: ^date::create[2002-12-33 01:03:04]
20198:
20199: * ChangeLog: updated changelog
20200:
20201: * src/classes/table.C: removed restriction on column count to
20202: ^table.hash to work, now must be >0 [were >1]
20203:
20204: 2002-04-24 paf
20205:
20206: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20207: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20208: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20209: targets
20210:
20211: 2002-04-23 paf
20212:
1.211 moko 20213: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20214: int/double/string:sql{}[$.default{code}] fixed [were barking:
20215: "junction used outside of context"]
20216:
20217: 2002-04-22 paf
20218:
20219: * types.txt, src/classes/string.C, src/include/pa_string.h,
20220: src/main/pa_string.C, src/types/pa_vstring.C,
20221: src/types/pa_vstring.h: ^string.optimize[]
20222:
20223: * src/: include/pa_globals.h, include/pa_table.h,
20224: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20225: table template
20226:
20227: * src/classes/: string.C: optimize removed from string
20228: .left/right/pos
20229:
20230: * src/main/execute.C: rolled back to
20231: before_killing_userjunction_contexts
20232:
20233: * src/main/execute.C: user junctions context killed
20234:
20235: * src/main/execute.C: junctions to local contexts got
20236: cleanized&checked later
20237:
20238: 2002-04-19 paf
20239:
20240: * src/: classes/string.C, include/pa_request.h,
20241: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20242: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20243: prior to .left .right .mid .pos .match when that is profitable,
20244: and always before .replace when $ORIGINS(1) optimization disabled
20245: economy from not wasting mem on lots of strings which occur by
20246: lots of String:mid calls to get parts of source string between
20247: found_occurances
20248:
20249: * src/classes/file.C: ovector now local economy: 16 bytes per
20250: ^file:list
20251:
20252: * src/: include/pa_globals.h, include/pa_table.h,
20253: main/pa_globals.C, main/pa_string.C: String::match table columns
20254: globalized, not created @ each ^match anymore economy:
20255: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20256:
20257: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20258: removed from each String::match replace iteration, and made
20259: stacked sizeof(VTable)=12bytes economy on each replace code
20260:
20261: * src/doc/footer.htm: 2001,
20262:
20263: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20264: string.match[]['] option enables generation of $match.prematch
20265: .match .postmatch columns
20266:
20267: * src/main/pa_string.C: String::match options analized without
20268: cstr-ing them now
20269:
20270: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20271: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20272: config updated to doxygen 1.2.15, created helper which fixes
20273: minor bugs in chm project files & htm tree. changed extension to
20274: .htm
20275:
20276: 2002-04-18 paf
20277:
20278: * src/doc/doxygen.cfg: .chi generation disabled
20279:
20280: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20281: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20282: fields&methods
20283:
20284: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20285: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20286: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20287: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20288: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20289: types/pa_vresponse.h, types/pa_vstateless_class.h,
20290: types/pa_vstateless_object.h, types/pa_vstatus.h,
20291: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20292: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20293: VStateless_class to VObject
20294:
20295: * src/: main/pa_request.C, types/pa_valiased.h,
20296: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20297: types/pa_vstring.h: VStateless_string_object speicalized light
20298: version of VStateless_object
20299:
20300: * src/classes/op.C: ^throw comment param made optional
20301:
20302: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20303: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20304: and implemented down in VClass, fclass_alias removed,
20305:
20306: * src/types/pa_value.C: forced to cut that from .h because of
20307: VStateless_class usage [undefined in .h]
20308:
20309: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20310: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20311: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20312: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20313: on each CALL]
20314:
20315: * src/: classes/classes.h, classes/date.C, classes/double.C,
20316: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20317: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20318: classes/response.C, classes/string.C, classes/table.C,
20319: classes/void.C, classes/xnode.C, include/pa_globals.h,
20320: include/pa_request.h, main/execute.C, main/pa_globals.C,
20321: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20322: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20323: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20324: types/pa_vstateless_class.h, types/pa_wcontext.C,
20325: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20326: removed Value::fname
20327:
20328: 2002-04-17 paf
20329:
20330: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20331: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20332: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20333: include/pa_pool.h, include/pa_types.h: dox updated to current
20334: state, PTHROW freshen to throw & co
20335:
20336: * src/types/pa_vhash.h: vstring wrong parent fixed
20337:
20338: * src/classes/op.C: taint local result var bug fixed
20339:
20340: 2002-04-16 paf
20341:
20342: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20343: Attic asm.txt as most interesting
20344:
20345: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20346: check, preventing content-length: 0 from appearing
20347:
20348: * src/main/execute.C: $result in @main now taken into account as in
20349: usual functions
20350:
20351: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20352: & @unhandled_exception now taken into account as in usual
20353: functions
20354:
20355: * src/doc/postbuild.txt: instructions on post .html build
20356:
20357: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20358:
20359: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20360: tainted
20361:
20362: * src/main/pa_request.C: uri in error log
20363:
20364: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20365: cheched date:create(days) param for validity [later were assumed
20366: valid and crashed on invalid onces]
20367:
20368: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20369: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20370: and used that for removing VString wrapper
20371:
20372: * src/classes/op.C: exception2vhash file now tainted
20373:
20374: * src/classes/op.C: _process pseudo origin copied from local var to
20375: heap
20376:
20377: * src/classes/op.C: extra check on empty file in origin in _execute
20378:
20379: 2002-04-15 paf
20380:
20381: * src/: main/execute.C, types/pa_value.h: fixed name update
20382:
20383: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20384: functions
20385:
20386: * src/: classes/file.C, classes/hash.C, classes/op.C,
20387: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20388: started dual write_xxx_lang functions, if checked & works
20389:
20390: * src/: classes/date.C, classes/file.C, classes/mail.C,
20391: classes/string.C, classes/xnode.C, include/pa_request.h,
20392: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20393: unnecessary VString shells
20394:
20395: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20396: prev changes]
20397:
20398: * src/: classes/image.C, classes/op.C, classes/string.C,
20399: classes/table.C, include/pa_request.h, main/execute.C,
20400: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20401: StringOrValue wcontext result, now ready for dual writes
20402:
20403: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20404: checked that
20405:
20406: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20407: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20408: changed to OP_WRITE_VALUE in var get cases
20409:
20410: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20411: include/pa_request.h, main/compile.tab.C, main/compile.y,
20412: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20413: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20414: switch in hash constructor fixed [were problems with using of
20415: stacked wwrapper after it's death]
20416:
20417: 2002-04-12 paf
20418:
1.211 moko 20419: * operators.ru.txt, operators.txt, src/classes/table.C:
20420: table.select(expression) 0
1.95 moko 20421:
20422: 2002-04-11 paf
20423:
20424: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20425: Request::process_internal codeFrame & wwrapper stacked [not
20426: wasting heap anymore]
20427:
20428: 2002-04-10 paf
20429:
20430: * src/: classes/double.C, classes/file.C, classes/hash.C,
20431: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20432: classes/string.C, classes/table.C, classes/void.C,
20433: classes/xdoc.C, include/pa_request.h, main/execute.C,
20434: main/pa_string.C: killed Request::process() wrapping
20435: VString(String) in case we need only String
20436:
20437: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20438: killed 8 bytes from String.head
20439:
20440: 2002-04-09 paf
20441:
20442: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20443: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20444: local*/char b[...]; a=b; situations
20445:
1.211 moko 20446: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20447: made literal
1.95 moko 20448:
20449: * src/classes/xdoc.C: xslt params fixed
20450:
20451: * src/: main/pa_common.C, targets/cgi/parser3.C,
20452: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20453: not pool.malloc(MAX_NUMBER) but really neaded
20454:
1.211 moko 20455: * operators.ru.txt, operators.txt, src/classes/double.C,
20456: src/classes/int.C: int/double.int/double(default)
1.95 moko 20457:
20458: 2002-04-04 paf
20459:
20460: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20461: [when reconstructing pieces were split by
20462: max_integral(piece.size), thus some strings to replace happen to
20463: be split into two = not replaced)
20464:
20465: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20466: standalone version = current dir
20467:
20468: * src/targets/cgi/parser3.C: document root in standalone version =
20469: current dir
20470:
20471: 2002-04-03 paf
20472:
20473: * configure, configure.in: more checks on nonexistent charset
20474:
1.116 moko 20475: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20476:
20477: 2002-04-02 paf
20478:
20479: * src/main/compile.C: parser.compile [exception name more like in
20480: doc]
20481:
20482: 2002-04-01 paf
20483:
20484: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20485: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20486: .content-type.charset, not .charset
20487:
20488: 2002-03-29 paf
20489:
20490: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20491:
1.211 moko 20492: * operators.ru.txt, operators.txt, src/classes/date.C:
20493: ^date::create now may not supply day, default 1. checked 29.03
20494: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20495:
20496: 2002-03-28 paf
20497:
1.211 moko 20498: * operators.ru.txt, operators.txt, src/classes/date.C,
20499: src/classes/op.C, src/include/pa_globals.h,
20500: src/include/pa_hash.h, src/main/pa_globals.C,
20501: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20502: ^cache[date] }
1.95 moko 20503:
20504: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20505: param
20506:
20507: 2002-03-27 paf
20508:
1.211 moko 20509: * operators.ru.txt, operators.txt, src/classes/date.C,
20510: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20511: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20512: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20513: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20514: src/classes/xdoc.C, src/classes/xnode.C,
20515: src/include/pa_exception.h, src/include/pa_request.h,
20516: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20517: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20518: src/main/pa_array.C, src/main/pa_charset.C,
20519: src/main/pa_charsets.C, src/main/pa_common.C,
20520: src/main/pa_dictionary.C, src/main/pa_exception.C,
20521: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20522: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20523: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20524: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20525: src/types/pa_value.h, src/types/pa_vcookie.C,
20526: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20527: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20528: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20529: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20530: src/types/pa_wwrapper.h: assigned exception types
20531:
1.211 moko 20532: * operators.ru.txt, operators.txt, src/classes/op.C,
20533: src/include/pa_config_fixed.h, src/include/pa_request.h,
20534: src/main/execute.C, src/main/pa_request.C: decided agains
20535: resetting exception_trace, just changed name
1.95 moko 20536:
20537: 2002-03-26 paf
20538:
20539: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20540: fixed
20541:
20542: * src/classes/op.C: forced language of $source field of exception
20543: to 'tainted', so that sql-langed-frags could be outputed outside
20544: of connect
20545:
1.211 moko 20546: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20547: offset
1.95 moko 20548:
20549: * src/classes/date.C: removed date.roll limit of +-1 offset
20550:
1.211 moko 20551: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20552: roll on daylightsaving days mktime took into account tm_isdst
20553: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20554:
20555: 2002-03-25 paf
20556:
1.211 moko 20557: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20558: http_site_config_filespec
20559:
20560: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20561: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20562: with any/both --disable-foreign-group-files --disable-execs
20563:
20564: * INSTALL: "--with=sendmail=COMMAND" comment
20565:
20566: * INSTALL, configure, configure.in, src/classes/mail.C,
20567: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20568: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20569: disables execs also. introducing --sendmail
1.95 moko 20570:
1.211 moko 20571: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20572:
20573: * INSTALL: comment on --disable-link-stdcpp
20574:
1.116 moko 20575: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20576: libstdc++ link skipping configure option
1.95 moko 20577:
20578: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20579: with error were put to cache with 'marked_to_rollback' flag, all
20580: consequent even OK requests rolled back
20581:
20582: 2002-03-22 paf
20583:
20584: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20585: false return
20586:
1.211 moko 20587: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20588:
20589: 2002-03-18 paf
20590:
1.211 moko 20591: * operators.ru.txt, operators.txt, src/classes/op.C,
20592: src/include/pa_exception.h, src/include/pa_globals.h,
20593: src/include/pa_request.h, src/include/pa_stack.h,
20594: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20595:
20596: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20597: types/pa_vdouble.h: removed some tested @tests
20598:
20599: 2002-03-15 paf
20600:
1.211 moko 20601: * operators.ru.txt, operators.txt, src/classes/table.C:
20602: ^table.locate(logical expr)
1.95 moko 20603:
20604: 2002-03-13 paf
20605:
20606: * src/main/pa_exception.C: checked not-pooled malloc
20607:
20608: 2002-03-11 paf
20609:
20610: * INSTALL, configure, configure.in,
20611: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20612:
20613: * src/main/pa_common.C: --disable-foreign-group-files
20614:
20615: * INSTALL: --disable-execs
20616:
20617: * src/main/pa_exec.C: --disable-execs
20618:
20619: * configure, configure.in, src/include/pa_config_auto.h.in:
20620: --disable-execs
20621:
20622: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20623:
20624: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20625: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20626:
20627: 2002-03-05 paf
20628:
1.211 moko 20629: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20630: calendar columns named
1.95 moko 20631:
1.211 moko 20632: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20633: calendar columns named
1.95 moko 20634:
20635: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20636: requires headers to be terminated with \r\n manually [refuses to
20637: separate header/body itself]
20638:
20639: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20640: targets/isapi/parser3isapi.C: isapi site config beside .dll
20641:
20642: 2002-03-04 paf
20643:
20644: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20645: in PASS language
20646:
20647: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20648: deserialize checks on broken file
20649:
20650: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20651: parser3isapi.dsp: isapi updated
20652:
20653: 2002-03-01 paf
20654:
20655: * src/main/pa_exec.C: execle -> execve, now argc OK
20656:
20657: 2002-02-28 paf
20658:
20659: * src/main/untaint.C: removed some debug comments
20660:
20661: * src/main/pa_charsets.C: when placing charset to cache using
20662: global name now [were request]
20663:
20664: * configure, configure.in: apache module updated
20665:
20666: * src/main/pa_string.C: origin by first piece preferred before last
20667: piece
20668:
20669: 2002-02-27 paf
20670:
20671: * src/main/pa_charset.C: size_t
20672:
20673: * INSTALL: shared/static-xml with-pathlink
20674:
1.211 moko 20675: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20676:
20677: 2002-02-26 paf
20678:
20679: * src/main/pa_exec.C: more precise names for vars, cosmetic
20680:
20681: * src/classes/xnode.C: in some situation, xpath query returned
20682: result with type NODESET, but empty nodeset member field, checked
20683: that
20684:
20685: 2002-02-22 paf
20686:
20687: * INSTALL: without-zlib comment
20688:
20689: * etc/parser3.charsets/windows-1251.cfg: °
20690:
20691: * configure, configure.in: glib###.a detection fixed
20692:
20693: * INSTALL: hashfile removed from INSTALL
20694:
1.116 moko 20695: * Makefile.am: make update
1.95 moko 20696:
20697: * src/main/pa_string.C: string iterators fixed again, so were
20698: String::join_chain
20699:
20700: * src/main/pa_string.C: string iterators fixed again, so were
20701: String::join_chain
20702:
20703: * src/: include/pa_string.h, main/pa_string.C: string iterators
20704: fixed again, so were String::join_chain
20705:
20706: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20707:
1.211 moko 20708: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20709: "expires=0" = "session"
1.95 moko 20710:
1.116 moko 20711: * configure, configure.in, src/include/pa_config_auto.h.in:
20712: --with-shared-xml --with-static-xml
1.95 moko 20713:
20714: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20715: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20716: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20717: xalan&xml
20718:
20719: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20720:
1.211 moko 20721: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20722: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20723: from sources for now
1.95 moko 20724:
1.116 moko 20725: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20726: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20727: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20728: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20729: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20730: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20731: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20732: src/types/Makefile.am, src/types/pa_vhashfile.C,
20733: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20734:
20735: 2002-02-21 paf
20736:
20737: * src/main/untaint.C: removed debug code, activated commented-for
20738: debug parts
20739:
1.116 moko 20740: * Makefile.am: make cvsupdate
1.95 moko 20741:
20742: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20743: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20744: append_row, not at link zero now string to string appending works
20745:
20746: 2002-02-20 paf
20747:
20748: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20749: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20750: DEBUG_STRING_APPENDS_VS_EXPANDS
20751:
20752: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20753: economy: 22%
20754:
20755: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20756: space uptimized: string::link_row removed
20757:
20758: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20759: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20760: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20761: types/pa_vstring.h: speed uptimized: string::is_empty
20762:
1.211 moko 20763: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20764: src/include/pa_config_fixed.h, src/include/pa_string.h,
20765: src/include/pa_types.h, src/main/compile.tab.C,
20766: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20767: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20768: string append optimiziation idea and estimates
20769:
20770: 2002-02-19 paf
20771:
20772: * src/classes/math.C: not used directly [but erroreously reported
20773: that 'is', thus registering twice&other probs]
20774:
20775: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20776: to node [element]
20777:
20778: * src/main/compile.C: without string_origins parse error
20779: file+line+col possible
20780:
20781: * src/main/: compile.C: without string_origins not worked
20782:
20783: 2002-02-18 paf
20784:
20785: * src/types/pa_vdouble.h: since we have in_expression removed that
20786: trick i've installed into double::as_string
20787:
20788: * src/main/pa_globals.C: extern "C" was removed too fast
20789:
20790: * src/: include/pa_opcode.h, include/pa_request.h,
20791: main/compile.tab.C, main/compile.y, main/execute.C,
20792: types/pa_wcontext.h: in_expression aimed to solve old problem
20793: with string/nonstring values, now in expressions double/int
20794: values are passed as-is, without stupid tostring/fromstring
20795: conversions
20796:
20797: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20798: __cplusplus } #endif
20799:
20800: * src/main/compile.tab.C: bison env set so one could compile
20801: without cygwin installed
20802:
20803: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20804: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20805: gnome xml libs parser .dsp-s changed accordingly
20806:
1.211 moko 20807: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20808: PARSER_ROOT_CONFIG
1.95 moko 20809:
1.211 moko 20810: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20811: [were date::set, with backward comp
1.95 moko 20812:
20813: * src/classes/math.C: math:random range check fixed
20814:
20815: * src/main/: compile.tab.C, compile.y: integer division stops name
20816:
20817: * INSTALL: local install comment
20818:
1.116 moko 20819: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20820:
1.116 moko 20821: * acinclude.m4, aclocal.m4, configure, configure.in,
20822: src/include/pa_config_auto.h.in,
20823: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20824: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20825:
1.211 moko 20826: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20827:
20828: 2002-02-13 paf
20829:
20830: * src/include/pa_config_includes.h: sys/time time both included
20831: now. vaguely remember confilicts on this on some system [not on
20832: six|ablv] so when would see them again would think up proper
20833: check
20834:
1.116 moko 20835: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20836: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20837:
20838: * src/main/pa_common.C: truncation never occured when writing files
20839: on unix [since i've changed cache mech] fix
20840:
20841: * src/main/pa_common.C: strnchr: sanity check added
20842:
20843: * etc/parser3.charsets/windows-1257.cfg: id added
20844:
20845: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20846: baltic charset file generated, in generation script ispunct check
20847: added
20848:
20849: 2002-02-08 paf
20850:
1.116 moko 20851: * src/: include/Makefile.am, sql/Makefile.am,
20852: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20853:
20854: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20855: forgotten
20856:
20857: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20858:
20859: * INSTALL, README: install&others updated
20860:
20861: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20862:
1.116 moko 20863: * Makefile.am, configure, configure.in,
20864: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20865: src/classes/Makefile.am, src/main/Makefile.am,
20866: src/main/pa_status_provider.C, src/targets/Makefile.am,
20867: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20868: works
1.95 moko 20869:
20870: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20871: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20872: classes/hashfile.C, classes/int.C, classes/mail.C,
20873: classes/math.C, classes/op.C, classes/response.C,
20874: classes/string.C, classes/table.C, classes/void.C,
20875: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20876: include/pa_array.h, include/pa_cache_managers.h,
20877: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20878: include/pa_config_fixed.h, include/pa_config_includes.h,
20879: include/pa_db_connection.h, include/pa_db_manager.h,
20880: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20881: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20882: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20883: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20884: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20885: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20886: include/pa_stack.h, include/pa_string.h,
20887: include/pa_stylesheet_connection.h,
20888: include/pa_stylesheet_manager.h, include/pa_table.h,
20889: include/pa_threads.h, include/pa_types.h, main/compile.C,
20890: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20891: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20892: main/pa_db_connection.C, main/pa_db_manager.C,
20893: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20894: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20895: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20896: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20897: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20898: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20899: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20900: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20901: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20902: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20903: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20904: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20905: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20906: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20907: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20908: types/pa_vmethod_frame.h, types/pa_vobject.h,
20909: types/pa_vrequest.h, types/pa_vresponse.h,
20910: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20911: types/pa_vstateless_object.h, types/pa_vstatus.C,
20912: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20913: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20914: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20915: classes/image.C, main/pa_common.C, main/pa_exec.C,
20916: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20917: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20918: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20919: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20920: types/pa_vxnode.C, main/pa_charset.C: name spelling
20921:
20922: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20923: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20924: classes/hashfile.C, classes/image.C, classes/int.C,
20925: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20926: classes/string.C, classes/table.C, classes/void.C,
20927: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20928: include/pa_array.h, include/pa_cache_managers.h,
20929: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20930: include/pa_config_fixed.h, include/pa_config_includes.h,
20931: include/pa_db_connection.h, include/pa_db_manager.h,
20932: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20933: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20934: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20935: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20936: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20938: include/pa_stack.h, include/pa_string.h,
20939: include/pa_stylesheet_connection.h,
20940: include/pa_stylesheet_manager.h, include/pa_table.h,
20941: include/pa_threads.h, include/pa_types.h, main/compile.C,
20942: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20943: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20944: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20945: main/pa_db_connection.C, main/pa_db_manager.C,
20946: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20947: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20948: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20949: main/pa_socks.C, main/pa_sql_driver_manager.C,
20950: main/pa_status_provider.C, main/pa_string.C,
20951: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20952: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20953: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20954: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20955: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20956: targets/isapi/pool_storage.h, types/pa_valiased.C,
20957: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20958: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20959: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20960: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20961: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20962: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20963: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20964: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20965: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20966: types/pa_vresponse.h, types/pa_vstateless_class.C,
20967: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20968: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20969: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20970: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20971: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20972: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20973:
20974: 2002-02-07 paf
20975:
20976: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20977:
1.116 moko 20978: * configure, configure.in, src/include/pa_config_auto.h.in,
20979: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20980: added yet another locking function: fcntl
1.95 moko 20981:
20982: * config.sub: on cygwin configure passes it with strange i1586
20983: const, hacked it to mean i586
20984:
20985: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20986: disabled $if reference due to conflicts with local variables
20987:
1.211 moko 20988: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20989: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20990: xdoc::create, with both sences
20991:
20992: * operators.ru.txt, operators.txt, src/classes/table.C,
20993: src/include/pa_array.h, src/include/pa_table.h,
20994: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20995: 'set' name obsolete now table clone.
1.95 moko 20996:
1.211 moko 20997: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20998: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20999: ^int/double/string.format now can be called with normal []
21000: brackets, not stupid {} as it were implemented for some strange
21001: reason. retaining backward compatibility due to some
21002: already-implemented servers
21003:
21004: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21005: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21006: operators now detected by check at name_without_curly_rdive_read
21007: rule whether diving code constists only of
21008: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21009: with OP_GET_ELEMENT_OR_OPERATOR to form
21010: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21011:
21012: 2002-02-06 paf
21013:
21014: * configure, configure.in: prefix expanded, grr
21015:
1.211 moko 21016: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21017: config changed
1.95 moko 21018:
21019: 2002-02-05 paf
21020:
1.211 moko 21021: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21022:
21023: * src/main/: pa_exec.C: argv0 now correct
21024:
21025: * src/types/pa_vstatus.C: status:rusage 3
21026:
21027: * src/types/pa_vstatus.C: status:rusage 2
21028:
1.211 moko 21029: * operators.ru.txt, operators.txt: status:rusage described int
21030: operators
1.95 moko 21031:
21032: * src/types/pa_vstatus.C: status:rusage 1
21033:
21034: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21035: src/types/types.dsp: status:rusage
21036:
1.211 moko 21037: * configure.in, operators.ru.txt, operators.txt,
21038: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21039: src/include/pa_config_includes.h, src/main/compile.tab.C,
21040: src/main/pa_common.C: rewritten ^cache to use
21041: non-blocking-exclusive-caches
21042:
21043: * src/main/pa_common.C: text file read mode on win32 adjusted
21044: [speed impact. was off for debugging purpose, but forgotten
21045: afterwards]
21046:
21047: 2002-02-01 paf
21048:
21049: * src/classes/op.C: file_write does EX lock after create, while
21050: file_read does SH after open, so there's a moment after create
21051: but before EX lock when read can sneak into, and read
21052: just-created-for-writing-and-not-yet-locked file, added a check
21053: for that in ^cache...read
21054:
21055: 2002-01-31 paf
21056:
21057: * src/main/: compile.y, compile.tab.C: disabled operator call after
21058: ^xxx:
21059:
21060: * src/main/: compile.tab.C, execute.C: made operators lookup first
21061: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21062:
21063: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21064: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21065: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21066: operators check 6.1 rewritten. now check is done at compile time
21067:
21068: * src/main/execute.C: operators check 5 floated up old error of
21069: staying in 'entered class/object' state after $a($a..) it
21070: prevented operators from being called thereafter
21071:
21072: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21073: main/execute.C: operators check 4 floated up old error of staying
21074: in 'entered object' state after ^a.a(a) it prevented operators
21075: from being called thereafter
21076:
21077: * src/main/execute.C: operators check 3 floated up old error of
21078: staying in 'entered class' state after $a:a(a) it prevented
21079: operators from being called thereafter
21080:
21081: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21082: floated up old error of staying in 'entered class' state after
21083: $a:a[a] it prevented operators from being called thereafter
21084:
21085: * src/main/execute.C: operators check, thay mistakenly seen in
21086: $class:operator $object.operators contexts
21087:
21088: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21089: win32
21090:
1.116 moko 21091: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21092: src/classes/Makefile.am, src/main/Makefile.am,
21093: src/targets/cgi/Makefile.am,
1.95 moko 21094: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21095: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21096:
1.116 moko 21097: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21098: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21099: configure, configure.in, form.txt, ident.awk, install-sh,
21100: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21101: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21102: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21103: etc/parser3.charsets/koi8-r.cfg,
21104: etc/parser3.charsets/windows-1250.cfg,
21105: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21106: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21107: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21108: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21109: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21110: straightened installation scripts procedure made
21111: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21112: change
21113:
21114: 2002-01-30 paf
21115:
21116: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21117: removed] those comments were a mistake, and prevented libltdl
21118: from function properly
21119:
21120: 2002-01-29 paf
21121:
1.116 moko 21122: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21123: creation [modified acinclude.m4 which were creating int into just
21124: assignment LIBTOOL=../libtool] added default system
21125: config&charsetts prepared 'make install', now it installs
21126: targets/cgi/parser3 into bin directory etc/parser3.conf &
21127: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21128: $sysconfdir/parser3.charsets respectively
21129:
21130: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21131: main/pa_globals.C: few forgotten ifdef XML added
21132:
21133: 2002-01-28 paf
21134:
1.116 moko 21135: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21136: removed
21137:
21138: * src/main/pa_exception.C: dom|generic error output fix
21139:
21140: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21141:
21142: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21143:
21144: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21145: [fixed as_node helper func to accept docs]
21146:
21147: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21148: xdoc.importNode 0
21149:
21150: * src/classes/xdoc.C: xdoc::set now untaints OK
21151:
21152: 2002-01-25 paf
21153:
21154: * src/main/: compile.tab.C, compile.y: #comment before @ after
21155: @SPECIAL now works OK
21156:
21157: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21158:
21159: * src/main/pa_exec.C: max arg count now 10, and proper message on
21160: violation that added
21161:
21162: * src/classes/hash.C: unified hash::sql, now
21163: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21164:
21165: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21166: ^file:lock[filename]{code}
21167:
21168: * src/: classes/file.C, classes/op.C, classes/string.C,
21169: classes/table.C, classes/xdoc.C, include/pa_common.h,
21170: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21171: to some pa_common funcs
21172:
21173: * src/: include/pa_charset.h, main/pa_globals.C:
21174: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21175:
21176: * src/: include/pa_charset.h, main/pa_charset.C,
21177: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21178: not stupid illegal define
21179:
21180: 2002-01-24 paf
21181:
21182: * src/include/pa_version.h: changed version number
21183:
21184: * src/: classes/hashfile.C, include/pa_db_table.h,
21185: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21186: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21187: main/pa_db_connection.C, main/pa_db_table.C,
21188: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21189: hashfile without logfiles
21190:
21191: * src/: classes/hashfile.C, include/pa_db_table.h,
21192: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21193: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21194: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21195: DB_INIT_TXN init bits, thus got rid of huge log files, which
21196: cluttered disk without huge need]
21197:
21198: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21199: handy macro, which is strangly abscent in dome lib
21200:
21201: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21202:
21203: * src/classes/xdoc.C: checked empty response
21204:
21205: * src/classes/xnode.C: xdoc.select fixed context node [were always
21206: /, not self node]
21207:
21208: * src/classes/xnode.C: xnode.select returns array always now, in
21209: case 'nothing found' returns empty array
21210:
21211: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21212: be more tender with ctrl/c/v
21213:
21214: 2002-01-23 paf
21215:
21216: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21217: substituted. // 2. when dom tree with entites goes under
21218: transform text nodes // got [erroreosly] cut on first
21219: entity occurance
21220:
21221: * src/types/pa_vdouble.h: double prec. todo: get rid of
21222: twice-converting
21223:
21224: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21225: 'e' in output this is for regretful twice-converting here:
21226: $a(double value) when they write double falue they convert it to
21227: string first, thus %g were losing precesion.
21228:
21229: todo: think up some way to remove double->string string->double
21230: twice-converting
21231:
21232: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21233: %.20E now default float format this is for regretful
21234: twice-converting here: $a(double value) when they write double
21235: falue they convert it to string first, thus %g were losing
21236: precesion.
21237:
21238: todo: think up some way to remove double->string string->double
21239: twice-converting
21240:
21241: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21242: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21243: reasons in comment inside
21244:
21245: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21246: statically linked]
21247:
21248: * src/: include/pa_exception.h, main/compile.tab.C,
21249: main/pa_exception.C: removed exception va_list constructor. 1.
21250: not needed anymore 2. there were a conflict[causing errors]
21251: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21252: never detected an ambiguilty here, compiling ctor(, "hello") into
21253: ctor(, va_list) which, of course, caused gpf
21254:
21255: * src/main/pa_globals.C: removed debug xslt messages
21256:
21257: 2002-01-22 paf
21258:
21259: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21260: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21261: helps compiling stylesheet properly. example: this refused to
21262: work, <b>«<xsl:value-of select="@title"
21263: />»</b> stranly worked only this way:
21264: <b>«<xsl:value-of select="@title" />»</b>
21265:
21266: docs says "set it to 1", never going into details, so I decided
21267: to try NOT to do that
21268:
21269: * src/classes/table.C: join behaived badly in case named tables
21270: structure mismatched: 0 strings sneaked into dest failing
21271: afterwards. replaced them with empty strings
21272:
21273: 2002-01-21 paf
21274:
21275: * src/main/pa_charset.C: checked empty transcoders in
21276: transcode_cstr|buf
21277:
21278: * src/classes/xdoc.C: xdoc::load error source = filespec
21279:
21280: * src/classes/xdoc.C: transform error source now
21281: stylesheet_filespec
21282:
1.116 moko 21283: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21284: include/pa_stylesheet_connection.h, main/pa_charset.C,
21285: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21286: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21287: gnome
1.95 moko 21288:
21289: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21290: include/pa_globals.h, include/pa_stylesheet_connection.h,
21291: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21292: xslt generic error 1
21293:
21294: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21295: xml generic message 1
21296:
21297: * src/classes/table.C: ^table::load empty lines or #comments before
21298: headline
21299:
21300: * src/: include/pa_array.h, include/pa_globals.h,
21301: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21302: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21303: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21304: errors 0
21305:
21306: 2002-01-16 paf
21307:
21308: * src/: classes/hash.C, classes/op.C, classes/string.C,
21309: classes/table.C, classes/void.C, classes/xdoc.C,
21310: include/pa_db_connection.h, include/pa_request.h,
21311: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21312: include/pa_stylesheet_connection.h,
21313: include/pa_stylesheet_manager.h, main/pa_request.C,
21314: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21315: targets/cgi/pool_storage.h: auto closers to sql_connection,
21316: stylesheet_connection auto destroyers to remaining gnome objects
21317:
21318: * src/classes/xdoc.C: few comments
21319:
21320: 2002-01-15 paf
21321:
21322: * src/classes/xdoc.C: xdoc file save string
21323:
21324: ready. todo: error handling
21325:
21326: * src/classes/xdoc.C: xdoc save rewritten using
21327: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21328: result
21329:
21330: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21331: started output options parsing
21332:
21333: 2002-01-14 paf
21334:
21335: * src/classes/xdoc.C: method
21336:
21337: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21338: include/pa_pool.h, include/pa_stylesheet_connection.h,
21339: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21340: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21341: xslt transform0. TODO: use output options handle errors
21342:
21343: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21344:
21345: 2002-01-11 paf
21346:
21347: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21348: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21349: partial logical && || evaluation
21350:
21351: * src/classes/xnode.C: xpath selectNodes
21352:
21353: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21354: string/number/bool
21355:
21356: * src/classes/xnode.C: xpath selectNode 2
21357:
21358: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21359: xpath selectNode 1
21360:
21361: 2002-01-10 paf
21362:
21363: * src/classes/xnode.C: xpath selectNode -100 [just written]
21364:
21365: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21366: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21367: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21368: refcounter]
21369:
21370: 2001-12-29 paf
21371:
21372: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21373: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21374: glib works 0
21375:
21376: 2001-12-28 paf
21377:
21378: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21379: main/pa_exception.C: started glib transcoders
21380:
21381: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21382:
21383: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21384: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21385: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21386: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21387: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21388: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21389: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21390: libs just compiled in. no refcounting no xpath no xslt yet
21391:
21392: 2001-12-27 paf
21393:
21394: * src/: include/pa_charset.h, include/pa_common.h,
21395: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21396: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21397: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21398: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21399: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21400: from xalan&xerces, started the process. globals [initialization
21401: pool [charset update charset [transcodings vxnode vxdoc [DOM
21402: calls
21403:
21404: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21405: anymore
21406:
21407: 2001-12-26 paf
21408:
21409: * src/: include/pa_charset.h, include/pa_charsets.h,
21410: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21411: key globalized [bug]
21412:
21413: 2001-12-25 paf
21414:
21415: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21416: main/pa_string.C: table set & append changed splitting languages,
21417: separators now can be clean AND as-is same to mail command line
21418: $MAIN:MAIL.progX arguments
21419:
21420: 2001-12-24 paf
21421:
21422: * src/classes/mail.C: one parted text messages - no multipart
21423: mime-type anymore. for convinient if $.attach-ments
21424:
21425: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21426: main/pa_string.C: read from cache size check updated
21427:
21428: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21429:
21430: 2001-12-21 paf
21431:
21432: * src/classes/date.C: date:sql-string now returns localtime
21433:
21434: * src/main/pa_request.C: $result in @main actually not working, to
21435: hell with it for now
21436:
21437: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21438: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21439: @postprocess @exception
21440:
21441: * src/main/execute.C: junction evaluation canceled - endless
21442: recursion detected
21443:
21444: 2001-12-19 paf
21445:
21446: * src/main/pa_charset.C: charset->charset transcoding via unicode
21447: intermediate
21448:
21449: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21450:
21451: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21452:
21453: * src/classes/op.C: ^cache keypath now relative
21454:
21455: * src/classes/mail.C: changed weighting prior to sort
21456:
21457: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21458: were missing
21459:
21460: 2001-12-17 paf
21461:
21462: * src/main/pa_charset.C: ifndef XML were bad type
21463:
21464: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21465: outdated unset services_pool
21466:
21467: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21468: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21469: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21470:
21471: * src/main/untaint.C: allowed space in filespec
21472:
21473: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21474:
21475: * src/classes/image.C: no govno
21476:
21477: * src/classes/image.C: govno
21478:
21479: 2001-12-16 paf
21480:
21481: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21482:
21483: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21484: charset_connection&manager replaced by charset&charsets
21485:
21486: * src/main/pa_charset.C: name_cstr 0
21487:
21488: * src/main/untaint.C: uri lang now knows about client/source
21489: charsets
21490:
21491: * src/: classes/file.C, classes/math.C, classes/op.C,
21492: classes/string.C, classes/table.C, classes/xdoc.C,
21493: include/pa_array.h, include/pa_cache_managers.h,
21494: include/pa_charset_connection.h, include/pa_charset_manager.h,
21495: include/pa_common.h, include/pa_db_connection.h,
21496: include/pa_db_manager.h, include/pa_db_table.h,
21497: include/pa_dictionary.h, include/pa_exception.h,
21498: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21499: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21500: include/pa_sapi.h, include/pa_socks.h,
21501: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21502: include/pa_string.h, include/pa_stylesheet_connection.h,
21503: include/pa_stylesheet_manager.h, include/pa_table.h,
21504: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21505: main/pa_charset.C, main/pa_charset_connection.C,
21506: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21507: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21508: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21509: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21510: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21511: types/types.dsp: introducing Charset
21512:
21513: 2001-12-14 paf
21514:
21515: * src/: include/pa_request.h, include/pa_transcoder.h,
21516: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21517: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21518: uri lang
21519:
21520: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21521:
21522: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21523:
21524: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21525: defalts_name global
21526:
21527: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21528: include/pa_request.h, main/main.dsp,
21529: main/pa_charset_connection.C, main/pa_charset_manager.C,
21530: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21531: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21532: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21533: changed charset model. now important: $request:charset
21534: $response:charset while $response:content-type.charset become
21535: unimportant [informational]
21536:
21537: 2001-12-13 paf
21538:
21539: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21540:
21541: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21542: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21543: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21544: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21545: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21546: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21547:
21548: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21549: auto_ptr part other way, because of stupid gcc 2.96
21550: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21551: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21552: FormatterListener] /usr/include/g++-3/memory:48:
21553: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21554: _Tp1 = FormatterListener, _Tp = FormatterListener]
21555:
21556: * src/classes/xdoc.C: removed extra inc
21557:
21558: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21559:
21560: * src/include/pa_types.h: msvc head debugging flag
21561:
21562: * src/classes/xdoc.C: freed up listener
21563:
21564: * src/classes/string.C: change msg '... code is not code'
21565:
21566: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21567: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21568: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21569: [past/future prob]
21570:
21571: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21572: include/pa_config_fixed.h, include/pa_db_manager.h,
21573: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21574: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21575:
21576: * src/: include/pa_config_fixed.h, main/pa_common.C,
21577: main/pa_string.C: removed signed mismatch warnings
21578:
21579: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21580: 'expires' from header outputs
21581:
21582: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21583: row ptr
21584:
21585: * src/classes/file.C: file::cgi bug, request_method were passed to
21586: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21587:
21588: * src/classes/xdoc.C: lang list updated
21589:
21590: 2001-12-10 paf
21591:
21592: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21593:
21594: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21595: erase files like that, knowing their full name introducing //
21596: theoretical problem with, for instance, "_2B" and "." fragments,
21597: // they would yield the same // because
21598: need_file_encode('_')=false // but we need to delete such files
21599: somehow, getting names from ^index
21600:
21601: * src/main/pa_string.C: ^string.replace bug fixed [bad
21602: string::join_chank break]
21603:
21604: 2001-12-07 paf
21605:
21606: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21607: include/pa_common.h, include/pa_config_auto.h.in,
21608: include/pa_config_fixed.h, include/pa_config_includes.h,
21609: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21610: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21611: types/pa_vhashfile.C: merged from r14_simple_cache
21612:
21613: * src/main/pa_string.C: stupid sparc architecture failed to access
21614: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21615: lduh [ %i2 + 1 ], %l0
21616:
21617: bus error, fixed that
21618:
21619: * src/main/pa_string.C: strange string deserialize bug on
21620: client[pmts], a bit shortened,
21621:
21622: * src/include/pa_config_auto.h.in: makes
21623:
21624: * src/: include/pa_common.h, include/pa_config_fixed.h,
21625: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21626: file write shared lock file read
21627:
21628: * src/: classes/op.C, include/pa_common.h,
21629: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21630:
21631: 2001-12-06 paf
21632:
21633: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21634: main/pa_request.C: #ifdef RESOURCES_DEBUG
21635:
21636: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21637: info
21638:
21639: * src/classes/hashfile.C: removed transaction from ^cache
21640:
21641: 2001-12-05 paf
21642:
21643: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21644: IIS5 there were a prob with illegal call check
21645:
21646: 2001-12-04 paf
21647:
21648: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21649: main/pa_request.C: measures to log
21650:
21651: 2001-11-23 paf
21652:
21653: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21654: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21655: types/pa_vhashfile.C: merged from _0014, 1
21656:
21657: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21658: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21659: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21660: ^cache(33) would change
21661:
21662: 0660 bits in file_write & hashfile create
21663:
21664: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21665: after pa_string optimization]
21666:
21667: 2001-11-22 paf
21668:
21669: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21670: table.offset[whence]
21671:
21672: * src/classes/op.C: process cstr(,connection)
21673:
21674: * src/classes/op.C: process now gets its body on current language,
21675: not as-is
21676:
21677: * src/main/untaint.C: ORIGINS mode removed UHTML
21678:
21679: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21680: bit
21681:
1.116 moko 21682: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21683:
21684: 2001-11-21 paf
21685:
21686: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21687: <xsl:output output options made identical to xsl:output
21688: attributes exclusion: cdata-section-elements what xalan can do
21689: but that not used now: it can escape and remove CDATA sections
21690:
21691: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21692: produced by xslt
21693:
21694: * src/targets/cgi/parser3.C: removed debug cgi||1
21695:
21696: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21697:
21698: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21699: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21700: default language for {code}, it happen to change it's language
21701: from CLEAN, so later refused to split by CLEAN \t
21702:
21703: 2001-11-20 paf
21704:
1.116 moko 21705: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21706: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21707: bottom of dependeces, so that errors would popup quicklier, fixed
21708: line numbering in table::sql
21709:
21710: 2001-11-19 paf
21711:
21712: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21713: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21714: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21715: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21716: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21717: at wcontext.write
21718:
1.116 moko 21719: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21720: _set_new_handler
21721:
1.116 moko 21722: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21723: set_new_handler in apache&isapi
1.95 moko 21724:
21725: 2001-11-16 paf
21726:
21727: * src/targets/cgi/parser3.C: pool debug @ die
21728:
21729: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21730: removed 8 bytes from String, 2 bytes from
21731: string::chunk::row::item
21732:
21733: * src/main/pa_string.C: removed 1+4 bytes from String
21734:
21735: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21736: types/pa_vstring.C: removed 1+4 bytes from String
21737:
21738: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21739: 0
21740:
21741: * src/: include/pa_globals.h, include/pa_string.h,
21742: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21743: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21744: targets/cgi/parser3.C: introducing estimating
21745: String::cstr_bufsize, 0
21746:
21747: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21748:
21749: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21750:
21751: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21752: include/pa_pool.h: die in pool::fail
21753:
21754: 2001-11-15 paf
21755:
21756: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21757: main/pa_exception.C, targets/cgi/parser3.C: exception with
21758: dynamic buffer re-back now with counter
21759:
21760: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21761: static buffer back
21762:
21763: * src/targets/cgi/parser3.C: std::
21764:
21765: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21766: include/pa_config_includes.h: setnewhandler check
21767:
1.116 moko 21768: * src/include/pa_config_auto.h.in: makes
1.95 moko 21769:
21770: * src/targets/cgi/parser3.C: set_new_handler started
21771:
21772: 2001-11-14 paf
21773:
21774: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21775: was wrong
21776:
21777: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21778: was wrong
21779:
21780: * src/main/pa_request.C: z
21781:
21782: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21783: full returns win32 -1 solaris >buffer_size
21784:
21785: checked all that
21786:
21787: * src/classes/op.C: ^untaint{body} as-is default now
21788:
21789: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21790: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21791: with no_bad_constructors_try
21792:
21793: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21794: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21795: this: $bred[^string::length[]] $bred[^response::clear[]]
21796: $bred[^int::int[]]
21797:
21798: now VObject creation moved into overriden
21799: VClass::create_new_value, thus 0 from create_new_value means that
21800: class has no ctors
21801:
21802: 2001-11-13 paf
21803:
21804: * src/classes/classes.C: returned accedently removed if in foreach
21805: callbacks [when hash no-0-restructure]
21806:
21807: 2001-11-12 paf
21808:
21809: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21810: passed as-is to method, xalan makes & into & itself
21811:
21812: * src/classes/date.C: date.roll parser2 alg used
21813:
21814: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21815: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21816: main/pa_dictionary.C, main/pa_hash.C,
21817: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21818: now does not containt 0 values. put 0 actullay removes. no check
21819: on 0 value in foreach now required
21820:
21821: 2001-11-11 paf
21822:
21823: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21824:
21825: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21826:
21827: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21828: driver initialize not const
21829:
21830: 2001-11-10 paf
21831:
21832: * src/main/pa_exec.C: doc
21833:
21834: 2001-11-09 paf
21835:
21836: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21837: param properly
21838:
21839: * src/classes/string.C: string.save now does untainting before
21840: saving
21841:
21842: * src/main/pa_common.C: line endings fixing fixed last piece[was
21843: still cstr oriented]
21844:
21845: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21846: line endings fixing got rid of cstr, now must work ok with post
21847: multipart
21848:
21849: * src/types/pa_vform.C: line endings fixed at post / multipart /
21850: not file also now
21851:
21852: 2001-11-08 paf
21853:
21854: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21855: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21856: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21857: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21858: main/pa_stylesheet_manager.C: restructured Cache manager to be
21859: simple parent, not second parent [gcc 2.96 strangly refused to
21860: call virtual from second parent]
21861:
1.116 moko 21862: * src/: include/pa_common.h, main/Makefile.am,
21863: targets/cgi/pa_pool.C: makes
1.95 moko 21864:
21865: * src/: include/pa_request.h, main/pa_request.C,
21866: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21867: 'status' class enabler
21868:
21869: <Location /parser-status.html> ParserStatusAllowed </Location>
21870:
21871: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21872: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21873: include/pa_stylesheet_manager.h, main/main.dsp,
21874: main/pa_cache_managers.C, main/pa_charset_manager.C,
21875: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21876: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21877: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21878: todo: apache 'status' class enabler
21879:
21880: 2001-11-05 paf
21881:
21882: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21883: debug to normal
21884:
21885: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21886: hence i removed skipping 0 values in hash::for_each-es we need to
21887: check cleaned cache items manually. few more checks.
21888:
21889: expiring to 0 time was wrong, changed to 'now' time
21890:
21891: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21892: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21893: on apache already done :)
21894:
21895: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21896: skipping 0 values in hash::for_each-es we need to check cleaned
21897: cache items manually
21898:
21899: * src/main/: pa_db_connection.C, pa_db_table.C:
21900: parser_multithreaded check was wrong
21901:
21902: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21903: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21904: classes/hashfile.C, classes/image.C, classes/int.C,
21905: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21906: classes/string.C, classes/table.C, classes/void.C,
21907: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21908: include/pa_array.h, include/pa_charset_connection.h,
21909: include/pa_charset_manager.h, include/pa_common.h,
21910: include/pa_config_fixed.h, include/pa_config_includes.h,
21911: include/pa_db_connection.h, include/pa_db_manager.h,
21912: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21913: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21914: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21915: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21916: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21917: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21918: include/pa_stack.h, include/pa_string.h,
21919: include/pa_stylesheet_connection.h,
21920: include/pa_stylesheet_manager.h, include/pa_table.h,
21921: include/pa_threads.h, include/pa_types.h, main/compile.C,
21922: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21923: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21924: main/pa_charset_manager.C, main/pa_common.C,
21925: main/pa_db_connection.C, main/pa_db_manager.C,
21926: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21927: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21928: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21929: main/pa_socks.C, main/pa_sql_driver_manager.C,
21930: main/pa_status_provider.C, main/pa_string.C,
21931: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21932: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21933: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21934: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21935: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21936: targets/isapi/pool_storage.h, types/pa_valiased.C,
21937: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21938: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21939: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21940: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21941: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21942: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21943: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21944: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21945: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21946: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21947: types/pa_vstateless_object.h, types/pa_vstatus.h,
21948: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21949: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21950: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21951: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21952: $status:db fixed used not initialized in db_connection & db_table
21953:
21954: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21955: $status:charset
21956:
21957: * src/: classes/xdoc.C, include/pa_db_connection.h,
21958: include/pa_stylesheet_connection.h,
21959: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21960: types/pa_vstatus.h: $status:stylesheet
21961:
21962: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21963: include/pa_request.h, include/pa_sql_connection.h,
21964: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21965: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21966: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21967: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21968: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21969: types/pa_vxnode.C, types/types.dsp: started status parser class
21970:
21971: 2001-11-01 paf
21972:
21973: * src/include/pa_config_auto.h.in: makes
21974:
21975: * src/main/pa_hash.C: removed old extra include
21976:
21977: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21978: checks [for hp, there are such in math.h]
21979:
21980: * src/classes/op.C: ^for endless loop check strightened
21981:
21982: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21983: behavior in native calls. it left unchanged, so ^for ^foreach &
21984: co can use r.root to write their i & key,value there
21985:
21986: * src/classes/op.C: detected for var storage bug, fixed.
21987: todo:foreach
21988:
21989: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21990: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21991: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21992: changing of hash inside of foreach
21993:
21994: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21995: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21996: were hash.foreach
21997:
21998: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21999: types/pa_vstring.C, types/pa_vstring.h:
22000: ^foreach[key|value]{body}[[separator]|{separator}]
22001:
22002: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22003: types/pa_vcookie.C: ^hash.delete[key]
22004:
22005: 2001-10-31 paf
22006:
22007: * src/main/: compile.C, pa_common.C: completely empty file now
22008: considered "read", not ignored [not perfect trick used]
22009:
22010: * src/main/pa_common.C: simplier common ifdefs
22011:
22012: * src/main/pa_common.C: typing bug in common - bad ifdeff
22013:
22014: * src/main/pa_db_connection.C: z
22015:
22016: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22017: lockdetector flags
22018: dbenv.lk_detect=DB_LOCK_RANDOM;
22019:
22020: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22021: from accidental show [imagine user forgot @exception]
22022:
22023: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22024:
22025: * src/: classes/file.C, classes/image.C, classes/mail.C,
22026: classes/string.C, classes/xnode.C, include/pa_common.h,
22027: main/pa_common.C: ^string.save[[append;]path]
22028:
22029: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22030: main/execute.C: \ in expression: int divide 10/3=3
22031:
22032: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22033: inside of ^cache
22034:
22035: * src/: include/pa_threads.h, main/pa_db_connection.C,
22036: main/pa_db_table.C, targets/cgi/pa_threads.C,
22037: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22038: needed
22039:
22040: 2001-10-30 paf
22041:
22042: * src/: classes/classes.dsp, main/main.dsp,
22043: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22044: types/types.dsp: enabled debug incremental compile
22045:
22046: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22047: form post data line endings not reformatted now.
22048:
22049: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22050: now required [had bug when file= has no value]
22051:
22052: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22053: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22054: cstr(asis) default param removed
22055:
22056: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22057:
22058: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22059:
22060: * src/include/pa_dir.h: LOAD_DIR fixed
22061:
22062: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22063: was broken} fix_line_breaks
22064:
22065: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22066: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22067: packed with #pragma pack
22068:
1.116 moko 22069: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22070:
22071: 2001-10-29 paf
22072:
22073: * src/types/pa_wcontext.h: bitfield syntax stricter
22074:
22075: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22076: string hash.puts
22077:
22078: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22079:
22080: * src/include/pa_sql_connection.h: there were one wrong
22081: SQL_CONNECTION_FUNC_GUARDED [failed]
22082:
22083: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22084: param.someday either ifdef or remove it
22085:
22086: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22087:
22088: * src/main/untaint.C: optimizing returned after debugging
22089:
22090: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22091: main/untaint.C: memory hunging #pragma pack(1)
22092:
22093: 16 419 844 13 169 394
22094:
22095: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22096: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22097: places [todo:Array]
22098:
22099: * src/: main/execute.C, targets/cgi/pa_pool.C,
22100: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22101: types/pa_wwrapper.h: debugging memory WContext flags to bits
22102:
22103: total 5 652 652/158731 total 5 469 332/158731
22104:
22105: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22106: Array:: without cache in get/put now
22107:
22108: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22109: 18:25:27 2001] total 5 652 652/158731
22110:
22111: * src/: include/pa_string.h, main/pa_string.C,
22112: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22113: now
22114:
22115: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22116: 18:11:53 2001] total 5796092/158731
22117:
22118: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22119: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22120: key ref now
22121:
22122: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22123: 17:11:17 2001] total 16867948/202658
22124:
22125: * src/: classes/file.C, classes/image.C, classes/string.C,
22126: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22127: main/execute.C, main/pa_array.C, main/pa_common.C,
22128: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22129: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22130: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22131: string::as_int/double now usually uses stack, not heap [200K out
22132: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22133:
22134: * src/main/pa_sql_driver_manager.C: ping to have services [old
22135: hiding bug]
22136:
22137: * src/Makefile.am: .am order
22138:
22139: * src/: include/pa_array.h, include/pa_charset_manager.h,
22140: include/pa_db_connection.h, include/pa_db_manager.h,
22141: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22142: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22143: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22144: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22145: required "friend class"
22146:
22147: ../include/pa_request.h:51: friend declaration requires
22148: class-key, i.e. `friend class Temp_lang'
22149:
22150: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22151: main/pa_exception.C, main/pa_sql_driver_manager.C,
22152: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22153:
22154: the idea is to #1 jump to C++ some function to main body, where
22155: every function stack frame has exception unwind information and
22156: from there... #2 propagate_exception()
22157:
22158: 2001-10-28 paf
22159:
22160: * src/main/pa_db_connection.C: removed old consts
22161:
22162: * src/main/pa_db_connection.C: expire table [was accidently pasted
22163: with wrong type/cast]
22164:
22165: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22166: translation
22167:
1.116 moko 22168: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22169: remember to build DB2 with -fexceptions!!!
22170:
22171: * src/main/pa_db_table.C: DB_RMW defed
22172:
22173: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22174: include/pa_db_connection.h, include/pa_db_manager.h,
22175: include/pa_db_table.h, main/pa_db_connection.C,
22176: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22177:
22178: 2001-10-27 paf
22179:
22180: * src/: classes/hashfile.C, include/pa_db_connection.h,
22181: include/pa_db_table.h, main/pa_db_connection.C,
22182: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22183: types/pa_vhashfile.C: DB2 ifdefs
22184:
1.116 moko 22185: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22186: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22187: makes with DB2
22188:
1.116 moko 22189: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22190: types/Makefile.am: makes db
1.95 moko 22191:
22192: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22193: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22194: globals.C
22195:
22196: * src/: classes/hashfile.C, include/pa_db_connection.h,
22197: include/pa_db_table.h, main/pa_db_connection.C,
22198: main/pa_db_table.C: ^hashfile.clear[]
22199:
22200: * src/classes/classes.awk: no $ in var names
22201:
22202: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22203: connection&table [forgotten calls]
22204:
22205: 2001-10-26 paf
22206:
22207: * src/main/pa_db_connection.C: db checkpoints
22208:
22209: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22210: checkpoints
22211:
22212: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22213: default. but entities still reparsed. todo: tothink
22214:
22215: * src/main/pa_db_connection.C: db recover mech 2
22216:
22217: * src/: classes/hashfile.C, include/pa_db_connection.h,
22218: include/pa_db_manager.h, include/pa_db_table.h,
22219: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22220: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22221: types/pa_vhashfile.h: db connections & tables now cached at
22222: create time & multithreaded
22223:
22224: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22225: parsed_source
22226:
22227: * src/main/pa_db_connection.C: about to remove connection from
22228: vhashfile
22229:
22230: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22231: transaction commit/rollback responsibility left to parent [as it
22232: sould - else there were a bug with double free]
22233:
22234: * src/include/pa_db_table.h: db: child transaction commit/rollback
22235: responsibility left to parent [as it sould - else there were a
22236: bug with double free]
22237:
22238: 2001-10-25 paf
22239:
22240: * src/: classes/hashfile.C, include/pa_common.h,
22241: include/pa_db_connection.h, include/pa_db_manager.h,
22242: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22243: types/pa_vhashfile.C, types/pa_vhashfile.h,
22244: include/pa_db_table.h, main/pa_db_table.C: started db_home
22245: [multiple, cached] todo: autorecover [tried, but not succeded,
22246: yet]
22247:
22248: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22249:
22250: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22251: transaction parent passed
22252:
22253: 2001-10-24 parser
22254:
1.116 moko 22255: * src/classes/Makefile.am: makes
1.95 moko 22256:
22257: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22258: isapi/pool_storage.h: pool_storage fixed
22259:
22260: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22261: types/pa_vform.h: form fix_line_breaks
22262:
1.116 moko 22263: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22264:
22265: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22266: targets/cgi/pool_storage.h: makes
22267:
22268: * src/sql/pa_sql_driver.h: version
22269:
22270: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22271: types/pa_vform.C, types/pa_vform.h: .am
22272:
22273: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22274: this: DB_RMW Acquire write locks instead of read locks when doing
22275: the retrieval. Setting this flag may decrease the likelihood of
22276: deadlock during a read-modify-write cycle by immediately
22277: acquiring the write lock during the read part of the cycle so
22278: that another thread of control acquiring a read lock for the same
22279: item, in its own read-modify-write cycle, will not result in
22280: deadlock
22281:
22282: * src/targets/isapi/parser3isapi.dsp: doc
22283:
22284: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22285:
22286: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22287:
22288: * src/: classes/hashfile.C, include/pa_db_connection.h,
22289: main/pa_db_connection.C: hashfile expired deleted from db when
22290: get & iterate
22291:
22292: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22293: expiring 1
22294:
22295: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22296:
22297: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22298: db_connection not bothers with key when not returning expired
22299: data
22300:
22301: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22302: types/pa_vhashfile.C: db_cursor constructor public now
22303:
22304: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22305: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22306: stamped, todo: put_element analize
22307:
22308: * src/: include/pa_db_connection.h, include/pa_string.h,
22309: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22310: serialize. todo stamp
22311:
22312: 2001-10-23 parser
22313:
22314: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22315: classes/image.C, classes/mail.C, classes/response.C,
22316: classes/string.C, classes/table.C, classes/xdoc.C,
22317: include/pa_config_fixed.h, include/pa_db_connection.h,
22318: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22319: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22320: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22321: types/pa_vtable.C: ^hashfile.hash[]
22322:
22323: * src/: classes/hashfile.C, classes/xdoc.C,
22324: include/pa_config_fixed.h, main/pa_db_manager.C,
22325: main/pa_globals.C: ifdefs so it compiled without db
22326:
22327: * src/: classes/hashfile.C, include/pa_db_connection.h,
22328: include/pa_db_manager.h, main/pa_db_connection.C,
22329: main/pa_db_manager.C, types/pa_vhashfile.h:
22330: ^hashfile.transaction{code} ^hashfile:clear[filename]
22331: ^hashfile.delete[key]
22332:
22333: 2001-10-22 parser
22334:
22335: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22336: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22337:
22338: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22339: classes/xnode.C, include/pa_charset_connection.h,
22340: include/pa_db_connection.h, include/pa_db_manager.h,
22341: include/pa_exception.h, include/pa_sapi.h,
22342: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22343: include/pa_stylesheet_connection.h,
22344: include/pa_stylesheet_manager.h,
22345: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22346: main/pa_db_connection.C, main/pa_db_manager.C,
22347: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22348: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22349: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22350: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22351: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22352: types/types.dsp: hashfile 0
22353:
22354: * src/types/pa_vhashfile.C: z
22355:
22356: * src/: classes/classes.dsp, classes/hashfile.C,
22357: include/pa_config_fixed.h, main/execute.C,
22358: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22359: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22360:
22361: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22362:
22363: * src/: include/pa_exception.h, include/pa_request.h,
22364: main/execute.C, main/pa_exception.C, main/pa_request.C,
22365: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22366: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22367:
22368: 2001-10-19 parser
22369:
22370: * src/include/pa_pool.h: header
22371:
22372: * src/main/pa_pool.C: auto compiled on gcc
22373:
22374: * src/classes/image.C: comment
22375:
1.116 moko 22376: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22377:
22378: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22379: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22380: types/pa_vxnode.h: xnode clone got freed
22381:
22382: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22383: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22384: can free up xalandomstring resulting from pool::transcode
22385:
22386: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22387: include/pa_config_fixed.h, include/pa_exception.h,
22388: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22389: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22390: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22391: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22392: from non-xml compile
22393:
22394: * src/main/pa_request.C: pool:: context - get_context
22395:
22396: * src/: classes/classes.h, classes/date.C, classes/double.C,
22397: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22398: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22399: classes/string.C, classes/table.C, classes/void.C,
22400: include/pa_config_fixed.h, include/pa_exception.h,
22401: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22402: main/compile.C, main/compile_tools.C, main/execute.C,
22403: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22404: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22405: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22406: main/pa_string.C, main/pa_table.C, main/untaint.C,
22407: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22408: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22409: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22410: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22411: types/pa_vstateless_class.h, types/pa_vtable.C,
22412: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22413: exceptions 0
22414:
22415: * src/classes/classes.awk: $ removed
22416:
22417: 2001-10-18 parser
22418:
22419: * src/types/pa_vcookie.C: cookie:CLASS
22420:
22421: * src/main/main.dsp: project
22422:
22423: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22424: set_document & ctor question "who owns document" solved
22425:
22426: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22427:
22428: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22429: main/pa_pool.C: encoding in dom creating funcs
22430:
22431: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22432: be transformed now
22433:
22434: * src/classes/xdoc.C: dom created by create can be transformed now
22435:
22436: * src/classes/xdoc.C: z
22437:
22438: * src/classes/xdoc.C: comment
22439:
22440: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22441: create now uses XercesDocumentBridge, appendChild&co now works
22442:
22443: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22444: @ recompile
22445:
22446: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22447: $origin @exception[
22448:
22449: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22450: tag names forced to XML lang
22451:
22452: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22453: leechy-found bugs in code&doc fixed
22454:
22455: 2001-10-17 parser
22456:
22457: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22458: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22459: n functionality preserved
22460:
22461: * src/types/pa_vimage.h: removed unused vimage::save
22462:
22463: 2001-10-16 parser
22464:
22465: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22466:
22467: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22468:
22469: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22470:
22471: * src/classes/image.C: image.copy tolerance
22472:
22473: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22474: ineffective, but works for small paleted image
22475:
22476: * src/types/pa_vimage.C: comment
22477:
22478: * src/classes/image.C: gd size/resize bugfix
22479:
22480: * src/: classes/classes.dsp, main/main.dsp,
22481: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22482: types/types.dsp: ident >nul 2>&1
22483:
22484: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22485: systems
22486:
22487: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22488: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22489:
22490: 2001-10-15 parser
22491:
22492: * src/main/execute.C: z
22493:
22494: * src/classes/: xdoc.C: !::create{qualifiedName}
22495:
22496: * src/types/pa_vxnode.C: document_type_node.
22497: !readonly attribute DOMString name
22498: !notation_node.
22499: !readonly attribute DOMString publicId
22500: !readonly attribute DOMString systemId
22501:
1.116 moko 22502: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22503: ::write badly passed string too transparently [failed to
22504: intercept it]
1.95 moko 22505:
22506: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22507: include/pa_request.h, main/pa_sql_driver_manager.C,
22508: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22509: types/pa_vxnode.h: DOM1 major addtion, only few
22510: attributes/methods left
22511:
22512: 2001-10-13 parser
22513:
22514: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22515: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22516: in main handler
22517:
22518: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22519: cleanups & frees order
22520:
22521: * src/types/pa_vcode_frame.h: couple comments
22522:
22523: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22524: transparent enough to handle hash if creation&passing
22525:
22526: * src/: include/pa_config_fixed.h, main/execute.C,
22527: main/pa_exception.C: noticed that vcodeframe not transparent
22528: enough, would change now
22529:
22530: 2001-10-12 parser
22531:
22532: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22533: fixed. initialization&free on each thread!
22534:
22535: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22536: handling changed: now type of default param analized always, not
22537: only at problem time, thus helping early problem spotting
22538:
22539: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22540: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22541: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22542: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22543: multithread bug fixed. initialization&free on each thread!
22544:
22545: 2001-10-11 parser
22546:
22547: * src/classes/xnode.C: xnode.selectSingle now
22548:
22549: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22550: include/pa_pool.h, include/pa_stylesheet_connection.h,
22551: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22552: convertors out of Pool into Exception
22553:
22554: * src/main/pa_string.C: const
22555:
22556: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22557: linked pieces of same language together prior to String::replace
22558:
22559: * src/classes/hash.C: !^hash.add[addme]
22560: !^hash.sub[subme]
22561: !^a.union[b] = new
22562: !^a.intersection[b] = new
22563: !^a.intersects[b] = bool
22564:
22565: * src/classes/hash.C: !^hash::append[append_from]
22566:
22567: * src/: classes/hash.C, types/pa_vhash.h:
22568: !^hash::create[[copy_from]]
22569:
22570: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22571: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22572: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22573: fixed. got rid of empty_string, which caused errors - it hasnt
22574: exception but somebody[value.bark] tried to throw it on it's pool
22575:
1.116 moko 22576: * src/include/pa_config_auto.h.in: makes
1.95 moko 22577:
22578: 2001-10-10 parser
22579:
22580: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22581:
22582: * src/main/: compile.tab.C, compile.y: ^a[
22583:
22584: @next_method << now unclosed ] would be reported here
22585:
22586: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22587: compile error
22588:
22589: 2001-10-09 parser
22590:
1.116 moko 22591: * src/: classes/Makefile.am, main/Makefile.am,
22592: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22593:
22594: * src/classes/Makefile.am: makes
22595:
22596: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22597: win32 errors intercepted [xalan transformer patched and
22598: incorporated]
22599:
22600: * src/: classes/classes.dsp, classes/xdoc.C,
22601: include/pa_stylesheet_connection.h, main/main.dsp,
22602: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22603: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22604: patches starting
22605:
22606: * src/classes/: string.C, table.C: ^string.save[file]
22607:
22608: * src/classes/: date.C, table.C: calendar moved to date
22609:
22610: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22611: string/table] now
22612:
22613: * src/classes/: op.C, table.C: z
22614:
22615: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22616: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22617: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22618: be code [be string..]
22619:
22620: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22621: table.C: lots of
22622: params->as_int/double/as_string/as_junction/as_no_junction
22623: messages added
22624:
22625: 2001-10-08 parser
22626:
22627: * src/: classes/date.C, classes/image.C, classes/string.C,
22628: classes/table.C, classes/void.C, include/pa_request.h:
22629: params->as_int/double message added
22630:
22631: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22632:
22633: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22634: image:sector removed image:html internal "line-*" attribs
22635:
22636: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22637: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22638:
22639: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22640: way
22641:
22642: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22643: main/untaint.C: header untainting to UL_HTTP_HEADER,
22644: UL_MAIL_HEADER made nonforced [only tainted pieces]
22645:
22646: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22647: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22648: @ SAPI::log
22649:
22650: * src/main/untaint.C: \r to ' ' in origins mode
22651:
22652: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22653: set]
22654:
22655: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22656: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22657: nonstandard liaison freed up
22658:
22659: 2001-10-07 parser
22660:
22661: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22662: project
22663:
22664: 2001-10-05 parser
22665:
22666: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22667: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22668: from outputing to cerr. lots of "todos"
22669:
22670: * src/main/untaint.C: http_header tainting more gentle with
22671: enquoting now
22672:
22673: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22674: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22675: xml errorhandler. fixed string.replace a little, read @test
22676:
22677: * src/main/pa_string.C: found replace bug - first_that_starts(char
22678: *) does not have limit, and looks further eos, fixing....
22679:
22680: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22681:
22682: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22683:
22684: * src/main/: pa_charset_connection.C: ctype another mem clear
22685: bugfix
22686:
1.116 moko 22687: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22688: $result[^[$p^]z] now works fine
1.95 moko 22689:
22690: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22691: wrong. fixed it
22692:
22693: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22694: of totable appered to be vital
22695:
22696: 2001-10-04 parser
22697:
22698: * src/classes/image.C: ^image.length[text]
22699:
22700: 2001-10-03 parser
22701:
22702: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22703:
22704: * src/main/pa_request.C: restored pcre defaulting in request
22705: [mindlessly "optimized" yesterday] comment left
22706:
22707: 2001-10-02 parser
22708:
22709: * src/: main/pa_charset_manager.C,
22710: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22711: needed
22712:
22713: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22714: forgot non-xml pool.*charset needed
22715:
22716: * src/classes/table.C: # config comments fixed
22717:
22718: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22719: charset_connection #comment now
22720:
22721: * src/: classes/classes.dsp, types/types.dsp: release projects
22722: options fixed to use release msvcrt lib
22723:
22724: * src/main/pa_charset_connection.C: pcre tables now const inside
22725: removed default - pcre handles that internally fixed bug on
22726: not-cleaning tables [previously was calloced, now member]
22727:
22728: * src/: include/pa_request.h, main/pa_charset_connection.C,
22729: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22730: inside removed default - pcre handles that internally fixed bug
22731: on not-cleaning tables [previously was calloced, now member]
22732:
22733: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22734: tested charset reload on file change @ apache version = OK tested
22735: freeing up prev encoding on adding new = OK
22736:
22737: 2001-10-01 parser
22738:
22739: * src/main/pa_charset_connection.C: removed entitify external hack
22740: [internal installed]
22741:
1.116 moko 22742: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22743:
22744: * src/: include/pa_charset_connection.h,
22745: include/pa_charset_manager.h,
22746: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22747: main/pa_charset_connection.C, main/pa_charset_manager.C,
22748: main/pa_request.C: charset loading & caching mech 0
22749:
22750: * src/: include/pa_stylesheet_connection.h,
22751: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22752: main/pa_globals.C, main/pa_request.C: would make charset loading
22753: & caching mech now
22754:
22755: 2001-09-30 parser
22756:
22757: * src/main/pa_request.C: forgot to fill toTable
22758:
22759: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22760: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22761: failed on win32 for now..
22762:
22763: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22764: now charsets table configuration variable is: CHARSETS
22765:
22766: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22767: ctype with unicode 1. todo: no П entities on output somehow
22768:
22769: * src/: classes/file.C, classes/op.C, classes/string.C,
22770: include/pa_request.h, main/pa_request.C: started ctype with
22771: unicode values
22772:
22773: 2001-09-28 parser
22774:
22775: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22776: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22777: string passed AS-IS now
22778:
22779: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22780: way of user-configuring... todo: implement
22781:
22782: 2001-09-27 parser
22783:
22784: * src/classes/table.C: table.sort changed to sort table itself
22785:
22786: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22787: X^.getElementsByTagName[tagname] = array of xnode
22788: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22789: nodes removed - regretfully not supported @ xalan. maybe someday
22790: would reimplement, if needed.
22791:
22792: win32build system: solved long waiting anti-non-started-apache
22793: problem
22794:
22795: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22796: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22797: types/types.dsp: win32 ident make system so not to rebuild
22798: library [ident.C.new]
22799:
22800: 2001-09-26 parser
22801:
22802: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22803: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22804: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22805: types/pa_vxnode.C, types/types.dsp: z
22806:
22807: * src/classes/classes.C: forgot one non-xml check
22808:
1.116 moko 22809: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22810: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22811:
22812: * src/targets/cgi/parser3.C: z
22813:
22814: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22815: targets/isapi/parser3isapi.C: #ifdef SMTP
22816:
22817: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22818: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22819: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22820: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22821: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22822: types/types.dsp: xdoc&xnode now
22823:
22824: * src/: classes/classes.C, classes/classes.awk,
22825: classes/classes.dsp, classes/classes.h, classes/date.C,
22826: classes/dnode.C, classes/dnode.h, classes/dom.C,
22827: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22828: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22829: classes/op.C, classes/response.C, classes/string.C,
22830: classes/table.C, classes/void.C, include/pa_array.h,
22831: include/pa_common.h, include/pa_config_fixed.h,
22832: include/pa_config_includes.h, include/pa_dictionary.h,
22833: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22834: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22835: include/pa_socks.h, include/pa_sql_connection.h,
22836: include/pa_sql_driver_manager.h, include/pa_stack.h,
22837: include/pa_string.h, include/pa_stylesheet_connection.h,
22838: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22839: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22840: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22841: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22842: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22843: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22844: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22845: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22846: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22847: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22848: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22849: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22850: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22851: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22852: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22853: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22854: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22855: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22856: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22857: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22858: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22859: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22860: types/pa_vmethod_frame.h, types/pa_vobject.h,
22861: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22862: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22863: types/pa_vstateless_object.h, types/pa_vstring.C,
22864: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22865: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22866: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22867: main.dsp splitted to main+classes+types along to .am
22868:
22869: * src/classes/Makefile.am: removed useless var
22870:
22871: * src/: classes/classes.cmd, main/main.dsp,
22872: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22873: main.dsp
22874:
22875: 2001-09-25 parser
22876:
22877: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22878: 1251 though, todo ICU
22879:
1.116 moko 22880: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22881: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22882: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22883: types/pa_vdom.h: xml configure makes
1.95 moko 22884:
22885: 2001-09-24 parser
22886:
1.116 moko 22887: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22888: types/Makefile.am: makes
1.95 moko 22889:
1.116 moko 22890: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22891:
22892: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22893: started unix makes update
22894:
22895: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22896: started unix makes update
22897:
22898: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22899:
22900: * src/types/pa_value.h: z
22901:
22902: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22903: bugs with usinge hash/table in expressions
22904:
22905: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22906: resolved conflicts fixed [const]
22907:
22908: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22909: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22910: main/compile.C, main/compile.tab.C, main/compile.y,
22911: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22912: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22913: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22914: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22915: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22916: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22917: with before_xml [merge2 actually didn't happen - i've created
22918: tags on wrong branch. so this merge is in fact re-merge]
22919:
22920: 2001-09-21 parser
22921:
22922: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22923: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22924: produced "" in make file and sadly wrong interpreted on load]
22925:
1.116 moko 22926: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22927: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22928: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22929: include/pa_sql_driver_manager.h, include/pa_string.h,
22930: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22931: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22932: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22933:
22934: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22935: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22936: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22937: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22938: main/pa_pool.C, main/pa_request.C,
22939: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22940: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22941: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22942: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22943: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22944: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22945: types/pa_vrequest.C, types/pa_vresponse.h,
22946: types/pa_vstateless_class.C, types/pa_vstring.C,
22947: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22948: created new projects for sql drivers [planning to remove sql
22949: drivers from main cvs project] first, will join latest changes
22950:
22951: * src/classes/: dom.C: defaulted dom writing methods encoding to
22952: pool.get_charset
22953:
22954: * src/classes/dom.C: defaulted dom writing methods encoding to
22955: pool.get_charset
22956:
22957: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22958: pool.get_charset
22959:
22960: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22961: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22962: methods encoding to pool.get_charset
22963:
22964: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22965: transcoder were created right "unsupported encoding" message.
22966: not @ set time, but @ use time, so until xml output functions
22967: .string, .file, .save used - no encoding name check occur
22968:
22969: reduced transcode buffer size to 60 fixed pool cleanup - no
22970: registration needed, pools are officially destructured
22971:
22972: 2001-09-20 parser
22973:
22974: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22975:
22976: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22977: $MAIN:DEFAULTS.content-type[$.charset[here]]
22978:
22979: * src/: classes/dnode.C, classes/dom.C,
22980: include/pa_config_includes.h, include/pa_globals.h,
22981: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22982: main/pa_pool.C, targets/cgi/parser3.dsp,
22983: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22984: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22985: Pool::transcode 0
22986:
22987: * src/classes/dom.C: dom. string save file moved output xml options
22988: to last param and made it optional
22989:
22990: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22991: dnodes
22992: !$attributenode.specified = boolean
22993: true if the attribute received its value explicitly
22994: in the XML document,
22995: or if a value was assigned programatically with the
22996: setValue function.
22997: false if the attribute value came from the default value
22998: declared in the document's DTD.
22999: !$pinode.target = target of this processing instruction
23000: XML defines this as being the first token following the
23001: markup
23002: that begins the processing instruction.
23003: XPath:
23004: !^node.select[xpath/query/expression] = hash of 0->node0
23005: 1->node1
23006: !^node.select-single[xpath/query/expression] = first node if
23007: any
23008:
23009: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23010: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23011: some 'const's added
23012:
23013: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23014: expression context now, there value = size and boolean value
23015: size!=0
23016:
23017: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23018: can be used in expression context now, there value = size and
23019: boolean value size!=0
23020:
23021: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23022: types/pa_vstring.h: dnode .file .string .save moved back to dom
23023: due to strange xalan bug
23024:
23025: 2001-09-18 parser
23026:
23027: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23028: classes/image.C, classes/op.C, classes/table.C,
23029: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23030: include/pa_sql_driver_manager.h, main/compile.C,
23031: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23032: main/execute.C, main/pa_common.C, main/pa_request.C,
23033: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23034: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23035: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23036: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23037: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23038: before_xml branch ^if(def $hash) now true only when
23039: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23040:
23041: * src/: classes/op.C, main/execute.C: operators self changed to
23042: root ^for variable context changed to self
23043:
23044: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23045: dnode 1
23046:
23047: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23048: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23049:
23050: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23051: poly* fixed
23052:
23053: 2001-09-17 parser
23054:
23055: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23056: types/pa_vdom.h: started dnode+dom
23057:
23058: dnode DOM methods: $node.name $node.value
23059: ...others...
23060:
23061: ^node.xpath[/rates/USD] = hash
23062: $hash[
23063: $.0[node0]
23064: $.1[node1]
23065: ]
23066:
23067: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23068: applies to all linear primitives
23069:
23070: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23071: include/pa_stylesheet_connection.h, main/main.dsp,
23072: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23073: types/pa_vimage.h: started dnode DOM: $node.name
23074: $node.value ...others... ^node.xpath[/rates/USD] = hash
23075: dom(dnode)
23076:
23077: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23078: main/compile.y, main/compile_tools.h, main/execute.C,
23079: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23080: in expression compound($aa.zz.xx) names now can have minus '-' in
23081: name after '.'
23082:
23083: 2001-09-15 parser
23084:
23085: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23086: image: $line-width ^line(...)[**** style]
23087:
23088: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23089: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23090: pool_storage - cleanups first, allocations second. apache wisely
23091: does just like that
23092:
23093: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23094: rewritten using template, no bugs now
23095:
23096: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23097: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23098: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23099: poorly started isapi pool_storage, would rewrite using template
23100: now
23101:
23102: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23103: include/pa_stylesheet_connection.h, main/main.dsp,
23104: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23105: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23106: xalan objects freed up [introducing Pool::register_cleanup]
23107:
23108: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23109: comments
23110:
23111: 2001-09-14 parser
23112:
23113: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23114: z
23115:
23116: * src/: classes/dom.C, classes/file.C, classes/image.C,
23117: classes/mail.C, include/pa_common.h,
23118: include/pa_sql_driver_manager.h, include/pa_string.h,
23119: include/pa_stylesheet_connection.h,
23120: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23121: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23122: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23123: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23124: compiled&cached
23125:
23126: 2001-09-13 parser
23127:
23128: * src/: classes/dom.C, classes/file.C, classes/image.C,
23129: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23130:
23131: * src/classes/dom.C: dom:file content-type(.method)
23132:
23133: * src/: include/pa_common.h, include/pa_globals.h,
23134: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23135: string now more informative error messages
23136:
23137: * src/: include/pa_globals.h, include/pa_request.h,
23138: main/pa_request.C, targets/cgi/parser3.C,
23139: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23140: ParserSiteConfig .../parser3.conf
23141:
23142: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23143:
23144: 2001-09-12 parser
23145:
23146: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23147: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23148: precise error reporting: "connection string must start with
23149: protocol://" now
23150:
23151: * src/main/compile.tab.C: fixed - subname code parts actually []
23152: braced
23153:
23154: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23155: lexer on LS_USER level did [] matching without setting nestage,
23156: introduced special LS_NAME_SQUARE_PART state
23157:
23158: 2001-09-11 parser
23159:
23160: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23161: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23162: languages+=xml
23163:
23164: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23165:
23166: * src/classes/dom.C: ^dom:save/string/file[output options] output
23167: options: $.method[xml|html|text] detection fixed
23168:
23169: * src/types/pa_vdom.h: messages
23170:
23171: * src/classes/dom.C: ^dom:save/string/file[output options] output
23172: options: $.method[xml|html|text] detection fixed
23173:
23174: 2001-09-10 parser
23175:
23176: * src/classes/dom.C: ^dom:save/string/file[output options] output
23177: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23178:
23179: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23180: added]
23181:
23182: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23183: ^dom.xslt[stylesheet filename] 0
23184:
23185: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23186: ^dom.xslt[stylesheet filename] -1 doc is lying
23187:
23188: * src/classes/dom.C: ^dom.file[encoding] = file
23189:
23190: * src/classes/: dom.C: ^dom.string[encoding] 1
23191: ^dom.save[encoding;filename]
23192:
23193: * src/classes/dom.C: ^dom.string[] 0
23194:
23195: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23196:
23197: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23198: types/pa_vform.h: ^dom.save[b.xml] 0
23199:
23200: 2001-09-08 parser
23201:
23202: * src/types/pa_vform.C: $form:tables.name.field
23203:
23204: 2001-09-07 parser
23205:
23206: * src/classes/table.C: table:empty removed, superceded by ^if(def
23207: $table)...
23208:
23209: * src/targets/cgi/parser3.C: z
23210:
23211: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23212: from '' to int/double is 0]
23213:
23214: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23215: $table) is false when table is empty
23216:
23217: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23218: !$form:tables $atable[$form:tables.a]
23219: ^atable.menu{a=$atable.element}[,]
23220:
23221: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23222: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23223:
1.116 moko 23224: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23225: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23226: of dom
23227:
23228: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23229: types/pa_vform.C, types/pa_vform.h: z
23230:
23231: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23232: element [not last]
23233:
1.116 moko 23234: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23235: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23236:
23237: 2001-09-06 parser
23238:
23239: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23240: table with one column 'element' and two rows: 1 and 2
23241:
23242: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23243: table with one column 'element' and two rows: 1 and 2
23244:
23245: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23246: bad int/double conversions, and now $form:nonexistent.int(88)
23247: would return 88
23248:
23249: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23250: types/pa_vhash.h: now there's special hash key '_default'
23251: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23252: $._default[xx] ] $hash.c
23253:
23254: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23255: fixed [thanks, fif], ^; were treated there non-literally
23256:
23257: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23258: doxygen
23259:
23260: * src/: classes/image.C, classes/op.C, classes/string.C,
23261: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23262: types/pa_vtable.C: few #ifndef DOXYGEN
23263:
23264: 2001-09-05 parser
23265:
23266: * src/classes/: string.C, table.C: sql options can be void [same as
23267: image:html the other day]
23268:
23269: * src/targets/cgi/Makefile.am: .am undo
23270:
23271: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23272: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23273: macro expantion on param, simply qoutes whatever passed, undone
23274:
23275: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23276: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23277: STRINGIZE(name) #name invented
23278:
23279: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23280: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23281: MAIN_SQL_DRIVERS_NAME "drivers"
23282:
23283: moved to be availible to all users
23284:
23285: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23286: SQL_DRIVER_CREATE_FUNC_NAME
23287:
23288: * src/classes/mail.C: MAIN:MAIL check fixed
23289:
23290: 2001-09-04 parser
23291:
23292: * src/classes/image.C: image.html now can accept void params
23293:
23294: * src/targets/isapi/parser3isapi.C: z
23295:
23296: * src/targets/cgi/parser3.C: full_file_spec bug
23297:
23298: * src/targets/cgi/parser3.C: getenvcheck
23299:
23300: * src/targets/cgi/parser3.C: zz
23301:
23302: * src/targets/cgi/parser3.C: zzz
23303:
23304: * src/classes/date.C: date
23305:
23306: * src/classes/date.C: date:sql-string is now without ''
23307:
1.116 moko 23308: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23309: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23310: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23311:
1.116 moko 23312: * src/include/pa_config_auto.h.in: makes
1.95 moko 23313:
23314: 2001-09-03 parser
23315:
23316: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23317:
23318: 2001-09-01 parser
23319:
23320: * src/classes/image.C: letter_spacing
23321:
23322: * src/classes/image.C: image: font params changed
23323:
23324: * src/classes/image.C: image: as_int as_string used
23325:
23326: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23327: analized
23328:
23329: 2001-08-31 parser
23330:
23331: * src/targets/cgi/parser3.C: z
23332:
1.116 moko 23333: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23334: cygwin
1.95 moko 23335:
23336: * src/classes/void.C: void:int/double += (default)
23337:
23338: * src/classes/image.C: image:font added space param image:font
23339: changed charwidth alg, added kerning const[for now]
23340:
23341: * src/classes/: string.C, table.C: string:int/double (defaults)
23342:
23343: 2001-08-29 parser
23344:
23345: * src/main/pa_exception.C: exception redundant debug info
23346:
23347: 2001-08-28 parser
23348:
23349: * src/classes/image.C: image error msgs
23350:
23351: * src/classes/image.C: image: gifsize little endian
23352:
23353: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23354: doxygeneration
23355:
23356: * src/: classes/Makefile.am, main/Makefile.am,
23357: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23358:
23359: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23360: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23361:
23362: * src/main/compile.C: NO_STRING_ORIGIN check2
23363:
23364: * src/classes/table.C: NO_STRING_ORIGIN check
23365:
23366: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23367: storage class specifiers invalid in friend function declarations
23368:
23369: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23370: main/untaint.C, targets/cgi/parser3.C,
23371: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23372: case of limit
23373:
23374: * src/: classes/file.C, main/pa_common.C: file:move
23375: autocreate/remove dest/src dir
23376:
23377: * src/: classes/string.C, include/pa_dictionary.h,
23378: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23379: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23380: to directory constructor. string:replace
23381:
23382: 2001-08-27 parser
23383:
23384: * src/classes/image.C: fixed jpgsize alg
23385:
23386: * src/classes/image.C: fixed jpgsize alg
23387:
23388: * src/main/pa_exception.C: z
23389:
23390: * src/main/pa_common.C: removed debug info from pa_common
23391:
23392: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23393: [auto.p from current dir loading]
23394:
1.116 moko 23395: * src/: main/pa_common.C, main/pa_exception.C,
23396: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23397: for solaris -lsocket
1.95 moko 23398:
23399: 2001-08-24 parser
23400:
23401: * src/targets/cgi/parser3.C: not cgi extra \n 3
23402:
23403: * src/targets/cgi/parser3.C: not cgi extra \n 2
23404:
23405: * src/targets/cgi/parser3.C: not cgi extra \n
23406:
23407: * src/main/pa_sql_driver_manager.C: z
23408:
23409: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23410: sql* removed services from disconnect - cross-request ideological
23411: probs.
23412:
23413: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23414: cross-request ideological probs. oracle - fixed bug: cs
23415: allocated on request.pool and got freed before disconnect
23416:
23417: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23418: mallocs fixed
23419:
23420: 2001-08-23 parser
23421:
23422: * src/classes/file.C: minor bug in file:save fixed
23423:
23424: * src/main/pa_sql_driver_manager.C: oracle: dlink
23425:
23426: 2001-08-22 parser
23427:
23428: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23429: types/pa_vfile.h: file:load|save[text|binary;
23430:
23431: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23432:
23433: 2001-08-21 parser
23434:
23435: * src/classes/: file.C, table.C: ^file:list
23436:
23437: 2001-08-20 parser
23438:
23439: * src/: main/compile.tab.C, main/compile.y,
23440: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23441: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23442: recousively caused problems: inc incremeted 123 literal!! fixed
23443:
23444: 2001-08-10 parser
23445:
23446: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23447:
23448: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23449: added
23450:
23451: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23452: added
23453:
23454: * src/classes/table.C: table:sort restored [it was bad test :(]
23455:
23456: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23457: ''
23458:
23459: * src/main/: pa_request.C: wanted to make const int
23460: MAX_EXECUTE_SECONDS=1;
23461:
23462: but couldnt, set_callback_and_alarm appeared to be not exported
23463: :(
23464:
23465: * src/main/pa_string.C: string.match hanged on. there were a hang
23466: check but it weren't wise enough
23467:
23468: @parse[dateString][tmp]
23469: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23470: #end
23471:
23472: @main[] ^parse[2001-02-03]
23473:
23474: * src/classes/: table.C: table:sort now default desc
23475:
23476: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23477: table.sort now creates new sorted table
23478:
23479: 2001-08-09 parser
23480:
23481: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23482:
23483: * src/classes/hash.C: hash:_default now [was hash:default]
23484:
23485: * src/classes/op.C: case without switch check added
23486:
23487: * src/types/pa_vcookie.C: cookie name&value origins added, more
23488: precise $ORIGINS(1)
23489:
23490: * src/main/Makefile.am: .am
23491:
23492: * src/classes/void.C: void: int double copy/paste from int: bug
23493: fixed
23494:
23495: * src/classes/void.C: void: int double copy/paste from int: bug
23496: fixed
23497:
23498: 2001-08-07 parser
23499:
23500: * src/: classes/double.C, classes/int.C, classes/string.C,
23501: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23502: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23503: string, table
23504:
23505: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23506: srand made working
23507:
23508: 2001-08-06 parser
23509:
23510: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23511: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23512: main/compile.tab.C, main/compile.y, main/pa_array.C,
23513: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23514: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23515:
23516: * src/main/pa_exec.C: exec win32 real filename
23517:
23518: * src/classes/file.C: exec stderr out
23519:
23520: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23521:
23522: 2001-08-03 parser
23523:
23524: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23525:
23526: 2001-08-02 parser
23527:
23528: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23529: main/execute.C, main/pa_exec.C: introducing Array_iter
23530:
23531: * src/main/execute.C: detected quick_get recursion bug. changed to
23532: get@execute, but needs array iterator, separate from array to
23533: avoid it & use caching
23534:
23535: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23536: bug fixed
23537:
23538: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23539: main/execute.C, main/pa_globals.C: found another multithread bug
23540: in op.C (last, last global var killed) :)
23541:
23542: 2001-08-01 parser
23543:
23544: * src/: include/pa_dictionary.h, include/pa_globals.h,
23545: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23546: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23547: main/untaint.C: speeded up typo-html replacements. introducing
23548: Dictionary with first-char caching
23549:
23550: 2001-07-31 parser
23551:
23552: * src/types/Makefile.am: pa_vtable.C added to .am
23553:
23554: * src/main/compile.tab.C: added, so that could be compiled even on
23555: non-bison-enabled platforms
23556:
23557: 2001-07-28 parser
23558:
23559: * src/classes/table.C: table:hash always produces hash, when can't
23560: - empty
23561:
23562: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23563: skipped \n
23564:
23565: 2001-07-27 parser
23566:
23567: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23568: on int/double/string :sql without result and default
23569:
23570: 2001-07-26 parser
23571:
23572: * src/classes/op.C: fixed bad multithread bug with strangly global
23573: OP
23574:
23575: * src/main/compile.y: $man[$.age[zzz]] 0
23576:
23577: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23578: creation syntax problem persists. restored $: for a while.
23579: thinking of $man[$.age[zzz]] syntax now
23580:
23581: * src/: classes/double.C, classes/int.C, classes/string.C,
23582: include/pa_opcode.h, main/compile.C, main/compile.y,
23583: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23584: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23585: types/pa_wwrapper.h: fixing :: realization #1
23586:
23587: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23588: main/compile_tools.h, main/execute.C, main/pa_request.C,
23589: types/pa_vmethod_frame.h: introducing :: this is constructor call
23590: prefix. ordinary : remains for static accesses
23591:
23592: 2001-07-25 parser
23593:
23594: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23595: fields 2. methods 3. columns
23596:
23597: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23598: quote. optimized double&int tostring-s
23599:
23600: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23601: whitespace before first method decl
23602:
23603: * src/classes/table.C: allowed nontable result in table:sql,
23604: results in empty table
23605:
23606: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23607: lines before first method decl
23608:
23609: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23610: types/pa_vtable.h: ^table.record[] now $table.fields
23611:
23612: * src/main/compile.y: $var[] is now empty string, not void
23613:
23614: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23615: void
23616:
23617: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23618: main/pa_globals.C: match replace code context moved to implicit
23619: $match context
23620:
23621: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23622: main/compile_tools.h, main/execute.C: with killed, code storage
23623: introduced with former 'with' syntax
23624:
23625: 2001-07-24 parser
23626:
23627: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23628: types/pa_value.h: first get_element, next get operator
23629:
23630: * src/main/compile.y: removed @end handling
23631:
23632: * src/main/: compile.C, compile.y: @end handling method2
23633:
23634: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23635: file:move
23636:
23637: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23638: fixed
23639:
23640: 2001-07-23 parser
23641:
23642: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23643: driver
23644:
23645: * src/classes/hash.C: changed sql driver query interface
23646:
23647: * src/: classes/hash.C, classes/string.C, classes/table.C,
23648: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23649: changed sql driver query interface
23650:
23651: 2001-07-20 parser
23652:
23653: * src/types/pa_vrequest.C: X!$browser:type
23654:
23655: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23656: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23657: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23658: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23659: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23660: types/pa_vobject.h, types/pa_vrequest.C,
23661: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23662: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23663: BASE element globally removed
23664:
23665: 2001-07-18 parser
23666:
23667: * src/classes/file.C: file:exec/cgi msg
23668:
23669: * src/classes/file.C: $file:exit-code renamed to 'status'
23670:
23671: * src/: classes/file.C, main/pa_exec.C: file:exec
23672:
1.116 moko 23673: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23674: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23675: removed $id from *.in *.am
1.95 moko 23676:
23677: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23678: abbrevations
23679:
23680: * src/: classes/date.C, classes/mail.C, classes/math.C,
23681: classes/string.C, classes/table.C, include/pa_globals.h,
23682: include/pa_string.h, main/execute.C, main/pa_globals.C,
23683: main/pa_request.C, main/pa_string.C, main/untaint.C,
23684: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23685: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23686: $ORIGINS(1) output tracing mode
23687:
23688: 2001-07-13 parser
23689:
23690: * src/: classes/double.C, classes/int.C, classes/string.C,
23691: include/pa_request.h, main/execute.C, main/pa_request.C:
23692: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23693: second would not call first @auto
23694:
23695: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23696: wrong, fixed
23697:
23698: 2001-07-12 parser
23699:
23700: * src/types/pa_value.h: pa_value.putelement modification of system
23701: classes prevented
23702:
23703: 2001-07-11 parser
23704:
23705: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23706: table $piece
23707:
23708: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23709: types/pa_vstateless_class.h: $file created by file:state +=
23710: .atime .mtime .ctime +found&fixed bug with exceptions on
23711: get_junction-created objects [they were on wrong pool]
23712:
23713: 2001-07-09 parser
23714:
23715: * src/main/untaint.C: qp wrong name
23716:
23717: * src/: classes/date.C, classes/string.C, classes/table.C,
23718: main/compile.y: date format 0
23719:
23720: 2001-07-07 parser
23721:
23722: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23723: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23724: roll table calendar
23725:
23726: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23727: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23728: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23729: include/pa_request.h, main/main.dsp, types/pa_value.h,
23730: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23731: string. todo: sql, calendar
23732:
23733: 2001-07-06 parser
23734:
23735: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23736: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23737:
23738: 2001-07-03 parser
23739:
23740: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23741: classes/random.C, main/main.dsp: class random renamed to math,
23742: operators became methods
23743:
23744: * src/classes/op.C: pow sqrt
23745:
23746: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23747:
23748: 2001-07-02 parser
23749:
23750: * src/classes/table.C: ^table.columns column renamed from 'name' to
23751: 'column'
23752:
23753: * src/classes/hash.C: ^hash.keys[]
23754:
23755: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23756:
23757: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23758: 'strings'
23759:
23760: 2001-06-29 parser
23761:
23762: * src/main/: execute.C: /0 %0 checkes ver 2
23763:
23764: * src/main/execute.C: /0 %0 checke
23765:
23766: * src/classes/Makefile.am: nothing - void
23767:
23768: * src/classes/table.C: empty strings @ sql
23769:
23770: 2001-06-28 parser
23771:
23772: * src/: classes/double.C, classes/file.C, classes/form.C,
23773: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23774: classes/op.C, classes/random.C, classes/response.C,
23775: classes/string.C, classes/table.C, classes/void.C,
23776: main/compile.C, main/compile_tools.C, main/execute.C,
23777: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23778: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23779: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23780: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23781: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23782: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23783: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23784: $";
23785:
23786: * src/: classes/double.C, classes/file.C, classes/form.C,
23787: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23788: classes/op.C, classes/random.C, classes/response.C,
23789: classes/string.C, classes/table.C, classes/void.C,
23790: main/compile.C, main/compile.y, main/compile_tools.C,
23791: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23792: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23793: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23794: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23795: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23796: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23797:
23798: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23799: $class:name: == ${class:name}:
23800:
23801: * src/classes/string.C: exactly one
23802:
23803: 2001-06-27 parser
23804:
23805: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23806: types/pa_vvoid.h: nothing renamed to void
23807:
23808: * src/classes/op.C: ^switch ^case
23809:
23810: * src/main/compile.y: nothing renamed to void
23811:
23812: * src/: classes/hash.C, classes/table.C, main/compile.y,
23813: main/execute.C, main/main.dsp, main/pa_request.C,
23814: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23815: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23816: void
23817:
23818: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23819:
23820: 2001-05-28 parser
23821:
23822: * src/doc/html2chm.cmd: removed >a
23823:
23824: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23825: project options [some bugs]
23826:
23827: * src/doc/sources2html.cmd: z
23828:
23829: * src/: classes/classes.C, main/compile.C, main/compile.y,
23830: main/execute.C: operators are not in root class again
23831:
23832: 2001-05-24 parser
23833:
23834: * src/targets/cgi/parser3.dsp: project file
23835:
23836: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23837: ^log ^exp
23838:
23839: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23840: conversions in @exception[params]
23841:
23842: * src/main/pa_request.C: // no _ conversions in @exception[params]
23843:
23844: 2001-05-23 parser
23845:
23846: * src/main/pa_string.C: string cmp bug
23847:
23848: * src/classes/: mail.C, op.C: rem max 1000
23849:
23850: * src/: classes/op.C, main/compile.y: allow one empty line before
23851: LS_DEF_NAME
23852:
23853: 2001-05-22 parser
23854:
23855: * src/classes/op.C: if params code-required
23856:
23857: 2001-05-21 parser
23858:
23859: * src/types/pa_vstring.C: eoleof
23860:
23861: * src/classes/Makefile.am: .AM
23862:
23863: * src/classes/nothing.C: resultless ^sql moved to nothing:
23864:
23865: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23866:
23867: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23868: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23869: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23870: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23871: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23872: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23873: 'nothing'
23874:
23875: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23876: vstring::set_string
23877:
23878: * src/classes/: double.C, int.C, string.C: int,double;sql
23879:
23880: * src/: classes/hash.C, classes/int.C, classes/string.C,
23881: classes/table.C, include/pa_string.h, main/pa_string.C,
23882: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23883:
23884: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23885: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23886: hash:sql moved to main trunc. operators.txt updated
23887:
23888: * src/classes/: hash.C, op.C, table.C: hash:sql
23889:
23890: * src/classes/op.C: z
23891:
23892: * src/: main/compile.C, classes/classes.C: 1
23893:
23894: * src/: classes/classes.C, main/compile.C, main/compile.y,
23895: main/execute.C: 0
23896:
23897: * src/main/execute.C: z
23898:
23899: * src/targets/cgi/parser3.C: z
23900:
23901: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23902: site_auto_path "." in that case
23903:
23904: * src/targets/cgi/: parser3.C: z
23905:
23906: * src/main/pa_request.C: .am
23907:
23908: * src/: main/pa_request.C, targets/cgi/parser3.C:
23909: pcre_tables=pcre_default_tables;
23910:
23911: 2001-05-19 parser
23912:
23913: * src/main/pa_string.C: z
23914:
23915: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23916: introducing String::cstr_bufsize, returns just size+1 for as_is
23917: target.
23918:
23919: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23920: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23921: used, 4* mem wasted
23922:
23923: * src/classes/string.C: root context in match replace body now
23924: unchanged
23925:
23926: * src/types/pa_value.h: parameter # 1 based
23927:
23928: * src/main/pa_common.C: common: actual filename '%s'
23929:
23930: * src/classes/string.C: z
23931:
23932: * src/classes/Makefile.am: classes/.am
23933:
23934: * src/classes/: Makefile.am: classes/.am
23935:
23936: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23937: targets/cgi/pa_pool.C: classes/.am
23938:
23939: 2001-05-18 parser
23940:
1.116 moko 23941: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23942: pa_threads.C ins
1.95 moko 23943:
23944: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23945:
23946: 2001-05-17 parser
23947:
23948: * src/: classes/string.C, include/pa_config_fixed.h,
23949: include/pa_config_includes.h, main/compile.y,
23950: main/compile_tools.h, main/execute.C, main/pa_array.C,
23951: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23952: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23953: types/pa_vform.C: #include "pa_config_includes.h" removed from
23954: most .C
23955:
23956: * src/doc/html2chm.cmd: z
23957:
23958: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23959: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23960:
23961: * src/main/pa_sql_driver_manager.C: moved expiration to
23962: get_connection_from_cache
23963:
23964: * src/main/pa_sql_driver_manager.C: cache expiration bf
23965:
23966: * src/: classes/classes.h, include/pa_sql_connection.h,
23967: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23968: cache expiration[use SQL_Driver::disconnect]
23969:
23970: * src/main/pa_table.C: table.locate current restored on "not found"
23971:
23972: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23973: line no
23974:
23975: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23976: ANTI_ENDLESS_EXECUTE_RECOURSION
23977:
23978: * src/: classes/op.C, include/pa_sql_connection.h,
23979: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23980: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23981: 1driver and set_services fight for driver::fservices. before fix
23982:
23983: * src/: classes/op.C, include/pa_config_fixed.h,
23984: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23985: main/pa_sql_driver_manager.C: found problem at last: 2connections
23986: own 1driver and set_services fight for driver::fservices. before
23987: fix
23988:
23989: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23990: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23991: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23992: pa_threads.C
23993:
23994: * src/include/pa_threads.h: removed targets/parser
23995:
23996: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23997: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23998: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23999: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24000: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24001: headers
24002:
24003: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24004: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24005: order prevented sqlmanager to see MULTYTHREAD define
24006:
24007: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24008: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24009: put/gets
24010:
24011: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24012: from hash.h
24013:
24014: * src/: classes/op.C, include/pa_sql_connection.h,
24015: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24016: from cache ->set_services(&services);
24017:
24018: 2001-05-16 parser
24019:
24020: * src/targets/cgi/parser3.C: z
24021:
24022: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24023: debug, #ifdefed some. would debug later, on more precise sample
24024: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24025: $name.$tail[$tail!] $name.$tail } ok3
24026:
24027: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24028: removed array debug. before vstring rebasing
24029:
24030: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24031: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24032: array debugged; adjusted
24033:
24034: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24035: SQL_Driver_manager line no for connect/charset errors
24036:
24037: 2001-05-15 parser
24038:
24039: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24040: main/pa_string.C: string+array made linear grows
24041:
24042: * src/: include/pa_string.h, main/pa_string.C,
24043: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24044: grow lineary, not exponentialy
24045:
24046: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24047: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24048: with fullchunk cmps
24049:
24050: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24051: 70041= 81
24052:
24053: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24054: targets/cgi/parser3.C: detected huge mem allocation: size/times
24055: malloc 27809390/368771, calloc 3232/83. would test now
24056:
24057: * src/: classes/random.C, main/compile.y, main/execute.C,
24058: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24059: numbered params had wrong name - for instance: bad error message
24060: in ^for[] bad body type. fixed
24061:
24062: 2001-05-14 parser
24063:
24064: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24065: main/untaint.C: ^string.upper|lower[]
24066:
24067: 2001-05-11 parser
24068:
24069: * src/: classes/double.C, classes/image.C, classes/op.C,
24070: classes/string.C, classes/table.C, classes/unknown.C,
24071: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24072: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24073: types/pa_vunknown.h: op: MAX_LOOPS as_int
24074:
24075: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24076: .dsp for win32tools
24077:
24078: 2001-05-11 paf
24079:
24080: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24081: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24082: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24083: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24084:
24085: 2001-05-10 paf
24086:
24087: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24088: for C++, that's all
24089:
1.116 moko 24090: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24091: pa_config_includes.h: inline wonders
1.95 moko 24092:
24093: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24094: doc/doxygen.cmd: hash.C added
24095:
24096: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24097:
24098: * src/main/compile.y: @end grammar: allowed zero strings in control
24099: menthod
24100:
24101: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24102: pa_vstateless_object.h: changed priority: field before method
24103: lookup in vclass & vobject
24104:
24105: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24106: grammar: priorities changes [lowerd && prior] vobject: now first
24107: fields, next methods
24108:
24109: 2001-05-08 paf
24110:
24111: * src/main/pa_table.C: table columnname2item on nameless ignored
24112: bark=false. fixed
24113:
24114: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24115: types/pa_vmethod_frame.h: hash:default works at last!
24116:
24117: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24118: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24119: hash:default
24120:
24121: * src/classes/table.C: z
24122:
24123: * src/classes/table.C: table:hash always hash of hash now
24124:
24125: * src/classes/table.C: table:empty return bool now
24126:
24127: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24128: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24129: types/pa_vtable.h: table:hash
24130:
24131: * src/classes/table.C: table:record have name
24132:
24133: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24134: returns vunknown
24135:
24136: * src/classes/: double.C, int.C, op.C, string.C:
24137: int,double,string:int[] double[] string:length[] results now have
24138: hames
24139:
24140: * src/: classes/op.C, classes/table.C, main/main.dsp,
24141: types/pa_vtable.h: removed table:find. table:locate and op:eval
24142: now return bool
24143:
24144: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24145: in method checkparams again. fixed
24146:
24147: 2001-05-07 paf
24148:
24149: * src/doc/chm.cmd: cmd
24150:
24151: * src/: classes/image.C, classes/mail.C, classes/string.C,
24152: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24153: types/pa_value.h: method reported errors on wrong pool
24154:
24155: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24156: now
24157:
24158: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24159: include/code.h, include/pa_opcode.h, main/compile.C,
24160: main/compile_tools.h, main/execute.C, types/pa_value.h,
24161: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24162: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24163: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24164: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24165: types/pa_vmethod_frame.h, types/pa_vobject.h,
24166: types/pa_vrequest.h, types/pa_vresponse.h,
24167: types/pa_vstateless_class.h, types/pa_vstring.h,
24168: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24169: types/pa_wwrapper.h: pa_code.h
24170:
24171: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24172:
24173: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24174: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24175: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24176: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24177: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24178: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24179: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24180: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24181: types/pa_vtable.h: dox, split by not clean parts also
24182:
24183: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24184: types/pa_vtable.h: table: fields, then methods. so to enable
24185: 'dir' fields & co. more
24186:
24187: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24188: so to enable 'dir' fields & co.
24189:
24190: * src/main/compile.y: grammar: @end
24191:
24192: 2001-05-04 paf
24193:
24194: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24195: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24196:
24197: * src/: classes/classes.h, classes/double.C, classes/file.C,
24198: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24199: classes/op.C, classes/random.C, classes/response.C,
24200: classes/string.C, classes/table.C, classes/unknown.C,
24201: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24202: method dox
24203:
24204: 2001-05-03 paf
24205:
24206: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24207: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24208: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24209: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24210: doc/string.dox, doc/targets.dox, doc/value.dox,
24211: main/pa_request.C: dox splitted .dox files and added some
24212:
24213: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24214:
24215: 2001-05-02 paf
24216:
24217: * src/classes/: image.C, table.C: table:dir result are not tainted
24218: by file_name language now
24219:
24220: 2001-04-28 paf
24221:
24222: * src/classes/classes.inc: removed classes.inc
24223:
24224: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24225: from .am
24226:
24227: * src/classes/classes.awk: skipped classes in .awk
24228:
24229: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24230: classes/classes.inc, classes/double.C, classes/file.C,
24231: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24232: classes/string.C, classes/table.C, classes/unknown.C,
24233: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24234: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24235: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24236: pa_methoded back to classes/classes.h
24237:
24238: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24239:
24240: * src/: classes/Makefile.am, classes/classes.awk,
24241: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24242: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24243:
24244: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24245: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24246: classes/response.C, classes/string.C, classes/table.C,
24247: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24248: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24249: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24250: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24251: include|main/pa_methoded
24252:
24253: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24254: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24255:
24256: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24257: moved some configured data to request::classes_conf moved some
24258: string crations from globals to M... [works]
24259:
24260: * src/: classes/form.C, classes/mail.C, classes/op.C,
24261: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24262: main/pa_request.C: moved some configured data to
24263: request::classes_conf moved some string crations from globals to
24264: M...
24265:
24266: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24267: about to move configured data to special request hash
24268:
24269: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24270: classes/form.C, classes/mail.C, include/pa_request.h,
24271: main/pa_request.C: configure started
24272:
24273: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24274: 2. todo: methoded-configure
24275:
24276: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24277: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24278: classes/_random.h, classes/_response.h, classes/_string.h,
24279: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24280: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24281: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24282: classes/random.C, classes/response.C, classes/string.C,
24283: classes/table.C, classes/unknown.C, include/pa_globals.h,
24284: include/pa_request.h, main/compile.y, main/execute.C,
24285: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24286: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24287: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24288: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24289: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24290: types/pa_vrequest.h, types/pa_vresponse.h,
24291: types/pa_vstateless_class.h, types/pa_vstring.h,
24292: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24293: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24294: methoded-configure
24295:
24296: * src/: classes/file.C, classes/table.C, main/compile.y,
24297: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24298: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24299: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24300:
24301: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24302: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24303: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24304: classes/random.C, classes/response.C, classes/string.C,
24305: classes/table.C, classes/unknown.C, include/pa_request.h,
24306: main/compile.y, main/execute.C, main/pa_globals.C,
24307: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24308: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24309: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24310: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24311: beautifying just compiled. todo: debug, configure
24312:
24313: 2001-04-27 paf
24314:
24315: * src/: classes/file.C, classes/image.C, classes/table.C,
24316: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24317: beautifying -99
24318:
24319: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24320: classes/_response.h, classes/_unknown.h, classes/classes.C,
24321: classes/classes.h, classes/double.C, classes/file.C,
24322: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24323: classes/op.C, classes/random.C, classes/response.C,
24324: classes/string.C, include/pa_globals.h, main/main.dsp,
24325: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24326: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24327: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24328: types/pa_vunknown.h: beautifying -100
24329:
24330: * src/main/compile.y: serge@ found @CLASS bug. fixed
24331:
24332: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24333: classes/_op.h, classes/_random.h, classes/_table.h,
24334: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24335: classes/op.C, classes/random.C, classes/response.C,
24336: classes/string.C, classes/table.C, classes/unknown.C,
24337: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24338: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24339: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24340: beautifying
24341:
24342: 2001-04-26 paf
24343:
24344: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24345:
24346: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24347: documentation ++
24348:
24349: * src/: classes/_exec.h, doc/doxygen.cfg,
24350: include/pa_config_fixed.h, include/pa_config_includes.h,
24351: targets/cgi/pa_pool.C: code documentation ++
24352:
24353: * src/: classes/_image.h, classes/op.C, classes/random.C,
24354: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24355: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24356: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24357: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24358: types/pa_vmethod_frame.h, types/pa_vobject.h,
24359: types/pa_vrequest.C, types/pa_vrequest.h,
24360: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24361: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24362: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24363: code documentation ++
24364:
24365: * src/: classes/image.C, classes/mail.C, classes/string.C,
24366: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24367: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24368: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24369: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24370: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24371: types/pa_vobject.h, types/pa_vstateless_class.h,
24372: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24373:
24374: * src/main/: pa_request.C, pa_string.C: z
24375:
24376: * src/: include/pa_common.h, include/pa_types.h,
24377: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24378: connection caching fixed. request-pooled-url were stored into
24379: global connectioncache
24380:
24381: 2001-04-25 paf
24382:
24383: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24384: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24385:
24386: * src/: include/code.h, include/pa_common.h, main/compile.y,
24387: main/execute.C, main/pa_common.C: -d
24388:
24389: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24390: illegal call check a bit improved, but still under iis no mapping
24391: of dir with parser allowed!
24392:
24393: 2001-04-24 paf
24394:
24395: * src/targets/Makefile.am: apache module lib .am
24396:
24397: * src/main/pa_exec.C: windows32 buildCommand
24398:
24399: 2001-04-23 paf
24400:
24401: * src/targets/cgi/Makefile.am: win32 conditional
24402:
24403: * src/targets/cgi/Makefile.am: win32 conditional
24404:
24405: * src/targets/cgi/Makefile.am: liblink
24406:
24407: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24408: vfile fields return type
24409:
24410: * src/types/pa_vfile.h: vfile fields return type
24411:
24412: * src/include/pa_config_auto.h.in: .h.in
24413:
24414: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24415: types/Makefile: makefiles removed
24416:
24417: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24418: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24419:
24420: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24421: [tested: i & g ]
24422:
24423: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24424: @test noticed series in isapi, check how initialize_random_class
24425: is called! [must be called only once]
24426:
24427: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24428: would not be 'unknown column'
24429:
24430: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24431: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24432:
24433: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24434: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24435: [now doesnt]
24436:
24437: * src/targets/cgi/parser3.C: cgi cmdline ver
24438:
24439: * src/targets/cgi/parser3.C: cgi /// @test disable
24440: /cgi-bin/parser3/auto.p
24441:
24442: * src/main/untaint.C: untaint without charset
24443:
24444: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24445: main/pa_common.C: common: file_write /// @test mkdirs
24446: file_delete rmdirs
24447:
24448: * src/main/untaint.C: mail header only once to =?
24449:
24450: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24451: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24452: main/untaint.C: untaint - @test optimize whitespaces for
24453: all but 'html'
24454:
24455: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24456: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24457: main/untaint.C: untaint - @test mail-header
24458:
24459: 2001-04-20 paf
24460:
24461: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24462: include/pa_request.h, include/pa_string.h, main/compile.y,
24463: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24464: targets/cgi/parser3.C: $MAIN:LOCALE
24465:
24466: * src/main/untaint.C: z
24467:
24468: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24469:
24470: 2001-04-19 paf
24471:
24472: * src/main/compile_tools.h: $a$b bugfix
24473:
24474: * src/targets/cgi/parser3.C: z
24475:
24476: * src/classes/file.C: z
24477:
24478: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24479: done: header to $fields. waits for header '\' tricks
24480:
24481: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24482: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24483: changed urlencode here and in untaint.C to HTTP standard's " and
24484: \" mech
24485:
24486: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24487: http://alx/~paf/ doesnt load /auto.p
24488:
24489: 2001-04-18 paf
24490:
24491: * src/main/pa_request.C: 1
24492:
24493: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24494: linux @alx
24495:
24496: 2001-04-17 paf
24497:
24498: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24499: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24500: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24501: enabled
24502:
24503: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24504: classes/_exec.h, classes/_file.h, classes/_form.h,
24505: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24506: classes/_random.h, classes/_response.h, classes/_string.h,
24507: classes/_table.h, classes/_unknown.h, classes/file.C,
24508: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24509: include/pa_config_fixed.h, include/pa_config_includes.h,
24510: include/pa_hash.h, include/pa_sql_driver_manager.h,
24511: include/pa_version.h, main/Makefile.am, main/compile.y,
24512: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24513: main/pa_sql_driver_manager.C, sql/Makefile.am,
24514: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24515: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24516: types/pa_vform.C, types/pa_vimage.h: exec @jav
24517:
24518: * src/: include/pa_sql_driver_manager.h,
24519: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24520: types/pa_vimage.h: sql driver interface now has initialize(client
24521: .so)
24522:
24523: 2001-04-16 paf
24524:
24525: * src/Makefile.am: compile2 cygwin
24526:
24527: * src/: include/pa_config_includes.h, main/pa_exec.C,
24528: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24529:
24530: * src/targets/cgi/Makefile.am: compile0 jav
24531:
24532: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24533: classes/_exec.h, classes/_file.h, classes/_form.h,
24534: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24535: classes/_random.h, classes/_response.h, classes/_string.h,
24536: classes/_table.h, classes/_unknown.h, classes/image.C,
24537: classes/mail.C, classes/op.C, classes/random.C,
24538: include/pa_config_fixed.h, include/pa_config_includes.h,
24539: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24540: main/compile.y, main/pa_common.C, main/pa_exec.C,
24541: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24542: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24543: compile-1
24544:
24545: 2001-04-15 paf
24546:
24547: * src/classes/op.C: z
24548:
24549: * src/classes/table.C: table:empty +=process
24550:
24551: * src/types/pa_value.h: MethodParams !junction
24552:
24553: * src/: classes/_string.h, classes/double.C, classes/file.C,
24554: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24555: classes/random.C, classes/response.C, classes/string.C,
24556: classes/table.C, classes/unknown.C, main/pa_request.C:
24557: MethodParams everywhere
24558:
24559: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24560: types/pa_vmethod_frame.h: MethodParams in op.C
24561:
24562: 2001-04-12 paf
24563:
24564: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24565:
24566: * src/: classes/_unknown.h, classes/unknown.C,
24567: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24568: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24569:
24570: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24571:
24572: * src/classes/image.C: image:gif now does not have params
24573:
24574: * src/classes/image.C:
24575: image:line/fill/rectangle/bar/replace/polygon/polybar
24576:
24577: * src/: classes/image.C, classes/op.C, main/execute.C,
24578: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24579: for var now written not to r.wcontext, but to r.root cleared
24580: "entered_object" state
24581:
24582: 2001-04-11 paf
24583:
24584: * src/classes/image.C: image:create image:load
24585:
24586: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24587: just compiled
24588:
24589: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24590: todo: gif without file
24591:
24592: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24593: started porting to Pooled descendant
24594:
24595: * src/: classes/image.C, main/execute.C, main/main.dsp,
24596: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24597: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24598: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24599:
24600: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24601: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24602: end. switching to python imaging lib
24603:
24604: * src/main/main.dsp: gd+smtp made separate libs
24605:
24606: * src/: include/pa_globals.h, include/pa_string.h,
24607: main/pa_common.C, main/pa_request.C, main/untaint.C,
24608: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24609: length
24610:
24611: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24612: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24613: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24614: UL_FILE_NAME of posted file name
24615:
24616: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24617: post [broke when moved post read to core]
24618:
24619: 2001-04-10 paf
24620:
24621: * src/classes/image.C: image:html done
24622:
24623: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24624:
24625: * src/classes/image.C: z
24626:
24627: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24628: forgotten!
24629:
24630: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24631: main/pa_request.C, main/pa_string.C, main/untaint.C,
24632: types/pa_vimage.h: image:measure -90
24633:
24634: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24635: classes/_int.h, classes/_mail.h, classes/_op.h,
24636: classes/_random.h, classes/_response.h, classes/_string.h,
24637: classes/_table.h, classes/file.C, classes/mail.C,
24638: include/pa_common.h, include/pa_globals.h, main/execute.C,
24639: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24640: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24641: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24642: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24643: compiled
24644:
24645: * src/classes/mail.C: minor bug with unclear from/to
24646:
24647: * src/classes/mail.C: sendmail unix skipping defaults
24648:
24649: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24650: sendmail unix added defaults
24651:
24652: * src/classes/mail.C: unix sendmail compiled. todo:testing
24653:
24654: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24655:
24656: 2001-04-09 paf
24657:
24658: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24659: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24660: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24661: targets/isapi/parser3isapi.dsp: all targets exec
24662:
24663: * src/: include/pa_sapi.h, include/pa_string.h,
24664: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24665: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24666: args in apache:util.script
24667:
24668: * src/include/pa_string.h: written but not tested exec with env for
24669: unix
24670:
24671: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24672: targets/cgi/parser3.C: exec win32 env
24673:
24674: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24675: 0
24676:
24677: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24678: main/execute.C, main/main.dsp, main/pa_globals.C,
24679: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24680: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24681:
24682: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24683: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24684:
24685: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24686: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24687:
24688: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24689: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24690: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24691: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24692: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24693: exec class just compiled. moved post read to request core
24694:
24695: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24696: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24697: main/pa_globals.C, targets/cgi/parser3.C,
24698: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24699: are already read by vform
24700:
24701: 2001-04-08 paf
24702:
24703: * src/: classes/file.C, classes/mail.C, classes/string.C,
24704: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24705: uuencode. string<<
24706:
24707: 2001-04-07 paf
24708:
24709: * src/classes/mail.C: z
24710:
24711: * src/classes/mail.C: z
24712:
24713: * src/classes/mail.C: ^mail[$attach
24714:
24715: * src/classes/mail.C: ^attach dead end
24716:
24717: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24718: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24719: targets/isapi/parser3isapi.C: mail:send 1
24720:
24721: * src/: classes/mail.C, main/pa_request.C: z
24722:
24723: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24724: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24725: compiled
24726:
24727: * src/classes/mail.C: +=
24728:
24729: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24730: prepared
24731:
24732: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24733: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24734: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24735: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24736:
24737: 2001-04-06 paf
24738:
24739: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24740: main/pa_string.C: table:dir 1
24741:
24742: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24743: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24744:
24745: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24746: classes/root.C, include/pa_globals.h, include/pa_request.h,
24747: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24748: main/pa_request.C: renamed 'root' to 'op'
24749:
24750: * src/classes/: _op.h, op.C: renamed from 'root'
24751:
24752: * src/types/pa_valiased.C: another root inherititance skipped
24753:
24754: * src/main/: compile.C, compile.y, execute.C: operators are now not
24755: root methods of parent class. just 'ROOT' class
24756:
24757: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24758: @office
24759:
24760: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24761:
24762: 2001-04-05 paf
24763:
24764: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24765: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24766: constructor flag dropped at get_method_frame and remembered into
24767: method_frame
24768:
24769: * src/: classes/file.C, classes/root.C, classes/string.C,
24770: classes/table.C, main/pa_request.C: junction to code&expression
24771: in errors
24772:
24773: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24774: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24775: $LOCALE:ctype[Russian_Russia.1251]
24776:
24777: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24778: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24779: main/pa_table.C: hash now not thread-safe.
24780:
24781: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24782: main/untaint.C: z
24783:
24784: * src/: classes/random.C, classes/root.C, classes/table.C,
24785: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24786: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24787: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24788: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24789:
24790: * src/: classes/table.C, include/pa_sql_connection.h,
24791: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24792:
24793: * src/classes/table.C: select * from hren error contains statement
24794:
24795: * src/: classes/table.C, include/pa_sql_connection.h,
24796: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24797: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24798:
24799: * src/: classes/root.C, include/pa_sql_connection.h,
24800: include/pa_sql_driver.h, main/main.dsp,
24801: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24802: services for conv memory & error reporting
24803:
24804: 2001-04-04 paf
24805:
24806: * src/doc/doxygen.cfg: z
24807:
24808: * src/include/pa_sql_driver.h: mysql connect
24809:
24810: * src/include/pa_sql_driver.h: mysql info
24811:
24812: * src/: classes/root.C, include/pa_sql_driver.h,
24813: include/pa_sql_driver_manager.h, main/main.dsp,
24814: main/pa_sql_driver_manager.C: more manager&connection&driver
24815:
24816: * src/sql/Makefile.am: forgot to add mysql client
24817:
24818: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24819: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24820: [forgot to add libltdl, added]
24821:
24822: * src/: Makefile.am, classes/root.C, classes/string.C,
24823: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24824: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24825: include/pa_string.h, include/pa_table.h, main/main.dsp,
24826: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24827: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24828: -1000 just compiled
24829:
24830: * src/: classes/random.C, classes/root.C, classes/table.C,
24831: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24832: main/pa_request.C, types/pa_vclass.h: sql frame -10
24833:
24834: 2001-04-03 paf
24835:
24836: * src/types/pa_vform.C: z
24837:
24838: * src/: classes/string.C, types/pa_vform.C: string:match replace
24839: assigned lang
24840:
24841: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24842: {}[]< empty []
24843:
24844: * src/: classes/file.C, classes/string.C, classes/table.C,
24845: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24846: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24847:
24848: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24849: string:match replace strange matches
24850:
24851: * src/classes/string.C: string:match replace 0
24852:
24853: * src/: classes/string.C, main/pa_string.C: string:match replace
24854: prepared 2
24855:
24856: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24857: string:match replace prepared
24858:
24859: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24860: string:match replace -11
24861:
24862: * src/: classes/string.C, include/pa_globals.h,
24863: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24864: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24865:
24866: * src/: classes/string.C, include/pa_globals.h,
24867: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24868: main/pa_string.C: string:match [search] -1 just compiled
24869:
24870: * src/types/pa_vstring.C: z
24871:
24872: * src/: classes/double.C, classes/file.C, classes/form.C,
24873: classes/int.C, classes/response.C, classes/root.C,
24874: classes/string.C, classes/table.C, include/pa_string.h,
24875: main/pa_string.C: string:match -10 [frame]
24876:
24877: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24878: main/pa_request.C: z
24879:
24880: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24881: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24882: todo/tests
24883:
24884: * src/include/pa_common.h: z
24885:
24886: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24887: main/pa_request.C, targets/cgi/parser3.C,
24888: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24889: content-disposition
24890:
24891: * src/: include/pa_common.h, include/pa_globals.h,
24892: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24893: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24894:
24895: * src/: include/pa_common.h, include/pa_request.h,
24896: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24897: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24898: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24899: response:body
24900:
24901: * src/classes/table.C: table:append now uses string::split
24902:
24903: * src/classes/table.C: z
24904:
24905: * src/: classes/file.C, classes/root.C, classes/string.C,
24906: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24907: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24908: include/pa_string.h, main/execute.C, main/pa_string.C,
24909: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24910: string::pos & cmp & piece bugs fixed. string::split new
24911: table:load separated from set table:set implemented with clean \n
24912: \t searches
24913:
24914: 2001-04-02 paf
24915:
24916: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24917: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24918: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24919: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24920: it in table:set/load
24921:
24922: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24923: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24924:
24925: * src/classes/random.C: random:generate 1
24926:
24927: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24928: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24929: types/pa_value.h: random:generate
24930:
24931: 2001-03-30 paf
24932:
24933: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24934: todo: table flip and append. string::pos
24935:
24936: * src/: classes/double.C, classes/file.C, classes/int.C,
24937: classes/response.C, classes/root.C, classes/string.C,
24938: classes/table.C, main/compile.y, main/execute.C,
24939: types/pa_value.h, types/pa_vstateless_class.C,
24940: types/pa_vstateless_class.h: static|dynamic|any method
24941: registration
24942:
24943: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24944: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24945: table:flip
24946:
24947: 2001-03-29 paf
24948:
24949: * src/classes/string.C: string:xsplit forgot that they must result
24950: in 1 row N column [not vice versa]
24951:
24952: * src/classes/string.C: z
24953:
24954: * src/classes/string.C: string: rsplit
24955:
24956: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24957: string: lsplit
24958:
24959: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24960: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24961: lsplit -1
24962:
24963: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24964: string: pos
24965:
24966: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24967: string: pos -1
24968:
24969: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24970: main/compile.y, main/pa_request.C, main/pa_string.C,
24971: main/untaint.C: string: left right mid
24972:
24973: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24974: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24975: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24976: and [;] are different now.
24977:
24978: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24979: main/untaint.C: pool.request undone
24980:
24981: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24982: main/untaint.C: pool.request
24983:
24984: 2001-03-28 paf
24985:
24986: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24987: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24988: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24989: $request:browser [.type .version]; unknown.get_double now = 0.
24990:
24991: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24992: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24993: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24994: types/pa_vform.C: file:load autodetection of mime-type by
24995: user-file-name
24996:
24997: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24998: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24999: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25000:
25001: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25002: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25003: write. must be self.set
25004:
25005: * src/: classes/file.C, classes/root.C, classes/table.C,
25006: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25007:
25008: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25009: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25010: types/pa_vtable.h: table:locate just compiled
25011:
25012: 2001-03-27 paf
25013:
25014: * src/main/: execute.C, pa_common.C: fixed r/w context of
25015: code-params2, fixed ntfs hardlink slow dir update
25016:
25017: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25018: types/pa_wcontext.h: fixed r/w context of code-params
25019:
25020: * src/: classes/table.C, main/execute.C: about to change junction
25021: rcontext!!
25022:
25023: * src/: classes/double.C, classes/int.C, classes/root.C,
25024: classes/string.C, classes/table.C, main/compile_tools.C,
25025: main/execute.C, main/pa_request.C, main/untaint.C,
25026: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25027: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25028: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25029: types/pa_vunknown.h: sort 0
25030:
25031: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25032: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25033: renamed to are_static_calls_disabled
25034:
25035: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25036: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25037: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25038: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25039:
25040: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25041:
25042: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25043: started table:sort fixed minor bug in #...^{
25044:
25045: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25046: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25047: decided to have as it were. stepped back. grammar: added 'in'
25048: 'is' 'lt'&co follow-space check
25049:
25050: 2001-03-26 paf
25051:
25052: * src/: classes/file.C, classes/root.C, classes/table.C,
25053: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25054: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25055: main/pa_table.C: moved ::save to pa_table. disabled @auto
25056: invocation in ^process
25057:
25058: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25059:
25060: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25061: main/pa_array.C: table:record
25062:
25063: * src/: main/untaint.C, targets/cgi/parser3.C,
25064: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25065: targets/isapi/pool_storage.h, types/pa_valiased.h,
25066: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25067: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25068: types/pa_vtable.h: z
25069:
25070: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25071: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25072: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25073: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25074: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25075: method realisations on 'self' validity - they now can simply
25076: assume that 'self' is V{Proper} .
25077:
25078: 2001-03-25 paf
25079:
25080: * src/main/untaint.C: z
25081:
25082: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25083: lowlevel - it initialization could be skipped if failed in @auto.
25084: so that exception report would use some table
25085:
25086: * src/main/pa_request.C: table empty lines ignored. system-default
25087: content type assigned in output:result [can fail in main:auto and
25088: skipped normal defaults extraction]
25089:
25090: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25091: bug
25092:
25093: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25094: processing to table [except preliminary \r\n \r \n replacements
25095: to "\n"]
25096:
25097: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25098: move all the processing to table
25099:
25100: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25101: main/pa_table.C, main/untaint.C: returned table originating.
25102: useful for reporting typo table problems origin. think would be
25103: useful somewhere else
25104:
25105: * src/main/untaint.C: typo \r \r\n \n properly handled
25106:
25107: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25108: include/pa_table.h, main/compile.y, main/compile_tools.C,
25109: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25110: main/pa_string.C, main/pa_table.C, main/untaint.C,
25111: types/pa_vcookie.h: typo & typo-default
25112:
25113: 2001-03-24 paf
25114:
25115: * src/main/pa_common.C: z
25116:
25117: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25118: targets/cgi/parser3.C: html-typo 2
25119:
25120: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25121: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25122: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25123: main/execute.C, main/pa_array.C, main/pa_globals.C,
25124: main/pa_request.C, main/pa_string.C, main/untaint.C,
25125: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25126: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25127: noticed double default content-type prob. run cgi.cmd tomorrow
25128: first html-typo sample. detected << problem: they become ltlt too
25129: fast
25130:
25131: * src/main/compile.y: z
25132:
25133: * src/main/: compile.y, compile_tools.h: #comment
25134:
25135: * src/: classes/file.C, classes/root.C, classes/table.C,
25136: include/pa_common.h, include/pa_request.h, main/compile.y,
25137: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25138: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25139: stringified
25140:
25141: * src/types/pa_valiased.C: decided to String-ify file_read
25142:
25143: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25144: isapi/parser3isapi.dsp: cgi: sapi::log
25145:
25146: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25147: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25148: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25149: error log experiments failed - cgi under iis got no access to
25150: log. registereventsource simply failed with 5(illegal call) code,
25151: while worked OK as standalone executable. isapi: used
25152: HSE_APPEND_LOG_PARAMETER feature
25153:
25154: * src/: include/pa_common.h, include/pa_globals.h,
25155: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25156: targets/isapi/parser3isapi.C: fixed default content-type
25157: allocation storage
25158:
25159: * src/: include/pa_globals.h, include/pa_request.h,
25160: main/pa_globals.C, main/pa_request.C: z
25161:
25162: * src/: include/pa_array.h, include/pa_hash.h,
25163: include/pa_request.h, main/compile.y, main/pa_array.C,
25164: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25165: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25166: content-type
25167:
25168: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25169: sanity
25170:
25171: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25172: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25173: away freeze mech. no danger now for you can't do
25174: ^request:process[@new-method[] body] trick anymore. still
25175: remains $some_instance.process[@new-method[] possibility] but
25176: would leave it as a feature. see index for sample
25177:
25178: * src/: include/pa_common.h, main/pa_common.C,
25179: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25180: monkey every target
25181:
25182: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25183: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25184: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25185:
25186: 2001-03-23 paf
25187:
25188: * src/: include/pa_pool.h, main/pa_request.C,
25189: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25190: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25191: targets/isapi/pool_storage.h: isapi: dumb pool storage
25192:
25193: * src/targets/isapi/pa_pool.C: decided to continue with extension
25194:
25195: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25196: it would be better to rewrite as filter then to deal with pool
25197:
25198: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25199: now like in cgi, not from APPL_PHYSICAL_PATH
25200:
25201: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25202: include/pa_config_fixed.h, include/pa_config_includes.h,
25203: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25204: include/pa_version.h, main/compile.y, main/execute.C,
25205: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25206: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25207: main/untaint.C, targets/cgi/parser3.C,
25208: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25209: cgi: reinvent document_root and request_uri under iis. autoconf
25210: updated. introducing ap_config_includes
25211:
25212: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25213:
25214: * src/targets/cgi/parser3.C: cgi: only one pool now
25215:
25216: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25217: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25218: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25219: types/pa_venv.h, types/pa_vform.C: sapi made object
25220:
25221: * src/: include/pa_globals.h, main/pa_request.C,
25222: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25223: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25224: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25225:
25226: * src/: main/pa_request.C, targets/cgi/parser3.C,
25227: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25228: isapi minor env beauty
25229:
25230: * src/: main/pa_request.C, targets/cgi/parser3.C,
25231: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25232: isapi document_root 0
25233:
25234: 2001-03-22 paf
25235:
25236: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25237:
25238: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25239: isapi/parser3isapi.C: z
25240:
25241: * src/: include/pa_pool.h, main/pa_request.C,
25242: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25243:
25244: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25245: kill.pl: isapi added utils
25246:
25247: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25248: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25249: types/pa_vform.C: isapi 0
25250:
25251: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25252: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25253: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25254: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25255: started isapi
25256:
25257: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25258: some comments
25259:
25260: * src/: include/pa_globals.h, include/pa_request.h,
25261: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25262: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25263: parser_root_auto_path parser_site_auto_path
25264:
25265: * src/types/pa_vcookie.C: cookie attr decoded
25266:
25267: 2001-03-21 paf
25268:
25269: * src/targets/cgi/parser3.C: z
25270:
25271: * src/include/pa_globals.h: post. todo: config of auto.p path
25272:
25273: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25274: types/pa_venv.h: in cookie & env. todo:post
25275:
25276: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25277: classes/root.C, classes/table.C, include/pa_array.h,
25278: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25279: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25280: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25281: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25282: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25283: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25284: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25285: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25286: shifted apache branch on main trunc
25287:
25288: * src/: include/pa_common.h, include/pa_globals.h,
25289: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25290: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25291: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25292: starting mod_parser3
25293:
25294: * src/targets/cgi/parser3.C: starting mod_parser3
25295:
25296: 2001-03-20 paf
25297:
25298: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25299: targets/cgi/parser3.C: automake compiled and works. todo:make
25300: win32 ifdefs work and add ifdef unistd
25301:
25302: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25303: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25304: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25305: z
25306:
25307: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25308: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25309: locking
25310:
25311: * src/: classes/Makefile.am, types/Makefile.am: z
25312:
25313: * src/: Makefile.am, classes/file.C, classes/root.C,
25314: classes/table.C, include/pa_array.h, include/pa_request.h,
25315: include/pa_string.h, main/Makefile.am, main/execute.C,
25316: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25317: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25318: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25319: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25320:
25321: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25322: main/pa_request.C, types/pa_vfile.h: ^table:save
25323:
25324: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25325: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25326: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25327: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25328: types/pa_vform.h: z
25329:
25330: * src/include/pa_string.h: z
25331:
25332: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25333: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25334: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25335: :Value
25336:
25337: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25338: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25339: :VStateless_object
25340:
25341: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25342: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25343: :VStateless_object
25344:
25345: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25346: types/pa_valiased.C, types/pa_vform.h: commented VForm
25347:
25348: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25349: types/pa_valiased.h, types/pa_value.h,
25350: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25351: types/pa_vstateless_object.h: moved common get_element part from
25352: stateless object&class into VAliased
25353:
25354: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25355: classes/table.C, main/execute.C, main/main.dsp,
25356: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25357: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25358: now :Value
25359:
25360: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25361: main/execute.C, main/main.dsp, main/pa_globals.C,
25362: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25363:
25364: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25365: doxx
25366:
25367: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25368: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25369: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25370: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25371: and ^file:save
25372:
25373: 2001-03-19 paf
25374:
25375: * src/types/pa_vfile.C: z
25376:
25377: * src/: classes/file.C, classes/request.C, classes/table.C,
25378: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25379: main/pa_request.C, main/untaint.C, types/pa_value.h,
25380: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25381:
25382: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25383: include/pa_string.h, include/pa_table.h, main/main.dsp,
25384: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25385: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25386: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25387: classes/_file.h, classes/file.C, types/pa_vfile.C,
25388: types/pa_vfile.h: file class just compiled
25389:
25390: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25391: include/pa_table.h, include/pa_types.h, main/execute.C,
25392: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25393: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25394: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25395:
25396: * src/include/pa_pool.h: z
25397:
25398: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25399: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25400: Hash::Value to Val so to doxygen would finlly stop confusing
25401: those Value-s
25402:
25403: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25404: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25405: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25406: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25407: include/pa_types.h, main/compile.C, main/compile.y,
25408: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25409: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25410: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25411: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25412: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25413:
25414: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25415: derivates somehow unlinked. don't know why yet
25416:
25417: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25418: include/pa_string.h, include/pa_threads.h, main/compile.C,
25419: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25420: main/execute.C, main/pa_array.C, main/pa_common.C,
25421: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25422: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25423: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25424:
25425: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25426: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25427: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25428: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25429: types/pa_vrequest.h: doc: detected Value derivates prob
25430:
25431: * src/include/pa_globals.h: z
25432:
25433: * src/: classes/_request.h, classes/request.C, include/code.h,
25434: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25435: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25436: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25437: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25438: main/execute.C, main/pa_pool.C, main/pa_request.C,
25439: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25440: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25441:
25442: 2001-03-18 paf
25443:
25444: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25445: cookie: allowed access to hash-assigned
25446:
25447: * src/targets/cgi/parser3.C: z
25448:
25449: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25450: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25451: include/pa_types.h, main/main.dsp, main/pa_common.C,
25452: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25453: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25454: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25455: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25456: types/pa_vunknown.h: cookie class
25457:
25458: * src/main/pa_request.C: zero length output allowed
25459:
25460: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25461: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25462:
25463: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25464: lang switch
25465:
25466: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25467: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25468: types/pa_value.h, types/pa_vhash.h:
25469: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25470:
25471: * src/main/execute.C: z
25472:
25473: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25474: targets/cgi/parser3.C: taint[uri
25475:
25476: * src/: classes/request.C, classes/response.C, classes/root.C,
25477: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25478: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25479: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25480:
25481: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25482: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25483: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25484: types/pa_vstateless_class.C: convinient string(pool, char *src,
25485: bool tainted) ctor
25486:
25487: * src/: include/pa_hash.h, include/pa_request.h,
25488: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25489: main/pa_request.C, main/pa_string.C, main/untaint.C,
25490: targets/cgi/parser3.C: proper @exceptions params tainting
25491:
25492: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25493: response fields to header
25494:
25495: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25496: z
25497:
25498: * src/: classes/_response.h, classes/response.C,
25499: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25500: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25501: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25502: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25503: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25504: $response: 0 request::core exception rethrow
25505:
25506: 2001-03-16 paf
25507:
25508: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25509: types/pa_vrequest.h: native method' class call with less params
25510: then needed error reporting
25511:
25512: * src/: classes/_request.h, classes/request.C,
25513: include/pa_globals.h, include/pa_request.h, main/execute.C,
25514: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25515: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25516: types/pa_vrequest.h: $request : query :uri
25517:
25518: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25519: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25520: types/pa_wcontext.h: $result
25521:
25522: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25523:
25524: * src/: classes/double.C, include/code.h, main/compile.y,
25525: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25526: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25527:
25528: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25529: main/compile.y, main/execute.C, types/pa_value.h,
25530: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25531: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25532: wcontext conflict
25533:
25534: * src/: main/execute.C, types/pa_value.h,
25535: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25536: $string.field
25537:
25538: 2001-03-15 paf
25539:
25540: * src/main/pa_request.C: news sample
25541:
25542: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25543: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25544:
25545: * src/main/: compile.y, execute.C: z
25546:
25547: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25548: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25549: pre pre works
25550:
25551: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25552: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25553: fillfields just compiled
25554:
25555: 2001-03-14 paf
25556:
25557: * src/: include/pa_request.h, main/pa_request.C,
25558: targets/cgi/parser3.C: z
25559:
25560: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25561: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25562: types/pa_vstring.h: limits -1
25563:
25564: * src/: include/pa_globals.h, include/pa_request.h,
25565: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25566: main/pa_request.C, targets/cgi/parser3.C,
25567: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25568: request_info -1
25569:
25570: * src/: include/pa_globals.h, main/pa_globals.C,
25571: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25572: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25573: vform_fields_fill
25574:
25575: * src/targets/cgi/parser3.C: # if MSVC
25576:
25577: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25578: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25579:
25580: * src/targets/cgi/parser3.C: z
25581:
25582: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25583: include/pa_string.h, include/pa_types.h, main/compile.y,
25584: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25585: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25586: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25587: types/pa_vunknown.h: global handler, exceptions in parser3
25588:
25589: 2001-03-13 paf
25590:
25591: * src/: classes/form.C, main/compile.y, main/core.C,
25592: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25593: types/pa_vform.h, types/pa_vstateless_class.C,
25594: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25595: instead
25596:
25597: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25598: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25599: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25600: started cgi target
25601:
25602: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25603: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25604: before error show with parser
25605:
25606: * src/: classes/_form.h, classes/form.C, include/core.h,
25607: include/pa_request.h, main/core.C, main/pa_request.C,
25608: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25609:
25610: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25611:
25612: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25613: parser3.C: renamed targets/ parser to cgi
25614:
25615: * src/: classes/double.C, classes/env.C, classes/int.C,
25616: classes/root.C, classes/string.C, classes/table.C,
25617: include/pa_request.h, types/pa_vhash.h: z
25618:
25619: * src/: classes/_env.h, classes/env.C, classes/root.C,
25620: include/core.h, include/pa_pool.h, include/pa_request.h,
25621: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25622: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25623: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25624: [historical moment :)]
25625:
25626: * src/: include/code.h, include/pa_string.h, main/compile.y,
25627: main/execute.C, main/pa_string.C: 'value is type' expr operator
25628:
25629: * src/types/pa_venv.h: $ENV 1
25630:
25631: * src/main/execute.C: z
25632:
25633: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25634: future methods of ENV constructor if
25635:
25636: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25637: class
25638:
25639: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25640: classes/_root.h, classes/_string.h, classes/_table.h,
25641: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25642: classes/string.C, classes/table.C, include/pa_request.h,
25643: main/compile.C, main/compile_tools.h, main/core.C,
25644: main/execute.C, main/main.dsp, main/pa_request.C,
25645: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25646: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25647: types/pa_vobject.h, types/pa_vstateless_class.C,
25648: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25649: types/pa_wcontext.h: $ENV: re 0, stateless classes
25650:
25651: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25652: classes/_root.h, classes/_string.h, classes/_table.h,
25653: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25654: classes/string.C, classes/table.C, include/pa_request.h,
25655: main/compile.C, main/compile_tools.h, main/core.C,
25656: main/execute.C, main/main.dsp, main/pa_request.C,
25657: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25658: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25659: types/pa_vobject.h, types/pa_vstateless_class.C,
25660: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25661: types/pa_wcontext.h: $ENV: re 0, stateless classes
25662:
25663: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25664: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25665: yesterdays bad decision on execute_static_method
25666:
25667: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25668:
25669: * src/: classes/double.C, classes/int.C, classes/root.C,
25670: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25671:
25672: * src/main/pa_request.C: z
25673:
25674: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25675: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25676:
25677: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25678: include/pa_pool.h, main/pa_request.C:
25679: restructure_exceptions_dead_end
25680:
25681: * src/: classes/root.C, main/compile.y: ^if required junctions.
25682: allowed ; inside {} to break params
25683:
25684: * src/classes/root.C: ^eval
25685:
25686: * src/: classes/_string.h, classes/double.C, classes/int.C,
25687: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25688: string ^format
25689:
25690: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25691: 'bad' but not 'enough'
25692:
25693: * src/: classes/double.C, classes/root.C, classes/table.C,
25694: include/pa_common.h, include/pa_types.h, main/compile.y,
25695: main/pa_common.C, main/pa_request.C, main/untaint.C,
25696: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25697: types/pa_wwrapper.h: think constructing flag as is is bad
25698:
25699: * src/: classes/double.C, classes/int.C, classes/root.C,
25700: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25701: types/pa_vint.h: ^for
25702:
25703: 2001-03-12 paf
25704:
25705: * src/classes/table.C: table ^empty
25706:
25707: * src/: classes/table.C, include/pa_table.h: table ^menu
25708:
25709: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25710: ^offset ^line ^count
25711:
25712: * src/classes/root.C: ^round() ^floor() ^ceiling()
25713: ^abs() ^sign()
25714:
25715: * src/classes/: root.C, table.C: ^use
25716:
25717: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25718: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25719: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25720: ^while. switched off wcontext.constructing after write(value) or
25721: auto-vhash-constructing
25722:
25723: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25724: main/pa_request.C: fail_if_junction_ helper func
25725:
25726: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25727: include/pa_request.h, main/execute.C, main/main.dsp,
25728: main/pa_common.C, main/pa_request.C: ^process error point by
25729: actual method_name, not source. ^load
25730:
25731: * src/types/pa_vtable.h: table: no, better with string in cells...
25732:
25733: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25734: classes/_table.h, classes/table.C, main/untaint.C: z
25735:
25736: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25737: include/pa_table.h, main/core.C, main/execute.C,
25738: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25739: types/pa_value.h: table:set 0
25740:
25741: * src/: classes/root.C, include/core.h, include/pa_array.h,
25742: include/pa_request.h, include/pa_table.h, main/core.C,
25743: main/main.dsp, main/pa_request.C, main/pa_table.C,
25744: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25745: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25746: types/pa_vstring.h: freeze, ^table:create[] -1
25747:
25748: * src/: classes/root.C, types/pa_value.h: z
25749:
25750: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25751: get_method in couple places optimizing them
25752:
25753: * src/classes/root.C: z
25754:
25755: * src/: classes/root.C, types/pa_vclass.h: process temp main
25756: zeroing
25757:
25758: * src/: classes/double.C, classes/int.C, classes/root.C,
25759: classes/string.C, include/pa_common.h, include/pa_request.h,
25760: include/pa_string.h, include/pa_types.h, main/compile.C,
25761: main/compile.y, main/compile_tools.h, main/execute.C,
25762: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25763: types/pa_vmframe.h: ^process. actual names to store param and
25764: check_actual_numbered_params for better place diagnostics
25765:
25766: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25767: method-junctions bug fixed
25768:
25769: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25770: pa_vstateless_object.h, pa_vstring.h: stateless_object
25771:
25772: 2001-03-11 paf
25773:
25774: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25775: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25776: VDouble VInt base now VObject_base - without fields
25777:
25778: * src/: classes/root.C, include/core.h, main/core.C: z
25779:
25780: * src/: classes/double.C, classes/int.C, classes/root.C,
25781: classes/string.C, include/core.h, include/pa_hash.h,
25782: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25783: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25784:
25785: * src/: classes/double.C, classes/int.C, classes/root.C,
25786: include/pa_request.h, main/execute.C: intercept_string
25787:
25788: * src/: classes/double.C, classes/int.C, classes/root.C,
25789: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25790:
25791: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25792: ^inc-s(expr)
25793:
25794: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25795: classes/_root.h, classes/_string.h, classes/double.C,
25796: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25797: include/code.h, include/core.h, include/pa_array.h,
25798: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25799: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25800: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25801: include/pa_types.h, main/compile.C, main/compile.y,
25802: main/compile_tools.C, main/compile_tools.h, main/core.C,
25803: main/execute.C, main/pa_array.C, main/pa_common.C,
25804: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25805: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25806: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25807: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25808: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25809: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25810: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25811: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25812:
25813: * src/: main/pa_request.C, types/pa_vhash.h: z
25814:
25815: * src/: include/core.h, include/pa_request.h, main/core.C,
25816: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25817:
25818: * src/: include/pa_valiased.h, include/pa_value.h,
25819: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25820: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25821: include/pa_vjunction.h, include/pa_vmframe.h,
25822: include/pa_vobject.h, include/pa_vstring.h,
25823: include/pa_vunknown.h, include/pa_wcontext.h,
25824: include/pa_wwrapper.h, main/compile.y, main/core.C,
25825: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25826: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25827: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25828: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25829: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25830: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25831: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25832: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25833: include/
25834:
25835: 2001-03-10 paf
25836:
25837: * src/: include/core.h, include/pa_request.h, main/core.C,
25838: main/pa_request.C: run+auto=run
25839:
25840: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25841:
25842: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25843: classes/_root.h, classes/_string.h, classes/double.C,
25844: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25845: include/code.h, include/core.h, include/pa_array.h,
25846: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25847: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25848: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25849: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25850: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25851: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25852: include/pa_vjunction.h, include/pa_vmframe.h,
25853: include/pa_vobject.h, include/pa_vstring.h,
25854: include/pa_vunknown.h, include/pa_wcontext.h,
25855: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25856: main/compile_tools.C, main/compile_tools.h, main/core.C,
25857: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25858: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25859: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25860: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25861: main/pa_wcontext.C: sources header
25862:
25863: * src/main/pa_request.C: auto..
25864:
25865: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25866: main/pa_request.C: auto tree0
25867:
25868: * src/: include/core.h, include/pa_request.h, main/compile.y,
25869: main/core.C, main/pa_request.C: names to core.C
25870:
25871: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25872: include/pa_request.h, main/core.C, main/execute.C,
25873: main/pa_common.C, main/pa_request.C: root auto.p loaded
25874:
25875: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25876: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25877: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25878: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25879:
25880: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25881: @auto[] realised. auto.p scan togo
25882:
25883: * src/: include/pa_request.h, main/execute.C: autocalc
25884: code-junctions result now have names
25885:
25886: * src/: classes/double.C, classes/int.C, classes/root.C,
25887: classes/string.C, include/pa_request.h, include/pa_string.h,
25888: include/pa_wcontext.h, main/compile.y, main/execute.C,
25889: main/pa_string.C, main/pa_wcontext.C: tainting 0
25890:
25891: * src/classes/env.C: env:file/line
25892:
25893: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25894: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25895: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25896: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25897: main/compile_tools.C, main/compile_tools.h, main/core.C,
25898: main/execute.C, main/main.dsp, main/pa_cframe.C,
25899: main/pa_request.C, main/pa_wcontext.C: const fight finished
25900:
25901: * src/include/pa_vclass.h: const fight to go
25902:
25903: * src/: classes/_env.h, classes/env.C, classes/root.C,
25904: include/pa_request.h, include/pa_vclass.h, main/core.C,
25905: main/main.dsp: env0
25906:
25907: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25908: classes/_string.h, classes/double.C, classes/int.C,
25909: classes/root.C, classes/string.C, include/pa_request.h,
25910: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25911: include/pa_wcontext.h, main/core.C, main/main.dsp,
25912: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25913: main/pa_wcontext.C: ^lang prepare0
25914:
25915: 2001-03-09 paf
25916:
25917: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25918: construct proper naming
25919:
25920: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25921: classes/double.C, classes/int.C, classes/root.C,
25922: classes/string.C, include/code.h, include/pa_value.h,
25923: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25924: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25925: main/compile.y, main/compile_tools.C, main/core.C,
25926: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25927: and ^double[]. fixed expr type
25928:
25929: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25930: ^string.length[]
25931:
25932: 2001-03-08 paf
25933:
25934: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25935:
25936: * src/: include/pa_vclass.h, include/pa_vstring.h,
25937: include/pa_wcontext.h, main/compile.y, main/core.C,
25938: main/execute.C, main/main.dsp: dead end: vstring can't be
25939: derivated from vobject
25940:
25941: * src/: include/pa_vclass.h, include/pa_vhash.h,
25942: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25943:
25944: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25945: remained clone conseqs
25946:
25947: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25948:
25949: * src/main/pa_vclass.C: wow! vclass were out of vcs
25950:
25951: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25952: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25953: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25954: include/pa_vobject.h, include/pa_vstring.h,
25955: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25956: main/execute.C: withoud cloning. didn't need it actually, params
25957: got passed from out unnamed ewpool
25958:
25959: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25960: include/pa_vjunction.h, include/pa_vobject.h,
25961: include/pa_vunknown.h, main/compile.y: cloning dead end
25962:
25963: * src/: include/pa_bool.h, include/pa_double.h,
25964: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25965: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25966: include/pa_vjunction.h, include/pa_vmframe.h,
25967: include/pa_vobject.h, include/pa_vstring.h,
25968: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25969: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25970: to give params proper names
25971:
25972: * src/main/pa_wcontext.C: z
25973:
25974: * src/: include/pa_vmframe.h, main/execute.C: added names to
25975: unknown values in get_element and unfilled params. removed wrong
25976: name change in get_element
25977:
25978: * src/main/execute.C: z
25979:
25980: * src/main/execute.C: fixed problems calling operators in
25981: constructors
25982:
25983: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25984: detected problems calling operators in constructors
25985:
25986: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25987: autocalc def to string
25988:
25989: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25990: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25991:
25992: * src/classes/root.C: added root.c
25993:
25994: * src/: include/pa_request.h, include/pa_value.h,
25995: include/pa_vcframe.h, include/pa_vmframe.h,
25996: include/pa_wcontext.h, main/compile.C, main/compile.y,
25997: main/core.C, main/execute.C, main/pa_cframe.C,
25998: main/pa_wcontext.C: 'if' just compiled
25999:
26000: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26001: include/pa_vjunction.h, include/pa_vmframe.h,
26002: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26003: main/pa_wcontext.C: z
26004:
26005: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26006: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26007: with parameter names in operator methods
26008:
26009: * src/main/compile.y: minor renamings in .y
26010:
26011: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26012: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26013: @BASE. changed 'RUN' assignment mech
26014:
26015: * src/main/execute.C: z
26016:
26017: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26018: main/compile_tools.h, main/execute.C: made class: dynamic, not
26019: static. so to enable runtime ^use
26020:
26021: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26022:
26023: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26024: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26025:
26026: * src/main/execute.C: root root in code-junction
26027:
26028: 2001-03-07 paf
26029:
26030: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26031: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26032:
26033: * src/: include/pa_stack.h, include/pa_value.h,
26034: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26035: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26036: fixed rwcontext of {} params up
26037:
26038: * src/main/: compile.y, compile_tools.h: ^func(params)
26039:
26040: * src/main/compile.y: .y priorities syntax shaped up a bit
26041:
26042: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26043: include/pa_vunknown.h, main/compile.y, main/execute.C,
26044: main/pa_hash.C: expr def in -f
26045:
26046: * src/main/: compile.y, execute.C: expr calls
26047:
26048: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26049: fixed
26050:
26051: * src/main/compile.y: expr quoted code
26052:
26053: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26054: support0
26055:
26056: * src/main/compile.y: expr string comparisons 0
26057:
26058: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26059: main/pa_string.C: just compiled lt&co
26060:
26061: * src/main/execute.C: ^var.menu{$field} problem detected. that
26062: $field not a $var.field
26063:
26064: 2001-03-06 paf
26065:
26066: * src/main/compile.y: .y expr visible-shorter
26067:
26068: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26069: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26070: logical
26071:
26072: * src/: include/pa_vstring.h, main/compile.y: problems with
26073: skipping whitespace in yylex
26074:
26075: * src/include/pa_vbool.h: forgot this
26076:
26077: * src/: include/code.h, main/compile.y, main/execute.C: without
26078: string ops in expressions 0
26079:
26080: * src/: include/pa_value.h, include/pa_vdouble.h,
26081: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26082: main/execute.C, main/main.dsp: !~
26083:
26084: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26085: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26086: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26087: include/pa_vunknown.h, include/pa_wcontext.h,
26088: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26089: main/compile_tools.h, main/execute.C: +-*/
26090:
26091: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26092: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26093:
26094: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26095: main/execute.C: expr grammar-1 2*2=4.000000 :)
26096:
26097: * src/main/compile.y: expr grammar-1
26098:
26099: * src/main/compile.y: expr lexx1
26100:
26101: * src/main/: compile.y, execute.C, main.dsp: z
26102:
26103: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26104: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26105: main/execute.C: expr lex0 exec-1
26106:
26107: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26108:
26109: 2001-02-26 paf
26110:
26111: * src/main/compile.y: max_string in yyerror bug fix
26112:
26113: 2001-02-25 paf
26114:
26115: * src/: include/pa_value.h, include/pa_vmframe.h,
26116: include/pa_wcontext.h, main/execute.C: VAliased3
26117:
26118: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26119:
26120: * src/main/execute.C: VAliased1
26121:
26122: * src/: include/pa_request.h, include/pa_value.h,
26123: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26124: VAliased0
26125:
26126: * src/: include/pa_pool.h, include/pa_request.h,
26127: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26128: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26129: VAliased just compiled
26130:
26131: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26132: include/pa_vobject.h, main/execute.C: alias dead end
26133:
26134: * src/: include/pa_value.h, include/pa_vclass.h,
26135: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26136: main/main.dsp: no not get fields into interm VFielded class.
26137: fields & staticfields 1
26138:
26139: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26140: include/pa_vobject.h, include/pa_wcontext.h,
26141: include/pa_wwrapper.h, main/core.C, main/execute.C,
26142: main/main.dsp: would now get fields into interm VFielded class
26143:
26144: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26145: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26146: include/pa_wcontext.h, main/compile.y, main/core.C,
26147: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26148: main/pa_wcontext.C: virtuals2
26149:
26150: * src/main/compile.y: : 1
26151:
26152: * src/main/compile.y: rethought to $class:static.field.subfield
26153:
26154: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26155: $class:element
26156:
26157: * src/: include/pa_value.h, include/pa_vmframe.h,
26158: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26159: main/pa_wcontext.C: before execute class calls rewrite
26160:
26161: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26162: name RUN, also alias
26163:
26164: * src/main/compile.y: escaping bug
26165:
26166: * src/: include/pa_request.h, include/pa_value.h,
26167: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26168: main/core.C, main/execute.C, main/pa_common.C: vobject1
26169:
26170: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26171: include/pa_vmframe.h, include/pa_vobject.h,
26172: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26173: main/compile_tools.h, main/execute.C: ^class:method() just
26174: compiled
26175:
26176: 2001-02-24 paf
26177:
26178: * src/main/main.dsp: no bison -d
26179:
26180: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26181: class' err msg wrong
26182:
26183: * src/main/compile.y: z
26184:
26185: * src/main/: compile.y, core.C: yylex need some @special lines adj
26186:
26187: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26188: main/compile.y, main/compile_tools.h, main/core.C: modules0
26189:
26190: * src/: include/pa_vclass.h, main/core.C: z
26191:
26192: * src/: include/pa_value.h, include/pa_vclass.h,
26193: include/pa_vobject.h, main/main.dsp: vobject00
26194:
26195: * src/main/pa_array.C: minor bug in expanding very small arrays.
26196: 60% from 1 were 0
26197:
26198: * src/: include/pa_value.h, include/pa_wcontext.h,
26199: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26200: as bad as you've named it: wcontext.value() was not a perfect
26201: idea
26202:
26203: * src/main/execute.C: codeframe1
26204:
26205: * src/: include/pa_value.h, include/pa_vcframe.h,
26206: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26207: include/pa_vjunction.h, include/pa_vmframe.h,
26208: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26209: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26210: just compiled
26211:
26212: * src/: include/pa_vframe.h, main/compile.y: found junction
26213: ideology @: ^x{$a()) must construct current wcontext element, so
26214: smart wcontext handling needed
26215:
26216: * src/main/compile.y: fixed grammar bugs in constructor/params
26217: klinch
26218:
26219: * src/main/: compile.y, execute.C: fixed empty constructor
26220: optimized empty case. failed on calls - produced empty string
26221: param
26222:
26223: * src/main/compile.y: fixed last \n macrotemplate strip bug
26224:
26225: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26226: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26227: main/compile_tools.C, main/compile_tools.h, main/core.C,
26228: main/execute.C: code junctions0. something wrong with last \n
26229: macrotemplate strip
26230:
26231: * src/: include/pa_value.h, main/compile.C, main/core.C,
26232: main/pa_value.C: minor error reporting format beautifyings
26233:
26234: * src/: include/pa_value.h, include/pa_vclass.h,
26235: include/pa_vframe.h, main/core.C, main/execute.C,
26236: main/pa_value.C: get_method RIP. junctions everywhere. call with
26237: junctions0
26238:
26239: 2001-02-23 paf
26240:
26241: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26242: pa_wwrapper.h: lara came, can't work, sorry :(
26243:
26244: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26245: junction
26246:
26247: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26248: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26249: main/execute.C, main/main.dsp, main/pa_value.C: call0
26250:
26251: * src/: include/pa_hash.h, include/pa_value.h,
26252: include/pa_wcontext.h, main/core.C, main/execute.C,
26253: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26254: done
26255:
26256: * src/include/pa_wcontext.h: z
26257:
26258: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26259: wrong grammar in complex constructor case
26260:
26261: * src/main/: compile.y, execute.C: empty constructor bug fixed
26262:
26263: * src/main/execute.C: with result rwpool
26264:
26265: * src/: include/pa_value.h, main/core.C, main/execute.C,
26266: main/main.dsp: value named
26267:
26268: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26269: strign 2 value in 2 places in execute
26270:
26271: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26272: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26273: wcontext.put_element when wcontext fvalue==0
26274:
26275: 2001-02-22 paf
26276:
26277: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26278: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26279: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26280:
26281: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26282: erroreos checkout
26283:
26284: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26285:
26286: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26287: main/compile_tools.h, main/pa_array.C: $self.get
26288:
26289: * src/main/: compile.C, compile.y, compile_tools.C: z
26290:
26291: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26292: bit. finished now.
26293:
26294: * src/main/compile.y: $: finished
26295:
26296: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26297:
26298: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26299: main/execute.C: OP_STRING better then some xxx _VALUE
26300:
26301: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26302: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26303: string to vstring it .y all
26304:
26305: * src/: include/pa_request.h, include/pa_stack.h,
26306: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26307: all
26308:
26309: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26310: precise parse error line:col
26311:
26312: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26313: main/pa_hash.C, main/pa_pool.C: TRY...
26314:
26315: * src/: include/pa_exception.h, include/pa_pool.h,
26316: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26317: main/compile.C, main/compile.y, main/compile_tools.C,
26318: main/core.C, main/pa_array.C, main/pa_exception.C,
26319: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26320: main/pa_table.C: removed exception from request
26321:
26322: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26323: some forgotten
26324:
26325: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26326: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26327: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26328: get/put simple vars to VClass works0
26329:
26330: * src/: include/pa_array.h, include/pa_wcontext.h,
26331: main/pa_string.C: in process, but found that exceptions are too
26332: global
26333:
26334: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26335: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26336: main/execute.C, main/pa_string.C: write_value write_string 0 it
26337: seems wcontext must write strings regardles of fvalue!=0
26338:
26339: 2001-02-21 paf
26340:
26341: * src/main/execute.C: tired :)
26342:
26343: * src/main/: compile.C, compile.y, execute.C: store0
26344:
26345: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26346: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26347: include/pa_wcontext.h, main/compile.C, main/compile.y,
26348: main/execute.C, main/main.dsp, main/pa_array.C,
26349: main/pa_request.C: get put -1 [just compiled]
26350:
26351: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26352: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26353: main/main.dsp, main/pa_request.C: request core methods0
26354:
26355: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26356: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26357: execute
26358:
26359: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26360: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26361: methods and one_big_piece. now compile returns array<method*>
26362:
26363: * src/main/compile.y: more straightforward yylex[end]
26364:
26365: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26366: string.operator==(char*)
26367:
26368: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26369: main/execute.C, main/pa_array.C: after array.const get wonders
26370:
26371: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26372: pa_string.h, pa_value.h: struck with const array.gets
26373:
26374: * src/main/: execute.C: z
26375:
26376: * src/main/: compile.y, execute.C: z
26377:
26378: * src/main/: compile.C, compile.y, compile_tools.h: error
26379: processing in eval & yyerror so it wouldn't cause memleaks.
26380:
26381: * src/main/: compile.C, compile.y: failed to add absolute precies
26382: parse error positions. leaving RIGHTMOST position as
26383: @file[line:col]
26384:
26385: * src/: include/compile.h, main/compile.C, main/compile.y,
26386: main/compile_tools.h: line numbers needed. would add them to .y
26387: now internally. externally it's not as precise as needed
26388:
26389: * src/: include/code.h, include/pa_types.h, main/compile.C,
26390: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26391: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26392: compiler works ok
26393:
26394: 2001-02-20 paf
26395:
26396: * src/main/: compile.C, compile.y, compile_tools.C,
26397: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26398: not perfect
26399:
26400: * src/: include/code.h, include/compile.h, include/execute.h,
26401: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26402: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26403: main/compile.C, main/compile.y, main/compile_tools.C,
26404: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26405: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26406: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26407: compiled. execute=dump for now
26408:
26409: * src/main/core.C: core rewrite using yacc investigations now will
26410: be compile[yacc]/execute[opcodes]
26411:
26412: 2001-02-15 paf
26413:
26414: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26415: rewrite as turing machine? for it seems it would be it's too many
26416: ifs with this syntax now
26417:
26418: 2001-02-14 paf
26419:
26420: * src/main/core.C: get_params 1
26421:
26422: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26423: :( ]
26424:
26425: * src/main/core.C: varios breaks
26426:
26427: * src/main/core.C: get names 3
26428:
26429: * src/main/core.C: get names 2
26430:
26431: * src/main/core.C: get names 1
26432:
26433: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26434: names 0
26435:
26436: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26437: text repassing2 operator static vars
26438:
26439: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26440: main/pa_string.C: process text repassing
26441:
26442: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26443: module:calls changes
26444:
26445: 2001-02-13 paf
26446:
26447: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26448: ^class:calls[] started
26449:
26450: * src/: include/pa_value.h, main/core.C: z
26451:
26452: * src/main/core.C: operators : and self. prefixes
26453:
26454: * src/main/core.C: z
26455:
26456: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26457: tested
26458:
26459: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26460: optimized
26461:
26462: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26463: would change privates to better support optimization
26464:
26465: * src/: include/pa_string.h, main/pa_string.C:
26466: String_iterator::skip_to todo:optimize
26467:
26468: 2001-02-12 paf
26469:
26470: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26471: String_iterator
26472:
26473: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26474: comments
26475:
26476: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26477: self/methodref joined
26478:
26479: 2001-02-11 paf
26480:
26481: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26482: main/main.dsp: core started. core.C, context&value .h
26483:
26484: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26485: include/pa_string.h, main/main.dsp, main/pa_array.C,
26486: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26487:
26488: 2001-01-30 paf
26489:
26490: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26491: comments
26492:
26493: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26494: main/pa_pool.C: moved pa_pool.C to be target specific
26495:
26496: * src/: include/pa_exception.h, include/pa_pool.h,
26497: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26498: to & changes
26499:
26500: * src/: include/pa_exception.h, include/pa_pool.h,
26501: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26502: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26503: re-associated. that's much better even removed 'die' necessety
26504:
26505: * src/: include/pa_error.h, include/pa_exception.h,
26506: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26507: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26508: targets/Makefile.am: lowered targets/parser into subdir, added
26509: parser_Pool(Pool) failed to add. would think..
26510:
26511: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26512: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26513: main/pa_string.C, main/pa_table.C: Table more like C++ style
26514: hence lots of 'const'
26515:
26516: * src/: include/pa_error.h, include/pa_request.h,
26517: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26518: main/pa_table.C: Error fixed
26519:
26520: 2001-01-29 paf
26521:
26522: * src/: include/pa_array.h, include/pa_common.h,
26523: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26524: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26525: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26526: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26527:
26528: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26529: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26530: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26531: main/pa_string.C, main/pa_table.C: Request Error Table
26532:
26533: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26534: templates"
26535:
26536: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26537: main/main.dsp, main/pa_array.C: templates failed no template
26538: specializations [VC6], no library auto instantation [VC6, GNU c++
26539: 2.95.2-6 from latest cygwin]
26540:
26541: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26542: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26543: main/main.dsp, main/pa_array.C, main/pa_string.C,
26544: main/pa_table.C: Table started would test template Array now
26545:
26546: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26547: String originating
26548:
26549: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26550: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26551: SYNCHRONIZED(thread_safe)
26552:
26553: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26554: parts to top
26555:
26556: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26557: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26558: see: needed only in global Hash now, made Hash:: put/get
26559: SYNCHRONIZED
26560:
26561: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26562: main/pa_threads.C: added pa_threads
26563:
26564: Mutex
26565:
26566: * src/include/pa_hash.h: some comments
26567:
26568: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26569: Array& operator += (Array& src)
26570:
26571: * src/main/pa_array.C: expand not convinient, would rewrite
26572:
26573: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26574: (Array& src)
26575:
26576: rethought, would change now
26577:
26578: 2001-01-27 paf
26579:
26580: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26581: caching
26582:
26583: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26584: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26585: cache rethought to chunk caching
26586:
26587: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26588: include/pa_string.h, main/main.dsp, main/pa_array.C,
26589: main/pa_hash.C, main/pa_string.C: Array 0
26590:
26591: * src/main/pa_string.C: String::operator ==
26592:
26593: * src/main/pa_hash.C: String(&String)
26594:
26595: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26596:
26597: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26598: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26599: pa_hash[forgotten]
26600:
26601: 2001-01-26 paf
26602:
26603: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26604: removed templates [vc++ suxx]
26605:
26606: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26607: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26608:
26609: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26610:
1.119 moko 26611: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26612:
1.119 moko 26613: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26614: check
26615:
26616: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26617: dynamic row_count
26618:
26619: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26620: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26621: targets/Makefile.am: Initial revision
26622:
26623: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26624: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26625: targets/Makefile.am: creating parser3 module
26626:
E-mail: