Annotation of parser3/ChangeLog, revision 1.222
1.222 ! moko 1: 2025-08-16 moko
! 2:
! 3: * etc/auto.p.in: LIMIT max_array_size actualized
! 4:
1.221 moko 5: 2025-08-01 moko
6:
7: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
8: pa_GC_abort_func added and used (implements feature #1283)
9:
10: * src/include/: pa_array.h, pa_config_includes.h:
11: PA_DEBUG_DISABLE_GC mode fixed for sparse array
12:
1.220 moko 13: 2025-07-04 moko
14:
15: * src/main/pa_common.C: typo fixed (related to bug #1282)
16:
17: * src/main/pa_common.C: minor optimization + create_dir_for_file
18: checks for \ (related to bug #1282)
19:
20: 2025-07-03 moko
21:
22: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
23: under Windows (fixes bug #1282)
24:
25: * src/main/pa_common.C: file:delete for UTF-8 files now works under
26: Windows (fixes bug #1282)
27:
28: 2025-06-28 moko
29:
30: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
31: Yavor Doganov <yavor@gnu.org>
32:
33: * src/main/pa_charset.C: typo fixed (related to feature #1281)
34:
35: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
36: compatibility fixed (implements feature #1281)
37:
1.219 moko 38: 2025-05-31 moko
39:
40: * src/main/pa_http.C: old gcc compilation fix (related to feature
41: #1277)
42:
43: 2025-05-28 moko
44:
45: * src/: classes/array.C, include/pa_array.h: last
46: Array_iterator::key() removed (related to feature #1277)
47:
48: 2025-05-27 moko
49:
50: * src/: classes/array.C, classes/table.C, include/pa_array.h,
51: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
52: and used (related to feature #1277)
53:
1.218 moko 54: 2025-05-26 moko
55:
56: * src/: classes/array.C, classes/curl.C, classes/hash.C,
57: classes/hashfile.C, classes/image.C, classes/table.C,
58: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
59: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
60: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
61: VString(const char *avalue) added and used to optimize new
62: VString(*new String(i.key(), String::L_TAINTED)) (related to
63: feature #1277)
64:
65: * src/: classes/array.C, classes/curl.C, classes/file.C,
66: classes/hash.C, classes/image.C, classes/json.C,
67: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
68: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
69: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
70: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
71: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
72: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
73: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
74: types/pa_vxnode.C: implements feature #1277 String::Body(const
75: char *abody) now explicit but HashString::put(const char *str, V
76: value) added for simplicity optimizations: HASH_PUT_CSTR used
77: where hash.put called several time during execution; caching
78: String::Body::uitoa used at all pash.put(<uint> calls.
79:
80: 2025-05-25 moko
81:
82: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
83: to feature #1277)
84:
85: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
86:
87: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
88: added for caching (related to feature #1277)
89:
90: * src/include/pa_string.h: optimized String:pos versions added
91: (without language + char *) (related to feature #1277)
92:
93: 2025-05-24 moko
94:
95: * tests/: 445.html, results/445.processed: test for
96: ^hash.array[[keys|values]] added (related to feature #1274)
97:
98: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
99: feature #1274)
100:
1.217 moko 101: 2025-01-26 moko
102:
103: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
104:
1.216 moko 105: 2025-01-25 moko
106:
107: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
108:
109: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
110: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
111: autoheader && automake && autoconf
112:
113: * src/lib/ltdl/configure.ac: new autotools used
114:
115: * acsite.m4, configure.ac: new autotools warnings fixed
116:
1.213 moko 117: 2025-01-10 moko
118:
1.215 moko 119: * tests/results/320.processed: test result updated after syslog
120: added
121:
1.214 moko 122: * src/classes/op.C: minor MSVC fixes
123:
124: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
125:
1.213 moko 126: * operators.ru.txt, operators.txt: +
127: ^syslog[ident;message[;info|warning|error|debug]]
128:
129: * src/classes/op.C: +
130: ^syslog[ident;message[;info|warning|error|debug]] (implelents
131: feature #1270)
132:
133: * configure, configure.ac, src/include/pa_config_auto.h.in,
134: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
135:
136: 2025-01-06 moko
137:
138: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
139: 2^n) calculated and used
140:
141: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
142: https://www.hadrons.org/software/libmd/
143:
1.212 moko 144: 2024-12-28 moko
145:
146: * tests/httpd/run_tests.sh: for FreeBSD compatibility
147:
148: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
149: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
150: $request:uri and $request:path tests added (related to feature
151: #1269)
152:
153: * operators.ru.txt, operators.txt: + $request:path documented
154: (related to feature #1269)
155:
156: * tests/: 065.html, results/065.processed: $request:path,
157: $request:uri tested
158:
159: * src/types/pa_vrequest.C: $request:path default is empty string to
160: match an empty URI in console mode (related to feature #1269)
161:
162: * etc/auto.p.in: $request:path used (related to feature #1269)
163:
164: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
165: (implements feature #1269)
166:
167: 2024-12-26 moko
168:
169: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
170: 3.5.0
171:
172: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
173: pa-include/pa_errno.h, pa-include/pa_file_info.h,
174: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
175: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
176: pa_strcat
177:
178: * tests/results/223.processed: apache upgraded @parser.ru
179:
180: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
181: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
182: pa-include/pa_errno.h, pa-include/pa_file_info.h,
183: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
184: pa-include/pa_strings.h: sdbm updated from version included in
185: apache 2.0.43 to version included in apache 2.0.65
186:
187: 2024-12-24 moko
188:
189: * etc/auto.p.in: to avoid patching Debian package
190:
191: * src/main/: pa_exec.C, pa_http.C: final fixes for
192: --with-build-warnings (dangling-reference warnings can be
193: ignored)
194:
195: 2024-12-23 moko
196:
197: * src/: classes/file.C, classes/hash.C, classes/op.C,
198: include/pa_common.h, main/pa_http.C, main/pa_request.C,
199: types/pa_vcookie.C, types/pa_vform.C: more fixes for
200: --with-build-warnings
201:
202: * src/: classes/date.C, classes/inet.C, classes/op.C,
203: classes/reflection.C, include/pa_array.h,
204: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
205: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
206: --with-build-warnings
207:
1.211 moko 208: 2024-12-21 moko
209:
210: * Makefile.am: +operators.ru.txt
211:
212: * operators.ru.txt, operators.txt: typo fixed
213:
214: 2024-12-20 moko
215:
216: * operators.txt: whitespace synced
217:
218: * operators.ru.txt, operators.txt: curl added
219:
220: * operators.ru.txt, operators.txt: logically sorted
221:
222: * operators.ru.txt: id added
223:
224: * operators.txt: ID added
225:
226: * operators.txt: translated
227:
228: * operators.ru.txt, operators.txt: operators.txt translated to
229: english, synced format with operators.ru.txt
230:
231: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
232: formatted
233:
234: * operators.ru.txt, operators.txt: formatted, actualized, oracle
235: info moved to separate file
236:
237: 2024-12-19 moko
238:
239: * src/targets/cgi/parser3.C: avoid parser version requests logging
240: in parser3.log
241:
242: 2024-12-18 moko
243:
244: * buildall: preventing --with-system-mailreceive linking with
245: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
246: to feature #1199)
247:
1.210 moko 248: 2024-12-16 moko
249:
1.211 moko 250: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 251:
252: * src/classes/table.C: exception text fixed
253:
254: 2024-12-15 moko
255:
256: * tests/: 102.html, results/102.processed: tests updated after
257: $form:fields not editable again (related to feature #1254)
258:
259: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
260: be edited (related to feature #1254)
261:
262: * src/types/pa_vform.C: reverted that
263: $form:fields/tables/files/imap can be edited (related to feature
264: #1254) for backward compatibility
265:
266: 2024-12-14 moko
267:
1.211 moko 268: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 269:
270: * tests/results/auto.p: avoid $mac execution unless on OS X
271:
272: * tests/388-sql.html: more OS support
273:
274: 2024-12-13 moko
275:
276: * tests/388-sql.html: sql tests under OS X now fixed
277:
278: * tests/results/auto.p: curl test under OS X now works
279:
280: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
281: no dll name under Windows, hiding
282:
283: * tests/: 379-curl.html, results/379-curl.processed: some curl
284: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
285:
286: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
287: 389.html, results/030.processed, results/212.processed,
288: results/219.processed, results/273.processed,
289: results/320.processed, results/346-curl.processed,
290: results/389.processed, results/auto.p: ^try-catch-filtered added
291: and used
292:
293: * tests/: 347-curl.html, results/347-curl.processed: support for
294: different error messages
295:
296: * src/classes/curl.C: several curl libraries supported,
297: ^curl:options[ $.library[] ] resets to default
298:
299: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
300: removed as depends on curl version
301:
302: * tests/results/: 223-curl.processed, 394-curl.processed: curl
303: fixed bug with \n in file names, test result updated
304:
305: * tests/388-sql.html: +libmysqlclient.so
306:
307: * etc/auto.p.in: +libmariadb
308:
309: 2024-12-12 moko
310:
311: * tests/: 388-sql.html, results/429-sql.processed: test results
312: updated after test changed
313:
314: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
315: for newer MariaDB compatibility
316:
317: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
318: results/429-sql.processed: key -> id for new MariaDB
319: compatibility
320:
321: * src/types/pa_vmethod_frame.h: warning war
322:
323: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
324: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
325: including for Debian package
326:
327: 2024-12-11 moko
328:
329: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
330: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
331: $status:log-filename added (related to feature #1262)
332:
333: * tests/: 440.html, results/440.processed: test for row is checked
334: before accessing when table is modified during select (related to
335: bug #1258)
336:
337: * src/: classes/table.C, include/pa_table.h: row should be checked
338: before accessing as table can be modified during select (related
339: to bug #1258)
340:
341: * src/types/pa_vmail.C: $mail:received tables -> elements array
342: (related to feature #1226)
343:
344: * src/: classes/file.C, classes/image.C, classes/table.C,
345: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
346: better messages (related to feature #1267)
347:
348: * tests/results/: 065.processed, 246.processed, 337.processed,
349: 342.processed, 352.processed, 356.processed, 364.processed,
350: 372.processed, 373.processed, 389.processed, 404.processed,
351: 406.processed, 414.processed, 430.processed, 432.processed,
352: 442.processed: tests updated after params.as_string error
353: reporting was improved (related to feature #1267)
354:
355: * src/classes/reflection.C: error messages optimized (related to
356: feature #1267)
357:
358: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
359: error reporing for params.as_* (related to feature #1267)
360:
361: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
362: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
363: #1267)
364:
365: * tests/results/: 246.processed, 414.processed, 432.processed:
366: tests updated after params.as_string error reporting was improved
367: (related to feature #1267)
368:
369: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
370: reporing for params.as_string (implements feature #1267)
371:
372: * tests/: 065.html, results/065.processed: tests for file methods
373: accepting file as filename added (related to feature #1265)
374:
375: * src/: classes/file.C, include/pa_exception.h,
376: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
377: methods now accept file as path specification (adopted Sumo patch
378: implements feature #1265)
379:
380: * tests/: 400.html, results/400.processed: tests for result
381: optimization "locks" after first method call (related to feature
382: #1266)
383:
384: 2024-12-10 moko
385:
386: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
387: result_optimization comments (related to feature #1266)
388:
389: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
390: $result now stored in my_result, not in local variables hash
391: (implements feature #1266)
392:
1.209 moko 393: 2024-12-09 moko
394:
1.210 moko 395: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
396: set_my_variable in preparation for $result optimization (related
397: to feature #1266)
398:
1.209 moko 399: * tests/results/119.processed: newline corrected for some OS
400:
401: * tests/: 441.html, results/441.processed: Debian-specific test
402: commented
403:
404: * buildall: pcre2 10.42 -> 10.44
405:
406: 2024-12-08 moko
407:
408: * buildall: external links fixed
409:
410: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
411:
412: * src/include/pa_table.h: some clang versions compilation fix
413:
414: * configure.ac: 3.4.7b -> 3.5.0rc
415:
416: 2024-12-07 moko
417:
418: * tests/: 443.html, 444.html, results/443.processed,
419: results/444.processed: tests for named params (related to feature
420: #1205)
421:
422: * src/: classes/reflection.C, types/pa_method.h: named_params
423: support in reflection (related to feature #1205)
424:
425: * src/types/pa_vmethod_frame.h: extra_params and named params
426: should be also inited in ^method[] call (related to feature
427: #1205)
428:
429: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
430: support using @method[arg;.named_arg;.named_arg2] syntax
431: (implements feature #1205)
432:
433: * tests/: 443.html, results/443.processed: test for *args inited
434: added (related to bug #1264)
435:
436: * src/types/pa_vmethod_frame.h: *args are now inited even if not
437: specified (fixes bug #1264)
438:
439: * tests/: 442.html, results/442.processed: tests for
440: params.as_file_name(N) with empty file name added (related to
441: feature #1121)
442:
443: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
444: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
445: include/pa_exception.h, types/pa_vmethod_frame.h:
446: params.as_file_name(N) added and used instead of
447: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
448: (implements feature #1121)
449:
450: * src/: classes/file.C, classes/image.C, classes/op.C,
451: classes/table.C, include/pa_exception.h: filename is everywhere
452: params.as_string, unify exception and remove
453: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
454:
455: * tests/: 141.html, results/141.processed: test for
456: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
457: to feature #1263)
458:
459: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
460: $.format[file] ] now supported (implements feature #1263)
461:
462: 2024-12-06 moko
463:
464: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
465: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
466: (cgi/console/mail/httpd/apache/isapi) added (related to feature
467: #1262)
468:
469: 2024-12-05 moko
470:
471: * src/targets/cgi/parser3.C: more correct arguments processing to
472: block -fl config.file log.file logic (related to feature #1262)
473:
474: 2024-12-04 moko
475:
476: * src/targets/cgi/parser3.C: now only one log location is selected
477: and tried. -l - supported for stderr specification (related to
478: feature #1262)
479:
480: 2024-12-03 moko
481:
482: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
483: results/010.processed, results/415.processed: tests for
484: $.(expression)[value], $a.(expression), ^v.(expression)[args]
485: added (related to feature #1064)
486:
487: * src/main/compile.y: $.(expression)[value], $a.(expression),
488: ^v.(expression)[args] now supported (implements feature #1064)
489:
490: 2024-12-02 moko
491:
492: * src/targets/cgi/parser3.C: -l /path/to/log options added
493: (implements feature #1262)
494:
1.208 moko 495: 2024-12-01 moko
496:
497: * tests/: 010.html, results/010.processed: some tests related to
498: bug #1149 added
499:
500: * src/main/compile.y: the check pc.pos.col > 1 is not required
501: because we can't be here without a '$' before. The begin == end
502: check was incorrect since $[a]{b} fits this condition (fixes bug
503: #1149)
504:
505: 2024-11-29 moko
506:
507: * src/classes/array.C: warning war
508:
509: 2024-11-26 moko
510:
511: * tests/: 441.html, results/441.processed: a bit more testing
512: (related to bug #1238)
513:
514: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
515:
516: * src/main/pa_exec.C: simplification arg_quote added (related to
517: bug #1229)
518:
1.207 moko 519: 2024-11-25 moko
520:
521: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
522: bug #1239)
523:
524: 2024-11-24 moko
525:
526: * src/main/pa_exec.C: added cmd.exe specific
527:
528: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
529: tests for ^file::exec env and args tainting tests (related to bug
530: #1239)
531:
532: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
533:
534: * src/include/pa_config_includes.h: added recommendations for
535: libxslt.a and and libexslt.a compilation under cygwin
536:
537: * tests/results/102.processed: $form:fields.value is now writable,
538: as $form:value (related to feature #1254)
539:
540: * src/include/pa_config_includes.h: cigwin compilation fixes
541:
542: 2024-11-23 moko
543:
544: * tests/httpd/site/run_server.sh: to simplify testing
545:
546: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
547: site/form.html: $form:files and $form:elements tests added, tests
548: with curl supported (related to feature #1254)
549:
550: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
551: types/pa_vform.h: $form:elements implemented, VForm::get_element
552: uses faster SYMBOLS_EQ, hashes no longer copied when using
553: $form:fields/tables/files/imap and can be edited (implements
554: feature #1254)
555:
556: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
557: bug #1261)
558:
1.206 moko 559: 2024-11-17 moko
560:
561: * tests/: 440.html, results/440.processed: tests for
562: ^table.array[], offset restoration, iterators robust tests
563: (related to bug #1258, features #1259 and #1260)
564:
565: * tests/: 439.html, results/439.processed: array and hash iterators
566: robust tests (related to feature #1260)
567:
568: * src/: classes/array.C, classes/table.C, include/pa_array.h,
569: include/pa_table.h: Array_robust_iterator added and used in cases
570: where array can be modified during iteration (implements feature
571: #1260)
572:
573: * src/classes/table.C: ^table.array[], ^table.array[column name],
574: ^table.array{code} added (implements feature #1259)
575:
576: 2024-11-16 moko
577:
578: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
579: table current row restoration after exception and table changes
580: (fixes bug #1258)
581:
582: 2024-11-13 moko
583:
584: * src/classes/table.C: minor optimization
585:
586: * src/main/pa_string.C: \r added to default ^string.trim chars list
587: (https://www.parser.ru/forum/?id=86648)
588:
1.205 moko 589: 2024-11-11 moko
590:
1.206 moko 591: * src/classes/classes.C: set_base commented
592:
593: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
594: deleted
595:
596: * src/classes/classes.vcproj: no more classes.awk and classes.inc
597:
598: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
599: classes.inc
600:
601: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
602: main/pa_globals.C: classes.awk is useless, preparing to delete it
603:
1.205 moko 604: * src/classes/classes.h: temp fix
605:
606: 2024-11-10 moko
607:
608: * src/: classes/date.C, classes/file.C, classes/image.C,
609: classes/op.C, main/pa_string.C: minor optimization
610:
611: * src/: classes/date.C, classes/file.C, classes/image.C,
612: classes/op.C, main/pa_string.C: typo fixed
613:
614: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
615: classes/file.C, classes/image.C, classes/op.C,
616: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
617: memory allocation befor main(). Only 3 allocations in chatsets
618: left (implements feature #1257)
619:
620: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
621: minor naming convention fix
622:
623: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
624: results/436.processed, results/437.processed,
625: results/438.processed: tests for @unhandled_exception processing
626: (related to feature #1256)
627:
628: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
629: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
630: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
631: are now processed in request::core for correct logging and
632: reporting (feature #1256)
633:
634: * src/: include/pa_sapi.h, main/pa_request.C,
635: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
636: targets/isapi/parser3isapi.C: unhandled exception now called if
637: exception occures during $response:download processing (related
638: to bug #1255)
639:
640: * etc/auto.p.in: better 404 error reporting
641:
642: 2024-11-09 moko
643:
644: * src/main/pa_memory.C: more detailed usage comment
645:
646: * src/main/pa_memory.C: usage commented
647:
648: * src/main/pa_memory.C: minor cleanup
649:
650: * src/types/: pa_varray.h, pa_vregex.h: warnings war
651:
652: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
653: httpd/site/029.html, results/436.processed: test for exception in
654: $response:download[] added
655:
656: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
657: and avoid exit status 1 on die
658:
659: * tests/results/: 007.processed, 019.processed, 098.processed,
660: 103.processed, 233.processed: windows headers matter for binary
661: files
662:
663: * tests/httpd/ok.log: tests results updated as extra headers now
664: cleared on error (related to bug #1255)
665:
666: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
667: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
668: targets/isapi/parser3isapi.C: headers buffering to avoid extra
669: headers in errors, custom send_error in cgi/httpd mode to avoid
670: memory allocations (fixes bug #1255)
671:
672: 2024-11-07 moko
673:
674: * tests/: 264.html, results/264.processed: tests updated to test
675: removal of only trailing empty arguments for backward
676: compatibility (related to feature #1252)
677:
678: * src/classes/file.C: remove trailing empty arguments for backward
679: compatibility (related to feature #1252)
680:
681: 2024-11-05 moko
682:
683: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
684: low memory case, when static initialization failed even before
685: main() start
686:
687: 2024-11-04 moko
688:
689: * configure, src/include/pa_config_auto.h.in,
690: src/include/pa_config_fixed.h: _locking no longer used
691:
692: * configure.ac: _locking no longer used (related to bug #1231)
693:
694: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
695:
696: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
697:
698: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
699: unused
700:
701: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
702: be used on locking errors (related to bug #1231)
703:
704: * src/main/pa_os.C: GetLastError used as errno is not set (related
705: to bug #1231)
706:
707: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
708: allowing shared lock to work (fixes bug #1231)
709:
710: * INSTALL: actualized, minor fixes
711:
712: * etc/auto.p.in: default LIMITS added
713:
714: * AUTHORS: links actualized
715:
716: * src/: classes/array.C, classes/bool.C, classes/classes.C,
717: classes/classes.awk, classes/classes.h, classes/curl.C,
718: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
719: classes/hash.C, classes/hashfile.C, classes/image.C,
720: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
721: classes/math.C, classes/memcached.C, classes/memory.C,
722: classes/op.C, classes/reflection.C, classes/regex.C,
723: classes/response.C, classes/string.C, classes/table.C,
724: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
725: include/pa_array.h, include/pa_base64.h,
726: include/pa_cache_managers.h, include/pa_charset.h,
727: include/pa_charsets.h, include/pa_common.h,
728: include/pa_config_fixed.h, include/pa_config_includes.h,
729: include/pa_dictionary.h, include/pa_dir.h,
730: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
731: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
732: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
733: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
734: include/pa_request_charsets.h, include/pa_request_info.h,
735: include/pa_sapi.h, include/pa_socks.h,
736: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
737: include/pa_stack.h, include/pa_string.h,
738: include/pa_stylesheet_connection.h,
739: include/pa_stylesheet_manager.h, include/pa_symbols.h,
740: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
741: include/pa_uue.h, include/pa_xml_exception.h,
742: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
743: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
744: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
745: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
746: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
747: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
748: main/compile.tab.C, main/compile.y, main/compile_tools.C,
749: main/compile_tools.h, main/execute.C, main/pa_base64.C,
750: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
751: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
752: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
753: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
754: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
755: main/pa_sql_driver_manager.C, main/pa_string.C,
756: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
757: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
758: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
759: main/untaint.C, sql/pa_sql_driver.h,
760: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
761: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
762: targets/isapi/parser3isapi.C, types/pa_junction.h,
763: types/pa_method.h, types/pa_property.h, types/pa_value.C,
764: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
765: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
766: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
767: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
768: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
769: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
770: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
771: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
772: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
773: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
774: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
775: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
776: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
777: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
778: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
779: types/pa_vresponse.C, types/pa_vresponse.h,
780: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
781: types/pa_vstateless_object.h, types/pa_vstatus.C,
782: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
783: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
784: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
785: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
786: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
787:
1.203 moko 788: 2024-10-28 moko
789:
1.204 moko 790: * src/classes/array.C: avoid invalidate()
791:
792: * src/: classes/array.C, types/pa_varray.h: minor optimization for
793: fused to survive in ^array::copy[$a] (related to feature #930)
794:
795: * src/types/pa_varray.h: minor optimization as last element is
796: allways defined if present
797:
1.203 moko 798: * tests/: 435.html, results/435.processed: tests for
799: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
800: for array added (related to feature #1253)
801:
802: * src/classes/array.C: typo fixed
803:
804: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
805: ^hash.set([-+]index)[value], and same for array added (implements
806: feature #1253)
807:
808: * tests/results/: 246.processed, 298.processed, 342.processed,
809: 389.processed, 397.processed, 430.processed, 432.processed: tests
810: results update after minor exceptions texts fixes
811:
812: 2024-10-27 moko
813:
814: * src/: classes/array.C, classes/hash.C, classes/math.C,
815: classes/reflection.C, classes/string.C, classes/table.C,
816: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
817: types/pa_vmethod_frame.h: handy as_index() added, several
818: exceptions texts fixed (related to feature #930)
819:
820: * src/: classes/array.C, types/pa_varray.h: non-working
821: $array.fields removed, ^array.delete[index] supported (related to
822: feature #930)
823:
824: * tests/: 431.html, results/431.processed: tests updated after
825: ^a.delete[3] supported
826:
827: * tests/: 431.html, 434.html, results/434.processed: tests for last
828: element used, push/pop, exceptions during arguments processing
829: and used caching (related to feature #930)
830:
831: * src/: classes/array.C, types/pa_varray.h: change_used added for
832: better used caching and now no issues if exception occures during
833: append arguments processing (related to feature #930)
834:
835: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
836: ^array.pop[] added, last element is allways used (related to
837: feature #930)
838:
839: 2024-10-26 moko
840:
841: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
842: types/pa_varray.h: confirm_all_used added where possible (related
843: to feature #930)
844:
845: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
846: small array optimizations (related to feature #930)
847:
848: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
849:
850: * tests/: 431.html, results/431.processed: test for
851: ^array.compact[undef] added
852:
853: * src/classes/array.C: ^array.compact[] now have optional 'undef'
854: argument to also compact undefined elements (related to feature
855: #930)
856:
857: 2024-10-24 moko
858:
859: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
860: VArray::hash is used rarery, no longer caching the result
861:
862: * tests/results/432.processed: testing removed from tests
863:
864: 2024-10-23 moko
865:
866: * tests/: 431.html, results/431.processed: ^array.compact[] test
867: added
868:
869: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
870:
871: * tests/: 432.html, results/432.processed: testing ^array.at[] for
872: both "solid" and "sparse" arrays
873:
874: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
875:
876: 2024-10-22 moko
877:
878: * tests/results/264.processed: spelling
879:
880: * src/classes/file.C: spelling
881:
882: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
883: tests updated after ^file::exec[cmd;;$array] implemented and
884: empty arguments not skipped (related to feature #1252)
885:
886: * src/classes/file.C: ^file::exec[cmd;;$array] supported
887: (implements feature #1252) bugfix: empty arguments no longer
888: skipped
889:
1.205 moko 890: 2024-10-21 moko
891:
892: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
893: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
894: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
895: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
896: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
897: site/index.html, site/test.txt: httpd tests added
898:
1.202 moko 899: 2024-10-20 moko
900:
901: * src/classes/string.C: warnings war
902:
903: * src/: main/pa_string.C, classes/array.C: warnings war
904:
905: * src/classes/json.C: warnings war
906:
907: * src/classes/image.C: warnings war
908:
909: * src/: classes/table.C, types/pa_varray.C: warnings war
910:
911: * src/classes/array.C: warning war
912:
913: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
914:
915: * src/main/main.vcproj: warnings war
916:
917: 2024-10-19 moko
918:
919: * tests/427.html: test updated after constructors renamed
920:
921: 2024-10-18 moko
922:
923: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
924: results/421.processed, results/430.processed,
925: results/431.processed: test updated after constructors renamed
926:
927: * src/classes/array.C: create -> copy, new -> create according to
928: https://www.parser.ru/forum/?id=86603 discussion (related to
929: feature #930)
930:
931: 2024-10-16 moko
932:
933: * src/classes/json.C: $json:array[array or hash] added to provide
934: more backward compatibility (implements feature #1251)
935:
936: 2024-10-15 moko
937:
938: * tests/: 421.html, results/421.processed: test results updated
939: after missing constuctor error check added and array is_index
940: check added
941:
942: * src/main/execute.C: absent constructor message fixed
943:
1.201 moko 944: 2024-10-13 moko
945:
946: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
947: with is_index() before calling index() for better error reporting
948: in method name typo (was invalid number, not method not found
949: exception).
950:
951: 2024-10-08 moko
952:
953: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
954:
955: * src/include/pa_array.h: warnings war
956:
1.200 moko 957: 2024-10-05 moko
958:
959: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
960: returns current row cells array (implements feature #1250)
961:
962: * tests/: 405.html, results/169.processed, results/405.processed:
963: tests updated after ^string.split[;a] implemented (related to
964: feature #1249)
965:
966: * src/classes/string.C: ^string.split[] - 'a' option added for
967: splitting into an array (implements feature #1249)
968:
969: 2024-10-04 moko
970:
971: * tests/: 431.html, results/431.processed: final code coverage
972: array tests
973:
974: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
975: array: confirm_all_used() added and used where possible, expand()
976: now expends faster
977:
978: 2024-10-03 moko
979:
980: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
981:
982: * tests/: 256.html, results/256.processed: test for
983: $.date[unix-timestamp] handling large dates
984:
985: * src/: classes/file.C, classes/op.C, classes/reflection.C,
986: classes/string.C, classes/table.C, include/pa_common.h,
987: main/pa_common.C, main/pa_http.C, main/pa_request.C,
988: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
989: format replaced with pa_uitoa where applicable,
990: $.date[unix-timestamp] fixed for handling large dates
991:
992: * tests/: 433.html, results/433.processed: more tests, including
993: test for possible endless recursion in ^o.GET[]
994:
995: * src/types/pa_vobject.C: bugfix: detecting possible endless
996: recursion in get_scalar_value inside ^o.GET[]
997:
998: * src/: classes/json.C, include/pa_request.h, main/execute.C,
999: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1000: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1001: $LIMITS.max_recursion
1002:
1003: 2024-10-02 moko
1004:
1005: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1006: results/253.processed, results/287.processed,
1007: results/430.processed, results/433.processed: more tests for full
1008: array and json code coverage
1009:
1010: * tests/: 433.html, results/433.processed: tests for hash functions
1011: with array param
1012:
1013: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1014:
1015: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1016: in 246.html used to test ^array.at, same result produced
1017:
1018: * tests/: 430.html, 431.html, results/430.processed,
1019: results/431.processed: more array tests for 100% code coverage
1020: (related to feature #930)
1021:
1022: * tests/: 427.html, 430.html, results/427.processed,
1023: results/430.processed: first portion of array tests added
1024: (related to feature #930)
1025:
1026: * src/classes/array.C: allow only whitespace string as argument for
1027: add and join
1028:
1029: * src/classes/array.C: add behavour for array synced with hash
1030:
1031: 2024-09-30 moko
1032:
1033: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1034: tests added
1035:
1036: * src/classes/array.C: $.distinct should not be used unless
1037: $.sparse(true)
1038:
1039: * tests/: 429-sql.html, results/388-sql.processed,
1040: results/429-sql.processed: tests for ^array::sql{}, including
1041: multi_statements mode (related to feature #930)
1042:
1.199 moko 1043: 2024-09-29 moko
1044:
1045: * src/classes/array.C: synced ^array::sql multi_statements logic
1046: with ^hash::sql new behavour
1047:
1048: 2024-09-28 moko
1049:
1050: * tests/: 428-sql.html, results/388-sql.processed,
1051: results/428-sql.processed: tests updated after column names were
1052: fixed in multi_statements mode (related to feature #1197)
1053:
1054: * src/classes/hash.C: column names are fixed for most cases in
1055: multi_statements mode (related to feature #1197)
1056:
1057: * tests/: 428-sql.html, results/195.processed,
1058: results/224.processed, results/239.processed,
1059: results/254.processed, results/261.processed,
1060: results/306.processed, results/333.processed,
1061: results/341.processed, results/343.processed,
1062: results/344.processed, results/348.processed,
1063: results/364.processed, results/389.processed,
1064: results/390.processed, results/415.processed,
1065: results/420.processed, results/421.processed: tests results
1066: updated after error messages spelling minor fixes
1067:
1068: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1069: spelling
1070:
1071: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1072: classes/image.C, classes/math.C, classes/string.C,
1073: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1074: main/execute.C, main/pa_charset.C, main/pa_common.C,
1075: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1076: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1077: types/pa_vmail.C, types/pa_vobject.C,
1078: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1079: types/pa_vxdoc.C: minor error messages spelling fixes
1080:
1081: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1082: implementation (related to feature #930)
1083:
1084: * tests/: 388-sql.html, results/388-sql.processed: test results
1085: updated after rows number ^file::sql{} check added
1086:
1087: * src/classes/file.C: rows number now checked in ^file::sql{}
1088:
1089: * tests/: 428-sql.html, results/428-sql.processed: more tests
1090:
1091: * tests/: 428-sql.html, results/428-sql.processed: more
1092: multi_statements testing before bugfix
1093:
1094: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1095: results/428-sql.processed: support for multiple sql test files
1096: added
1097:
1098: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1099:
1100: * src/classes/hash.C: more accurate one_bool_column processing
1101:
1102: * tests/: 427.html, results/427.processed: Constructors as methods
1103: behavour documented in test
1104:
1105: * src/classes/hash.C: HashStringValue::Iterator used for options
1106:
1107: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1108:
1109: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1110: testing
1111:
1112: * tests/results/367-curl.processed: test result updated after
1113: server charset changed
1114:
1115: * tests/results/347-curl.processed: error messages updated
1116:
1117: * tests/results/: 346-curl.processed, 379-curl.processed,
1118: 394-curl.processed: tests results updated after Type -> Exception
1119: type replacement
1120:
1121: * tests/results/388-sql.processed: tests result updated after Type
1122: -> Exception type
1123:
1124: 2024-09-27 moko
1125:
1126: * src/classes/hash.C: minor simplification
1127:
1128: 2024-09-24 moko
1129:
1130: * src/main/pa_string.C: atoui error messages improved
1131:
1132: * tests/: 165.html, 312.html, results/165.processed,
1133: results/312.processed, results/379.processed: tests updated after
1134: default endless loop limit increased, atoi error messages
1135: improved
1136:
1137: * src/classes/hash.C: VBool::get used, unification
1138:
1.198 moko 1139: 2024-09-22 moko
1140:
1141: * src/classes/array.C: minor simplification
1142:
1143: * src/classes/array.C: ^array.left(N),
1144: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1145:
1146: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1147: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1148: added, default 1000000 (related to feature #930)
1149:
1150: * tests/: 426.html, results/426.processed: test for negative limit
1151: and offset processing for table options added
1152:
1153: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1154: bugfix: negative limit and offset processing for table options
1155: fixed
1156:
1157: 2024-09-21 moko
1158:
1159: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1160: ^for added that also iterates holes; ^remove added (related to
1161: feature #930)
1162:
1163: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1164: $.offset(M) ] added (related to feature #930)
1165:
1166: 2024-09-20 moko
1167:
1168: * src/: classes/array.C, types/pa_varray.h: array:
1169: +foreach[value]{code}, + add[hash with numeric keys] (related to
1170: feature #930)
1171:
1172: 2024-09-19 moko
1173:
1174: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1175: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1176: support $a[v1;v2;...] syntax (related to feature #930)
1177:
1178: 2024-09-17 moko
1179:
1180: * src/: classes/reflection.C, include/pa_request.h,
1181: main/compile_tools.h, main/pa_request.C:
1182: ^reflection:class_alias[existing class name;alias class name]
1183: added. The array class can now be redefined regardless of the
1184: $.replace(bool) option value (related to feature #930)
1185:
1186: * src/main/: compile.y, compile_tools.h: class_add return value
1187: inverted to add it to request class
1188:
1189: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1190: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1191: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1192: resize if required. spared array - added fused, append.
1193:
1.197 moko 1194: 2024-09-16 moko
1195:
1196: * src/types/pa_varray.h: get moved to where it belongs
1197:
1198: 2024-09-15 moko
1199:
1200: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1201: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1202:
1203: * tests/: 421.html, results/323.processed, results/421.processed:
1204: tests updated after 'spared-array' class renamed to 'array'
1205: following a discussion on the forum (related to feature #930)
1206:
1207: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1208: types/pa_vmail.C: initial SparseArray separation from Array,
1209: parser class now 'array'
1210:
1211: 2024-09-14 moko
1212:
1213: * tests/: 030.html, results/030.processed: out of range expires
1214: check added
1215:
1216: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1217: checking expires time using VDate
1218:
1219: 2024-09-13 moko
1220:
1221: * src/: classes/array.C, classes/curl.C, classes/date.C,
1222: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1223: classes/memcached.C, classes/op.C, classes/regex.C,
1224: classes/string.C, classes/xdoc.C, classes/xnode.C,
1225: main/execute.C, main/pa_http.C, main/pa_request.C,
1226: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1227: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1228: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1229: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1230: removed as dynamic_cast is faster, Value::is() is still required
1231: for is operator.
1232:
1233: 2024-09-12 moko
1234:
1235: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1236: classes/table.C, classes/xnode.C, include/pa_array.h,
1237: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1238: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1239: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1240: templated pa_itoa/pa_uitoa added to work with any integer type,
1241: String::Body::Format removed
1242:
1243: 2024-09-10 moko
1244:
1245: * src/classes/array.C: append and insert methods added to
1246: sparse-array (related to feature #930)
1247:
1248: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1249: tests updated after sparse-array was added to avoid ^json:parse[]
1250: using it in old tests (related to feature #930)
1251:
1252: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1253: types/pa_varray.h: sparse-array class added (initial feature #930
1254: implementation)
1255:
1256: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1257: for sparse-array class files (related to feature #930)
1258:
1259: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1260: types/pa_vhash.h: VArray support functions without actual VArray
1261: files (related to feature #930)
1262:
1.196 moko 1263: 2024-09-07 moko
1264:
1265: * src/: classes/curl.C, classes/string.C, classes/table.C,
1266: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1267: main/pa_http.C, main/pa_sql_driver_manager.C,
1268: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1269: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1270: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1271: with Hash::Iterator, has_next() replaced with operator bool
1272: (related to feature #930)
1273:
1274: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1275: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1276: types/pa_vstateless_class.C: Array class extended,
1277: Array::Iterator added and used (related to feature #930)
1278:
1.195 moko 1279: 2024-08-26 moko
1280:
1281: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1282: should be used on argv[0] as well to match document root.
1283:
1.194 moko 1284: 2024-08-25 moko
1285:
1286: * src/main/pa_request.C: be more specific
1287:
1288: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1289: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1290: (fixes bug #1244)
1291:
1292: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1293: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1294: rsplit(..., '\\') is not correct when / and \ are mixed in path
1295:
1296: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1297:
1.193 moko 1298: 2024-07-24 moko
1299:
1300: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1301: main/execute.C, main/pa_string.C: Warning war: clang changed
1302: -Wdeprecated-register warning to -Wregister, it's easier to
1303: remove all register vars then continue this fight. :)
1304:
1305: * src/main/: compile.y, compile.tab.C: warning war: register
1306: removed
1307:
1.192 moko 1308: 2024-07-14 moko
1309:
1310: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1311: checking the HTTP request environment; if the variable is not
1312: present, checking the web server process environment (implements
1313: feature #1242)
1314:
1.191 moko 1315: 2024-05-26 moko
1316:
1317: * tests/: 195.html, 229.html, results/096.processed,
1318: results/097.processed, results/158.processed,
1319: results/186.processed, results/273.processed,
1320: results/293.processed, results/317.processed,
1321: results/389.processed, results/402.processed: tests updated as
1322: single quote now escaped with ' in HTML tainting mode
1323: (related to feature #1241)
1324:
1325: * src/main/untaint.C: single quote now escaped with ' in HTML
1326: tainting mode (implements feature #1241)
1327:
1328: * tests/results/: 020.processed, 021.processed, 026.processed,
1329: 042.processed, 043.processed, 057.processed, 110.processed,
1330: 115.processed, 116.processed, 117.processed, 118.processed,
1331: 119.processed, 120.processed, 125.processed, 126.processed,
1332: 128.processed, 130.processed, 131.processed, 132.processed,
1333: 133.processed, 135.processed, 136.processed, 138.processed,
1334: 139.processed, 140.processed, 145.processed, 150.processed,
1335: 151.processed, 165.processed, 174.processed, 181.processed,
1336: 182.processed, 192.processed, 193.processed, 201.processed,
1337: 213.processed, 224.processed, 226.processed, 230.processed,
1338: 239.processed, 240.processed, 244.processed, 253.processed,
1339: 254.processed, 261.processed, 264.processed, 269.processed,
1340: 274.processed, 275.processed, 288.processed, 294.processed,
1341: 296.processed, 303.processed, 306.processed, 307.processed,
1342: 308.processed, 311.processed, 312.processed, 314.processed,
1343: 315.processed, 316.processed, 320.processed, 323.processed,
1344: 324.processed, 325.processed, 328.processed, 330.processed,
1345: 332.processed, 333.processed, 337.processed, 338.processed,
1346: 341.processed, 342.processed, 343.processed, 344.processed,
1347: 345.processed, 348.processed, 352.processed, 356.processed,
1348: 357.processed, 363.processed, 364.processed, 368.processed,
1349: 372.processed, 373.processed, 376.processed, 378.processed,
1350: 379.processed, 385.processed, 386.processed, 387.processed,
1351: 389.processed, 390.processed, 395.processed, 397.processed,
1352: 398.processed, 399.processed, 404.processed, 406.processed,
1353: 413.processed, 414.processed, 420.processed, 421.processed,
1354: 424.processed, auto.p: Type -> Exception type for readability
1355:
1356: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1357: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1358: results/119.processed, results/165.processed,
1359: results/175.processed, results/192.processed,
1360: results/213.processed, results/217.processed,
1361: results/230.processed, results/240.processed,
1362: results/298.processed, results/380.processed,
1363: results/415.processed: try-catch, try-catch-comment used
1364:
1365: 2024-05-21 moko
1366:
1367: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1368: results/180.processed, results/195.processed,
1369: results/224.processed, results/auto.p: @try-catch-comment added
1370: and used
1371:
1372: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1373: 415.html, results/269.processed, results/283.processed,
1374: results/auto.p: more tests are updated to prepare for apostrophe
1375: escaping in HTML tainting
1376:
1377: * tests/results/: 181.processed, 294.processed, 296.processed,
1378: 315.processed, 379.processed, 389.processed, auto.p:
1379: $exception.comment printed as-is for whitespace reporting and to
1380: prepare for apostrophe escaping in HTML mode
1381:
1.190 moko 1382: 2024-05-11 moko
1383:
1384: * tests/: 099.html, 100.html, results/099.processed,
1385: results/100.processed: a test for non-UTF-8 filename* added
1386: (related to feature #1240)
1387:
1388: * tests/: 293.html, results/293.processed: tainting modes tests
1389: added
1390:
1391: * tests/results/: 099.processed, 100.processed, 205.processed,
1392: 309.processed, 310.processed, 419.processed: tests results
1393: updated after filename* added (related to feature #1240)
1394:
1395: * src/: include/pa_common.h, main/pa_request.C: The filename*
1396: parameter was added to the Content-Disposition header to conform
1397: with RFC 6266, with code provided by Sumo (implements feature
1398: #1240)
1399:
1400: 2024-05-10 moko
1401:
1402: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1403: positive performance effect in our case
1404:
1.189 moko 1405: 2024-03-27 moko
1406:
1407: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1408: (related to feature #1236)
1409:
1410: 2024-03-15 moko
1411:
1412: * tests/: 413.html, results/413.processed: test for object still
1413: can be used as file parameter (related to bug #1218)
1414:
1415: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1416: still can be used in file context (fixes bug #1218)
1417:
1418: 2024-03-14 moko
1419:
1420: * src/include/pa_string.h: ArrayString get() null result assert
1421: also added (related to bug #1238)
1422:
1423: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1424: VString::empty() used instead of new VString()
1425:
1426: 2024-03-12 moko
1427:
1428: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1429: results/379.processed: test added for cookie without value
1430: (related to bug #1238)
1431:
1432: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1433: values are now required to be non-null (related to bug #1238)
1434:
1435: * src/main/pa_http.C: cookies without value are now parsed
1436: correctly (fixed bug #1238)
1437:
1438: 2024-03-11 moko
1439:
1440: * tests/run_parser.sh: for better error reporting
1441:
1.188 moko 1442: 2023-12-30 moko
1443:
1444: * tests/: 038.html, results/038.processed: test for atan2 added
1445:
1446: 2023-12-29 moko
1447:
1448: * src/classes/math.C: atan2(y,x) math function added
1449:
1.187 moko 1450: 2023-12-14 moko
1451:
1452: * tests/212.html: pcre2 compatibility (related to feature #1236)
1453:
1454: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1455: exceptions and behavour added (related to feature #1236)
1456:
1457: 2023-12-13 moko
1458:
1459: * buildall: by default parser is now bundled with pcre2 10.42,
1460: --without-pcre2 option added to build with pcre-8.45 (related to
1461: feature #1236)
1462:
1463: 2023-12-12 moko
1464:
1465: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1466: support added (implements feature #1236)
1467:
1468: * src/: include/pa_charset.h, include/pa_config_includes.h,
1469: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1470: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1471: types/pa_vregex.h: Adopted patch from Yavor Doganov
1472: <yavor@gnu.org> to add pcre2 library support (implements feature
1473: #1236)
1474:
1.186 moko 1475: 2023-11-28 moko
1476:
1477: * src/include/pa_config_includes.h: warnings war continues
1478:
1479: * src/include/pa_config_includes.h: warning war
1480:
1481: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1482: number strings, whitespace and sign in exception messages
1483: (related to bug #1234)
1484:
1.185 moko 1485: 2023-11-26 moko
1486:
1487: * tests/: 274.html, results/224.processed, results/274.processed:
1488: tests for date double, int, bool added (related to feature #1235)
1489:
1490: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1491: added for date class (implements feature #1235)
1492:
1493: 2023-11-23 moko
1494:
1495: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1496: and '-' strings are no longer can be treated as number 0,
1497: exception thrown (fixes bug #1234)
1498:
1.184 moko 1499: 2023-11-18 moko
1500:
1501: * src/include/pa_types.h: minor
1502:
1503: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1504:
1505: * tests/: 389.html, results/389.processed: error messages for some
1506: OS differs a bit, reducing failing tests for them
1507:
1508: 2023-11-17 moko
1509:
1510: * tests/: 423.html, results/423.processed: test for optional
1511: @auto[] inheritance added (related to feature #1233)
1512:
1513: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1514: types/pa_vstateless_class.C: optional @auto[] inheritance
1515: implemented if defined with two args (path, class name)
1516: (implements feature #1233)
1517:
1518: * src/: classes/double.C, classes/int.C, classes/math.C,
1519: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1520: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1521: sync double->int overflow behavour under different architectures
1522: (fixes bug #1232)
1523:
1524: * tests/: 422.html, results/422.processed: int clipping added
1525:
1526: 2023-11-16 moko
1527:
1528: * tests/: 422.html, results/422.processed: test for int and uint
1529: overflow in ^n.format[d/u/x]
1530:
1531: * src/classes/math.C: bugfix: crc32 should not be negative (under
1532: Apple M1 when negative double converts to uint the result is 0)
1533: and crc32 should be 32 bits
1534:
1535: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1536: on Apple M1 it's 0
1537:
1538: * src/classes/file.C: bugfix: crc32 should not be negative (under
1539: Apple M1 when negative double converts to uint the result is 0)
1540: and crc32 should be 32 bits
1541:
1.183 moko 1542: 2023-10-07 moko
1543:
1544: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1545: behavour with other OP_NUM_*, related to bug #1230
1546:
1547: 2023-10-06 moko
1548:
1549: * tests/: 338.html, results/338.processed: test for bug #1230 added
1550:
1551: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1552: be converted to double to avoid 80 bit operations in x87 mode
1553: (fixes bug #1230)
1554:
1555: 2023-10-05 moko
1556:
1557: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1558: compatibility
1559:
1560: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1561:
1562: * tests/: 421.html, results/421.processed: test to cover all
1563: classes and objects nonexistent method and field exceptions
1564: (related to feature #1080 and #1227)
1565:
1566: * tests/results/: 182.processed, 324.processed: undefined method ->
1567: <type> method not found exception (related to feature #1080)
1568:
1569: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1570: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1571: "element can not be fetched from" for them, "field not found" for
1572: all other types (related to bug #1227)
1573:
1574: 2023-10-03 moko
1575:
1576: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1577: <type> method not found" exception now thrown for static calls
1578: instead of "undefined method" without class name (related to
1579: feature #1080)
1580:
1581: 2023-10-02 moko
1582:
1583: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1584: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1585: <method name>, Comment: <type> method not found" exception now
1586: thrown for all dynamic objects instead of "undefined method"
1587: without class name (implements feature #1080)
1588:
1.182 moko 1589: 2023-10-01 moko
1590:
1591: * src/classes/json.C: we don't have a dynamic json object.
1592:
1593: 2023-09-28 moko
1594:
1595: * tests/: 420.html, results/261.processed, results/420.processed:
1596: tests updated after bug #1228 fix reverted
1597:
1598: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1599: whitespace string is hash compatible, so we don't want $s.key to
1600: return a junction
1601:
1602: * tests/: 261.html, 420.html, results/261.processed,
1603: results/420.processed: test for bug #1227 added, test updated
1604: after bug #1228 fixed
1605:
1606: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1607: now throws exception as $non-empty-string.field (fixes bug #1227)
1608:
1609: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1610: #1228)
1611:
1612: 2023-09-26 moko
1613:
1614: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1615: src/classes/classes.C, src/classes/classes.awk,
1616: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1617: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1618: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1619: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1620: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1621: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1622: src/classes/regex.C, src/classes/response.C,
1623: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1624: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1625: src/include/pa_array.h, src/include/pa_base64.h,
1626: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1627: src/include/pa_charsets.h, src/include/pa_common.h,
1628: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1629: src/include/pa_dictionary.h, src/include/pa_dir.h,
1630: src/include/pa_exception.h, src/include/pa_exec.h,
1631: src/include/pa_globals.h, src/include/pa_hash.h,
1632: src/include/pa_http.h, src/include/pa_memory.h,
1633: src/include/pa_opcode.h, src/include/pa_operation.h,
1634: src/include/pa_os.h, src/include/pa_pool.h,
1635: src/include/pa_random.h, src/include/pa_request.h,
1636: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1637: src/include/pa_sapi.h, src/include/pa_socks.h,
1638: src/include/pa_sql_connection.h,
1639: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1640: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1641: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1642: src/include/pa_table.h, src/include/pa_threads.h,
1643: src/include/pa_types.h, src/include/pa_uue.h,
1644: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1645: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1646: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1647: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1648: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1649: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1650: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1651: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1652: src/main/compile.tab.C, src/main/compile.y,
1653: src/main/compile_tools.C, src/main/compile_tools.h,
1654: src/main/execute.C, src/main/pa_base64.C,
1655: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1656: src/main/pa_charsets.C, src/main/pa_common.C,
1657: src/main/pa_dictionary.C, src/main/pa_dir.C,
1658: src/main/pa_exception.C, src/main/pa_exec.C,
1659: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1660: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1661: src/main/pa_request.C, src/main/pa_socks.C,
1662: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1663: src/main/pa_stylesheet_connection.C,
1664: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1665: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1666: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1667: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1668: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1669: src/targets/apache/mod_parser3_core.C,
1670: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1671: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1672: src/types/pa_method.h, src/types/pa_property.h,
1673: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1674: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1675: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1676: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1677: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1678: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1679: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1680: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1681: src/types/pa_vhash.C, src/types/pa_vhash.h,
1682: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1683: src/types/pa_vimage.C, src/types/pa_vimage.h,
1684: src/types/pa_vint.h, src/types/pa_vjunction.C,
1685: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1686: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1687: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1688: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1689: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1690: src/types/pa_vobject.h, src/types/pa_vregex.C,
1691: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1692: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1693: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1694: src/types/pa_vstateless_class.h,
1695: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1696: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1697: src/types/pa_vstring.h, src/types/pa_vtable.C,
1698: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1699: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1700: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1701: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1702: src/types/pa_wwrapper.h: copyright, authors actualized
1703:
1.181 moko 1704: 2023-08-20 moko
1705:
1706: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1707: commited (related to feature #1219)
1708:
1709: 2023-08-16 moko
1710:
1711: * src/main/pa_random.C: replaced clock precision with monotonicity
1712: counter, good for Windows version with low clock frequency
1713: (related to feature #1229)
1714:
1715: 2023-08-15 moko
1716:
1717: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1718: fixes related to feature #1229
1719:
1720: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1721: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1722: (implements feature #1229)
1723:
1.180 moko 1724: 2023-08-02 moko
1725:
1726: * tests/: results/417.processed, 417.html: test for empty string
1727: match after last char added (related to bug #1224)
1728:
1729: * src/main/pa_string.C: avoid prestart++ after last char on zero
1730: length match (related to bug #1224)
1731:
1.179 moko 1732: 2022-11-22 moko
1733:
1734: * tests/: 419.html, results/419.processed: test for L_URI and path
1735: removeal from filename added (related to bug #1204)
1736:
1737: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1738: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1739: attribute value, L_URI should be used
1740:
1.178 moko 1741: 2022-09-21 moko
1742:
1743: * src/targets/cgi/parser3.C: more clear error messages
1744:
1745: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1746: SAPI_Info will return 0 in read_post and post_size !=
1747: content_length will be thrown
1748:
1.177 moko 1749: 2022-08-23 moko
1750:
1751: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1752: header value
1753:
1754: 2022-08-22 moko
1755:
1756: * tests/: 418.html, results/418.processed: test for
1757: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1758: to #1225)
1759:
1760: * src/classes/hash.C: keep old behavoir by default
1761:
1762: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1763: $.order[self|arg] ] added (implements #1215)
1764:
1.176 moko 1765: 2022-03-21 moko
1766:
1767: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1768: xmlInitCharEncodingHandlers is called in libxml static
1769: initializers before gc_substitute_memory_management_functions in
1770: pa_globals and thus gc may not see reference to our
1771: xmlCharEncodingHandler and free it.
1772:
1.175 moko 1773: 2022-01-26 moko
1774:
1775: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1776:
1.174 moko 1777: 2021-12-28 moko
1778:
1779: * tests/: 417.html, results/417.processed: test for empty string
1780: match added (related to bug #1224)
1781:
1782: * src/main/pa_string.C: empty string match now works (fixes bug
1783: #1224)
1784:
1.173 moko 1785: 2021-12-24 moko
1786:
1787: * tests/: 415_dir/29.p, results/415.processed: yet another test
1788:
1789: 2021-12-23 moko
1790:
1791: * src/: classes/table.C, main/pa_request.C: warnings war
1792:
1793: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1794: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1795:
1796: 2021-12-21 moko
1797:
1798: * tests/: 416.html, results/416.processed: test for ^break[] in
1799: ^hash/table.select[] (related to feature #1222)
1800:
1801: * src/classes/: hash.C, table.C: ^break[] support for
1802: ^hash/table.select[] (implements feature #1222)
1803:
1.172 moko 1804: 2021-11-30 moko
1805:
1806: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1807: 0.5 sec
1808:
1.171 moko 1809: 2021-11-10 moko
1810:
1811: * tests/results/415.processed: more syntax errors tests added
1812:
1813: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1814: 28.p: minor syntax error tests
1815:
1816: * src/main/pa_exception.C: pa_strdup added for compatibility
1817:
1818: * src/classes/curl.C: hint to call ^curl:options[
1819: $.library[correct.libcurl.so.name] ] added if default load fails.
1820:
1821: 2021-11-09 moko
1822:
1823: * src/main/compile.y: error message can be on stack
1824:
1825: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1826:
1827: * src/main/pa_charset.C: memcpy is more correct and efficient in
1828: this case then strncpy
1829:
1830: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1831: instead of strcpy where possible
1832:
1833: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1834: used to avoid MAX_STRING limit in Exception comment
1835:
1836: * tests/results/415.processed: compiler exceptions are no longer
1837: limited to MAX_STRING
1838:
1839: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1840: char * instead of fixed buffer
1841:
1842: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1843: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1844: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1845: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1846: results/415.processed: tests for parser.compile exceptions added
1847:
1848: 2021-11-08 moko
1849:
1850: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1851: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1852: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1853: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1854: drawbacks
1855:
1.170 moko 1856: 2021-11-06 moko
1857:
1858: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1859: (implements feature #1219)
1860:
1861: * tests/: 414.html, results/414.processed: test for
1862: ^hash.rename[from;to] added (related to feature #1144)
1863:
1864: 2021-11-05 moko
1865:
1866: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1867: (related to feature #1144)
1868:
1869: 2021-11-04 moko
1870:
1871: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1872: added (implements feature #1144)
1873:
1.169 moko 1874: 2021-10-19 moko
1875:
1876: * tests/: 413.html, results/413.processed: test for hash no longer
1877: is accepted as file parameter (related to bug #1218)
1878:
1879: * src/: classes/curl.C, classes/file.C, classes/image.C,
1880: classes/math.C, classes/xdoc.C, types/pa_value.C,
1881: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1882: longer is accepted as file parameter (fixes bug #1218)
1883:
1.168 moko 1884: 2021-07-19 moko
1885:
1886: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1887: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1888:
1.167 moko 1889: 2021-04-16 moko
1890:
1891: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1892: processing it leads to assertions.
1893:
1.166 moko 1894: 2021-03-25 moko
1895:
1896: * tests/: 412.html, results/412.processed: test to demonstrate bug
1897: #1213
1898:
1.165 moko 1899: 2021-02-12 moko
1900:
1901: * tests/: 360.html, results/360.processed, results/363.processed:
1902: parser method call in expression mode no longer differs from call
1903: in string mode (related to feature #1211)
1904:
1905: 2021-02-11 moko
1906:
1907: * src/types/pa_vmail.C: mail parsing with Windows line endings
1908: fixed (bug #1212)
1909:
1910: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1911: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1912: strings in both calls (implements feature #1211)
1913:
1.164 moko 1914: 2021-01-28 moko
1915:
1916: * buildall, etc/auto.p.in: to remove last patch in debian package
1917:
1918: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1919: 3.4.7b
1920:
1.162 moko 1921: 2021-01-21 moko
1922:
1923: * src/main/pa_http.C: no alarm() in file::load when web server mode
1924: is MULTITHREADED
1925:
1.157 moko 1926: 2021-01-20 moko
1927:
1.161 moko 1928: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1929: 'a2enmod mpm_prefork'
1930:
1.160 moko 1931: * src/targets/apache/mod_parser3.c: prefork name is now
1932: 'libapache2-mpm-itk'
1933:
1934: * src/targets/apache/mod_parser3_core.C: last regular malloc
1935: removed
1936:
1.159 moko 1937: * src/targets/isapi/Makefile.am: -pa_threads.C
1938:
1.158 moko 1939: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1940: 3.4.6
1941:
1.157 moko 1942: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1943:
1944: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1945: /httpd.p
1946:
1947: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1948: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1949: #1203)
1950:
1951: 2021-01-19 moko
1952:
1953: * buildall: --disable-parallel-mark added to avoid "number of
1954: processors" threads creation for heap marking as it conflicts
1955: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1956: limits threads)
1957:
1.156 moko 1958: 2021-01-16 moko
1959:
1960: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1961: main/pa_globals.C, main/pa_memory.C,
1962: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1963: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1964: feature #1209)
1965:
1966: 2021-01-15 moko
1967:
1968: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1969: 3.4.6rc
1970:
1971: * src/classes/json.C: get_delim added for delimiter caching (10%
1972: faster on large json)
1973:
1974: 2021-01-14 moko
1975:
1.211 moko 1976: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1977:
1978: * tests/results/224.processed: test result modified after
1979: today(shift) implemented
1980:
1981: * tests/: 407.html, results/407.processed: test for ^hash.select
1982: option $.default(bool) added (related to feature #1172)
1983:
1984: * src/classes/hash.C: ^hash.select option $.default(bool) added
1985: (related to feature #1172)
1986:
1987: * tests/: 141.html, results/141.processed: test modified for
1988: feature #1185.
1989:
1990: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1991: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1992: options $.lower(bool) (implements feature #1185)
1993:
1994: 2021-01-11 moko
1995:
1996: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1997: #1192)
1998:
1999: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2000: added (related to feature #1192)
2001:
1.155 moko 2002: 2021-01-05 moko
2003:
2004: * tests/: 270.html, results/270.processed: test modified to work
2005: under Windows
2006:
2007: * tests/: 390.html, 395.html, results/395.processed: tests updated
2008: 4 windows
2009:
2010: * tests/: 410.html, results/410.processed: test for
2011: $CLASS-GETTER-PROTECTED(false) added
2012:
2013: 2021-01-04 moko
2014:
2015: * tests/: 409.html, results/409.processed, results/auto.p: test for
2016: $MAIN:LOCALS(true) added
2017:
1.154 moko 2018: 2021-01-03 moko
2019:
2020: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2021: types/pa_vclass.h, types/pa_vstateless_class.C,
2022: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2023: +LOCALS. $main -> $MAIN in exception texts (implements feature
2024: #1207)
2025:
2026: 2021-01-02 moko
2027:
2028: * etc/auto.p.in: minor
2029:
2030: * src/main/pa_request.C: sending headers only after opening file to
2031: allow error reporting if file was not opened (foreign group,
2032: etc).
2033:
2034: 2020-12-31 moko
2035:
2036: * src/: include/pa_request.h, main/pa_request.C,
2037: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2038:
2039: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2040: main/pa_request.C: get_class_ref added and used
2041:
2042: * etc/auto.p.in: @CLASS httpd added
2043:
2044: * etc/auto.p.in: @auto[] is now first
2045:
2046: 2020-12-30 moko
2047:
2048: * tests/: 408.html, results/408.processed: test for bug #1166
2049: (windows only) added
2050:
2051: * src/main/pa_common.C: create_dir_for_file should not create dir
2052: for trailing / (fixes bug #1166)
2053:
2054: * tests/: 341.html, results/341.processed: tests for
2055: ^nameless_table.hash[] added (related to feature #1138)
2056:
2057: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2058: (implements feature #1138), extra fields in named tables no
2059: longer ignored (implements feature #1138)
2060:
2061: * tests/results/390.processed: updated after exception text change
2062:
2063: 2020-12-29 moko
2064:
2065: * tests/: 407.html, results/407.processed: +$._default check
2066:
2067: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2068:
2069: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2070: and ^hash.reverse[] added (releated to feature #1172)
2071:
2072: * src/classes/hash.C:
2073: ^hash.select[key;value](bool-condition)[options hash] +
2074: ^hash.reverse[] added (implements feature #1172)
2075:
2076: * src/types/pa_vtable.h: warning war
2077:
2078: * src/include/pa_config_fixed.h: win32 fix
2079:
1.153 moko 2080: 2020-12-27 moko
2081:
2082: * tests/: 406.html, results/406.processed: test results updated
2083:
2084: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2085: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2086: spelling
2087:
2088: 2020-12-26 moko
2089:
2090: * tests/: 406.html, results/406.processed: tests for
2091: ^table.rename[] added (related to feature #1148)
2092:
2093: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2094: ^table.rename[column name from;column name to], ^table.rename[
2095: $.[column name from][column name to] ... ] added (implements
2096: feature #1148)
2097:
2098: 2020-12-25 moko
2099:
2100: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2101: request_info now on stack to avoid yet another THREAD_LOCAL
2102: memory deallocation issue (now with cookies), explained in #1203
2103:
2104: * src/types/pa_vcookie.C: fields should be inited
2105:
2106: 2020-12-24 moko
2107:
2108: * src/include/pa_stylesheet_connection.h: looks like
2109: xsltFreeStylesheet leads to memory double-free. If so, it's for
2110: sure libxml bug, but we have GC anyway, so we just remove this
2111: call and see...
2112:
2113: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2114: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2115: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2116: abort.c:65:8 frame #3: 0x00000000004da663
2117: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2118: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2119: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2120: malloc.c:617:9 frame #5: 0x0000000000577f0c
2121: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2122: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2123: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2124: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2125: frame #8: 0x000000000050d35c
2126: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2127: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2128: frame #10: 0x00000000004436e5
2129: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2130: [inlined]
2131: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2132: pa_stylesheet_connection.h:62:3
2133:
2134: 2020-12-23 moko
2135:
2136: * src/classes/image.C: ^image::measure[; $.video() ] option added
2137:
2138: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2139: ^image::measure[; $.video(true) ] added
2140:
2141: * src/main/pa_exec.C: not cleared automatically in multithreaded
2142: httpd mode for unknown reasons
2143:
2144: 2020-12-22 moko
2145:
2146: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2147: error_log uri of currently processed document", but never used
2148: and conflicts with how libgc stops threads on FreeBSD (#define
2149: SIG_SUSPEND SIGUSR1), thus removed.
2150:
2151: 2020-12-21 moko
2152:
2153: * src/main/pa_request.C: +comment
2154:
1.151 moko 2155: 2020-12-20 moko
2156:
1.152 moko 2157: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2158: it is more safe to have versions of pa_strdup with one and two
2159: arguments, as helper_length=0 not always mean that strlen()
2160: should be called, but means zero.
2161:
2162: * src/targets/isapi/parser3isapi.C: minor
2163:
2164: * src/main/pa_http.C: +valid_http_method
2165:
1.151 moko 2166: * src/: include/pa_http.h, main/pa_http.C,
2167: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2168:
2169: 2020-12-17 moko
2170:
2171: * tests/: 405.html, results/405.processed: test for split by regex
2172: added (related to feature #1160)
2173:
2174: * src/classes/string.C: split by regex implemented (feature #1160)
2175:
2176: * src/classes/string.C: minor
2177:
2178: * tests/: 404.html, results/404.processed: test for whitespace
2179: string is now OK for table argument (related to feature #1169)
2180:
2181: * src/: classes/image.C, classes/string.C, classes/table.C,
2182: types/pa_vmethod_frame.C: whitespace string is now OK for table
2183: argument (as with hash) (implements feature #1169)
2184:
2185: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2186: limit for comment (fixes bug #1102)
2187:
2188: * src/targets/cgi/parser3.C: +HAVE_TLS check
2189:
2190: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2191:
2192: * src/include/pa_config_includes.h: HAVE_TLS used
2193:
2194: * configure.ac: +TLS check
2195:
2196: * src/main/pa_http.C: content logging added
2197:
2198: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2199: clear_response_headers added
2200:
2201: 2020-12-16 moko
2202:
2203: * buildall: as we now use threads, libatomic_ops still required for
2204: some OS.
2205:
2206: * src/main/pa_request.C: whitespace
2207:
2208: * src/: include/pa_request.h, main/pa_request.C:
2209: Request::Exception_trace::table extracted and used
2210:
2211: * src/main/pa_request.C: moving output_result call outside of try
2212: as network exceptions should not be handled by parser code
2213:
2214: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2215: logging network exchange
2216:
2217: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2218: via network if it was network write error.
2219:
2220: * src/targets/cgi/parser3.C: log -> pa_log
2221:
2222: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2223:
2224: * src/main/pa_threads.C: getpid() if no gettid() found
2225:
2226: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2227: we need to ignore "void" connections from browsers (browsers open
2228: connections in advance and they will be empty if user does not
2229: request more pages)
2230:
2231: 2020-12-15 moko
2232:
2233: * src/targets/cgi/parser3.C: avoid previous uri in logs
2234:
2235: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2236: RequestController not needed in httpd mode
2237:
2238: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2239: classes/classes.h, classes/curl.C, classes/date.C,
2240: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2241: classes/hashfile.C, classes/image.C, classes/inet.C,
2242: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2243: classes/memcached.C, classes/memory.C, classes/op.C,
2244: classes/reflection.C, classes/regex.C, classes/response.C,
2245: classes/string.C, classes/table.C, classes/void.C,
2246: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2247: include/pa_array.h, include/pa_base64.h,
2248: include/pa_cache_managers.h, include/pa_charset.h,
2249: include/pa_charsets.h, include/pa_common.h,
2250: include/pa_config_fixed.h, include/pa_config_includes.h,
2251: include/pa_dictionary.h, include/pa_dir.h,
2252: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2253: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2254: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2255: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2256: include/pa_request_charsets.h, include/pa_request_info.h,
2257: include/pa_sapi.h, include/pa_socks.h,
2258: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2259: include/pa_stack.h, include/pa_string.h,
2260: include/pa_stylesheet_connection.h,
2261: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2262: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2263: include/pa_uue.h, include/pa_xml_exception.h,
2264: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2265: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2266: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2267: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2268: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2269: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2270: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2271: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2272: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2273: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2274: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2275: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2276: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2277: main/pa_sql_driver_manager.C, main/pa_string.C,
2278: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2279: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2280: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2281: main/untaint.C, sql/pa_sql_driver.h,
2282: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2283: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2284: targets/isapi/parser3isapi.C, types/pa_junction.h,
2285: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2286: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2287: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2288: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2289: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2290: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2291: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2292: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2293: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2294: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2295: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2296: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2297: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2298: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2299: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2300: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2301: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2302: types/pa_vstateless_object.h, types/pa_vstatus.C,
2303: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2304: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2305: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2306: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2307: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2308:
2309: * src/main/pa_request.C: old compilers support
2310:
2311: * tests/: 362.html, results/362.processed: test updated after
2312: changes after upgrade to libxml2-2.9.9 were made (related to bug
2313: #1108)
2314:
2315: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2316: removed, as xsltFreeStylesheet has side effects on original doc.
2317: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2318: not updated after xdoc modification (part 3 of test 362).
2319: (related to bug #1108)
2320:
2321: * src/targets/isapi/parser3isapi.C: +pa_strcat
2322:
2323: * src/: classes/memory.C, include/pa_memory.h,
2324: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2325: PA_GC_GCOLLECT used
2326:
2327: * src/include/pa_memory.h: +PA_GC_COLLECT
2328:
2329: * src/targets/cgi/parser3.C: msvs support fixes
2330:
2331: * src/lib/gc/include/gc.h: more cleanup
2332:
2333: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2334:
2335: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2336: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2337:
2338: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2339:
2340: * configure.ac: pthread.h added to checked headers
2341:
2342: * src/classes/table.C: string stream is back :)
2343:
2344: * src/classes/memory.C: GC_generate_random_backtrace no longer
2345: exists
2346:
2347: * src/main/pa_globals.C: GC_dont_gc replaced
2348:
2349: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2350: left to simplify adding new functions. depricated GC_dont_gc
2351: replaced with GC_disable and GC_enable calls.
2352:
2353: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2354: CORD_from_file* not used and thus removed
2355:
2356: * src/lib/gc/include/gc_allocator.h: minor cleanup
2357:
2358: 2020-12-14 moko
2359:
2360: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2361: referenced elsewhere, or GC will collect it.
2362:
2363: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2364: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2365: elsewhere, or GC will collect them (and we'll get GPF in
2366: multithreaded enviroment). May be it can be also fixed by some
2367: GC call, not sure. But this fix costs nothing (but hours of
2368: debugging to find the issue :).
2369:
1.150 moko 2370: 2020-12-11 moko
2371:
2372: * configure.ac: gettid() check added
2373:
2374: * src/main/pa_threads.C: HAVE_GETTID used
2375:
2376: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2377:
2378: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2379: version for isapi/cgi/apache
2380:
2381: * buildall: threads are now required.
2382:
2383: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2384: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2385: main/main.vcproj: pa_threads.C moved to main
2386:
2387: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2388: isapi/pa_threads.C: pa_threads.C moved to main
2389:
2390: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2391: targets/apache/Makefile.am: pa_threads.C moved to main
2392:
2393: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2394:
2395: * src/: include/pa_stylesheet_connection.h,
2396: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2397: and weird GPF in multithreaded httpd is gone
2398:
2399: * src/include/: pa_stylesheet_connection.h,
2400: pa_sql_driver_manager.h: whitespace
2401:
2402: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2403:
2404: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2405: main/pa_stylesheet_manager.C: whitespace, warning war
2406:
2407: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2408: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2409: parser_multithreaded never used
2410:
2411: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2412:
2413: 2020-12-10 moko
2414:
2415: * src/: include/pa_config_includes.h, include/pa_http.h,
2416: main/pa_http.C, targets/cgi/parser3.C: initial support for
2417: MULTITHREADED and PARALLEL httpd server modes
2418:
2419: * src/main/pa_globals.C: GC_java_finalization is depricated
2420:
2421: 2020-12-09 moko
2422:
2423: * etc/auto.p.in: + @httpd-main
2424:
2425: * src/: include/pa_common.h, main/pa_request.C,
2426: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2427: work
2428:
2429: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2430: slow file_read_binary no longer used, send_range added
2431:
2432: 2020-12-08 moko
2433:
2434: * src/main/pa_request.C: >4Gb support
2435:
2436: * src/targets/cgi/parser3.C: msvc warning war
2437:
2438: * src/: include/pa_config_includes.h, main/pa_http.C,
2439: main/pa_request.C: msvc warnings war
2440:
2441: * src/classes/image.C: warning war
2442:
2443: * src/classes/table.C: MSVC warning war
2444:
2445: * src/targets/cgi/parser3.C: msvc warnings war
2446:
2447: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2448: added
2449:
1.149 moko 2450: 2020-12-07 moko
2451:
1.150 moko 2452: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2453: avoid logging beside system-wide auto.p
2454:
2455: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2456:
2457: * configure, configure.ac, src/include/pa_config_auto.h.in:
2458: configure options added:
2459:
2460: --with-system-cfg=FILE to specify system-wide auto.p
2461: --with-system-log=FILE to specify system-wide parser3.log
2462:
2463: * Makefile.am: bin no longer exists
2464:
2465: * configure, configure.ac: auto.p moved to etc to simplify debian
2466: package
2467:
2468: * buildall: auto.p and parser3.charsets moved to their default
2469: location after install
2470:
2471: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2472:
2473: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2474:
1.149 moko 2475: * src/targets/cgi/parser3.C: locate_config call returned to
2476: original place as it requires pa_thread_request() under Windows
2477:
2478: * src/targets/cgi/parser3.C: renaming
2479:
2480: 2020-12-06 moko
2481:
2482: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2483: check added
2484:
2485: 2020-12-04 moko
2486:
2487: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2488: main/pa_request.C: unified uint64_t lseek implemented to support
2489: >4Gb files under x86, including Windows
2490:
2491: 2020-12-02 moko
2492:
2493: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2494: with max_file_size
2495:
2496: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2497: support for processing files sized >4Gb on 32 bit planforms
2498:
2499: * tests/399.html: file moved
2500:
2501: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2502:
2503: * src/targets/cgi/pa_sapi_info.h: warning war
2504:
2505: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2506: warning war
2507:
2508: 2020-12-01 moko
2509:
2510: * src/classes/image.C: mp4 extended size (>4Gb) support added
2511:
2512: * src/classes/image.C: for "size not found" exception to be shown
2513: if size not found until eof
2514:
2515: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2516: bit linux)
2517:
2518: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2519: #1188)
2520:
2521: 2020-11-30 moko
2522:
2523: * src/classes/image.C: definitions moved closer to code
2524:
2525: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2526: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2527: 395_dir/3_VP8X.webp, results/395.processed,
2528: results/396.processed: tests for ^image::measure[] .webp support
2529: added, all image files moved into one directory (related to
2530: feature #1188)
2531:
2532: * src/classes/image.C: ^image::measure[] now supports webp (feature
2533: #1188)
2534:
1.148 moko 2535: 2020-11-29 moko
2536:
2537: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2538: processing, unnessesary defines removed
2539:
2540: 2020-11-24 moko
2541:
2542: * tests/results/: 099.processed, 100.processed, 205.processed,
2543: 309.processed, 310.processed: Content-Disposition: inline
2544: returned
2545:
2546: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2547: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2548: ] added (related to bug #1204)
2549:
2550: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2551: ] supported to avoid Content-Disposition: inline;
2552: filename="<file>.ext" but still set Content-Type for ext (related
2553: to bug #1204)
2554:
1.147 moko 2555: 2020-11-22 moko
2556:
2557: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2558: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2559:
2560: * src/main/pa_request.C: content_disposition_inline returned.
2561:
2562: 2020-11-17 moko
2563:
2564: * src/main/pa_request.C: empty main method name support
2565:
2566: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2567: config_handler added, stdout flush added.
2568:
2569: 2020-11-16 moko
2570:
2571: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2572:
2573: * tests/results/: 099.processed, 205.processed, 237.processed,
2574: 309.processed, 310.processed: Content-Disposition: inline is not
2575: required and should not contain filename="<name>"
2576:
2577: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2578: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2579: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2580:
1.146 moko 2581: 2020-11-14 moko
2582:
2583: * src/targets/cgi/parser3.C: spelling
2584:
2585: * src/targets/cgi/parser3.C: renaming
2586:
2587: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2588: relocated
2589:
2590: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2591: before request processing, which is weired
2592:
2593: 2020-11-13 moko
2594:
2595: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2596: copied in httpd.
2597:
2598: 2020-11-12 moko
2599:
2600: * src/main/pa_http.C: ALARM code unified to be used in httpd
2601:
2602: * src/: include/pa_request.h, main/pa_request.C,
2603: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2604:
2605: * src/main/pa_http.C: URI validation added
2606:
2607: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2608: can't be empty but can be null. httpd-main is now main method
2609: name for httpd mode
2610:
2611: 2020-11-11 moko
2612:
2613: * src/main/pa_request.C: path_translated can be null in httpd mode
2614:
2615: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2616: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2617: classes/xdoc.C, include/pa_request.h, main/execute.C,
2618: main/pa_request.C: r.absolute -> r.full_disk_path
2619:
2620: * src/targets/cgi/parser3.C: if filename to process is not
2621: specified, auto.p should be present.
2622:
1.145 moko 2623: 2020-11-03 moko
2624:
2625: * src/: classes/op.C, include/pa_request.h: unused argument removed
2626:
2627: * src/main/pa_request.C: content_disposition_inline is the default,
2628: not required.
2629:
1.144 moko 2630: 2020-10-29 moko
2631:
2632: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2633: ^use[file; $.main(true) ] implemented for auto.p processing and
2634: path_translated changing to correct relative files path
2635: calculation in httpd mode
2636:
2637: * src/: include/pa_request.h, main/pa_request.C:
2638: fail_on_read_problem removed, as it allways true, as if should
2639: be.
2640:
2641: * src/: include/pa_request.h, main/pa_request.C,
2642: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2643: targets/isapi/parser3isapi.C: clearing config_filespec when
2644: config was not found, thus flag not required and removed.
2645:
2646: 2020-10-28 moko
2647:
2648: * tests/: 402.html, results/402.processed: error reporting test
2649:
2650: * src/main/execute.C: better error reporting when
2651: $result[^hash::create[]] in @main.
2652:
2653: * src/main/: execute.C, pa_request.C: frame.result() should be used
2654: + minor optimization
2655:
2656: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2657: main/pa_xml_io.C: execute_*_method simplified and unified
2658:
2659: 2020-10-27 moko
2660:
2661: * tests/: 306.html, results/306.processed: a bit more testing. :)
2662:
2663: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2664: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2665: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2666: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2667: types/pa_vmethod_frame.h, types/pa_vobject.C,
2668: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2669: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2670: longer used in object-prototype mode
2671:
2672: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2673: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2674: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2675: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2676: $form:name[value] features
2677:
1.143 moko 2678: 2020-10-18 moko
2679:
2680: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2681:
2682: 2020-10-15 moko
2683:
2684: * src/main/pa_http.C: url no longer needed as
2685: ALTER_EXCEPTION_SOURCE is used
2686:
2687: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2688: main/pa_http.C: check_file_size filespec is now optional
2689:
2690: * src/: classes/curl.C, include/pa_exception.h,
2691: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2692: ALTER_EXCEPTION_COMMENT added for better error reporting
2693:
2694: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2695: results/346-curl.processed, results/379-curl.processed,
2696: results/379.processed: test results updated as load now provides
2697: better error reporting + curl responses updated
2698:
2699: 2020-10-14 moko
2700:
2701: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2702: main/pa_string.C, targets/apache/mod_parser3_core.C,
2703: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2704: checked. 10 is now default base, no hex autodetect by default
2705:
2706: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2707: connection socket closing in destructor + accept exception
2708: handling
2709:
2710: * src/targets/cgi/parser3.C: warning war
2711:
2712: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2713: main/pa_request.C, targets/apache/mod_parser3_core.C,
2714: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2715: exception handling unified
2716:
2717: 2020-10-13 moko
2718:
2719: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2720: autodetection
2721:
2722: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2723:
2724: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2725:
2726: * src/main/pa_http.C: warning war
2727:
1.142 moko 2728: 2020-10-12 moko
2729:
1.143 moko 2730: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2731: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2732: unhandled exception code optimization
2733:
2734: * src/targets/cgi/parser3.C: request_info now global variable
2735:
2736: * src/main/pa_http.C: http_read_response moved to HTTP_response
2737: class
2738:
2739: * src/: include/pa_http.h, main/pa_http.C,
2740: targets/cgi/pa_sapi_info.h: read_post implemented
2741:
1.142 moko 2742: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2743: [host:]port syntax support in httpd mode
2744:
2745: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2746: targets/cgi/parser3.C: populate_env added
2747:
2748: * src/include/pa_hash.h: to make get(char *) compiling in
2749: HashStringString
2750:
2751: 2020-10-10 moko
2752:
2753: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2754: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2755:
2756: * src/: include/pa_http.h, include/pa_request_info.h,
2757: main/pa_http.C, main/pa_string.C,
2758: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2759: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2760: types/pa_vrequest.C: initial httpd mode implementation
2761:
1.141 moko 2762: 2020-10-04 moko
2763:
2764: * src/targets/cgi/parser3.C: options together
2765:
2766: 2020-09-30 moko
2767:
2768: * src/main/pa_http.C: renamed
2769:
1.140 moko 2770: 2020-08-14 moko
2771:
2772: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2773: src/targets/cgi/Makefile.am: no httpd as separate library
2774:
2775: 2020-08-13 moko
2776:
2777: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2778: unhandled exception handler to report 500 instead of 200 it was
2779: before.
2780:
2781: * src/targets/apache/mod_parser3_core.C: minor cleanup
2782:
2783: * src/: include/pa_sapi.h, main/untaint.C,
2784: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2785: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2786: thus replaced with SAPI::die and removed
2787:
2788: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2789: cgi/parser3.C: whitespace
2790:
2791: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2792:
2793: 2020-08-12 moko
2794:
2795: * src/targets/cgi/parser3.C: duplicate info in signal logging
2796: removed, whitespace was: SIGPIPE received while executing code.
2797: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2798: cl=0]
2799:
2800: * parser3.sln: + httpd.vcproj
2801:
2802: 2020-08-11 moko
2803:
2804: * src/targets/cgi/Makefile.am: +libhttpd
2805:
2806: * configure.ac, src/lib/Makefile.am: +libhttpd
2807:
1.139 moko 2808: 2020-07-13 moko
2809:
2810: * tests/: 401.html, results/401.processed: test for hash key does
2811: not keep language, but tainted in foreach.
2812:
1.138 moko 2813: 2020-07-01 moko
2814:
2815: * tests/: 235.html, results/235.processed: test result updated as
2816: messages before attachments implemented (feature #1176)
2817:
1.137 moko 2818: 2020-06-27 moko
2819:
2820: * tests/: 400.html, results/400.processed: test updated to check
2821: ^return{code}
2822:
2823: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2824: fixed
2825:
2826: 2020-06-26 moko
2827:
2828: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2829: added (related to https://www.parser.ru/forum/?id=85319)
2830:
2831: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2832: when $result assignment was last statement in the method
2833: (https://www.parser.ru/forum/?id=85319)
2834:
1.136 moko 2835: 2020-05-23 moko
2836:
2837: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2838: whitespace, unused level removed
2839:
2840: 2020-05-19 moko
2841:
2842: * src/types/pa_vmail.C: whitespace
2843:
2844: * src/types/pa_vmail.C: files should be processed last (related to
2845: feature #1176)
2846:
1.135 moko 2847: 2020-05-12 moko
2848:
2849: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2850: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2851:
2852: * configure.ac: FreeBSD1X.X check added to avoid
2853: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2854:
1.134 moko 2855: 2020-02-26 moko
2856:
2857: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2858: compilation issue (related to bug #1201)
2859:
2860: * src/main/pa_common.C: entry_readable -> entry_exists,
2861: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2862: -f and -d now works under Windows in UTF-8 with Russian
2863: filenames.
2864:
2865: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2866: advice (related to feature #1199)
2867:
2868: 2020-02-25 moko
2869:
2870: * buildall: --silent removed
2871:
2872: * configure.ac: gmime-3.0 support
2873:
2874: * buildall: --with-system-mailreceive option added to build with
2875: system libgmime
2876:
2877: * src/types/pa_vmail.C: avoiding
2878: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2879: to feature #1199)
2880:
1.133 moko 2881: 2020-02-18 moko
2882:
2883: * src/classes/op.C: windows x64 debug mode compile fix
2884:
2885: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2886: change (releated to feature #1200)
2887:
2888: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2889: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2890: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2891: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2892: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2893: targets/apache/ApacheModuleParser3.vcproj,
2894: targets/apache/ApacheModuleParser3Core.vcproj,
2895: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2896: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2897: dependency (related to feature #1200)
2898:
1.132 moko 2899: 2020-02-12 moko
2900:
2901: * src/types/pa_vmail.C: minimize diff
2902:
2903: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2904: #1199)
2905:
1.131 moko 2906: 2020-01-18 moko
2907:
2908: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2909:
1.130 moko 2910: 2019-12-28 moko
2911:
2912: * src/targets/cgi/parser3.C: avoid empty ?
2913:
2914: 2019-12-27 moko
2915:
2916: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2917: DOCUMENT_ROOT (related to feature #1164)
2918:
2919: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2920: fcgiwrap setup (implements feature #1164)
2921:
2922: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2923: but no issues found (related to feature #1164)
2924:
2925: * src/targets/cgi/parser3.C: actualized
2926:
2927: 2019-12-26 moko
2928:
2929: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2930: removed
2931:
2932: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2933: removed
2934:
2935: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2936: allocation errors, we don't want default gc warnings (without
2937: timestamp and URI).
2938:
2939: * src/: classes/memory.C, main/pa_globals.C,
2940: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2941: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2942: pa_globals_init
2943:
2944: * src/main/pa_globals.C: setup_hex_value() removed, static array
2945: initialization used (optimization)
2946:
2947: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2948: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2949: pa_socks_init/pa_socks_done moved inside pa_globals_init
2950: (optimization)
2951:
1.129 moko 2952: 2019-12-09 moko
2953:
2954: * src/include/pa_config_fixed.h: warning war
2955:
1.128 moko 2956: 2019-12-08 moko
2957:
2958: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2959: process grammar under Unix.
2960:
2961: 2019-12-07 moko
2962:
2963: * tests/389.html: For Windows XP. :)
2964:
2965: * tests/388-sql.html: Windows compatibility added
2966:
2967: 2019-12-06 moko
2968:
2969: * src/targets/cgi/parser3.C: warning war
2970:
2971: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2972: == sizeof(CORD)) to avoid aligning bugs in future
2973:
2974: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2975: XML_STATIC
2976:
2977: * src/include/pa_request.h: StackItem() not required
2978:
2979: * src/include/pa_stack.h: warning war
2980:
2981: * src/include/pa_config_includes.h: GCC warning silenced
2982:
2983: * src/include/pa_memory.h: warning war: the program should also
2984: define 'void operator delete [](void*, std::size_t)'
2985: [-Wsized-deallocation]
2986:
2987: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2988:
2989: * src/classes/string.C: not reqired cast removed
2990:
2991: * src/classes/string.C: not reqired cast removed
2992:
2993: 2019-12-05 moko
2994:
2995: * src/lib/sdbm/pa_file_io.C: warning war
2996:
2997: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2998: enum Language : size_t - required for VS2015+ to make
2999: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3000: without it (related to feature #1198)
3001:
3002: 2019-12-04 moko
3003:
3004: * src/main/pa_base64.C: unsigned char -> uchar
3005:
3006: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3007: as other libs
3008:
3009: * src/include/pa_version.h: +amd64
3010:
3011: 2019-12-03 moko
3012:
3013: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3014: release
3015:
3016: * src/include/pa_config_includes.h: warning war
3017:
3018: * src/classes/image.C: warning war
3019:
3020: * src/main/pa_globals.C: x64 libs support
3021:
3022: * src/include/pa_config_includes.h: warning war
3023:
3024: * src/types/pa_method.h: warning war
3025:
1.127 moko 3026: 2019-11-28 moko
3027:
3028: * src/classes/math.C: vs2003 compatibility + warning war
3029:
3030: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3031: libxml2-2.9.9 (related to feature #1136)
3032:
3033: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3034: typecast for more compatibility (related to feature #1136)
3035:
3036: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3037: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3038: feature #1136)
3039:
3040: 2019-11-26 moko
3041:
3042: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3043: removed (it was failing in $$var case), condition added
3044:
1.126 moko 3045: 2019-11-25 moko
3046:
3047: * tests/: 397.html, 399.html, results/141.processed,
3048: results/399.processed: base64 options tested
3049:
3050: * src/: classes/math.C, main/pa_http.C: base64 options used
3051:
3052: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3053: implemented (feature #986)
3054:
3055: * src/main/pa_cache_managers.C: whitespace
3056:
3057: * tests/: 397.html, 399.html, results/399.processed: tests for
3058: ^base64 encode options added (related to feature #986)
3059:
3060: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3061: pa_base64_encode(file) removed - more memory, but faster and less
3062: code (related fo feature #986)
3063:
3064: 2019-11-24 moko
3065:
3066: * tests/: 155.html, results/155.processed: limit and offset in
3067: ^table::load[] now supported, thus test added
3068:
3069: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3070: main/pa_common.C: optimization: offset and limit options parsing
3071: moved inside file_load.
3072:
3073: 2019-11-23 moko
3074:
3075: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3076: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3077: optimization: file_read replaced with simplified file_read_binary
3078:
3079: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3080: types/pa_vform.C: whitespace
3081:
3082: * src/: include/pa_common.h, main/pa_common.C: never used params
3083: removed
3084:
3085: 2019-11-21 moko
3086:
3087: * tests/: 193.html, results/193.processed, results/389.processed:
3088: test results updated as now base64 does not discard tail without
3089: padding (related to feature #986)
3090:
3091: 2019-11-20 moko
3092:
3093: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3094: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3095: pa_base64_decode (related to feature #986)
3096:
3097: * tests/398.html: tests for base64 decode added (related to feature
3098: #986)
3099:
3100: * src/main/pa_base64.C: base64_decode rewritten - padding option
3101: support, padding inside base 64 supported (related to feature
3102: #096)
3103:
3104: 2019-11-19 moko
3105:
3106: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3107: FreeBSD 12
3108:
1.125 moko 3109: 2019-11-16 moko
3110:
3111: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3112: support added, step support removed (related to #986)
3113:
3114: 2019-11-15 moko
3115:
3116: * src/classes/math.C: using log since log2 is not present on
3117: FreeBSD < 8.4 (related to feature #1177)
3118:
3119: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3120: pa_base64_size extracted and used for files as well (related to
3121: feature 986)
3122:
3123: 2019-11-14 moko
3124:
3125: * tests/: 397.html, results/397.processed: + content check
3126:
3127: * tests/: 141.html, results/141.processed: make test resuls more
3128: readable
3129:
3130: * tests/: 397.html, results/193.processed, results/397.processed:
3131: test results updated after \x00 character was disabled in
3132: math:convert string mode (related to feature #1177)
3133:
3134: * src/classes/: math.C, string.C: \\x00 character disabled while
3135: converting to string (as in base64, related to feature #1177)
3136:
3137: * src/classes/file.C: more correct arguments separation
3138:
3139: * src/: classes/file.C, classes/math.C, classes/string.C,
3140: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3141: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3142: options added, but not yet implemented (related to feature #986)
3143:
3144: * src/classes/math.C: whitespace
3145:
3146: 2019-11-13 moko
3147:
3148: * tests/: 397.html, results/397.processed: +tainting test (related
3149: to feature #1177)
3150:
3151: * src/classes/math.C: as we now produce not only digits, result
3152: should be tainted (related to feature #1177)
3153:
3154: * src/main/pa_base64.C: whitespace
3155:
3156: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3157: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3158: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3159: implementation moved from pa_common.h and pa_common.C
3160:
3161: 2019-11-12 moko
3162:
3163: * tests/: 275.html, results/275.processed: out of range test fixed,
3164: as ^math:convert now supports arbitrary precision
3165:
3166: 2019-11-11 moko
3167:
3168: * tests/results/389.processed: uctualized error message
3169:
3170: * tests/: 389.html, 397.html, results/397.processed: tests for
3171: ^math:convert added (related to feature #1177)
3172:
3173: * src/classes/math.C: ^math:convert now supports arbitrary
3174: precision, alphabet support added (implements feature #1177)
3175:
1.124 moko 3176: 2019-11-06 moko
3177:
3178: * tests/: 181.html, results/181.processed: entities usage added,
3179: more entites load tests (related to bug #842 discussion)
3180:
3181: 2019-11-05 moko
3182:
3183: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3184: call from xmlFileOpen if http://localhost/<file> was not found
3185: (related to bug #842)
3186:
3187: * src/main/pa_xml_io.C: rename
3188:
3189: * src/main/pa_xml_io.C: +MemoryStream constructor
3190:
3191: * src/main/pa_xml_io.C: whitespace
3192:
1.123 moko 3193: 2019-10-31 moko
3194:
3195: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3196: XML_PARSE_NOENT) added to fix entities load, (related to feature
3197: #1181)
3198:
1.122 moko 3199: 2019-10-25 moko
3200:
3201: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3202: queries tests
3203:
3204: 2019-10-24 moko
3205:
3206: * tests/: 388-sql.html, results/388-sql.processed: support for
3207: pgsql driver test
3208:
3209: * tests/: 388-sql.html, results/388-sql.processed:
3210: multi_statements=1 now tested, mysql test now supported
3211: (connection must be specified in [parser3] section in .my.cnf)
3212: related to issues #1195 and #1194
3213:
1.121 moko 3214: 2019-09-11 moko
3215:
3216: * src/classes/int.C: whitespace
3217:
3218: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3219: exception test
3220:
3221: * tests/results/388-sql.processed: sql queries now shown (related
3222: to feature #1196)
3223:
3224: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3225: with old parser versions.
3226:
3227: * src/: classes/file.C, classes/hash.C, classes/string.C,
3228: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3229: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3230: instead of connect string in query_event_handlers exceptions
3231: (implements feature #1196)
3232:
1.120 moko 3233: 2019-09-06 moko
3234:
3235: * tests/388-sql.html: mysql compat
3236:
3237: * src/: classes/hash.C, classes/string.C, classes/table.C,
3238: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3239: sql_ variables declaration moved to pa_common.h
3240:
1.116 moko 3241: 2019-01-15 moko
3242:
3243: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3244: logically sorted
3245:
3246: 2018-12-27 moko
3247:
3248: * src/include/pa_config_includes.h: warning war:
3249: -Wdeprecated-register added for C++ 17
3250:
3251: 2018-10-15 moko
3252:
3253: * configure.ac: FreeBSD 11.2 can be build with ./configure
3254: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3255: --with-xml=/usr/local/
3256:
3257: 2018-09-24 moko
3258:
3259: * tests/: 396.html, 396.tiff, results/396.processed: test for
3260: ^image::measure[] now supports tiff added (related to feature
3261: #1188)
3262:
3263: * src/classes/image.C: ^image::measure[] now supports tiff
3264: (implements feature #1188)
3265:
3266: 2018-09-20 moko
3267:
3268: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3269: files measure added (related to ticket #1188)
3270:
3271: * src/classes/image.C: measure of bmp files implemented (related to
3272: ticket #1188)
3273:
3274: 2018-09-18 moko
3275:
3276: * tests/: 394-curl.html, results/394-curl.processed,
3277: results/auto.p: test for bug #1187 (max_file_size check for head
3278: requests) added
3279:
3280: 2018-08-24 moko
3281:
3282: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3283: response content-length check is required (fixes bug #1187)
3284:
3285: 2018-05-11 moko
3286:
3287: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3288: $.append(bool) ] option added (related to feature #919)
3289:
3290: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3291: from misha@ patch (implements feature #919)
3292:
3293: 2018-03-22 moko
3294:
3295: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3296: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3297: with 128kb buffer. Now works at least 12 times faster. :) May be
3298: Windows-only problem.
3299:
3300: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3301: build fix)
3302:
3303: 2018-02-03 moko
3304:
3305: * src/main/execute.C: removes irrelevant lines from exception stack
3306: trace when exceptions occurs in assigment (fixes bug #1165)
3307:
3308: * tests/: 393.html, results/393.processed: test for behavour after
3309: "Property can not be created, already exists field with that
3310: name" exception removed (related to feature #1183)
3311:
3312: * src/types/pa_vclass.C: "Property can not be created, already
3313: exists field with that name" exception removed (implements
3314: feature #1183)
3315:
3316: 2018-01-19 moko
3317:
3318: * src/classes/string.C: whitespace
3319:
3320: * src/classes/string.C: whitespace
3321:
3322: * tests/: 392.html, results/392.processed: test for
3323: ^regex::create[$regex] added (related to feature #1135)
3324:
3325: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3326: ^regex::create[$regex] added (implements feature #1135)
3327:
3328: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3329: commented define added (related to feature #1157)
3330:
3331: 2018-01-17 moko
3332:
3333: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3334:
3335: 2018-01-15 moko
3336:
3337: * tests/: 390.html, results/390.processed: real path replaced by
3338: stub
3339:
3340: * tests/: 391.html, results/391.processed: test for feature #1181
3341: (XML_PARSE_HUGE exception) added
3342:
3343: 2018-01-11 moko
3344:
3345: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3346: XML_PARSE_HUGE option passed by default (implements feature
3347: #1181)
3348:
3349: * src/classes/string.C: whitespace
3350:
3351: 2017-12-10 moko
3352:
3353: * tests/: 389.html, 390.html, results/389.processed,
3354: results/390.processed: image code coverage tests added (related
3355: to feature #1125)
3356:
3357: 2017-12-08 moko
3358:
3359: * tests/: 346-curl.html, 388-sql.html, 389.html,
3360: results/346-curl.processed, results/388-sql.processed,
3361: results/389.processed: more code coverage tests
3362:
3363: * tests/: 264.html, results/264.processed: code coverage for
3364: ^file::exec[]
3365:
3366: 2017-12-07 moko
3367:
3368: * tests/: 174.html, 388-sql.html, 389.html,
3369: results/388-sql.processed, results/389.processed,
3370: results/174.processed: more coverage tests
3371:
3372: * src/classes/math.C: exception text actualized
3373:
3374: 2017-12-06 moko
3375:
3376: * tests/388-sql.html: $SQL can be here
3377:
3378: * tests/results/auto.p: $SQL not required here
3379:
3380: * tests/: 388-sql.html, 389.html, Makefile,
3381: results/388-sql.processed, results/389.processed, results/auto.p:
3382: code coverage tests for sql (using sqlite) and int/double/bool
3383: added (related to feature #1125)
3384:
3385: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3386: lib/json/json.vcproj, lib/md5/md5.vcproj,
3387: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3388: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3389: targets/apache/ApacheModuleParser3Core.vcproj,
3390: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3391: types/types.vcproj: gc\include no longer required
3392:
3393: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3394: required
3395:
3396: * src/: classes/Makefile.am, classes/table.C,
3397: include/pa_config_includes.h, include/pa_string.h,
3398: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3399: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3400: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3401: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3402: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3403: used, we now include it directly
3404:
3405: 2017-12-04 moko
3406:
3407: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3408: memcached/memcached.vcproj, punycode/punycode.vcproj,
3409: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3410: where required
3411:
3412: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3413: now can be used to trace memory allocations
3414:
3415: * src/: classes/table.C, include/pa_config_includes.h,
3416: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3417: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3418: method removes, libcord also can work without libgc
3419:
3420: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3421:
3422: 2017-11-29 moko
3423:
3424: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3425: are not present (related to feature #1173)
3426:
3427: * tests/346-curl.html: test updated to test curl content-length bug
3428: (related to feature #1173)
3429:
3430: * tests/results/346-curl.processed: more test for content-length
3431: curl bug (related to feature #1173)
3432:
3433: * tests/results/346-curl.processed: test results updated after
3434: #1173 implemented
3435:
3436: 2017-11-28 moko
3437:
3438: * src/classes/curl.C: another libcurl Content-length bug walkaround
3439: (related to feature #1173)
3440:
3441: 2017-11-27 moko
3442:
3443: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3444: $.http_version[version string] added (implements feature #1173),
3445: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3446: where $post(true) bug existed.
3447:
3448: 2017-11-18 moko
3449:
3450: * src/include/pa_memory.h: warning war (related to feature #1170)
3451:
3452: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3453: feature #1170)
3454:
3455: 2017-11-17 moko
3456:
3457: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3458: std::basic_stringstream used in ^table.csv-string[] is compatible
3459: with delete usage check only under Debian 9 (related to feature
3460: #1170)
3461:
3462: 2017-11-16 moko
3463:
3464: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3465: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3466: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3467: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3468: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3469: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3470: stubs defend from accidental use (implements feature #1170)
3471:
3472: 2017-06-24 moko
3473:
3474: * configure.ac: minor fix: thanks to alx@
3475:
1.115 moko 3476: 2017-05-29 moko
3477:
3478: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3479: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3480: added to avoid cutting of UTF-8 chars (fixed bug #123)
3481:
3482: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3483: ignored, =?UTF-8?Q?= should start in case of leading space
3484: (related to bug #123)
3485:
3486: * buildall: echo -n -> printf for OS X. :)
3487:
3488: 2017-05-25 moko
3489:
3490: * tests/: 288.html, results/288.processed: test updated afted
3491: setting $o.prop without setter exception removed (related to
3492: feature #1157)
3493:
3494: * src/types/pa_vclass.C: no more "this property has no setter
3495: method" when setting $o.prop without setter (implements feature
3496: #1157)
3497:
3498: * buildall: echo \c -> echo -n for FreeBSD
3499:
3500: * configure, configure.ac, src/include/pa_config_auto.h.in,
3501: src/types/pa_vdouble.h: isfinite now checked in configure
3502:
3503: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3504: upgraded to automake 1.15
3505:
3506: 2017-05-23 moko
3507:
3508: * src/types/pa_vdouble.h: finite returned where isfinite not
3509: defined
3510:
3511: 2017-05-22 moko
3512:
3513: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3514:
3515: * buildall: extern CFLAGS setting support
3516:
3517: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3518:
3519: * buildall: http -> https
3520:
3521: * buildall: gc-7.2f -> gc-7.6.0
3522:
3523: 2017-05-20 moko
3524:
3525: * buildall: https, pcre, xml, xslt updated to current versions
3526: (related to feature #1136)
3527:
3528: 2017-05-19 moko
3529:
3530: * tests/097.html: after parser.ru moved to https
3531:
3532: 2017-05-17 moko
3533:
3534: * tests/results/: 175.processed, 372.processed: tests resuls
3535: updated after lintian spelling typos fixed (related to bug #1156)
3536:
3537: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3538: classes/string.C, classes/table.C, main/pa_charset.C,
3539: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3540: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3541: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3542:
3543: * tests/results/096.processed: +XMP
3544:
3545: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3546: $.xmp(true) options tested (test for feature #1154)
3547:
3548: * src/classes/image.C: ^image:measure[] options $.exif(false)
3549: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3550: fetched by default! (implements feature #1154)
3551:
3552: 2017-05-16 moko
3553:
3554: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3555: allowed (related to feature #1154)
3556:
3557: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3558: initial XMP implementation - without options and transcode
3559: (related to feature #1154)
3560:
3561: 2017-05-12 moko
3562:
3563: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3564: image: exif moved to ffields, skipped in ^image.html[] where
3565: iterators now used (preparation for feature #1154)
3566:
3567: 2017-05-05 moko
3568:
3569: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3570: results/387.processed: test for circular class inheritance check
3571: added (related to bug #1150)
3572:
3573: * src/types/pa_vstateless_class.C: circular class inheritance check
3574: added (fixes endless add_derived bug #1150)
3575:
3576: 2017-05-04 moko
3577:
3578: * tests/: 386.html, results/386.processed: test for
3579: $table.value(number) added (related to feature #1152)
3580:
3581: * src/types/pa_vtable.C: table put_element: column value must be
3582: string - > column value must be string compatible to allow
3583: $t.value(1) (implements feature #1152)
3584:
3585: 2017-05-03 moko
3586:
3587: * src/main/pa_request.C: $use[$method] is not possible, reverting
3588: (related to feature #1151)
3589:
3590: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3591: not possible, removing test (related to feature #1151)
3592:
3593: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3594: get_element_method added and used to allow $use[$method] and
3595: $autouse[$method] (implements feature 1151)
3596:
3597: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3598: variable added (related to feature #1151)
3599:
3600: * tests/results/226.processed: actualized after ^try-catch used
3601:
3602: * tests/: 226.html, 385.html, results/385.processed: test for
3603: @autouse in variable added
3604:
3605: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3606:
1.114 moko 3607: 2017-02-27 moko
3608:
3609: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3610:
1.113 moko 3611: 2017-02-20 moko
3612:
1.211 moko 3613: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3614:
3615: 2017-02-16 moko
3616:
3617: * tests/: 384.html, results/384.processed: test for
3618: ^reflection:mixin[; $.name[] ] option added (related to feature
3619: #1089)
3620:
3621: * tests/: 384.html, results/384.processed: test for
3622: ^reflection:mixin[] added (related to feature #1089)
3623:
3624: * src/types/pa_value.h: warning war: virtual ~Value() added
3625:
1.112 moko 3626: 2017-02-15 moko
3627:
3628: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3629: fixed
3630:
3631: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3632: test added (related to feature #1069)
3633:
3634: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3635: compilation without HASH_ORDER fixed
3636:
3637: * src/: classes/reflection.C, include/pa_hash.h:
3638: $.reverse(true/false) added to ^reflection:methods[] (related to
3639: feature #1069)
3640:
3641: 2017-02-14 moko
3642:
3643: * tests/: 152.html, results/152.processed: test for $._default hash
3644: added (related to bug #1131)
3645:
3646: * tests/: 277.html, results/277.processed: test for hash with only
3647: $._default is now defined (related to bug #1131)
3648:
3649: * src/types/pa_vhash.h: hash with only $._default is now defined
3650: (fixed bug #1131)
3651:
3652: 2017-02-13 moko
3653:
3654: * tests/cat-windows.sh: cat-windows added (cygwin required)
3655:
3656: * tests/: 171.html, 264.html, 286.html, 370.html,
3657: results/320.processed, results/375.processed, results/auto.p:
3658: cat-windows.sh support added
3659:
3660: * tests/375.html: Windows support
3661:
3662: * tests/270.html: documented
3663:
3664: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3665: (not backslashes) even under Windows (broke test 270)
3666:
3667: 2017-02-12 moko
3668:
3669: * tests/: descript.ion, todo.txt: cleanup
3670:
3671: 2017-02-09 moko
3672:
3673: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3674: run_tests.cmd: Windows compatibility
3675:
3676: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3677: incorrectly (GMT) if parser is called from cygwin
3678:
1.111 moko 3679: 2017-02-08 moko
3680:
1.211 moko 3681: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3682:
1.211 moko 3683: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3684:
3685: * NEWS, README: minor update
3686:
3687: * src/include/pa_config_includes.h: warning war continues
3688:
3689: * src/: include/pa_config_includes.h, include/pa_memory.h,
3690: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3691: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3692: gcc 6.x issues fixed
3693:
1.111 moko 3694: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3695: classes/classes.h, classes/curl.C, classes/date.C,
3696: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3697: classes/hashfile.C, classes/image.C, classes/inet.C,
3698: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3699: classes/memcached.C, classes/memory.C, classes/op.C,
3700: classes/reflection.C, classes/regex.C, classes/response.C,
3701: classes/string.C, classes/table.C, classes/void.C,
3702: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3703: include/pa_array.h, include/pa_cache_managers.h,
3704: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3705: include/pa_config_fixed.h, include/pa_config_includes.h,
3706: include/pa_dictionary.h, include/pa_dir.h,
3707: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3708: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3709: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3710: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3711: include/pa_request_charsets.h, include/pa_request_info.h,
3712: include/pa_sapi.h, include/pa_socks.h,
3713: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3714: include/pa_stack.h, include/pa_string.h,
3715: include/pa_stylesheet_connection.h,
3716: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3717: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3718: include/pa_uue.h, include/pa_xml_exception.h,
3719: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3720: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3721: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3722: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3723: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3724: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3725: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3726: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3727: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3728: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3729: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3730: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3731: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3732: main/pa_string.C, main/pa_stylesheet_connection.C,
3733: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3734: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3735: main/untaint.C, sql/pa_sql_driver.h,
3736: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3737: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3738: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3739: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3740: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3741: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3742: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3743: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3744: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3745: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3746: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3747: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3748: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3749: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3750: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3751: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3752: types/pa_vmemcached.h, types/pa_vmemory.h,
3753: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3754: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3755: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3756: types/pa_vresponse.C, types/pa_vresponse.h,
3757: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3758: types/pa_vstateless_object.h, types/pa_vstatus.C,
3759: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3760: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3761: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3762: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3763: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3764: 2015->2017
3765:
1.110 moko 3766: 2017-02-07 moko
3767:
3768: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3769:
3770: 2017-02-06 moko
3771:
3772: * src/main/pa_common.C: minor fixes, whitespace
3773:
3774: * src/: classes/curl.C, classes/file.C, classes/image.C,
3775: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3776: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3777: now used (implements feature #1081)
3778:
3779: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3780:
3781: 2017-02-01 moko
3782:
3783: * src/include/pa_request.h: cleanup
3784:
3785: 2017-01-30 moko
3786:
3787: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3788:
3789: 2017-01-29 moko
3790:
3791: * tests/: 383.html, results/383.processed: test for
3792: ^reflection:stack[] added (related to feature #1052)
3793:
3794: * src/classes/reflection.C: else added
3795:
3796: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3797: $.max_file_lock_wait added (implements feature #1128)
3798:
3799: 2017-01-28 moko
3800:
3801: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3802: body and other cases tests added (related to featue #1014)
3803:
3804: * src/classes/curl.C: bug if response is empty fixed (related to
3805: feature #1014)
3806:
3807: 2017-01-27 moko
3808:
3809: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3810: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3811: added (implements feature #1052)
3812:
3813: 2017-01-25 moko
3814:
3815: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3816: method test added
3817:
3818: 2017-01-23 moko
3819:
3820: * src/classes/reflection.C: optimization: options->get replaced by
3821: hash iterator
3822:
3823: * tests/: 381.html, results/381.processed: now -> fixed date
3824:
3825: * src/main/pa_request.C: warning war
3826:
3827: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3828: 5Mb (fixes bug #1058)
3829:
3830: * src/classes/curl.C: warning war
3831:
3832: * tests/: 381.html, results/381.processed: tests for ^json:string
3833: $.one-line(true) option added (related to feature #1124)
3834:
3835: * src/: classes/json.C, types/pa_value.h: $json-string
3836: $.one-line(true|false) options is now supported (implements
3837: feature #1124)
3838:
3839: * tests/: 380.html, results/380.processed: test for modified
3840: $.max_file_size added (related to bug #1014)
3841:
3842: * tests/: 379.html, results/auto.p: tests for rewritten http file
3843: load added (related to bug #1014)
3844:
3845: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3846: main/pa_common.C, main/pa_http.C: check_file_size added and used
3847: in curl / file load from disk and http, http file load rewritten
3848: (related to bug #1014)
3849:
3850: 2017-01-18 moko
3851:
3852: * tests/: 378.html, results/378.processed: tests for ^result[]
3853: added (related to feature #66)
3854:
3855: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3856: Method::CO_WITHOUT_FRAME as frame still added in expression
3857: (related to feature #66)
3858:
3859: 2017-01-17 moko
3860:
3861: * tests/: 377.html, results/377.processed: test for different
3862: combinations of breaks in body and delimiter (related to bug
3863: #1077)
3864:
3865: * tests/: 376.html, results/376.processed: many ^break[] tests
3866: added (related to bug #1077)
3867:
3868: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3869: passed to native method" exception added to avoid bugs due to
3870: WRITE_EXPR_RESULT skipped and native methods execution continues
3871: after ^break[] (related to bug #1077)
3872:
3873: 2017-01-14 moko
3874:
3875: * tests/: 330.html, results/330.processed: test results updated
3876: after ^break[] bugs where fixed (related to bug #1077)
3877:
3878: * tests/: 329.html, results/329.processed: test results updated
3879: after ^break[] bugs where fixed (related to bug #1077)
3880:
3881: * tests/results/320.processed: ^return[] added
3882:
3883: 2017-01-13 moko
3884:
3885: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3886: classes/table.C, include/pa_request.h, main/execute.C,
3887: main/pa_request.C, targets/cgi/parser3.C,
3888: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3889: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3890: checked after each possible process/execute call (fixes bug
3891: #1077)
3892:
3893: 2016-12-29 moko
3894:
3895: * src/main/pa_common.C: warning war
3896:
3897: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3898: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3899: pa_file_size_limit added, ^math:random fixed for upper limit and
3900: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3901: (related to feature #1014)
3902:
3903: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3904: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3905: (related to feature #1014)
3906:
3907: 2016-12-28 moko
3908:
3909: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3910: warning war
3911:
3912: 2016-12-26 moko
3913:
3914: * tests/: 341.html, results/341.processed: test for
3915: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3916:
3917: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3918: (related to feature #1057)
3919:
3920: * src/types/pa_vdate.C: warning war continues...
3921:
3922: * src/: classes/date.C, classes/image.C, classes/table.C,
3923: include/pa_config_includes.h, types/pa_vfile.C: warning war
3924:
3925: * src/lib/gd/gifio.C: warning war / cleanup
3926:
3927: * src/lib/json/pa_json.C: warning war
3928:
3929: * src/classes/hash.C: warning war
3930:
3931: * src/types/pa_vfile.C: warning war
3932:
3933: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3934: -Wall warning war continues
3935:
3936: * configure.ac: --with-build-warnings actualized
3937:
3938: 2016-12-25 moko
3939:
3940: * src/main/pa_exec.C: -wAll warning war
3941:
3942: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3943: -wAll warning war
3944:
3945: * src/: include/pa_common.h, include/pa_sapi.h,
3946: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3947: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3948: -wAll warning war
3949:
3950: 2016-12-23 moko
3951:
3952: * src/lib/ltdl/Makefile.am: extra dist added
3953:
3954: * tests/results/344.processed: test result updated after $file.text
3955: prefetched in ^hash::create[$file] (related to feature #1075)
3956:
3957: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3958: ^hash::create[$file] (related to feature #1075)
3959:
3960: 2016-12-22 moko
3961:
3962: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3963: main/pa_request.C, main/pa_stylesheet_connection.C,
3964: types/pa_vfile.C: file_stat now return 64-bit size (implements
3965: #1014 under 32-bit unix versions)
3966:
3967: 2016-12-21 moko
3968:
3969: * tests/: 375.html, results/375.processed: test for exec returning
3970: stated file added (related to feature #1119)
3971:
3972: * src/classes/file.C: load should not return file with null body
3973: (fixes bug #1119)
3974:
3975: 2016-12-14 moko
3976:
3977: * tests/: 374.html, results/374.processed: test for $method.name
3978: added (related to feature #1117) plus method returning junction
3979: test
3980:
3981: 2016-12-13 moko
3982:
3983: * src/: include/pa_symbols.h, main/pa_symbols.C,
3984: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3985: (implements feature #1117)
3986:
3987: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3988: HEAD and TRACE can't have body (implements feature #1116)
3989:
3990: 2016-12-09 moko
3991:
3992: * tests/: 373.html, results/373.processed: tests for
3993: ^reflection:tainting added (related to feature #1098)
3994:
3995: * src/classes/reflection.C: ^reflection:tainting arguments order
3996: change (related to feature #1098)
3997:
3998: 2016-12-06 moko
3999:
4000: * src/: classes/reflection.C, include/pa_string.h,
4001: main/pa_string.C: ^reflection:tainting[$string] added (implements
4002: feature #1098)
4003:
4004: 2016-12-05 moko
4005:
4006: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4007: (fixes bug #1114)
4008:
4009: 2016-12-04 moko
4010:
4011: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4012: check added
4013:
4014: 2016-12-03 moko
4015:
4016: * tests/: 346-curl.html, results/346-curl.processed: test modified
4017: to test value.as_hash() usage
4018:
4019: * src/classes/curl.C: value.as_hash() used for correct hash
4020: processing
4021:
4022: * src/classes/reflection.C: exceptions texts fixes
4023:
4024: 2016-12-02 moko
4025:
4026: * tests/: 372.html, results/372.processed: tests for
4027: ^reflection:create[ $.class[name] $.constructor[name]
4028: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4029: feature #1094)
4030:
4031: * src/types/pa_vmethod_frame.h: comment added: params should be
4032: declared outside of *_FRAME_ACTION as MethodParams destructor
4033: will be called in ~VNativeMethodFrame
4034:
4035: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4036: ] minor fix
4037:
4038: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4039: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4040: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4041: now supported (implements feature #1094) value::as_hash added
4042: (and should be used everywhere)
4043:
4044: * src/classes/reflection.C: cleanup
4045:
4046: 2016-12-01 moko
4047:
4048: * tests/: 356.html, results/356.processed: test for method
4049: junctions class name added to the resulting hash added (related
4050: to feature #1068)
4051:
4052: * src/classes/reflection.C: for method junctions class name added
4053: to the resulting hash (related to feature #1068)
4054:
4055: 2016-11-30 moko
4056:
4057: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4058: exception (related to bug #1113)
4059:
4060: * src/types/pa_vhashfile.C: whitespace
4061:
4062: * src/main/pa_os.C: errno now returned as it should (fixes bug
4063: #1113)
4064:
4065: * tests/results/: 175.processed, 192.processed, 224.processed,
4066: 229.processed, 239.processed, 244.processed, 246.processed,
4067: 314.processed, 352.processed: tests results updated after method
4068: call exceptions improved as method now keeps its name
4069:
4070: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4071: types/pa_vmethod_frame.h: method call exceptions improved as
4072: method now keeps its name
4073:
4074: * tests/: 224.html, 239.html, results/224.processed,
4075: results/239.processed: tests and tests results updated after
4076: Request::construct exception changed
4077:
4078: * src/: classes/reflection.C, main/execute.C: Request::construct
4079: exception optimized
4080:
4081: * tests/: 371.html, results/371.processed: test for
4082: WWrapper.get_element call in $.name.key[value] code added
4083: (related to feature #1091)
4084:
4085: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4086: in $.name.key[value] code (related to feature #1091)
4087:
4088: 2016-11-29 moko
4089:
4090: * src/classes/op.C: VS warning war
4091:
4092: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4093: C4239: nonstandard extension used : 'return' : conversion from
4094: 'Value' to 'Value &' (related to feature #1020)
4095:
4096: * src/: main/execute.C, types/pa_vmethod_frame.h,
4097: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4098: used : 'return' : conversion from 'Value' to 'Value &' (related
4099: to feature #1020)
4100:
4101: * src/main/execute.C: VS warning war
4102:
4103: * src/targets/cgi/parser3.C: VS compatibility fix
4104:
4105: * src/include/pa_request.h: VS warning war
4106:
4107: * tests/: 370.html, results/370.processed: test for ^file::exec[
4108: ... $.stdin[$binary_file] ] added (related to bug #1044)
4109:
4110: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4111: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4112: $.stdin[$binary_file] (fixes bug #1044)
4113:
4114: 2016-11-28 moko
4115:
4116: * src/main/pa_exec.C: whitespace
4117:
4118: * src/main/pa_request.C: whitespace
4119:
4120: * tests/: 369.html, results/369.processed: test for
4121: $response:status usage added (related to feature #1099)
4122:
4123: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4124: if < 100 (implements feature #1099)
4125:
4126: * src/targets/cgi/parser3.C: whitespace
4127:
4128: * src/targets/cgi/parser3.C: whitespace
4129:
4130: * tests/: 368.html, results/368.processed: test updated after
4131: ^reflection:filename[$method] added (related to feature #1053)
4132:
4133: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4134: main/compile.y, main/execute.C, main/pa_request.C,
4135: types/pa_vclass.h: filename -> filespec,
4136: ^reflection:filename[$method] added (related to feature #1053)
4137:
4138: 2016-11-27 moko
4139:
4140: * tests/: 368.html, results/368.processed: test for
4141: reflection:filename[$class or object] added (related to feature
4142: #1053)
4143:
4144: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4145: types/pa_vstateless_class.h: ^reflection:filename[$class or
4146: object] added (implements feature #1053)
4147:
4148: 2016-11-26 moko
4149:
4150: * src/: include/pa_request_info.h,
4151: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4152: remove_absolute_uri -> strip_absolute_uri
4153:
4154: 2016-11-25 moko
4155:
4156: * src/: include/pa_request_info.h,
4157: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4158: request_info.remove_absolute_uri added to remove possible
4159: http://site.name/ from $request:uri (implements feature #1112)
4160:
4161: 2016-11-24 moko
4162:
4163: * tests/: 367-curl.html, results/367-curl.processed: test for
4164: previous request headers clearing after redirect added (related
4165: to bug #1109)
4166:
4167: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4168: response headers from previous requests are now cleared, only
4169: last request headers are collected (fixes bug #1109)
4170:
4171: * tests/results/: 266.processed, 321.processed, 356.processed:
4172: tests results updated as method name now added to the resulting
4173: hash for new syntax only (Imp1 compatimility fixed, related to
4174: feature #1068)
4175:
4176: * src/classes/reflection.C: method name now added to the resulting
4177: hash for new syntax only (Imp1 compatimility fixed, related to
4178: feature #1068)
4179:
4180: * tests/results/366.processed: test for native and parser
4181: implementation of ^use[] logic (related to feature #1074)
4182:
4183: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4184: for native and parser implementation of ^use[] logic (related to
4185: feature #1074)
4186:
4187: 2016-11-23 moko
4188:
4189: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4190: main/pa_request.C: @USE file now implemented as ^use[file;
4191: $.origin[origin_file] ] (implements feature #1074)
4192:
1.109 moko 4193: 2016-11-21 moko
4194:
1.110 moko 4195: * tests/: 365.html, results/365.processed: test for $caller bugs in
4196: 3.4.4 and $caller.method now tested (related to feature #1110)
4197:
4198: * tests/: 364.html, results/364.processed: $caller usage in
4199: different contexts now tested (related to feature #1110)
4200:
4201: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4202:
4203: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4204:
1.109 moko 4205: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4206: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4207: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4208: used (implements feature #1110)
4209:
4210: 2016-11-20 moko
4211:
4212: * src/types/pa_vdouble.h: whitespace
4213:
4214: 2016-11-11 moko
4215:
4216: * tests/: 363.html, results/363.processed: more tests for feature
4217: #1091 (how parser methods work in expression context)
4218:
4219: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4220: expressions strings are now written as strings, not values by
4221: write_as_string (related to feature #1091)
4222:
4223: * src/classes/op.C: to make more correct behavour in expression
4224: context
4225:
4226: 2016-11-07 moko
4227:
4228: * tests/: 362.html, results/362.processed: test for
4229: xsltParseStylesheetDoc caching as xsl modification after it added
4230: (related to bug #1108)
4231:
4232: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4233: result now cached as xdoc is modified after it (fixes bug #1108)
4234:
4235: 2016-11-06 moko
4236:
4237: * src/types/pa_vxdoc.h: whitespace
4238:
4239: 2016-11-05 moko
4240:
4241: * src/types/pa_vmethod_frame.h: cleanup
4242:
4243: 2016-11-03 moko
4244:
4245: * tests/results/244.processed: more correct exception after method
4246: frames separation
4247:
4248: * src/types/pa_vmethod_frame.h: minor optimizaion
4249:
4250: * src/types/pa_method.h: optimization: params_count added
4251:
4252: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4253: include/pa_request.h, main/execute.C, main/pa_request.C,
4254: types/pa_value.C, types/pa_vmethod_frame.C,
4255: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4256: VMethodFrame now divided into VNativeMethodFrame,
4257: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4258: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4259: and used (related to feature #1104)
4260:
4261: 2016-11-02 moko
4262:
4263: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4264: classes/double.C, classes/file.C, classes/hash.C,
4265: classes/hashfile.C, classes/image.C, classes/inet.C,
4266: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4267: classes/memcached.C, classes/op.C, classes/reflection.C,
4268: classes/regex.C, classes/string.C, classes/table.C,
4269: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4270: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4271: r.write (implements feature #1091)
4272:
4273: * src/main/execute.C: cleanup (related to feature #1104)
4274:
4275: * src/: include/pa_request.h, main/execute.C,
4276: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4277: added, in_expression removed (implements feature #1104)
4278:
4279: 2016-10-31 moko
4280:
4281: * src/types/pa_value.C: whitespace
4282:
4283: 2016-10-28 moko
4284:
4285: * tests/results/244.processed: updated after error reporting fixed
4286: in pa_wcontext.C
4287:
4288: * src/types/pa_wcontext.C: error reporting fixed
4289:
4290: * src/types/pa_wcontext.h: whitespace
4291:
4292: * src/classes/image.C: not fully readed entries are no longer
4293: processed (fixes bug #1106)
4294:
4295: 2016-10-26 moko
4296:
4297: * src/classes/image.C: whitespace
4298:
4299: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4300: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4301: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4302: longer required (related to feature #1091)
4303:
4304: * tests/results/: 264.processed, 350.processed: test results update
4305: reverted (whitespace optimization) after write_no_lang removed :)
4306: (related to feature #1091)
4307:
4308: * src/: classes/file.C, classes/hash.C, classes/op.C,
4309: classes/string.C, classes/table.C, classes/void.C,
4310: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4311: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4312: equal write_pass_lang (related to feature #1091)
4313:
4314: * tests/results/: 264.processed, 350.processed: test results
4315: updated (whitespace optimization) after write_assign_lang removed
4316: (related to feature #1091)
4317:
4318: * tests/: 361.html, results/361.processed: test for non-string
4319: ^untaint added (related to feature #1091)
4320:
4321: * src/: classes/curl.C, classes/date.C, classes/file.C,
4322: classes/hash.C, classes/op.C, classes/string.C,
4323: include/pa_request.h, main/execute.C: optimization:
4324: write_assign_lang removed as not required (first part of feature
4325: #1091 implementation)
4326:
1.108 moko 4327: 2016-10-12 moko
4328:
4329: * tests/: 360.html, results/360.processed: more test code (related
4330: to feature #1104)
4331:
4332: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4333: include/pa_request.h, main/compile.y, main/execute.C: opcode
4334: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4335: WContext is next task (implements feature #1104)
4336:
4337: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4338: / CO_WITHOUT_WCONTEXT
4339:
4340: * tests/: 360.html, results/360.processed: test for in expression
4341: state (related to feature #1104)
4342:
4343: 2016-10-11 moko
4344:
4345: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4346:
4347: * src/classes/op.C: default value removed from initializer
4348:
4349: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4350:
4351: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4352:
4353: 2016-10-10 moko
4354:
4355: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4356: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4357: to feature #42)
4358:
4359: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4360: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4361:
4362: 2016-10-08 moko
4363:
4364: * src/classes/double.C: whitespace
4365:
4366: 2016-10-07 moko
4367:
4368: * src/types/pa_vmethod_frame.h: reorder
4369:
4370: 2016-10-06 moko
4371:
4372: * src/classes/date.C: typo
4373:
4374: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4375:
4376: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4377: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4378: types/pa_vmethod_frame.h: params.get now returns Value&, not
4379: Value*
4380:
4381: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4382:
4383: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4384: removed; first as_* code rewrite
4385:
4386: 2016-10-05 moko
4387:
4388: * src/include/pa_request.h: whitespace
4389:
4390: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4391: intercept_string added (related to feature #1097)
4392:
4393: * src/: classes/image.C, classes/op.C, classes/table.C,
4394: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4395: optimization: intercept_string removed (implements feature #1097)
4396:
4397: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4398:
4399: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4400: from VCodeFrame and WWrapper as not required
4401:
4402: 2016-10-04 moko
4403:
4404: * src/: classes/curl.C, classes/date.C, classes/double.C,
4405: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4406: classes/int.C, classes/json.C, classes/op.C,
4407: classes/reflection.C, classes/string.C, classes/table.C,
4408: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4409: proces_to_value -> process after StringOrValue removed (related
4410: to feature #1020)
4411:
4412: * src/classes/form.C: whitespace
4413:
4414: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4415:
4416: * tests/: 357.html, 358.html, results/357.processed,
4417: results/358.processed, results/auto.p: test for @conf
4418: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4419:
4420: 2016-10-03 moko
4421:
4422: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4423: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4424: supported (implements feature #42)
4425:
4426: * src/types/pa_vregex.h: no reason for VRegex to be
4427: is_evaluated_expr
4428:
4429: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4430: (implements feature #1095)
4431:
4432: 2016-10-01 moko
4433:
4434: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4435: false by default (related to feature #1089)
4436:
4437: 2016-09-30 moko
4438:
4439: * src/types/pa_wcontext.h: cleanup
4440:
4441: 2016-09-29 moko
4442:
4443: * src/main/execute.C: whitespace
4444:
4445: * src/include/pa_request.h: whitespace
4446:
4447: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4448: classes/op.C, classes/table.C, include/pa_request.h,
4449: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4450: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4451: StringOrValue removed as it just slows down and adds complexity
4452: (implements feature #1020)
4453:
4454: 2016-09-28 moko
4455:
4456: * tests/: 356.html, results/266.processed, results/321.processed,
4457: results/356.processed: tests updated after name was added to
4458: method_info hash, test for ^reflection:method_info[junction]
4459: added (related to feature #1068)
4460:
4461: * src/classes/reflection.C: ^reflection:method_info[junction] now
4462: supported, method name added to the resulting hash (implements
4463: feature #1068)
4464:
4465: * tests/: 276.html, results/276.processed: more tests for
4466: ^reflection:delete[]
4467:
4468: * src/classes/reflection.C: fixed bug then ^reflection:delete
4469: didn't work on class and could damage native objects (like file)
4470:
4471: 2016-09-26 moko
4472:
4473: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4474: results/345.processed, results/346-curl.processed,
4475: results/347-curl.processed, results/348.processed: numbers added
4476: to simplify diff analysis
4477:
4478: * tests/: 352.html, results/352.processed: test result updated as
4479: method name used
4480:
4481: * src/classes/reflection.C: method name used
4482:
4483: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4484: its name
4485:
4486: * src/types/pa_method.h: whitespace
4487:
4488: * src/classes/reflection.C: both method and field with one name can
4489: exist.
4490:
4491: * src/classes/reflection.C: ^reflection:mixin added (implements
4492: feature #1089)
4493:
4494: * tests/: 355.html, results/355.processed: property appears in
4495: derived class if added in base test added
4496:
4497: * src/types/pa_vstateless_class.h: get_method declaration +
4498: whitespace
4499:
4500: * tests/: 354.html, results/354.processed: nice test from method
4501: and property with one name in class added
4502:
4503: 2016-09-23 moko
4504:
4505: * src/classes/reflection.C: ^reflection:method usage documented
4506:
4507: 2016-09-22 moko
4508:
4509: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4510: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4511: compile warning and GPF occures on VS2003 (related to feature
4512: #1087)
4513:
4514: * tests/: 350.html, results/350.processed: test added for
4515: $.encloser[] support in ^table::create (related to feature #11)
4516:
4517: * src/classes/table.C: another minor fix (related to feature #11)
4518:
1.107 moko 4519: 2016-09-21 moko
4520:
4521: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4522:
4523: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4524: classes/json.C, classes/string.C, classes/table.C,
4525: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4526: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4527: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4528: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4529: pa_charsets, vs2015 warning war
4530:
4531: * src/classes/table.C: vs2015 warning war
4532:
4533: * src/types/pa_vdate.C: vs2015 warning war
4534:
4535: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4536:
4537: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4538: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4539:
4540: * src/main/pa_common.C: vs2015 compilation fixes
4541:
4542: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4543: vs2015 compilation fixes
4544:
4545: * src/main/pa_charset.C: vs2015 warning war
4546:
4547: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4548:
4549: * src/main/pa_charset.C: vs2015 warning war
4550:
4551: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4552:
4553: * src/types/pa_vdate.C: vs2015 compilation fix
4554:
4555: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4556:
4557: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4558: VS2015 compilation fixes
4559:
4560: * src/classes/table.C: minor fix (related to feature #11)
4561:
4562: * tests/results/282.processed: no longer skipping extra enclosers
4563: (related to feature #11)
4564:
4565: * src/classes/table.C: minor fix + no longer skipping extra
4566: enclosers (related to feature #11)
4567:
4568: * src/classes/table.C: minor optimization (related to feature #11)
4569:
4570: * src/classes/table.C: minor fix and optimization (related to
4571: feature #11)
4572:
4573: 2016-09-20 moko
4574:
4575: * tests/: 353.html, results/353.processed: test for
4576: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4577: added (related to bug #1090)
4578:
4579: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4580: one_big_piece (fixes bug #1090)
4581:
4582: * tests/: 229.html, results/229.processed: code coverage tests
4583:
4584: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4585: body) was called
4586:
4587: * src/classes/op.C: whitespace
4588:
4589: * tests/: 323.html, results/323.processed: test for code junction
4590: should not be returned by ^reflection:class, ^reflection:base
4591:
4592: * src/classes/reflection.C: bugfix: code junction should not be
4593: returned by ^reflection:class, ^reflection:base
4594:
4595: * tests/: 323.html, 352.html, results/352.processed: no more
4596: exception for ^reflection:method[class;no-such-method] (related
4597: to feature #1087)
4598:
4599: * src/classes/reflection.C:
4600: ^reflection:method[class;no-such-method] : exception -> void
4601: (related to feature #1087)
4602:
4603: * src/include/pa_request.h: request::write_value added to allow
4604: write value without convertion (related to issue #1091)
4605:
4606: 2016-09-19 moko
4607:
4608: * src/main/pa_random.C: windows build fix
4609:
4610: * src/types/pa_vhash.h: warning war
4611:
4612: 2016-09-14 moko
4613:
4614: * tests/: 352.html, 552.html, results/352.processed,
4615: results/552.processed: test for ^reflection:method[] extension
4616: added (related to feature #1087)
4617:
4618: * tests/: 552.html, results/552.processed: test for
4619: ^reflection:method[] extension added (related to feature #1087)
4620:
4621: * src/classes/reflection.C: compatibility issue fixed, VClass
4622: dynamic_cast check added (related to feature #1087)
4623:
4624: * tests/: 351.html, results/351.processed: test for @auto[]
4625: inheritance bug diring ^process[] added (related to bug #1088)
4626:
4627: * src/: classes/op.C, main/pa_request.C,
4628: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4629: disable it inheritance during ^process (fixes bug #1088)
4630:
4631: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4632: added (implements feature #1087)
4633:
4634: 2016-09-13 moko
4635:
4636: * tests/: 349.html, results/auto.p: test for objects prototyping
4637: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4638: to feature #1086)
4639:
4640: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4641: types/pa_vobject.C: objects now are not class instances, but have
4642: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4643: in @conf (implements feature #1086)
4644:
4645: 2016-09-08 moko
4646:
4647: * src/: classes/file.C, classes/mail.C, classes/string.C,
4648: classes/table.C, main/pa_http.C, main/pa_string.C,
4649: include/pa_string.h: cleanup: string::split limit argument
4650: removed as no longer required, pos_after no longer reference
4651: (related to feature #11)
4652:
4653: * src/classes/table.C, tests/results/348.processed: now exception
4654: is rised when invalid option is passed to ^table::create[]
4655:
4656: * tests/: 282.cfg, 282.html, results/282.processed: more code
4657: coverage tests
4658:
4659: * tests/: 348.html, results/348.processed: code coverage tests
4660: added
4661:
4662: * tests/: 348.html, results/348.processed: generic ^table::create[]
4663: tests
4664:
4665: * tests/: 035.html, results/035.processed, results/272.processed:
4666: tests updated after $.encloser[] support for ^table::create
4667: implementation (related to feature #11)
4668:
4669: * src/classes/table.C: $.encloser[] support for ^table::create
4670: finally added (implements feature #11)
4671:
4672: 2016-09-07 moko
4673:
4674: * src/include/pa_string.h: added StringSplitHelper as friend
4675: (related to feature #11)
4676:
4677: * src/include/pa_string.h: body and langs now protected, not
4678: private to allow inheritance (related to feature #11)
4679:
4680: * src/classes/table.C: lsplit optimized before cloning for
4681: ^table::create with $.encloser[] (related to feature #11)
4682:
4683: * src/classes/table.C: optimizaion: TableControlChars.separators
4684: added and used (related to feature #11)
4685:
4686: * src/classes/table.C: spelling:
4687:
4688: TableSeparators -> TableControlChars column -> separator
4689: separators -> control_chars
4690:
4691: 2016-09-06 moko
4692:
4693: * src/main/pa_string.C: whitespace
4694:
4695: * src/main/pa_string.C: whitespace
4696:
4697: 2016-09-01 moko
4698:
4699: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4700: results OS-independent
4701:
4702: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4703: compiler (related to feature #1042)
4704:
4705: 2016-08-15 moko
4706:
4707: * src/include/pa_string.h: whitespace
4708:
4709: * src/classes/table.C: whitespace
4710:
1.106 moko 4711: 2016-08-05 moko
4712:
4713: * tests/: 344.html, results/344.processed: test for
4714: ^hash::create[$file] added (related to feature #1075)
4715:
4716: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4717: supported (implements feature #1075)
4718:
4719: 2016-08-04 moko
4720:
4721: * tests/: 341.html, results/341.processed: more code coverage tests
4722:
4723: * tests/: 346-curl.html, results/346-curl.processed: more code
4724: coverage tests for curl
4725:
4726: * tests/: 346-curl.html, results/346-curl.processed: more code
4727: coverage tests for curl
4728:
4729: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4730: results/223.processed: code coverage tests: $.form[ $.table[] ]
4731: test added
4732:
4733: * tests/: 223-curl.html, results/223-curl.processed: more code
4734: coverage tests for curl
4735:
4736: 2016-08-03 moko
4737:
4738: * src/classes/curl.C: dlink(curl_library) now called not once, but
4739: until it will be loaded, allowing to find existing library.
4740:
4741: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4742: results/347-curl.processed: more code coverage tests for curl
4743:
4744: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4745: results/339-curl.processed, results/346-curl.processed: curl
4746: functionality tests
4747:
4748: 2016-08-02 moko
4749:
4750: * tests/: 339.html, results/339.processed: test for tables in
4751: ^file:load[] and ^curl:load[] (commented) added (related to
4752: feature #1042)
4753:
4754: * tests/: 345.html, results/345.processed: code coverage tests for
4755: file class
4756:
4757: * tests/: 344.html, results/344.processed: code coverage tests
4758:
4759: * tests/: 344.html, results/344.processed: mdate removed from
4760: output
4761:
4762: * src/classes/file.C: minor bugfix: is_text should be taked from
4763: fcontent.is_text_mode() if not set (related to feature #1061)
4764:
4765: * tests/: 344.html, results/344.processed: more tests
4766:
4767: * tests/: 343.html, 344.html, results/343.processed,
4768: results/344.processed: tests for ^file::create[ $.from-charset
4769: and $.to-charset ] (related to feature #1061)
4770:
4771: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4772: aset_text_mode argument optimized
4773:
4774: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4775: checkBOM now used in detect_binary_content (related to feature
4776: #1061)
4777:
4778: * src/main/pa_request.C: load_charset no longer required to_upper
4779:
4780: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4781: preserves original file mode (if no $.mode specified)
4782:
4783: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4784: ^file::create now supports $.from-charset[] and $.to-charset
4785: options (implements feature #1061), automatic transcode is done
4786: if text file is created from binary file and charset is detected.
4787:
4788: 2016-07-30 moko
4789:
4790: * src/classes/table.C: ^t.hash[..;] now supported (related to
4791: feature #1057)
4792:
4793: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4794: added (related to feature #1057)
4795:
4796: * tests/: 286.html, results/286.processed: code tests coverage
4797:
4798: 2016-07-29 moko
4799:
4800: * src/classes/table.C: table size should be checked inside menu and
4801: foreach (related to feature #858)
4802:
4803: * src/: classes/curl.C, classes/file.C, classes/string.C,
4804: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4805: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4806: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4807: charsets.get now does str_upper inside (related to feature #1061)
4808:
4809: * tests/: 342.html, results/342.processed: more code coverage tests
4810:
4811: * tests/: 342.html, outputs/342.processed: table menu code coverage
4812: + foreach test added (related to feature #858)
4813:
4814: * tests/: 341.html, results/341.processed: tests for
4815: ^table.hash[]{code} added + code coverage tests (related to
4816: feature #1057)
4817:
4818: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4819: value} support (implements feature #1057)
4820:
4821: * src/classes/table.C: whitespace
4822:
4823: 2016-07-28 moko
4824:
4825: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4826: from URL, if not specified query string removed from url-based
4827: filenames in ^curl:load[] and ^file::load[] (related to feature
4828: #1042)
4829:
4830: 2016-07-27 moko
4831:
4832: * tests/: 340.html, results/340.processed: test for
4833: transcode_text_result=false added (related to issue #1042)
4834:
4835: 2016-07-26 moko
4836:
4837: * src/types/pa_vfile.C: file name should not be empty (if file path
4838: is folder and ends with /) (related to feature #1042)
4839:
4840: * src/main/pa_http.C: whitespace optimizaion
4841:
4842: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4843: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4844: multiple headers, ^file::load supports headers transcoding
4845: (implements feature #1042)
4846:
4847: 2016-07-25 moko
4848:
4849: * src/include/pa_common.h: PA_DEFAULT added
4850:
4851: 2016-07-22 moko
4852:
4853: * tests/: 338.html, results/338.processed: test for
4854: $date.field(value) added (related to feature #1066)
4855:
4856: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4857: $date.field(value) now supported for y/m/d/h/m/s (implements
4858: feature #1066)
4859:
1.105 moko 4860: 2016-07-21 moko
4861:
4862: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4863: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4864: arguments removed; image.C - absolute path shown in exception
4865: (implements feature #1071)
4866:
4867: * tests/: 235.html, results/235.processed: test and test result
4868: updated after static boundary in mail and Errors-To: mail header
4869: removed (related to feature #1047)
4870:
4871: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4872: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4873: used, static boundary in mail removed, Errors-To: mail header
4874: removed (implements feature #1047)
4875:
4876: 2016-07-20 moko
4877:
4878: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4879: equest.classes(): Value -> VStateless_class, part 3 (related to
4880: issue #1051)
4881:
4882: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4883: request.classes(): Value -> VStateless_class, part 2 (related to
4884: issue #1051)
4885:
4886: * tests/results/: 224.processed, 323.processed: classes without
4887: methods should not be methoded (related to issue #1051)
4888:
4889: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4890: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4891: -> VStateless_class, part 1 (related to issue #1051)
4892:
4893: * tests/: 337.html, results/337.processed: test for
4894: ^reflection:fields_reference[] and VHashReference class added
4895: (related to feature #1072)
4896:
4897: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4898: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4899: and VHashReference added, allowing ^reflection:fields_reference[]
4900: implementation (closes feature #1072)
4901:
4902: 2016-07-19 moko
4903:
4904: * tests/: 323.html, results/323.processed: we want to see
4905: "methoded"
4906:
4907: * tests/: 336.html, results/336.processed: test for $BASE:property
4908: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4909: #1059)
4910:
4911: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4912: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4913: somebody_entered_some_class, $BASE:property works again,
4914: ^BASE:method[] bugs fixed (fixes bug #1059)
4915:
4916: 2016-07-14 moko
4917:
4918: * tests/: 335.html, results/335.processed: test for feature #1055
4919: added
4920:
4921: * src/classes/hash.C: bugfix: $._default was not copied if empty
4922: feature: ^hash.contains[_default] added (implements feature
4923: #1055)
4924:
4925: 2016-07-13 moko
4926:
4927: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4928: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4929:
4930: 2016-07-05 moko
4931:
4932: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4933: in ^hash.foreach (related to feature #1073)
4934:
4935: 2016-07-04 moko
4936:
4937: * tests/: 134.html, 281.html, results/134.processed,
4938: results/281.processed: tests updated after hash blocking removed
4939: (related to feature #1073)
4940:
4941: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4942: no longer blocks on change during foreach (implements feature
4943: #1073)
4944:
4945: 2016-06-17 moko
4946:
4947: * tests/: 330.html, results/330.processed: try exception source
4948: test added (related to bug in #1062)
4949:
4950: * tests/: 334.html, results/334.processed: Exception stack trace
4951: test added (related to bug in $1062)
4952:
4953: * src/classes/op.C: Exception trace now correctly restored and
4954: errors reported (related to bug #1062)
4955:
1.104 moko 4956: 2016-05-25 moko
4957:
4958: * src/main/compile.y: minor cleanup + beauty
4959:
4960: 2016-05-24 moko
4961:
4962: * tests/: 333.html, results/333.processed: more exceptions testing
4963:
4964: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4965: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4966: features #1056, #1026)
4967:
4968: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4969: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4970: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4971: (implements feature #1056)
4972:
4973: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4974: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4975: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4976: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4977: feature #1026)
4978:
4979: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4980: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4981: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4982: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4983: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4984: feature #1026)
4985:
4986: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4987: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4988: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4989: SYMBOLS_CACHING define implemented (related to feature #1026)
4990:
4991: * src/main/main.vcproj: + ps_symbols
4992:
4993: * src/: include/Makefile.am, include/pa_string.h,
4994: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4995: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4996: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4997: types/pa_vstateless_class.C: initial implementation for symbols
4998: cache (related to feature #1026)
4999:
5000: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5001:
5002: * src/main/pa_globals.C: minor cleanup
5003:
5004: 2016-05-19 moko
5005:
5006: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5007: (related to feature #1046)
5008:
5009: * tests/: 331.html, results/331.processed: test for
5010: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5011: (related to feature #1051)
5012:
5013: * src/main/compile.y:
5014: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5015: (implements feature #1054)
5016:
5017: 2016-05-18 moko
5018:
5019: * src/types/pa_vtable.C, tests/results/324.processed: no more
5020: "column not found" exception for ^table.no-such-method[] (related
5021: to feature #1046)
5022:
5023: * tests/: 261.html, results/261.processed: test added and updated
5024: after feature #1046 implementation
5025:
5026: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5027: types/pa_vvoid.h: $string.anything works for whitespace strings,
5028: ^string.contains added for hash compatibility, $string.method no
5029: longer returns stting method (implements feature #1046)
5030:
5031: 2016-05-12 moko
5032:
5033: * src/classes/curl.C: content-type response header no longer
5034: ignored (fixes issue #1045)
5035:
5036: * tests/: 330.html, results/330.processed: test for incomplete
5037: finally execution when break occures added (related to issue
5038: #1077)
5039:
5040: * src/classes/op.C: bugfix: Request::skip reset is called before
5041: executing catch and finally code (fixes issue #1062)
5042:
5043: 2016-05-11 moko
5044:
5045: * tests/: 329.html, results/329.processed: test for invalid
5046: ^break[] behavour added (bug #1077)
5047:
5048: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5049:
5050: 2016-04-24 moko
5051:
5052: * src/types/pa_vstateless_class.h: warning war
5053:
5054: 2016-04-17 moko
5055:
5056: * tests/: 328.html, results/328.processed: test for
5057: ^break(condition) and ^continue(condition) (related to feature
5058: #1063)
5059:
5060: * src/classes/op.C: ^break(condition) and ^continue(condition)
5061: implemented (feature #1063)
5062:
5063: 2016-04-12 moko
5064:
5065: * tests/results/280.processed: ordered hash now used for class
5066: methods and properties (test results updated for feature #1069)
5067:
5068: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5069: to xdoc.C as under FreeBSD it was inited after and inheritance
5070: failed (related to issue #1051)
5071:
5072: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5073: are printed to check inheritance (related to feature #1051)
5074:
1.103 moko 5075: 2016-04-09 moko
5076:
5077: * tests/results/320.processed: ordered hash now used for class
5078: methods and properties (test results updated for feature #1069)
5079:
5080: * src/types/pa_vstateless_class.h: ordered hash now used for class
5081: methods and properties (implements feature #1069)
5082:
5083: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5084: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5085: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5086: feature #1051)
5087:
5088: 2016-04-07 moko
5089:
5090: * src/main/execute.C: returned Value in .CLASS case for VJunction
5091: (related to feature #1051)
5092:
5093: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5094: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5095: string constants deduplication (related to feature #1051)
5096:
5097: * tests/results/224.processed: test result updated (related to
5098: feature #1051)
5099:
5100: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5101: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5102: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5103: types/pa_vstatus.h: classes hash now contains only
5104: VStateless_class derived objects, .CLASS is also allways
5105: VStateless_class derived object (related to feature #1051).
5106:
5107: 2016-04-06 moko
5108:
5109: * tests/results/323.processed: test result updated after feature
5110: #1051 implementation
5111:
5112: * src/: classes/classes.h, classes/op.C, classes/response.C,
5113: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5114: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5115: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5116: types/pa_vresponse.C, types/pa_vresponse.h,
5117: types/pa_vstateless_class.h: base -> methoded_donor for static
5118: classes, type() moved from VStateless_class to VClass and
5119: Methoded (implements feature #1051)
5120:
5121: 2016-04-04 moko
5122:
5123: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5124: beauty: put_class added (related to feature #1051)
5125:
5126: 2016-04-01 moko
5127:
5128: * tests/results/: 175.processed, 192.processed, 224.processed,
5129: 229.processed, 244.processed, 246.processed, 316.processed: test
5130: results updated as class.type() removed from error messages, only
5131: type() left (related to feature #1051)
5132:
5133: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5134: classes/op.C, classes/reflection.C, main/compile.y,
5135: main/compile_tools.h, main/execute.C, main/pa_request.C,
5136: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5137: types/pa_vmethod_frame.h, types/pa_vobject.h,
5138: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5139: from VStateless_class, type() is used instead (related to feature
5140: #1051)
5141:
5142: * src/classes/mail.C: old logic restored.
5143:
5144: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5145: classes/classes.h, classes/curl.C, classes/date.C,
5146: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5147: classes/hashfile.C, classes/image.C, classes/inet.C,
5148: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5149: classes/memcached.C, classes/memory.C, classes/reflection.C,
5150: classes/regex.C, classes/response.C, classes/string.C,
5151: classes/table.C, classes/xdoc.C, classes/xnode.C,
5152: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5153: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5154: feature #1051)
5155:
5156: 2016-03-30 moko
5157:
5158: * tests/: 327.html, results/224.processed, results/327.processed:
5159: test for TZ specification in ^date::create[], TZ is kept during
5160: ^date::create[$dt] (related to feature #1048)
5161:
5162: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5163: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5164: feature #1048)
5165:
5166: 2016-03-29 moko
5167:
5168: * tests/: 315.html, results/315.processed: test for timezone format
5169: +HHmm added (related to feature #1065)
5170:
5171: * src/classes/date.C: timezone format +HHmm now supported
5172: (implements feature #1065)
5173:
5174: 2016-03-28 moko
5175:
5176: * tests/: 202.html, results/131.processed, results/202.processed,
5177: results/224.processed, results/256.processed,
5178: results/315.processed: test results updated after %.2d now
5179: default for hours offset in iso-string (was %2d), test for
5180: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5181: added (related to feature #1065)
5182:
5183: 2016-03-27 moko
5184:
5185: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5186: feature #1065)
5187:
5188: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5189: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5190: added (implements feature #1065)
5191:
5192: 2016-03-24 moko
5193:
5194: * tests/: 202.html, results/202.processed: test $date.week added
5195: (related to bug #1067)
5196:
5197: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5198: date (fix for bug #1067)
5199:
5200: 2016-03-10 moko
5201:
5202: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5203:
1.102 moko 5204: 2015-12-07 moko
5205:
5206: * tests/: 326.html, results/326.processed: test for .CLASS &
5207: .CLASS_NAME optimization added (related to feature #844)
5208:
5209: 2015-11-17 moko
5210:
5211: * tests/: 323.html, results/323.processed: order added
5212:
5213: * tests/: 325.html, results/325.processed: double range test added
5214: (related to bug #1049)
5215:
5216: 2015-11-16 moko
5217:
5218: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5219: added to disallow NaN and Infinity (fixes bug #1049)
5220:
5221: 2015-11-11 moko
5222:
5223: * tests/324.html: parser 3.4.3 execution support added (related to
5224: feature #1017)
5225:
5226: * tests/: 324.html, results/324.processed: test for
5227: GET_ELEMENT4CALL feature added (feature #1017)
5228:
1.101 moko 5229: 2015-10-29 moko
5230:
1.211 moko 5231: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5232:
5233: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5234:
5235: * src/main/pa_exec.C: get_exit_status implemented for Windows
5236: (related to bug #1043)
5237:
5238: 2015-10-28 moko
5239:
5240: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5241: hangup during ^file::exec (fixes bug #1043)
5242:
1.100 moko 5243: 2015-10-27 moko
5244:
5245: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5246:
1.99 moko 5247: 2015-10-26 moko
5248:
1.100 moko 5249: * tests/322.html, src/classes/reflection.C: arguments reorder
5250: (related to issue #1041)
5251:
5252: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5253: Copyright year updated
5254:
1.99 moko 5255: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5256: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5257: classes/form.C, classes/hash.C, classes/hashfile.C,
5258: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5259: classes/mail.C, classes/math.C, classes/memcached.C,
5260: classes/memory.C, classes/op.C, classes/reflection.C,
5261: classes/regex.C, classes/response.C, classes/string.C,
5262: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5263: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5264: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5265: include/pa_config_fixed.h, include/pa_config_includes.h,
5266: include/pa_dictionary.h, include/pa_dir.h,
5267: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5268: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5269: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5270: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5271: include/pa_request_charsets.h, include/pa_request_info.h,
5272: include/pa_sapi.h, include/pa_socks.h,
5273: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5274: include/pa_stack.h, include/pa_string.h,
5275: include/pa_stylesheet_connection.h,
5276: include/pa_stylesheet_manager.h, include/pa_table.h,
5277: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5278: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5279: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5280: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5281: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5282: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5283: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5284: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5285: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5286: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5287: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5288: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5289: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5290: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5291: main/pa_string.C, main/pa_stylesheet_connection.C,
5292: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5293: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5294: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5295: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5296: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5297: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5298: targets/isapi/parser3isapi.C, types/pa_junction.h,
5299: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5300: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5301: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5302: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5303: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5304: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5305: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5306: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5307: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5308: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5309: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5310: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5311: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5312: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5313: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5314: types/pa_vresponse.C, types/pa_vresponse.h,
5315: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5316: types/pa_vstateless_object.h, types/pa_vstatus.C,
5317: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5318: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5319: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5320: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5321: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5322:
5323: * src/targets/cgi/parser3.C: year updated
5324:
5325: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5326: issue #1041)
5327:
5328: * tests/: 323.html, results/323.processed: test for base classes
5329: added
5330:
5331: * tests/: 261.html, results/261.processed: updated after better
5332: error reporting done for $string.key exception
5333:
5334: * src/types/pa_vstring.h: better error report for $string.key
5335: exception
5336:
5337: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5338: copied as VObject::get_element4call to remove extra virtual call
5339:
5340: * tests/: 322.html, results/322.processed: test for
5341: ^reflection:is[] added (related to feature #1041)
5342:
5343: * src/classes/reflection.C: ^reflection:is empty value is void
5344: (related to feature #1041)
5345:
5346: * src/classes/reflection.C:
5347: ^reflection:is[class_name|code|method;[context;]element_name]
5348: added (implements feature #1041)
5349:
5350: 2015-10-24 moko
5351:
5352: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5353:
1.98 moko 5354: 2015-10-22 moko
5355:
5356: * tests/: 321.html, results/321.processed: test for
5357: ^reflection:method_info[] file detection added
5358:
5359: * tests/: 320.html, results/320.processed: test for
5360: ^reflection:class_by_name[class_name] added (related to feature
5361: #993)
5362:
5363: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5364: added (implements feature #993)
5365:
5366: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5367: (related to feature #1017)
5368:
5369: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5370: added (related to issue #1039)
5371:
5372: * src/main/pa_request.C: ^throw origin fixed (related to feature
5373: #1039)
5374:
5375: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5376: for VDate
5377:
5378: * tests/results/182.processed: updated after feature #1038
5379: implemented
5380:
5381: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5382: compile-time exception origin added (test for feature #1039)
5383:
5384: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5385: main/pa_request.C: exception unification: compile-time exceptions
5386: now have origin, @USE origins also tracked (implements feature
5387: #1039)
5388:
5389: 2015-10-20 moko
5390:
5391: * src/main/pa_request.C: cleanup
5392:
5393: 2015-10-15 moko
5394:
5395: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5396:
5397: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5398: types/pa_vtable.C: new feature: no more $table.method and
5399: $hash.method, aliases for _at, _count, _key (related to feature
5400: #1017)
5401:
1.97 moko 5402: 2015-10-14 moko
5403:
1.98 moko 5404: * tests/: 317.html, results/317.processed: test for
5405: ^string.unescape[] added (related to feature #120)
5406:
1.97 moko 5407: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5408: defined" bug (described in issue #1036)
5409:
5410: * tests/: 247.html, results/247.processed: test for checkBOM added
5411: (test for bug #1037)
5412:
5413: * src/: include/pa_charsets.h, main/pa_charsets.C,
5414: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5415: it's not enforced, skips BOM signature if it complies charset
5416: (fixes bug #1037)
5417:
5418: 2015-10-13 moko
5419:
5420: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5421: linking
5422:
5423: * src/classes/inet.C: vs2003 compilation fix
5424:
5425: * src/classes/math.C: warning war
5426:
5427: * src/lib/punycode/pa_punycode.c: warning war
5428:
5429: 2015-10-12 moko
5430:
5431: * src/lib/punycode/pa_punycode.c: warning war
5432:
5433: * parser3.sln: moved parser3 first, to make it default startup
5434: project
5435:
5436: * buildall: parser "mirror" now used for external libs sources
5437: (implements feature #1036)
5438:
5439: * buildall: most external libs are updated to their current
5440: versions (related to feature #1036)
5441:
5442: * src/classes/image.C: more tags added
5443:
5444: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5445:
5446: 2015-10-11 moko
5447:
5448: * src/classes/curl.C: minor optimization (related to feature #1035)
5449:
5450: 2015-10-09 moko
5451:
5452: * src/classes/curl.C: pa_strdup added for strings from curl
5453: (related to feature #1035)
5454:
5455: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5456: ULLONG_MAX definition
5457:
5458: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5459: (implements feature #1035)
5460:
5461: * src/main/pa_charset.C: String::Body(String::C) used
5462:
5463: * src/main/pa_charset.C: exceptions unified
5464:
5465: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5466: unified
5467:
5468: * src/: classes/file.C, classes/image.C, classes/mail.C,
5469: classes/op.C, classes/xdoc.C, classes/xnode.C,
5470: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5471: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5472: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5473: String::Body(String::C) constructor added (related to bug #957)
5474:
5475: * src/classes/file.C: minor optimization
5476:
5477: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5478: Cord(char*) autocreation (related to bug #957)
5479:
5480: * src/: classes/string.C, main/untaint.C: minor optimizations
5481:
5482: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5483: String(char*, Lang, length) removed, String(C(), Lang) used
5484: instead (related to bug #957)
5485:
5486: 2015-10-08 moko
5487:
5488: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5489: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5490: main/untaint.C: Now char * is converted to CORD only using
5491: AS_CORD() to check for empty cord bug (fixes bug #957)
5492:
5493: * src/include/pa_hash.h: fixed compilation without
5494: HASH_CODE_CACHING
5495:
5496: * src/classes/string.C:
5497: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5498: feature #120)
5499:
5500: * src/main/pa_common.C: reduce js flags checks count (related to
5501: feature #120)
5502:
1.96 moko 5503: 2015-10-07 moko
5504:
5505: * tests/: 275.html, results/275.processed: test modified after
5506: unsigned long long int support implemented (feature #1034)
5507:
5508: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5509: pa_atoul added for unsigned long long int support
5510:
5511: 2015-10-06 moko
5512:
5513: * src/types/pa_vdate.C: INT_MAX used
5514:
5515: 2015-10-03 moko
5516:
5517: * tests/: 302.html, results/302.processed: test for bug #1023
5518: (\u2028, \u2029 escaping) added
5519:
5520: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5521: json:string[] (fixes bug #1023)
5522:
5523: 2015-09-29 moko
5524:
5525: * tests/305.html: try-catch added for OS without ipv6 support
5526:
5527: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5528: compilation
5529:
5530: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5531: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5532: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5533: implemented to distinguish ^hash.method from $hash.field
5534: (implements feature #1017)
5535:
5536: * src/lib/punycode/pa_punycode.c: warning war
5537:
5538: * src/include/pa_config_includes.h: warning war
5539:
5540: * src/include/pa_config_includes.h: pragma warning actualized a bit
5541:
5542: * src/include/pa_config_includes.h: warning war
5543:
5544: * src/include/pa_hash.h: clang compilation fix
5545:
5546: 2015-09-27 moko
5547:
5548: * src/main/compile.tab.C: Bison 3 is now default
5549:
5550: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5551:
5552: 2015-09-25 moko
5553:
5554: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5555: works with undefined HASH_ORDER (related to feature #196)
5556:
5557: 2015-09-24 moko
5558:
5559: * tests/: 027.html, results/027.processed: test modified to test
5560: ^hash.sort (feature #196)
5561:
5562: * src/: classes/hash.C, include/pa_hash.h:
5563: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5564: added (implements feature #196)
5565:
5566: * tests/: 316.html, results/316.processed: Added test for bug #1025
5567: (exception handling in non-cached ^cache), plus for "it does not
5568: have logical value" and "$exception.handled value must be either
5569: boolean or string 'cache'" exceptions.
5570:
5571: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5572: code (fixes bug #1025)
5573:
1.95 moko 5574: 2015-09-23 moko
5575:
5576: * src/classes/table.C: warning war
5577:
5578: * src/: classes/math.C, types/pa_vcookie.C: warning war
5579:
5580: * src/classes/file.C: warning war
5581:
5582: * src/: include/pa_table.h, main/pa_table.C: warning war
5583:
5584: * src/: main/pa_request.C, classes/date.C: warning war
5585:
5586: * src/: types/pa_vdate.C, classes/op.C: warning war
5587:
5588: * tests/: 122.html, results/122.processed: win sync: to remove
5589: differences with OS that doesn't keep timezone change history
5590:
5591: * src/types/pa_vdate.C: tzset() should be called in Windows after
5592: TZ change (related to feature #36)
5593:
5594: * tests/: 075.html, results/075.processed: win sync: to remove
5595: differences with OS that doesn't keep timezone change history
5596:
5597: * tests/: 315.html, results/315.processed: win sync: to remove
5598: differences with OS that doesn't keep timezone change history
5599:
5600: * tests/: 256.html, results/256.processed: win sync: to remove
5601: differences with OS that doesn't keep timezone change history
5602:
5603: * tests/: 124.html, results/124.processed: win results sync: to
5604: avoid hitting time change hole.
5605:
5606: * src/types/pa_vdate.C: static returned. :)
5607:
5608: 2015-09-22 moko
5609:
5610: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5611:
5612: * tests/results/131.processed: more tests for feature #1032
5613:
5614: * src/classes/date.C: minor fix related to feature #1032
5615:
1.211 moko 5616: * operators.ru.txt, operators.txt: ISO date creation documented
5617: (related to feature #1032)
1.95 moko 5618:
1.211 moko 5619: * operators.ru.txt, operators.txt: iso-string documented (related
5620: to feature #1032)
1.95 moko 5621:
5622: * tests/: 315.html, results/315.processed: more tests added
5623: (related to feature #1032)
5624:
5625: * tests/: 131.html, results/131.processed: date range checks
5626: updated (related to feature #36)
5627:
5628: * tests/: 315.html, results/057.processed, results/315.processed:
5629: test added for ISO date support (related to issue #315)
5630:
5631: * src/classes/date.C: more readable exceptions in date creation
5632: (related to ticket #1032)
5633:
5634: 2015-09-18 moko
5635:
5636: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5637: added (related to issue #1032)
5638:
5639: * tests/results/256.processed, src/classes/json.C: iso-string
5640: documented (related to issue #1032)
5641:
5642: * tests/: 256.html, results/256.processed: ISO date check added
5643: (related to issue #1032)
5644:
5645: * tests/: 057.html, results/057.processed, results/224.processed:
5646: tests results updated after ISO date support implemented (related
5647: to feature #1032)
5648:
5649: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5650: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5651: ^date::create[string] constructor formalized, ^date.iso-string[]
5652: added (implements feature #1032)
5653:
5654: 2015-09-05 moko
5655:
1.211 moko 5656: * operators.ru.txt, operators.txt: actualized
1.95 moko 5657:
1.211 moko 5658: * operators.ru.txt, operators.txt: date changes documented (related
5659: to ticket #36)
1.95 moko 5660:
5661: 2015-09-04 moko
5662:
5663: * src/types/pa_vdate.C: warning war
5664:
5665: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5666:
5667: 2015-09-03 moko
5668:
5669: * tests/results/096.processed: test result updated for 0..9999 year
5670: date range support (related to feature #36)
5671:
5672: * tests/: 314.html, results/314.processed: test for
5673: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5674: bug #1031)
5675:
5676: * src/classes/string.C: Static calls fixed for ^string:base64[],
5677: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5678:
1.116 moko 5679: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5680: configure.in -> configure.ac
1.95 moko 5681:
1.116 moko 5682: * configure, configure.in, src/include/pa_config_auto.h.in: more
5683: correct timezone check for FreeBSD Warning war: configure.in ->
5684: configure.ac
1.95 moko 5685:
5686: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5687: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5688: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5689: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5690: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5691: src/main/Makefile.am, src/targets/apache/Makefile.am,
5692: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5693: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5694: check added
5695:
5696: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5697:
5698: * tests/results/: 124.processed, 224.processed: test resuls updated
5699: for new date implementation (related to feature #36)
5700:
5701: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5702: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5703: types/pa_vdate.h: new double date implementation with internal
5704: support for extended 0..9999 year range, default timezone support
5705: (related to feature #36)
5706:
5707: 2015-08-28 moko
5708:
5709: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5710: (fixes bug #1030)
5711:
5712: 2015-08-21 moko
5713:
5714: * src/classes/inet.C: snprintf size "bug" commented
5715:
5716: * src/main/pa_common.C: snprintf comments updated
5717:
5718: 2015-08-16 moko
5719:
5720: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5721:
5722: 2015-08-11 moko
5723:
5724: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5725: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5726: can be null (fixes bug #1029)
5727:
5728: 2015-08-06 moko
5729:
1.116 moko 5730: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5731: pa_vdate.C added
1.95 moko 5732:
5733: 2015-08-05 moko
5734:
5735: * tests/: 313.html, results/313.processed: test for
5736: ^table.count[columns] and ^table.flip[] with nameless tables
5737: (feature #1003)
5738:
5739: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5740: max_cell added, now ^table.count[columns] and ^table.flip[] works
5741: correctly for nameless tables (implements feature #1003)
5742:
5743: 2015-08-03 moko
5744:
5745: * tests/312.html: test for ^table.append[$hash] and
5746: ^table.insert[$hash] added (related to feature #1028)
5747:
5748: * src/classes/table.C: ^table.append[$hash] and
5749: ^table.insert[$hash] now supported (implements feature #1028)
5750:
5751: * tests/: 312.html, results/312.processed: test row copy in
5752: ^table.hash[; $.type[table] ] added (related to feature #1016)
5753:
5754: * src/classes/table.C: row copy now created in ^table.hash[;
5755: $.type[table] ] (related to feature #1016)
5756:
5757: 2015-07-29 moko
5758:
5759: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5760: added (related to feature #1016)
5761:
5762: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5763: ^table.delete[] added to delete current row (related to feature
5764: 1016)
5765:
5766: 2015-07-28 moko
5767:
5768: * tests/: 312.html, results/312.processed: test for
5769: $table.column[value] and ^table.insert{row} (related to feature
5770: #1016)
5771:
5772: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5773: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5774: ^table.insert{row} are now implemented (feature #1016)
5775:
5776: * src/include/pa_array.h: Optimization: bool reverse removed from
5777: append(), insert() added, memmove arguments order in remove()
5778: fixed (related to feature #1016)
5779:
5780: 2015-07-23 moko
5781:
5782: * src/classes/json.C: tainted json and empty json exception added
5783: (implements feature #1015)
5784:
5785: * tests/: 311.html, results/311.processed: empty json and tainted
5786: json exception test added (related to issue #1015)
5787:
5788: 2015-07-22 moko
5789:
5790: * tests/: 311.html, results/311.processed: test for UTF-8
5791: processing added
5792:
5793: * tests/: 311.html, results/311.processed: test for
5794: json_exception_with_source added (related to issue #394)
5795:
5796: * src/classes/json.C: json_exception_with_source added (implements
5797: feature #394)
5798:
5799: 2015-06-29 moko
5800:
5801: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5802: directories are now correctly determined if _d_type == DT_UNKNOWN
5803: (closes bug #1027)
5804:
5805: 2015-06-10 moko
5806:
5807: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5808: error if libxml has LIBXML_ICU_ENABLED.
5809:
5810: 2015-06-04 moko
5811:
5812: * tests/099.html: ups, reverting
5813:
5814: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5815: results/310.processed: tests for $response:body[ $.file[] ] and
5816: $response:last-modified added
5817:
5818: * src/main/pa_request.C: last-modified check fixed
5819:
5820: 2015-06-03 moko
5821:
5822: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5823: results/205.processed, results/293.processed: $response:headers
5824: logging added (tests for feature #1007)
5825:
5826: * src/: include/pa_common.h, include/pa_request.h,
5827: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5828: $response:headers are now in uppercase (closes feature #1007)
5829:
5830: 2015-06-02 moko
5831:
5832: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5833: build errors reverted for clang compatibility
5834:
5835: 2015-06-01 moko
5836:
5837: * src/include/pa_memory.h: -pedantic build errors fixed
5838:
5839: * src/classes/math.C: -pedantic build error fixed
5840:
5841: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5842:
5843: 2015-05-31 moko
5844:
5845: * src/classes/table.C: USE_STRINGSTREAM optimized
5846:
5847: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5848: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5849: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5850: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5851: types/pa_vxnode.h: warning war (-pedantic flag)
5852:
5853: 2015-05-28 moko
5854:
5855: * tests/: 308.html, results/308.processed: test for
5856: ^table::create[$t;], etc work added (related to bug #975)
5857:
5858: * src/classes/table.C: check_option_param removed,
5859: ^table::create[$t;], etc now works (fixes bug #975)
5860:
5861: 2015-05-27 moko
5862:
5863: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5864: (Debian jessie) fixed (closes issue #1024)
5865:
5866: * tests/Makefile: sort added as in Debian jessie list become
5867: unsorted
5868:
5869: 2015-05-18 moko
5870:
5871: * tests/: 201.html, results/201.processed: test for
5872: ^string.trim[what] feature #1022
5873:
5874: * src/classes/string.C: ^string.trim[what] now supported,
5875: implements feature #1022
5876:
5877: 2015-05-17 moko
5878:
5879: * tests/results/185.processed: test result updated as feature #1021
5880: implemented (left/right accept negative parameter)
5881:
5882: * src/classes/string.C: left/right now accept negative parameter
5883: (implements feature #1021)
5884:
5885: 2015-05-08 moko
5886:
5887: * src/classes/math.C: isalnum -> pa_isalnum
5888:
5889: * src/main/execute.C: optimization in getter-junction processing
5890: (related to issue #997)
5891:
5892: 2015-05-07 moko
5893:
5894: * tests/: 307.html, results/307.processed: test for issue #997
5895: added
5896:
5897: * src/main/execute.C: process_getter result now checked if junction
5898: returned (closes issue #997)
5899:
5900: * tests/: 305.html, results/305.processed: sort added to ignore
5901: different order
5902:
5903: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5904: assignment (closes issue #994)
5905:
5906: * tests/: 306.html, results/306.processed: test for issue #994
5907: added
5908:
5909: * tests/: 303.html, results/303.processed: two more errors tested
5910:
5911: 2015-05-06 moko
5912:
5913: * tests/: 305.html, results/305.processed: test for name2ip &
5914: ip2name added (related to feature #992)
5915:
5916: * tests/: 303.html, 304.html, results/303.processed,
5917: results/304.processed: tests for idna conversion added (related
5918: to issue #849)
5919:
5920: 2015-05-02 moko
5921:
5922: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5923: implemented
5924:
5925: 2015-04-30 moko
5926:
5927: * src/main/pa_http.C: idna_host added, related to issue #849
5928:
5929: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5930: (related to issue #849)
5931:
5932: 2015-04-24 moko
5933:
5934: * src/types/pa_vjunction.C: warning war
5935:
5936: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5937: unification
5938:
5939: * src/lib/punycode/pa_idna.c: warning war
5940:
5941: 2015-04-22 moko
5942:
5943: * src/main/main.vcproj: punycode include path added
5944:
5945: * src/lib/punycode/pa_idna.c: windows compile error fixed
5946:
5947: * src/lib/punycode/pa_idna.c: warning war
5948:
5949: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5950: project file added
5951:
5952: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5953:
5954: * src/include/pa_memory.h: warning war
5955:
5956: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5957: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5958: implemented (related to feature #849)
5959:
5960: * configure.in, src/main/Makefile.am,
5961: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5962: libpunycode added in Unix
5963:
5964: 2015-04-21 moko
5965:
5966: * configure.in: large files support
5967:
5968: 2015-04-15 moko
5969:
5970: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5971: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5972: pa_punycode.h: initial version for punycode/idna support library
5973: (ticket #849)
5974:
5975: 2015-04-08 moko
5976:
5977: * src/: classes/curl.C, classes/date.C, classes/file.C,
5978: classes/image.C, classes/mail.C, classes/reflection.C,
5979: classes/string.C, classes/xnode.C, include/pa_request.h,
5980: include/pa_string.h, include/pa_stylesheet_connection.h,
5981: main/compile.y, main/compile_tools.h, main/execute.C,
5982: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5983: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5984: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5985: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5986: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5987: clang compiler warnings (closes issue #1018)
5988:
5989: * src/include/pa_string.h: String::Body comparation operators with
5990: char * added (related to issue #958)
5991:
5992: 2015-04-07 moko
5993:
5994: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5995: pa_malloc/pa_free to remove system malloc/free usage (related to
5996: issue #1018)
5997:
5998: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5999: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6000: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6001: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6002: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6003: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6004: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6005: malloc/strdup/free replaced with pa_ version and checks for
6006: accidental use of non-pa_ version added (related to issue #1018)
6007:
6008: 2015-04-03 moko
6009:
6010: * buildall: pcre-8.33 -> pcre-8.36
6011:
6012: * src/: main/compile.y, classes/form.C, classes/mail.C,
6013: classes/op.C, classes/string.C, main/compile.tab.C,
6014: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6015: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6016: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6017: ticket #958)
6018:
6019: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6020: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6021: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6022: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6023: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6024: $request:headers, $request:method added (implements feature
6025: #1007)
6026:
6027: 2015-03-17 misha
6028:
6029: * tests/302.html: - test for
6030: ^json:string[...;$._default[method-name]]
6031:
6032: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6033: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6034: option $._default[method-name] is specified in ^json:string[], a
6035: method with specified name will be called for classes/objects
6036: serialization ( new feature: #982 )
6037:
6038: 2015-03-16 misha
6039:
6040: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6041: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6042: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6043: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6044: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6045: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6046: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6047: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6048: types/pa_vrequest.h, types/pa_vstateless_class.C,
6049: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6050: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6051: $var.CLASS_NAME now have special opcodes. This can be switched
6052: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6053: on pa_opcode.h ( new feature: #844 )
6054:
6055: 2015-03-15 misha
6056:
6057: * tests/075.html: - test for $response:header[]
6058:
6059: * src/types/pa_vresponse.C: - $response:header[] deletes header
6060: that was set earlie ( new feature: #1001 )
6061:
6062: 2015-03-12 misha
6063:
6064: * tests/246.html: - more tests for ^hash._at[]
6065:
6066: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6067: accepts second param [key|value|hash] ( new feature: #1012 )
6068:
6069: 2015-03-09 moko
6070:
6071: * src/types/pa_vmail.C: exception for everything but
6072: $mail:received, closes issue #1011
6073:
6074: 2015-02-20 moko
6075:
6076: * tests/: 275.html, results/275.processed: hex detection in
6077: pa_atoui fix test (closes issue #1010)
6078:
6079: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6080: issue #1010)
6081:
6082: 2015-02-17 moko
6083:
6084: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6085: tainted.
6086:
6087: 2015-02-03 misha
6088:
6089: * tests/301.html: - test for ^json:string($double) causes
6090: exception. bugfix: #1008
6091:
6092: * src/classes/json.C: - ^json:string($double) causes exception.
6093: bugfix: #1008
6094:
6095: * tests/014.html: - updated for work with ^hash.delete[]
6096:
6097: 2015-01-12 misha
6098:
6099: * src/: classes/form.C, include/pa_common.h,
6100: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6101: types/pa_vform.h: - supports body with PUT method as well ( new
6102: feature: #1006 )
6103:
6104: * src/classes/file.C: - warnings war
6105:
6106: 2015-01-11 misha
6107:
6108: * tests/300.html: - test for ^hash.delete[] is added
6109:
6110: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6111: feature: #989 ) - tiny optimization in intersects
6112:
6113: 2015-01-06 moko
6114:
6115: * src/types/pa_vmail.C: file names transcode added, to and cc added
6116: with transcode, attachments detection fixed
6117:
6118: * src/main/pa_request.C: filling mail received after cgi/auto.p
6119: load to allow charset switch (related to issue #996)
6120:
6121: 2014-12-31 moko
6122:
6123: * src/types/pa_vmail.C: from and subject now transcoded if not
6124: UTF-8 source charset (fixes issue 996)
6125:
6126: * src/main/pa_exception.C: fixed string from stack bug (closes
6127: issue #1000)
6128:
6129: 2014-12-11 misha
6130:
6131: * src/types/pa_vhashfile.C: - check if key is not empty before
6132: access ( bug fix: #1005 )
6133:
6134: 2014-11-13 misha
6135:
6136: * src/main/compile.y: - PC.append does not reset to false while
6137: creating a new class. bugfix: #990
6138:
6139: * tests/299.html: - test for creation class after working with
6140: partial class (create+append)
6141:
6142: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6143: #995
6144:
6145: * tests/232.html: - test for @get[def] added
6146:
6147: 2014-10-12 moko
6148:
6149: * src/lib/pcre/pcre_internal.vcproj: correct path
6150:
6151: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6152: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6153: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6154: targets/apache/ApacheModuleParser3.vcproj,
6155: targets/apache/ApacheModuleParser3Core.vcproj,
6156: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6157: types/types.vcproj: project GUID inserted in *.vcproj for correct
6158: conversion in newer VS versions
6159:
6160: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6161: pcre_internal.vcproj added
6162:
6163: 2014-08-28 moko
6164:
6165: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6166: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6167: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6168:
6169: 2014-06-30 misha
6170:
6171: * tests/298.html: - tests for ^reflection:def[class;className]
6172: added
6173:
6174: * src/classes/reflection.C: - ^reflection:def[class;className]
6175: added ( new feature: #918 )
6176:
6177: 2014-06-29 misha
6178:
6179: * src/classes/table.C: - ^table::create[unsupported data] -
6180: exception comment changed to "body must be table or code" ( bug
6181: fix: #951 )
6182:
6183: * tests/: 261.html, results/261.processed: - tests for
6184: ^json:string[...;$.void[null|string]] added
6185:
6186: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6187: option $.void[string|null] added to ^json:string[...] ( new
6188: feature: #952 )
6189:
6190: 2014-06-28 moko
6191:
6192: * src/classes/curl.C: $.charset now processed before other curl
6193: options (closes issue #980)
6194:
6195: 2014-05-23 misha
6196:
6197: * src/classes/json.C: - bug fix: #987
6198:
6199: 2014-05-04 misha
6200:
6201: * tests/: 253.html, 253_json.txt: - test for
6202: ^json:parse[$.int(false)] is added
6203:
6204: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6205: default true). The option is similar to $.double(bool) but for
6206: integers.
6207:
6208: 2014-05-01 moko
6209:
6210: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6211: #12 )
6212:
6213: 2014-04-16 moko
6214:
6215: * src/main/pa_http.C: response-charset option should finally work
6216: now (fix for issue #867)
6217:
6218: * src/main/pa_http.C: response-charset option should work now (fix
6219: for issue #867)
6220:
6221: 2014-03-07 moko
6222:
6223: * buildall: libgc moved
6224:
6225: * buildall: libgc moved
6226:
6227: 2013-12-29 moko
6228:
6229: * src/classes/string.C: ^string:js-unescape result now tainted,
6230: closes issue #966
6231:
6232: * tests/: 186.html, results/186.processed: ^string:js-unescape
6233: result now tainted, issue #966
6234:
6235: 2013-12-03 moko
6236:
6237: * src/: classes/memcached.C, types/pa_vmemcached.C,
6238: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6239: option was added for http://www.parser.ru/forum/?id=79343
6240:
6241: * src/classes/file.C: bugfix for
6242: http://www.parser.ru/forum/?id=79337
6243:
6244: 2013-11-05 moko
6245:
6246: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6247:
6248: * src/main/pa_globals.C: spelling fixed
6249:
6250: 2013-10-29 moko
6251:
6252: * src/lib/json/json.vcproj: json.c -> pa_json.C
6253:
6254: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6255: #892
6256:
6257: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6258: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6259: exceptions to be thrown thougth json library), related to issue
6260: #892
6261:
6262: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6263: related to issue #896
6264:
6265: 2013-10-24 moko
6266:
6267: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6268:
6269: 2013-10-23 moko
6270:
6271: * README: actualization
6272:
6273: 2013-10-22 moko
6274:
6275: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6276: compatibility patch from Sergey Kirpichev
6277:
6278: * tests/: 297.html, results/297.processed: non-working getter fix
6279: test for issue #948
6280:
6281: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6282: called when saving value of $match variable in ^string.match[] to
6283: increase compatibility (related to issue #948).
6284:
6285: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6286: usage optimization
6287:
6288: 2013-10-21 moko
6289:
6290: * tests/: 182.html, results/182.processed: local path removed for
6291: compatibility
6292:
6293: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6294: results/244.processed, results/253.processed,
6295: results/254.processed, results/275.processed,
6296: results/281.processed: try_catch -> try-catch
6297:
6298: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6299: results/294.processed, results/296.processed: try_catch ->
6300: try-catch
6301:
6302: 2013-10-20 moko
6303:
6304: * tests/: 296.html, results/296.processed: test for xsl exception
6305: for issue #938 added.
6306:
6307: * src/: include/pa_xml_exception.h,
6308: main/pa_stylesheet_connection.C: forgotten to be replaced
6309: XmlException is now replaced (once again closes issue #938)
6310:
6311: 2013-10-18 moko
6312:
6313: * buildall: disable clock_gettime detection to avoid librt linking
6314: (which in turn depends on libpthread), related to issue #943
6315:
6316: 2013-10-18 misha
6317:
6318: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6319: lib/smtp/smtp.vcproj, main/main.vcproj,
6320: targets/apache/ApacheModuleParser3Core.vcproj,
6321: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6322: types/types.vcproj: - new locations for libxml2 includes where
6323: added to vcproj files
6324:
6325: 2013-10-18 moko
6326:
6327: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6328: fix
6329:
6330: * tests/: 295.html, results/295.processed: test for issue #948
6331: updated
6332:
6333: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6334: :)
6335:
6336: * tests/: 295.html, results/295.processed: test for issue #948
6337: added
6338:
6339: * src/: classes/hash.C, classes/string.C, classes/table.C,
6340: include/pa_request.h, types/pa_method.h: for getters and setters
6341: to be executed request.put_element should be called, not
6342: context.put_element (fixes issue #948)
6343:
6344: 2013-10-17 moko
6345:
6346: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6347: LIBXML2_NEW_BUFFER check (closes issue #943)
6348:
6349: * buildall: libxml 2.9.1 build is broken --without-reader.
6350:
6351: 2013-10-16 moko
6352:
6353: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6354:
6355: * tests/: 294.html, results/294.processed: test for issue #938
6356:
6357: * src/: classes/xdoc.C, classes/xnode.C,
6358: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6359: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6360:
6361: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6362: libxslt-1.1.26 -> libxslt-1.1.28
6363:
6364: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6365: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6366: to '?', related to issue #938
6367:
6368: 2013-10-15 moko
6369:
6370: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6371: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6372: minor optimizations (closes issue #896)
6373:
6374: * tests/results/: 292.processed, 293.processed: results updated to
6375: comply with issue #896
6376:
6377: * tests/: 292.html, 293.html, results/292.processed,
6378: results/293.processed: tests for json escaping
6379:
6380: 2013-10-14 moko
6381:
6382: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6383: and cleanup, code moved from .h to .C, no changes in code
6384:
6385: 2013-10-12 moko
6386:
6387: * tests/results/119.processed: updated test result commited
6388:
6389: * tests/: 291.html, results/291.processed: test for issue #894
6390: added
6391:
6392: * src/types/pa_wcontext.h: base methods call support function
6393: get_somebody_entered_some_class should not be true forever, as
6394: wcontext can have many get_elements calls (fixes issue #894)
6395:
6396: 2013-10-11 moko
6397:
6398: * tests/: 290.html, results/290.processed: test for junction GPF
6399: issue #942 added
6400:
6401: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6402: to native method fixed (closes issue #942)
6403:
6404: * tests/: 158.html, results/158.processed: test for csv-string[]
6405: added
6406:
6407: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6408: feature #907)
6409:
6410: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6411: feature #907)
6412:
6413: 2013-10-09 moko
6414:
6415: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6416: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6417: types/pa_vstateless_class.C: GET_default, SET_default now works
6418: properly not only in objects, but in classes as well (closes
6419: issue #903)
6420:
6421: * tests/: 289.html, results/289.processed: GET/SET_default now
6422: works in classes, not only objects, test case added, related to
6423: issue #903
6424:
6425: * tests/: 288.html, results/288.processed: test for endless
6426: recursion bug added (related to issue #903)
6427:
6428: 2013-10-05 moko
6429:
6430: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6431: classes/table.C, main/execute.C, types/pa_method.h,
6432: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6433: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6434: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6435: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6436: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6437: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6438: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6439: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6440: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6441: optimization: put_element no longer has "bool areplace" argument,
6442: related to issue #903
6443:
6444: 2013-10-03 moko
6445:
6446: * tests/results/182.processed: result for $.replace(false) test
6447: commited
6448:
6449: * src/classes/date.C: ^date::create(number) processed correctly
6450: (fixes issue #901)
6451:
6452: * src/classes/image.C: as_no_junction removed, as param can be
6453: expression (closes issue #931)
6454:
6455: * tests/233.html: test for issue #931 added
6456:
6457: 2013-10-02 moko
6458:
6459: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6460: modified, test for $.replace(false) added
6461:
6462: * src/main/compile_tools.h: forgotten class replace returned. :)
6463:
6464: 2013-09-30 moko
6465:
6466: * tests/: 141.html, results/141.processed: md5 tainting test added
6467:
6468: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6469: main/compile_tools.h, main/pa_request.C: allow_class_replace
6470: implemented; $.replace option added to ^process and ^use
6471:
6472: 2013-08-27 moko
6473:
6474: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6475: cstr_to_string_body_untaint should be called with charsets for
6476: possible uri language and connection for possible sql language.
6477: related to issue #857
6478:
6479: * buildall: and -> or fixed
6480:
6481: 2013-08-26 moko
6482:
6483: * buildall: prepare_ functions logic changed to support
6484: gc-7.2d.tar.gz extracting to gc-7.2 directory
6485:
6486: 2013-08-23 moko
6487:
6488: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6489: statically
6490:
6491: 2013-08-22 moko
6492:
6493: * src/classes/string.C: String::Empty used (related to issue #912)
6494: append_know_length removed (related to old GPF bug)
6495:
6496: 2013-08-21 moko
6497:
6498: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6499:
6500: * src/classes/math.C: ^math:digest[...;$file] support added
6501: (related to ticket #857
6502:
6503: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6504: implemented
6505:
6506: * src/types/pa_vhashfile.h: warning war
6507:
6508: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6509: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6510: anti_endless_json_string_recoursion removed from request;
6511: json_string_recoursion added to json_options; $.indent[indent
6512: value] now supported and passed within recoursion closes feature
6513: #937
6514:
6515: * tests/: 287.html, results/287.processed: test for feature #937
6516:
6517: 2013-07-31 moko
6518:
6519: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6520: compilation having #define _S
6521:
6522: * src/main/pa_globals.C: cleanup
6523:
6524: 2013-07-30 moko
6525:
6526: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6527: main/pa_common.C: vs2003 warning war
6528:
6529: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6530:
6531: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6532:
6533: * src/lib/md5/pa_sha2.c: warning war
6534:
6535: 2013-07-29 moko
6536:
6537: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6538: patches from github
6539:
6540: * src/: classes/bool.C, classes/double.C, classes/int.C,
6541: classes/memcached.C, include/pa_config_includes.h,
6542: types/pa_vfile.C, types/pa_vfile.h: warning war
6543:
6544: * src/lib/json/json.vcproj: C++ -> C
6545:
6546: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6547:
6548: * src/lib/json/: json.c, pa_json.C: windows compatibility
6549:
6550: * src/lib/json/: json.c, pa_json.C: windows compatibility
6551:
6552: * src/lib/json/: json.c, pa_json.C: warning war
6553:
6554: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6555:
6556: * src/include/pa_config_fixed.h: uint16_t added
6557:
6558: * configure.in: uint16_t check added
6559:
6560: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6561: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6562: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6563: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6564: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6565:
6566: 2013-07-25 moko
6567:
6568: * parser3.sln: dependencies added
6569:
6570: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6571: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6572: module support
6573:
6574: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6575:
6576: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6577:
6578: 2013-07-23 moko
6579:
6580: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6581: PA_DEBUG_GC_MEMORY removed
6582:
6583: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6584: PA_DEBUG_DISABLE_GC compilation fix
6585:
6586: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6587: main/pa_request.C: outdated RESOURCES_DEBUG removed
6588:
6589: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6590: garbage cleanup
6591:
6592: * src/main/pa_common.C: warning war
6593:
6594: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6595:
6596: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6597: minor cleanup
6598:
6599: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6600: uses cygwin, not WIN32 implementation
6601:
6602: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6603: able to exec shell scripts
6604:
6605: * src/classes/math.C: ifdef WIN32 cleanup
6606:
6607: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6608:
6609: * src/classes/curl.C: LT_MODULE_EXT used
6610:
6611: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6612:
6613: 2013-07-22 moko
6614:
6615: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6616: includes fix
6617:
6618: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6619:
6620: * configure.in, src/include/pa_config_includes.h,
6621: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6622: src/main/pa_exec.C: includes cleanup
6623:
6624: * src/targets/cgi/parser3.C: 2012->2013
6625:
6626: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6627:
6628: * configure.in, src/include/pa_config_includes.h,
6629: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6630: src/main/pa_random.C, src/main/pa_socks.C,
6631: src/types/pa_vstatus.C: cygwin support cleanup
6632:
6633: * configure.in: dirent.h check added
6634:
6635: * src/: include/pa_config_includes.h, include/pa_dir.h,
6636: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6637: not copied
6638:
6639: 2013-07-21 moko
6640:
6641: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6642:
6643: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6644: parser3.vcproj: unused getopt.h / getopt.c removed
6645:
1.211 moko 6646: * operators.ru.txt, operators.txt, src/classes/file.C,
6647: tests/022.html, tests/results/022.processed:
6648: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6649:
6650: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6651: src/main/pa_dir.C: ^file:list[] now has dir column and when
6652: $.stat(true) it has size/*date columns modified patch from misha@
6653: that closes issue #914.
6654:
6655: * src/: include/pa_config_includes.h, main/pa_globals.C:
6656: PA_RELEASE_ASSERTS removed
6657:
6658: * src/lib/md5/pa_md5c.c: minor cleanup
6659:
6660: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6661: localeconv()->decimal_point usage remoed (related to issue #934)
6662:
6663: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6664: cordprnt.c removed
6665:
6666: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6667: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6668: pa-include/pa_strings.h: includes cleanup
6669:
6670: * src/lib/md5/pa_md5c.c: headers cleanup
6671:
6672: 2013-07-20 moko
6673:
6674: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6675: cleanup
6676:
6677: 2013-07-19 moko
6678:
6679: * src/classes/math.C: extern "C" added for crypt
6680:
6681: 2013-07-18 moko
6682:
6683: * src/classes/math.C: fix redhat7.2 build
6684:
6685: 2013-07-17 moko
6686:
6687: * configure.in, src/include/pa_config_includes.h,
6688: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6689: added for uint8/32/64_t)
6690:
6691: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6692: pa_config_includes.h used for uint32/64_t
6693:
6694: 2013-07-16 moko
6695:
6696: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6697: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6698: war
6699:
6700: * src/main/compile.tab.C: compile.y was updated
6701:
6702: * src/main/compile.y: warning war
6703:
6704: * src/: include/pa_exception.h, main/pa_exception.C,
6705: main/pa_xml_exception.C: warning war
6706:
6707: * src/: include/pa_common.h, main/pa_common.C: warning war
6708:
6709: * configure.in: beauty :)
6710:
6711: * tests/: 141.html, results/141.processed: sha256/512 added
6712:
6713: 2013-07-13 moko
6714:
6715: * src/lib/md5/md5.vcproj: sha2 added
6716:
6717: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6718: classes/math.C: sha2 support (sha256/sha512 digest)
6719:
6720: 2013-07-08 moko
6721:
6722: * src/classes/image.C: directory read or other read problem message
6723: fixed (related to issue #933)
6724:
6725: 2013-07-07 moko
6726:
6727: * AUTHORS: + misha + moko. :)
6728:
6729: 2013-07-06 moko
6730:
6731: * src/: classes/curl.C, include/pa_globals.h,
6732: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6733: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6734: for lt_dlinit to be called once and lt_dlexit called at right
6735: place (related to issue #925)
6736:
6737: 2013-07-04 moko
6738:
6739: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6740: VString::as_vfile now uses vfile.set_binary_string to avoid
6741: content-type to be set, as it brokes badly designed logic in
6742: response output. This hopefully finishes issue #928.
6743:
6744: * tests/results/: 256.processed, 286.processed: file now displayed
6745: as name, size, mode, content-type
6746:
6747: * src/main/pa_common.C: read error now reported cottectly (fixes
6748: issue #933
6749:
6750: 2013-06-28 moko
6751:
6752: * tests/: 286.html, results/286.processed: test extended
6753:
6754: * tests/: 286.html, results/286.processed: Test for issue #928
6755: added. it tests default content-type change.
6756:
6757: * src/types/pa_vfile.C: closes issue #928 - default content-type
6758: now updated
6759:
6760: 2013-06-25 moko
6761:
6762: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6763: content-type for text/binary files without name added;
6764: ^file::create[$f;...] options now works properly and $f
6765: properties are default (fixes issue #928)
6766:
6767: 2013-05-16 misha
6768:
6769: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6770: added
6771:
6772: * src/main/pa_table.C: - a tiny memory optimisation while creating
6773: table if specified limit is bigger than source rows count
6774:
6775: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6776: added ( new feature: #858 )
6777:
6778: 2013-04-29 moko
6779:
6780: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6781: $.ipresolve(0|1|2) added (closes issue #891)
6782:
6783: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6784:
6785: 2013-04-24 moko
6786:
6787: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6788: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6789: types/pa_vmemcached.h: ^memcache.release[] added, calls
6790: memcached_quit (refs #893)
6791:
6792: 2013-04-22 moko
6793:
6794: * src/: include/pa_string.h, main/pa_common.C: no more double
6795: slashes in file path (fixes bug #872)
6796:
6797: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6798: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6799: #739)
6800:
6801: * tests/results/266.processed: $.max_params added (feature #915)
6802:
6803: * src/: include/pa_common.h, main/pa_http.C: response-charset
6804: option added to file::load (closes issue #867)
6805:
6806: 2013-04-20 misha
6807:
6808: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6809: commited
6810:
6811: 2013-03-15 misha
6812:
6813: * src/classes/: hash.C, table.C: - Optimisation: do not create
6814: multiple empty strings while ::sql. uae String::Empty instead
6815:
6816: 2013-03-14 misha
6817:
6818: * src/classes/reflection.C: - for user classes
6819: ^reflection:method_info[] returns $.max_params and $.extra_param
6820: with $.call_type if they available ( new feature: #915 )
6821:
6822: * src/classes/file.C: - ^file:delete[] now supports an option
6823: $.exception(false) that suppress any exception while deleting
6824: file ( new feature: #916 )
6825:
6826: * src/classes/curl.C: - parsing cookies after curl:load now should
6827: work :)
6828:
6829: 2013-03-12 misha
6830:
6831: * src/types/pa_vfile.C: - if specified file_name is empty string
6832: set default name for the file
6833:
6834: 2013-03-11 misha
6835:
6836: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6837: also available in $f.cookies
6838:
6839: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6840: moved to a separate method
6841:
6842: 2013-03-10 moko
6843:
6844: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6845: added
6846:
6847: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6848: removed (declared by autoconf)
6849:
6850: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6851: uint32_t define
6852:
6853: 2013-03-10 misha
6854:
6855: * src/classes/file.C: ^file:delete and ^file:move now support
6856: option $.keep-empty-dirs(true) ( new feature: #884 )
6857:
6858: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6859: empty dirs is added
6860:
6861: 2013-03-10 moko
6862:
6863: * src/classes/: bool.C, double.C, int.C: default can be present,
6864: but default check removed from ^int/double/bool.int/double/bool
6865: for string.int/double/bool compatibility (related to issue #913)
6866:
6867: * src/classes/string.C: ^string.int/dobule/bool no longer
6868: internally throws exception if default is present (closes issue
6869: #913)
6870:
6871: 2013-03-09 misha
6872:
6873: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6874: optimisations ( #845 )
6875:
6876: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6877:
6878: 2013-03-08 moko
6879:
6880: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6881: creates correct table (fixes issue #910)
6882:
6883: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6884: use outside of 'connect' operator (fixes issue #911)
6885:
6886: * tests/results/: 096.processed, 122.processed: test results
6887: updated as doubles now printed with 15 significant digits, not 5
6888: (fixes issue #882)
6889:
6890: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6891: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6892:
6893: 2013-02-21 moko
6894:
6895: * src/classes/table.C: _locate_name_value does not check arguments
6896: count, so we check it in advance (fixes issue #905)
6897:
6898: 2012-10-23 moko
6899:
6900: * buildall: old shell for and echo compatibility (for six)
6901:
6902: 2012-10-19 moko
6903:
6904: * buildall: --strip added --disable-safe-mode listed in usage
6905:
6906: 2012-10-17 misha
6907:
6908: * src/classes/op.C: - apply-taint should not throw "outside
6909: connect" exception with sql lang now
6910:
6911: 2012-10-17 moko
6912:
6913: * src/main/pa_request.C: bugfix: safe mode should be inited for
6914: each request (for apache module)
6915:
6916: 2012-09-26 moko
6917:
6918: * src/doc/doxygen.cfg: png -> svg
6919:
6920: 2012-09-25 moko
6921:
6922: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6923: test added
6924:
6925: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6926: double use when key is long
6927:
6928: 2012-09-16 moko
6929:
6930: * src/classes/math.C: Format -> Method Encode -> Format
6931:
6932: * tests/: 141.html, results/141.processed: math:digest hmac test
6933: added
6934:
6935: 2012-09-14 moko
6936:
6937: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6938: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6939: implementation added
6940:
6941: 2012-09-12 moko
6942:
6943: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6944: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6945: targets.dox and string.dox slightly actualized
6946:
6947: 2012-08-31 moko
6948:
6949: * ChangeLog: now generated with patched cvs2cl.pl
6950:
6951: 2012-07-29 moko
6952:
6953: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6954: result should be pushed after VMethodFrame destructor is called,
6955: as it deletes junctions from stack params (fixes issue #868)
6956:
6957: 2012-07-23 moko
6958:
6959: * INSTALL, README: buildall script usage documented, other outdated
6960: info updated.
6961:
6962: * buildall-with-xml, buildall-without-xml: replaced by buildall
6963:
6964: 2012-07-21 moko
6965:
6966: * buildall: glib does not compile when threads are disabled...
6967:
6968: * src/types/pa_vmail.C: g_assertion fixes for empty input
6969:
6970: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6971: unref, can't unref nested objects)
6972:
6973: * src/types/pa_vmail.C: another check added
6974:
6975: 2012-07-19 moko
6976:
6977: * buildall: usage added
6978:
6979: * buildall: new buildall script that unites buildall-with-xml,
6980: buildall-without-xml, --with-apache and --with-mailreceive
6981:
6982: * configure.in: support for static gmime and dynamic glib linking.
6983: fixes for FreeBSD
6984:
6985: 2012-07-17 moko
6986:
6987: * configure.in: --with-mailreceive replaced
6988: --with-static-mailreceive and --with-shared-mailreceive pathlink
6989: removed
6990:
6991: 2012-07-16 moko
6992:
6993: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6994: capitalized, content now decoded and text content converted to
6995: $request:charset. all properties are accessed by functions, this
6996: ready for dynamic load.
6997:
6998: 2012-06-28 moko
6999:
1.116 moko 7000: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7001: 32 bit
1.95 moko 7002:
7003: 2012-06-27 moko
7004:
7005: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7006: passive ftp
7007:
7008: * src/lib/ltdl/ltdl.vcproj: release build fixed
7009:
7010: * configure.in: 3.4.2 RC -> 3.4.2
7011:
7012: 2012-06-22 moko
7013:
7014: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7015: #815)
7016:
7017: * tests/: 284.html, results/284.processed: output options test
7018: (feature #265)
7019:
7020: 2012-06-22 misha
7021:
7022: * tests/215.html: - little changes
7023:
7024: 2012-06-21 moko
7025:
7026: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7027: types/pa_vxdoc.h: output_options returned and used (bugfix for
7028: feature #265)
7029:
7030: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7031: breaks long .*, default 10M restored. (issue #216)
7032:
7033: * tests/: 283.html, results/283.processed: test for issue #815
7034: added
7035:
7036: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7037: again, cstrm not required.
7038:
7039: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7040: Win32 and broken FreeBSD (issue #45)
7041:
7042: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7043:
7044: * src/main/pa_string.C: warnings war
7045:
7046: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7047: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7048: main/pa_socks.C, targets/apache/pa_threads.C,
7049: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7050: types/pa_vstatus.C: compilation under cygwin fixed
7051:
7052: 2012-06-19 moko
7053:
7054: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7055: Windows fixed
7056:
7057: * parser3.sln: removed antique pcre_ctype
7058:
7059: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7060:
7061: * src/include/pa_config_fixed.h: undefined reference to
7062: __imp__pcre_* fix for Windows
7063:
7064: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7065: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7066: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7067: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7068: define fixed
1.95 moko 7069:
7070: 2012-06-18 moko
7071:
7072: * src/classes/memcached.C: flush -> clear
7073:
7074: * src/classes/memcached.C: memcached does not support quotes even
7075: in server name
7076:
7077: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7078: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7079: called on open to check servers existance. $.key(true) syntax
7080: now supported
7081:
7082: 2012-06-17 moko
7083:
7084: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7085: cleanup
7086:
7087: * src/classes/table.C, tests/282.cfg, tests/282.html,
7088: tests/results/282.processed: encloser at the EOF bug fixed,
7089: incorrectly enclosed data now processed more logicaly (fixes
7090: #339)
7091:
7092: 2012-06-15 moko
7093:
7094: * buildall-without-xml: sync with buildall-with-xml
7095:
7096: * buildall-with-xml: download auto-detected between fetch and curl
7097:
7098: * configure.in: --with-gc and --with-pcre now also processed
7099: correctly
7100:
1.116 moko 7101: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7102: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7103: should be run on rol1 using automake / aclocal (GNU automake)
7104: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7105:
7106: * configure.in: new PARSER_VERSION logic
7107:
7108: * src/include/pa_version.h: new pa_version.h logic
7109:
7110: * src/: classes/curl.C, classes/file.C, classes/image.C,
7111: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7112: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7113: feols_normalized -> fis_text_content set_binary added
7114:
7115: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7116:
7117: 2012-06-15 misha
7118:
7119: * src/: classes/curl.C, classes/file.C, classes/image.C,
7120: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7121: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7122: ^file::create[text;content] EOLs in content now is normalized. (
7123: new feature: #815 )
7124:
7125: 2012-06-15 moko
7126:
7127: * configure.in: --disable-version-update added to disable version
7128: update with host information (for debian package) whitespace
7129: optimized
7130:
7131: * configure.in: version changed to 3.4.2 RC no-pic added for
7132: libtool
7133:
7134: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7135: it.
7136:
7137: 2012-06-14 moko
7138:
7139: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7140: tests/results/281.processed: "hash flocked" error removed for
7141: safe operations like ^h._count[] ( new feature: #335 )
7142:
1.116 moko 7143: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7144:
7145: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7146:
7147: * configure.in: --with-static/shared xml replaced with --with-xml,
7148: xml compilation check added
7149:
7150: * configure.in: --with-static/shared-gc, --with-static-pcre are
7151: replaced with --with-gc and --with-pcre test for pcre linking
7152: added
7153:
7154: 2012-06-13 moko
7155:
7156: * configure.in: apxs2 check optimized
7157:
7158: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7159: .la, includes optimized
7160:
7161: * buildall-with-xml: --with-pic looks better for -fPIC
7162:
7163: * configure.in: switched to convenience library in static linking
7164:
7165: * src/targets/apache/Makefile.am: switched to convenience library
7166: usage to avoid libtool warnings
7167:
7168: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7169: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7170: smtp/Makefile.am: switched to convenience library usage
7171:
7172: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7173:
7174: * src/targets/apache/Makefile.am: updated for libtool usage
7175:
7176: * buildall-without-xml: --with-included-ltdl added
7177:
7178: * buildall-without-xml: sync with buildall-with-xml
7179:
7180: * buildall-with-xml: --with-included-ltdl added $cflags added for
7181: -fPIC for x64 $download added for wget success check added
7182:
7183: * buildall-without-xml: --with-dynamic-stdcpp removed
7184:
7185: * configure.in: disable-static returned
7186:
7187: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7188: LIBTOOLFLAGS
7189:
7190: 2012-06-12 moko
7191:
7192: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7193: compatible with LIBTOOLFLAGS for unknown reasons
7194:
7195: * buildall-with-xml: --with-dynamic-stdcpp removed
7196:
7197: * configure.in: static/dynamic -lstdc++ linking option removed
7198: apxs2 check added
7199:
7200: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7201: option removed
7202:
7203: 2012-06-10 moko
7204:
7205: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7206: added
7207:
7208: * src/targets/cgi/pp3.cmd: old PAF stuff
7209:
1.116 moko 7210: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7211: beauty
1.95 moko 7212:
7213: * depcomp: from libtool 2.4.2
7214:
7215: * configure.in: ltdl directory removed, it has correct Makefile.in
7216:
7217: 2012-06-09 moko
7218:
1.116 moko 7219: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7220: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7221: autogenerated files updated after libtool update
7222:
1.116 moko 7223: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7224: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7225: config_auto.h.in, config_fixed.h, configure, configure.ac,
7226: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7227: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7228: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7229: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7230: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7231: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7232: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7233: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7234: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7235: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7236:
7237: * configure.in: preparation for new libtool
7238:
7239: * configure.in: Some beauty added :)
7240:
7241: * src/targets/apache/Makefile.am: := -> =
7242:
7243: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7244: again. :)
7245:
7246: * src/include/pa_config_includes.h, configure.in: limits.h added,
7247: previously was taken from pcre_internal.h. :)
7248:
7249: * src/lib/pcre/Makefile.am: config.h returned
7250:
7251: * src/lib/pcre/config.h: still need this. :)
7252:
7253: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7254:
7255: * configure.in: --with-charsets removed; --with-mysql-client & co
7256: removed
7257:
7258: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7259: now in parser tree, no need to copy
7260:
7261: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7262: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7263: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7264: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7265: extracts now used old trash removed
7266:
7267: * etc/parser3.charsets/Makefile.am: charsets now in share
7268: (debian/patches/104_automake.patch) + all charsets are copied
7269:
7270: * buildall-with-xml, buildall-without-xml: curl option removed +
7271: extra arguments now supported
7272:
7273: 2012-06-08 misha
7274:
7275: * src/classes/table.C: - one params.as_hash usage was rolled back:
7276: the 2nd option in ^table.hash[] could be hash or table so
7277: .as_hash will throw an exception when table option is specified
7278:
7279: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7280: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7281: classes/table.C, classes/void.C, classes/xdoc.C,
7282: include/pa_exception.h, types/pa_vmethod_frame.C,
7283: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7284: and improved (whitespaces are allowed as empty options) -
7285: MethodParams::as_table is added - above methods are used for
7286: parsing methods' options ( new feature: #9 )
7287:
7288: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7289: to vclass. now class fields can be accessible as a hash:
7290: $h[^hash::create[$asd:CLASS]]
7291:
7292: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7293: have get_fields method so their fields can be accessed with
7294: ^reflection:fields[...] & ^reflection:field[...]
7295:
7296: 2012-06-06 misha
7297:
7298: * tests/280.html: - tests for
7299: ^reflection:method[obj-or-class;method],
7300: ^reflection:field[obj-or-class;field] and
7301: ^reflection:fields[obj-or-class] are added
7302:
7303: 2012-06-05 misha
7304:
7305: * src/classes/reflection.C: - ^reflection:method[class or
7306: object;method name] and ^reflection:field[class or object;field
7307: name] are added
7308:
7309: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7310: is used
7311:
7312: * src/types/pa_method.h: - Method::as_vjunction method is added
7313:
7314: 2012-06-05 moko
7315:
1.116 moko 7316: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7317:
7318: * src/classes/memcached.C: flish ttl fixed
7319:
7320: 2012-06-04 moko
7321:
7322: * src/classes/json.C, src/classes/op.C, tests/279.html,
7323: tests/results/279.processed: ^json:parse[] now supports $.taint
7324: option (new feature #833)
7325:
7326: 2012-06-04 misha
7327:
7328: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7329: - search_stop method was moved from pa_vcookie.C to pa_common.C
7330:
7331: 2012-06-03 misha
7332:
7333: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7334: cookies are parced and stored into $.cookies ( new feature: #31 )
7335:
7336: 2012-05-30 misha
7337:
7338: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7339: incomplete class into a scope while @USE is found
7340:
7341: * src/main/compile.y: - add incomplete class into a scope while
7342: @USE and @CLASS instructions are found ( bugfix: #838 )
7343:
7344: 2012-05-30 moko
7345:
7346: * src/types/pa_vclass.C, tests/278.html,
7347: tests/results/278.processed: removed "property has no getter
7348: method" exception when GET_DEFAULT present (fixes #269)
7349:
7350: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7351: $._default
7352:
7353: 2012-05-29 moko
7354:
7355: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7356: uninitialized values usage (new feature: #154)
7357:
7358: 2012-05-28 moko
7359:
7360: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7361: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7362: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7363: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7364: src/types/pa_vobject.C, src/types/pa_vobject.h,
7365: src/types/pa_vstring.h, src/types/pa_vtable.C,
7366: tests/results/277.processed, src/types/pa_vtable.h,
7367: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7368: ^json:string[$o; $.default[$method]] implemented for VObject (new
7369: feature #803)
7370:
7371: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7372: tests/results/277.processed: json numbers are now treated as
7373: double ( new feature: #834 )
7374:
7375: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7376: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7377: added for out of range checks, zero division in vint/vdouble
7378: check added ( fixes #832 )
7379:
7380: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7381: ( fixes #832 )
7382:
7383: 2012-05-28 misha
7384:
7385: * buildall-with-xml: - --without-lzma option is added to libxml2
7386: configure
7387:
7388: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7389: added - tests for unsupported values for options $.file, $.table
7390: and $.date are added
7391:
7392: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7393: accepts "stat" $.file[] option's value in addition to existed
7394: "text" and "base64" ( new feature: #835 )
7395:
7396: * tests/276.html: - test for
7397: ^reflection:delete[$object-or-class;field-name]
7398:
7399: * src/classes/reflection.C: -
7400: ^reflection:delete[$object-or-class;field-name] is added ( new
7401: feature: #268 )
7402:
7403: 2012-05-27 misha
7404:
7405: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7406:
7407: 2012-05-24 misha
7408:
7409: * src/include/pa_common.h: - method lastposafter was removed
7410:
7411: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7412: lastposafter - ^file:dirname[] & Co proper handle windows file
7413: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7414: work as *nix commands
7415:
7416: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7417:
7418: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7419: rskipchars were added
7420:
7421: * tests/270.html: - more tests for ^file:find[]
7422:
7423: * tests/065.html: - more tests for ^file:dirname[] & Co
7424:
7425: * src/include/pa_version.h: - must be "win32" here. it is
7426: auto-generated on *nix
7427:
7428: 2012-05-24 moko
7429:
7430: * src/classes/math.C: ^math:convert[] now supports uint32 and
7431: throws overflow exception ( new feature: #830 )
7432:
7433: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7434: uint32 support and overflow added ( new feature: #830 )
7435:
7436: 2012-05-23 moko
7437:
7438: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7439: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7440: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7441: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7442: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7443: types/pa_vregex.h, types/pa_vstateless_class.C,
7444: types/pa_vstateless_class.h, types/pa_vstring.h,
7445: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7446: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7447: "return string as-is" removed from as_expr_result. ( new feature:
7448: #831 )
7449:
7450: * tests/results/244.processed: test changed after bug #782 fix
7451: commited
7452:
7453: * tests/results/229.processed: test results for bug #782 commited
7454:
7455: * tests/: 254.html, results/254.processed: uid now just compared,
7456: not printed. :)
7457:
7458: 2012-05-20 moko
7459:
7460: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7461: feature: #341 )
7462:
7463: * tests/: 254.html, results/254.processed: test for
7464: ^reflection:uid[] added
7465:
7466: * tests/: 254.html, results/254.processed: test for
7467: ^reflection:uid[$obj] added
7468:
7469: 2012-05-17 misha
7470:
7471: * src/main/untaint.C: - do not replace ' char by _26 while
7472: exploding filespec-tainting ( new feature: #829 )
7473:
7474: 2012-05-12 moko
7475:
7476: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7477: not.
7478:
7479: 2012-05-08 moko
7480:
7481: * src/types/pa_vmethod_frame.h: bug #782 fixed
7482:
7483: * tests/229.html: test for bug #782
7484:
7485: * tests/results/259.processed, src/main/pa_request.C,
7486: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7487: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7488: src/types/pa_vvoid.h: feature #154 - first empty param now
7489: string; defined locals are empty strings; $STRICT-VARS(true)
7490: added
7491:
7492: 2012-04-27 moko
7493:
1.116 moko 7494: * src/targets/apache/Makefile.am:
1.95 moko 7495: ../../lib/memcached/libmemcached.a added
7496:
7497: 2012-04-27 misha
7498:
7499: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7500: ( #827 )
7501:
7502: 2012-04-25 moko
7503:
7504: * src/: classes/json.C, classes/memcached.C,
7505: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7506: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7507: implemented.
7508:
7509: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7510:
7511: 2012-04-23 moko
7512:
7513: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7514: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7515: types/pa_vmemcached.h: open allows options hash for new
7516: memcached(options) function
7517:
7518: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7519: not appended
7520:
7521: 2012-04-21 moko
7522:
7523: * src/classes/curl.C: '' added. :)
7524:
7525: * src/classes/classes.vcproj: new curl.h location
7526:
7527: * src/classes/curl.C: verbose output redirection from stderr to
7528: file curl option added
7529:
7530: 2012-04-20 moko
7531:
7532: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7533: contains what we need from curl, #ifdef HAVE_CURL removed
7534:
1.116 moko 7535: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7536: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7537: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7538: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7539: configure option
7540:
7541: 2012-04-19 moko
7542:
7543: * src/: classes/double.C, classes/inet.C, classes/int.C,
7544: classes/string.C, lib/gc/include/gc_allocator.h,
7545: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7546: options from sql_result_string removed. (closes issue #468)
7547:
7548: * src/types/pa_vmemcached.C: empty string fix
7549:
7550: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7551: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7552: pa_vmemcached.C
7553:
7554: 2012-04-18 moko
7555:
7556: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7557: apache2-mpm-prefork" error displayed in threaded mpm.
7558:
7559: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7560: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7561: installed (issue #354)
7562:
7563: 2012-04-16 moko
7564:
7565: * src/types/pa_vmemcached.C: call to memcached_result_create and
7566: memcached_result_free removed
7567:
7568: 2012-04-14 moko
7569:
7570: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7571:
7572: * src/types/pa_vmemcached.C: check_key added and used
7573:
7574: 2012-04-13 moko
7575:
7576: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7577: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7578: Serialization_data now added and used, VString now serialized
7579: with languages into memcached.
7580:
7581: 2012-03-28 moko
7582:
7583: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7584: lib/memcached/pa_memcached.h: result lengths added
7585:
7586: 2012-03-27 moko
7587:
7588: * src/types/pa_vmemcached.C: strdup added
7589:
7590: 2012-03-24 moko
7591:
7592: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7593: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7594: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7595:
7596: 2012-03-20 moko
7597:
1.116 moko 7598: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7599:
7600: * src/targets/cgi/Makefile.am: cleanup
7601:
7602: * src/: types/Makefile.am, types/pa_vmemcached.C,
7603: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7604:
7605: * src/: classes/Makefile.am, classes/memcached.C,
7606: lib/memcached/Makefile.am, lib/memcached/constants.h,
7607: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7608: lib/memcached/types.h, lib/Makefile.am: memcached initial
7609:
7610: 2012-03-16 moko
7611:
7612: * src/main/execute.C: ident now works under Linux + ident displays
7613: filenames (closes issue #818)
7614:
1.116 moko 7615: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7616: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7617: pa_vmethod_frame_local.h removed
7618:
7619: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7620: classes/classes.h, classes/curl.C, classes/date.C,
7621: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7622: classes/hashfile.C, classes/image.C, classes/inet.C,
7623: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7624: classes/memory.C, classes/op.C, classes/reflection.C,
7625: classes/regex.C, classes/response.C, classes/string.C,
7626: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7627: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7628: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7629: include/pa_config_fixed.h, include/pa_config_includes.h,
7630: include/pa_dictionary.h, include/pa_dir.h,
7631: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7632: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7633: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7634: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7635: include/pa_request_charsets.h, include/pa_request_info.h,
7636: include/pa_sapi.h, include/pa_socks.h,
7637: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7638: include/pa_stack.h, include/pa_string.h,
7639: include/pa_stylesheet_connection.h,
7640: include/pa_stylesheet_manager.h, include/pa_table.h,
7641: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7642: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7643: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7644: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7645: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7646: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7647: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7648: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7649: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7650: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7651: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7652: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7653: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7654: main/pa_string.C, main/pa_stylesheet_connection.C,
7655: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7656: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7657: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7658: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7659: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7660: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7661: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7662: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7663: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7664: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7665: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7666: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7667: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7668: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7669: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7670: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7671: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7672: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7673: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7674: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7675: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7676: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7677: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7678: types/pa_vresponse.h, types/pa_vstateless_class.C,
7679: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7680: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7681: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7682: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7683: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7684: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7685: ident now works under Linux + ident displays filenames (closes
7686: issue #818) Copyright updated
7687:
7688: 2012-03-13 moko
7689:
7690: * src/main/pa_string.C: compilation fix for feature #741
7691:
7692: 2012-03-09 misha
7693:
7694: * tests/193.html: - tests for ^string:base64[encoded] are updated
7695:
7696: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7697: now detects invalid base64 chars in the middle of encoded stricg
7698: ( new feature: #55 )
7699:
7700: * src/include/pa_exception.h: - new exception type for base64
7701: decoding is added
7702:
7703: 2012-03-06 misha
7704:
7705: * tests/274.html: - tests for ^date::today[] and
7706: ^date.sql-string[datetime|date|time] are added
7707:
7708: * src/classes/date.C: - constructor ^date::today[] is added ( new
7709: feature: #811 ) - ^date.sql-string[] now can accept one param --
7710: strings "datetime", "date" or "time" - comments tidying up
7711:
7712: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7713: date and time
7714:
7715: 2012-03-03 misha
7716:
7717: * tests/193.html: - tests for
7718: ^string:base64[encoded;$.strict(true)] are added
7719:
7720: * tests/results/auto.p: - try-catch operator is added
7721:
7722: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7723: main/pa_common.C: - $.strict(true|false) option is added to
7724: base64 decode methods ( new feature: #55 )
7725:
7726: * src/main/pa_common.C: - base64 decode memory usage was decreased
7727: ( new feature: #819 )
7728:
7729: 2012-02-28 moko
7730:
7731: * src/classes/hash.C: ident test
7732:
7733: 2012-02-27 misha
7734:
7735: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7736:
7737: 2012-01-08 misha
7738:
7739: * tests/273.html: - tests for ^string.replace[from;to] are added
7740:
7741: * src/: classes/string.C, include/pa_dictionary.h,
7742: main/pa_dictionary.C, main/pa_string.C: -
7743: ^string.replace[from;to] is added ( new feature: #741 ) -
7744: ^string.replace[one subst here] is slightly optimized
7745:
7746: 2011-12-07 misha
7747:
7748: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7749: named table with one empty column ( bugfix: #63 )
7750:
7751: 2011-11-30 misha
7752:
7753: * src/classes/json.C: - it's possible to set user's method for
7754: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7755: #763 )
7756:
7757: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7758:
7759: 2011-11-23 misha
7760:
7761: * src/: classes/curl.C, classes/file.C, classes/image.C,
7762: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7763: types/pa_vfile.h, types/pa_vform.C: - constructor
7764: ^file::create[mode;filename;content[;options]] now accepts binary
7765: mode and file-content - new constructor's format:
7766: ^file::create[string-or-file-content[;$.name[filename]
7767: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7768: feature: #65 )
7769:
7770: * src/: include/pa_request.h, main/pa_request.C: - new method
7771: mime_type_of(const String*) is added
7772:
7773: * src/include/pa_exception.h: - new exception constant
7774: FILE_NAME_MUST_BE_SPECIFIED is added
7775:
7776: * src/classes/table.C: - bug with negative offset transformed into
7777: a feature. it means pointing to a row from the end of the table (
7778: new feature: #810 )
7779:
7780: 2011-11-19 misha
7781:
7782: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7783: â ìåòîäå _select ( new feature: #810 )
7784:
7785: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7786: options were specified together is simplified
7787:
7788: 2011-11-12 misha
7789:
7790: * src/main/pa_request.C: - forgotten fix for escaping filename in
7791: HTTP content-disposition header (a part of bug #361 )
7792:
7793: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7794: checks for ancestors' classes as well ( new feature: #456 )
7795:
7796: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7797: "without cycle" now have types "parser.break" and
7798: "parser.continue" instead of "parser.runtime" ( new feature: #799
7799: )
7800:
7801: 2011-11-11 misha
7802:
7803: * tests/results/: 099.processed, 100.processed, 205.processed,
7804: 237.processed: - since bug #361 was fixed the content of filename
7805: in HTTP headers is quoted
7806:
7807: * tests/results/270.processed: - result for test 270
7808:
7809: * tests/: 065.html, results/065.processed: - more tests for
7810: ^file:basename[] & Co were added
7811:
7812: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7813:
7814: * tests/270.html: - tests for ^file:find[] are added
7815:
7816: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7817: using option $.charset. option $.engoding is still supported but
7818: these options can not be specified together
7819:
7820: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7821: comparation charset name with string "UTF-8" ( bugfix: #759 )
7822:
7823: 2011-10-11 misha
7824:
7825: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7826: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7827: #622)
7828:
7829: 2011-09-30 misha
7830:
7831: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7832: exception "saving stat-ed file" ( bugfix: #395 )
7833:
7834: 2011-05-30 misha
7835:
7836: * src/classes/string.C: - fixed bug which was added with
7837: params.as_hash into string:sql
7838:
7839: 2011-05-29 misha
7840:
7841: * src/types/pa_value.C: - filename in content-disposition header
7842: must be quoted ( bugfix: #361 )
7843:
7844: 2011-05-27 misha
7845:
7846: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7847: created file
7848:
7849: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7850: usage
7851:
7852: * src/include/pa_exception.h: - one more string for exception was
7853: added
7854:
7855: 2011-05-25 misha
7856:
7857: * tests/269.html: - tests for checking input params in some dom
7858: methods
7859:
7860: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7861: was added. it isn't possible not wo create xdoc with invalid
7862: tagName. ( bugfix: #160 )
7863:
7864: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7865: string "data must be string" was mover from pa_exception.h to
7866: pa_xml_exception.h
7867:
7868: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7869: as_xmlncname, as_xmlname and as_xmlnsuri were added
7870:
7871: * src/main/pa_xml_exception.C: - XmlException accepts more options
7872:
7873: * src/include/pa_xml_exception.h: - XmlException accepts more
7874: options - XML-related exception's strings were added
7875:
7876: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7877: output_options were removed)
7878:
7879: 2011-05-19 misha
7880:
7881: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7882: params.as_hash is used more while parsing methods hash-options
7883:
7884: 2011-05-18 misha
7885:
1.211 moko 7886: * operators.ru.txt, operators.txt: - info about json-serialization
7887: of xdoc was added
1.95 moko 7888:
7889: * tests/256.html: - tests for json-serialization xdoc were added
7890:
7891: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7892:
7893: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7894: classes/json.C, classes/xdoc.C: - now json:string can serialize
7895: xdoc-objects. options (the same as ^xdoc.string[]) could be
7896: specified in $.xdoc[] ( new feature: #265 )
7897:
7898: 2011-05-15 misha
7899:
7900: * tests/268.html: - tests for ^table.count[with options] were added
7901:
7902: * src/classes/table.C: - method ^table.count[] now can accept
7903: options ( new feature: #93 ): ^table.count[column] returns number
7904: of columns for named table; ^table.count[cells] returns number of
7905: cells in the current row; ^table.count[] & ^table.count[rows]
7906: return number of rows in a table.
7907:
7908: * tests/267.html: - test for checking switch/case in boolean mode
7909: was added
7910:
7911: * src/classes/op.C: - if switch's or case's value is bool, they are
7912: compared as bool values, not as double values: new feature: #351
7913:
7914: 2011-05-06 misha
7915:
7916: * tests/242.html: - EOL before EOF was added
7917:
7918: * tests/169.html: - tests for splitting empty string and void were
7919: added
7920:
7921: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7922: returned table with one empty cell)
7923:
7924: 2011-04-03 misha
7925:
7926: * src/include/pa_version.h, configure.in: - version in head was
7927: changed to 3.4.2b
7928:
7929: 2011-03-30 misha
7930:
7931: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7932: as well ( new feature #294 )
7933:
7934: 2011-03-29 misha
7935:
7936: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7937: limited to approx. 6 MB. previous limits were too big for real
7938: life. bugfix: #216
7939:
7940: 2011-03-04 moko
7941:
7942: * etc/parser3.charsets/cp866.cfg: Conforms to
7943: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7944:
7945: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7946: vlalek@
7947:
7948: 2011-02-22 misha
7949:
1.211 moko 7950: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7951: methods mustn't be under #ifdef XML or parser can't be compiled
7952: without xml support
1.95 moko 7953:
7954: 2011-02-21 misha
7955:
1.116 moko 7956: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7957: ApacheModuleParser3.vcproj was removed
7958:
7959: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7960: removed)
7961:
7962: 2011-02-20 misha
7963:
7964: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7965: $.overridden in ^reflection:method_info[...] were added
7966:
7967: * src/classes/reflection.C: - beautifying result of
7968: ^reflection:method_info[] ($.overridden/inherited)
7969:
7970: 2011-02-18 misha
7971:
7972: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7973: and pa_isalnum instead of isalpha and isalnum - bug with
7974: redundand quoting lowercased latin chars while building email
7975: body was fixed
7976:
7977: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7978: added (they check for latin chars only)
7979:
7980: 2011-02-16 misha
7981:
7982: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7983: string size for transcoding gave too small value (should ever
7984: look for availability char in dest charset inspite of the char
7985: size)
7986:
7987: 2011-02-04 moko
7988:
7989: * tests/223.html: header values now not url-encoded (issue #195)
7990:
7991: 2011-02-01 misha
7992:
7993: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7994:
7995: 2011-01-31 misha
7996:
7997: * src/main/pa_request.C: - throw exception if param file_name in
7998: use_file is empty
7999:
8000: 2011-01-08 moko
8001:
8002: * src/classes/curl.C: compilations errors fixed
8003:
8004: 2010-12-29 moko
8005:
8006: * tests/: 265.html, results/265.processed: test for issue #200
8007: added
8008:
8009: * src/main/pa_string.C: empty regex result check added (fixes issue
8010: #200)
8011:
8012: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8013:
8014: * tests/results/223.processed: header values now not url-encoded
8015: (issue #195)
8016:
8017: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8018: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8019: pa_http_safe_header_name added for headers names (fixes bug #195)
8020:
8021: 2010-12-18 misha
8022:
8023: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8024: => pa-include
8025:
8026: 2010-11-28 moko
8027:
8028: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8029:
8030: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8031: -> pa
8032:
8033: * configure.in: apr -> pa
8034:
8035: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8036:
8037: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8038: classes/Makefile.am, types/Makefile.am: apr -> pa
8039:
8040: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8041: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8042: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8043: pa-include/pa_apr.h, pa-include/pa_errno.h,
8044: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8045: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8046: module apr name conflict resolved)
8047:
8048: 2010-11-27 misha
8049:
8050: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8051: libbz2
8052:
8053: 2010-11-26 misha
8054:
8055: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8056: warnings removed
8057:
8058: 2010-11-25 moko
8059:
1.211 moko 8060: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8061:
1.211 moko 8062: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8063:
1.211 moko 8064: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8065:
8066: * buildall-with-xml: libxml2-2.7.8 + with-apache
8067:
8068: 2010-11-24 moko
8069:
1.116 moko 8070: * configure: apxs support
1.95 moko 8071:
8072: * configure.in: apxs support -Bstatic gc removed for OS X
8073:
8074: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8075:
8076: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8077: THREAD_LOCAL usage
8078:
8079: * src/: classes/curl.C, include/pa_config_includes.h,
8080: main/pa_globals.C: THREAD_LOCAL defined and used
8081:
8082: 2010-11-23 moko
8083:
8084: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8085: should be passed to pa_sleep, and only fractional part (bugfix:
8086: #188)
8087:
8088: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8089:
8090: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8091: GC_dont_gc=1, as in cgi version
8092:
8093: * src/targets/apache/mod_parser3.c: warning war
8094:
8095: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8096: pa_httpd.h: version removed, some trash removed
8097:
8098: * src/targets/apache/mod_parser3.c: version removed (we don't want
8099: to show it), warning war
8100:
8101: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8102: pa_httpd.h: parser_status_allowed removed + merge config
8103: functions removed (override is the default) + beauty
8104:
8105: * src/: include/pa_request.h, main/pa_request.C,
8106: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8107: hide $status used in apache module removed
8108:
8109: 2010-11-18 moko
8110:
1.211 moko 8111: * operators.ru.txt, operators.txt: $.table[compact] added for
8112: ^json:string[]
1.95 moko 8113:
8114: 2010-11-16 moko
8115:
8116: * src/targets/apache/mod_parser3.c: some cleanup done
8117:
8118: * src/main/untaint.C: bugfix: first, second String::Body argument
8119: is hashcode; second, info.fragment_begin is original, not
8120: resulting length
8121:
8122: * src/classes/file.C: new feature: $.stdin now untainted
8123:
8124: * tests/results/264.processed: new feature: $.stdin[] now untainted
8125:
8126: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8127:
8128: * src/classes/op.C: ^apply-taint[] method added
8129:
8130: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8131: added; $.stdin untaint test added
8132:
8133: 2010-11-15 moko
8134:
8135: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8136: removed
8137:
8138: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8139: pa_httpd.h: 2x2 calculated under apache2. :)
8140:
8141: 2010-11-13 moko
8142:
8143: * src/targets/apache/mod_parser3.c: initial changes to build module
8144: with apache 2.x includes
8145:
8146: * src/targets/apache/: Makefile.am, mod_parser3.c,
8147: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8148: united apache 1.3 / apache 2.x DSO module
8149:
8150: 2010-11-09 moko
8151:
8152: * src/types/pa_method.h: check added to dissallow @method[name;*]
8153: syntax
8154:
8155: * tests/: 263.html, results/263.processed: test from method[*args]
8156: added
8157:
8158: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8159: number of params can now be passed to a method declared with *arg
8160:
8161: 2010-11-06 moko
8162:
8163: * src/classes/table.C: formating fixed. :)
8164:
8165: * src/classes/table.C: closes #4: ^table.select now supports
8166: $.limit(), $.offset, $.reverse() options
8167:
8168: * tests/: 262.html, results/262.processed: test for ^table:select
8169: with options added (feature #4)
8170:
8171: * src/include/pa_array.h: remove function added
8172:
8173: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8174: object in get_element/put_element, using static one.
8175:
8176: 2010-11-04 moko
8177:
8178: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8179: options is passed
8180:
8181: * tests/: 256.html, results/256.processed: $.table[compact] feature
8182: now tested; k and p in handler now tested.
8183:
8184: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8185: $.table[compact] feature added
8186:
8187: * src/classes/json.C: key is now passed to handler in
8188: value_json_string; ^json:string result now process tainting
8189: inside and returns clean string, related to issue #153
8190:
8191: * src/main/untaint.C: bugfix: charset can be null (in
8192: ^string:save[] as example), thus check is added
8193:
8194: 2010-10-31 moko
8195:
8196: * src/classes/string.C: error message changed (fixes issue #149)
8197:
8198: 2010-10-29 moko
8199:
8200: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8201: port is not default (fixes issue #155); exception on invalid port
8202: added.
8203:
8204: * src/main/untaint.C: '*' is now not urlencoded to allow header
8205: "Accept: */*" to be passed
8206:
8207: 2010-10-28 moko
8208:
8209: * src/classes/curl.C: bugfix: detect_charset() was throwing
8210: exception on unknown charset even if response_charset was
8211: specified
8212:
8213: 2010-10-27 moko
8214:
8215: * src/classes/string.C: ^string.append removed for void
8216: compatibility
8217:
8218: 2010-10-26 moko
8219:
8220: * src/classes/json.C: libjson supports array at top level, we too
8221: (GPF fixed)
8222:
8223: 2010-10-25 moko
8224:
8225: * tests/: 253.html, results/253.processed: libjson supports array
8226: at top level, parser now supports it as well.
8227:
8228: * tests/261.html, tests/results/261.processed,
8229: src/types/pa_vstring.h: empty string is now void compatible
8230: (allows $empty.key)
8231:
8232: 2010-10-22 misha
8233:
8234: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8235: while adding additional expires checkout)
8236:
8237: * tests/030.html: - test for session cookie was added
8238:
8239: 2010-10-21 moko
8240:
8241: * src/: classes/string.C, classes/void.C, main/execute.C,
8242: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8243: string (feature #111)
8244:
8245: * tests/: 261.html, results/261.processed: checks void from string
8246: inheritance (feature #111)
8247:
8248: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8249: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8250: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8251: now true by default
8252:
8253: 2010-10-17 moko
8254:
8255: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8256: upload now uses binary blocks instead of L_FILE_POST tainting.
8257: (bugfix: #128)
8258:
8259: * tests/: 223.html, results/223.processed: binary file upload test
8260: added, GPF (issue #128) also checked in this test
8261:
8262: 2010-10-13 misha
8263:
8264: * tests/260.html: - test for math:convert
8265:
8266: * src/classes/math.C: - error in math:convert was fixed
8267:
1.211 moko 8268: * operators.ru.txt, operators.txt: - info about
1.95 moko 8269: ^math:convert[number](from-base;to-base) was added
8270:
8271: * src/classes/math.C: - method
8272: ^math:convert[number](from-base;to-base) for converting number
8273: represention from one base to another was added ( new feature:
8274: #23 )
8275:
8276: 2010-10-13 moko
8277:
8278: * src/main/compile.tab.C: [] now is empty string, not void
8279:
8280: * src/main/compile.y: [] now is empty string, not void
8281:
8282: * src/types/pa_vvoid.h: void now passed as parameter
8283:
8284: * tests/: 259.html, results/259.processed: to test difference
8285: between void and empty string (see ticket #111)
8286:
8287: * tests/results/152.processed: $sEmpty[] is now empty string, not
8288: void
8289:
8290: * tests/256.html: $s[$void] is no longer empty string
8291:
8292: * tests/254.html: empty string is no longer void
8293:
8294: 2010-10-12 misha
8295:
8296: * src/types/pa_vcookie.C: - check if $.expires value can be
8297: converted to date during cookies set up ( bugfix: #104 )
8298:
8299: * tests/041.html: - more tests for ^table.locate were added
8300:
8301: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8302: work ( bugfix: #129 ) - exception comment for incorrect options
8303: ^table.locate[field;value;options] was fixed
8304:
8305: 2010-10-10 moko
8306:
8307: * src/: classes/reflection.C, main/execute.C: constructor returning
8308: another object feature returned
8309:
8310: * tests/results/258.processed: test result updated as constructor
8311: returning another object feature returned
8312:
8313: * tests/: 258.html, results/258.processed: test for constructor
8314: returning another object
8315:
8316: 2010-10-08 misha
8317:
8318: * tests/257.html: - whitespaces after @METACOMMANDS and their
8319: options shouldn't cause exceptions any longer
8320:
8321: 2010-10-06 moko
8322:
8323: * src/classes/: hash.C, table.C: length from sql server is now
8324: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8325:
8326: 2010-10-02 misha
8327:
1.211 moko 8328: * operators.ru.txt, operators.txt: - the X mark was removed from
8329: ^cache[file]. it is usable to delete cache file.
1.95 moko 8330:
8331: 2010-10-02 moko
8332:
8333: * tests/: 253.html, results/253.processed: hook_key added for key
8334: checking
8335:
8336: * src/classes/json.C: null key bug fixed
8337:
8338: 2010-09-29 misha
8339:
8340: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8341:
8342: 2010-09-25 moko
8343:
8344: * src/classes/json.C: small fixed
8345:
8346: * tests/results/: 253.processed, 255.processed: just updated
8347:
8348: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8349: results/255.processed: charset transcode test added for
8350: json:parse
8351:
8352: 2010-09-24 moko
8353:
8354: * src/types/pa_value.h: warning war :)
8355:
8356: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8357: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8358: ^json:string
8359:
8360: 2010-09-22 moko
8361:
8362: * src/main/pa_charset.C: parser charset tables declare only
8363: white-space before 0x20, thus adding the missing chars
8364:
8365: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8366: to http://unicode.org/Public/MAPPINGS/VENDORS/
8367:
8368: 2010-09-21 misha
8369:
8370: * src/main/compile.y: - some semicolons were added (VS2010 don't
8371: want to compile grammar if they are absent)
8372:
8373: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8374:
8375: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8376:
8377: * src/main/main.vcproj: - path to bison is changed
8378:
8379: 2010-09-21 moko
8380:
1.116 moko 8381: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8382: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8383: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8384:
8385: 2010-09-20 misha
8386:
8387: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8388:
8389: * src/classes/json.C: - add EOL while json-serializing hash
8390:
8391: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8392: compilers don't like 'ES'.
8393:
8394: 2010-09-17 misha
8395:
1.211 moko 8396: * operators.ru.txt, operators.txt: - info about json class was
8397: added
1.95 moko 8398:
8399: * src/classes/json.C: - ^json:string[object]
8400:
8401: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8402: preventing infinite recursion while executing json:string was
8403: added
8404:
8405: * src/include/pa_string.h: - method append_quoted was added
8406:
8407: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8408: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8409: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8410: was added to Value & Co
8411:
8412: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8413: were used
8414:
8415: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8416: were added
8417:
8418: 2010-09-10 moko
8419:
8420: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8421: die_or_abort (backport from 3.4.1)
8422:
8423: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8424: die_or_abort (bugfix: #106)
8425:
8426: 2010-09-09 moko
8427:
8428: * src/classes/json.C: warning war. :)
8429:
8430: 2010-09-08 misha
8431:
8432: * src/lib/json/Makefile.am: - additional include directories were
8433: added (for pa_memory.h and gc.h)
8434:
8435: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8436: compile as C++ instead default - additional include directory was
8437: added (for gc.h)
8438:
8439: * src/types/pa_vform.C: - little code reformating
8440:
8441: * src/classes/file.C: - $.content-type option now can be specified
8442: in ^file::create ( new feature: #102 )
8443:
8444: 2010-09-08 moko
8445:
8446: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8447: pa_malloc/pa_free
8448:
8449: 2010-09-07 moko
8450:
8451: * tests/results/254.processed: VStateless_class:put_element
8452: exception was fixed
8453:
8454: * src/types/: pa_value.h, pa_vstateless_class.h: now
8455: VStateless_class:put_element barks self.type, not this.type
8456: (bugfix: #105)
8457:
8458: 2010-09-06 moko
8459:
8460: * src/classes/reflection.C: bugfix: new String() is required for
8461: exception handling
8462:
8463: * tests/: 254.html, results/254.processed: test modified
8464:
8465: 2010-09-05 moko
8466:
8467: * tests/: 254.html, results/254.processed: ^reflection:copy test
8468: added
8469:
8470: * src/: classes/reflection.C, include/pa_request.h:
8471: ^reflection:copy implemented (new feature: #100)
8472:
8473: 2010-09-03 moko
8474:
8475: * src/lib/json/JSON_parser.C: c++ compatiblity
8476:
8477: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8478: option testing added
8479:
8480: 2010-09-02 moko
8481:
8482: * src/classes/json.C: $.distinct[first|last|all] added
8483:
8484: 2010-09-01 moko
8485:
8486: * tests/results/253.processed: json test result
8487:
8488: * tests/: 253.html, 253_json.txt: json test added
8489:
8490: * src/classes/json.C: json.C update to actual version + hash key
8491: creation bugfix
8492:
8493: 2010-08-31 misha
8494:
8495: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8496: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8497: src/lib/Makefile.am, src/classes/Makefile.am,
8498: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8499: json library was added
8500:
8501: 2010-08-30 moko
8502:
8503: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8504: types/pa_vobject.C: cosmetic optimization in
8505: request:execute_method usage
8506:
8507: * src/: include/pa_charset.h, main/pa_charset.C: small
8508: optimization, just to decrease number of lines. :)
8509:
8510: 2010-08-27 misha
8511:
8512: * src/classes/op.C: - taint[json] was added
8513:
8514: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8515: were added
8516:
8517: * src/main/pa_exec.C: - warning fix was rolled back.
8518:
8519: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8520: include/pa_string.h: - taint[json] was added - escaping was
8521: slightly modified
8522:
8523: 2010-08-25 misha
8524:
8525: * src/classes/file.C: - typo in file:sql exception was fixed
8526:
8527: * src/main/pa_exec.C: - warning about declared and not used
8528: variable forced_allow was removed
8529:
8530: 2010-08-14 misha
8531:
8532: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8533: were removed
8534:
8535: 2010-08-11 moko
8536:
8537: * tests/: 249.html, results/249.processed: default setter and
8538: anti-recursive default getter test added
8539:
8540: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8541: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8542: types/pa_vobject.h, types/pa_vstateless_class.C,
8543: types/pa_vstateless_class.h: default setter support +
8544: anti-recursive default getter support ( new feature: #13 )
8545:
8546: * src/include/pa_hash.h: optimization: threshold member removed
8547: from hash, reducing sizeof(hash)
8548:
8549: 2010-08-10 misha
8550:
8551: * tests/196.html: - junction-method was added to the test
8552:
8553: * tests/248.html: - ups. typo :)
8554:
8555: * tests/248.html: - test for checking .match with 4 params
8556:
8557: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8558: 247_windows1251.txt: - test for "transcode file from utf-8 to
8559: $request:charset during loading if the BOM code is detected"
8560:
8561: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8562: $request:charset during loading if the BOM code is detected ( new
8563: feature: #98 )
8564:
8565: 2010-08-05 misha
8566:
8567: * src/classes/image.C: - ^image.replace now can accept only 2
8568: params. in this case the whole image is affected ( new feature:
8569: #95 )
8570:
8571: 2010-08-04 misha
8572:
8573: * tests/246.html: - test tor ^hash._at[] was added
8574:
8575: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8576: #53 )
8577:
8578: * src/include/pa_hash.h: - methods for accessing the first and the
8579: last values of ordered hash were added (first_value and
8580: last_value)
8581:
8582: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8583: (similar to others file's methods):
8584: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8585: #68 )
8586:
8587: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8588:
8589: 2010-08-01 moko
8590:
8591: * src/classes/op.C: to correctly process $result[] in code, called
8592: from ^process
8593:
8594: * tests/245.html: $result in ^process[] test added
8595:
8596: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8597: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8598: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8599: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8600: caller, self) op_call(VMethodFrame &frame, bool constructing)
8601: removed, construct(class,method) added
8602:
8603: * tests/results/: 192.processed, 244.processed: request::construct
8604: added
8605:
8606: * tests/: 244.html, 245.html, results/244.processed,
8607: results/245.processed: object creation exceptions and ^process
8608: tests added
8609:
8610: 2010-07-28 misha
8611:
8612: * tests/make_tests.cmd: - win32 EOLs
8613:
8614: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8615: tests on Win32 were added (The system timezone should be GMT+3)
8616:
8617: 2010-07-26 misha
8618:
8619: * tests/: 212.html, results/212.processed: - sizes were removed
8620: mecause they could be different on different OSs
8621:
8622: * tests/065.html: - make it "win32 friendly"
8623:
8624: 2010-07-25 misha
8625:
8626: * src/main/compile.y: - all EOLs between methods are removed during
8627: compilation ( new feature: #47 )
8628:
8629: * tests/results/149.processed: - prepare tests to trim trailing
8630: methods' EOLs
8631:
8632: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8633:
8634: * tests/: results/006.processed, results/014.processed, 006.html,
8635: 014.html, 022.html: - prepare tests to trim trailing methods'
8636: EOLs
8637:
8638: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8639: results/071.processed, results/022.processed: - prepare tests to
8640: trim trailing methods' EOLs
8641:
8642: * tests/: results/073.processed, results/109.processed,
8643: results/142.processed, results/144.processed,
8644: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8645: 144.html: - prepare tests to trim trailing methods' EOLs
8646:
8647: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8648: 149.html, 152.html, results/096.processed, results/107.processed,
8649: results/109.processed, results/142.processed,
8650: results/144.processed: - prepare tests to trim trailing methods'
8651: EOLs
8652:
8653: 2010-07-24 moko
8654:
8655: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8656: the hash order in this test
8657:
8658: * tests/014.html: to check hash order, hash no is longer sorted
8659: before print
8660:
8661: * src/include/pa_hash.h: hash copy constructor now keeps order
8662: (bugfix: #54)
8663:
8664: 2010-07-23 moko
8665:
8666: * tests/results/224.processed: @auto[] is no longer inherited
8667:
8668: * src/types/pa_vstateless_class.C, tests/227.html,
8669: tests/results/227.processed: @auto[] is no longer inherited
8670: (bugfix: #57)
8671:
8672: 2010-07-22 misha
8673:
8674: * src/classes/table.C: - don't skip comment lines during
8675: table::load if encloser or separator is set as '#' ( new feature:
8676: #30 )
8677:
8678: * src/targets/cgi/parser3.C: - don't run as cgi if
8679: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8680: #12 )
8681:
8682: * src/classes/file.C: - set PARSER_VARSION env before external
8683: script executing
8684:
8685: 2010-07-13 misha
8686:
8687: * tests/058.html: - test for suppressing @border was added - test
8688: for user attribute was added
8689:
8690: * tests/results/186.processed: unescaping from \uXXXX
8691:
8692: * tests/186.html: unescaping from \uXXXX
8693:
8694: * tests/: 239.html, results/239.processed: method call type
8695:
8696: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8697: $junction_method.CLASS_NAME (+CLASS)
8698:
8699: 2010-07-07 misha
8700:
8701: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8702: *nix
8703:
8704: 2010-07-05 misha
8705:
8706: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8707: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8708: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8709: comment strings "options must be hash", "options must be hash,
8710: not code" and "called with invalid option" were replaced by
8711: constatns - exception comment string "invalid option passed" was
8712: replaced by "called with invalid option" (now in different
8713: methods are the same exception comment string)
8714:
8715: * src/include/pa_exception.h: - more exception strings were defined
8716:
8717: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8718: types/pa_vstateless_class.h: - now we can define possible
8719: method's call type ( new feature: #5 ) 1.
8720: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8721: methods 2. @static:method[params] (only static keyword could be
8722: used here) -- for specified methods
8723:
8724: * src/main/pa_common.C: - junction points should not be deleted on
8725: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8726: cleanup
8727:
8728: 2010-07-03 misha
8729:
8730: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8731: results/158.processed, results/160.processed,
8732: results/161.processed, results/162.processed,
8733: results/163.processed: - prepare tests to trim trailing methods'
8734: EOLs
8735:
8736: * tests/results/169.processed: - prepare tests to trim trailing
8737: methods' EOLs
8738:
8739: * tests/results/: 168.processed, 169.processed: - prepare tests to
8740: trim trailing methods' EOLs
8741:
8742: * tests/: results/170.processed, results/167.processed,
8743: results/168.processed, results/169.processed, 167.html, 168.html,
8744: 169.html: - prepare tests to trim trailing methods' EOLs
8745:
8746: * tests/: results/170.processed, results/171.processed,
8747: results/172.processed, results/173.processed,
8748: results/174.processed, results/175.processed, 170.html, 171.html,
8749: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8750: trailing methods' EOLs
8751:
8752: * tests/: results/176.processed, results/180.processed,
8753: results/184.processed, results/185.processed,
8754: results/191.processed, results/192.processed,
8755: results/196.processed, results/197.processed,
8756: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8757: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8758: to trim trailing methods' EOLs
8759:
8760: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8761: results/199.processed, results/208.processed,
8762: results/209.processed, results/213.processed,
8763: results/214.processed: - prepare tests to trim trailing methods'
8764: EOLs
8765:
8766: 2010-06-29 misha
8767:
8768: * tests/: 220.html, 218.html, results/218.processed,
8769: results/215.processed, results/217.processed, 215.html, 217.html:
8770: - prepare tests to trim trailing methods' EOLs
8771:
8772: * tests/: results/224.processed, 224.html, 223.html,
8773: results/223.processed, results/220.processed: - prepare tests to
8774: trim trailing methods' EOLs
8775:
8776: * tests/results/: 226.processed, 230.processed: - prepare tests to
8777: trim trailing methods' EOLs
8778:
8779: * tests/: 229.html, results/229.processed: - prepare tests to trim
8780: trailing methods' EOLs
8781:
8782: * tests/: 232.html, 235.html, results/232.processed,
8783: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8784: results/226.processed, results/227.processed,
8785: results/228.processed, results/230.processed: - prepare tests to
8786: trim trailing methods' EOLs
8787:
8788: 2010-06-16 moko
8789:
8790: * tests/: 229.html, results/229.processed: elseif now supported in
8791: ^if
8792:
8793: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8794:
8795: 2010-06-03 misha
8796:
8797: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8798: instead of memcopy for overlaped regions
8799:
8800: 2010-05-25 misha
8801:
8802: * src/main/pa_common.C: - wanring about unused vars was removed
8803:
8804: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8805: get_method_filename was moved to execute.C
8806:
8807: 2010-05-23 misha
8808:
8809: * src/main/pa_request.C: - more accurate detection of method's file
8810:
8811: 2010-05-22 misha
8812:
8813: * src/classes/reflection.C: - bugfix: core during detection of
8814: .file if filespec isn't detected successfully
8815:
8816: 2010-05-20 misha
8817:
8818: * src/main/pa_request.C: - fix in get_method_filename
8819:
8820: * src/include/pa_request.h: - new feature: #24 -- searching
8821: included file in @USE/^use is changed. if its filespec doesn't
8822: start from '/' it will be searched in caller file directory
8823:
8824: * src/classes/reflection.C: - ^reflection:method_info returns file
8825: where the method is defined
8826:
8827: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8828: classes/op.C: - new feature: #24 -- searching included file in
8829: @USE/^use is changed. if its filespec doesn't start from '/' it
8830: will be searched in caller file directory
8831:
8832: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8833: is moved to pa_common.h
8834:
8835: 2010-05-18 misha
8836:
8837: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8838: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8839: cookie parser decode \uXXXX as well as %uXXXX
8840:
8841: 2010-05-17 misha
8842:
8843: * src/classes/curl.C: beauty: - unused param is removed in method
8844: _curl_version_action - some spaces were removed or replaced by
8845: tabs
8846:
8847: * src/classes/table.C: - bugfix: #72 core with empty value during
8848: ^table.hash[...;name_of_the_last_column][$.type[string]]
8849:
8850: 2010-05-16 misha
8851:
8852: * src/classes/curl.C: new: #61 more curl options were added
8853: (contributed by Sumo)
8854:
8855: 2010-04-29 pretender
8856:
8857: * src/main/pa_string.C: fixes #63 Split result from empty string
8858: now empty string.
8859:
8860: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8861: string type.
8862:
8863: 2010-04-28 pretender
8864:
8865: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8866: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8867: macrodefinition removed
8868:
8869: 2010-04-19 pretender
8870:
8871: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8872: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8873:
8874: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8875: fixes #64 Now file.missing exception generates in unsafe mode to.
8876:
8877: * src/classes/file.C: fixes #48 Now not throw "not save environment
8878: variable" exception in grpunlim version.
8879:
8880: 2010-04-05 misha
8881:
8882: * src/classes/string.C: - new feature: 4th param was added to
8883: match. if specified its value is returned in case of nothing was
8884: found
8885:
8886: 2010-04-01 misha
8887:
8888: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8889: multiple execution of /a/b/auto.p
8890:
8891: 2010-03-19 misha
8892:
8893: * src/main/execute.C: - core in $table1.$table2 was fixed
8894:
8895: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8896:
8897: 2010-01-27 misha
8898:
8899: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8900: trying to open file by path /existing-file/non-exixting-file
8901:
8902: 2010-01-26 misha
8903:
8904: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8905: was added (returns file)
8906:
8907: 2009-12-22 misha
8908:
8909: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8910: now parser doesn't have class curl if it was built without it
8911:
8912: 2009-12-15 misha
8913:
8914: * configure.in: - little cheat with curl include dir was added
8915:
8916: 2009-12-05 misha
8917:
8918: * src/classes/curl.C: - some fixes
8919:
8920: 2009-12-04 misha
8921:
8922: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8923: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8924: buildall-with-xml, buildall-without-xml, configure.in: - curl
8925: class was added
8926:
8927: * src/include/pa_hash.h: - hash-iterator was added
8928:
8929: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8930: was added to pcre
8931:
8932: 2009-11-27 misha
8933:
8934: * src/classes/image.C: - don't add @border attribute to output of
8935: ^image.html[] if it was specified by user with empty value
8936:
8937: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8938: root element and we are trying to access .documentElement
8939:
8940: 2009-11-11 misha
8941:
8942: * src/classes/table.C: - in ^table.flip[] look at number of columns
8943: instead of number of items in first row for named tables
8944:
8945: 2009-11-10 misha
8946:
1.211 moko 8947: * operators.ru.txt, operators.txt: - info about hash-options in
8948: ^file::create was added
1.95 moko 8949:
8950: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8951: added
8952:
8953: 2009-11-09 misha
8954:
8955: * buildall-with-xml: - moving to libxml 2.7.6
8956:
8957: * tests/236.html: - tests for comparations cords with functions
8958: were added
8959:
8960: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8961: added
8962:
8963: * src/main/pa_http.C: - little optimisation
8964:
8965: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8966: GPF mallocs + stringstream (table.save)
8967:
8968: * src/classes/file.C: - file::create now accepts 4th param: options
8969: with $.charset
8970:
8971: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8972: bug in cord (comparation cords with functions was buggy)
8973:
8974: 2009-11-06 misha
8975:
8976: * src/main/pa_string.C: - bugfix: calculation string.length
8977: sometimes was buggy
8978:
8979: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8980: destroyed if exception occured during match/replace
8981:
8982: * src/: main/pa_charset.C, include/pa_charset.h: - method
8983: lengthUTF8Char was added
8984:
8985: * src/classes/op.C: - clean tainting lang was added for user's
8986: usage
8987:
8988: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8989: fixed: checkouts are required after GC_MALLOC
8990:
8991: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8992:
1.211 moko 8993: * operators.ru.txt, operators.txt: - actually, there is no
8994: ^untaint[xml] in file::create
1.95 moko 8995:
8996: 2009-10-15 misha
8997:
8998: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8999: were added
9000:
9001: * tests/234.html: - more tests for checking ^taint[uri] escaping
9002: were added
9003:
9004: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9005: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9006: hacking: for dealing with transcoding+^taint[uri]
9007: transcode_and_untaint was replaced by untaint_and_transcode
9008:
9009: 2009-10-13 misha
9010:
9011: * tests/: 121.html, results/121.processed: - test transcoding +
9012: url-escaping now
9013:
9014: * tests/results/auto.p: - more helpers' methods were added
9015:
9016: * src/main/pa_globals.C: - die instead of abort
9017:
9018: 2009-10-06 misha
9019:
9020: * src/main/pa_common.C: - don't allocate memory during
9021: capitalization if input string is already capitalized
9022:
9023: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9024:
9025: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9026: use format function because it calls malloc
9027:
9028: * src/include/pa_common.h: - more capitalized headers were added
9029:
9030: * src/main/pa_common.C: - in safe mode clear executable bits during
9031: file writing
9032:
9033: 2009-10-05 misha
9034:
9035: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9036:
9037: 2009-10-03 misha
9038:
9039: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9040: ^img.text[] & ^img.length[] can work in utf-8 now
9041:
9042: * src/: include/pa_charset.h, main/pa_charset.C: - class
9043: UTF8_string_iterator was added
9044:
9045: * src/classes/image.C: - respect utf-8 when calculate alphabet
9046: length
9047:
9048: * src/classes/mail.C: - check from before get message.cstr
9049:
9050: 2009-10-02 misha
9051:
9052: * tests/233.html: - test for image.font, image.length, image.text
9053: with text in utf-8 were added
9054:
9055: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9056:
9057: * buildall-with-xml, buildall-without-xml: - comment about gc
9058: version for freebsd 4 was added
9059:
9060: 2009-10-01 misha
9061:
9062: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9063: terminator) - read_pipe were slightly optimized
9064:
9065: 2009-09-28 misha
9066:
9067: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9068: removed
9069:
9070: * src/types/pa_vmail.C: - forgot about space after ':'
9071:
9072: * src/types/pa_vmail.C: - escape filenames while preparing mail
9073: body - small simplifications
9074:
9075: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9076: inout params like pa_base64
9077:
9078: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9079: option $.debug-print(1) was added to mail:send - changes for
9080: using uue_encode which uses less memory
9081:
9082: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9083:
9084: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9085: memory now
9086:
9087: 2009-09-26 misha
9088:
9089: * src/types/pa_vmail.C: - default encoding now is base64
9090:
9091: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9092:
9093: 2009-09-25 misha
9094:
9095: * src/types/pa_vmail.C: - capitalization of headers was added to
9096: sending mail as well
9097:
9098: * buildall-with-xml: - catalog package was removed from libxml
9099:
9100: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9101: win32 absolute path
9102:
9103: * src/include/pa_common.h: - one more capitalized header was added
9104:
9105: 2009-09-22 misha
9106:
9107: * INSTALL: - comment about building just httpd binary while
9108: building apache module was added
9109:
9110: 2009-09-21 misha
9111:
9112: * buildall-with-xml: - moving to the latest versions of xml libs:
9113: libxml 2.7.4 and libxslt 1.1.25
9114:
9115: 2009-09-19 misha
9116:
9117: * tests/231.html: - test for encoding cookie in win-1251
9118:
9119: 2009-09-18 misha
9120:
9121: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9122: object] were added
9123:
1.211 moko 9124: * operators.ru.txt, operators.txt: - info about method
9125: ^reflection:fields[class or object] was added
1.95 moko 9126:
9127: * src/classes/reflection.C: - method ^reflection:fields[class or
9128: object] was added
9129:
9130: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9131: methods get_fields were added
9132:
9133: * tests/232.html: - tests for @GET[name]
9134:
9135: * src/classes/table.C: - some changes in handling hash-options for
9136: creare, join and locate
9137:
9138: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9139: defined with option: the type of requested value
9140:
9141: 2009-09-17 misha
9142:
9143: * tests/212.html: - tests for .pattern and .options were added
9144:
9145: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9146: $regex.options were added
9147:
9148: 2009-09-11 misha
9149:
9150: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9151: rewrited. it checks not just one case of sending cookies during
9152: file::load[http], but also sending headers and fields (including
9153: files)
9154:
9155: 2009-09-10 misha
9156:
9157: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9158: was removed => now parser can open files with Russian 'r' in
9159: filename
9160:
9161: * src/main/untaint.C: - bugfix: client charset whould be analized
9162: while escaping cookies but now source charset
9163:
9164: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9165: ^tainted[uri] so it was possible to make request with incorrect
9166: http header
9167:
9168: * src/main/pa_http.C: - capitalization of http headers during
9169: file::load[http was slightly changes - bugfix: all headers which
9170: parser sends during file::load[http should be transcoded and only
9171: then escaped
9172:
9173: * src/main/untaint.C: - a bit more comments were added
9174:
9175: * src/classes/: file.C, string.C: - types where changes (minus 2
9176: warnings)
9177:
9178: * src/include/pa_common.h: - 2 capitalized strings for making http
9179: headers during file::load[http were added
9180:
9181: 2009-09-08 misha
9182:
1.211 moko 9183: * operators.ru.txt, operators.txt: - changes in file.save and
9184: string.save were added
1.95 moko 9185:
9186: * tests/: 230.html, 230.txt: - tests for checking options in
9187: file.save and string.save were added
9188:
9189: * src/main/pa_request.C: - http headers names, which are passed to
9190: SAPI::add_header_attribute are lowercased now (it'll be
9191: capitalized in that method)
9192:
9193: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9194: classes/string.C: - file_write accepts Request_charsets and asked
9195: charset and cound transcode content before writing - string.save
9196: and file.save have option $.charset now
9197:
9198: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9199: classes/xdoc.C: - file_write accepts Request_charsets and asked
9200: charset and cound transcode content before writing
9201:
9202: * src/include/pa_exception.h: - new exception comment string was
9203: defined
9204:
9205: 2009-09-07 misha
9206:
9207: * src/main/compile.y: - grammar $name\ name stops now for regex
9208: sub-pattern\s
9209:
9210: 2009-09-04 misha
9211:
9212: * src/main/pa_http.C: - capitalization of http headers during
9213: file::load[http was implemented
9214:
9215: 2009-09-03 misha
9216:
9217: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9218: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9219: types/pa_vmail.C, targets/cgi/parser3.C,
9220: targets/isapi/parser3isapi.C: - back to storing response http
9221: headers in lowercase - capitalize them during output
9222:
9223: 2009-08-31 misha
9224:
9225: * src/classes/table.C: - allow call with any brackets (it could be
9226: useful in methods with explict result declaration)
9227:
9228: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9229: correctly if $request:charset==koi8-r
9230:
9231: 2009-08-30 misha
9232:
9233: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9234: changed: content-type => Content-type and so on
9235:
9236: * src/classes/file.C, src/include/pa_common.h,
9237: src/include/pa_request.h, src/main/pa_http.C,
9238: src/main/pa_request.C, src/types/pa_vcookie.C,
9239: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9240: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9241: tests/results/002.processed, tests/results/003.processed,
9242: tests/results/004.processed, tests/results/005.processed,
9243: tests/results/006.processed, tests/results/007.processed,
9244: tests/results/008.processed, tests/results/009.processed,
9245: tests/results/010.processed, tests/results/011.processed,
9246: tests/results/012.processed, tests/results/013.processed,
9247: tests/results/014.processed, tests/results/015.processed,
9248: tests/results/016.processed, tests/results/017.processed,
9249: tests/results/018.processed, tests/results/019.processed,
9250: tests/results/020.processed, tests/results/021.processed,
9251: tests/results/022.processed, tests/results/023.processed,
9252: tests/results/024.processed, tests/results/025.processed,
9253: tests/results/026.processed, tests/results/027.processed,
9254: tests/results/028.processed, tests/results/029.processed,
9255: tests/results/030.processed, tests/results/031.processed,
9256: tests/results/032.processed, tests/results/033.processed,
9257: tests/results/034.processed, tests/results/035.processed,
9258: tests/results/036.processed, tests/results/037.processed,
9259: tests/results/038.processed, tests/results/039.processed,
9260: tests/results/040.processed, tests/results/041.processed,
9261: tests/results/042.processed, tests/results/043.processed,
9262: tests/results/044.processed, tests/results/045.processed,
9263: tests/results/046.processed, tests/results/047.processed,
9264: tests/results/048.processed, tests/results/049.processed,
9265: tests/results/050.processed, tests/results/051.processed,
9266: tests/results/052.processed, tests/results/053.processed,
9267: tests/results/054.processed, tests/results/055.processed,
9268: tests/results/056.processed, tests/results/057.processed,
9269: tests/results/058.processed, tests/results/059.processed,
9270: tests/results/060.processed, tests/results/061.processed,
9271: tests/results/062.processed, tests/results/063.processed,
9272: tests/results/064.processed, tests/results/065.processed,
9273: tests/results/066.processed, tests/results/067.processed,
9274: tests/results/068.processed, tests/results/069.processed,
9275: tests/results/070.processed, tests/results/071.processed,
9276: tests/results/072.processed, tests/results/073.processed,
9277: tests/results/074.processed, tests/results/075.processed,
9278: tests/results/076.processed, tests/results/077.processed,
9279: tests/results/078.processed, tests/results/079.processed,
9280: tests/results/080.processed, tests/results/081.processed,
9281: tests/results/082.processed, tests/results/083.processed,
9282: tests/results/084.processed, tests/results/085.processed,
9283: tests/results/086.processed, tests/results/087.processed,
9284: tests/results/088.processed, tests/results/089.processed,
9285: tests/results/090.processed, tests/results/091.processed,
9286: tests/results/092.processed, tests/results/093.processed,
9287: tests/results/094.processed, tests/results/095.processed,
9288: tests/results/096.processed, tests/results/097.processed,
9289: tests/results/098.processed, tests/results/099.processed,
9290: tests/results/100.processed, tests/results/101.processed,
9291: tests/results/102.processed, tests/results/103.processed,
9292: tests/results/104.processed, tests/results/105.processed,
9293: tests/results/106.processed, tests/results/107.processed,
9294: tests/results/108.processed, tests/results/109.processed,
9295: tests/results/110.processed, tests/results/111.processed,
9296: tests/results/112.processed, tests/results/113.processed,
9297: tests/results/114.processed, tests/results/115.processed,
9298: tests/results/116.processed, tests/results/117.processed,
9299: tests/results/118.processed, tests/results/119.processed,
9300: tests/results/120.processed, tests/results/121.processed,
9301: tests/results/122.processed, tests/results/123.processed,
9302: tests/results/124.processed, tests/results/125.processed,
9303: tests/results/126.processed, tests/results/127.processed,
9304: tests/results/128.processed, tests/results/129.processed,
9305: tests/results/130.processed, tests/results/131.processed,
9306: tests/results/132.processed, tests/results/133.processed,
9307: tests/results/134.processed, tests/results/135.processed,
9308: tests/results/136.processed, tests/results/138.processed,
9309: tests/results/139.processed, tests/results/140.processed,
9310: tests/results/141.processed, tests/results/142.processed,
9311: tests/results/143.processed, tests/results/144.processed,
9312: tests/results/145.processed, tests/results/146.processed,
9313: tests/results/147.processed, tests/results/148.processed,
9314: tests/results/149.processed, tests/results/150.processed,
9315: tests/results/151.processed, tests/results/152.processed,
9316: tests/results/153.processed, tests/results/154.processed,
9317: tests/results/155.processed, tests/results/156.processed,
9318: tests/results/157.processed, tests/results/158.processed,
9319: tests/results/159.processed, tests/results/160.processed,
9320: tests/results/161.processed, tests/results/162.processed,
9321: tests/results/163.processed, tests/results/164.processed,
9322: tests/results/165.processed, tests/results/166.processed,
9323: tests/results/167.processed, tests/results/168.processed,
9324: tests/results/169.processed, tests/results/170.processed,
9325: tests/results/171.processed, tests/results/172.processed,
9326: tests/results/173.processed, tests/results/174.processed,
9327: tests/results/175.processed, tests/results/176.processed,
9328: tests/results/177.processed, tests/results/178.processed,
9329: tests/results/179.processed, tests/results/180.processed,
9330: tests/results/181.processed, tests/results/182.processed,
9331: tests/results/183.processed, tests/results/184.processed,
9332: tests/results/185.processed, tests/results/186.processed,
9333: tests/results/187.processed, tests/results/188.processed,
9334: tests/results/189.processed, tests/results/190.processed,
9335: tests/results/191.processed, tests/results/192.processed,
9336: tests/results/193.processed, tests/results/194.processed,
9337: tests/results/195.processed, tests/results/196.processed,
9338: tests/results/197.processed, tests/results/198.processed,
9339: tests/results/199.processed, tests/results/200.processed,
9340: tests/results/201.processed, tests/results/202.processed,
9341: tests/results/203.processed, tests/results/204.processed,
9342: tests/results/205.processed, tests/results/206.processed,
9343: tests/results/207.processed, tests/results/208.processed,
9344: tests/results/209.processed, tests/results/210.processed,
9345: tests/results/211.processed, tests/results/212.processed,
9346: tests/results/213.processed, tests/results/214.processed,
9347: tests/results/215.processed, tests/results/216.processed,
9348: tests/results/217.processed, tests/results/218.processed,
9349: tests/results/219.processed, tests/results/220.processed,
9350: tests/results/221.processed, tests/results/222.processed,
9351: tests/results/223.processed, tests/results/224.processed,
9352: tests/results/225.processed, tests/results/226.processed,
9353: tests/results/227.processed, tests/results/228.processed,
9354: tests/results/229.processed: - http headers were changed:
9355: content-type => Content-type and so on
9356:
9357: 2009-08-27 misha
9358:
9359: * src/: main/pa_random.C, include/pa_random.h,
9360: targets/cgi/parser3.C: - year was updated :)
9361:
9362: 2009-08-26 misha
9363:
9364: * tests/: 224.html, 224.p: - test for creating of parser object
9365: using constructor without params - little bugfix in test
9366:
9367: * src/main/compile_tools.h: - bugfix: should't call autouse while
9368: checking existed class while processing partial option
9369:
9370: * src/classes/reflection.C: - bugfix: core when creating object
9371: with reflection and constructor doesn't have params
9372:
9373: 2009-08-24 misha
9374:
9375: * tests/229.html: - tests for checking the number of parameters
9376: were added
9377:
9378: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9379: number of method's parameters wasn't checked correctly (the bug
9380: was introduced in 3.4.0)
9381:
9382: 2009-08-22 misha
9383:
9384: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9385: transcoded, but tainted pieces are escaped only when
9386: content-type==url-encoding
9387:
9388: * tests/228.html: - test for checking
9389: ^file::load[http://...;$.body[]]
9390:
9391: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9392: post charset was too early (charsets is empty at this moment)
9393:
9394: 2009-08-21 misha
9395:
9396: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9397: main/untaint.C: - some fixes with transcode+untaint
9398:
9399: 2009-08-15 misha
9400:
9401: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9402: was increaced to 100 (was 50)
9403:
9404: * tests/227.html: - test for checking overriding properties in
9405: static classes was added
9406:
9407: * tests/: 226.html, 226.p: - test for @autoload[] was added
9408:
9409: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9410: main/execute.C, main/pa_request.C, classes/reflection.C: -
9411: autouse was implemented
9412:
9413: 2009-08-14 misha
9414:
9415: * src/classes/reflection.C: - outdated checkout was removed
9416:
9417: * src/classes/reflection.C: - optimization - method ^dynamical was
9418: added.
9419:
9420: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9421: types/pa_vstateless_class.h, main/execute.C: - optimization
9422:
9423: * src/types/pa_vclass.C: - exception if base on sytem class
9424:
9425: 2009-08-12 misha
9426:
9427: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9428: pa_vstateless_class.h: - little optimisation
9429:
9430: 2009-08-11 misha
9431:
9432: * tests/224.html: - method_params => method_info - checking for
9433: $.inherited
9434:
1.211 moko 9435: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9436: method method_params was renamed to method_info and now it
9437: returns class name, if method was defined in ancestor
1.95 moko 9438:
9439: * tests/225.html: - tests for cheching properties in hierarhical
9440: classes were added
9441:
9442: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9443: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9444: main/compile.y, main/execute.C, classes/classes.C: - problems
9445: with properties in new classes implementation were fixed
9446:
9447: 2009-08-10 misha
9448:
9449: * src/main/execute.C: - now constructor shouldn't be defined in
9450: class. it could be defined in parent.
9451:
9452: 2009-08-09 misha
9453:
9454: * src/classes/reflection.C: - ^reflection:methods doesn't return
9455: base's methods
9456:
9457: 2009-08-08 misha
9458:
9459: * src/: classes/classes.h, classes/date.C, classes/file.C,
9460: classes/form.C, classes/hash.C, classes/hashfile.C,
9461: classes/image.C, classes/mail.C, classes/op.C,
9462: classes/reflection.C, classes/regex.C, classes/string.C,
9463: classes/table.C, classes/xdoc.C, classes/xnode.C,
9464: classes/xnode.h, include/pa_hash.h, main/execute.C,
9465: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9466: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9467: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9468: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9469: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9470: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9471: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9472: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9473: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9474: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9475: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9476: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9477: types/pa_vresponse.C, types/pa_vresponse.h,
9478: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9479: types/pa_vstateless_object.h, types/pa_vstatus.C,
9480: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9481: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9482: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9483: types/pa_wwrapper.h, types/types.vcproj: - new classes
9484: implementation
9485:
9486: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9487: USE_MUNMAP is used. so it is disabled as a workaround.
9488:
9489: 2009-08-05 misha
9490:
9491: * src/: main/pa_common.C, include/pa_common.h: - not needed
9492: parameter was removed
9493:
9494: * src/main/pa_http.C: - bugfix: error was during detecting
9495: content-type of file which was loaded by http
9496:
9497: 2009-08-01 misha
9498:
9499: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9500: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9501: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9502: can't be disabled with defines any longer
9503:
9504: 2009-07-29 misha
9505:
9506: * src/classes/reflection.C, tests/results/224.processed: - for
9507: native methods with any call type now returned empty call_type
9508: value
9509:
9510: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9511: classes/table.C, include/pa_hash.h, include/pa_request.h,
9512: main/pa_request.C: - break in cycles was optimized
9513:
9514: * INSTALL: - more defines were described
9515:
9516: 2009-07-28 misha
9517:
1.211 moko 9518: * operators.ru.txt, operators.txt: - some changes in information
9519: about reflection class
1.95 moko 9520:
9521: * tests/: 224.html, 224.p: - tests for reflection class
9522:
9523: * src/classes/reflection.C: - some bugs were fixed, method classes
9524: was added, refactoring
9525:
9526: 2009-07-26 misha
9527:
9528: * src/classes/classes.vcproj: - reflection class wass added to
9529: project
9530:
1.211 moko 9531: * operators.ru.txt, operators.txt: - information about reflection
9532: class was added
1.95 moko 9533:
9534: * src/classes/reflection.C: - class was redesigned
9535:
9536: 2009-07-24 misha
9537:
9538: * src/classes/: Makefile.am, reflection.C: - class reflection was
9539: added
9540:
9541: * src/types/pa_vstateless_class.h: - method for reflection method's
9542: in classes was added
9543:
9544: 2009-07-22 misha
9545:
9546: * src/main/compile_tools.h: - bugfix: $object.$var was
9547: over-optimized. it failed if $object1.$object2.field
9548:
9549: 2009-07-16 misha
9550:
9551: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9552: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9553: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9554: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9555: one more arg: length of cord
9556:
9557: 2009-07-15 misha
9558:
9559: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9560: tainted in ^file::load[http://...;$.cookies[]]
9561:
9562: * src/classes/: op.C, regex.C, string.C: - new string with
9563: exception was used
9564:
9565: * src/include/pa_exception.h: - new string with exception was added
9566:
9567: * tests/223.html: - test for checking cookie-encoding during
9568: ^file::load[http was added
9569:
9570: * tests/: 221.html, 222.html: - tests for checking type of
9571: $table.fields.field were added
9572:
9573: * src/types/pa_vtable.C: - not used var decl was removed
9574:
9575: * src/include/pa_string.h: - use cached string length in Body::mid.
9576: it improves speed of match with brackets in pattern
9577:
9578: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9579: outside
9580:
9581: 2009-07-14 misha
9582:
9583: * src/types/pa_vtable.C: - $table.fields.a return string even if
9584: column is empty (sometime returned void) - $table.fields was
9585: added for nameless tables
9586:
9587: * src/targets/cgi/getopt.c: - one warning resolved
9588:
9589: * src/main/pa_string.C: - potentian bug fixed
9590:
9591: * src/classes/op.C: - small optimization in taint/untaint
9592:
9593: 2009-07-13 misha
9594:
9595: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9596: added
9597:
9598: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9599: souldn't add the attribut to output
9600:
9601: 2009-07-11 misha
9602:
9603: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9604: stack size was increaced to 2MB (default=1MB)
9605:
9606: 2009-07-08 misha
9607:
9608: * src/main/pa_string.C: - link to UTF-8 description was added
9609:
9610: * src/include/pa_hash.h: - hash keeps element's order in more
9611: places (ex: ._keys[])
9612:
9613: * tests/220.html: - test for checking order of elements in hash in
9614: foreach was added
9615:
9616: * tests/172.html: - small changes in printing hash
9617:
9618: * tests/129.html: - small changes in printing hash
9619:
9620: * src/: include/pa_common.h, include/pa_hash.h,
9621: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9622: types/pa_vmethod_frame.h: - hash now keeps order of elements
9623:
9624: * tests/014.html: - small changes in printing hash
9625:
9626: 2009-07-07 misha
9627:
9628: * src/classes/op.C: - new taint language "parser-code" was added
9629:
9630: * tests/219.html: - test for auto untaint parser code in process
9631: was added
9632:
9633: * src/classes/op.C: - tainted pieces in body of process are
9634: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9635:
9636: * src/: include/pa_string.h, main/untaint.C: - new language
9637: L_PARSER_CODE for auto-untaint in process was added
9638:
9639: * src/: classes/file.C, classes/hash.C, classes/image.C,
9640: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9641: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9642: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9643: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9644: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9645: code cleanup
9646:
9647: 2009-07-06 misha
9648:
9649: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9650: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9651: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9652:
9653: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9654: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9655: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9656: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9657: should be used
9658:
9659: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9660: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9661: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9662: untaint_cstr[m] should be used
9663:
9664: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9665: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9666:
9667: * tests/218.html: - test for checking automatic file-spec-taint was
9668: added
9669:
9670: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9671: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9672: classes/file.C, classes/hash.C, classes/image.C,
9673: classes/string.C, classes/table.C, classes/void.C,
9674: classes/xdoc.C: - optimizations and simplification of
9675: string.cstr(...)
9676:
9677: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9678: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9679: - optimizations and simplification of string.cstr(...)
9680:
9681: 2009-07-04 misha
9682:
9683: * tests/217.html: - test for recursion detection was added
9684:
9685: * src/: types/types.vcproj, main/main.vcproj,
9686: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9687: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9688: from .vcproj
9689:
9690: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9691:
9692: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9693: uploading files and case-insensitive http-method were added
9694:
9695: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9696: tainted pattern in ^file:list[] was added
9697:
9698: 2009-07-03 misha
9699:
9700: * src/: classes/classes.vcproj, main/main.vcproj,
9701: types/types.vcproj, targets/cgi/parser3.vcproj,
9702: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9703: for dynamic_cast) - little options changes
9704:
9705: * src/main/pa_http.C: - file::load[http works now with uploading
9706: files _and_ changing $.charset
9707:
9708: 2009-06-29 misha
9709:
9710: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9711: while creating pattern
9712:
9713: 2009-06-25 misha
9714:
1.211 moko 9715: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9716: names for ^image.font were changed to $.space, $.width and
9717: $spacing - default space width now == gif's width
1.95 moko 9718:
9719: 2009-06-24 misha
9720:
9721: * tests/215.html: - tests for $file.mode were added
9722:
1.211 moko 9723: * operators.ru.txt, operators.txt: - added info about $file.mode
9724: and changes in ^image.font[
1.95 moko 9725:
9726: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9727: param now could be omited - third param now could be hash (with
9728: all widths options: $.space-width, $.letter-width) - it's
9729: possible to specify tracking ($.letter-space)
9730:
9731: * src/classes/file.C: - file objects now could have mode field
9732: (text|binary)
9733:
9734: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9735:
9736: 2009-06-23 misha
9737:
9738: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9739: trim can work with utf-8 chars now
9740:
9741: 2009-06-20 misha
9742:
9743: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9744: was implemented
9745:
9746: * src/classes/table.C: - string length cacheing was implemented
9747:
9748: * src/include/pa_string.h: - string length cacheing was implemented
9749:
9750: 2009-06-17 misha
9751:
9752: * src/main/execute.C: - value param was removed from
9753: WContext::WContext
9754:
9755: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9756: pa_wwrapper.h: - value param was removed from WContext::WContext
9757: - field wcontext was removed from VCodeFrame (using fparent
9758: instead)
9759:
9760: * tests/214.html: - test with hash copying
9761:
9762: 2009-06-16 misha
9763:
9764: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9765: strings doesn't work in expression anymore
9766:
9767: * src/main/execute.C: - less calls for get_constructing() - little
9768: refactoring
9769:
9770: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9771: include/pa_request.h: - less calls for get_constructing()
9772:
9773: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9774: introduced with OPTIMIZE_SINGLE_STRING optimization
9775:
9776: 2009-06-14 misha
9777:
9778: * src/: classes/date.C, classes/file.C, classes/hash.C,
9779: classes/hashfile.C, classes/image.C, classes/regex.C,
9780: classes/table.C, classes/xdoc.C, classes/xnode.h,
9781: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9782: types/pa_vstateless_class.h, main/execute.C: - create object for
9783: storing object's fields only for parser objects
9784:
9785: 2009-06-13 misha
9786:
9787: * buildall-with-xml, buildall-without-xml: - new option was added
9788: for building GC (it slightly reduces memory usage)
9789:
9790: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9791: single string write
9792:
9793: * src/main/execute.C: - bytecode optimization of ^class:constructor
9794: - optimization of single string write
9795:
9796: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9797: - bytecode optimization of ^class:constructor
9798:
9799: 2009-06-09 misha
9800:
9801: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9802: main (better compatibility)
9803:
9804: 2009-06-08 misha
9805:
9806: * src/main/compile.y: - I've forgot to commit it :(
9807:
9808: 2009-06-07 misha
9809:
9810: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9811: WITH_READ and WITH_ROOT
9812:
9813: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9814: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9815: WITH_ROOT - little refactoring
9816:
9817: 2009-06-06 misha
9818:
9819: * tests/213.html: - tests for 3rd match string-param were added
9820:
9821: * src/classes/string.C: - 3rd match param could be string now
9822:
9823: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9824: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9825: GET_OBJECT_ELEMENT
9826:
9827: 2009-06-05 misha
9828:
9829: * src/main/pa_http.C: - bugfix: content-length was not calculated
9830: if $.body was specified
9831:
9832: 2009-06-04 misha
9833:
9834: * src/classes/op.C: - optimizing write_assign_lang in connect
9835:
9836: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9837:
9838: * src/main/execute.C: - little refactoring - optimizing
9839: write_assign_lang in taint/untaint
9840:
9841: * src/include/pa_opcode.h: - little refactoring
9842:
9843: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9844: main/compile_tools.h, main/execute.C: - optimizations for
9845: $self.field, ^self.method, $self.field[...] and $self.field(...)
9846: were added
9847:
9848: 2009-06-03 misha
9849:
9850: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9851:
9852: 2009-06-02 misha
9853:
9854: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9855: include/pa_opcode.h: - refactoring in last optimizations
9856: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9857: now but code is much easy and it is ready for further
9858: improvements.
9859:
9860: 2009-05-27 misha
9861:
9862: * src/: types/pa_junction.h, types/pa_vjunction.C,
9863: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9864: changed in destructing junctions
9865:
9866: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9867: String:Body
9868:
9869: 2009-05-26 misha
9870:
9871: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9872: one method detect_charset was deleted - bug was fixed in this
9873: method (error while detecting charset in content_type withot last
9874: ';')
9875:
9876: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9877: once
9878:
9879: 2009-05-25 misha
9880:
9881: * src/classes/file.C: - bugfix: file::exec didn't work after
9882: optimizing of helper_length
9883:
9884: 2009-05-24 misha
9885:
9886: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9887: were added - little refactoring
9888:
9889: * src/main/execute.C: - core while printing in debug log
9890: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9891: optimisations were added
9892:
9893: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9894: were added
9895:
9896: 2009-05-23 misha
9897:
9898: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9899: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9900: CORD_cat optimization
9901:
9902: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9903: - call constr optimisation under separate define now
9904:
9905: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9906: in $b should be string, not void
9907:
9908: * src/main/compile.y: - little fix for rem-cut optimisation
9909:
9910: * src/: include/pa_opcode.h, main/compile_tools.C,
9911: main/compile_tools.h, main/execute.C: - optimisations for
9912: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9913:
9914: * INSTALL: - description of some #defined were added
9915:
9916: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9917: before 1st access (memory usage is reduced if don't access to
9918: .text field)
9919:
9920: * src/include/pa_array.h: - array grows step now not static (it
9921: reduces numbers of reallocs)
9922:
9923: 2009-05-20 misha
9924:
9925: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9926: $.b(2), $c[d] and $.e[f] was added
9927:
9928: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9929: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9930: $.e[f] was added
9931:
9932: * src/main/execute.C: - debug printing moved in defines
9933:
9934: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9935: and little refactoring for OP_GET_OBJECT_ELEMENT +
9936: OP_GET_OBJECT_VAR_ELEMENT optimisation
9937:
9938: 2009-05-19 misha
9939:
9940: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9941: execute.C: - $a.$b & ^a.$b bytecode optimisation
9942:
9943: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9944: ^a.$b optimisation)
9945:
9946: * src/main/compile.y: - compiler now generate new opcodes:
9947: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9948: ^a.b - compiler now cut off ^rem{ with all content ; any number
9949: of params }
9950:
9951: * src/main/execute.C: - code for handle new opcodes
9952: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9953:
9954: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9955: added for LA2V and LA2S
9956:
9957: * src/include/pa_opcode.h: - new defines which can be used for
9958: disable some bytecode optimisation and new opcodes were added
9959:
9960: 2009-05-17 misha
9961:
9962: * src/lib/cord/cordxtra.c: - bugfix.
9963:
9964: * tests/212.html: - .size[] and .study_size[] were added to tests
9965:
1.211 moko 9966: * operators.ru.txt, operators.txt: - info about regex class was
9967: added
1.95 moko 9968:
9969: * tests/212.html: - tests for regex class were added
9970:
9971: 2009-05-16 misha
9972:
9973: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9974: gc7.1
9975:
9976: * tests/022.html: - test for ^file:list[path;] (empty second param)
9977: was added
9978:
9979: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9980: param) should work
9981:
9982: 2009-05-15 misha
9983:
9984: * src/classes/table.C: - automatically disable stringstream usage
9985: on freebsd4
9986:
9987: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9988: scope
9989:
9990: * tests/211.html: - test with different types of access to hash was
9991: added
9992:
9993: * tests/210.html: - test which checks for loosing tainting in
9994: hash's keys was added
9995:
9996: * tests/208.html: - some parser work added. or stime == 0 %-)
9997:
9998: * src/lib/cord/cordbscs.c: - little hack was added to cord
9999:
10000: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10001:
10002: * src/include/pa_version.h, configure.in: - moko have made a lot of
10003: optimisations for increacing version number more dramatically :)
10004:
10005: * src/classes/date.C: - little refactoring: use constructor which
10006: accepts formated string
10007:
10008: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10009: which can print formatted string was added
10010:
10011: 2009-05-14 misha
10012:
10013: * src/include/pa_string.h: - type was fixed
10014:
10015: * src/: classes/hashfile.C, classes/op.C,
10016: include/pa_cache_managers.h, include/pa_charset.h,
10017: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10018: include/pa_request.h, include/pa_sql_driver_manager.h,
10019: include/pa_string.h, include/pa_stylesheet_manager.h,
10020: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10021: main/pa_charsets.C, main/pa_string.C,
10022: main/pa_stylesheet_connection.C, types/pa_value.h,
10023: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10024: types/pa_vobject.C, types/pa_vstateless_class.C,
10025: types/pa_vstateless_class.h: - hash_code caching was implemented
10026: (seaches should be faster now)
10027:
10028: * src/: classes/file.C, classes/hash.C, classes/image.C,
10029: classes/string.C, classes/table.C, include/pa_string.h,
10030: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10031: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10032: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10033: types/pa_vrequest.C: - String constructors don't have that stupid
10034: true/false param which means 'tainted'. they accept lang instead.
10035:
10036: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10037: with OPTIMIZE_RESULT
10038:
10039: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10040: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10041:
10042: 2009-05-13 misha
10043:
10044: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10045: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10046: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10047: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10048: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10049: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10050: include/pa_string.h, classes/date.C, classes/file.C,
10051: classes/hash.C, classes/image.C, classes/string.C,
10052: classes/table.C, classes/xdoc.C: - result optimisation -
10053: helper_length parameter removed from string constructors
10054:
10055: 2009-05-11 misha
10056:
10057: * tests/209.html: - tests for ^hash::create[hash] were added
10058:
10059: * tests/208.html: - tests for $status:rusage, $status:memory,
10060: ^memory:compact[] were added
10061:
10062: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10063: log10 were added
10064:
10065: * tests/206.html: - test for try with finally was added
10066:
10067: 2009-05-10 misha
10068:
10069: * tests/205.html: - test for ^file::create[...] was added
10070:
10071: * tests/204.html: - test for ^response:clear[] was added
10072:
10073: * tests/038.html: - tests for trigonometric functions were added
10074:
10075: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10076: added - more tests for .add, .sub, .union, .intersects and
10077: .intersections
10078:
10079: * tests/065.html: - test for ^file:dirname was added
10080:
10081: * tests/030.html: - test for $cookie:fields was added
10082:
10083: * tests/203.html: - test for ^h._keys[column name] was added
10084:
10085: * tests/201.html: - tests for .trim were added
10086:
10087: * tests/202.html: - tests for last-day,
10088: date:calendar[type](YYYY;MM;DD) were added
10089:
10090: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10091: .offset[type](N) were added
10092:
10093: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10094: and .pos[c](N) were added
10095:
10096: * tests/141.html: - test for math:sha1 was added
10097:
10098: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10099:
10100: 2009-05-09 misha
10101:
10102: * src/main/compile.y: - rollback
10103:
10104: 2009-05-05 misha
10105:
10106: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10107: replaced by is_empty()
10108:
10109: * src/: include/pa_string.h, main/pa_charset.C: - little
10110: optimisation: somewhere length() was replaced by is_empty()
10111:
10112: * src/classes/table.C: - little optimisation: somewhere length()
10113: was replaced by is_empty()
10114:
10115: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10116: classes/op.C, classes/table.C, main/pa_exception.C: - little
10117: optimisation: somewhere length() was replaced by is_empty()
10118:
10119: 2009-05-04 misha
10120:
10121: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10122: types/pa_vstateless_class.h, main/execute.C,
10123: include/pa_request.h, classes/hash.C, classes/op.C,
10124: classes/table.C: - more optimisations were added: some operators
10125: don't switch write context anylonger
10126:
10127: 2009-05-01 misha
10128:
10129: * src/main/compile.y: - slightly more opcode optimisations for
10130: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10131:
10132: * src/main/execute.C: - simplifying process for getters
10133:
10134: 2009-04-30 misha
10135:
10136: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10137:
10138: * tests/results/199.processed: - test for checking $result into
10139: ^rem was added
10140:
10141: * tests/199.html: - test for checking $result into ^rem was added
10142:
10143: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10144: some OS it returns list in different order)
10145:
10146: * src/: include/pa_array.h, include/pa_request.h,
10147: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10148: changes in stack impl - get_element() optimisation: 3rd param
10149: removed - bugfix: problems with reading empty input param -
10150: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10151:
10152: * tests/results/198.processed: - test for reading empty local var
10153: was added
10154:
10155: * tests/198.html: - test for reading empty local var was added
10156:
10157: 2009-04-29 misha
10158:
10159: * src/main/compile.y: - bugfix: couldn't compile because
10160: OP_VALUE__GET_ELEMENT should be unde #ifdef
10161:
10162: * src/: include/pa_array.h, include/pa_opcode.h,
10163: include/pa_request.h, main/compile.y, main/execute.C,
10164: main/pa_request.C, types/pa_vmethod_frame.C,
10165: types/pa_vmethod_frame.h: - we can work without opcode
10166: OP_STORE_PARAM, so it was removed
10167:
10168: 2009-04-28 misha
10169:
10170: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10171: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10172: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10173: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10174: 4.
10175: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10176:
10177: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10178:
10179: * src/: main/pa_string.C, classes/string.C: - !length() =>
10180: is_empty()
10181:
10182: 2009-04-27 misha
10183:
10184: * src/types/pa_vregex.h: - back explicit vars initialisation
10185:
10186: 2009-04-24 misha
10187:
10188: * src/classes/string.C: - ups. typo fixed
10189:
10190: * src/main/execute.C: - more replacements '*new VBool' to
10191: 'VBool::get' - checks for ^break[], ^continue[] and
10192: parser.interrupted were optimised
10193:
10194: * src/classes/string.C: - number of params.count() calls was
10195: slightly reduced
10196:
10197: 2009-04-23 misha
10198:
10199: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10200: make it x64 friendly
10201:
10202: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10203: parser is x64 friendly now
10204:
10205: 2009-04-22 misha
10206:
10207: * src/types/pa_vhashfile.C: - coder friendly exception about
10208: exceeding record size was added
10209:
10210: * src/classes/file.C: - use vregex object instead of direct calls
10211: methods from pcre lib
10212:
10213: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10214: classes/string.C: - use vregex object instead of direct calls
10215: methods from pcre lib
10216:
10217: * src/: include/pa_common.h, main/pa_common.C: - method
10218: print_pcre_exec_error_text was moved to class vregex
10219:
10220: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10221: was added
10222:
10223: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10224: - class vregex was added
10225:
10226: 2009-04-21 misha
10227:
10228: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10229:
10230: * src/: types/pa_junction.h, types/pa_value.C,
10231: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10232: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10233: junction-optimisation (destructors)
10234:
10235: * src/include/pa_array.h: - free under if now
10236:
10237: 2009-04-19 misha
10238:
10239: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10240:
10241: 2009-04-18 misha
10242:
10243: * src/include/pa_version.h:
10244: :q :
10245:
10246: CV:
10247: ----------------------------------------------------------------------
10248:
10249: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10250: refactoring
10251:
10252: * src/: include/pa_array.h, include/pa_hash.h,
10253: types/pa_vmethod_frame.h: - destructors under #ifdef now
10254:
10255: * src/include/pa_memory.h: - define for using destructors was added
10256:
10257: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10258: main/execute.C: - some junctions will be cached now
10259:
10260: * src/include/pa_hash.h: - hash destructor frees pairs now
10261:
10262: * src/include/pa_array.h: - inline was added to destructor
10263:
10264: * src/types/pa_method.h: - comment was changed
10265:
10266: 2009-04-17 misha
10267:
10268: * src/: include/pa_array.h, include/pa_hash.h,
10269: types/pa_vmethod_frame.h: - destructors were added
10270:
10271: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10272: renamed to always_use_result
10273:
10274: * src/main/: compile.y, compile_tools.h: - rollback changes in
10275: compiler: full backward compatibility is better
10276:
10277: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10278: result in var's hash
10279:
10280: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10281: optimisation in method_frame
10282:
10283: * src/include/pa_array.h: - optimisation in array (allocate
10284: elements only when needed)
10285:
10286: * src/types/pa_vresponse.C: - check for $response:headers field
10287: before looking at custom fields
10288:
10289: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10290: not needed to check existance var with name 'result' in var's
10291: hash
10292:
10293: * src/main/compile.y: - compiler was changed: now it detects
10294: writings to $result and set flag writo_to_result in method
10295:
10296: * src/classes/string.C: - little optimisation: no needed to write
10297: number with lang
10298:
10299: * src/main/pa_charset.C: - methods readChar and skipChar which is
10300: used for read utf8-strings were renamed - is_escaped was renamed
10301: to isEscaped (to the same name convention)
10302:
10303: * src/: types/pa_method.h, main/compile_tools.h: - flag
10304: write_to_result added. compiler get this info from code.
10305:
10306: 2009-04-16 misha
10307:
10308: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10309: String only before 1st write
10310:
10311: * src/include/pa_string.h: - not needed template removed
10312:
10313: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10314: types/pa_vjunction.C, types/pa_vproperty.C,
10315: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10316: main/pa_request.C, classes/bool.C, classes/double.C,
10317: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10318: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10319: bool objects)
10320:
10321: 2009-04-15 misha
10322:
10323: * src/lib/cord/cordxtra.c: - more optimisation
10324:
10325: * src/: include/pa_string.h, main/untaint.C: - String::append
10326: optimisation
10327:
10328: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10329: then get and can sometime be used)
10330:
10331: * src/main/pa_string.C: - String::length optimisation
10332:
10333: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10334: these methods read different strings
10335:
10336: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10337: fresult_initial_void removed + some optimisation - if $result
10338: defined we don't write to context anymore
10339:
10340: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10341: need just skip char)
10342:
10343: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10344: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10345: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10346:
10347: * src/types/pa_vvoid.h: - added get() method for retreave one
10348: instance
10349:
10350: 2009-04-11 misha
10351:
10352: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10353:
10354: * tests/197.html: - test for parser://test in xml was added
10355:
10356: * src/classes/string.C: - small optimisation
10357:
10358: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10359: optimisation
10360:
10361: 2009-04-10 misha
10362:
10363: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10364: to pcre-7.8
10365:
10366: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10367:
10368: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10369: added
10370:
10371: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10372: $request:CLASS_NAME were added
10373:
10374: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10375: were added
10376:
10377: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10378: $env:CLASS_NAME were added
10379:
10380: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10381: '@todo' now
10382:
10383: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10384: compirer
10385:
10386: * src/main/pa_string.C: - little code cleanup
10387:
10388: * src/main/pa_common.C: - describe one more UTF-8 related error
10389: during PCRE compile/execute
10390:
10391: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10392: normalizing todo-comments: '@todo' now
10393:
10394: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10395:
10396: * src/main/pa_charset.C: - type changed for making compiler happy
10397:
10398: 2009-03-10 misha
10399:
10400: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10401: in main()
10402:
10403: 2009-02-01 misha
10404:
10405: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10406: boundary
10407:
10408: 2009-01-25 misha
10409:
10410: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10411:
10412: * src/classes/file.C: - more changes for parsing different number
10413: of params for file::load
10414:
10415: * tests/193.html: - tests for exception while base64-decode binary
10416: to string was added
10417:
10418: * tests/192.html: - tests for file::load with different number of
10419: options
10420:
10421: * src/classes/math.C: - ups. forgot '+1'
10422:
10423: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10424: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10425: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10426: (new option $.encode[multipart-form/data] should be specified) -
10427: $.method[] option for file::load now is not case-sensitive
10428:
10429: * src/: include/pa_string.h, main/untaint.C: - for file post the
10430: new taint language L_FILE_POST was added
10431:
10432: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10433: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10434: stuff was moved to separate files
10435:
10436: 2009-01-23 misha
10437:
10438: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10439: spaces to tabs were converted
10440:
10441: 2009-01-12 misha
10442:
10443: * src/main/pa_http.C: - value of $.method[] option force uppercased
10444: now
10445:
10446: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10447: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10448: their names
10449:
10450: * src/main/pa_common.C: - changes in formating
10451:
10452: * src/: classes/file.C, main/pa_http.C: - some constants changed
10453: their names
10454:
10455: * src/include/pa_http.h: - some spaces were converted to tabs
10456:
10457: * src/include/pa_common.h: - some constants changed their names
10458:
10459: * src/classes/file.C: - fixed 4-th paramether for file::load -
10460: little code rewriting
10461:
10462: * src/types/pa_vfile.C: - little code rewriting
10463:
10464: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10465: types/pa_value.h: - some formating changes
10466:
10467: * src/include/pa_common.h: - some formating spaces transformed to
10468: tabs
10469:
10470: * src/classes/string.C: - exception while base64-decode binary to a
10471: string
10472:
10473: 2009-01-11 misha
10474:
10475: * configure.in: - version changed to 3.3.1b
10476:
10477: 2008-09-05 misha
10478:
10479: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10480: release_3_3_0 on 2008-09-05 10:59:35 +0000
10481:
10482: 2008-09-04 misha
10483:
10484: * tests/: 130.html, 131.html: - these exceptions not typeless
10485: anymore
10486:
10487: * src/classes/op.C: - exception with 'invalid taint language' not
10488: typeless anylonger
10489:
10490: * src/classes/image.C: - some exceptions while operations with
10491: image not typeless anymore
10492:
10493: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10494: main/pa_exec.C, main/pa_http.C: - some exceptions while
10495: operations with files not typeless anymore
10496:
10497: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10498: types/pa_vdate.h: - exceptions while checking date range not
10499: typeless anymore
10500:
10501: * src/include/pa_exception.h: - exception type string for invalid
10502: date range was added
10503:
10504: 2008-09-03 misha
10505:
10506: * src/: classes/file.C, main/pa_string.C: - exception while pce
10507: operations not typeless anymore
10508:
10509: * src/include/pa_exception.h: - exception type for pce operations
10510: was added
10511:
10512: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10513: and .CLASS_NAME insite classes
10514:
10515: * src/classes/table.C: - don't save table header whiile
10516: ^table.save[append;filename] if file exists
10517:
10518: 2008-09-02 misha
10519:
10520: * src/main/compile.y, src/main/compile_tools.h,
10521: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10522: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10523: renamed to partial and it login changed: we must mark class as
10524: partial for allow their modifications in future.
10525:
10526: 2008-08-29 misha
10527:
10528: * tests/results/022.processed: - testing taint[regex] in mask for
10529: file:list
10530:
10531: * tests/022.html: - testing taint[regex] in mask for file:list
10532:
10533: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10534: for file:list was added
10535:
10536: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10537: file:list
10538:
10539: 2008-08-26 misha
10540:
10541: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10542: last derived object
10543:
10544: * src/classes/image.C: - many strings "image.format" replaced by
10545: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10546: understand some more exif tags
10547:
10548: * src/include/pa_exception.h: - string "image.format" was added
10549:
10550: 2008-08-21 misha
10551:
10552: * src/: main/pa_string.C, classes/file.C: - use method for print
10553: pcre_exec text error
10554:
10555: * src/main/pa_common.C: - method for print pcre_exec text error was
10556: added
10557:
10558: * src/include/pa_common.h: - method declaration for print pcre_exec
10559: text error was added
10560:
10561: 2008-08-19 misha
10562:
10563: * src/main/execute.C: - bugfix: opcodes must be in separate
10564: namespace while debug execution as well
10565:
10566: * tests/: 015.html, results/015.processed: - test for escaping some
10567: parser chars was added
10568:
10569: 2008-08-18 misha
10570:
10571: * tests/: 190.html, 190.p, results/190.processed: - test for
10572: $caller.self.field + default getter in one class was added
10573:
10574: * tests/: 189.html, results/189.processed: - test for
10575: ^date::create[date object]
10576:
10577: * tests/: 188.html, results/188.processed: - tests for match with
10578: UTF-8 strings
10579:
10580: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10581: ^string.match[]
10582:
10583: * ChangeLog: - parser 3.3.0 beta13
10584:
10585: 2008-08-15 misha
10586:
1.116 moko 10587: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10588: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10589: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10590: dftables.c: - old PCRE files removed
1.95 moko 10591:
10592: * src/lib/pcre/config.h: - configuration for PCRE library
10593:
10594: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10595: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10596:
10597: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10598: library and set flag UTF8 if $request:charset is UTF-8
10599:
10600: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10601: include/pa_config_fixed.h: - moved to new PCRE library
10602:
10603: * src/: main/main.vcproj, types/types.vcproj,
10604: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10605: win32\pcre instead of parser3\src\lib\pcre
10606:
10607: * src/: include/pa_opcode.h, include/pa_operation.h,
10608: main/compile.C, main/compile.y, main/compile_tools.C,
10609: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10610: opcodes were moved to separate namespace
10611:
10612: 2008-08-14 misha
10613:
10614: * src/types/pa_vstateless_class.C: - newline at the end missed
10615:
10616: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10617: tainting
10618:
10619: 2008-08-11 misha
10620:
10621: * tests/: 187.html, 187.p, results/187.processed: - tests for
10622: $caller.self, $caller.self.field and $caller.self.field[value]
10623: were added
10624:
10625: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10626: runtime as well (for $caller.self)
10627:
10628: 2008-07-25 misha
10629:
10630: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10631: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10632: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10633: tests with international characters
10634:
10635: 2008-07-23 misha
10636:
10637: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10638: file::load[...;http://
10639:
10640: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10641: now everywhere in separate namespace
10642:
10643: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10644: for vars
10645:
10646: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10647: can be escaped by '^'
10648:
10649: 2008-07-22 misha
10650:
10651: * src/classes/string.C, tests/186.html: - names changes:
10652: escape=>js-escape, unescape=>js-unescape
10653:
10654: 2008-07-21 misha
10655:
10656: * tests/results/186.processed: - test for string escape/unescape
10657:
10658: * tests/186.html: - test for string escape/unescape
10659:
10660: * src/classes/string.C: - string has escape and unescape methods
10661: now
10662:
10663: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10664: added
10665:
10666: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10667: method-layers added (with different params)
10668:
10669: 2008-07-18 misha
10670:
10671: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10672: was added
10673:
10674: * tests/185.html: - test for ^str.pos[sub](offset) added
10675:
1.211 moko 10676: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10677: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10678: accepted now
1.95 moko 10679:
10680: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10681: strings
10682:
10683: 2008-07-17 misha
10684:
10685: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10686: helper length added for mid for small optimisation
10687:
10688: 2008-07-16 misha
10689:
10690: * tests/: 185.html, results/185.processed: - tests for
10691: length/left/right/mid/pos with utf-8 strings
10692:
10693: * src/classes/string.C: - left/right/mid/length/pos works fine for
10694: utf-8 strings
10695:
10696: * src/main/untaint.C: - comments removed
10697:
10698: * src/: include/pa_string.h, main/pa_string.C,
10699: include/pa_charset.h, main/pa_charset.C: - methods for working
10700: with pos/mid for strings in utf-8 were added
10701:
10702: 2008-07-15 misha
10703:
10704: * tests/: 184.html, results/184.processed: - test for case body as
10705: expression: $var(^switch(1){^case(1)(true)..})
10706:
10707: * src/classes/op.C: - case body can be expression now:
10708: $var(^switch(1){^case(1)(true)..})
10709:
10710: * tests/: results/183.processed, 183.html: - added test for testing
10711: new cookie encoding (%uXXXX)
10712:
10713: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10714: decoding for backward compatibility they decoded from %XX in
10715: request:charset too
10716:
10717: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10718: - cookie class now decode cookies before first access after last
10719: request:charset changing (as form class).
10720:
10721: * src/main/pa_charset.C: - added method escape for escaping cookies
10722: as %uXXXX - before transcode calculate required space for dest
10723: string. it reduce mem usage for transcode
10724:
10725: * src/include/pa_charset.h: - added method escape for escaping
10726: cookies as %uXXXX
10727:
10728: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10729: was added. will used for escaping cookies as %uXXXX
10730:
10731: * src/include/pa_common.h: - escape method has new option for skip
10732: converting '+' to a space char
10733:
10734: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10735: transcode - escape method has new option for skip converting '+'
10736: to a space char
10737:
10738: 2008-07-08 misha
10739:
10740: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10741: (no UE if more then 1 case matches anylonger) - optimization:
10742: doing searching.as_string() || searching.as_double() only once
10743:
10744: 2008-07-04 misha
10745:
10746: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10747: now ^date::create[date object] works
10748:
10749: * src/classes/string.C: - left and right added as aliases for start
10750: and end in ^string.trim[]
10751:
10752: 2008-07-03 misha
10753:
10754: * src/classes/file.C: - allow $.limit for file::sql as well
10755:
10756: * src/classes/file.C: - allow $.offset option for file::sql - force
10757: send limit=1 to query for use sql specifics authomatically
10758:
10759: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10760: if $.limit value if empty. autoconvert it as everywere
10761:
10762: 2008-07-02 misha
10763:
10764: * configure.in: - time to change version number to 3.3.0 %-)
10765:
10766: * src/include/pa_version.h: - time to change version number to
10767: 3.3.0 %-)
10768:
10769: 2008-06-26 misha
10770:
10771: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10772: $.limit(0) fixes
10773:
10774: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10775: - $.limit(0) fixes
10776:
10777: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10778: new API)
10779:
10780: * src/: include/pa_sql_driver_manager.h,
10781: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10782: classes/op.C: - document_root added
10783:
10784: * src/main/compile.tab.C: - error message was changed
10785:
10786: 2008-06-25 misha
10787:
10788: * src/main/compile.y: - error message was changed
10789:
10790: 2008-06-24 misha
10791:
10792: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10793:
10794: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10795: tests for @OPTIONS\nappend
10796:
10797: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10798:
10799: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10800:
10801: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10802:
10803: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10804: compile.y
10805:
10806: 2008-06-17 misha
10807:
10808: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10809: compilation: ^if(default){true. it's incorrect. must be
10810: exception}
10811:
10812: 2008-06-16 misha
10813:
10814: * tests/: 181.ent, 181.html, results/181.processed: - test for
10815: checking external reference loading with 'http://localhost'
10816: prefix while creating xdoc
10817:
10818: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10819: ^math:long2ip[] and ^math:ip2long[]
10820:
10821: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10822: added which use scalar stateless class method when user object
10823: used in scalar context - use get_scalar_value when user object
10824: requested in scalar context
10825:
10826: * src/main/pa_common.C: - size must be int but not size_t or we
10827: can't compare with 0 sprintf result
10828:
10829: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10830: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10831: with internal switch between local/global vars
10832:
10833: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10834: specified
10835:
10836: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10837: pa_vstateless_object.h: - stateless class and object now has
10838: private scalar field and getter/setter for working with it
10839:
10840: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10841: moved to inet static class
10842:
10843: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10844: class added (^inet:aton[IP], ^inet:ntoa(number))
10845:
10846: * tests/: 180.html, results/180.processed: - tests for
10847: ^math:long2ip(long) and ^math:ip2long[IP]
10848:
10849: * src/classes/math.C: - ^math:ip2long[IP] added
10850:
10851: 2008-06-11 misha
10852:
10853: * src/main/pa_xml_io.C: - use file_read_text again because of we
10854: need cut BOM code and remove DOS newline chars. but don't
10855: transcode it anyway.
10856:
10857: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10858: main/pa_http.C: - option for disable transcoding while file_read
10859: and file_read_text added
10860:
10861: 2008-06-10 misha
10862:
10863: * tests/: 179.html, 179.p, results/179.processed: - test for many
10864: classes in 1 file
10865:
10866: * src/main/: compile.C, compile_tools.h: - compile return list of
10867: classes now.
10868:
10869: * src/main/: compile.y, compile.tab.C: - compile return list of
10870: classes now. internals.
10871:
10872: * src/main/pa_request.C: - compile return list of classes now. try
10873: call @conf and @auto for each returned class
10874:
10875: * src/include/pa_request.h: - compile return list of classes now
10876:
10877: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10878: return list of classes when compile buf)
10879:
10880: 2008-06-07 misha
10881:
10882: * src/main/pa_request.C: - constructing VRequest object with 3rd
10883: param -- form
10884:
10885: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10886: 3rd param: form. needed for get post_charset
10887:
10888: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10889: added
10890:
10891: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10892: types/pa_vform.C, types/pa_vform.h: - some polish
10893:
10894: 2008-06-06 misha
10895:
10896: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10897: charset and decode chars from it but not from response:charset
10898:
10899: * src/main/pa_http.C: - detect_charset moved out of here
10900:
10901: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10902: methods moved here - unescape_chars accepn one charset now
10903:
10904: * src/main/pa_http.C: - new constants used - don't allow
10905: $.content-type in ^file::load[;http://;$.method[POST]] - add
10906: charset info while ^file::load[;http://;$.method[POST]] - option
10907: $.omit-post-charset(true) added to ^file::load[;http://] for
10908: disabling charset during post
10909:
10910: * src/types/pa_vform.C: - new constants used
10911:
10912: * src/include/pa_common.h: - some constants were added
10913:
10914: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10915: instead of StrEqNc
10916:
10917: * src/main/pa_common.C: - new method for caseless search
10918: c-substring in c-string - use isxdigit instead of is_hex_digit
10919:
10920: * src/include/pa_common.h: - new method for caseless search
10921: c-substring in c-string
10922:
10923: 2008-06-05 misha
10924:
10925: * tests/results/178.processed: - test for testing default getter
10926:
10927: * tests/178.html: - test for testing default getter
10928:
10929: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10930: for test for testing default getter
10931:
10932: * src/main/execute.C: - default getter soul
10933:
10934: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10935: requested objects' field not found
10936:
10937: * src/types/pa_vclass.C: - register default getter if defined - get
10938: default getter if requested field not found
10939:
10940: * src/types/pa_vstateless_object.h: - method get_default_getter was
10941: added
10942:
10943: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10944: pointer to default getter and methods for get/set it were added
10945:
10946: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10947: auto_name field (for default getter)
10948:
10949: 2008-06-04 misha
10950:
10951: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10952: transcoding, no cutting BOM code, no fixing line breaks) and get
10953: it to libxml "as is"
10954:
10955: 2008-06-03 misha
10956:
10957: * src/main/pa_common.C: - use store_Char instead of
10958: transcodeCharFromUTF8
10959:
10960: * src/: include/pa_charset.h, main/pa_charset.C: - method
10961: store_Char added, transcodeCharFromUTF8 -- removed
10962:
10963: 2008-06-02 misha
10964:
10965: * tests/: results/177.processed, 177.html: - test for checking
10966: .[acm]date after local ^file::load[] was added
10967:
10968: * tests/: results/176.processed, 176.html: - test for checking
10969: @OPTION\locals + @method[vars][locals] added
10970:
10971: * tests/results/auto.p: - CLASS_PATH specified for checking use
10972:
10973: 2008-05-30 misha
10974:
10975: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10976: @OPTION\nlocals + @method[vars][;locals;] were added
10977:
10978: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10979: moved to separate method op_code - switch from VMethodFrame to
10980: VMethodFrameGlobal + VMethodFrameLocal
10981:
10982: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10983: was moved to separate method op_code
10984:
10985: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10986: VMethodFrame now
10987:
10988: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10989: all_vars_local as well
10990:
10991: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10992: pa_vmethod_frame_local.h, Makefile.am: - who children for
10993: VMethodFrame were added: one (global) works as VMethodFrame
10994: before and second (local) write all vars in self vars scope
10995:
10996: * src/types/pa_method.h: - method has bool flag all_vars_local now
10997:
10998: 2008-05-29 misha
10999:
11000: * tests/: 129.html, results/129.processed: - more tests for
11001: ^table.hash[]
11002:
11003: * src/classes/hash.C: - ^hash::sql has a new option:
11004: $.type[hash|string|table] as ^table.hash[] one.
11005:
11006: * src/classes/op.C: - ^try has 3rd param now: finally code which
11007: executed anyway after try or catch section
11008:
11009: 2008-05-27 misha
11010:
11011: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11012: must not fail if $.distinct(1) wasn't specified
11013:
11014: 2008-05-26 misha
11015:
11016: * src/classes/op.C: - allow ^throw[my type]
11017:
11018: 2008-05-22 misha
11019:
11020: * configure.in, configure: - version number updated to 3.2.4b
11021:
11022: * src/classes/: op.C, string.C: - trim format string before
11023: eval/format
11024:
11025: * tests/: results/175.processed, 175.html: - more tests for
11026: different format strings in .format[]
11027:
11028: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11029: as well (not only %XX)
11030:
11031: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11032: charset specified - checks for format before print number
11033: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11034: (instead of tabs) removed
11035:
11036: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11037: charset specified
11038:
11039: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11040: char in requested charset from utf code was added
11041:
11042: 2008-05-19 misha
11043:
11044: * tests/: 174.html, results/174.processed: - test for
11045: ^hashfile.cleanup[] added
11046:
11047: * src/classes/hashfile.C: - optimization: don't create any key or
11048: value variable if it's name weren't specified
11049: (^hf.foreach[;v]{...})
11050:
11051: 2008-05-16 misha
11052:
11053: * src/classes/hash.C: - optimization: don't create any key variable
11054: if variable name wasn't specified (^h.foreach[;v]{...})
11055:
11056: 2008-05-15 misha
11057:
11058: * src/classes/op.C: - small changes
11059:
11060: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11061:
11062: * src/classes/hash.C: - calculate var_context once before foreach
11063:
11064: 2008-05-14 misha
11065:
11066: * src/classes/hashfile.C: - incorrect vars context calculation for
11067: ^hashfile.foreach[;]{} fixed
11068:
11069: * src/classes/: hash.C, table.C: - little optimisation
11070:
11071: * src/classes/file.C: - bugfix: double absolute path while loading
11072: file
11073:
11074: * tests/: 174.html, results/174.processed: - tests for hashfile
11075: were added
11076:
11077: * buildall-with-xml: - moving to libxslt 1.1.24
11078:
11079: 2008-04-30 misha
11080:
11081: * src/classes/file.C: - stat file while loading (local only) so
11082: .adate, .mdate and .cdate available without additional ::stat
11083:
11084: 2008-04-28 misha
11085:
11086: * src/classes/file.C: - $.name and $.content-type available for
11087: stated file
11088:
11089: 2008-04-14 misha
11090:
11091: * src/targets/cgi/parser3.C: - new year in copyright %-)
11092:
11093: * src/include/pa_version.h: - new version number in head
11094:
11095: 2008-04-10 misha
11096:
11097: * tests/: 080.html, results/080.processed: - cut '0' from
11098: exponential part because of on diff OS it differ (20 or 020 for
11099: ex)
11100:
11101: * tests/: 119.html, results/119.processed: - check for encoding
11102: while creating xdoc
11103:
11104: 2008-04-09 misha
11105:
11106: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11107:
11108: * src/main/pa_common.C: - comment added
11109:
11110: * src/classes/date.C: - little refactoring
11111:
11112: 2008-04-07 misha
11113:
11114: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11115: style of ^table.save[]: prepare one big string and sabe it at
11116: once. it's safe on freebsd 4.x but use much more memory.
11117:
11118: * buildall-with-xml, buildall-without-xml: - option
11119: --disable-stringstream added (under comment. use it on freebsd
11120: 4.x)
11121:
11122: 2008-02-22 misha
11123:
11124: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11125: specified together in file::load[;http] - get back transcoding
11126: $.body[] in file::load[;http]
11127:
11128: 2008-02-21 misha
11129:
11130: * src/classes/date.C: - ^date.gmt-string[] was added
11131:
11132: * src/types/pa_value.C: - method for output date in RFC 822 format
11133: moved to pa_common.h
11134:
11135: * src/include/pa_common.h: - method for output date in RFC 822
11136: format moved here from pa_value.C
11137:
11138: * src/types/pa_vmail.C: - fixed core in sending mail with
11139: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11140:
11141: 2008-02-20 misha
11142:
11143: * src/main/pa_http.C: - transcode $.headers before escaping into
11144: specified charset while ^file::load[...;http://...] (L_URI
11145: instead of L_HTTP_HEADER) - $.cookies param available in
11146: ^file::load[;http://...] now (but we don't parse set-cookies from
11147: response yet) (cookies not transcoded as common $cookies)
11148:
11149: 2008-02-19 misha
11150:
11151: * src/main/pa_request.C: - rollback: we mustn't force taint
11152: $response:field values because in this case
11153: $response:locateion[http://...] don't works.
11154:
11155: 2008-02-15 misha
11156:
11157: * src/classes/op.C: - little refactoring
11158:
11159: * src/main/pa_http.C: - taint names of $.headers for load[;http
11160:
11161: * src/main/pa_request.C: - force taint values of $response:field
11162:
11163: 2008-02-14 misha
11164:
11165: * src/main/pa_request.C: - $response:field transcoded to
11166: $response:charset before escaping now
11167:
11168: * src/main/pa_http.C: - some outdated comments removed
11169:
11170: * src/classes/date.C: - lastdat -> last-day
11171:
11172: * src/classes/date.C: - ^date:lastday(year;month) and
11173: ^date.lastday[] were added - little code refactoring - comments
11174: changes
11175:
11176: * tests/: 159.html, results/159.processed: - test for number of
11177: days in February
11178:
11179: * src/types/pa_value.C: - fixes in code formatting
11180:
11181: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11182: and comments
11183:
11184: 2008-02-13 misha
11185:
11186: * src/main/pa_common.C: - bugfix for february at leap year
11187:
11188: 2008-01-28 misha
11189:
11190: * tests/: 160.html, results/160.processed: - more test for cache
11191: added
11192:
11193: * src/classes/op.C: - bugfix: cache body executed twice if contains
11194: unhandled exception
11195:
11196: 2008-01-25 misha
11197:
11198: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11199: bug when hashfile became inavailable after memory:compact)
11200:
11201: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11202:
11203: 2008-01-22 misha
11204:
11205: * src/classes/table.C: - little refactiring and exception texts
11206: changes in method ^table.hash[]
11207:
11208: * src/types/pa_vcookie.C: - link to cookie specification changed
11209:
11210: 2008-01-21 misha
11211:
11212: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11213: file::exec/cgi
11214:
11215: * src/classes/file.C: - bugfix: core while processing headers if
11216: executed cgi script don't return content
11217:
11218: 2008-01-18 misha
11219:
11220: * buildall-with-xml: - move to libxml2 version 2.6.31
11221:
11222: * src/include/pa_version.h, configure.in: - version number updated
11223: to '3.2.3b'
11224:
11225: 2007-12-28 misha
11226:
11227: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11228: hash.contains
11229:
11230: 2007-12-27 misha
11231:
11232: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11233: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11234: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11235: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11236: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11237: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11238: src/targets/cgi/parser3.vcproj,
11239: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11240: back to VS2003 because of Apache 1.3 module can't work if it was
11241: built in VS 2005. with cgi all file so VS2003 project files can
11242: be easy converted to the new format.
11243:
11244: 2007-12-04 misha
11245:
11246: * src/types/pa_vcode_frame.h: - changes in comment
11247:
11248: 2007-11-29 misha
11249:
11250: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11251: intercept strings any longer
11252:
11253: * tests/: 173.html, results/173.processed: - tests for
11254: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11255: but not in main code frame
11256:
11257: * tests/: 172.html, results/172.processed: - more tests for pass
11258: objects from code frames
11259:
11260: 2007-11-27 misha
11261:
11262: * tests/: 152.html, results/152.processed: - tests for converting
11263: strings 'true'/'false' to bool were added
11264:
11265: * tests/152.html: - added checks for converting strings
11266: 'true'/'false' to bool
11267:
11268: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11269: not only strings with numbers but with values 'true'/'false' as
11270: well
11271:
11272: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11273: for parser3.log increased
11274:
11275: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11276:
11277: * src/include/pa_common.h: - remove_crlf return cstring size now
11278:
11279: * src/include/pa_types.h: - constant with buffer size for
11280: parser3.log added
11281:
11282: 2007-11-16 misha
11283:
11284: * tests/cat.sh: - script for tests for file::exec/cgi
11285:
11286: * tests/171.html: - tests for file::exec/cgi
11287:
11288: * tests/results/171.processed: - tests results for file::exec/cgi
11289:
11290: 2007-11-15 misha
11291:
11292: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11293:
11294: * src/classes/file.C: - .body must be set before analyzing cgi
11295: headers
11296:
11297: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11298: only if exec/cgi return anything.
11299:
11300: 2007-11-14 misha
11301:
1.211 moko 11302: * operators.ru.txt, operators.txt: - info about new text|binary
11303: option for file::exec/cgi was added
1.95 moko 11304:
11305: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11306: ^file:exec[[text|binary];script;...]
11307:
11308: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11309: classes/string.C, classes/table.C: - more text strings moved to
11310: the one place
11311:
11312: 2007-11-09 misha
11313:
11314: * src/types/pa_vrequest.C: - $request:argv must be taint
11315:
11316: * ChangeLog: - $request:argv [patch from Sumo]
11317:
1.211 moko 11318: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11319:
11320: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11321: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11322:
11323: 2007-10-25 misha
11324:
11325: * buildall-with-xml, buildall-without-xml: - options preparations
11326: for ./configure rewrited
11327:
11328: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11329: error occure in unhandled_exception finally fixed
11330:
11331: 2007-10-23 misha
11332:
11333: * tests/: 170.html, results/170.processed: - test for
11334: @method[][result]
11335:
1.211 moko 11336: * operators.ru.txt, operators.txt: - added info about node.prefix
11337: and node.namespaceURI
1.95 moko 11338:
11339: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11340:
11341: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11342: added for node and attribute
11343:
11344: 2007-10-22 misha
11345:
11346: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11347:
11348: * src/main/pa_request.C: - added const content-transfer-encoding
11349:
11350: * src/include/pa_request.h: - added const content-transfer-encoding
11351: - ups. constants must be in lowercase (for search)
11352:
11353: * src/types/pa_vmail.C: - more constants used -
11354: content-transfer-encoding: 8bit added
11355:
11356: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11357:
11358: * src/include/pa_request.h: - more constants
11359:
11360: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11361: ommit anymore if $.content-disposition was specified - little
11362: refactoring
11363:
11364: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11365:
11366: 2007-10-17 misha
11367:
1.211 moko 11368: * operators.ru.txt, operators.txt: - info about
1.95 moko 11369: table::create[nameless]{data}[>options<] was added
11370:
11371: * src/main/: compile.tab.C, compile.y: - if error occure while
11372: compile method don't put this method in methods table anymore.
11373: in other case the parser coredumped if @unhandled_exception
11374: method can't be compiled because of parser.compile error.
11375:
11376: * src/main/execute.C: - little code reformating
11377:
11378: * src/main/pa_request.C: - little code reformating - comment
11379: changed
11380:
11381: 2007-10-16 misha
11382:
11383: * tests/: 035.html, results/035.processed: - tests
11384: table::create[]{}[options] added
11385:
11386: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11387: options (only $.seperator[] yet)
11388:
11389: 2007-10-10 misha
11390:
11391: * src/classes/table.C: - some contstants moved to pa_common.h -
11392: some code changes
11393:
11394: 2007-10-02 misha
11395:
11396: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11397: then three time as much. but base64 encoding method still use
11398: less memory anyway.
11399:
11400: 2007-09-17 misha
11401:
1.211 moko 11402: * operators.ru.txt, operators.txt: - added info about
11403: $cookie:fields
1.95 moko 11404:
11405: * src/types/pa_vcookie.C: - $cookie:fields available now
11406:
11407: * src/classes/hash.C: - some stuff for use with .for_each moved to
11408: common
11409:
11410: * src/include/pa_common.h: - some stuff for use with .for_each
11411: moved here
11412:
11413: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11414:
11415: 2007-09-14 misha
11416:
11417: * buildall-with-xml: - new xml libs again =)
11418:
11419: 2007-08-28 misha
11420:
1.211 moko 11421: * operators.ru.txt, operators.txt: - texts about
11422: ^table.columns[[column name]] and ^string.split[...][v][column
11423: name] were added
1.95 moko 11424:
11425: * tests/: 168.html, 169.html, results/168.processed,
11426: results/169.processed: - tests for ^table.columns[[column name]]
11427: and ^string.split[...][v][column name] were added
11428:
11429: * src/classes/table.C: - new option ^table.columns[[column name]]
11430: was added
11431:
11432: * src/classes/string.C: - new option ^string.split[...;v;[column
11433: name]]
11434:
11435: * src/include/pa_exception.h: - error text message for
11436: ^hash._keys[], ^table.columns[] and ^string.split[]
11437:
11438: 2007-08-27 misha
11439:
11440: * src/main/untaint.C: - try to fix coredump on unix if print to
11441: body ^taint[sql][something] outside of connect
11442:
11443: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11444: outside of connect
11445:
11446: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11447: added (commented by default)
11448:
11449: 2007-08-20 misha
11450:
1.211 moko 11451: * operators.ru.txt, operators.txt: - comment about new method
11452: ^node.hasAttributes[] was added
1.95 moko 11453:
11454: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11455: duplicated exception text strings were removed
11456:
11457: * src/include/pa_exception.h: - more exception text strings moved
11458: here
11459:
11460: * src/classes/table.C: - some duplicate exceptions' text strings
11461: removed
11462:
11463: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11464: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11465: removed
11466:
11467: * src/include/pa_exception.h: - some exception text strings movet
11468: to pa_exception
11469:
11470: * tests/: 149.html, results/149.processed: - test for
11471: ^xnode.hasAttributes[] was added - some code changes
11472:
11473: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11474: added
11475:
11476: 2007-08-17 misha
11477:
11478: * tests/: results/006.processed, results/059.processed, 006.html,
11479: 059.html: - more tests for match
11480:
11481: * tests/: 129.html, results/129.processed: - tests for
11482: ^table.hash[...][$.type[string|hash|table]] added
11483:
11484: * src/targets/cgi/parser3.C: - little syntax changes
11485:
11486: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11487: syntax changes
11488:
1.211 moko 11489: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11490: annoying 'SIGPIPE' messages in parser3.log switched off by
11491: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11492:
11493: 2007-08-08 misha
11494:
11495: * buildall-with-xml, buildall-without-xml: - remove libs source
11496: files by default since now
11497:
11498: 2007-08-07 misha
11499:
11500: * buildall-without-xml: - some option syntax changes
11501:
11502: * buildall-with-xml: - compile libxml2 without http support - some
11503: option syntax changes
11504:
11505: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11506:
11507: 2007-08-06 misha
11508:
11509: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11510:
11511: * tests/: 160.html, results/160.processed: - cache test was
11512: rewrited
11513:
11514: 2007-07-06 misha
11515:
11516: * tests/: 153.html, results/153.processed: - added test for
11517: ^math:sha1[string]
11518:
11519: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11520: transcoded
11521:
11522: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11523: were added
11524:
11525: 2007-06-28 misha
11526:
11527: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11528: some incorrect chars
11529:
11530: 2007-06-19 misha
11531:
11532: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11533: were moved on top because of gcc 4 had a problems during
11534: building.
11535:
11536: 2007-06-18 misha
11537:
11538: * tests/results/019.processed: - new image commited
11539:
11540: 2007-06-09 misha
11541:
11542: * src/classes/: op.C, table.C: - in while and table.select method
11543: as_expression used now
11544:
11545: * src/types/pa_vmethod_frame.h: - method as_expression was added
11546:
11547: 2007-06-08 misha
11548:
11549: * tests/: 166.html, results/166.processed: - test for
11550: ^match[...][n]
11551:
11552: * tests/: 165.html, results/165.processed: - tests for loops
11553:
11554: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11555: because of no speed/memory optimisation but some proglems with
11556: long cycles occure
11557:
11558: 2007-06-06 misha
11559:
11560: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11561: ^table.select(true) and ^table.select(1) didn't works because of
11562: awaiting junction-param only. fixed.
11563:
11564: 2007-05-24 misha
11565:
11566: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11567: with 0.5 secs interval
11568:
11569: * src/classes/op.C: - cache was rewrited. I hope it works with
11570: locking system now on unix
11571:
11572: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11573: system locks which wait till other threads release it but try get
11574: lock, if fail wait 1 sec and make 10 attempts.
11575:
11576: * src/include/pa_os.h: - consts for blocking locks + some comments
11577: were added
11578:
11579: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11580: opening files
11581:
11582: * src/classes/table.C: - changes in includes. if unclude <sstream>
11583: after our classes on unix it can't be build
11584:
11585: * src/types/pa_vhashfile.C: - not needed code removed
11586:
11587: 2007-05-23 misha
11588:
11589: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11590: include/pa_common.h: - cosmetic changes
11591:
11592: 2007-05-18 misha
11593:
11594: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11595: often. it's give some speed increasing
11596:
11597: * tests/results/160.processed: - returned time corrected
11598:
11599: * tests/160.html: - time increased because on unix 1 mean nothing
11600: :(
11601:
1.211 moko 11602: * operators.ru.txt, operators.txt: - added info about
11603: ^hash.contain[key]
1.95 moko 11604:
11605: * src/classes/hash.C: - added ^hash.contain[key]
11606:
11607: * src/include/pa_hash.h: - added method for checking key exists in
11608: hash
11609:
11610: 2007-05-07 misha
11611:
11612: * src/include/pa_string.h: - was compilation error during build on
11613: freebsd4
11614:
11615: 2007-05-03 misha
11616:
11617: * src/classes/table.C: - option $.type[hash|string|table] was added
11618: for ^table.hash[]
11619:
11620: * src/classes/file.C: - comment removed
11621:
11622: 2007-04-26 misha
11623:
11624: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11625: real files doesn't opened in place anymore
11626:
11627: 2007-04-24 misha
11628:
11629: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11630:
11631: * src/include/pa_exception.h: "static" removed
11632:
11633: 2007-04-23 misha
11634:
11635: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11636:
11637: * src/classes/math.C: added: - ^math:ln(N) (the same as
11638: ^math:log(N)) - ^math:lg(N)
11639:
11640: * tests/: 097.html, results/097.processed: - charsets converstion
11641: during ^file::load[text;http://...] added
11642:
11643: * tests/: 164.html, results/164.processed: - check for set expires
11644: as a date
11645:
11646: * tests/: 164.html, results/164.processed: - test for hashfile
11647:
11648: * src/classes/hashfile.C: - little comment changes
11649:
11650: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11651: access
11652:
11653: * src/: classes/date.C, classes/double.C, classes/file.C,
11654: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11655: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11656: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11657: classes/xnode.h, include/pa_request.h, main/execute.C,
11658: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11659: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11660: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11661: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11662: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11663: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11664: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11665: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11666: "parser.runtime" strings were removed
11667:
11668: * src/classes/hashfile.C: - with .clear[] called files_delete()
11669: now.
11670:
11671: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11672:
11673: * src/include/pa_exception.h: - string constant with
11674: "parser.runtime" text was added
11675:
11676: 2007-04-20 misha
11677:
1.211 moko 11678: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11679:
1.211 moko 11680: * operators.ru.txt, operators.txt: - added info about
11681: .^hashfile.release[], ^hashfile.clenaup[] and new
11682: ^string.match[][>N-option<]
1.95 moko 11683:
11684: * configure: =cheching for unsetenv
11685:
11686: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11687: ^hashfile.release[] were added
11688:
11689: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11690: ^string.match[][] understand new option now: return number of
11691: matches but not table wit results
11692:
11693: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11694: reopen now
11695:
11696: * src/classes/op.C: - bug. must be false
11697:
11698: * configure.in: - checking for unsetenv was added
11699:
11700: * src/types/pa_vform.C: - some comments
11701:
11702: 2007-04-18 misha
11703:
11704: * buildall-with-xml: moving to libxml2-2.6.28
11705:
11706: * buildall-with-xml, buildall-without-xml: added commented lines
11707: with --disable-safe-mode option
11708:
1.211 moko 11709: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11710:
11711: 2007-04-17 misha
11712:
11713: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11714: $form:files was added
11715:
11716: * tests/: 163.html, results/163.processed: removing auto format
11717:
11718: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11719:
11720: 2007-04-16 misha
11721:
11722: * tests/: 163.html, results/163.processed: - test for .int[],
11723: floor, round, ceiling and .format[]
11724:
11725: * src/classes/file.C: - little optimization for getting args in
11726: exec/cgi
11727:
11728: 2007-04-13 misha
11729:
11730: * src/classes/file.C: - arguments for file::exec/cgi can be
11731: specified now as s table with one column
11732:
11733: 2007-03-27 misha
11734:
11735: * tests/: 162.html, results/162.processed: - test for
11736: ^table.select(^condition[$t])
11737:
11738: * tests/results/auto.p: - load windows-1251 charset for some tests
11739:
11740: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11741:
11742: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11743: 161_windows1251.txt: - added test for
11744: ^file::load[text;/local/file.txt;$.charset[...]]
11745:
11746: * tests/: results/013.processed, 013.html: - added test for
11747: checking $._default value while hash modifications
11748:
11749: * tests/: 160.html, results/160.processed: - add test for
11750: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11751:
11752: 2007-03-22 misha
11753:
11754: * src/include/pa_common.h: - "charset" string defined for
11755: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11756:
11757: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11758: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11759: added - not needed transcodes were removed from
11760: ^file::load[...;http://...]
11761:
11762: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11763: added
11764:
11765: * src/classes/date.C: - date.week was fixed
11766:
1.211 moko 11767: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11768:
11769: * tests/: 159.html, results/159.processed: - tests for date.week
11770: and date.weekyear added
11771:
11772: 2007-03-15 misha
11773:
11774: * src/classes/table.C: - enclose column numbers for nameless tables
11775: as well
11776:
11777: 2007-03-14 misha
11778:
11779: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11780:
11781: * src/classes/table.C: - table.save optimization: now required much
11782: less memory
11783:
11784: 2007-03-13 misha
11785:
11786: * tests/results/: 158.processed, 158.processes: - tests for
11787: table.save/table.load
11788:
11789: * tests/: 158.html, results/158.processes: - tests for
11790: table.save/table.load
11791:
11792: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11793:
11794: * buildall-with-xml: - pattern needed now for building
11795:
11796: * tests/results/097.processed: - added test results for xdoc::load
11797: & xdoc::load[http://...]
11798:
11799: * tests/097.html: - added test for xdoc::load
11800:
11801: 2007-03-12 misha
11802:
11803: * tests/: 107.html, results/107.processed: - added test for xpath
11804: '//man'
11805:
11806: 2007-03-01 misha
11807:
11808: * tests/: 097.html, results/097.processed: - added test for
11809: creating xdoc from file
11810:
11811: * tests/: results/157.processed, 157.html: - added test for
11812: file:move
11813:
11814: 2007-02-28 misha
11815:
11816: * src/classes/xdoc.C: - another attempt
11817:
11818: * src/classes/xdoc.C: - roll back last changes for a while
11819:
1.211 moko 11820: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11821: ^xdoc::create[$file] added.
1.95 moko 11822:
11823: * src/classes/file.C: - under lock we create non-exist dir anyway
11824:
11825: * tests/results/099.processed: - ever send content-disposition to
11826: client with file
11827:
11828: * tests/157.html: + test for file:copy
11829:
11830: 2007-02-26 misha
11831:
11832: * src/classes/file.C: - some similar strings moved to #define
11833: instead of to be copy/pasted many times
11834:
11835: * src/types/pa_vfile.h: - class name string ("file") moved to
11836: #define
11837:
11838: 2007-02-20 misha
11839:
11840: * configure.in: - added some strings for sqlite detection
11841:
11842: 2007-02-19 misha
11843:
1.211 moko 11844: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11845:
11846: * buildall-with-xml, buildall-without-xml: - some modifications
11847:
11848: 2007-02-17 misha
11849:
11850: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11851:
11852: * src/main/pa_request.C: - damn, i forgot to commit it while I
11853: change console behaviour
11854:
11855: 2007-02-12 misha
11856:
11857: * src/targets/cgi/parser3.C: - don't print headers if
11858: $console:line[data] was used during cgi execution.
11859:
11860: * src/types/pa_vconsole.h: - console class have bool flag now which
11861: marked as 'true' if class was used.
11862:
11863: * tests/: 152.html, results/152.processed: - more types was added
11864: to test 152
11865:
11866: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11867: adding 'bool' (^if($image){} caused exception)
11868:
11869: 2007-02-09 misha
11870:
11871: * tests/: 152.html, results/152.processed: - test alightly updated
11872:
11873: * tests/: 152.html, results/152.processed: - test rewrited
11874:
11875: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11876: bugfix. I broke xdoc & xnode in expression
11877:
11878: 2007-02-08 misha
11879:
11880: * tests/: 152.html, results/152.processed: - add test for checking
11881: 'def' for void, string, bool, int & double
11882:
11883: 2007-02-07 misha
11884:
1.211 moko 11885: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11886: added
1.95 moko 11887:
11888: * tests/results/153.processed: - result test for
11889: ^file:base64[filespec] was updated
11890:
11891: * tests/153.html: - test for ^file:base64[filespec] was added
11892:
11893: * src/types/pa_vconsole.h: - little optimization
11894:
11895: * src/classes/file.C: - ^file:base64[filespec]
11896:
11897: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11898:
11899: * src/include/pa_common.h: - declarations for
11900: ^file:base64[filespec]
11901:
11902: * src/types/pa_vcookie.C: - little optimization
11903:
11904: 2007-02-06 misha
11905:
11906: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11907: were temporary commented
11908:
11909: * src/types/pa_vbool.h: - bugfix
11910:
11911: * tests/156.html: - added test for bool cookie
11912:
11913: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11914:
11915: * tests/: 155.html, results/155.processed: - added test for check
11916: $.encloser[] option for table save/load
11917:
11918: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11919:
11920: 2007-02-05 misha
11921:
11922: * tests/results/152.processed: - newline at the end was missed
11923:
11924: * tests/results/141.processed: - math:md5 must be lowercased
11925:
11926: * src/targets/cgi/parser3.C: - 2007 in help ;)
11927:
11928: 2007-02-03 misha
11929:
11930: * tests/results/: 150.processed, 151.processed, 152.processed: -
11931: test for bool added and some content length fixes
11932:
11933: * tests/152.html: - test for bool added
11934:
11935: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11936:
1.211 moko 11937: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11938:
1.116 moko 11939: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11940: classes/classes.vcproj, classes/double.C, classes/int.C,
11941: classes/string.C, classes/void.C, classes/xnode.C,
11942: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11943: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11944: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11945: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11946: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11947: types/types.vcproj: - bool class was added
11948:
11949: * src/main/pa_request.C: - fix
11950:
11951: 2007-01-18 misha
11952:
11953: * src/: main/pa_string.C, classes/string.C: - return table during
11954: ^string.match[][] even if no matched found.
11955:
11956: 2006-12-20 misha
11957:
11958: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11959: http://www.parser.ru/forum/?id=55598 ]
11960:
11961: 2006-12-19 misha
11962:
11963: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11964: details: http://www.parser.ru/forum/?id=52359
11965:
11966: * src/main/pa_request.C: - always set content-disposition for
11967: $response:body[hash here]. more details:
11968: http://www.parser.ru/forum/?id=52130
11969:
11970: 2006-12-07 misha
11971:
1.211 moko 11972: * operators.ru.txt, operators.txt: - added info about bool params
11973: in cookie set
1.95 moko 11974:
11975: * src/types/pa_vcookie.C: - bool param in cookies available now
11976: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11977: ]
11978:
11979: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11980: was added
11981:
11982: 2006-12-02 misha
11983:
11984: * src/classes/file.C: - file_block_read used instead of native read
11985:
11986: * src/main/pa_common.C: - added file_block_read with read error
11987: detection - file_block_read used instead of native read
11988:
11989: * src/include/pa_common.h: - added file_block_read declaration
11990:
11991: 2006-12-01 misha
11992:
1.211 moko 11993: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11994: added
1.95 moko 11995:
11996: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11997: $var.CLASS_NAME added
11998:
1.211 moko 11999: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12000:
12001: * src/classes/file.C: - ^file:copy[from;fo] was added
12002:
12003: 2006-11-20 misha
12004:
12005: * src/classes/date.C: - bug fix :)
12006:
12007: 2006-11-17 misha
12008:
12009: * src/include/pa_common.h: - array in crc32 calculation was changed
12010: to static
12011:
12012: * src/main/pa_common.C: - little optimization in getMonthDays -
12013: small changes in crc32 calculation
12014:
12015: * src/classes/date.C: - not needed code was removed
12016:
12017: 2006-11-16 misha
12018:
12019: * src/types/pa_vmail.C: - fix missed brakes
12020:
12021: * src/types/pa_vmail.C: - mail:send now set content-type:
12022: multipart/related instead of multipart/mixed if file have
12023: $.content-id[]
12024:
12025: 2006-11-15 misha
12026:
12027: * src/types/pa_vdouble.h: abs -> fabs
12028:
12029: 2006-11-14 misha
12030:
1.211 moko 12031: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12032: and ^file:md5[file-name]
1.95 moko 12033:
12034: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12035: added
12036:
12037: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12038: FILE_BUFFER_SIZE
12039:
12040: * src/classes/math.C: - hex_string was moved to pa_common.h
12041:
12042: * src/include/pa_common.h: - hex_string was moved from math.C -
12043: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12044:
12045: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12046: values was fixed
12047:
12048: 2006-11-13 misha
12049:
1.211 moko 12050: * operators.ru.txt, operators.txt: - added info about
12051: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12052:
12053: * src/classes/math.C: - added ^math:crc32[string]
12054:
12055: * src/classes/file.C: - some comments were changed - added
12056: ^file:crc32[file-name] and ^file.crc32[]
12057:
12058: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12059: crc32 calculation added
12060:
12061: 2006-11-03 misha
12062:
12063: * src/include/pa_array.h: - not needed variable removed
12064:
12065: * tests/: 150.html, 151.html, results/150.processed,
12066: results/151.processed: - 2 tests were added
12067:
12068: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12069: with $.reverse(1) were fixed
12070:
12071: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12072: query converted to $.charset during ^file::load[http://...]
12073:
12074: 2006-11-02 misha
12075:
12076: * src/include/pa_table.h: ups. forget '=' char
12077:
12078: * src/include/pa_table.h: - one more fix in
12079: .locate[...][$.reverse(1)]
12080:
12081: 2006-11-01 misha
12082:
12083: * src/classes/math.C: - bug fix, details:
12084: http://www.parser.ru/forum/?id=53360
12085:
12086: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12087: false for all records )[$.reverse(1)]
12088:
12089: * src/main/pa_http.C: - second param for this mid method is length
12090: but not end_index so this method has error and can't detect
12091: charsets in next content-types: Content-type: text/html;
12092: charset="windows-1251" Content-type: text/html;
12093: charset="windows-1251"; Content-type: text/html;
12094: charset=windows-1251;
12095:
12096: only Content-type: text/html; charset=windows-1251 was fine
12097:
12098: 2006-10-31 misha
12099:
12100: * src/classes/file.C: - empty args in file::exec removed now
12101:
12102: 2006-09-03 paf
12103:
12104: * src/classes/file.C: proper tainting of
12105: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12106:
12107: 2006-06-09 paf
12108:
12109: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12110:
12111: * src/classes/table.C: formatting
12112:
12113: * src/classes/table.C: incorporated patch from misha: Sent:
12114: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12115: ignoring string options for ^table.save[]
12116:
12117: * src/classes/hash.C: incorporated patch from misha Sent:
12118: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12119: $hash._default disappear while
12120:
1.211 moko 12121: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12122: $.value[file] $.format[!uue|!base64] << new base64 option.
12123: default uue ] ]
1.95 moko 12124:
12125: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12126: PM Subject: patch for base64 in ^mail:send[] %-)
12127:
12128: 2006-04-09 paf
12129:
12130: * src/main/compile.tab.C: ` change compiled
12131:
1.211 moko 12132: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12133: src/classes/classes.vcproj, src/classes/file.C,
12134: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12135: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12136: src/classes/xnode.C, src/include/pa_array.h,
12137: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12138: src/include/pa_memory.h, src/include/pa_request.h,
12139: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12140: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12141: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12142: src/lib/pcre/pcre_dftables.vcproj,
12143: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12144: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12145: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12146: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12147: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12148: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12149: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12150: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12151: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12152: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12153: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12154: src/types/pa_value.h, src/types/pa_vcookie.C,
12155: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12156: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12157: src/types/pa_vstatus.C, src/types/types.vcproj,
12158: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12159: ^menu, ^hash/hashfile.foreach
12160:
12161: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12162: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12163: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12164: src/classes/xnode.C, src/include/pa_array.h,
12165: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12166: src/include/pa_memory.h, src/include/pa_request.h,
12167: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12168: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12169: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12170: src/lib/pcre/pcre_dftables.vcproj,
12171: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12172: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12173: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12174: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12175: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12176: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12177: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12178: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12179: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12180: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12181: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12182: src/types/pa_value.h, src/types/pa_vcookie.C,
12183: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12184: src/types/pa_vstatus.C, src/types/types.vcproj,
12185: tests/descript.ion: ! switched to VS2005 (projects and
12186: object<info explicitly typed>.for_each(, info)) +
12187: $response:field[] setting void means removing + grammar $name`
12188: name stops now, for mysql `$field` + started ^break[]
12189: ^continue[], in ^for. TODO: to other iterators (while, menu,
12190: foreach) + all log messages += [uri=, method=, cl=]
12191:
12192: * buildall-with-xml: merged . ftp paths update
12193:
12194: * buildall-with-xml: . ftp paths update
12195:
12196: 2006-03-04 paf
12197:
12198: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12199: checks++ [thanks to Igor Zinkovsky for detailed report]
12200:
12201: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12202: Igor Zinkovsky for detailed report]
12203:
12204: 2006-03-01 paf
12205:
12206: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12207: \n to ' ' in
12208:
12209: 2006-02-18 paf
12210:
12211: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12212: \n to ' ' in
12213:
12214: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12215:
12216: 2006-02-03 paf
12217:
12218: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12219: base64
12220:
12221: * src/main/pa_common.C: ! bugfix: decoding from base64
12222:
12223: 2006-01-20 paf
12224:
12225: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12226: economy fix
12227:
12228: * src/classes/: table.C: merged from HEAD ! bugfix
12229: ^table.save[$.encloser-s now handled properly
12230:
12231: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12232: handled properly
12233:
12234: 2006-01-19 paf
12235:
12236: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12237: libgc:USE_MUNMAP activates merging of free memory blocks which
12238: helps a lot in our case: after transform we want
12239: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12240:
12241: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12242: economy fix
12243:
12244: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12245: activates merging of free memory blocks which helps a lot in our
12246: case: after transform we want CORD(main.result)->cstr[big
12247: malloc]->transcode[big malloc]
12248:
12249: 2006-01-17 paf
12250:
12251: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12252: before reading them. got rid of reallocs = became quicker and
12253: less fragmentated
12254:
12255: 2005-12-29 paf
12256:
1.116 moko 12257: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12258: configure, configure.in, src/include/pa_version.h,
12259: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12260: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12261: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12262: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12263: src/lib/ltdl/missing: . merged from 3.2.1
12264:
1.116 moko 12265: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12266: packaged when 'make dist', so do configure companion files in
12267: src/lib/ltdl
12268:
12269: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12270: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12271: missing: . now config_auto.h is created with configure [were
12272: constant]
1.95 moko 12273:
12274: * INSTALL: . references to documentation and some clarification
12275:
12276: * buildall-with-xml, buildall-without-xml: . farawell doc
12277: indication
12278:
1.116 moko 12279: * Makefile.am: . dist+=buildall*
1.95 moko 12280:
12281: 2005-12-28 paf
12282:
12283: * configure: . 3.2.1
12284:
12285: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12286: simplify build process, see INSTALL
12287:
12288: 2005-12-26 paf
12289:
12290: * configure: ver
12291:
12292: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12293: version
12294:
12295: 2005-12-21 paf
12296:
12297: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12298: compiled with bison 1.875b, it reports unexpected token names
12299:
12300: 2005-12-19 paf
12301:
12302: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12303: holds a link to xmlNode to prevent premature gc(xmlNode)
12304:
12305: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12306: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12307: src/main/main.vcproj, src/main/pa_globals.C,
12308: src/targets/cgi/parser3.vcproj,
12309: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12310: configure, configure.in, src/include/pa_version.h: . killing
12311: gdome [what a relief]
12312:
12313: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12314: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12315: run_parser.sh, results/001.processed, results/002.processed,
12316: results/003.processed, results/004.processed,
12317: results/005.processed, results/006.processed,
12318: results/008.processed, results/009.processed,
12319: results/010.processed, results/011.processed,
12320: results/012.processed, results/013.processed,
12321: results/014.processed, results/015.processed,
12322: results/016.processed, results/017.processed,
12323: results/018.processed, results/020.processed,
12324: results/021.processed, results/022.processed,
12325: results/023.processed, results/024.processed,
12326: results/025.processed, results/026.processed,
12327: results/027.processed, results/028.processed,
12328: results/029.processed, results/030.processed,
12329: results/031.processed, results/032.processed,
12330: results/033.processed, results/034.processed,
12331: results/035.processed, results/036.processed,
12332: results/037.processed, results/038.processed,
12333: results/039.processed, results/040.processed,
12334: results/041.processed, results/042.processed,
12335: results/043.processed, results/044.processed,
12336: results/045.processed, results/046.processed,
12337: results/047.processed, results/048.processed,
12338: results/049.processed, results/050.processed,
12339: results/051.processed, results/052.processed,
12340: results/053.processed, results/054.processed,
12341: results/055.processed, results/056.processed,
12342: results/057.processed, results/058.processed,
12343: results/059.processed, results/060.processed,
12344: results/061.processed, results/062.processed,
12345: results/063.processed, results/064.processed,
12346: results/065.processed, results/066.processed,
12347: results/067.processed, results/068.processed,
12348: results/069.processed, results/070.processed,
12349: results/071.processed, results/072.processed,
12350: results/073.processed, results/074.processed,
12351: results/075.processed, results/076.processed,
12352: results/077.processed, results/078.processed,
12353: results/079.processed, results/080.processed,
12354: results/081.processed, results/082.processed,
12355: results/083.processed, results/084.processed,
12356: results/085.processed, results/086.processed,
12357: results/087.processed, results/088.processed,
12358: results/089.processed, results/090.processed,
12359: results/091.processed, results/092.processed,
12360: results/093.processed, results/094.processed,
12361: results/095.processed, results/096.processed,
12362: results/097.processed, results/099.processed,
12363: results/100.processed, results/101.processed,
12364: results/102.processed, results/104.processed,
12365: results/105.processed, results/106.processed,
12366: results/107.processed, results/108.processed,
12367: results/109.processed, results/110.processed,
12368: results/111.processed, results/112.processed,
12369: results/113.processed, results/114.processed,
12370: results/115.processed, results/117.processed,
12371: results/119.processed, results/120.processed,
12372: results/121.processed, results/122.processed,
12373: results/123.processed, results/124.processed,
12374: results/125.processed, results/126.processed,
12375: results/127.processed, results/128.processed,
12376: results/129.processed, results/130.processed,
12377: results/131.processed, results/132.processed,
12378: results/133.processed, results/134.processed,
12379: results/135.processed, results/136.processed,
12380: results/138.processed, results/139.processed,
12381: results/140.processed, results/141.processed,
12382: results/142.processed, results/143.processed,
12383: results/144.processed, results/145.processed,
12384: results/146.processed, results/147.processed,
12385: results/148.processed, results/149.processed, results/auto.p: .
12386: now works if we turn off default auto.p
12387:
1.116 moko 12388: * configure: . makes
1.95 moko 12389:
12390: * src/types/pa_vxnode.C: . less warnings
12391:
12392: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12393: tests/145.html, tests/149.html, tests/descript.ion,
12394: tests/outputs/d.cmd, tests/results/142.processed,
12395: tests/results/143.processed, tests/results/144.processed,
12396: tests/results/145.processed, tests/results/146.processed,
12397: tests/results/147.processed, tests/results/148.processed,
12398: tests/results/149.processed: . removed .nodeValue from all node
12399: types other than 5 (grabbed piece from gdome)
12400:
12401: * tests/: 137.html, results/137.processed: . not handled this case
12402: yet. code does not hang from inserting parent into child,
12403: considering thing minor issue -- nodes are removed from source
12404: anyway, don't know why shold that be an error after all
12405:
12406: * src/targets/cgi/parser3.C: . style
12407:
12408: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12409: xdoc too [were barking "not element"]
12410:
12411: 2005-12-16 paf
12412:
12413: * tests/: 146.html, 147.html, 148.html: . more tests
12414:
12415: * src/classes/xnode.C: . also bark on possible errors
12416:
12417: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12418: props
12419:
12420: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12421: main/compile.y: merged from HEAD ! fixed overoptimized
12422: ^call(false) case. (confused it with ^call[] case)
12423:
12424: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12425: ^call(false) case. (confused it with ^call[] case)
12426:
12427: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12428:
12429: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12430: results/001.processed, results/002.processed,
12431: results/003.processed, results/004.processed,
12432: results/005.processed, results/006.processed,
12433: results/008.processed, results/009.processed,
12434: results/010.processed, results/011.processed,
12435: results/012.processed, results/013.processed,
12436: results/014.processed, results/015.processed,
12437: results/016.processed, results/017.processed,
12438: results/018.processed, results/019.processed,
12439: results/020.processed, results/021.processed,
12440: results/022.processed, results/023.processed,
12441: results/024.processed, results/025.processed,
12442: results/026.processed, results/027.processed,
12443: results/028.processed, results/029.processed,
12444: results/030.processed, results/031.processed,
12445: results/032.processed, results/033.processed,
12446: results/034.processed, results/035.processed,
12447: results/036.processed, results/037.processed,
12448: results/038.processed, results/039.processed,
12449: results/040.processed, results/041.processed,
12450: results/042.processed, results/043.processed,
12451: results/044.processed, results/045.processed,
12452: results/046.processed, results/047.processed,
12453: results/048.processed, results/049.processed,
12454: results/050.processed, results/051.processed,
12455: results/052.processed, results/053.processed,
12456: results/054.processed, results/055.processed,
12457: results/056.processed, results/057.processed,
12458: results/058.processed, results/059.processed,
12459: results/060.processed, results/061.processed,
12460: results/062.processed, results/063.processed,
12461: results/064.processed, results/065.processed,
12462: results/066.processed, results/067.processed,
12463: results/068.processed, results/069.processed,
12464: results/070.processed, results/071.processed,
12465: results/072.processed, results/073.processed,
12466: results/074.processed, results/075.processed,
12467: results/076.processed, results/077.processed,
12468: results/078.processed, results/079.processed,
12469: results/080.processed, results/081.processed,
12470: results/082.processed, results/083.processed,
12471: results/084.processed, results/085.processed,
12472: results/086.processed, results/087.processed,
12473: results/088.processed, results/089.processed,
12474: results/090.processed, results/091.processed,
12475: results/092.processed, results/093.processed,
12476: results/094.processed, results/095.processed,
12477: results/096.processed, results/097.processed,
12478: results/099.processed, results/101.processed,
12479: results/102.processed, results/104.processed,
12480: results/105.processed, results/106.processed,
12481: results/107.processed, results/108.processed,
12482: results/109.processed, results/110.processed,
12483: results/111.processed, results/112.processed,
12484: results/113.processed, results/114.processed,
12485: results/115.processed, results/116.processed,
12486: results/117.processed, results/118.processed,
12487: results/119.processed, results/120.processed,
12488: results/121.processed, results/122.processed,
12489: results/123.processed, results/124.processed,
12490: results/125.processed, results/126.processed,
12491: results/127.processed, results/128.processed,
12492: results/129.processed, results/130.processed,
12493: results/131.processed, results/132.processed,
12494: results/133.processed, results/134.processed,
12495: results/135.processed, results/136.processed,
12496: results/137.processed, results/138.processed,
12497: results/139.processed, results/140.processed,
12498: results/141.processed: . refreshed old tests, made them work
12499: without auto.p (in utf8) . things noted: . gif got encoded
12500: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12501: some strange year)
12502:
12503: * INSTALL: . revived linux libgc fix
12504:
12505: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12506: glib/gdome in INSTALL and patches]
12507:
12508: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12509: include/pa_charset.h, include/pa_config_includes.h,
12510: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12511: include/pa_xml_exception.h, lib/cord/Makefile.am,
12512: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12513: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12514: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12515: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12516: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12517: types/pa_vxnode.h: . started killing gdome
12518:
12519: 2005-12-13 paf
12520:
12521: * src/main/: pa_request.C: merged from HEAD ! when code in
12522: @unhandled_exception thrown another exception, print correct
12523: origin (earlier code in catch of exception inside of
12524: @unhandled_exception grabbed parent_frame(original_exception)
12525: origin and printed it, instead of true origin)
12526:
12527: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12528: another exception, print correct origin (earlier code in catch of
12529: exception inside of @unhandled_exception grabbed
12530: parent_frame(original_exception) origin and printed it, instead
12531: of true origin)
12532:
12533: 2005-12-09 paf
12534:
12535: * INSTALL: . updated INSTALL doc to work around linux stack base
12536: detection problem, due to change in gc6.4 code
12537:
12538: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12539: ignored in ^string.matched :(
12540:
12541: * src/main/pa_string.C: ! regex tainting were ignored in
12542: ^string.matched :(
12543:
12544: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12545: src/include/pa_config_fixed.h, src/include/pa_version.h,
12546: src/main/compile.y, src/main/compile_tools.h,
12547: src/main/pa_charset.C, src/main/pa_common.C,
12548: src/main/pa_globals.C, src/main/pa_string.C,
12549: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12550: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12551:
12552: 2005-12-08 paf
12553:
12554: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12555: 500 chars now handled OK [were wrapped on 500th char according to
12556: rfc, but sendmail failed to unwrap it properly]
12557:
12558: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12559: handled OK [were wrapped on 500th char according to rfc, but
12560: sendmail failed to unwrap it properly]
12561:
12562: * src/targets/isapi/parser3isapi.C: . less warnings
12563:
12564: * src/targets/isapi/parser3isapi.C: . undone some strange change
12565: since 3.1.5
12566:
12567: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12568: link fixes
12569:
12570: * src/: classes/date.C, include/pa_config_fixed.h,
12571: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12572: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12573: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12574:
12575: * src/include/pa_config_fixed.h: . removed outdated string origins
12576: [in current storage scheme there's no place for them. someday we
12577: can add third CORD to store origins and special version of parser
12578: which stores origins there [separate binary]]
12579:
12580: 2005-12-07 paf
12581:
12582: * src/targets/isapi/parser3isapi.C: . now links in release mode
12583:
12584: * src/include/pa_version.h: makefiles
12585:
12586: * src/include/pa_version.h: . not beta
12587:
12588: * configure, configure.in, src/include/pa_version.h: not beta
12589:
12590: 2005-12-06 paf
12591:
12592: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12593: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12594: decided to undo the change ^call[$void] passes void. now it will
12595: pass empty string again.
12596:
12597: * src/main/: compile.tab.C, compile.y: . version readded
12598:
12599: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12600: = ^switch[void] problem
12601:
12602: 2005-12-01 paf
12603:
12604: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12605: caused ^case[string] to be coerced to double since searching
12606: value were not string (it was vvoid)
12607:
12608: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12609: ^case[string] to be coerced to double since searching value were
12610: not string (it was vvoid)
12611:
12612: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12613: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12614:
12615: 2005-11-30 paf
12616:
12617: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12618: win32 must putenv("TZ="), on unix works only putenv("TZ")
12619:
12620: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12621: putenv("TZ="), on unix works only putenv("TZ")
12622:
12623: * INSTALL: . xml libs versions updated
12624:
12625: * src/main/pa_globals.C: //20051130 trying to remove this, author
12626: claims that fixed a lot there // 20040920 for now both
12627: workarounds needed. wait for new libxml/xsl versions
12628:
12629: 2005-11-28 paf
12630:
12631: * src/classes/table.C: merged from HEAD: ! nameless table has
12632: columns==0
12633:
12634: * src/classes/table.C: ! nameless table has columns==0
12635:
12636: * src/main/pa_http.C: merged from HEAD: ! status line check made
12637: earlier [was totally wrong]
12638:
12639: * src/main/pa_http.C: ! status line check made earlier [was totally
12640: wrong]
12641:
12642: 2005-11-25 paf
12643:
12644: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12645: undoing for now...
12646:
12647: * src/include/pa_version.h: -this reduces speed(table::load),
12648: strange. undoing
12649:
12650: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12651:
12652: * src/classes/op.C: + ^while(){}[SEPARATOR]
12653:
12654: * src/include/pa_array.h: + optimistics added: all arrays (table
12655: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12656: this speeds things up and saves memory a LOT! (not noticed
12657: negative effect on syntetic tests, future will tell...)
12658:
12659: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12660: changed gc_malloc implementation, which obscured profiling
12661:
12662: * src/classes/table.C: merged from HEAD: + optimized
12663: table::load/sql, now row ArrayString-s allocated with
12664: columns.count() elements and don't always grow from
12665: count=3[realloc,realloc]
12666:
12667: * src/classes/table.C: + optimized table::load/sql, now row
12668: ArrayString-s allocated with columns.count() elements and don't
12669: always grow from count=3[realloc,realloc]
12670:
12671: * src/classes/table.C: merged from HEAD: . ^table.save unused
12672: buffer after save
12673:
12674: * src/classes/table.C: . ^table.save unused buffer after save
12675:
12676: 2005-11-24 paf
12677:
12678: * configure.in: . merged glib2-config patch
12679:
12680: * configure.in: + trying to find glib2-config
12681:
12682: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12683: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12684: file/dir_readable to simple file/dir_exist, this would help in
12685: situations "class not found because .p file has bad rights" << in
12686: that case error would be explicit "access denied to 'this' file"
12687:
1.116 moko 12688: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12689:
12690: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12691: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12692: to simple file/dir_exist, this would help in situations "class
12693: not found because .p file has bad rights" << in that case error
12694: would be explicit "access denied to 'this' file"
12695:
12696: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12697: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12698: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12699: ^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/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12704: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12705: encoded in $.charset charset
12706:
12707: * src/: include/Makefile.am, include/pa_common.h,
12708: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12709: main/pa_common.C, main/pa_http.C: . extracted http:// into
12710: separate file [preparation for
12711: ^file::cgi[script;$.form[$.field1[]
12712:
12713: 2005-11-22 paf
12714:
12715: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12716:
12717: * acinclude.m4, configure.in: . merged underquting fixes
12718:
1.116 moko 12719: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12720:
12721: * src/classes/op.C: . overmerged a little
12722:
12723: * src/main/compile.tab.C: Makefile
12724:
12725: * src/main/: pa_common.C: . less gcc warnings
12726:
12727: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12728: now reports original exception if we have no old cache
12729:
12730: * src/classes/op.C: + $exception.handled[cache] now reports
12731: original exception if we have no old cache
12732:
12733: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12734: from HEAD: + ^taint/untaint[regex] << escapes these:
12735: \^$.[]|()?*+{}
12736:
12737: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12738: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12739:
12740: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12741: getenv-ed variable, which does not work both on win32&unix.
12742: copied old TZ value now
12743:
12744: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12745: stored pointer to getenv-ed variable, which does not work both on
12746: win32&unix. copied old TZ value now
12747:
12748: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12749: getenv-ed variable, which does not work both on win32&unix.
12750: copied old TZ value now
12751:
12752: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12753: access to internal hash
12754:
12755: * src/types/pa_vresponse.C: + $response:headers access to internal
12756: hash
12757:
12758: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12759: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12760: isapi] this reduces number of "GC Warning: Repeated allocation of
12761: very large block" messages to only important onces
12762:
12763: * src/targets/isapi/parser3isapi.C: +
12764: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12765: isapi] this reduces number of "GC Warning: Repeated allocation of
12766: very large block" messages to only important onces
12767:
12768: * src/classes/string.C: merged from HEAD: + removed limitation on
12769: ^string/int/double:sql{}[$.default[({param style})] ]
12770:
12771: * src/classes/string.C: + removed limitation on
12772: ^string/int/double:sql{}[$.default[({param style})] ]
12773:
12774: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12775: with ?params or $.form option" limitation
12776:
12777: * src/main/pa_common.C: + removed "use either uri with ?params or
12778: $.form option" limitation
12779:
12780: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12781: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12782: ^file::base64[encoded] decode
12783:
12784: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12785: main/pa_common.C: + ^file.base64[] encode +
12786: ^file::base64[encoded] decode
12787:
12788: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12789: ^string:base64[encoded] decode
12790:
12791: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12792: ^string:base64[in] encode + ^string.base64[] decode
12793:
12794: 2005-11-21 paf
12795:
12796: * src/classes/file.C: + merged from HEAD:
12797: ^file::create[text;file.xml;^untaint[xml]{data}]
12798:
12799: * src/classes/file.C: +
12800: ^file::create[text;file.xml;^untaint[xml]{data}]
12801:
12802: * src/main/pa_request.C: ! merged: $response:body[file] now
12803: differes from :download, it does not return content-disposition
12804: at all now [previusely it returned valueless content-disposition]
12805:
12806: * src/main/pa_request.C: ! $response:body[file] now differes from
12807: :download, it does not return content-disposition at all now
12808: [previusely it returned valueless content-disposition]
12809:
12810: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12811: literals, reverted to just vvod, recreating empty array with each
12812: void_value token. that's absolutely needed, since that array
12813: grows
12814:
12815: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12816: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12817: types/pa_vmethod_frame.h: + merged: expression literals:
12818: true/false. ^format[$.indent(true)]
12819:
12820: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12821: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12822: types/pa_vmethod_frame.h: + expression literals: true/false.
12823: ^format[$.indent(true)]
12824:
12825: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12826: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12827: i386-pc-win32)"
12828:
12829: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12830: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12831: i386-pc-win32)"
12832:
12833: 2005-11-18 paf
12834:
12835: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12836: null}[$.default(123)] will now return default value
12837:
12838: * src/classes/op.C: + merged ^cache[] << returns current cache
12839: expiration time
12840:
12841: * src/classes/op.C: + ^cache[] << returns current cache expiration
12842: time
12843:
12844: * src/classes/table.C: ! merged ^table::create[not'nameless';
12845: failed << Exception.problem_source pointed to local var!
12846:
12847: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12848: Exception.problem_source pointed to local var!
12849:
12850: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12851: now loads VFile.ptr!=0, so such files can be saved now
12852:
12853: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12854: loads VFile.ptr!=0, so such files can be saved now
12855:
12856: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12857: only . and .. now removed from list [were removed all .*]
12858:
12859: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12860: .. now removed from list [were removed all .*]
12861:
12862: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12863: open error now checked, were not :( [stole that piece from apache
12864: 1.3 sources]
12865:
12866: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12867: checked, were not :( [stole that piece from apache 1.3 sources]
12868:
12869: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12870: untainting of @main result if returned by $result or
12871: $response:body
12872:
12873: * src/main/pa_request.C: ! ensured proper untainting of @main
12874: result if returned by $result or $response:body
12875:
12876: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12877: issue: now tries to guess content-length and allocates one big
12878: piece if possible [regretfully gc_realloc works as malloc+free,
12879: leaving lots of holes behind]
12880:
12881: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12882: fixed file load memory issue: now tries to guess content-length
12883: and allocates one big piece if possible [regretfully gc_realloc
12884: works as malloc+free, leaving lots of holes behind]
12885:
12886: 2005-11-16 paf
12887:
12888: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12889: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12890: table::save with enclosers now doubles them: "->"" !
12891: table::save/load do not remove elements from options hash
12892:
12893: * src/main/compile.y: ! merged to HEAD: ^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/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12898: [were overoptimized ^if(double_literal), compiler confused
12899: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12900:
12901: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12902: main/pa_common.C: ! table::save with enclosers now doubles them:
12903: "->"" ! table::save/load do not remove elements from options hash
12904:
12905: 2005-11-03 paf
12906:
1.116 moko 12907: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12908: compilation, not all makefiles liked that
1.95 moko 12909:
12910: 2005-08-30 paf
12911:
12912: * src/classes/op.C: merge . speedup check of [DEFAULT]
12913:
12914: * src/classes/op.C: . speedup check of [DEFAULT]
12915:
12916: 2005-08-26 paf
12917:
12918: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12919:
12920: * src/: classes/date.C, types/pa_vdate.h: + date.week
12921:
12922: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12923: complains about bad!=nameless
12924:
12925: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12926: about bad!=nameless
12927:
12928: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12929: optional options were allowed to be empty. were checked
12930: if(is_string), changed to !defined||is_string to allow void
12931:
12932: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12933: classes/string.C, classes/table.C, classes/void.C: ! optional
12934: options were allowed to be empty. were checked if(is_string),
12935: changed to !defined||is_string to allow void
12936:
12937: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12938: as_junction where they needed as_int/double, so failed with
12939: recent "(const) now no junction" optimization
12940:
12941: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12942: merged ! many classes/* used as_junction where they needed
12943: as_int/double, so failed with recent "(const) now no junction"
12944: optimization
12945:
12946: * src/: classes/double.C, classes/int.C, classes/math.C,
12947: classes/op.C, classes/string.C, classes/table.C,
12948: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12949: used as_junction where they needed as_int/double, so failed with
12950: recent "(const) now no junction" optimization
12951:
12952: 2005-08-24 paf
12953:
12954: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12955: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12956: stripped it
12957:
12958: 2005-08-09 paf
12959:
12960: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12961: not cleared
12962:
12963: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12964: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12965: classes/hashfile.C, classes/image.C, classes/int.C,
12966: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12967: classes/response.C, classes/string.C, classes/table.C,
12968: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12969: include/pa_array.h, include/pa_cache_managers.h,
12970: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12971: include/pa_config_fixed.h, include/pa_config_includes.h,
12972: include/pa_dictionary.h, include/pa_dir.h,
12973: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12974: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12975: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12976: include/pa_request_charsets.h, include/pa_request_info.h,
12977: include/pa_sapi.h, include/pa_socks.h,
12978: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12979: include/pa_stack.h, include/pa_string.h,
12980: include/pa_stylesheet_connection.h,
12981: include/pa_stylesheet_manager.h, include/pa_table.h,
12982: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12983: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12984: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12985: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12986: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12987: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12988: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12989: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12990: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12991: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12992: main/pa_sql_driver_manager.C, main/pa_string.C,
12993: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12994: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12995: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12996: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12997: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12998: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12999: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13000: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13001: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13002: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13003: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13004: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13005: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13006: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13007: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13008: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13009: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13010: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13011: types/pa_vresponse.C, types/pa_vresponse.h,
13012: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13013: types/pa_vstateless_object.h, types/pa_vstatus.C,
13014: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13015: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13016: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13017: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13018: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13019:
13020: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13021: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13022: speedup consequent checks in vmethod_frame
13023:
13024: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13025: not cleared
13026:
13027: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13028: params: 50 max (were 10)
13029:
13030: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13031: params: 50 max (were 10)
13032:
13033: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13034: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13035: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13036: empty string) ! simplified (double) speedup consequent checks in
13037: vmethod_frame
13038:
13039: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13040: optimized constants in expressions vstring->vdouble + optimized
13041: ^call(vdouble), no junction creation, no calls later
13042:
13043: 2005-08-08 paf
13044:
13045: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13046: compile_tools.h: merged + optimized constants in expressions
13047: vstring->vdouble + optimized ^call(vdouble), no junction
13048: creation, no calls later
13049:
13050: * src/types/pa_vdouble.h: merged . double values without fractional
13051: part now default printed as %.0f instead of %g
13052:
13053: * src/types/pa_vdouble.h: . double values without fractional part
13054: now default printed as %.0f instead of %g
13055:
13056: * src/classes/hashfile.C: . merged ! second hashfile::open would
13057: cause an exception
13058:
13059: * src/classes/hashfile.C: ! second hashfile::open would cause an
13060: exception
13061:
13062: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13063: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13064: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13065: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13066: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13067: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13068: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13069: types/pa_vresponse.h, types/pa_vstateless_class.C,
13070: types/pa_vstateless_object.h, types/pa_vvoid.h,
13071: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13072: merged VJunction(new Junction) optimization from 3.1.4
13073:
13074: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13075: types/pa_vstateless_class.C: + optimized new VJunction(new
13076: Junction(params)) to new VJunction(params), thousands of mallocs
13077: removed
13078:
13079: 2005-08-05 paf
13080:
13081: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13082: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13083: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13084: creation, no calls later
13085:
13086: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13087: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13088: classes/hashfile.C, classes/image.C, classes/int.C,
13089: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13090: classes/response.C, classes/string.C, classes/table.C,
13091: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13092: include/pa_array.h, include/pa_cache_managers.h,
13093: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13094: include/pa_config_fixed.h, include/pa_config_includes.h,
13095: include/pa_dictionary.h, include/pa_dir.h,
13096: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13097: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13098: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13099: include/pa_request_charsets.h, include/pa_request_info.h,
13100: include/pa_sapi.h, include/pa_socks.h,
13101: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13102: include/pa_stack.h, include/pa_string.h,
13103: include/pa_stylesheet_connection.h,
13104: include/pa_stylesheet_manager.h, include/pa_table.h,
13105: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13106: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13107: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13108: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13109: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13110: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13111: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13112: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13113: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13114: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13115: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13116: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13117: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13118: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13119: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13120: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13121: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13122: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13123: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13124: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13125: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13126: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13127: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13128: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13129: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13130: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13131: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13132: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13133: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13134: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13135: types/pa_vstateless_object.h, types/pa_vstatus.C,
13136: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13137: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13138: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13139: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13140: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13141:
13142: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13143: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13144: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13145: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13146: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13147: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13148: optimized constants in expressions vstring->vdouble
13149:
13150: 2005-07-29 paf
13151:
13152: * src/types/pa_vclass.C: . shaped up error messages a bit
13153:
13154: * src/types/pa_vclass.C: + property getter can now be overridden
13155:
13156: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13157: bug fix: static parent fields were not replaced in case
13158: $derived:field[put] + property setter can now be overridden
13159:
13160: 2005-07-28 paf
13161:
13162: * configure, configure.in, src/classes/classes.h,
13163: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13164: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13165: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13166: src/classes/xnode.h, src/include/pa_hash.h,
13167: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13168: src/types/Makefile.am, src/types/pa_method.h,
13169: src/types/pa_value.h, src/types/pa_vclass.C,
13170: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13171: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13172: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13173: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13174: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13175: src/types/pa_vobject.C, src/types/pa_vobject.h,
13176: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13177: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13178: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13179: src/types/pa_vstateless_class.h,
1.95 moko 13180: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13181: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13182: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13183: dynamic_fields_join
13184:
13185: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13186: classes/xnode.C, include/pa_hash.h, main/execute.C,
13187: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13188: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13189: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13190: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13191: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13192: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13193: types/pa_vresponse.h, types/pa_vstateless_object.h,
13194: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13195: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13196: restored its checks in vobject.put_element->static fields |
13197: dynamic properties
13198:
13199: 2005-07-27 paf
13200:
13201: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13202: is some old code containing @set_name $name
13203:
13204: * src/types/pa_vobject.h: . fixed warning
13205:
13206: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13207: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13208:
13209: * src/: classes/xnode.C, include/pa_hash.h,
13210: types/pa_vstateless_class.C: ! new asserts were all false.
13211: regretfully reverted them all to checks
13212:
13213: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13214: classes/op.C, main/execute.C, types/pa_method.h,
13215: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13216: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13217: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13218: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13219: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13220: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13221: types/pa_vstateless_object.h, types/pa_vvoid.h,
13222: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13223: joined_dynamic_fields: removed unused param from put_method
13224: (returned to 3 params)
13225:
13226: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13227: joined_dynamic_fields: dynamic get/set works with overriding
13228: props [alpha2]
13229:
13230: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13231: works [alfa]
13232:
13233: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13234: classes/op.C, include/pa_hash.h, main/execute.C,
13235: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13236: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13237: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13238: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13239: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13240: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13241: types/pa_vresponse.h, types/pa_vstateless_class.C,
13242: types/pa_vstateless_object.h, types/pa_vvoid.h,
13243: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13244: joined_dynamic_fields: just compiled
13245:
13246: * src/: classes/date.C, classes/file.C, classes/hash.C,
13247: classes/hashfile.C, classes/image.C, classes/table.C,
13248: classes/xdoc.C, classes/xnode.h, main/execute.C,
13249: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13250: types/pa_vstateless_class.h: joined_dynamic_fields: started
13251:
13252: * src/types/pa_vobject.C: . object setters [only started, does not
13253: work yet]
13254:
13255: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13256: object setters [only started, does not work yet]
13257:
13258: 2005-07-26 paf
13259:
13260: * src/: include/pa_request.h, main/execute.C: . properties: set
13261: works [alpha2]. for classes. todo: for objects
13262:
13263: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13264: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13265: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13266: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13267: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13268: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13269: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13270: types/pa_vstateless_object.h, types/pa_vvoid.h,
13271: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13272: properties: set works [alpha1]
13273:
13274: 2005-07-25 paf
13275:
13276: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13277: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13278: properties: started, get works [alpha1, other approach]
13279:
13280: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13281: properties: started, get works [alpha2]
13282:
13283: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13284: pa_vstateless_class.h: . properties: started, get works [alpha]
13285:
13286: 2005-07-15 paf
13287:
13288: * src/: classes/classes.h, classes/op.C, main/execute.C,
13289: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13290: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13291: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13292: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13293: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13294: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13295: types/pa_vresponse.C, types/pa_vresponse.h,
13296: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13297: types/pa_vstateless_object.h, types/pa_vvoid.h,
13298: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13299: types/pa_wwrapper.h, types/types.vcproj: + started property
13300: [getters work but think of changing them too to precaching]
13301:
13302: 2005-07-08 paf
13303:
13304: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13305: gpf
13306:
13307: 2005-06-28 paf
13308:
13309: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13310: in passing empty strings to file::exec/cgi environment
13311:
13312: 2005-06-06 paf
13313:
13314: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13315: ^table:sql ^hash:sql now DO process $.bind option
13316:
13317: 2005-05-24 paf
13318:
13319: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13320: $.limit] now work again [support was broken in 3.1.4]
13321:
13322: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13323: ALL_INTERIOR_POINTERS
13324:
13325: 2005-05-12 paf
13326:
13327: * configure: 3.1.5beta
13328:
13329: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13330:
13331: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13332: $.limit] now work again [support was broken in 3.1.4]
13333:
13334: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13335: line-width [was refusing to fill if line-width >1, thanks to
13336: Seras <seras@pinxit.lt> for repro case
13337:
13338: 2005-04-25 paf
13339:
13340: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13341: correctly
13342:
13343: 2005-04-19 paf
13344:
13345: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13346: in VString violating invariant!!
13347:
13348: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13349: getenv("TZ")==null
13350:
13351: 2005-04-08 paf
13352:
13353: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13354: bugfix: when there is no char in charset one byte produces 6
13355: (ÿ <<max). increased buffer size!
13356:
13357: 2005-03-23 paf
13358:
13359: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13360: ^date.sql-string now takes TZ into account
13361:
13362: 2005-03-16 paf
13363:
13364: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13365: gcc 3.4
13366:
13367: * src/types/pa_vhash.C: . warning about eof eol
13368:
13369: 2005-02-17 paf
13370:
1.211 moko 13371: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13372: ^sleep(double seconds)
1.95 moko 13373:
13374: 2005-02-02 paf
13375:
13376: * src/classes/xnode.C: beauty: removed needless includes
13377:
13378: 2005-01-31 paf
13379:
13380: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13381: $.partNoNumber now alias to $.part1
13382:
13383: * src/types/pa_vmail.C: change: incoming letter part contains
13384: "content-disposition" header with any value? now considering that
13385: part to be "file#" [for text/plain text/html were $.text#
13386: $.html#]
13387:
13388: * INSTALL: updatet to latest working versions available
13389:
13390: 2005-01-20 paf
13391:
13392: * configure.in, src/include/pa_version.h: version
13393:
13394: 2005-01-19 paf
13395:
1.116 moko 13396: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13397: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13398: couple warnings in parser3.C
1.95 moko 13399:
13400: 2004-12-23 paf
13401:
13402: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13403:
13404: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13405: dir to directory of script (when shbang used), not to directory
13406: of its interpreter
13407:
13408: * src/include/pa_version.h: compiled on win32...
13409:
13410: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13411: we need more hspace
13412:
13413: * configure, configure.in, src/include/pa_version.h: configured
13414: host to pa_version. will be displayed everywhere
13415:
13416: * src/main/pa_request.C: new: @unhandled_exception can prevent
13417: exception from being logged by setting $exception.handled(1)
13418:
1.211 moko 13419: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13420: ^file::sql{query}[[options]] options: $.name[file name]
13421: $.content-type[application/what]
13422:
13423: * src/: include/pa_common.h, main/pa_common.C,
13424: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13425: new file
13426:
13427: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13428: bugfix: table->hash now regards _default
13429:
13430: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13431: created by accessing $name_of_method it acquired bad self=closest
13432: methodframe; instead of proper self (current class)
13433:
13434: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13435: hashfile produced bad cord
13436:
13437: 2004-12-10 paf
13438:
13439: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13440: subsequent failures though defined in .h
13441:
13442: * src/main/pa_common.C: comment on volatile
13443:
13444: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13445: alarm function were not used since the beginning due to stupid
13446: error [setsigjmp were not checked in configure.in]
13447:
13448: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13449: unix too
13450:
13451: * src/main/pa_common.C: http: exception status of send/recv errors
13452: change to most probable http.timeout
13453:
13454: * src/main/pa_common.C: win32: http connection $.timeout option now
13455: works [setsockopt on send/receive]
13456:
13457: 2004-12-08 paf
13458:
13459: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13460: cstr-ed knowing mail charset, and untainting uri lang now knows
13461: proper charset
13462:
13463: 2004-11-24 paf
13464:
13465: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13466:
13467: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13468: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13469:
13470: 2004-11-12 paf
13471:
13472: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13473: [since 3.0.4]
13474:
13475: 2004-11-09 paf
13476:
13477: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13478: writes basics to c:\parser3.log
13479:
13480: 2004-10-21 paf
13481:
13482: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13483: tainted strings [were returning clean onces]
13484:
13485: 2004-10-15 paf
13486:
13487: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13488: cycles(i=1; i=2), which was wrong, now does ONE
13489:
13490: 2004-10-12 paf
13491:
13492: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13493:
13494: 2004-10-07 paf
13495:
13496: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13497: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13498: release asserts
13499:
13500: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13501: String.dump() to stdout in detailed form [were String.v() in
13502: short form]
13503:
13504: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13505: \t\r\n as @#| and truncates long char sequences less
13506:
13507: 2004-10-06 paf
13508:
13509: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13510: win32 beauty: socket errors properly decoded
13511:
13512: 2004-10-05 paf
13513:
13514: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13515: request::configure_user/admin done always, even if no
13516: file-to-process useful in @unhandled_exception [say, if they
13517: would want to mail by SMTP something]
13518:
13519: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13520: now performed prior to file loading [and @auto executing] thus
13521: making $cookie:value available in @auto and in
13522: @unhandled_exception when IIS is configured to run interpreter
13523: even if no file exist
13524:
13525: 2004-09-20 paf
13526:
13527: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13528: somewhere where it should have called xmlMalloc and it calls
13529: xmlFree when it should have not called it. inserted two
13530: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13531: xmlFree just ignored. put away a testcase, maybe someday libxml
13532: author would fix all that. until that day: we have SLOW garbage
13533: collecting when many xml objects are alive hint: do
13534: ^memory:compact[] before xdoc::create
13535:
13536: 2004-09-17 paf
13537:
13538: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13539: error from 3.0.8 version]
13540:
13541: 2004-09-14 paf
13542:
13543: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13544: part bugfix: hashfile.foreach iterated only part if hashfile were
13545: modified inside
13546:
13547: 2004-09-13 paf
13548:
13549: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13550: [were as octal]
13551:
13552: * src/types/pa_vhashfile.C: beauty: not reproduced
13553: $hashfile.key[$novalue] bug [reported by motorin], inserted
13554: safety-check
13555:
13556: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13557: [not something obscure from sdbm lib]
13558:
13559: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13560: = strerror now returnes something and we can properly report that
13561: to client
13562:
13563: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13564: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13565:
13566: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13567: [tainted as-is] this helps //[space][newline] to remain as-is and
13568: not be unnecessary optimized away [ruining javascript]
13569:
13570: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13571: [tainted as-is]
13572:
13573: * src/classes/mail.C: bugfix: typo error
13574:
13575: 2004-09-09 paf
13576:
13577: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13578: separators bugfix: loads header with endings \r\n\r\n and \n\n
13579: (bloody yandex.server)
13580:
13581: 2004-09-06 paf
13582:
13583: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13584: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13585: encoded
13586:
13587: 2004-09-01 paf
13588:
13589: * src/types/pa_vmail.C: change: multipart/mixed changed to
13590: multipart/related outlook express have no problems showing
13591: unrelated attachments. todo: someday figure out a way of
13592: multipart/mixed multipart/related text/html
13593: image/xxx application/octet-stream << true attachments
13594:
13595: * src/types/pa_vmail.C: new:
13596: ^mail:send[$.file[$.content-disposition can be overriden new:
13597: empty mail header fields removed from letter
13598:
13599: * src/: classes/mail.C, include/pa_config_fixed.h,
13600: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13601: ^mail:send[ $.file[ $.any[header]
13602:
13603: 2004-08-30 paf
13604:
13605: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13606: warnings
13607:
13608: * src/main/pa_common.C: beauty: do not bother with charset
13609: detection when ^file::load[binary
13610:
13611: 2004-08-27 paf
13612:
13613: * src/main/pa_common.C: hack: for yandex.server http server
13614:
13615: 2004-08-18 paf
13616:
13617: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13618: possibly-chunked response
13619:
13620: 2004-08-17 paf
13621:
13622: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13623: $f.content-type now = that of http response
13624:
13625: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13626: $f.content-type now = that of http response
13627:
13628: 2004-07-30 paf
13629:
13630: * src/: include/pa_request.h, main/pa_request.C,
13631: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13632: win32: system&parser exceptions in release mode reported properly
13633: parser exception in exception handler WERE mistakenly reported as
13634: system exception, without details [in apache & isapi] +some
13635: beauty in exception text
13636:
13637: * src/: include/pa_exception.h, main/pa_request.C,
13638: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13639: release mode reported properly parser exception in exception
13640: handler WERE mistakenly reported as system exception, without
13641: details
13642:
13643: * src/main/execute.C: beauty: simplified system exception handling
13644:
13645: 2004-07-29 paf
13646:
13647: * src/classes/table.C: bugfix:
13648: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13649: were ignored, and \t used unconditionally]
13650:
13651: * src/types/Makefile.am: added vhash.c
13652:
13653: 2004-07-28 paf
13654:
13655: * src/: classes/date.C, classes/image.C, classes/math.C,
13656: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13657: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13658: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13659: failed on russian letters
13660:
13661: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13662: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13663: letters
13664:
13665: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13666: as 'currentDirectory' parameter to CreateProcess
13667:
13668: 2004-07-27 paf
13669:
13670: * src/targets/cgi/parser3.vcproj: beauty: win32:
13671: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13672: from release somewhere [to help searching for unhandled system
13673: exceptions]
13674:
13675: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13676: TZ shift
13677:
13678: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13679: but also in ctor
13680:
13681: 2004-07-26 paf
13682:
1.211 moko 13683: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13684: src/main/pa_common.C, src/main/pa_request.C,
13685: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13686: src/types/types.vcproj: new: $response:body/download[
13687: $.file[name on disk] $.name[of file for user]
13688: $.mdate[date of last-modified. default from directory] ]
13689:
13690: * src/classes/file.C: moving file:send somewhere else..
13691:
13692: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13693: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13694: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13695: $response:download[ $.filename[filename] $.option[] ,, ]
13696:
13697: * src/classes/file.C: beauty: invalid mode thoroughly reported
13698:
13699: 2004-07-21 paf
13700:
13701: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13702: to several lines
13703:
13704: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13705:
13706: note: ms outlook[!express] shows only first 255 characters of
13707: subject
13708:
13709: 2004-07-15 paf
13710:
13711: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13712: off]
13713:
13714: 2004-07-14 paf
13715:
13716: * src/classes/table.C: bugfix: $.bind values now got untainted
13717: according to lang [were: as-is]
13718:
13719: 2004-07-07 paf
13720:
13721: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13722: checked that
13723:
13724: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13725: now untainted according to their languages. were: as-is.
13726: EVERYWHERE
13727:
13728: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13729: environment string now untainted according to their languages.
13730: were: as-is. EVERYWHERE
13731:
13732: * src/main/pa_exec.C: bufix: on unix environment string now
13733: untainted according to their languages. were: as-is. on win32:
13734: ok
13735:
13736: * parser3.vssscc: ...would not go unnoticed
13737:
13738: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13739: fails. in case on input appears nonutf, those bytes will be
13740: printed in %HH form. that can be easily decoded/recovered.
13741:
13742: this form is quite noticable, and hopefully would not go noticed
13743:
13744: 2004-07-06 paf
13745:
13746: * src/main/pa_exec.C: bufix: on unix environment string now
13747: untainted according to their languages. were: as-is. on win32:
13748: ok
13749:
13750: 2004-07-01 paf
13751:
13752: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13753: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13754: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13755: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13756: main/main.vcproj, targets/cgi/parser3.vcproj,
13757: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13758: option: global optimization ON
13759:
13760: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13761: to do xdoc::create{invalid chars} standard disables chars less
13762: then \x20, except tab, cr, lf.
13763:
13764: changed tainting so that those become '!'
13765:
13766: 2004-06-25 paf
13767:
13768: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13769: int on odd address [prev bugfix failed due to superwize
13770: optimizer, which turned memcpy into same 'ld' asm command]
13771:
13772: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13773: int on odd address
13774:
13775: 2004-06-22 paf
13776:
13777: * src/sql/pa_sql_driver.h: note: about possible optimization
13778:
1.211 moko 13779: * operators.ru.txt, operators.txt, src/classes/hash.C,
13780: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13781: src/classes/void.C, src/include/pa_config_includes.h: new:
13782: ^void:sql{call paf(:a)}[ $.bind[
13783: $.a[2] ] ] output variables work. todo:
13784: check in out variables
1.95 moko 13785:
13786: 2004-06-18 paf
13787:
13788: * src/: classes/file.C, classes/hash.C, classes/string.C,
13789: classes/table.C, classes/void.C, include/pa_globals.h,
13790: include/pa_sql_connection.h, main/compile.tab.C,
13791: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13792: $.bind[ $.a[2] ]
13793: ] input variables work. todo:output
13794:
13795: * src/targets/cgi/parser3.C: bugfix: iis specific
13796: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13797: /_bug.html?404;http://hpsv/test/
13798: --------------------------------------------------------------------------------
13799: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13800: --------------------------------------------------------------------------------
13801: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13802:
13803: 2004-06-16 paf
13804:
13805: * src/targets/cgi/parser3.C: new: iis specific
13806: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13807: $request:query
13808: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13809: $form:fields IIS-STATUS="404"
13810: IIS-DOCUMENT="http://server/_bug.html" f="v"
13811:
13812: todo: isapi too
13813:
13814: 2004-05-26 paf
13815:
13816: * src/include/pa_version.h: 3.1.3
13817:
1.211 moko 13818: * operators.ru.txt, operators.txt: beauty: removed outdated level
13819: 'table'
1.95 moko 13820:
13821: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13822:
13823: * src/main/pa_string.C: beauty: removed 3 warnings
13824:
13825: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13826: classes/op.C: beauty: removed outdated level 'table'
13827:
13828: 2004-05-25 paf
13829:
13830: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13831: implementation. mistery: how anything worked
13832:
13833: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13834: changed, it is now safe to use url if pointers to it are stored
13835: to gc mem
13836:
13837: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13838: unknown errors reported and not cause SIGSEGV now
13839:
13840: 2004-05-24 paf
13841:
13842: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13843: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13844: less memory: CORD_chars_block originally intended to ... it was
13845: good that CORD_chars_block were not used: it consumes more memory
13846: [and, might be slow too] undoing that. [and removed that func so
13847: that it would not confuse parser developer in future]
13848:
13849: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13850: less memory: CORD_chars_block originally intended to
13851: speedup/reduce mem usage were forgotten, and were used stupid
13852: CORD_chars
13853:
13854: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13855:
13856: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13857: BIGENDIAN processors space-conserving mech failed, causing
13858: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13859: (1|2|3));
13860:
13861: 2004-05-14 paf
13862:
13863: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13864: bugfix: void now has vfile value, and $response:body[] works OK
13865:
13866: 2004-05-12 paf
13867:
13868: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13869: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13870: sources to use is_defined() {return as_bool();} along VBool
13871:
13872: 2004-05-11 paf
13873:
13874: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13875: referencing to local objects
13876:
13877: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13878: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13879: left intact
13880:
13881: 2004-04-15 paf
13882:
13883: * src/classes/date.C: merged: beauty: unused var removed
13884:
13885: * src/classes/date.C: beauty: unused var removed
13886:
13887: * src/include/: pa_exec.h: bugfix: interface without pointer
13888: provoked bug
13889:
13890: 2004-04-09 paf
13891:
13892: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13893:
13894: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13895:
13896: 2004-04-08 paf
13897:
13898: * src/classes/date.C: new: ^date::create[y-m-d
13899: h-M-s>>.milliseconds<<] now allowed, ignored so far
13900:
13901: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13902:
13903: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13904: to consult default catalog [usually, that file belongs to other
13905: user/group]
13906:
13907: 2004-04-06 paf
13908:
13909: * src/main/pa_common.C: beauty: gcc warning removed
13910:
13911: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13912: accept that trick, trying other
13913:
13914: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13915: explicit result problem
13916:
13917: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13918: explicit result problem
13919:
13920: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13921: explicit result problem
13922:
1.211 moko 13923: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13924: ^string.append[string]
1.95 moko 13925:
13926: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13927: main/execute.C: attempt_check_call_in_explicit_result_mode:
13928: failed
13929:
13930: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13931: http://i.p.a.ddress gethostbyaddr added [on some platforms
13932: gethostbyname failed with such 'domains'] now checked properly,
13933: were: needless reverse/forward dns lookup
13934:
13935: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13936: http://i.p.a.ddress gethostbyaddr added [on some platforms
13937: gethostbyname failed with such 'domains'] now checked properly,
13938: were: needless reverse/forward dns lookup
13939:
13940: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13941: @method[][result] means "no string output here" moved to lexical
13942: level [on grammar level it were too difficult]
13943:
1.211 moko 13944: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13945: src/main/compile.tab.C, src/main/compile.y,
13946: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13947: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13948: string output here", implemented part of that idea: compiler
13949: throws away string literal generation code. and barks
13950: nonwhitespace chars
1.95 moko 13951:
1.211 moko 13952: * operators.ru.txt, operators.txt: truth: removed comment about
13953: $ORIGIN
1.95 moko 13954:
13955: 2004-04-05 paf
13956:
13957: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13958: src/include/pa_version.h, src/main/pa_common.C,
13959: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13960:
13961: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13962: Konstantin Tomashevitch [mailto:konst@design.ru]
13963:
13964: * src/doc/html2chm.cmd: beauty: no need in bg here
13965:
13966: * src/doc/sources2html.cmd: beauty: same window, in bg it
13967: interfered with FAR console
13968:
13969: * configure, configure.in: 3.1.3
13970:
13971: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13972:
13973: * src/main/pa_common.C: removed warning
13974:
13975: * src/include/pa_version.h: 3.1.3
13976:
13977: 2004-04-02 paf
13978:
13979: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13980:
13981: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13982: allows to specify where to put parser log file
13983:
13984: 2004-04-01 paf
13985:
13986: * src/classes/table.C: bugfix: bugfix: table::load last line
13987: without tab and enter were ignored
13988:
13989: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13990: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13991: main/pa_socks.C, targets/cgi/parser3.C,
13992: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13993: bugfix: sql connections now are disconnected
13994:
13995: 2004-03-30 paf
13996:
13997: * src/classes/table.C: bugfix: table::load last line without tab
13998: and enter were ignored
13999:
14000: * src/classes/table.C: bufix: if last table lines were commented,
14001: gpfed
14002:
14003: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14004: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14005: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14006: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14007: doc/methoded.dox, doc/object.dox, doc/string.dox,
14008: doc/targets.dox, doc/value.dox, include/pa_version.h,
14009: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14010: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14011: bugfixes from 3.1.2, changed version to 3.1.3beta
14012:
14013: 2004-03-29 paf
14014:
14015: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14016: causes gpf
14017:
14018: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14019: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14020: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14021: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14022: value.dox: translated to english
14023:
14024: 2004-03-25 paf
14025:
14026: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14027: parser3project dependency removed
14028:
14029: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14030: bugfix: refused to compile without xml
14031:
14032: * src/types/pa_vform.C: beauty: removed warning
14033:
14034: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14035: any folder [removed last ;) folder dependency]
14036:
14037: * src/classes/classes.vcproj: bugfix: now all compiles in any
14038: folder [removed last ;) folder dependency]
14039:
14040: * src/include/pa_version.h: release
14041:
14042: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14043:
14044: * src/classes/table.C: beauty: comment& more meaningful error
14045: message
14046:
14047: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14048: $.hash[$.column_value1(true) ... ] [were producing some strang
14049: thing]
14050:
14051: 2004-03-23 paf
14052:
14053: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14054: and http status line parsing checked number of columns in table
14055: [user reported an assert]
14056:
1.211 moko 14057: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14058:
14059: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14060: bugfix: junction reattach now actually reattaches a junction to
14061: new wcontext [were only assigning it to junction, which caused
14062: junction tracking to loose junction, and it's context were not
14063: killed, and it tried to process in invalid context, gpf]
14064:
14065: * src/targets/cgi/parser3.C: debug helper added
14066:
14067: 2004-03-19 paf
14068:
14069: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14070: "type(type)" in braces
14071:
14072: 2004-03-10 paf
14073:
1.211 moko 14074: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14075: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14076: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14077: src/types/pa_vxnode.h: new: refined solution to
14078: search-in-namespaces problem:
1.95 moko 14079: $xdoc.search-namespaces.x[http://pif.design.ru/]
14080: $nodes[^xdoc.select[//x:second]]
14081:
1.211 moko 14082: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14083: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14084: search for info in namespaces
1.95 moko 14085:
14086: $nodes[^xdoc.select[//x:second][
14087: $.x[http://pif.design.ru/] ]]
14088:
14089: 2004-03-09 paf
14090:
1.211 moko 14091: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14092: ^file::load[...][options] $.form[
14093: !$.field1[string]
14094: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14095: ] !$.body[string]
14096:
14097: GET ?here notGET(POST, HEAD, others) in content-type:
14098: application/x-www-form-urlencoded
14099:
14100: todo: upload files ability
14101:
14102: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14103: properly, done
14104:
14105: 2004-03-05 paf
14106:
1.211 moko 14107: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14108: file::load[;http:// GET/POST $.form[$.fields started, not tested
14109: yet todo:$.field[table] for multiple values
1.95 moko 14110:
1.211 moko 14111: * operators.ru.txt, operators.txt: new: http:// options $.user
14112: $.password basic authorization
1.95 moko 14113:
14114: * src/main/pa_common.C: beauty: link to rtf added
14115:
1.211 moko 14116: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14117: src/main/pa_common.C: new: http:// options $.user $.password
14118: basic authorization
1.95 moko 14119:
14120: * src/main/pa_common.C: beauty: removed needless vars
14121:
1.211 moko 14122: * operators.ru.txt, operators.txt: new: pgsql option [like that
14123: recently added to oracle driver]
14124: ClientCharset=parser-charset << charset in which parser thinks
14125: client works
14126:
14127: * operators.ru.txt, operators.txt: new: odbc option [like that
14128: recently added to oracle driver]
14129: ClientCharset=parser-charset << charset in which parser thinks
14130: client works
1.95 moko 14131:
14132: * src/sql/pa_sql_driver.h: beauty: important warning added
14133:
14134: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14135: char!
14136:
14137: * etc/parser3.charsets/windows-1251.cfg: typo
14138:
14139: 2004-03-04 paf
14140:
14141: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14142: cached, sql transcoding now goes faster
14143:
1.211 moko 14144: * operators.ru.txt, operators.txt: new: mysql option [like that
14145: recently added to oracle driver]
14146: ClientCharset=parser-charset << charset in which parser thinks
14147: client works
1.95 moko 14148:
14149: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14150: typo error
14151:
14152: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14153: chars commented
14154:
14155: 2004-03-03 paf
14156:
14157: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14158: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14159:
14160: 2004-03-02 paf
14161:
1.211 moko 14162: * operators.ru.txt, operators.txt: new[update typo]:
14163: !^void.left(n) nothing !^void.right(n) nothing
14164: !^void.mid(p[;n]) nothing
14165:
14166: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14167: !^void.left(n) nothing !^void.right(n) nothing
14168: !^void.pos(p[;n]) nothing
1.95 moko 14169:
1.211 moko 14170: * operators.ru.txt, operators.txt, src/classes/file.C,
14171: src/include/pa_string.h: new:
1.95 moko 14172: ^file::sql[[name_to_become_$.name]]{} query result must be one
14173: row with columns: first: data second: file name third:
14174: content-type
14175:
1.211 moko 14176: * operators.ru.txt, operators.txt, src/classes/file.C:
14177: ^file.sql-string[] inside ^connect gets properly escaped string,
14178: which can be passed to request now this for mysql only. it's up
14179: to parser sql driver to fix zeros properly
1.95 moko 14180:
14181: * INSTALL: note: added on building apache with this option:
14182: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14183:
14184: 2004-03-01 paf
14185:
14186: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14187: extension memory:compact befor processingrequest
14188:
1.211 moko 14189: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14190: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14191:
1.211 moko 14192: * operators.ru.txt, operators.txt, src/classes/image.C,
14193: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14194: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14195:
14196: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14197: beauty: image -- less checks [were ugly impl]
14198:
14199: * src/classes/string.C: bugfix: ^string.left/right/mid with
14200: negative values now considered bad
14201:
14202: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14203:
14204: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14205: options now have unified defaults [after transform
14206: indent/omit-xml-declaration/standalone 'default' erroreously
14207: meant 'true']
14208:
14209: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14210: added [on some platforms gethostbyname failed with such
14211: 'domains']
14212:
14213: * src/include/pa_config_auto.h.in: no select check, no define
14214:
14215: * src/classes/string.C: feature: ^string.trim both parameters may
14216: be empty-strings, meaning kind=both chars=whitespaces
14217:
14218: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14219: exist
14220:
14221: * src/classes/string.C: check: trim 'chars' must not be empty,
14222: exception if it is
14223:
14224: * src/classes/string.C: changed: ^string.trim [] << both,
14225: whitespaces [start|both|end] << kind, whitespaces
14226: [start|both|end;chars] full
14227:
14228: 2004-02-27 paf
14229:
1.211 moko 14230: * operators.ru.txt, operators.txt, src/classes/string.C,
14231: src/main/pa_string.C: new method:
14232: ^string.trim[start|both|end[;chars]] default 'chars' --
14233: whitespace chars finished
1.95 moko 14234:
1.211 moko 14235: * operators.ru.txt, operators.txt, src/classes/string.C,
14236: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14237: ^string.trim[start|both|end[;chars]] default 'chars' --
14238: whitespace chars started, only start works
14239:
14240: * src/main/compile.C: bugfix: line numbers after
14241: ^process{}[$.line(-10]] can be negative, allowed to print they as
14242: signed
14243:
14244: * src/main/untaint.C: speed: there's no \n chars in output
14245: [normally], so no need to optimize them they could be retrived
14246: from databases, though. but 1. should be replaced 2. if not
14247: optimized, no harm done
14248:
14249: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14250: ^file::exec/cgi could return invalid status & zombie child can
14251: remain for short period until process exists [very bad in
14252: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14253:
14254: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14255: malicious SMTP server to attack as by returning too long status
14256: responses http://i2/tasks/edit/?id=4629448401140924947
14257:
14258: 2004-02-26 paf
14259:
1.211 moko 14260: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14261: has options] which are $.main[to what to rename @main]
1.95 moko 14262: $.file[file, from which (user says) goes that CODE]
14263: $.lineno(line number in that file, where CODE starts. may be
14264: negative)
14265:
1.211 moko 14266: * operators.ru.txt, operators.txt, src/classes/op.C,
14267: src/include/pa_request.h, src/main/compile.C,
14268: src/main/compile_tools.h, src/main/pa_request.C: feature:
14269: ^process...{CODE}[now has options] which are $.main[to
14270: what to rename @main] $.file[file, from which (user says)
14271: goes that CODE] $.lineno(line number in that file, where
14272: CODE starts. may be negative)
14273:
1.95 moko 14274: 2004-02-25 paf
14275:
1.116 moko 14276: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14277: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14278:
14279: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14280: produces hash of column=>1
14281:
14282: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14283: with incomplete errno constants set
14284:
14285: 2004-02-24 paf
14286:
14287: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14288: "man select"
14289:
14290: * src/main/pa_os.C: beauty: <0 better then ==-1
14291:
14292: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14293:
14294: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14295:
1.116 moko 14296: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14297:
14298: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14299: unix: steps to work on unix [extracted 'to']
14300:
14301: * src/classes/mail.C: smtp on unix: steps to work on unix
14302:
14303: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14304:
1.116 moko 14305: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14306: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14307: unix [testing on solaris]
1.95 moko 14308:
14309: 2004-02-20 paf
14310:
14311: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14312: pointing that out
14313:
14314: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14315: fixed again [same solution, mistanenly removed one line]
14316:
14317: 2004-02-19 paf
14318:
14319: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14320: date::create from bad datetime in spring daylightsaving hole now
14321: OK for all platforms [on some platforms it failed]
14322:
14323: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14324: in daylightsaving hole] now throws error
14325:
14326: * src/classes/date.C: comment: mistake fixed
14327:
14328: 2004-02-18 paf
14329:
14330: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14331: now renderes in $request:charset, but in header puts
14332: $response:charset todo: make that default only so that coder
14333: could override that
14334:
14335: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14336: turns off omit-xml-declaration
14337:
14338: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14339: /.xsl for sample
14340:
14341: 2004-02-17 paf
14342:
14343: * src/classes/xdoc.C: beauty: needless helper class removed
14344:
14345: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14346: copied extra time
14347:
14348: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14349: part of libxml
14350:
14351: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14352: libxml to do the work] <xsl:output method="html"
14353: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14354: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14355: />
14356:
14357: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14358:
14359: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14360: caused assertion
14361:
14362: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14363: could hang. now such add does nothing, sub clears $hash
14364:
14365: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14366: not made quoted-printable
14367:
14368: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14369: string invariant
14370:
14371: 2004-02-16 paf
14372:
14373: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14374: cleared [were not cleared properly]
14375:
14376: 2004-02-13 paf
14377:
1.116 moko 14378: * src/include/pa_version.h: prerelease
1.95 moko 14379:
14380: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14381: used, introducing dependencies timestamp check
14382:
14383: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14384: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14385: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14386: .xsl.stamp now not used, introducing dependencies timestamp check
14387:
1.150 moko 14388: * configure.in: auto.p: @conf made relative
1.95 moko 14389:
14390: 2004-02-12 paf
14391:
14392: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14393: ruined empty <input type=file> submits. parser thought there were
14394: nameless empty file and $form:field got value of type 'file'
14395:
14396: * INSTALL: --without-threads
14397:
14398: * src/include/pa_sapi.h: 2004
14399:
14400: 2004-02-11 paf
14401:
14402: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14403: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14404: classes/hashfile.C, classes/image.C, classes/int.C,
14405: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14406: classes/response.C, classes/string.C, classes/table.C,
14407: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14408: include/pa_array.h, include/pa_cache_managers.h,
14409: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14410: include/pa_config_fixed.h, include/pa_config_includes.h,
14411: include/pa_dictionary.h, include/pa_dir.h,
14412: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14413: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14414: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14415: include/pa_request_charsets.h, include/pa_request_info.h,
14416: include/pa_socks.h, include/pa_sql_connection.h,
14417: include/pa_sql_driver_manager.h, include/pa_stack.h,
14418: include/pa_string.h, include/pa_stylesheet_connection.h,
14419: include/pa_stylesheet_manager.h, include/pa_table.h,
14420: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14421: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14422: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14423: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14424: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14425: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14426: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14427: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14428: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14429: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14430: main/pa_sql_driver_manager.C, main/pa_string.C,
14431: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14432: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14433: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14434: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14435: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14436: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14437: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14438: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14439: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14440: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14441: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14442: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14443: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14444: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14445: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14446: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14447: types/pa_vresponse.h, types/pa_vstateless_class.C,
14448: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14449: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14450: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14451: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14452: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14453: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14454:
14455: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14456: debug version of gc.dll
14457:
14458: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14459: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14460: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14461: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14462: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14463: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14464: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14465: processes
14466:
14467: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14468: main/pa_globals.C, targets/cgi/parser3.vcproj,
14469: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14470: changes to reflect libxml xsl new folders
14471:
14472: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14473: lib/smtp/smtp.vcproj, main/main.vcproj,
14474: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14475: to reflect libxml xsl new folders
14476:
14477: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14478: lib/smtp/smtp.vcproj, main/main.vcproj,
14479: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14480: types/types.vcproj: started changes to reflect libxml xsl new
14481: folders
14482:
14483: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14484: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14485: src/main/compile.tab.C, src/main/main.vcproj,
14486: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14487: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14488: started changes to reflect libxml xsl new folders
14489:
14490: 2004-02-10 paf
14491:
14492: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14493: compile. recommened latest libxml up to date
14494:
14495: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14496: pattern compilation errors", on which spent 4 hours worktime. use
14497: versions higher than that. recommended now latest up to date
14498:
14499: 2004-02-06 paf
14500:
14501: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14502: beauty: unified destructing style
14503:
14504: * src/main/untaint.C: beauty: removed old def/ifdef
14505:
14506: * src/main/untaint.C: beauty: coredump @unknown untaint language
14507: now
14508:
14509: 2004-02-03 paf
14510:
14511: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14512: targets/isapi/parser3isapi.C, types/pa_value.C,
14513: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14514: then %ld/%lu
14515:
14516: * src/main/pa_common.C: typo: %l -> %u
14517:
14518: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14519: in attributes or documents-results of transform now not xx;
14520:
14521: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14522:
14523: * src/main/pa_charset.C: bugfix: forgot to undo some
14524:
14525: * src/main/pa_charset.C: beauty: uncomment
14526: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14527: libraries
14528:
14529: 2004-02-02 paf
14530:
14531: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14532: $cookie:example[ $.value[value] $.path[/there/] ]
14533:
14534: $cookie:example[ $.value[] $.expires[session]
14535: $.path[/there/] $.domain[test.com] ]
14536:
14537: * src/types/pa_vform.C: bugfix: empty values with
14538: enctype=multipart/form-data now produce entries in $form:tables
14539: <form method=post enctype=multipart/form-data> <input type=hidden
14540: name=a> <input type=hidden name=b>
14541:
14542: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14543: <hr> <pre>$request:body
14544:
14545: 2004-01-30 paf
14546:
14547: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14548: or documents-results of transform now not xx;
14549:
14550: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14551: produce exception.
14552:
14553: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14554: bugfix: ^date::create[invalid fields now produce exception.
14555:
14556: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14557: year] now produces exception. todo: check other fields
14558:
14559: 2004-01-29 paf
14560:
14561: * src/include/pa_memory.h: typo error
14562:
14563: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14564: more byte then specified, then zeroed it << useless and
14565: potentially harmful(could gpf)
14566:
14567: 2004-01-22 paf
14568:
14569: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14570:
14571: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14572: optimization
14573:
14574: * src/main/untaint.C: bugfix: whitespace now optimized properly
14575: [were bug: ^taint[1 & 2]="1 &2"
14576:
14577: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14578: errors
14579:
14580: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14581: overflow
14582:
14583: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14584: error-reporting code * in parser-error reporting code [when no
14585: @unhandled_exception defined]
14586:
14587: fixed in one place: my *snprintf override
14588:
14589: 2004-01-13 paf
14590:
1.211 moko 14591: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14592:
14593: 2003-12-25 paf
14594:
14595: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14596: garbled [pieces after zero bytes were removed]
14597:
14598: 2003-12-22 paf
14599:
1.116 moko 14600: * src/include/Makefile.am: bugfix: removed from dist:
14601: src/include/pa_config_auto.h which were configured for
1.95 moko 14602: make-dist-platform and badly updated proper config file in target
14603: [when .tar used for updating existing source tree]
14604:
1.211 moko 14605: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14606: src/include/pa_sql_connection.h,
14607: src/include/pa_sql_driver_manager.h,
14608: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14609: feature: sql introducing ability to transcode charsets
14610:
14611: 2003-12-19 paf
14612:
14613: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14614: error message
14615:
14616: * src/main/pa_charset.C: bugfix: memory for charsethandler
14617: structure for libxml now allocated properly
14618:
14619: 2003-12-17 paf
14620:
14621: * src/types/pa_vfile.C: beauty: removed outdated cast
14622:
14623: * src/main/pa_common.C: bugfix: empty http response caused gpf
14624:
14625: * src/include/pa_string.h: bugfix: removed too strong a assert
14626:
14627: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14628: unreported xmlGenericErrors]
14629:
14630: 2003-12-15 paf
14631:
14632: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14633: works}
14634:
14635: 2003-12-11 paf
14636:
1.211 moko 14637: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14638: !$status:pid process id
1.95 moko 14639: !$status:tid thread id
14640:
14641: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14642: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14643: bugfix(solaris): removed dependency on object initialization
14644: order [one more place]
14645:
14646: * src/: classes/file.C, classes/mail.C, classes/op.C,
14647: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14648: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14649: understand that
14650:
14651: * src/: classes/file.C, classes/mail.C, classes/op.C,
14652: classes/xdoc.C, include/pa_cache_managers.h,
14653: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14654: include/pa_stylesheet_manager.h, main/pa_request.C,
14655: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14656: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14657: ctor call [relying on implicit String::Body(cstr) call]
14658:
14659: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14660: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14661: object initialization order [two places]
14662:
14663: 2003-12-10 paf
14664:
14665: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14666: << time now ok
14667:
1.211 moko 14668: * operators.ru.txt, operators.txt,
14669: src/main/pa_sql_driver_manager.C,
1.95 moko 14670: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14671: operational
14672:
1.211 moko 14673: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14674: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14675: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14676: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14677: back operational
14678:
14679: 2003-12-02 paf
14680:
14681: * src/types/pa_vmail.C: bugfix:
14682: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14683: as-is forced]
14684:
14685: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14686: exceptions out of libxml callbacks: reimplemented error handling
14687: of http://localhost, parser://method and safemode check callbacks
14688:
14689: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14690: [merged from HEAD]
14691:
14692: * src/classes/image.C: nothing: comment removed
14693:
14694: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14695: addresses to int
14696:
14697: 2003-12-01 paf
14698:
14699: * src/main/pa_xml_io.C: bugfix: typo
14700:
14701: * src/main/pa_globals.C: bugfix: win32: compile prob
14702:
14703: * src/classes/xdoc.C: bugfix: typo
14704:
14705: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14706: exception
14707:
14708: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14709:
14710: 2003-11-28 paf
14711:
14712: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14713: all xml documents read
14714:
14715: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14716:
14717: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14718: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14719: replaced original open mech of xdoc::create & co to use libxml
14720: open, so that this would work for root document todo: safe mode
14721: checks to libxml: ideally to some 1 point
14722:
14723: * src/main/pa_xml_io.C: comment
14724:
1.211 moko 14725: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14726: in http://parser[abscent params]
1.95 moko 14727:
1.211 moko 14728: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14729: src/main/pa_xml_io.C: works. todo: maybe replace original open
14730: mech of xdoc::create & co to use libxml open, so that this would
14731: work for root document
1.95 moko 14732:
14733: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14734: "parser://method/params/here"> <test> &test^; </test> }]
14735:
14736: ^taint[^xdoc.string[]]
14737:
14738: @method[param] <!ENTITY test
14739: "test-entity-value+$form:user+$param!">
14740:
14741: 2003-11-27 paf
14742:
14743: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14744:
14745: * src/classes/date.C: bugfix: typo error
14746:
14747: 2003-11-26 paf
14748:
1.211 moko 14749: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14750: src/include/pa_globals.h, src/main/Makefile.am,
14751: src/main/main.vcproj, src/main/pa_globals.C,
14752: src/main/pa_request.C, src/include/pa_xml_io.h,
14753: src/main/pa_xml_io.C: simplification: xml errors to
14754: hash<thread_id,error> reorganization: xml io moved to
14755: pa_xml_io.C/h
1.95 moko 14756:
14757: * src/types/pa_value.h: warnings: --
14758:
14759: 2003-11-25 paf
14760:
14761: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14762: whatever)
14763:
14764: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14765: a, (c?x:y, z)
14766:
14767: * src/main/untaint.C: bugfix: consequences of not reading this
14768: comment: CORD_pos_chars_left /* Number of characters in cache.
14769: <= 0 ==> none */
14770:
14771: * src/include/pa_array.h: removed needless checks
14772:
14773: 2003-11-24 paf
14774:
14775: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14776: removed limit: now $form:xxx can be accessed anytime, even in
14777: @auto/conf [and request/response:charset still can be changed
14778: anytime]
14779:
14780: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14781: now not transcodes response body
14782:
1.211 moko 14783: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14784: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14785: $tn[^xdoc.createTextNode[text node value]]
14786: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14787: $xdoc.firstChild.firstChild.nodeValue[different]
14788: ^taint[^xdoc.string[]]
14789:
14790: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14791: workaround: static Hash::allocates -> static Hash_allocates
14792:
14793: 2003-11-21 paf
14794:
1.116 moko 14795: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14796: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14797: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14798:
14799: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14800:
14801: * src/classes/mail.C: bugfix: typo
14802:
14803: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14804: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14805: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14806: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14807: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14808: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14809:
14810: * src/main/pa_exec.C: bug in safe mode
14811:
14812: * src/include/Makefile.am: pa_xml_exception.h
14813:
14814: * src/targets/isapi/parser3isapi.C: more warnings --
14815:
14816: 2003-11-20 paf
14817:
14818: * src/: classes/math.C, classes/op.C, classes/string.C,
14819: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14820: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14821: --
14822:
14823: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14824: more warnings --
14825:
14826: * src/classes/xdoc.C: more warnings --
14827:
14828: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14829:
14830: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14831: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14832:
14833: * src/: classes/date.C, classes/file.C, classes/hash.C,
14834: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14835: classes/table.C, include/pa_cache_managers.h,
14836: include/pa_stylesheet_connection.h, main/pa_request.C,
14837: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14838: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14839: --
14840:
14841: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14842: can't report problem (undefined @unhandled_exception) problem
14843: source string were not reported
14844:
14845: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14846: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14847: classes/hashfile.C, classes/image.C, classes/int.C,
14848: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14849: classes/response.C, classes/string.C, classes/table.C,
14850: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14851: include/pa_array.h, include/pa_cache_managers.h,
14852: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14853: include/pa_config_fixed.h, include/pa_dictionary.h,
14854: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14855: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14856: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14857: include/pa_request.h, include/pa_request_charsets.h,
14858: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14859: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14860: include/pa_stack.h, include/pa_string.h,
14861: include/pa_stylesheet_connection.h,
14862: include/pa_stylesheet_manager.h, include/pa_table.h,
14863: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14864: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14865: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14866: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14867: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14868: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14869: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14870: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14871: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14872: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14873: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14874: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14875: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14876: targets/isapi/parser3isapi.C, types/pa_junction.h,
14877: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14878: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14879: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14880: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14881: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14882: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14883: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14884: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14885: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14886: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14887: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14888: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14889: types/pa_vresponse.h, types/pa_vstateless_class.C,
14890: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14891: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14892: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14893: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14894: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14895: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14896: const IDENT
14897:
14898: * src/: include/pa_array.h, include/pa_pool.h,
14899: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14900: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14901: types/pa_wcontext.h: more warnings --
14902:
14903: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14904: classes/file.C, classes/hash.C, classes/hashfile.C,
14905: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14906: classes/memory.C, classes/op.C, classes/string.C,
14907: classes/table.C, classes/xdoc.C, classes/xnode.C,
14908: include/pa_config_includes.h, include/pa_operation.h,
14909: include/pa_sql_connection.h, include/pa_table.h,
14910: include/pa_types.h, lib/ltdl/config_fixed.h,
14911: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14912: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14913: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14914: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14915: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14916: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14917: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14918: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14919: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14920: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14921: types/pa_vmail.C, types/pa_vobject.C,
14922: types/pa_vstateless_class.h, types/pa_vtable.C,
14923: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14924: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14925: on all projects (except libltdl=off & libsdbm=level3) found
14926: several unitialized vars
14927:
14928: 2003-11-19 paf
14929:
14930: * src/classes/op.C: more ansi C++ comp
14931:
1.211 moko 14932: * operators.ru.txt, operators.txt, src/classes/op.C,
14933: src/include/pa_request.h, src/main/pa_request.C:
14934: ^cache[...]{body}{catch block with $exception.handled[cache]
14935: meaning "get expired cache, if any. else error"}
1.95 moko 14936:
14937: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14938: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14939: ^cache[...]{body}{catch code with $exception.cache field}
14940:
14941: 2003-11-12 paf
14942:
14943: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14944: [copy/paste bug]
14945:
14946: 2003-11-11 paf
14947:
14948: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14949: failed]
14950:
14951: 2003-11-10 paf
14952:
14953: * src/types/pa_vconsole.h: flush
14954:
1.211 moko 14955: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14956: src/types/Makefile.am, src/types/types.vcproj,
14957: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14958:
1.211 moko 14959: * operators.ru.txt, operators.txt: mysql: transaction support:
14960: ?autocommit=0
1.95 moko 14961:
1.211 moko 14962: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14963:
14964: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14965: serialize version and exipire now removes entries
14966:
1.211 moko 14967: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14968: altogether [and dir, if could]
1.95 moko 14969:
14970: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14971: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14972: removes files altogether [and dir, if could]
14973:
14974: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14975: nonexistent pair. .c coded that that was error. fixed
14976:
14977: * src/types/pa_vhashfile.C: sdbm: exception type change to
14978: file.access [regretfull can't split it to different exceptions
14979: without modifying sdbm source wich would prefer not to]
14980:
14981: 2003-11-07 paf
14982:
14983: * src/: classes/date.C, classes/file.C, classes/hash.C,
14984: classes/hashfile.C, classes/image.C, classes/table.C,
14985: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14986: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14987: main/execute.C, main/main.vcproj, main/pa_pool.C,
14988: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14989: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14990: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14991: destructing objects at request processing end
14992:
14993: 2003-11-06 paf
14994:
14995: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14996: updates
14997:
14998: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14999: to include sdbm
15000:
1.116 moko 15001: * src/include/: pa_config_includes.h, pa_version.h: our
15002: replacements of max& co only for cpp
1.95 moko 15003:
15004: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15005: upper dir, .am updated
15006:
15007: * tests/todo.txt: hashfile: done
15008:
1.211 moko 15009: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15010: hashfile: clear & expiration [time in value. todo: move time to
15011: key]
1.95 moko 15012:
15013: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15014:
15015: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15016: to do that in foreach, no errors, but surely wrong]
15017:
1.211 moko 15018: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15019: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15020:
1.211 moko 15021: * operators.ru.txt, operators.txt, src/classes/hash.C,
15022: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15023: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15024:
15025: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15026: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15027: hashfile: hash
1.95 moko 15028:
1.211 moko 15029: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15030: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15031: tests/todo.txt: hashfile: delete
1.95 moko 15032:
15033: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15034: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15035: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15036: get/put [raw]
15037:
15038: * src/: classes/op.C, main/pa_os.C: just linked
15039:
15040: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15041: XmlException changes
15042:
15043: * src/: include/pa_charset.h, include/pa_globals.h,
15044: include/pa_stylesheet_connection.h, main/pa_exception.C:
15045: XmlException changes
15046:
15047: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15048:
15049: * src/: include/pa_common.h, include/pa_exception.h,
15050: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15051: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15052: main/pa_xml_exception.C: locking move to pa_os [along with
15053: pa_sleep] apr-impl locking done
15054:
1.211 moko 15055: * configure, configure.in, operators.ru.txt, operators.txt,
15056: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15057: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15058: src/include/pa_exception.h, src/include/pa_globals.h,
15059: src/include/pa_memory.h, src/include/pa_version.h,
15060: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15061: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15062: src/main/compile.tab.C, src/main/main.vcproj,
15063: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15064: src/types/Makefile.am, src/types/pa_vhash.C,
15065: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15066: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15067: again with sdbm from apache
15068:
15069: 2003-11-05 paf
15070:
15071: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15072: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15073: \parser3project dir anymore
15074:
15075: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15076: thoughtlessly from xalan]
15077:
15078: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15079: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15080: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15081:
15082: * src/main/helpers/CaseFolding.txt:
15083: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15084:
15085: 2003-11-04 paf
15086:
1.211 moko 15087: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15088:
15089: * src/classes/table.C: compiled on unix
15090:
1.116 moko 15091: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15092:
15093: * src/classes/mail.C: compiled on unix
15094:
1.211 moko 15095: * operators.ru.txt, operators.txt, src/classes/mail.C,
15096: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15097: $.options[unix: string to append to sendmail command
15098: line]
15099:
1.211 moko 15100: * operators.ru.txt, operators.txt, src/classes/table.C,
15101: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15102: $.separator[^#09] $.encloser["] <nothing> by default
15103:
15104: * operators.ru.txt, operators.txt, src/classes/table.C,
15105: tests/todo.txt: ^table::load !$.separator[^#09]
15106: !$.encloser["] <nothing> by default
1.95 moko 15107:
15108: 2003-11-03 paf
15109:
1.211 moko 15110: * operators.ru.txt, operators.txt, src/classes/table.C,
15111: src/main/pa_common.C: ^table::load[; options:
15112: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15113:
1.211 moko 15114: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15115: src/types/pa_vrequest.C: $request:document-root
15116:
15117: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15118: [already included into uri=xxx]
15119:
1.211 moko 15120: * operators.ru.txt, operators.txt, src/classes/image.C,
15121: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15122:
15123: * src/classes/date.C: minor precaution
15124:
1.211 moko 15125: * operators.ru.txt, operators.txt, src/classes/date.C:
15126: !^date::unix-timestamp()
1.95 moko 15127: !^date.unix-timestamp[]
15128:
15129: 2003-10-30 paf
15130:
1.211 moko 15131: * operators.ru.txt, operators.txt, src/classes/date.C,
15132: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15133: $date.hour
1.95 moko 15134:
15135: * src/classes/: date.C, image.C: improvement diagnostics:
15136: $now[^date::create[$undefined]] now is error
15137:
15138: * src/main/pa_common.C: read errors would now be reported 'actually
15139: read -1 bytes'
15140:
15141: 2003-10-24 paf
15142:
15143: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15144: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15145: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15146: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15147:
15148: 2003-10-22 paf
15149:
15150: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15151:
15152: 2003-10-21 paf
15153:
1.211 moko 15154: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15155: src/main/pa_string.C: fixed: string.match[g] without <'> option
15156: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15157:
15158: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15159: recoursion' message with intensive throw-catches fixed: incorrect
15160: name and line (one name upper then needed) in error message about
15161: problems inside try block
15162:
15163: 2003-10-10 paf
15164:
15165: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15166: check offset argument for validity did that in String::Body::pos
15167: myself http://i2/tasks/edit/?id=4577425257580789777
15168:
15169: 2003-10-07 paf
15170:
15171: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15172: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15173:
15174: 2003-10-03 paf
15175:
15176: * parser3.sln, src/include/pa_dictionary.h,
15177: src/main/pa_dictionary.C, src/main/pa_string.C,
15178: src/targets/cgi/parser3.vcproj: dictionary optimized by
15179: precalculating cstr&length
15180:
15181: 2003-10-02 paf
15182:
15183: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15184: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15185: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15186: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15187:
15188: 2003-09-30 paf
15189:
15190: * src/main/pa_string.C: string::replace bug fix [were ignoring
15191: occurrances after lang-mismatched
15192:
15193: 2003-09-29 paf
15194:
15195: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15196: helper
15197:
15198: * src/main/pa_string.C: string::serialize bug fix with
15199: zero-terminator
15200:
15201: * src/classes/table.C: ^nameless_table.save column row now has no
15202: \t at the end
15203:
15204: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15205: @postprocess now takes $response:body/download
15206:
15207: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15208: error message
15209:
15210: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15211:
15212: * src/classes/table.C: bugfix: flip: must produce nameless
15213: http://i2/tasks/edit/?id=4573405524674081244
15214:
15215: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15216: main/helpers/simple_folding.pl: utf-8 upper/lower
15217:
15218: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15219: to typo error http://i2/tasks/edit/?id=4573354650786434584
15220:
15221: 2003-09-26 paf
15222:
15223: * src/main/untaint.C: removed needless field
15224:
15225: * src/main/untaint.C: removed needless const
15226:
15227: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15228: String.for_each bug fixed [omited one-char cases]
15229:
15230: * src/include/pa_stack.h: bugfix: before collecting garbage,
15231: runtime-executor stack were cleared... BADLY
15232:
15233: * src/main/pa_string.C: ^stirng.replace code used old
15234: param-convention on langs.append, fixed that search fo the like,
15235: found none
15236:
15237: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15238: string::serialize/deserialize implemented Language enum assigned
15239: meaningful letters [more convinient for debugging. read warning
15240: before adding/changing anything]
15241:
15242: 2003-09-25 paf
15243:
15244: * src/: include/pa_string.h, include/pa_version.h,
15245: main/pa_string.C, main/untaint.C: templates and anonymous unions
15246: differences on unix
15247:
15248: * parser3.sln, src/classes/file.C, src/classes/image.C,
15249: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15250: src/classes/xdoc.C, src/classes/xnode.C,
15251: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15252: src/include/pa_charsets.h, src/include/pa_common.h,
15253: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15254: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15255: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15256: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15257: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15258: src/main/compile_tools.h, src/main/pa_charset.C,
15259: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15260: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15261: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15262: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15263: src/types/pa_vmail.C, src/types/pa_vmath.C,
15264: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15265: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15266:
15267: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15268: functions aligned to that of eeparser3 look
15269:
15270: * src/lib/cord/cordprnt.c: removed warnings
15271:
15272: 2003-09-24 paf
15273:
15274: * src/: classes/file.C, classes/image.C, classes/mail.C,
15275: classes/op.C, classes/xdoc.C, classes/xnode.C,
15276: include/pa_cache_managers.h, include/pa_charset.h,
15277: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15278: include/pa_sql_driver_manager.h, include/pa_string.h,
15279: include/pa_stylesheet_manager.h, include/pa_table.h,
15280: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15281: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15282: main/pa_sql_driver_manager.C, main/pa_string.C,
15283: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15284: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15285: types/pa_vstateless_class.h, types/pa_vstatus.C,
15286: types/pa_vxnode.C: v() functions of String::Body,
15287: String::Languages and String itself StringBody->String::Body
15288:
15289: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15290: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15291: never optimized anything. todo: somehow speed up harder cases:
15292: concatenationA+concatenationB when last block of A and first of B
15293: contain same letters
15294:
15295: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15296: lib/cord/include/cord.h: langs: speed up by joining adjucent
15297: blocks of same char [CORD_append_block]
15298:
15299: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15300: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15301: save space by extending blocks when appending block with c ==
15302: lastblock.c
15303:
15304: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15305: working yet :( but more working &understood :)
15306:
15307: * src/: classes/table.C, include/pa_string.h,
15308: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15309:
15310: 2003-09-23 paf
15311:
15312: * src/main/untaint.C: $a[ok!] $a works!
15313:
15314: * src/main/untaint.C: something even more works :)
15315:
15316: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15317: something more works :)
15318:
15319: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15320: lib/cord/cordxtra.c: something already works :)
15321:
15322: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15323: serialize&deserialize
15324:
15325: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15326: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15327: main/untaint.C: main idea implemented, details left
15328:
15329: 2003-09-22 paf
15330:
15331: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15332:
15333: * src/classes/xnode.C: copy/paste comment bugfix
15334:
15335: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15336: allocator returns 0, just die.
15337: http://i2/tasks/edit/?id=4570798492410259445
15338:
15339: * src/classes/xdoc.C: copy/paste comment bugfix
15340:
15341: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15342: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15343: xnode: getAttributeNS setAttributeNS removeAttributeNS
15344: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15345:
15346: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15347: chars due to bitwise operation signed-char error]
15348:
15349: 2003-09-19 paf
15350:
15351: * src/types/pa_wcontext.C: output message: more practical
15352: suggestion
15353:
1.211 moko 15354: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15355: $f[^file::load[binary;http://...]] $f.tables
15356:
15357: 2003-09-02 paf
15358:
15359: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15360: flush stdout without referencing 'stdout' symbol. to hell with
15361: non-ansi libraries without 'stdout' symbol
15362:
15363: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15364: unix (users reported problems with some old libc)
15365:
15366: * src/types/pa_vdate.h: forgot initializer
15367:
15368: 2003-09-01 paf
15369:
15370: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15371: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15372: zone]
15373:
15374: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15375:
15376: 2003-08-19 paf
15377:
15378: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15379: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15380: simplified a little
15381:
15382: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15383: [lost fix from 3.0.8]
15384:
15385: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15386: visible here }
15387:
15388: bug fix
15389:
15390: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15391:
15392: * src/main/compile.tab.C: initialized couple of variables about
15393: which user reported runtime problems when parser were compiled
15394: with VC7, warning level4. study shows that later in bison
15395: they've fixed that. would migrate to latest bison someday
15396:
15397: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15398: recoding headers)
15399:
15400: * src/types/pa_vmail.C: works as before, same charset problems:
15401: gmime recodes to UTF-8 only headers, not body. so not recoding
15402: anything for now
15403:
15404: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15405: problems with body
15406:
15407: * src/types/pa_vmail.C: mail_receive just compiled
15408:
15409: 2003-08-18 paf
15410:
15411: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15412: main/main.vcproj, types/types.vcproj: win32: continued process
15413: detaching from \parser3project directory
15414:
15415: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15416: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15417: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15418: src/lib/pcre/pcre_dftables.dsp,
15419: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15420: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15421: src/types/types.dsp: moved to MSVC 7
15422:
15423: * gnu.vcproj.vspscc, parser3.vssscc,
15424: src/classes/classes.vcproj.vspscc,
15425: src/lib/cord/cord.vcproj.vspscc,
15426: src/lib/ltdl/libltdl.vcproj.vspscc,
15427: src/lib/md5/md5.vcproj.vspscc,
15428: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15429: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15430: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15431: src/targets/isapi/parser3isapi.vcproj.vspscc,
15432: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15433: moved to MSVC 7
15434:
15435: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15436: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15437: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15438: src/lib/pcre/pcre_dftables.vcproj,
15439: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15440: src/targets/cgi/parser3.vcproj,
15441: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15442: new VS project files
15443:
15444: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15445: .NET to detect Jalindi Igloo capabilities.
15446:
15447: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15448: src/classes/classes.awk, src/doc/footer.htm,
15449: src/include/pa_config_fixed.h, src/include/pa_version.h,
15450: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15451: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15452: src/types/pa_vmail.C: merged 3.1.0 latest changes
15453:
15454: 2003-08-15 paf
15455:
15456: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15457: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15458:
15459: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15460: non-ascii <yyy> now encoded correctly
15461:
15462: 2003-07-29 paf
15463:
1.116 moko 15464: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15465: dist
1.95 moko 15466:
15467: * src/types/pa_vmail.C: just started --with-mail-receive
15468:
15469: 2003-07-28 paf
15470:
1.116 moko 15471: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15472: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15473:
15474: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15475:
15476: 2003-07-25 paf
15477:
15478: * src/doc/footer.htm: year
15479:
15480: 2003-07-24 paf
15481:
15482: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15483: fix
15484:
15485: * src/include/pa_version.h: release
15486:
1.116 moko 15487: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15488:
15489: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15490: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15491: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15492: getting rid of win32xml pseudo project
15493:
15494: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15495:
1.116 moko 15496: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15497: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15498: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15499: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15500: src/classes/classes.C, src/classes/classes.awk,
15501: src/classes/classes.dsp, src/classes/classes.h,
15502: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15503: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15504: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15505: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15506: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15507: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15508: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15509: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15510: src/include/pa_array.h, src/include/pa_cache_managers.h,
15511: src/include/pa_charset.h, src/include/pa_charsets.h,
15512: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15513: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15514: src/include/pa_dictionary.h, src/include/pa_dir.h,
15515: src/include/pa_exception.h, src/include/pa_exec.h,
15516: src/include/pa_globals.h, src/include/pa_hash.h,
15517: src/include/pa_memory.h, src/include/pa_opcode.h,
15518: src/include/pa_operation.h, src/include/pa_pool.h,
15519: src/include/pa_pragma_pack_begin.h,
1.95 moko 15520: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15521: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15522: src/include/pa_sapi.h, src/include/pa_socks.h,
15523: src/include/pa_sql_connection.h,
15524: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15525: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15526: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15527: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15528: src/include/pa_uue.h, src/lib/Makefile.am,
15529: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15530: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15531: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15532: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15533: src/lib/cord/include/ec.h,
15534: src/lib/cord/include/private/Makefile.am,
15535: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15536: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15537: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15538: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15539: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15540: src/main/compile_tools.C, src/main/compile_tools.h,
15541: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15542: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15543: src/main/pa_charsets.C, src/main/pa_common.C,
15544: src/main/pa_dictionary.C, src/main/pa_dir.C,
15545: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15546: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15547: src/main/pa_request.C, src/main/pa_socks.C,
15548: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15549: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15550: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15551: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15552: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15553: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15554: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15555: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15556: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15557: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15558: src/targets/isapi/parser3isapi.dsp,
15559: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15560: src/types/pa_junction.h, src/types/pa_method.h,
15561: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15562: src/types/pa_vclass.C, src/types/pa_vclass.h,
15563: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15564: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15565: src/types/pa_vdouble.h, src/types/pa_venv.h,
15566: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15567: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15568: src/types/pa_vimage.C, src/types/pa_vimage.h,
15569: src/types/pa_vint.h, src/types/pa_vjunction.h,
15570: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15571: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15572: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15573: src/types/pa_vobject.C, src/types/pa_vobject.h,
15574: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15575: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15576: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15577: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15578: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15579: src/types/pa_vstring.h, src/types/pa_vtable.C,
15580: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15581: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15582: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15583: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15584: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15585: HEAD
15586:
15587: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15588: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15589: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15590: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15591: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15592: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15593: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15594: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15595: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15596: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15597: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15598: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15599: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15600: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15601: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15602: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15603: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15604: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15605: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15606: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15607: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15608: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15609: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15610: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15611: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15612: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15613: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15614: outputs/create-dir, results/001.processed, results/002.processed,
15615: results/003.processed, results/004.processed,
15616: results/005.processed, results/006.processed,
15617: results/007.processed, results/008.processed,
15618: results/009.processed, results/010.processed,
15619: results/011.processed, results/012.processed,
15620: results/013.processed, results/014.processed,
15621: results/015.processed, results/016.processed,
15622: results/017.processed, results/018.processed,
15623: results/019.processed, results/020.processed,
15624: results/021.processed, results/022.processed,
15625: results/023.processed, results/024.processed,
15626: results/025.processed, results/026.processed,
15627: results/027.processed, results/028.processed,
15628: results/029.processed, results/030.processed,
15629: results/031.processed, results/032.processed,
15630: results/033.processed, results/034.processed,
15631: results/035.processed, results/036.processed,
15632: results/037.processed, results/038.processed,
15633: results/039.processed, results/040.processed,
15634: results/041.processed, results/042.processed,
15635: results/043.processed, results/044.processed,
15636: results/045.processed, results/046.processed,
15637: results/047.processed, results/048.processed,
15638: results/049.processed, results/050.processed,
15639: results/051.processed, results/052.processed,
15640: results/053.processed, results/054.processed,
15641: results/055.processed, results/056.processed,
15642: results/057.processed, results/058.processed,
15643: results/059.processed, results/060.processed,
15644: results/061.processed, results/062.processed,
15645: results/063.processed, results/064.processed,
15646: results/065.processed, results/066.processed,
15647: results/067.processed, results/068.processed,
15648: results/069.processed, results/070.processed,
15649: results/071.processed, results/072.processed,
15650: results/073.processed, results/074.processed,
15651: results/075.processed, results/076.processed,
15652: results/077.processed, results/078.processed,
15653: results/079.processed, results/080.processed,
15654: results/081.processed, results/082.processed,
15655: results/083.processed, results/084.processed,
15656: results/085.processed, results/086.processed,
15657: results/087.processed, results/088.processed,
15658: results/089.processed, results/090.processed,
15659: results/091.processed, results/092.processed,
15660: results/093.processed, results/094.processed,
15661: results/095.processed, results/096.processed,
15662: results/097.processed, results/098.processed,
15663: results/099.processed, results/100.processed,
15664: results/101.processed, results/102.processed,
15665: results/103.processed, results/104.processed,
15666: results/105.processed, results/106.processed,
15667: results/107.processed, results/108.processed,
15668: results/109.processed, results/110.processed,
15669: results/111.processed, results/112.processed,
15670: results/113.processed, results/114.processed,
15671: results/115.processed, results/116.processed,
15672: results/117.processed, results/118.processed,
15673: results/119.processed, results/120.processed,
15674: results/121.processed, results/122.processed,
15675: results/123.processed, results/124.processed,
15676: results/125.processed, results/126.processed,
15677: results/127.processed, results/128.processed,
15678: results/129.processed, results/130.processed,
15679: results/131.processed, results/132.processed,
15680: results/133.processed, results/134.processed,
15681: results/135.processed, results/136.processed,
15682: results/137.processed, results/138.processed,
15683: results/139.processed, results/140.processed,
15684: results/141.processed: merged(copied) to HEAD from template_gc
15685:
15686: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15687: towards \parser3project not having to be in root
15688:
15689: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15690: module compiled [were minor unnecessary changes in lib/md5
15691: interface]
15692:
15693: * src/include/pa_version.h: release
15694:
15695: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15696:
15697: * src/classes/math.C: merged uuid bugfix
15698:
15699: * tests/: 141.html, results/141.processed: fixed bug with
15700: too-small-a-buffer
15701:
15702: * src/classes/math.C: uuid bugfix
15703:
15704: * tests/: 141.html, Makefile, results/005.processed,
15705: results/030.processed, results/075.processed,
15706: results/078.processed: to reflect date format change (were -
15707: become ' ')
15708:
15709: * src/classes/math.C: uuid bugfix
15710:
15711: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15712: debug/release changes
15713:
15714: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15715:
15716: 2003-07-23 paf
15717:
15718: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15719: renamed a little [to move to comman naming conv]
15720:
1.116 moko 15721: * src/targets/Makefile.am: apache13 splitted to simplify apache
15722: build
1.95 moko 15723:
15724: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15725: main/pa_request.C, main/pa_sql_driver_manager.C,
15726: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15727: stack top_index() fixed
15728:
15729: * src/main/pa_globals.C: minor style changes
15730:
15731: * src/: classes/op.C, include/pa_sql_connection.h: connection
15732: closing/caching fixed [connections were not closed/put to cache]
15733:
15734: 2003-07-22 paf
15735:
15736: * INSTALL: gc part updated stightly
15737:
15738: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15739: new sapi interface
15740:
15741: * src/classes/file.C: comment on OS
15742:
15743: * src/main/pa_string.C: removed reduntant invariant check [there is
15744: one deeper in cord lib]
15745:
15746: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15747:
15748: * src/main/pa_memory.C: out of memory is no longer coredump
15749:
15750: * INSTALL: disable-threads adviced
15751:
15752: 2003-07-21 paf
15753:
1.116 moko 15754: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15755:
15756: * src/classes/file.C: file::exec/cgi environment variables now must
15757: be UPPERCASE and A-Z 0-9 _-
15758:
15759: * src/classes/file.C: env passing fixed
15760:
15761: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15762:
15763: * src/main/pa_common.C: http:// CRLF now
15764:
15765: 2003-07-02 paf
15766:
1.211 moko 15767: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15768: $memory:status fields to reflect their real meaning
1.95 moko 15769:
15770: 2003-06-27 paf
15771:
15772: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15773: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15774: file::exec/cgi .charset
15775:
15776: 2003-06-26 paf
15777:
15778: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15779: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15780: src/classes/table.C: fixed several uninitialized local
15781: structures. notably ^hash.foreach now inserts delimiters
15782: properly [were inserting it before first body]
15783:
15784: 2003-06-24 paf
15785:
15786: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15787:
15788: 2003-06-20 paf
15789:
1.211 moko 15790: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15791: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15792: $f[^file::load[binary;http://...]] $f.tables
15793:
15794: 2003-06-06 paf
15795:
15796: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15797: table. [were method lookup: inconsistent]
15798:
15799: 2003-06-02 paf
15800:
15801: * src/include/pa_memory.h: empty string clone fixed to return
15802: writable memory
15803:
15804: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15805: were not appended] which violated string invariant
15806:
15807: 2003-05-30 paf
15808:
15809: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15810: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15811:
15812: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15813: GMT ; RFC 822, updated by RFC 1123
15814:
15815: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15816: targets/isapi/parser3isapi.C: initialized request_info properly
15817:
15818: * src/classes/xnode.C: found minor bug, commended for future
15819:
15820: 2003-05-28 paf
15821:
15822: * src/classes/form.C: request_info.content_length can't be <0,
15823: size_t for some time
15824:
15825: 2003-05-26 paf
15826:
15827: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15828: forgotten <0 changed to !=STRING_NOT_FOUND
15829:
15830: * src/classes/math.C: merged ffffu from HEAD
15831:
15832: 2003-05-11 paf
15833:
15834: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15835:
15836: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15837: premature doc free. transformed document had xmlDoc reference
15838: stored to non-gc-memory (libgdome) added holding-reference
15839:
15840: 2003-04-29 paf
15841:
15842: * src/main/pa_globals.C: started digging on double free. on win32
15843: found that that's perfectly normal.
15844:
15845: 2003-04-25 paf
15846:
15847: * src/classes/table.C: table.join bug fix [bad limit check]
15848:
15849: * src/classes/math.C: merged from HEAD: simpiler hash_string
15850:
15851: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15852: print anything. changed to quicker and simplier code
15853:
15854: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15855: strict a check]
15856:
15857: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15858:
15859: 2003-04-24 paf
15860:
15861: * src/include/pa_table.h: too strict assert loosened
15862:
15863: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15864: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15865: report
15866:
15867: 2003-04-21 paf
15868:
1.116 moko 15869: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15870:
15871: * src/main/pa_globals.C: pcre memory management changed to use GC
15872: memory
15873:
15874: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15875: xmlMallocAtomic [author agreed to my suggestion], used that
15876:
15877: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15878:
15879: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15880: types/pa_vmail.C: attributed_meaning_to_string added
15881: L_UNSPECIFIED piece which was sortof OK, but violated string
15882: invariant [assertion barked on that] changed to L_PASS_APPEND,
15883: made that param obligatory
15884:
15885: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15886: fixed [assert helped]
15887:
15888: * src/include/pa_string.h: assert added [looking for bug]
15889:
15890: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15891: names on Win32 considered disk-global
15892:
15893: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15894: considered disk-global
15895:
15896: 2003-04-18 paf
15897:
15898: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15899: filenames
15900:
15901: * src/main/untaint.C: enabled '~' letter in filenames
15902:
15903: 2003-04-16 paf
15904:
15905: * src/classes/file.C: small bug introduced in autoptr times fixed
15906:
15907: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15908: HEAD
15909:
1.116 moko 15910: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15911:
15912: 2003-04-15 paf
15913:
1.211 moko 15914: * operators.ru.txt, operators.txt, src/classes/math.C,
15915: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15916: tests/results/141.processed: merged from head ^math:uuid[]
15917: ^math:uid64[] ^math:md5[string]
15918:
15919: test added: 141.html
15920:
1.211 moko 15921: * operators.ru.txt, operators.txt, src/classes/math.C:
15922: ^math:uid64[]
1.95 moko 15923:
15924: * src/classes/math.C: ^math:uuid[]
15925:
1.211 moko 15926: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15927:
1.211 moko 15928: * operators.ru.txt, operators.txt, src/classes/math.C,
15929: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15930: 16-byte digest
15931:
15932: * operators.ru.txt, operators.txt, src/classes/file.C,
15933: src/include/pa_common.h, src/include/pa_config_fixed.h,
15934: src/main/pa_common.C: ^file::load[mode;name; $.offset
15935: $.limit
1.95 moko 15936:
15937: 2003-04-14 paf
15938:
15939: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15940: started ^math:md5
15941:
15942: * src/classes/table.C, src/include/pa_array.h,
15943: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15944: tests/results/140.processed: table $.reverse option works in
15945: create&co table $.distinct[tables] bug fix merged
15946:
15947: * src/: classes/table.C, include/pa_table.h: table
15948: $.distinct[tables] bug fixed
15949:
15950: * src/classes/table.C: more warnings
15951:
15952: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15953: removed checks in table::set_current, moved them back to
15954: table::locate implemented table::create/join ñ $.reverse
15955:
15956: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15957: removed checks in table::set_current, moved them back to
15958: table::locate
15959:
15960: 2003-04-11 paf
15961:
1.211 moko 15962: * operators.ru.txt, operators.txt, src/classes/date.C,
15963: src/classes/table.C, src/include/pa_array.h,
15964: src/include/pa_common.h, src/include/pa_config_includes.h,
15965: src/include/pa_string.h, src/include/pa_table.h,
15966: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15967: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15968: before_append_array_limit_sense_change to
15969: after_append_array_limit_sense_change
15970:
15971: * src/classes/table.C: typo
15972:
1.211 moko 15973: * operators.ru.txt, operators.txt, src/classes/date.C,
15974: src/classes/table.C, src/include/pa_array.h,
15975: src/include/pa_common.h, src/include/pa_config_includes.h,
15976: src/include/pa_globals.h, src/include/pa_table.h,
15977: src/main/pa_array.C, src/main/pa_globals.C,
15978: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15979: src/main/pa_string.C, src/main/pa_table.C:
15980: append_array_limit_sense_change locate accepts options same as
15981: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15982:
15983: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15984: (stat xxx,
15985:
15986: * src/classes/: table.C: typo
15987:
15988: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15989: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15990: results/130.processed, results/131.processed,
15991: results/132.processed, results/133.processed,
15992: results/134.processed, results/135.processed,
15993: results/136.processed, results/137.processed,
15994: results/138.processed, results/139.processed: added few mustfail
15995: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15996: date/time 132.html mustfail: access to junction outside of
15997: context 133.html mustfail: access to junction outside of context,
15998: case version 134.html mustfail: hash: adding a key inside of
15999: foreach 135.html mustfail: modifying system class 136.html
16000: mustfail: $.name outside of $hash[here] 137.html mustfail:
16001: appendChild without import 138.html mustfail: invalid encoding
16002: inside of xml 139.html mustfail: bad XPath
16003:
1.211 moko 16004: * operators.ru.txt, operators.txt, src/classes/table.C,
16005: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16006: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16007: tests/results/126.processed, tests/results/127.processed,
16008: tests/results/128.processed, tests/results/129.processed: merged
16009: from HEAD ^table.hash[key][$.distinct[tables]]
16010:
16011: maked appropriate tests [changed one old nonconforming]
16012:
1.211 moko 16013: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16014: ^table.hash[key][$.distinct[tables]]
16015:
16016: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16017: merged fix for found very old xml (dom) bug: were passing
16018: domString objects and later ERROREOUSLY freed them
16019:
16020: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16021: src/main/pa_charset.C: re-added libgdome patch. regretfully
16022: libgdome bug can not be worked around
16023:
16024: 2003-04-10 paf
16025:
16026: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16027: found very old xml (dom) bug: were passing domString objects and
16028: later ERROREOUSLY freed them
16029:
16030: * src/doc/string.dox, src/include/pa_memory.h,
16031: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16032: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16033: tests/123.html, tests/124.html, tests/results/001.processed,
16034: tests/results/002.processed, tests/results/003.processed,
16035: tests/results/004.processed, tests/results/005.processed,
16036: tests/results/006.processed, tests/results/008.processed,
16037: tests/results/009.processed, tests/results/010.processed,
16038: tests/results/011.processed, tests/results/012.processed,
16039: tests/results/013.processed, tests/results/014.processed,
16040: tests/results/015.processed, tests/results/016.processed,
16041: tests/results/017.processed, tests/results/018.processed,
16042: tests/results/020.processed, tests/results/021.processed,
16043: tests/results/022.processed, tests/results/023.processed,
16044: tests/results/024.processed, tests/results/025.processed,
16045: tests/results/026.processed, tests/results/027.processed,
16046: tests/results/028.processed, tests/results/029.processed,
16047: tests/results/030.processed, tests/results/031.processed,
16048: tests/results/032.processed, tests/results/033.processed,
16049: tests/results/034.processed, tests/results/035.processed,
16050: tests/results/036.processed, tests/results/037.processed,
16051: tests/results/038.processed, tests/results/039.processed,
16052: tests/results/040.processed, tests/results/041.processed,
16053: tests/results/042.processed, tests/results/043.processed,
16054: tests/results/044.processed, tests/results/045.processed,
16055: tests/results/046.processed, tests/results/047.processed,
16056: tests/results/048.processed, tests/results/049.processed,
16057: tests/results/050.processed, tests/results/051.processed,
16058: tests/results/052.processed, tests/results/053.processed,
16059: tests/results/054.processed, tests/results/055.processed,
16060: tests/results/056.processed, tests/results/057.processed,
16061: tests/results/058.processed, tests/results/059.processed,
16062: tests/results/060.processed, tests/results/061.processed,
16063: tests/results/062.processed, tests/results/063.processed,
16064: tests/results/064.processed, tests/results/065.processed,
16065: tests/results/066.processed, tests/results/067.processed,
16066: tests/results/068.processed, tests/results/069.processed,
16067: tests/results/070.processed, tests/results/071.processed,
16068: tests/results/072.processed, tests/results/073.processed,
16069: tests/results/074.processed, tests/results/075.processed,
16070: tests/results/076.processed, tests/results/077.processed,
16071: tests/results/078.processed, tests/results/079.processed,
16072: tests/results/080.processed, tests/results/081.processed,
16073: tests/results/082.processed, tests/results/083.processed,
16074: tests/results/084.processed, tests/results/085.processed,
16075: tests/results/086.processed, tests/results/087.processed,
16076: tests/results/088.processed, tests/results/089.processed,
16077: tests/results/090.processed, tests/results/091.processed,
16078: tests/results/092.processed, tests/results/093.processed,
16079: tests/results/094.processed, tests/results/095.processed,
16080: tests/results/096.processed, tests/results/097.processed,
16081: tests/results/101.processed, tests/results/102.processed,
16082: tests/results/104.processed, tests/results/105.processed,
16083: tests/results/106.processed, tests/results/107.processed,
16084: tests/results/108.processed, tests/results/109.processed,
16085: tests/results/110.processed, tests/results/111.processed,
16086: tests/results/112.processed, tests/results/113.processed,
16087: tests/results/114.processed, tests/results/115.processed,
16088: tests/results/116.processed, tests/results/117.processed,
16089: tests/results/118.processed, tests/results/119.processed,
16090: tests/results/120.processed, tests/results/121.processed,
16091: tests/results/122.processed, tests/results/123.processed,
16092: tests/results/124.processed: new convention: char* never 0.
16093: assert in cord on that
16094:
16095: * src/main/pa_charset.C: couple more asserts
16096:
16097: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16098: speedup
16099:
16100: * src/main/pa_charset.C: couple assertions on fantastic situations
16101: added [may be those is the case now?]
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: bugfix on memory buffer overrun [but
16108: that's memory from gc_malloc, not from g_malloc :(, but would
16109: hope]
16110:
16111: * src/main/pa_charset.C: checked custom malloc for returning 0
16112:
16113: 2003-04-09 paf
16114:
16115: * src/classes/date.C: merged ^date.roll changes
16116:
16117: * src/classes/date.C: ^date.roll bug fix
16118:
16119: * src/classes/date.C: ^date.roll now throws less errors: month
16120: shifts handles end of month situation by reducing day number
16121: hour-hole shift reduces hour to recover
16122:
16123: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16124: Sort by function time
16125:
1.211 moko 16126: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16127: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16128:
16129: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16130: added [after volatile fix. passes on win&intel-solaris]
16131:
16132: 2003-04-08 paf
16133:
16134: * src/: classes/file.C, classes/op.C, classes/table.C,
16135: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16136: include/pa_common.h, include/pa_request_charsets.h,
16137: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16138: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16139: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16140: types/pa_vresponse.C: started http:// $.charset[] param and
16141: http response charset detection just compiled. todo:test
16142:
16143: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16144:
16145: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16146: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16147: types/pa_vmail.C: changed transcode param converntion along with
16148: string creating convention -- all strings are zero-terminated,
16149: this allowed to fix one remaining String("123", 2) case
16150:
16151: * src/: classes/date.C, classes/file.C, classes/hash.C,
16152: classes/op.C, classes/string.C, classes/table.C,
16153: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16154: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16155: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16156: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16157: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16158: violated String::invariant. started fixing [not compiled now]
16159:
16160: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16161: main/compile.tab.C, main/compile.y, main/pa_string.C,
16162: main/untaint.C, targets/cgi/parser3.C: number of string style
16163: improvements & optimizations
16164:
16165: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16166: :(]
16167:
16168: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16169: [for it's a pointer really]
16170:
16171: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16172: 'n' param. worked that around
16173:
16174: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16175: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16176: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16177: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16178: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16179:
16180: Thanks for the bug report and patch.
16181:
16182: I hadn't looked at this code in a while. Reading it now, it
16183: seems to me that the tests should also be ">= MAX_DEPTH" to
16184: comply with the invariant, though that may not matter a lot. I
16185: changed that, too.
16186:
16187: Hans
16188:
16189: 2003-04-07 paf
16190:
16191: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16192: merged from head:safe mode error message now includes numbers
16193:
16194: * src/main/execute.C: n-th attempt to make a=a work with double.
16195: problem: as_double returns it's result in fp-register compiler
16196: optimizes access to that register after b->as_double, and just
16197: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16198: from memory. _SAME_ double values do not match here. when
16199: forced to REload fp-register, values do match.
16200:
16201: tried to make them volatile.
16202:
16203: * src/main/execute.C: n-th attempt to make a=a work with double.
16204: problem: as_double returns it's result in fp-register compiler
16205: optimizes access to that register after b->as_double, and just
16206: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16207: from memory. _SAME_ double values do not match here. when
16208: forced to REload fp-register, values do match.
16209:
16210: tried to make them volatile.
16211:
16212: * src/types/pa_vobject.h: small style change
16213:
16214: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16215:
16216: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16217: mode error message now includes numbers
16218:
16219: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16220: now causes death
16221:
16222: 2003-04-04 paf
16223:
16224: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16225: incorportated pa_exec patch by From: "Victor Fedoseev"
16226: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16227: Sent: Thursday, January 23, 2003 9:14 AM
16228:
16229: huge speedup on ^file::cgi with big result
16230:
16231: * src/classes/table.C: sort table with 0 rows bug fixed
16232:
16233: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16234: fix http://i2/tasks/edit/?id=4493701604654042676
16235:
16236: @main[] $with_default[ $.a[1] $._default[default from
16237: with_default] ] ^show[$with_default]
16238:
16239: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16240: =$to_add_to.xxx=<br>
16241:
16242: ^show[$to_add_to]
16243:
16244: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16245: ^show[$cloned]
16246:
16247: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16248:
16249: } <hr>
16250:
16251: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16252: http://i2/tasks/edit/?id=4493701604654042676
16253:
16254: @main[] $with_default[ $.a[1] $._default[default from
16255: with_default] ] ^show[$with_default]
16256:
16257: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16258: =$to_add_to.xxx=<br>
16259:
16260: ^show[$to_add_to]
16261:
16262: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16263: ^show[$cloned]
16264:
16265: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16266:
16267: } <hr>
16268:
16269: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16270: http://i2/tasks/edit/?id=4507350336410850921
16271:
16272: * src/classes/xdoc.C: memory allocation func bugfix
16273: http://i2/tasks/edit/?id=4499303470368629745
16274:
16275: * src/classes/math.C: allowed random 1...
16276:
16277: * src/classes/math.C: allowed random 0..
16278:
16279: * src/main/pa_globals.C: exif mem leak
16280: http://i2/tasks/edit/?id=4480590323629807263
16281:
16282: * src/: classes/classes.dsp, main/main.dsp,
16283: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16284: fix http://i2/tasks/edit/?id=4493946731322521294
16285: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16286:
16287: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16288: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16289: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16290: links to xml libs made relative, no need to unpack parser3project
16291: to /parser3project.
16292:
16293: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16294: column more precise - tab handling bug fixed
16295:
16296: * src/main/: compile.tab.C, compile.y: more understandable error
16297: message in case @CLASS with more then one line inside
16298:
16299: * src/targets/cgi/parser3.C: more understandable error message in
16300: case of errors in @unhandled_exception
16301:
16302: 2003-04-03 paf
16303:
16304: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16305: src/main/compile.tab.C, src/main/compile.y,
16306: src/main/compile_tools.C, src/main/compile_tools.h,
16307: src/main/execute.C, src/main/pa_request.C: debug info format
16308: simplified, now it's: OP_VALUE Operation::Origin << here value*
16309:
16310: higher limits: file number (max: 255) line number (max:
16311: 64535) column number (max: 255)
16312:
16313: * src/classes/math.C: top limit
16314:
16315: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16316: precise parse error position in case of
16317:
16318: ^bug ]
16319:
16320: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16321: changed to realities, and passed [bug fixed]
16322:
16323: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16324: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16325: main/compile_tools.h, main/pa_request.C: introducing
16326: ^process...[main-method-alias]
16327:
16328: * src/: classes/date.C, classes/image.C, classes/op.C,
16329: classes/string.C, classes/table.C, classes/xdoc.C,
16330: types/pa_vmethod_frame.h: MethodParams& now [methods without
16331: params receive zero reference, but they are expected not to look
16332: there]
16333:
1.211 moko 16334: * operators.ru.txt, operators.txt, src/classes/date.C,
16335: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16336: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16337: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16338: src/classes/response.C, src/classes/string.C,
16339: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16340: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16341: src/types/pa_method.h: MethodParams& now [methods without params
16342: receive zero reference, but they are expected not to look there]
16343:
16344: * operators.ru.txt, operators.txt, src/classes/op.C,
16345: src/include/pa_request.h, src/main/pa_request.C,
16346: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16347: better error reporting [file/line/col]
1.95 moko 16348:
16349: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16350: types/pa_vstring.h: slightly improved error messages text: 1. is
16351: '%s', it 2. method undefined in case of ^void[]
16352:
16353: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16354: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16355: handling done. now we have error columns todo: test it
16356:
16357: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16358: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16359:
16360: this makes life easier: were: bad stack order -- were in
16361: exception catch unwind order, which didn't match execution order
16362:
16363: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16364:
16365: @first[] ^throw[a;1]
16366:
16367: showed throw a first throw b try
16368:
16369: which is no good
16370:
16371: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16372: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16373: trace reset after handled exception [old bug fixed]
16374:
16375: * src/main/: compile.tab.C, compile.y: parse position old bug
16376: fixed. position reporting made precise [both, in parse erros and
16377: runtime errors]
16378:
16379: 2003-04-02 paf
16380:
16381: * src/: include/pa_operation.h, include/pa_request.h,
16382: main/compile.C, main/compile.tab.C, main/compile.y,
16383: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16384: main/pa_exception.C, main/pa_request.C: debug info: started
16385: using. todo:complete
16386:
16387: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16388: main/compile.C, main/compile.tab.C, main/compile.y,
16389: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16390: main/pa_request.C: prepared debug info todo:use it
16391:
16392: * src/include/pa_operation.h: strange mistake fixed: forgot to
16393: return Operation class->union after switching from autoptrs.
16394:
16395: * tests/: Makefile, results/108.processed, results/117.processed:
16396: meta considered OK [it's up to coder now to remove it not needed]
16397:
16398: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16399: Dictionary constructor when moved to gc]
16400:
16401: * src/main/pa_common.C: uncommented http:// file loading
16402:
16403: * src/include/pa_array.h, src/main/execute.C,
16404: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16405: fix [gdGrowingBuf]
16406:
16407: * configure.in, src/lib/Makefile.am: removed patches
16408:
16409: * configure, src/include/pa_config_auto.h.in,
16410: src/main/pa_charset.C: --enable-assertions autoconf-ed
16411:
16412: * src/main/pa_common.C: uncommented http:// file loading
16413:
16414: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16415: xdoc::create/load
16416:
16417: * src/: classes/form.C, classes/hash.C, classes/image.C,
16418: classes/string.C, classes/table.C, classes/void.C,
16419: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16420: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16421: String::String(str,helper_length) are checked. found/fixed one
16422: place: $request:body now zero-terminated,
16423:
16424: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16425: main/compile_tools.C, main/execute.C, types/pa_value.h,
16426: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16427: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16428: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16429: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16430: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16431: types/pa_vxnode.h: more locally scoped vars in execute (more
16432: easily optimizable)
16433:
16434: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16435: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16436:
16437: * src/: include/pa_array.h, include/pa_stack.h,
16438: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16439: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16440: become assertion iterator in methodframe filler
16441:
16442: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16443: targets/cgi/parser3.C: array::get/put inlined
16444:
16445: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16446: gc_substitute_memory_management_functions +installed CORD_oom
16447: function
16448:
16449: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16450: src/include/pa_config_includes.h, src/include/pa_string.h,
16451: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16452: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16453: assertions started configure.in --enable-assertions
16454:
16455: 2003-04-01 paf
16456:
16457: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16458: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16459: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16460: gdome uses glib memory, and stores last pointer to xmlDoc there,
16461: gc misses that and collects valid memory fixed by remembering
16462: xmlDoc from dom object in xdoc. todo: do something with
16463: premature free of xdoc with xnodes/node values referring into it
16464:
16465: * src/classes/: mail.C: typo fix
16466:
16467: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16468: changes
16469:
16470: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16471: main/pa_memory.C: moved memory debugging to global level: to
16472: pa_gc_malloc
16473:
16474: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16475: debugging showed no errors. todo: debug parser memory
16476:
16477: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16478: configurations
16479:
16480: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16481: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16482: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16483: types/types.dsp: prepared xml-static configuration
16484:
16485: 2003-03-31 paf
16486:
16487: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16488: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16489: xml lib memory debugging, simple checks failed: it seems that
16490: library does realloc(bad ptr), and recording those ptrs in heap
16491: [for debugging] was bad: heap situation changes = everything
16492: works fine
16493:
16494: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16495: xmlRegisterCharEncodingHandler limitation [currently imposed
16496: limit of 10 user-defined charsets]
16497:
16498: 2003-03-28 paf
16499:
16500: * src/main/execute.C: execution stack copied to local register
16501: variable, removed lots [~2e7) of memory accesses
16502:
16503: 2003-03-27 paf
16504:
16505: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16506: works in debug, but fails in release todo: fix that
16507:
16508: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16509: targets/cgi/parser3.C: forgot to merge XML memory funcs
16510: replacement from gc branch
16511:
16512: * src/main/pa_exec.C: introducing append_help_length [radical
16513: improvement here]
16514:
16515: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16516: 'not recommened' in gc.h, on win32 noticed no difference]
16517:
16518: * src/include/pa_array.h: returned checked array get [were disabled
16519: for debugging] result:not slower [don't understand that, it were
16520: INLINED] todo: find out a way of inlining it!
16521:
16522: * src/: include/pa_string.h, lib/gc/include/gc.h,
16523: lib/gc/include/gc_fake.h, main/compile.tab.C,
16524: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16525: convention changed: all resulting strings are zero-terminated
16526:
16527: * src/: classes/date.C, classes/file.C, classes/hash.C,
16528: classes/string.C, classes/table.C, classes/void.C,
16529: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16530: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16531: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16532: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16533: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16534: types/pa_vfile.C, types/pa_vmail.C: introducing
16535: append_help_length [radical improvement here]
16536:
16537: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16538: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16539: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16540: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16541: even slower
16542:
16543: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16544: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16545: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16546: clients of &get(): most to use non-ref version, some[in tight
16547: places] to get_unchecked_ref
16548:
16549: * src/doc/memory.dox: forgot to add
16550:
16551: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16552: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16553: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16554: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16555: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16556: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16557: targets/cgi/parser3.dsp, types/pa_vmail.C,
16558: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16559: T>>&<< removed after Stack::pop wiping removed [moved to separate
16560: func] other Array & removed
16561:
16562: 2003-03-26 paf
16563:
16564: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16565: classes/table.C, include/pa_array.h, include/pa_charset.h,
16566: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16567: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16568: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16569: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16570: main/pa_exec.C, main/pa_sql_driver_manager.C,
16571: main/pa_stylesheet_manager.C, main/pa_table.C,
16572: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16573: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16574: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16575: pre-evaluated .count() in some places
16576:
16577: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16578: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16579: types/types.dsp: .dsp profiling updated
16580:
16581: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16582: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16583: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16584:
16585: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16586: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16587: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16588: use lib/gc,lib/cord
16589:
1.116 moko 16590: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16591: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16592: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16593: src/include/pa_config_includes.h, src/include/pa_request.h,
16594: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16595: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16596: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16597: src/lib/cord/include/Makefile.am,
1.116 moko 16598: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16599: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16600: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16601: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16602: src/types/pa_vform.h, src/types/pa_vhash.h,
16603: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16604: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16605: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16606: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16607: funcs ported pa_exec
1.95 moko 16608:
16609: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16610:
16611: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16612: bundled gc includes
16613:
16614: * src/: classes/op.C, include/pa_array.h,
16615: include/pa_sql_connection.h, include/pa_string.h,
16616: include/pa_version.h, main/compile.tab.C, main/compile.y,
16617: main/execute.C, main/pa_common.C, main/pa_exception.C,
16618: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16619: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16620: first real site (aval)]
16621:
16622: 2003-03-25 paf
16623:
1.211 moko 16624: * operators.ru.txt, operators.txt,
16625: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16626: $status.memory used free since_compact process
1.95 moko 16627:
16628: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16629: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16630:
16631: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16632:
16633: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16634: src/types/pa_value.h, src/types/pa_vfile.h,
16635: src/types/pa_vobject.C, src/types/pa_vobject.h,
16636: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16637: tests/results/121.processed: untaint.C L_URI
16638:
1.211 moko 16639: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16640: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16641: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16642: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16643:
16644: * tests/results/109.processed: it was a bug in parser. updated 109
16645: test result
16646:
16647: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16648:
16649: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16650: tests/results/107.processed: fixed dom language [values are now
16651: considered tainted. it was a bug in parser. updated 107 test
16652: result
16653:
16654: * src/classes/xdoc.C: fixed transform params
16655:
16656: * src/: include/pa_stylesheet_manager.h,
16657: main/pa_stylesheet_manager.C: fixed stylesheet caching
16658:
16659: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16660: overloads for structure handling
16661:
16662: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16663: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16664: StringBody(0) ambiguilty, introducting static
16665: StringBody::Format(int)
16666:
16667: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16668: linked
16669:
16670: * src/types/pa_vxdoc.C: vxdoc compiled
16671:
16672: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16673: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16674: finalizers isntalled
16675:
16676: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16677: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16678: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16679: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16680: compiled todo: xnode.C / finalizers
16681:
16682: * src/doc/string.dox: updated: new string internals
16683:
16684: 2003-03-24 paf
16685:
16686: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16687: include/pa_charset.h, include/pa_config_fixed.h,
16688: include/pa_request.h, include/pa_stylesheet_connection.h,
16689: include/pa_stylesheet_manager.h, main/pa_charset.C,
16690: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16691: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16692: types/pa_vxnode.h: started XML
16693:
16694: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16695:
16696: * src/: classes/file.C, classes/image.C, classes/mail.C,
16697: include/pa_string.h, main/pa_common.C,
16698: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16699:
16700: * src/: classes/file.C, classes/image.C, classes/mail.C,
16701: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16702: main/pa_request.C, main/pa_sql_driver_manager.C,
16703: types/pa_vimage.h: size_t pos everywhere checks changed to check
16704: for eq STRING_NOT_FOUND
16705:
16706: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16707: optimize bit implemented
16708:
16709: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16710: String::ArrayFragment::append_positions fixed
16711:
16712: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16713: String::this_starts fixed
16714:
16715: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16716:
16717: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16718: hashcode implemented fully, including per-char callback [it can
16719: be - substr CORD node]
16720:
16721: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16722: rewritten to rewalloc with 100byte buf ahead
16723:
16724: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16725: src/include/pa_string.h, src/main/compile.tab.C,
16726: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16727: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16728: CORD_ec [bad] would rewrite as realloc now
16729:
16730: * src/: classes/date.C, classes/file.C, classes/form.C,
16731: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16732: include/pa_cache_managers.h, include/pa_charsets.h,
16733: include/pa_common.h, include/pa_request.h,
16734: include/pa_sql_driver_manager.h, include/pa_table.h,
16735: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16736: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16737: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16738: types/pa_vmail.C, types/pa_vmethod_frame.C,
16739: types/pa_vstateless_class.h: 2*2 worked :)
16740:
16741: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16742: src/include/pa_exec.h, src/include/pa_string.h,
16743: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16744: passed OK
16745:
16746: * src/: classes/hash.C, classes/string.C, classes/table.C,
16747: types/pa_value.C: all linked todo: debug
16748:
16749: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16750: types/pa_vstateless_class.C: all compiled. todo:link
16751:
16752: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16753:
16754: * src/types/pa_vtable.C: pa_vtable.C compiled
16755:
16756: * src/types/pa_vstring.C: pa_vstring.C compiled
16757:
16758: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16759:
16760: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16761: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16762: pa_vstateless_class.C, pa_vstateless_class.h:
16763: pa_vstateless_class.C compiled
16764:
16765: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16766: types/pa_vmath.C: pa_vmail.C compiled
16767:
16768: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16769:
16770: * src/types/pa_vform.C: pa_vform.C compiled
16771:
16772: * src/types/pa_vfile.C: pa_vfile.C compiled
16773:
16774: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16775: pa_vstateless_class.C: pa_vcookie.C compiled
16776:
16777: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16778: types/pa_vhash.h: pa_value.C compiled
16779:
16780: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16781: classes.lib main.lib compiled
16782:
16783: * src/classes/void.C: void.C compiled
16784:
16785: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16786: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16787: compiled
16788:
16789: * src/: classes/string.C, include/pa_request.h,
16790: include/pa_string.h, main/pa_string.C: string.C compiled
16791:
16792: * src/: classes/op.C, classes/string.C, classes/table.C,
16793: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16794: main/pa_request.C, main/pa_string.C: op.C compiled
16795:
16796: * src/classes/: math.C, op.C: math.C compiled
16797:
16798: * src/: classes/mail.C, classes/string.C, classes/table.C,
16799: types/pa_vmail.h: mail.C compiled
16800:
16801: * src/classes/: int.C, table.C: int.C compiled
16802:
16803: * src/: classes/hash.C, classes/image.C, classes/string.C,
16804: classes/table.C, include/pa_memory.h, include/pa_string.h,
16805: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16806: compiled
16807:
16808: * src/: classes/hash.C, classes/string.C, classes/table.C,
16809: classes/void.C, classes/xdoc.C, include/pa_request.h,
16810: include/pa_sql_connection.h: hash.C compiled
16811:
16812: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16813: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16814: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16815: classes/math.C, classes/op.C, classes/response.C,
16816: classes/string.C, classes/table.C, classes/void.C,
16817: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16818: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16819: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16820: file.C table.C compiled
16821:
16822: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16823: main/untaint.C: main.lib compiled
16824:
16825: 2003-03-21 paf
16826:
16827: * src/: classes/op.C, include/pa_cache_managers.h,
16828: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16829: include/pa_stylesheet_manager.h, main/pa_exception.C,
16830: main/pa_globals.C, main/pa_sql_driver_manager.C,
16831: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16832: compiled
16833:
16834: * src/: classes/hash.C, classes/image.C, classes/op.C,
16835: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16836: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16837: main/compile.C, main/pa_common.C, main/pa_request.C,
16838: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16839: pa_request.C compiled
16840:
16841: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16842: include/pa_request.h, main/execute.C, main/pa_request.C,
16843: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16844: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16845: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16846: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16847: compiled
16848:
16849: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16850: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16851: on unix
16852:
16853: * src/: include/pa_charset.h, include/pa_charsets.h,
16854: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16855: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16856: pa_charsets.C compiled
16857:
16858: * src/: classes/image.C, classes/mail.C, classes/op.C,
16859: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16860: main/compile.y, main/execute.C, main/pa_common.C,
16861: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16862: types/pa_vcode_frame.h, types/pa_vimage.h,
16863: types/pa_vmethod_frame.h: execute.C compiled
16864:
16865: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16866: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16867: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16868: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16869: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16870: include/pa_cache_managers.h, include/pa_charsets.h,
16871: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16872: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16873: include/pa_sql_driver_manager.h, include/pa_string.h,
16874: include/pa_stylesheet_connection.h,
16875: include/pa_stylesheet_manager.h, include/pa_table.h,
16876: main/compile.C, main/compile.tab.C, main/compile.y,
16877: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16878: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16879: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16880: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16881: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16882: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16883: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16884: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16885: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16886: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16887: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16888: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16889: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16890: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16891: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16892: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16893: types/pa_vresponse.h, types/pa_vstateless_class.C,
16894: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16895: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16896: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16897: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16898: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16899: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16900: [C++ CORD wrapper]
16901:
16902: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16903:
16904: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16905: $file::exec/cgi[script; $.charset[this is script's charset]
16906:
16907: command line, env values, input got transcoded before call
16908: stdout, stderr got transcoded after call
16909:
16910: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16911: by default. use: ^file::exec[...;$.stdin[$request.body]
16912:
16913: * src/main/pa_common.C: } typo bug fix
16914:
16915: * src/main/pa_common.C: } typo bug fix
16916:
16917: 2003-03-20 paf
16918:
16919: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16920: main/untaint.C: cord bug fix, but still errors todo: clear out
16921:
16922: * src/include/pa_string.h: more tests
16923:
16924: * src/main/pa_string.C: string.pos fixed
16925:
1.116 moko 16926: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16927: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16928: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16929: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16930: replaces
1.95 moko 16931:
16932: * src/: classes/image.C, include/pa_dictionary.h,
16933: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16934: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16935: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16936: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16937:
16938: * src/include/pa_string.h: warning
16939:
16940: * src/include/pa_string.h: this_starts fixed
16941:
16942: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16943: new String ctor & append params convention
16944:
16945: * src/: classes/file.C, classes/hash.C, classes/image.C,
16946: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16947: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16948: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16949: main/pa_exception.C, main/pa_exec.C,
16950: main/pa_sql_driver_manager.C, main/pa_string.C,
16951: main/pa_stylesheet_manager.C, main/untaint.C,
16952: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16953: types/pa_vmail.C: more tests OK
16954:
16955: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16956: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16957: gc/exit runned OK
16958:
16959: * src/types/pa_vmail.C: another naming problem: should not name
16960: vars like that: unpredictable close caused problems with later
16961: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16962: descriptors missing on startup: stdin; Bad file number
16963:
16964: todo: find out why so many filters(stream) here. probably wrong?
16965:
16966: * src/: include/pa_dictionary.h, include/pa_string.h,
16967: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16968: main/untaint.C: test compiled
16969:
16970: * src/: classes/image.C, classes/mail.C, classes/math.C,
16971: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16972: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16973: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16974: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16975: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16976: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16977: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16978: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16979: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16980:
16981: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16982: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16983: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16984: src/include/pa_memory.h, src/include/pa_request.h,
16985: src/include/pa_request_charsets.h,
16986: src/include/pa_sql_connection.h, src/include/pa_string.h,
16987: src/main/compile.tab.C, src/main/execute.C,
16988: src/main/pa_charset.C, src/main/pa_common.C,
16989: src/main/pa_exception.C, src/main/pa_exec.C,
16990: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16991: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16992: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16993: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16994: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16995: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16996: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16997: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16998: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16999: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17000: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17001: pa_common.C [done, without http for now]
17002:
17003: 2003-03-19 paf
17004:
17005: * src/: classes/date.C, classes/form.C, classes/hash.C,
17006: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17007: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17008: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17009: include/pa_string.h, include/pa_table.h, main/compile.C,
17010: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17011: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17012: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17013: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17014: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17015: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17016: types/pa_vstateless_class.h, types/pa_vtable.C,
17017: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17018: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17019: types/pa_wwrapper.h: started test
17020:
1.116 moko 17021: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17022: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17023:
17024: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17025: include/pa_string.h, main/pa_string.C: string compiled todo: test
17026: it
17027:
17028: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17029: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17030: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17031: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17032: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17033: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17034: types/pa_vmethod_frame.h, types/types.dsp: string
17035: reimplementation with cord+array<fragment>: 70%
17036:
17037: 2003-03-18 paf
17038:
17039: * src/: classes/date.C, classes/file.C, classes/form.C,
17040: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17041: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17042: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17043: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17044: can ignore lang in cmp and pos really, but would
17045: split properly!
17046:
17047: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17048: cord part made parser/src/lib: it's not compiled into libgc by
17049: default
17050:
17051: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17052: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17053: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17054: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17055: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17056: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17057: src/classes/xnode.C, src/classes/xnode.h,
17058: src/include/Makefile.am, src/include/pa_cache_managers.h,
17059: src/include/pa_charset.h, src/include/pa_charsets.h,
17060: src/include/pa_common.h, src/include/pa_dictionary.h,
17061: src/include/pa_exception.h, src/include/pa_exec.h,
17062: src/include/pa_globals.h, src/include/pa_hash.h,
17063: src/include/pa_memory.h, src/include/pa_pool.h,
17064: src/include/pa_request.h, src/include/pa_request_charsets.h,
17065: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17066: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17067: src/include/pa_stylesheet_connection.h,
17068: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17069: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17070: src/main/compile.C, src/main/compile.tab.C,
17071: src/main/compile_tools.C, src/main/compile_tools.h,
17072: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17073: src/main/pa_charsets.C, src/main/pa_common.C,
17074: src/main/pa_dictionary.C, src/main/pa_exception.C,
17075: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17076: src/main/pa_pool.C, src/main/pa_request.C,
17077: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17078: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17079: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17080: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17081: src/types/pa_junction.h, src/types/pa_method.h,
17082: src/types/pa_value.C, src/types/pa_value.h,
17083: src/types/pa_vclass.C, src/types/pa_vclass.h,
17084: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17085: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17086: src/types/pa_vdouble.h, src/types/pa_venv.h,
17087: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17088: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17089: src/types/pa_vimage.C, src/types/pa_vimage.h,
17090: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17091: src/types/pa_vmath.C, src/types/pa_vmath.h,
17092: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17093: src/types/pa_vobject.C, src/types/pa_vobject.h,
17094: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17095: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17096: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17097: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17098: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17099: src/types/pa_vstring.h, src/types/pa_vtable.C,
17100: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17101: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17102: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17103: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17104: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17105: gc: PA_Object done lots of replacements also
17106:
17107: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17108: gc logging
17109:
17110: 2003-03-17 paf
17111:
17112: * src/: classes/date.C, classes/file.C, classes/form.C,
17113: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17114: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17115: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17116: include/pa_string.h, include/pa_types.h, main/compile.C,
17117: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17118: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17119: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17120: main/pa_sql_driver_manager.C, main/pa_string.C,
17121: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17122: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17123: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17124: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17125: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17126: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17127: types/pa_vxnode.h: libgc attempt
17128:
17129: 2003-03-13 paf
17130:
17131: * src/: include/pa_sql_driver_manager.h,
17132: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17133: called
17134:
17135: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17136: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17137: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17138: types/pa_value.h, types/pa_vobject.h,
17139: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17140: set_base, set_derived simplified [counter leaks fixed]
17141:
17142: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17143: src/types/types.dsp: incorporated status class patch From:
17144: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17145: 2003 8:14 AM
17146:
17147: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17148: Win32 specific: QuotaPeakNonPagedPoolUsage
17149: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17150:
17151: 2003-03-12 paf
17152:
1.116 moko 17153: * configure, configure.in, src/lib/ltdl/configure,
17154: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17155: lib/ltdl/Makefile now created by /configure.in only [were by
17156: lib/ltdl/configure.in OVERWRITE]
17157:
1.116 moko 17158: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17159: linkage fixed for g++ 3.2.2
1.95 moko 17160:
17161: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17162: on using privately declared class [fixed]
17163:
17164: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17165: 3.2 rightliy complained on using privately declared class [fixed]
17166:
17167: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17168: sigpipe before request constructor now causes death
17169:
17170: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17171: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17172: not cause exception in exception handler
17173:
1.116 moko 17174: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17175: now default links libstdc++ statically. that can be overriden by
17176: --with-dynamic-stdcpp
1.95 moko 17177:
17178: 2003-03-11 paf
17179:
17180: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17181: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17182: necessity of libstdc++
17183:
17184: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17185:
17186: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17187:
17188: 2003-03-08 paf
17189:
17190: * tests/Makefile: make install & co
17191:
17192: * src/: include/pa_request.h, classes/op.C: removing
17193: vclass,object.h -> pa_request.h dependency
17194:
17195: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17196: main/pa_request.C: removing vform,response,cookie.h ->
17197: pa_request.h dependency
17198:
17199: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17200: dependency [testing...]
17201:
17202: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17203: return 0; fixed
17204:
17205: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17206: types/pa_vmail.h: vmail.C received just compiled [not tested]
17207:
17208: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17209:
17210: * src/main/pa_request.C: forgotten: ifdef XML
17211:
17212: * src/main/pa_request.C: forgotten: ifdef XML
17213:
17214: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17215: win32 and run memleak tests again
17216:
17217: * src/targets/cgi/parser3.C: charsets: see some strange things with
17218: old xml lib-- it's internal memory handling has faults
17219:
17220: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17221: problems when transcode from charset A to A.
17222:
17223: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17224: todo: still problems when transcode from charset A to A.
17225:
17226: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17227: classes/table.C, include/pa_array.h,
17228: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17229: started full-scale-site-test [~ http://parser.ru sources]
17230:
17231: some fixes
17232:
17233: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17234: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17235: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17236: results/110.processed, results/111.processed,
17237: results/112.processed, results/113.processed,
17238: results/114.processed, results/115.processed,
17239: results/116.processed, results/117.processed,
17240: results/118.processed, results/119.processed,
17241: results/120.processed: xml: tests 109 dom create/show 110 xpath
17242: selectSingle 111 xdoc.create from tainted & 112
17243: xdoc.create/output with russian attr value 113 xpath
17244: selectString/Number 114 dom attributes.count 115 xpath selectBool
17245: 116 output media-type change 117 transform by dom stylesheet 118
17246: empty transform result 119 dom setAttribute 120 nbsp letter
17247: output
17248:
17249: =END OF PREPARED XML TESTS=
17250:
17251: 2003-03-07 paf
17252:
17253: * src/classes/xdoc.C, src/include/pa_charset.h,
17254: src/include/pa_stylesheet_connection.h, tests/108.html,
17255: tests/108.xsl, tests/results/108.processed: xml: test 108
17256: transform with params [bugs fixed]
17257:
17258: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17259: from copy/paste bug
17260:
17261: * src/classes/xdoc.C, src/include/pa_charset.h,
17262: src/include/pa_request.h, src/main/execute.C,
17263: src/main/pa_charset.C, src/main/pa_exception.C,
17264: src/main/pa_globals.C, src/main/pa_request.C,
17265: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17266: src/types/pa_vxnode.C, tests/107.html,
17267: tests/results/107.processed: xml: test: 107 bug fixes
17268:
17269: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17270: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17271: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17272:
17273: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17274: string
17275:
17276: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17277: mem alloc functions used for different cases [libxml, libxsl]
17278:
17279: * src/classes/classes.C: fixed: prevent system classes from
17280: modification to lock ALL the classes, not only directly used
17281:
17282: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17283: linked
17284:
17285: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17286:
17287: 2003-03-06 paf
17288:
17289: * src/classes/xdoc.C: xdoc.C 50%
17290:
17291: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17292: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17293: main/pa_globals.C, main/pa_request.C,
17294: main/pa_stylesheet_manager.C: xnode.C compiled
17295:
17296: * src/: include/pa_stylesheet_connection.h,
17297: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17298: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17299:
17300: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17301: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17302: xml: stylesheet&manager STARTED
17303:
17304: * src/: include/pa_globals.h, main/pa_charset.C,
17305: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17306:
17307: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17308: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17309: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17310: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17311: charsets
17312:
17313: * tests/023.html: in some cases it rounded up badly. postponing
17314: solution of that problem, making more simple test
17315:
17316: * tests/: 058_paf2000.png, results/058.processed: .png added with
17317: -kb now
17318:
17319: * src/: include/pa_charset.h, include/pa_charsets.h,
17320: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17321: moved to charsets.C
17322:
17323: 2003-03-05 paf
17324:
17325: * src/classes/string.C, src/include/pa_string.h,
17326: src/main/pa_string.C, tests/105.html,
17327: tests/results/105.processed: String::match bug fixed
17328:
17329: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17330: tests/results/104.processed: ^bpt operator added [does int3 in
17331: debug build on win32]
17332:
17333: * tests/: 057.html, results/057.processed: test bug fixed
17334:
1.116 moko 17335: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17336:
17337: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17338: missing
17339:
1.116 moko 17340: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17341: forgotten files added to Makes
1.95 moko 17342:
17343: * ltmain.sh: ltmain.sh added
17344:
17345: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17346: change undone ;(
17347:
17348: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17349: made static
17350:
17351: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17352: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17353: todo:make linker happy
1.95 moko 17354:
17355: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17356: env param made optional
17357:
17358: 2003-03-04 paf
17359:
17360: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17361: types/pa_vimage.h: number of gcc compiler bugs fixed
17362:
17363: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17364: results/103.processed: tests: 103 image.copy transparence test
17365:
17366: * src/main/execute.C, tests/101.html, tests/102.html,
17367: tests/results/101.processed, tests/results/102.processed: tests:
17368: 101 method/variable name conflict test 102 form fields change
17369: should not not change anything [bug fix]
17370:
17371: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17372: results/099.processed, results/100.processed: tests: 57 date
17373: create 2002: added 99,100 response:body/download
17374:
17375: * src/classes/image.C, tests/098.html, tests/098font.gif,
17376: tests/results/098.processed: test: 98 image font text [bug fixed]
17377:
17378: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17379: tests/results/097.processed: test: 97 file::load http:// [bugs
17380: fixed]
17381:
17382: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17383: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17384: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17385: image EXIF [bug fixed]
17386:
17387: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17388: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17389: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17390: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17391: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17392: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17393: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17394: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17395: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17396: tests/094.html, tests/095.html, tests/results/061.processed,
17397: tests/results/062.processed, tests/results/063.processed,
17398: tests/results/064.processed, tests/results/065.processed,
17399: tests/results/066.processed, tests/results/067.processed,
17400: tests/results/068.processed, tests/results/069.processed,
17401: tests/results/070.processed, tests/results/071.processed,
17402: tests/results/072.processed, tests/results/073.processed,
17403: tests/results/074.processed, tests/results/075.processed,
17404: tests/results/076.processed, tests/results/077.processed,
17405: tests/results/078.processed, tests/results/080.processed,
17406: tests/results/081.processed, tests/results/082.processed,
17407: tests/results/083.processed, tests/results/084.processed,
17408: tests/results/085.processed, tests/results/086.processed,
17409: tests/results/087.processed, tests/results/088.processed,
17410: tests/results/089.processed, tests/results/090.processed,
17411: tests/results/091.processed, tests/results/092.processed,
17412: tests/results/093.processed, tests/results/094.processed,
17413: tests/results/095.processed, tests/079.html,
17414: tests/results/079.processed: tests: 61 file::stat size 62
17415: string->int autoconvert 63 double .int,dec,div,mul 64 date
17416: compare 65 file: basename,justname,justext 66 math:crypt 67
17417: string.match simple on long 68 string.match normalized simple on
17418: long 69 string.int 70 file::stat content-type 71 table.join 72
17419: hash parameter conditional pass 73 date daylightsaving,yearday 74
17420: date arithmetics 75 response date values/attributes 76 string.pos
17421: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17422: with local 80 scientific numeric literal in string autoconvert 81
17423: xor: logical and numerical 82 for delims 83 menu delims 84
17424: table.hash distinct 85 long string replace 86 throw+catch
17425: current language preserve 87 bit shifts 88 junction tests +
17426: $caller test 89 hash.foreach selfmodification 90 int/void to int
17427: 91 $caller test 92 junction is + def junction tests 93 $caller
17428: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17429:
17430: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17431: fixed] 60 string eq string [bug fixed]
17432:
17433: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17434: 058.html, 058_paf2000.png, 059.html, 060.html,
17435: results/053.processed, results/054.processed,
17436: results/055.processed, results/056.processed,
17437: results/057.processed, results/058.processed,
17438: results/059.processed, results/060.processed: test: 53
17439: string.replace 54 junctions 55 table.hash 56 call indirect 57
17440: date.create[string] 58 image.measure[png]
17441:
17442: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17443: outputs/051.processed, results/052.processed: test: 52
17444: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17445: task: fix that
17446:
17447: 2003-03-03 paf
17448:
17449: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17450: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17451: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17452: outputs/049.processed, outputs/050.processed,
17453: outputs/051.processed, results/001.processed,
17454: results/002.processed, results/003.processed,
17455: results/005.processed, results/006.processed,
17456: results/008.processed, results/009.processed,
17457: results/011.processed, results/012.processed,
17458: results/013.processed, results/014.processed,
17459: results/015.processed, results/016.processed,
17460: results/017.processed, results/020.processed,
17461: results/021.processed, results/022.processed,
17462: results/024.processed, results/025.processed,
17463: results/026.processed, results/027.processed,
17464: results/028.processed, results/029.processed,
17465: results/030.processed, results/031.processed,
17466: results/049.processed, results/050.processed,
17467: results/051.processed, results/043.processed,
17468: results/044.processed, results/045.processed,
17469: results/046.processed, results/047.processed,
17470: results/048.processed: tests: 43,44,45 date rolls 46
17471: autoevaluating junction 47 table.select 48 name with subvar 49
17472: hash-creating switch 50 process 51 started parent/child, works as
17473: it were but it were NOT GOOD, created separate task to fix that
17474:
17475: * tests/: 042.html, results/042.processed: test: 42
17476: exception.handled
17477:
17478: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17479: expression
17480:
17481: * tests/: 040.html, results/040.processed: test: 39 method result
17482: of type table 40 method param junction auto evaluate
17483:
17484: * tests/: 039.html, results/039.processed: test: 37 method result
17485: of type table
17486:
17487: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17488: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17489: tests/038.html, tests/results/033.processed,
17490: tests/results/034.processed, tests/results/035.processed,
17491: tests/results/036.processed, tests/results/037.processed,
17492: tests/results/038.processed: tests: 33 string.replace 34
17493: string.upper 35 table created 36 local/global vars with juntions
17494: 37 table clone 38 math PI & number formatting
17495:
17496: math class registring typo fixed
17497:
17498: * src/classes/op.C, src/include/pa_request.h,
17499: src/include/pa_string.h, src/main/execute.C,
17500: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17501: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17502: tests/032.html, tests/results/032.processed: uchar changed to
17503: String_UL in all places [was not everywhere] untaint test: 032
17504:
17505: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17506: tests/results/004.processed, tests/parser-cygwin.sh,
17507: tests/parser-unix.sh: removed -H command line key, now testing
17508: using .sh file with SERVER_SOFTWARE=xxx
17509:
17510: 2003-02-26 paf
17511:
17512: * src/main/execute.C, src/types/pa_vstateless_class.h,
17513: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17514: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17515: tests/results/024.processed, tests/results/025.processed,
17516: tests/results/026.processed, tests/results/027.processed,
17517: tests/results/028.processed, tests/results/029.processed,
17518: tests/results/030.processed, tests/results/031.processed: fixed
17519: bug with name_cstr mutable CharPtr more tests
17520:
17521: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17522: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17523: << abort. die now just exits
17524:
17525: * src/classes/classes.awk, src/classes/classes.h,
17526: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17527: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17528: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17529: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17530: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17531: src/classes/xnode.C, src/include/pa_memory.h,
17532: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17533: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17534: src/types/pa_vform.C, tests/015.html, tests/016.html,
17535: tests/017.html, tests/018.html, tests/019.html,
17536: tests/019paf2001.gif, tests/020.html, tests/021.html,
17537: tests/022.html, tests/023.html, tests/022_dir/a.html,
17538: tests/022_dir/b.txt, tests/022_dir/c.htm,
17539: tests/results/015.processed, tests/results/016.processed,
17540: tests/results/017.processed, tests/results/018.processed,
17541: tests/results/019.processed, tests/results/020.processed,
17542: tests/results/021.processed, tests/results/022.processed,
17543: tests/results/023.processed: methoded_array now contains all Mxxx
17544: classes SAPI::get_env now returns info on pool more tests
17545:
17546: * src/include/pa_array.h, src/include/pa_hash.h,
17547: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17548: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17549: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17550: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17551: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17552: tests/results/001.processed, tests/results/002.processed,
17553: tests/results/003.processed, tests/results/004.processed,
17554: tests/results/005.processed, tests/results/006.processed,
17555: tests/results/007.processed, tests/results/008.processed,
17556: tests/results/009.processed, tests/results/010.processed,
17557: tests/results/011.processed, tests/results/012.processed,
17558: tests/results/013.processed, tests/results/014.processed: hash
17559: cloning fixed
17560:
17561: 2003-02-25 paf
17562:
17563: * src/main/pa_common.C: typo fixed
17564:
17565: 2003-02-24 paf
17566:
17567: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17568: [one remained]
17569:
17570: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17571: [should have been get_string(&pool)] todo: check other such calls
17572:
17573: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17574: test10, bad lookups
17575:
17576: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17577: object got destructed, and xxx points to sky
17578:
17579: * ChangeLog, src/classes/string.C: match bug fixed
17580:
17581: * src/types/pa_vmail.C: body [text/html] transcoded to
17582: $.charset[specified] now
17583:
17584: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17585: which failed to handle sigsetjmp+throw: crashed inside of
17586: pre-throw code. rewritten simplier [though duplicating
17587: closesocket code]
17588:
17589: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17590: which failed to handle sigsetjmp+throw: crashed inside of
17591: pre-throw code. rewritten simplier [though duplicating
17592: closesocket code]
17593:
17594: 2003-02-21 paf
17595:
1.211 moko 17596: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17597: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17598: now]]
1.95 moko 17599:
17600: written makefile with regression tests [raw]
17601:
17602: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17603: tests' only [it's not forcing CGI mode now] now use -H to output
17604: CGI header when parser used in command line [useful for tests
17605: also]
17606:
17607: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17608: switches on CGI mode, and is used in regression tests
17609:
17610: * src/: include/pa_request.h, main/pa_request.C,
17611: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17612: fixed
17613:
17614: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17615: handling pa_*
17616:
17617: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17618: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17619: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17620: memory handling files
17621:
17622: * src/main/pa_array.C: pool::format_integer terminator fixed
17623:
17624: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17625: compiles OK test to show benefits of free
17626:
17627: * src/: classes/file.C, classes/image.C, classes/mail.C,
17628: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17629: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17630: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17631: use pool [as the one in ^process]
17632:
17633: * src/classes/op.C: fixed process. sould now check for all cstr's
17634: -- some must use pool [as the one in ^process]
17635:
17636: 2003-02-20 paf
17637:
17638: * src/: classes/date.C, classes/double.C, classes/file.C,
17639: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17640: classes/math.C, classes/op.C, classes/response.C,
17641: classes/string.C, classes/table.C, classes/void.C,
17642: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17643: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17644: string cmp fixed
17645:
17646: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17647: values passed OK now
17648:
17649: 2003-02-19 paf
17650:
17651: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17652: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17653: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17654: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17655: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17656: all remaning leaks resulted from pooled::malloc calls [excluding
17657: in gd -- planning complete rewrite extremely ugly code]
17658:
17659: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17660: files
17661:
17662: 2003-02-17 paf
17663:
17664: * src/: classes/date.C, classes/double.C, classes/file.C,
17665: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17666: classes/response.C, classes/string.C, classes/table.C,
17667: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17668: include/pa_stylesheet_connection.h,
17669: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17670: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17671: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17672: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17673: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17674: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17675: of unitialized simple-typed field
17676:
17677: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17678: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17679: simple-typed field fixed. todo: find&kill all like that one
17680:
17681: * src/: main/execute.C, targets/cgi/pa_pool.C,
17682: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17683: debug output fixed
17684:
17685: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17686: main/pa_request.C: stack-stored items need extra .ref to prevent
17687: object_ptr from delete[them]
17688:
17689: * src/: classes/date.C, classes/op.C, classes/table.C,
17690: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17691: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17692: main/pa_charset.C, main/pa_common.C,
17693: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17694: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17695: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17696: calls
17697:
17698: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17699: couple mem leaks rusulted from old pooled::malloc usage.
17700: todo:find more like those
17701:
17702: * src/main/: compile.C, compile_tools.C: 2*2!
17703:
17704: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17705: stackItem fixed [there were no string on stack before]
17706:
17707: * src/: main/execute.C, main/pa_request.C,
17708: types/pa_vmethod_frame.C: first letters out OK
17709:
17710: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17711: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17712: main/pa_string.C, main/untaint.C, types/pa_value.h,
17713: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17714: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17715: type not initialized with zeros :( while class fields of class
17716: types initialized with default constructors. learn C++
17717:
17718: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17719: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17720: classes/math.C, classes/xdoc.C, classes/xnode.C,
17721: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17722: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17723:
17724: 2003-02-14 paf
17725:
17726: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17727: 13 link errors
17728:
17729: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17730: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17731: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17732: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17733: errors :)
17734:
17735: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17736: classes/hash.C, classes/mail.C, classes/op.C,
17737: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17738: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17739: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17740: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17741:
17742: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17743: classes/table.C, include/pa_common.h, include/pa_globals.h,
17744: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17745: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17746: types/pa_vint.h, types/types.dsp: op compiled
17747:
17748: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17749: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17750: main/untaint.C, types/pa_vtable.h: string, response compiled
17751:
17752: 2003-02-07 paf
17753:
17754: * src/: classes/table.C, types/pa_vtable.h: table compiled
17755:
17756: 2003-02-06 paf
17757:
17758: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17759: mail compiled
17760:
17761: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17762: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17763: types/pa_vfile.h, types/pa_vimage.h: image compiled
17764:
17765: * src/classes/: file.C, form.C: form compiled
17766:
17767: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17768: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17769: types/pa_vfile.C, types/pa_vfile.h: file compiled
17770:
17771: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17772: types/pa_vmath.h: math compiled [win32]
17773:
17774: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17775: types/pa_vstring.h: hash compiled
17776:
17777: 2003-02-04 paf
17778:
17779: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17780: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17781: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17782: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17783: types/pa_vhash.h: hash 50% compiled
17784:
17785: * src/: classes/date.C, classes/file.C, classes/hash.C,
17786: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17787: classes/string.C, classes/table.C, classes/xdoc.C,
17788: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17789: main/pa_string.C: date compiled
17790:
17791: * src/classes/: classes.dsp, double.C: double compiled
17792:
17793: * src/: classes/date.C, classes/double.C, classes/file.C,
17794: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17795: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17796: classes/string.C, classes/table.C, classes/void.C,
17797: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17798: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17799: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17800: compiled
17801:
17802: * src/: classes/date.C, classes/double.C, classes/file.C,
17803: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17804: classes/math.C, classes/op.C, classes/response.C,
17805: classes/string.C, classes/table.C, classes/void.C,
17806: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17807: types/pa_vvoid.h: void compiled :)
17808:
17809: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17810: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17811: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17812: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17813: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17814: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17815: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17816: types/pa_vresponse.C, types/pa_vstateless_class.C,
17817: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17818: types/pa_wcontext.C, types/types.dsp: removed stupid
17819: value_includes.h
17820:
17821: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17822: trying to remove stupid value_includes.h
17823:
17824: * src/main/pa_exec.C: pa_exec compiled on win32
17825:
17826: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17827:
17828: * src/: include/pa_globals.h, include/pa_request.h,
17829: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17830: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17831: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17832: types/pa_vrequest.C, types/pa_vstateless_class.C,
17833: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17834:
17835: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17836: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17837: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17838:
17839: * src/: include/pa_array.h, include/pa_config_includes.h,
17840: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17841: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17842: compiled
17843:
17844: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17845: name conflicts)
17846:
17847: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17848: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17849: yelds "virtual memory exhausted" while trying to compile
17850: execute.C [eating up to 127MB]
17851:
17852: 2003-02-03 paf
17853:
17854: * src/: include/pa_config_includes.h, include/pa_hash.h,
17855: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17856: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17857: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17858: types/pa_vint.h, types/pa_vjunction.h,
17859: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17860: started gcc compiling pa_common compiled
17861:
17862: * src/: include/pa_exception.h, include/pa_pool.h,
17863: main/pa_exception.C: exception gcc change #1
17864:
1.116 moko 17865: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17866: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17867:
17868: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17869:
17870: * src/types/pa_vtable.C: vtable compiled
17871:
17872: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17873:
17874: * src/: include/pa_cache_managers.h, main/pa_request.C,
17875: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17876:
17877: * src/types/pa_vstateless_class.C: vstateless_class compiled
17878:
17879: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17880:
17881: * src/types/pa_vrequest.C: vrequest compiled
17882:
17883: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17884: pa_vobject.C, pa_vobject.h: vobject compiled
17885:
17886: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17887: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17888: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17889: compiled
17890:
17891: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17892:
17893: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17894: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17895: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17896: compiled
17897:
17898: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17899: main.lib - 0 error(s), 0 warning(s)
17900:
17901: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17902: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17903:
17904: 2003-01-31 paf
17905:
17906: * src/: include/pa_array.h, include/pa_operation.h,
17907: include/pa_request.h, main/execute.C, main/main.dsp,
17908: types/pa_vjunction.h: started last file from main library:
17909: execute
17910:
17911: * src/: include/pa_request.h, include/pa_sapi.h,
17912: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17913: main/pa_request.C, targets/cgi/parser3.C,
17914: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17915: types/pa_vhash.h: pa_request compiled
17916:
17917: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17918: include/pa_globals.h, include/pa_request.h,
17919: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17920: main/execute.C, main/main.dsp, main/pa_common.C,
17921: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17922: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17923: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17924: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17925: types/types.dsp: most pa_request compiled
17926:
17927: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17928: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17929: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17930: classes/op.C, classes/response.C, classes/string.C,
17931: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17932: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17933: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17934: include/pa_config_fixed.h, include/pa_config_includes.h,
17935: include/pa_dictionary.h, include/pa_dir.h,
17936: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17937: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17938: include/pa_pool.h, include/pa_request.h,
17939: include/pa_request_charsets.h, include/pa_request_info.h,
17940: include/pa_sapi.h, include/pa_socks.h,
17941: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17942: include/pa_stack.h, include/pa_string.h,
17943: include/pa_stylesheet_connection.h,
17944: include/pa_stylesheet_manager.h, include/pa_table.h,
17945: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17946: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17947: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17948: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17949: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17950: main/compile.C, main/compile.tab.C, main/compile.y,
17951: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17952: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17953: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17954: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17955: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17956: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17957: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17958: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17959: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17960: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17961: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17962: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17963: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17964: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17965: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17966: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17967: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17968: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17969: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17970: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17971: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17972: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17973: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17974: types/pa_vresponse.h, types/pa_vstateless_class.C,
17975: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17976: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17977: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17978: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17979: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17980: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17981:
17982: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17983: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17984: src/include/pa_charsets.h, src/include/pa_common.h,
17985: src/include/pa_dictionary.h, src/include/pa_exception.h,
17986: src/include/pa_exec.h, src/include/pa_pool.h,
17987: src/include/pa_request.h, src/include/pa_sapi.h,
17988: src/include/pa_sql_connection.h,
17989: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17990: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17991: src/main/compile.tab.C, src/main/compile_tools.C,
17992: src/main/compile_tools.h, src/main/main.dsp,
17993: src/main/pa_charset.C, src/main/pa_charsets.C,
17994: src/main/pa_common.C, src/main/pa_dictionary.C,
17995: src/main/pa_exception.C, src/main/pa_exec.C,
17996: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17997: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17998: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17999: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18000: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18001: src/types/pa_vdouble.h, src/types/pa_venv.h,
18002: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18003: src/types/pa_vhash.h, src/types/pa_vimage.C,
18004: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18005: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18006: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18007: src/types/pa_vobject.C, src/types/pa_vobject.h,
18008: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18009: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18010: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18011: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18012: src/types/pa_vstring.h, src/types/pa_vtable.h,
18013: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18014: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18015: died, long live StringPtr
18016:
18017: 2003-01-30 paf
18018:
18019: * src/: include/pa_charset.h, include/pa_request.h,
18020: include/pa_sql_driver_manager.h, main/compile.tab.C,
18021: main/compile.y, main/compile_tools.h, main/pa_request.C,
18022: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18023:
18024: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18025: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18026: types/pa_vhash.h, types/pa_vmethod_frame.h,
18027: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18028: types/types.dsp: vstateless_class compiled
18029:
18030: * src/main/compile.C: compile compiled
18031:
18032: * src/: include/pa_array.h, include/pa_operation.h,
18033: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18034: main/pa_table.C: compile_tools compiled
18035:
18036: * src/: include/pa_operation.h, main/compile.y,
18037: main/compile_tools.C, main/compile_tools.h: started
18038: compile_tools. vagues ideas of how to free compiled code
18039:
18040: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18041: main/main.dsp, types/pa_value.C, types/pa_value.h,
18042: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18043: compiled
18044:
18045: 2003-01-29 paf
18046:
18047: * src/: include/pa_globals.h, include/pa_request.h,
18048: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18049: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18050: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18051: compiled
18052:
18053: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18054: now
18055:
18056: * src/: include/pa_array.h, include/pa_exception.h,
18057: include/pa_pool.h, main/pa_exception.C: gd compiled
18058:
18059: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18060: compiled
18061:
18062: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18063: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18064: types/pa_vfile.h: vfile compiled
18065:
18066: * src/: include/pa_common.h, include/pa_globals.h,
18067: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18068: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18069: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18070:
18071: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18072: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18073: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18074: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18075: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18076:
18077: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18078: main/main.dsp, main/untaint.C: more compiled
18079:
18080: * src/: include/pa_charsets.h, include/pa_request.h,
18081: include/pa_request_info.h, include/pa_string.h,
18082: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18083: types/pa_vresponse.h: vrequest compiled
18084:
18085: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18086: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18087: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18088:
18089: * src/: classes/classes.h, include/pa_charset.h,
18090: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18091: include/pa_request.h, include/pa_string.h, main/main.dsp,
18092: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18093: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18094: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18095: types/pa_vrequest.C, types/pa_vrequest.h,
18096: types/pa_vstateless_class.h, types/pa_vstring.h,
18097: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18098:
18099: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18100: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18101: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18102: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18103: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18104: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18105: types/pa_vobject.h, types/pa_vstateless_class.h,
18106: types/pa_vstateless_object.h, types/pa_vstatus.h,
18107: types/pa_vstring.h, types/types.dsp: vmath compiled
18108:
18109: 2003-01-28 paf
18110:
18111: * src/: classes/classes.h, classes/date.C, classes/file.C,
18112: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18113: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18114: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18115: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18116: compile_tools
18117:
18118: * src/: include/pa_charset.h, include/pa_exception.h,
18119: include/pa_request.h, include/pa_string.h, main/untaint.C:
18120: untaint compiled
18121:
18122: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18123: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18124: more compiled. struck with string::store_to needing to know
18125: source/client charsets
18126:
18127: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18128: types/pa_vfile.h: uue compiled
18129:
18130: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18131: table compiled
18132:
18133: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18134: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18135:
18136: * src/: include/pa_charset.h, main/pa_charset.C,
18137: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18138: introduced]
18139:
18140: * src/: classes/date.C, include/pa_charset.h,
18141: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18142: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18143: pa_charsets compiled
18144:
18145: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18146: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18147:
18148: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18149: common compiled
18150:
18151: * src/: include/pa_charsets.h, main/pa_charsets.C,
18152: main/pa_sql_driver_manager.C: pa_charsets compiled
18153:
18154: * src/: include/pa_array.h, include/pa_charset.h,
18155: include/pa_charsets.h, include/pa_pool.h,
18156: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18157: include/pa_stack.h, include/pa_string.h,
18158: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18159: sql_driver_manager compiled
18160:
18161: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18162: letter i with two dots added to koi, all ukranian letters added
18163: to win1251.
18164:
18165: typographic simbol 0xb9 deleted from win1251 [strange one & were
18166: abscent from koi]
18167:
18168: 2003-01-27 paf
18169:
18170: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18171: include/pa_sql_driver_manager.h, include/pa_string.h,
18172: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18173: sql/pa_sql_driver.h: paused on sql_manager
18174:
18175: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18176: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18177: include/pa_stack.h, main/pa_sql_driver_manager.C,
18178: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18179:
18180: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18181: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18182: include/pa_table.h, main/pa_sql_driver_manager.C,
18183: main/pa_table.C: table compiled
18184:
18185: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18186: cache_managers compiled
18187:
18188: * src/: include/pa_array.h, include/pa_charset.h,
18189: include/pa_pool.h, main/pa_charset.C: charset compiled
18190:
18191: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18192:
18193: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18194: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18195: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18196: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18197: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18198:
18199: 2003-01-24 paf
18200:
18201: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18202: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18203: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18204: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18205: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18206: types/pa_vint.h, types/pa_vjunction.h,
18207: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18208: types/pa_vstatus.h, types/pa_vstring.h: more patched
18209:
18210: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18211: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18212: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18213: main/pa_string.C, main/pa_table.C: string compiled
18214:
18215: * src/: include/pa_array.h, include/pa_common.h,
18216: include/pa_dictionary.h, include/pa_exception.h,
18217: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18218: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18219: main/pa_string.C: dictionary compiled
18220:
18221: 2003-01-23 paf
18222:
18223: * src/: include/pa_array.h, include/pa_common.h,
18224: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18225: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18226: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18227: types/pa_value.h: resurrected pool in new sense: now it's
18228: factory, producing&accounting memory chunks for read[autofree]
18229: buffers
18230:
18231: * src/: include/pa_array.h, include/pa_exception.h,
18232: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18233: main/pa_exception.C, main/pa_table.C: table compiled
18234:
18235: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18236: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18237: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18238: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18239: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18240: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18241: main/pa_table.C: aint that easy
18242:
18243: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18244: main/main.dsp: continued with Hash
18245:
18246: * src/main/pa_common.C: connect_string allocated on heap[wes on
18247: stack] now. and exception can be reported OK now [can be reported
18248: outside of pro c with that stack]
18249:
18250: 2003-01-22 paf
18251:
18252: * src/: include/pa_array.h, include/pa_charset.h,
18253: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18254: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18255: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18256: base: contains references_count. auto_ptr template calls
18257: add_ref/release
18258:
18259: 2003-01-21 paf
18260:
18261: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18262: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18263: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18264: classes/op.C, classes/response.C, classes/string.C,
18265: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18266: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18267: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18268: include/pa_config_fixed.h, include/pa_config_includes.h,
18269: include/pa_dictionary.h, include/pa_dir.h,
18270: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18271: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18272: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18273: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18274: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18275: include/pa_stack.h, include/pa_string.h,
18276: include/pa_stylesheet_connection.h,
18277: include/pa_stylesheet_manager.h, include/pa_table.h,
18278: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18279: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18280: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18281: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18282: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18283: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18284: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18285: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18286: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18287: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18288: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18289: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18290: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18291: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18292: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18293: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18294: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18295: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18296: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18297: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18298: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18299: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18300: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18301: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18302: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18303: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18304: types/pa_vstateless_object.h, types/pa_vstatus.C,
18305: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18306: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18307: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18308: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18309: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18310: 2002->2003
18311:
18312: 2003-01-16 paf
18313:
1.211 moko 18314: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18315: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18316: $.any-status(1)
1.95 moko 18317:
1.211 moko 18318: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18319: src/main/pa_common.C: http request now return status. and not
18320: fail on status!=200
18321:
18322: 2003-01-15 paf
18323:
18324: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18325:
18326: 2003-01-14 paf
18327:
18328: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18329: mkinstalldirs: removed some ancient files [they in / really]
18330:
18331: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18332: regretfully needed patch in two places. in config_fixed.h made
18333: stubs for lib to compile in MSVC
18334:
18335: 2003-01-13 paf
18336:
18337: * config.guess, config.sub, ltmain.sh: removed last piece of
18338: configure.in(libtool) hacks
18339:
1.116 moko 18340: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18341: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18342: ltdl.h: moved to latest libtool (1.4.3)
18343:
18344: 2003-01-10 paf
18345:
18346: * src/lib/ltdl/: configure, configure.in: PROG_NM
18347:
18348: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18349: patches. libxml2 >= 2.5.1
18350: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18351: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18352: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18353:
18354: * INSTALL: moved to latest versions of xml libs libxml2 >=
18355: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18356: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18357: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18358:
18359: 2003-01-09 paf
18360:
18361: * INSTALL: xml,xslt,gdome lib urls updated
18362:
18363: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18364: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18365: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18366: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18367: 1.7.2
1.95 moko 18368:
18369: * depcomp: moving to automake 1.7.2
18370:
18371: 2002-12-27 paf
18372:
18373: * src/include/pa_version.h: 0007
18374:
18375: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18376: outdated parts, made links to language docs
18377:
18378: * src/include/pa_config_auto.h.in: comment
18379:
18380: 2002-12-26 paf
18381:
18382: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18383: not contain trailing / fixed.
18384:
18385: * INSTALL: changing SAFE_MODE politics
18386:
18387: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18388:
18389: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18390:
18391: 2002-12-25 paf
18392:
18393: * src/main/pa_globals.C: optimized-xml
18394:
18395: * src/main/pa_globals.C: optimized-as-is
18396:
18397: 2002-12-24 paf
18398:
18399: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18400: fixed [were really called with zero size when .html?a=&b=]
18401:
18402: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18403: with --with-sendmail
18404:
18405: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18406: fixed]
18407:
18408: 2002-12-23 paf
18409:
18410: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18411: ignoring parameters & were storing only string with default
18412: expires
18413:
18414: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18415: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18416: December 23, 2002 4:22 AM Subject: bug â
18417: Charset::transcode_buf2xchar
18418:
18419: 2002-12-20 paf
18420:
18421: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18422: non-cgi [script] runs
18423:
18424: 2002-12-19 paf
18425:
18426: * INSTALL: --without-iconv recommended [it crashes on some systems
18427: [tested on elik]] moreover, it's not needed there [parser
18428: registers charsets itself]
18429:
18430: * INSTALL: --without-iconv recommended [it crashes on some systems
18431: [tested on elik]]
18432:
1.211 moko 18433: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18434: src/include/pa_request.h, src/main/pa_globals.C,
18435: src/main/pa_request.C: $response:download
18436:
18437: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18438: compiler [win32]].
18439:
18440: 2002-12-18 paf
18441:
18442: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18443:
18444: 2002-12-17 paf
18445:
18446: * src/targets/cgi/parser3.C: merged die&iis changes
18447:
18448: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18449: to exit(1) 2. more flexible iilegal call check
18450:
18451: 2002-12-16 paf
18452:
18453: * ltmain.sh: some automakes silly insist on having this handy
18454:
18455: * src/main/untaint.C: filespec russian small 'r' changed to latin
18456: 'p' bug fix
18457:
18458: 2002-12-15 paf
18459:
18460: * src/main/untaint.C: filespec russian small 'r' changed to latin
18461: 'p'
18462:
18463: * configure.in, src/include/pa_config_auto.h.in,
18464: src/main/compile.C, src/main/pa_common.C: merged small changes
18465: from branch 6 to HEAD
18466:
18467: * src/main/compile.C: removed warning
18468:
18469: * src/main/pa_common.C: ftruncate having checked
18470:
18471: * configure.in, src/include/pa_version.h: new version
18472:
18473: 2002-12-14 paf
18474:
18475: * src/classes/table.C: removed unnecessary code
18476:
18477: * src/sql/pa_sql_driver.h: exception type fixed
18478:
18479: 2002-12-09 paf
18480:
18481: * src/types/pa_vvoid.h: $void.store[now] error
18482:
18483: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18484:
18485: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18486: tries to write core dump
18487:
18488: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18489:
18490: * src/: classes/hash.C, classes/string.C, classes/table.C,
18491: classes/void.C, main/pa_sql_driver_manager.C,
18492: sql/pa_sql_driver.h: changed exception handling mech in sql
18493: handlers #2
18494:
18495: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18496: exception handling mech in sql handlers
18497:
18498: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18499: handlers
18500:
18501: * src/: classes/hash.C, classes/string.C, classes/table.C,
18502: classes/void.C, main/pa_sql_driver_manager.C,
18503: sql/pa_sql_driver.h: changed exception handling mech in sql
18504: handlers
18505:
1.116 moko 18506: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18507: to write makefile which used libtool to install things, which is
18508: not needed
1.95 moko 18509:
18510: 2002-12-06 paf
18511:
1.211 moko 18512: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18513: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18514: more like 'table'
1.95 moko 18515:
18516: 2002-12-05 paf
18517:
18518: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18519: cc/bcc OK now
18520:
18521: * src/main/untaint.C: mail header closed properly
18522:
18523: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18524: header ',' allowed. still bugs in smtp [only one receiptient
18525: works, cc, bcc ignored now, and MAILED ;)]
18526:
18527: [strncpy killed, memnchr used]
18528:
18529: * src/main/pa_table.C: table-copy now current=0
18530:
18531: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18532: lowlevel proc
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: more checks on
18539: http://domain/parser.cgi start [maybe some getenv returns "",
18540: checked that now
18541:
18542: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18543: out-of-mem errors reached log]
18544:
18545: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18546: mail:send MIME-Version default
18547:
18548: * src/main/main.dsp: pa_version included into main.dsp
18549:
18550: 2002-12-04 paf
18551:
18552: * src/types/pa_vform.C: $form:field string value cut by premature 0
18553:
18554: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18555: lib/libltdl -> lib/ltdl Win32 changes. s
18556:
18557: * src/classes/classes.awk: more strict *.C$
18558:
18559: * gnu.dsp: restored
18560:
1.116 moko 18561: * configure.in, gnu.dsp, src/lib/Makefile.am,
18562: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18563: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18564: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18565: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18566: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18567: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18568: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18569: now created with /configure, not ltdl/configure, so it does have
18570: no problems with automake. ltdl/configure
18571: AC_OUTPUT(Makefile<<removed)
1.95 moko 18572:
18573: 2002-12-02 paf
18574:
1.211 moko 18575: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18576:
18577: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18578: src/main/pa_common.C, src/main/pa_request.C,
18579: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18580: tainted parts becomes http-header
18581:
18582: 2002-11-29 paf
18583:
1.211 moko 18584: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18585: operators.txt: exif dates now objects of type date
1.95 moko 18586:
18587: * src/classes/image.C: file.seek removed [it were used in image.C
18588: only, and for parser user this means that jpeg image has bad
18589: size in fragment's header] now used image.format
18590:
18591: * src/: include/pa_common.h, main/pa_common.C,
18592: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18593: now handled exactly like $response:header values. e.g. can be
18594: hash [can have subattributes] & contain date values.
18595:
18596: * src/main/pa_common.C: http:// param values lang forced URI
18597:
18598: * src/main/pa_common.C: http:// tainted partes now %xx
18599:
18600: 2002-11-28 paf
18601:
1.211 moko 18602: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18603:
18604: * src/classes/image.C: ^image.length now counts interchar space.
18605: plus space after last char
18606:
18607: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18608:
18609: * src/classes/image.C: ^image.font width measurer now scans full
18610: height [were -1]
18611:
18612: * configure.in: stopped double libltdl/Makefile generation
18613:
18614: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18615: chars [one top horizontal line of 1pixel height were missing]
18616:
18617: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18618: 'false' to go into (Hash *) parameter
18619:
18620: 2002-11-27 paf
18621:
18622: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18623: types/pa_vmail.C: response:body[file] if file nows it's name now
18624: returns content-disposition: >>attachment<<
18625:
18626: * src/classes/image.C: ^image.font << bad font file-size now
18627: properly reported
18628:
18629: 2002-11-26 paf
18630:
18631: * src/main/pa_request.C: fixed lang in reponse header
18632:
18633: * src/main/pa_common.C: utf8 prefix ignored @read text
18634:
1.211 moko 18635: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18636: response status!=200 made exception: http.status with source=bad
18637: status#
1.95 moko 18638:
18639: 2002-11-25 paf
18640:
18641: * configure.in, src/classes/image.C,
18642: src/include/pa_config_auto.h.in,
18643: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18644: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18645: const void related probs fixed
1.95 moko 18646:
1.211 moko 18647: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18648: fields now UPPERCASE
1.95 moko 18649:
18650: $file[^file::load[http://there]] $file.SERVER
18651:
18652: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18653: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18654: http options [invalid onces now reported] made default
18655: user-agent: paf
18656:
1.211 moko 18657: * operators.ru.txt, operators.txt, src/classes/file.C,
18658: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18659: src/include/pa_globals.h, src/main/pa_common.C,
18660: src/main/pa_globals.C, src/main/pa_request.C,
18661: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18662: now understand http:// prefix and additional params, sample:
18663: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18664: $.USER-AGENT[parser3] ]]
18665:
18666: 2002-11-22 paf
18667:
18668: * src/classes/image.C, src/include/pa_globals.h,
18669: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18670: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18671: $image.exif support $image.exif.DateTime & co
1.95 moko 18672:
18673: 2002-11-21 paf
18674:
18675: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18676: _PASS_APPENDED)
18677:
18678: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18679: EXIF information [were big block and it's size were considered
18680: negative :(]
18681:
1.211 moko 18682: * operators.ru.txt, operators.txt, src/classes/image.C,
18683: src/include/pa_common.h, src/main/pa_common.C,
18684: src/types/pa_vmail.C: image.measure internals rewritten. no
18685: there's reader.seek, and all's ready for EXIF extraction [now we
18686: fail to measure files with EXIF info]
1.95 moko 18687:
18688: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18689: O_TRUNC truncates even exclusevely write-locked file [thanks to
18690: Igor Milyakov <virtan@rotabanner.com> for discovering]
18691:
18692: 2002-11-20 paf
18693:
18694: * src/targets/cgi/parser3.C: logging @signal += query_string
18695:
18696: * configure.in, src/include/pa_config_auto.h.in,
18697: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18698: comment
18699:
18700: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18701:
18702: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18703: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18704: currently processed document SIGPIPE >> interrupts request
18705: processing [exception = DB rollback]
18706:
18707: * src/main/pa_exec.C: comment
18708:
18709: * src/main/pa_exec.C: pa_exec: data written only if size>0
18710:
1.211 moko 18711: * operators.ru.txt, operators.txt, src/classes/file.C:
18712: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18713:
18714: * src/: include/pa_config_fixed.h, main/pa_common.C,
18715: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18716: pipe read errors now checked
18717:
18718: 2002-11-19 paf
18719:
18720: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18721: CGI: Illegal call
18722:
18723: 2002-11-01 paf
18724:
18725: * src/main/execute.C: comment
18726:
18727: 2002-10-31 paf
18728:
18729: * src/main/execute.C: found out why, checked that for now. todo:
18730: find out a way for that user could do that
18731:
18732: * src/types/pa_vstateless_object.h: object put replaces static
18733: parent if any
18734:
18735: * src/types/pa_vobject.C: object put replaces static parent if any
18736:
18737: * src/: classes/form.C, classes/mail.C, classes/op.C,
18738: classes/xnode.h, main/compile.tab.C, main/execute.C,
18739: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18740: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18741: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18742: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18743: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18744: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18745: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18746: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18747: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18748: types/pa_vstateless_object.h, types/pa_vstatus.C,
18749: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18750: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18751: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18752: types/pa_wwrapper.h: static fix merged
18753:
18754: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18755: $virtual_fields in dynamic, but one can reach derived
18756: static[class] variable from base
18757:
18758: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18759: types/pa_vobject.C, types/pa_vobject.h,
18760: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18761: statics, left $virtual_fields in dynamic
18762:
18763: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18764: one can't remember derivates in base class: there's so many of
18765: them. also there can be no virtual method calls in static
18766: classes
18767:
18768: * src/: classes/form.C, classes/mail.C, classes/op.C,
18769: classes/xnode.h, main/execute.C, main/pa_request.C,
18770: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18771: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18772: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18773: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18774: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18775: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18776: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18777: types/pa_vresponse.C, types/pa_vresponse.h,
18778: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18779: types/pa_vstateless_object.h, types/pa_vstatus.C,
18780: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18781: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18782: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18783: types/pa_wwrapper.h: static call $self fixed
18784:
18785: * src/main/execute.C: comment
18786:
18787: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18788: ^process[$caller.self]{...} now compiles to last derived object
18789: part of that 'self'
18790:
18791: 2002-10-29 paf
18792:
18793: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18794: re-passing [iis to blame]
18795:
18796: * src/classes/string.C: changed string.save to pass current sql
18797: connection to cstr thus one can ^connect[some server]{
18798: $s[insert into table x (x) values (^taint[sql]{value})]
18799: ^s.save[some.sql] } and he'd get in some.sql file code with
18800: properly escaped. [tried in mssql->mysql export->import of
18801: binary data]
18802:
18803: 2002-10-25 paf
18804:
18805: * src/types/pa_vresponse.C: case insensitive response user fields
18806: get/put
18807:
18808: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18809: types/pa_vresponse.C: saving for maybe-future
18810:
18811: 2002-10-23 paf
18812:
1.211 moko 18813: * operators.ru.txt, operators.txt, src/classes/table.C:
18814: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18815:
18816: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18817:
18818: 2002-10-22 paf
18819:
18820: * src/types/: pa_vform.C, pa_vform.h: removed needless
18821: VForm::Append...(...Value)
18822:
18823: * src/main/execute.C: $.name outside of $name[...] checked
18824:
18825: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18826: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18827:
18828: 2002-10-21 paf
18829:
1.211 moko 18830: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18831: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18832:
1.211 moko 18833: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18834: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18835:
1.211 moko 18836: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18837: $form:image-map
1.95 moko 18838:
1.211 moko 18839: * operators.ru.txt, operators.txt, src/classes/file.C:
18840: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18841:
18842: 2002-10-17 paf
18843:
18844: * src/main/: compile.tab.C, compile.y: operators precedence changed
18845: a little: logical not and bitwise negation precedence made
18846: highest, << and >> bitshits precedence made equal [were << higher
18847: than >>]
18848:
18849: * src/classes/op.C: exception handling fixed [were bad with
18850: contexts]
18851:
18852: 2002-10-16 paf
18853:
18854: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18855: main/pa_request.C: Request::self considered equal to
18856: VMethodFrame::self, and removed, Request::get_self() mapped to
18857: VMethodFrame.self()
18858:
18859: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18860: $hash in open field now gives old good error meesage
18861:
18862: 2002-10-15 paf
18863:
18864: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18865: use ^if($junction is junction){was and now true}
18866:
18867: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18868: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18869: types/pa_vxnode.C: xml->parser strings now have origin, which
18870: points to place where value left xml library and came to parser:
18871: place of dom field extraction/call
18872:
18873: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18874: main/compile.tab.C, main/compile.y, main/execute.C,
18875: types/pa_vmethod_frame.h: removed last pieces of old code
18876: allowing $junction.xxx at compile time
18877:
18878: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18879: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18880: objects also considered [were only classes]
18881:
18882: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18883: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18884: with CLASS self. [ (request&method_frame).self temporarily
18885: changed ]
18886:
18887: * src/classes/: hash.C, op.C: method_frame now always changed, with
18888: no exception to native calls. for&foreach changed to use
18889: method_frame.caller for their var's name context
18890:
18891: * src/: main/execute.C, targets/cgi/parser3.C,
18892: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18893: compiling to system classes disabled
18894:
1.211 moko 18895: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18896: ^process[$caller.CLASS]{code-string} added
18897:
1.211 moko 18898: * operators.ru.txt, operators.txt, src/classes/op.C,
18899: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18900: src/main/pa_request.C, src/types/Makefile.am,
18901: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18902: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18903: $junction.get $junction.set[] introducing $caller
1.95 moko 18904:
18905: * src/types/pa_value.h: removed outdated comments. doxygen would
18906: find them lower by inheritance tree
18907:
18908: * src/types/pa_vjunction.C: ident
18909:
18910: 2002-10-14 paf
18911:
18912: * src/classes/op.C: process compiles to code's class class
18913:
18914: * src/: classes/form.C, classes/mail.C, classes/op.C,
18915: include/pa_request.h, main/compile.C, main/compile.tab.C,
18916: main/compile.y, main/execute.C, main/pa_request.C,
18917: types/pa_vstateless_class.h: operators now main-class-methods
18918:
18919: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18920: better stack trace [has "call" & co there]
18921:
18922: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18923: operators @auto now executed in MAIN context
18924:
18925: * src/main/execute.C: operator execution context now = MAIN, not
18926: closest stack frame
18927:
18928: @touchit[] $i[after]
18929:
18930: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18931: were 'after'
18932:
18933: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18934: 'after'
18935:
18936: * src/main/execute.C: comment
18937:
18938: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18939: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18940: action]
18941:
18942: * src/types/pa_vxnode.C: misreplace fixed
18943:
18944: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18945: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18946: $status:rusage.tv_secs/usecs introduced
18947:
18948: 2002-10-09 paf
18949:
18950: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18951: on empty string [or uses (default)]
18952:
18953: 2002-10-08 paf
18954:
18955: * src/main/untaint.C: mail header quoted printable changed after
18956: RFC reread
18957:
1.211 moko 18958: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18959:
18960: * src/types/pa_vxnode.C: misreplace
18961:
18962: 2002-09-24 paf
18963:
1.116 moko 18964: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18965:
18966: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18967: mailreceive would compile on freebsd now
18968:
18969: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18970: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18971: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18972: mailreceive would compile on freebsd now
1.95 moko 18973:
18974: * src/: classes/file.C, main/untaint.C: 1. file spec language
18975: changed: now there are only few chars are untainted: * ? ' " < >
18976: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18977: one should use ^untaint[uri]{...} now]
18978:
18979: 2. $list[^file:list[dir]] now returns simply tainted names in
18980: $list.name, not tainted as filespec
18981:
18982: @russianindex[] #dir with files with russian-lang names
18983: $where[dir]
18984:
18985: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18986: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18987:
18988: 2002-09-23 paf
18989:
18990: * src/types/pa_vdouble.h: double->int round added
18991:
18992: * src/classes/date.C: date bug fix, now
18993: round(floatDays*secondsPerDay)
18994:
18995: * src/classes/date.C: date bug fix, now
18996: round(floatDays*secondsPerDay)
18997:
18998: 2002-09-20 paf
18999:
19000: * src/main/execute.C: code junction calls disabled [before: code
19001: was compiled in such a way, that there were no code-junctions in
19002: OP_CALL]
19003:
19004: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19005:
19006: @badjunctioncallinside[code] ^code[]
19007:
19008: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19009: expanding to include ^junction.method
19010:
19011: * src/main/pa_common.C: -d "DIR/" now true
19012:
19013: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19014: as internal xdoc encoding, and after decoding attributes set by
19015: dom functions now encoded OK, not as digital entities
19016:
19017: * src/classes/xdoc.C: empty transform result, being taken as file
19018: now returns empty file, not raises stupid error about "stat-ed
19019: file"
19020:
19021: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19022: allowed
19023:
19024: * src/types/types.dsp: introducing $junction.get/put(1) one can
19025: write iterators now:
19026:
19027: ^user-foreach[key;value]{$key=$value<br>}
19028:
19029: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19030: $code.value($i*2) $code }
19031:
19032: * src/main/compile_tools.h: mistype
19033:
1.116 moko 19034: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19035: thus taking linking options configure changes into account [were:
19036: ignoring]
1.95 moko 19037:
19038: * src/types/: pa_vjunction.C, Makefile.am: introducing
19039: $junction.get/put(1) one can write iterators now:
19040:
19041: ^user-foreach[key;value]{$key=$value<br>}
19042:
19043: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19044: $code.value($i*2) $code }
19045:
19046: * src/: include/pa_opcode.h, include/pa_request.h,
19047: main/compile.tab.C, main/compile.y, main/execute.C,
19048: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19049: introducing $junction.get/put(1) one can write iterators now:
19050:
19051: ^user-foreach[key;value]{$key=$value<br>}
19052:
19053: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19054: $code.value($i*2) $code }
19055:
19056: 2002-09-19 paf
19057:
1.116 moko 19058: * Makefile.am: new: make commit
1.95 moko 19059:
19060: * aclocal.m4: forced to be older
19061:
19062: 2002-09-18 paf
19063:
19064: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19065: src/main/compile.y, src/main/execute.C: << >> int shifts
19066:
19067: * src/: include/pa_common.h, include/pa_request.h,
19068: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19069: - now this - fatal error
19070:
19071: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19072: that one can pass binary data there
19073:
19074: * src/: classes/date.C, classes/double.C, classes/file.C,
19075: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19076: classes/op.C, classes/response.C, classes/string.C,
19077: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19078: include/pa_request.h: pa_request contexts made privated, plus
19079: get_{self/method_frame} to read. Request_context_saver used in
19080: ^try to save flang too. [were not saved]
19081:
19082: * src/types/pa_vresponse.C: header value chains joined before
19083: output, this should help $.subject[$var $var] from being
19084: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19085:
19086: 2002-09-17 paf
19087:
19088: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19089: removed changes, operators executed with calling self. lots of
19090: code with ^include code relies on defined/defining self variables
19091:
19092: $a[1] ^include[print_a.p] print_a.p: $a
19093:
19094: ^include[set_a.p] a=$a set_a.p: $a[1]
19095:
19096: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19097: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19098: types/pa_vstateless_class.h: operators now executed with MAIN
19099: self. it's for ^include sake, too strong a change
19100:
19101: * src/classes/op.C: made place for ^process to compile it's code to
19102: in case of no self
19103:
19104: * src/main/execute.C: found ancient param to Junction, removed.
19105: allowed passing self to native_code_operators [for ^process to
19106: work, she needs self]
19107:
19108: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19109: types/pa_vstateless_class.h: found ancient param to Junction,
19110: removed. allowed passing self to native_code_operators [for
19111: ^process to work, she needs self]
19112:
19113: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19114: types/pa_value.h, types/pa_vmethod_frame.h,
19115: types/pa_vstateless_class.h: allowed Request.self to be 0,
19116: checked that in VMethodFrame get/put and $self.
19117:
19118: * src/classes/: table.C, xdoc.C: table::sql options table::create
19119: copy options options checked, wrong option now fatal error
19120:
19121: * src/main/pa_string.C: string.replace fixed [were missing words on
19122: pieces boundaries]
19123:
1.150 moko 19124: * configure, configure.in: .so now detected [can be .sl on hpux,
19125: .dll on cygwin, .so in other cases)
1.95 moko 19126:
19127: * configure, configure.in: .so now detected [can be .sl on hpux,
19128: .dll on cygwin, .so in other cases)
19129:
1.211 moko 19130: * operators.ru.txt, operators.txt, src/classes/hash.C,
19131: src/classes/table.C, src/include/pa_globals.h,
19132: src/main/pa_globals.C: table.sql hash::sql flag to allow
19133: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19134:
19135: * src/: classes/hash.C, classes/table.C,
19136: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19137: now errors
19138:
19139: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19140:
19141: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19142: ,2,3]
19143:
19144: 2002-09-16 paf
19145:
19146: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19147: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19148: stdout to be binary. now detected closest header break.
19149:
19150: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19151: closed right
19152:
19153: 2002-09-13 paf
19154:
1.211 moko 19155: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19156: src/main/compile.y, src/main/compile_tools.h: (expression
19157: #comment)
1.95 moko 19158:
19159: (multiline expression #comment line2 #comment )
19160:
19161: (expression #comment with (brackets) comment) << OK
19162:
1.211 moko 19163: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19164: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19165: for expression #comments]
1.95 moko 19166:
19167: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19168: error
19169:
19170: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19171: cheched in pa_socks.C
19172:
1.116 moko 19173: * configure, configure.in, src/include/pa_config_auto.h.in:
19174: HAVE_WINSOCK_H created in configure.in
1.95 moko 19175:
19176: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19177: cookie date now clean [were mistakenly tainted & that worked bad
19178: with opera -- 'happily' that worked OK with msie]
19179:
19180: 2002-09-12 paf
19181:
19182: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19183: VClass get_element now first looks to fields, next to methods &
19184: co todo: the rest reason: more speed
19185:
19186: * src/main/untaint.C: quoted printable encoding stops before
19187: \s*<...>$
19188:
19189: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19190: stops before <...>$
19191:
19192: 2002-09-11 paf
19193:
19194: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19195: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19196: forgot to check users of those funcs. not all were using that
19197: return value convention
19198:
19199: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19200: windows-1254 added
19201:
19202: 2002-09-10 paf
19203:
19204: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19205: VCodeFrame parent param were specified badly
19206:
19207: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19208: WWrapper which used in constructing objects(second param to sql
19209: method) ^...sql{}[$.default{code}] now has parent, wich helps
19210: code in hash to survivi
19211:
19212: * src/: include/pa_request.h, main/execute.C: removed redundant
19213: param to execute [stack said 'thanks']
19214:
19215: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19216: types/pa_value.h, types/pa_vcode_frame.h,
19217: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19218: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19219: responsibility to wcontext
19220:
19221: * src/classes/file.C: decided not to log exec's with stderr, that
19222: could be warnings, and it's up to scritper to log/show them
19223:
19224: * src/: classes/double.C, main/execute.C: double:sql badly called
19225: write_assign_lang, not write_no_lang, thus doing unnecessary
19226: double/string converstion, which were loosing time&precesion
19227:
19228: * src/: main/pa_charset.C, types/pa_vmail.C:
19229: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19230: case of unfinished in buffer processing, causing accidental
19231: transcode stop [in case that source enc != utf-8 & there is
19232: incomplete utf-8 sequence at the end of 16000block iside of
19233: libxml lib] tfm readed & code updated
19234:
19235: 2002-09-04 paf
19236:
19237: * configure: makes with sjlj
19238:
19239: * INSTALL, src/include/pa_config_fixed.h,
19240: src/include/pa_sql_connection.h,
19241: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19242: checked. on win32 it made default
19243:
19244: * src/include/pa_config_auto.h.in: sjlj define
19245:
19246: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19247: can not work with longjump/throw pair, and one must switch that
19248: on there. todo: detect that automatically]
19249:
19250: * src/types/pa_vxnode.C: removed too strong checks of
19251: xnode.elements. now, for instance, if element does not have any
19252: attributes, $xnode.attributes is void, not error
19253:
19254: 2002-09-02 paf
19255:
1.211 moko 19256: * operators.ru.txt, operators.txt, src/main/execute.C,
19257: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19258:
19259: * src/main/execute.C: double_result made to move that var away from
19260: hungry g++ optimizer (-O2), before: it were optimized and
19261: comparison operators worked badly
19262:
19263: * src/types/pa_vdate.h: removed debug
19264:
1.116 moko 19265: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19266:
19267: * src/main/execute.C: fixed numeric < & co so that thay now use
19268: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19269: unknown reason.
19270:
19271: 2002-08-29 paf
19272:
19273: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19274: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19275: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19276: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19277: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19278: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19279: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19280: [called less frequent, allowed to remove ugly
19281: Junction.change_context-s from many places, switch,
19282: mail:send..html{}, ..] request.root renamed to method_frame [more
19283: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19284: [speed up]
19285:
19286: 2002-08-28 paf
19287:
19288: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19289: tainted
19290:
19291: * src/types/pa_vcookie.C: fixed cookie delete when
19292: $cookie:name[$.value[]]
19293:
1.211 moko 19294: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19295: ^string.split[delim[;options]]
19296:
19297: 2002-08-27 paf
19298:
1.116 moko 19299: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19300:
1.211 moko 19301: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19302: src/main/compile.y: # now delimiter
1.95 moko 19303:
19304: * INSTALL: recommended latest gmime 1.0.5
19305:
19306: 2002-08-26 paf
19307:
19308: * configure, configure.in: apache13/hook added to make dist.
19309:
19310: 2002-08-23 paf
19311:
19312: * src/: include/pa_common.h, main/pa_common.C,
19313: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19314: beside binary [cgi, isapi] not accessible [due to bad rights or
19315: whatever] it's error now
19316:
19317: 2002-08-21 paf
19318:
1.116 moko 19319: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19320:
19321: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19322: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19323: class". compiled as if here they named base class
19324:
19325: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19326: cloning constructor]
19327:
19328: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19329:
1.150 moko 19330: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19331: $mail.received.file.value.content-type fixed
19332:
19333: 2002-08-20 paf
19334:
19335: * src/classes/file.C: fixed language of file:file result
19336:
1.211 moko 19337: * operators.ru.txt, operators.txt, src/classes/void.C:
19338: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19339:
1.211 moko 19340: * operators.ru.txt, operators.txt, src/classes/void.C:
19341: ^void.pos[...] = -1
1.95 moko 19342:
1.211 moko 19343: * operators.ru.txt, operators.txt, src/classes/void.C:
19344: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19345:
1.211 moko 19346: * src/classes/void.C, operators.ru.txt, operators.txt:
19347: ^void.length[] = 0
1.95 moko 19348:
19349: 2002-08-19 paf
19350:
19351: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19352: work now
19353:
19354: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19355: error in xnode, which were not catched in xdoc]
19356:
19357: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19358: prepared: // validate each document after load/create (?)
19359: //xmlDoValidityCheckingDefaultValue = 1;
19360:
19361: 2002-08-15 paf
19362:
19363: * src/classes/classes.h: write to static var caused useless
19364: Exception, introduced Methoded::put_element wich consumes those
19365:
1.211 moko 19366: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19367: src/main/pa_common.C, src/types/pa_vcookie.C,
19368: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19369: src/types/pa_vresponse.h: $response:field[date]
19370: $response:field[$.xxx[date]]
1.95 moko 19371:
19372: * src/: classes/hash.C, classes/string.C, classes/table.C,
19373: classes/void.C, include/pa_sql_connection.h: fixed source of
19374: ^hash::sql{bad}
19375:
1.211 moko 19376: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19377: request body
1.95 moko 19378:
19379: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19380:
19381: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19382: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19383:
1.211 moko 19384: * operators.ru.txt, operators.txt, src/classes/form.C,
19385: src/include/pa_pool.h, src/include/pa_request.h,
19386: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19387: planning/preparing_to $request:body r.post_data now const
1.95 moko 19388:
19389: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19390: classes/xnode.C, main/execute.C, types/pa_value.h,
19391: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19392: types/pa_vtable.h: instead of type() checking everywhere used
19393: Value.as now user descendants can be used in params.
19394:
19395: VObject::as_*, is_defined now taken from bases. xtable(table)
19396: ^if($xtable) now OK
19397:
19398: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19399: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19400: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19401:
19402: 2002-08-14 paf
19403:
19404: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19405: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19406: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19407: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19408: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19409: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19410: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19411: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19412: types/pa_vresponse.C, types/pa_vresponse.h,
19413: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19414: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19415: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19416: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19417: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19418: & VClass
19419:
19420: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19421:
19422: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19423: removed fixopt stupidity. on stupid linux use cd /document/root
19424: ../cgi/parser3 script
19425:
19426: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19427: params, splitting them by space, excluding argv[0], argv[argc-1]
19428:
19429: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19430: fixopt.h: fixopt now preprocesses command line params, splitting
19431: them by space, excluding argv[0], argv[argc-1]
19432:
19433: * src/targets/cgi/parser3.C: -f config file
19434:
19435: * src/targets/cgi/parser3.C: fixed .log file dir
19436:
19437: 2002-08-13 paf
19438:
19439: * src/types/pa_vobject.C: allow override parent variables, useful
19440: for form descendants [in vobject too, were in vclass]
19441:
19442: * src/types/pa_vclass.C: allow override parent variables, useful
19443: for form descendants
19444:
19445: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19446: overwritten in derived(table)
19447:
19448: * src/: classes/form.C, classes/mail.C, classes/op.C,
19449: classes/xnode.h, include/pa_request.h, main/execute.C,
19450: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19451: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19452: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19453: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19454: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19455: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19456: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19457: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19458: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19459: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19460: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19461: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19462: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19463: Value::get_element(..., bool looking_down) [needed to exclude
19464: endless recoursion]
19465:
19466: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19467: fix bug with put endless recoursion todo: check 'as'
19468:
19469: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19470: reorganized modules todo: fix bug with put endless recoursion
19471: todo: check 'as'
19472:
19473: * src/types/pa_vobject.h: checked: table fields can be overwritten
19474: in derived(table)
19475:
19476: * src/types/pa_vobject.h: derived classes can have fields of their
19477: own now
19478:
19479: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19480: fixed error message on using non-created table
19481:
19482: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19483: classes/op.C, classes/xnode.h, include/pa_request.h,
19484: main/compile.C, main/compile.tab.C, main/execute.C,
19485: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19486: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19487: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19488: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19489: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19490: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19491: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19492: types/pa_vresponse.C, types/pa_vresponse.h,
19493: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19494: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19495: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19496: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19497: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19498: looking down/up tree todo: fix error message on non-constructed
19499: parents
19500:
19501: 2002-08-12 paf
19502:
19503: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19504: derived OK
19505:
19506: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19507: thorough testing
19508:
19509: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19510: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19511: types/pa_vobject.h, types/pa_vstateless_class.h,
19512: types/pa_vstateless_object.h, types/pa_wcontext.h,
19513: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19514: ^base:create[] dynamic call rewritten todo: thorough testing
19515:
19516: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19517: now instantates base class, remembers it and saves child in
19518: parent VObject.get_class now returns last child = downward
19519: virtual calls OK
19520:
19521: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19522: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19523: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19524: types/pa_vobject.h, types/pa_vresponse.h,
19525: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19526: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19527: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19528: VAliased [redundant], moved $CLASS to VObject only [parser class
19529: instance]
19530:
19531: * src/main/pa_request.C: $response:body[file] content-type check
19532: fixed [were bad when content-type is hash]
19533:
19534: 2002-08-09 paf
19535:
19536: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19537: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19538:
19539: 2002-08-08 paf
19540:
1.211 moko 19541: * operators.ru.txt, operators.txt, src/classes/date.C,
19542: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19543: month calendar [week year]
1.95 moko 19544:
19545: * src/main/execute.C: error reporting on object writes to MAIN
19546: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19547:
1.211 moko 19548: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19549: $date.yearday $date.daylightsaving
1.95 moko 19550:
19551: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19552: use tainted data now. only she must specify the language.
19553:
19554: ^mail:send[ $.from[paf@mail.design.ru]
19555: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19556: $.text[^taint[uri][ìîñêâà]=] ]
19557:
19558: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19559: now prints more precise origin
19560:
19561: * src/include/pa_string.h: String::first_char now not fails on
19562: empty strings ^if(-f '') now ok and in 3 other places.
19563:
1.211 moko 19564: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19565: src/main/pa_string.C: String::first_char now not fails on empty
19566: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19567:
19568: 2002-08-07 paf
19569:
19570: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19571: fixed
19572:
19573: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19574:
19575: * src/: main/execute.C, types/pa_vcode_frame.h,
19576: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19577: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19578: mistakenly not completely transparent to object writes.
19579: $hash[^if(1){$hash}] now works
19580:
1.211 moko 19581: * operators.ru.txt, operators.txt, src/classes/op.C:
19582: ^cache...{...^cache<<to past...} now erasing cache file [there
19583: were bad check on that]
1.95 moko 19584:
19585: * src/: classes/classes.dsp, classes/table.C,
19586: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19587: all Debug dirs in .dsp now named 'Debug'
19588:
1.116 moko 19589: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19590:
1.211 moko 19591: * operators.ru.txt, operators.txt, src/classes/mail.C:
19592: exception_type email.send
1.95 moko 19593:
1.211 moko 19594: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19595: exception_type email.format
1.95 moko 19596:
19597: * src/types/pa_vmail.C: mail:send empty email checked
19598:
19599: 2002-08-06 paf
19600:
1.211 moko 19601: * operators.ru.txt, operators.txt, src/classes/table.C,
19602: src/include/pa_array.h, src/include/pa_table.h,
19603: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19604: ^table::create[$source;$.options] ^table::join[$source;$.options]
19605:
1.211 moko 19606: * operators.ru.txt, operators.txt, src/classes/hash.C,
19607: src/classes/string.C, src/classes/table.C: sql options can be
19608: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19609:
19610: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19611:
19612: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19613: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19614: $file.content-type [instead of .mime-type] now works for
19615: file::stat also
19616:
19617: * src/main/pa_request.C: case insensitive mime_type_of
19618:
19619: 2002-08-05 paf
19620:
19621: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19622:
19623: * src/types/pa_vmail.C: file buffer relocated to parser heap
19624:
1.211 moko 19625: * operators.ru.txt, operators.txt: comment on date:calendar week
19626: column
1.95 moko 19627:
19628: * src/main/pa_common.C: write checked
19629:
19630: * src/main/: pa_common.C: write checked
19631:
19632: * src/classes/date.C: +1 buf size for stupid snprintfs
19633:
19634: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19635: month calendar week column [ISO 8601 Week Numbers]
19636:
19637: 2002-08-02 paf
19638:
19639: * src/: include/pa_config_fixed.h, main/pa_string.C,
19640: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19641: DEBUG*
19642:
19643: * configure, configure.in, src/include/pa_version.h: release
19644: 3_0_0005
19645:
19646: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19647: multipart post fixed
19648:
1.211 moko 19649: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19650: src/types/pa_vform.C: response transcoded source->client only
19651: when text/* or simple onoverridden $response:body
1.95 moko 19652:
19653: 2002-08-01 paf
19654:
19655: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19656: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19657: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19658: classes/op.C, classes/response.C, classes/string.C,
19659: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19660: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19661: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19662: include/pa_config_fixed.h, include/pa_dictionary.h,
19663: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19664: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19665: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19666: include/pa_socks.h, include/pa_sql_connection.h,
19667: include/pa_sql_driver_manager.h, include/pa_stack.h,
19668: include/pa_string.h, include/pa_stylesheet_connection.h,
19669: include/pa_stylesheet_manager.h, include/pa_table.h,
19670: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19671: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19672: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19673: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19674: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19675: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19676: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19677: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19678: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19679: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19680: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19681: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19682: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19683: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19684: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19685: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19686: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19687: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19688: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19689: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19690: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19691: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19692: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19693: types/pa_vmethod_frame.h, types/pa_vobject.h,
19694: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19695: types/pa_vresponse.h, types/pa_vstateless_class.C,
19696: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19697: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19698: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19699: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19700: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19701: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19702:
19703: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19704: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19705: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19706: classes/math.C, classes/op.C, classes/response.C,
19707: classes/string.C, classes/table.C, classes/void.C,
19708: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19709: include/pa_array.h, include/pa_cache_managers.h,
19710: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19711: include/pa_config_fixed.h, include/pa_config_includes.h,
19712: include/pa_dictionary.h, include/pa_dir.h,
19713: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19714: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19715: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19716: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19717: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19718: include/pa_stack.h, include/pa_string.h,
19719: include/pa_stylesheet_connection.h,
19720: include/pa_stylesheet_manager.h, include/pa_table.h,
19721: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19722: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19723: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19724: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19725: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19726: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19727: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19728: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19729: main/pa_sql_driver_manager.C, main/pa_string.C,
19730: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19731: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19732: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19733: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19734: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19735: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19736: targets/isapi/pool_storage.h, types/pa_valiased.C,
19737: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19738: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19739: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19740: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19741: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19742: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19743: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19744: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19745: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19746: types/pa_vresponse.C, types/pa_vresponse.h,
19747: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19748: types/pa_vstateless_object.h, types/pa_vstatus.C,
19749: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19750: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19751: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19752: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19753: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19754: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19755: types/Makefile.am: ident.C* removed
19756:
1.211 moko 19757: * operators.ru.txt, operators.txt, src/classes/file.C,
19758: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19759:
19760: * src/targets/cgi/parser3.C: usage to stdout now
19761:
19762: 2002-07-31 paf
19763:
19764: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19765:
19766: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19767: default "postmaster"
19768:
19769: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19770: -f postmaster now default sendmail key word "postmaster"
19771: replaced to $.from
19772:
19773: 2002-07-30 paf
19774:
1.116 moko 19775: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19776: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19777:
19778: * src/main/pa_charset.C: comment
19779:
19780: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19781: table, &#decimal;
19782:
19783: * src/main/pa_request.C: comment
19784:
19785: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19786: paragraf]
19787:
19788: 2002-07-11 paf
19789:
19790: * src/main/pa_exec.C: build command line badly added params twice
19791: [and first time without ' ']. double wrong. fixed.
19792:
19793: * src/main/pa_exec.C: invalid .exe caused error message with params
19794: wich parser did not provide = reported badly. fixed that.
19795:
19796: * src/classes/mail.C: $MAIL[ # xxx ]
19797:
19798: now ok
19799:
1.211 moko 19800: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19801:
19802: 2002-07-01 paf
19803:
19804: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19805: [MForm.configure_admin were called when request.main_class ==0
19806:
19807: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19808:
19809: * src/classes/form.C: content_length type fix
19810:
19811: 2002-06-30 paf
19812:
19813: * src/classes/mail.C: merged from 4
19814:
19815: * src/classes/mail.C: restored $MAIL
19816:
19817: 2002-06-28 paf
19818:
19819: * configure, configure.in: removed paths.h
19820:
1.116 moko 19821: * configure, src/include/pa_version.h,
1.95 moko 19822: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19823: merged, makes updated
19824:
1.211 moko 19825: * ChangeLog, configure, operators.ru.txt, operators.txt,
19826: src/classes/xdoc.C, src/include/pa_charset.h,
19827: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19828: src/include/pa_version.h, src/main/pa_charset.C,
19829: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19830: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19831: latest updates to head
1.95 moko 19832:
19833: 2002-06-27 paf
19834:
19835: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19836: not error now
19837:
1.211 moko 19838: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19839: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19840: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19841: ^xdoc::create[[uri]]... base uri for document being created,
19842: imports and other relative file names would be relative to this
19843: uri default uri=path_translated
19844:
19845: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19846:
19847: 2002-06-26 paf
19848:
19849: * configure, configure.in, src/include/pa_version.h:
19850: release_3_0_0004
19851:
19852: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19853: 0 now
19854:
19855: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19856:
19857: 2002-06-25 paf
19858:
19859: * src/main/pa_string.C: emtpy string, or string of whitespaces
19860: considered bad number now
19861:
1.211 moko 19862: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19863: ^xdoc.transform[xdoc <<can be now
1.95 moko 19864:
1.211 moko 19865: * operators.ru.txt, operators.txt, src/classes/string.C:
19866: ^string.normalize [old name: optimize
1.95 moko 19867:
19868: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19869: library configured
19870:
19871: * src/main/pa_request.C: configure_admin forced if no @conf
19872:
1.211 moko 19873: * operators.ru.txt, operators.txt, src/classes/math.C,
19874: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19875: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19876:
19877: 2002-06-24 paf
19878:
19879: * INSTALL: --with-static/shared-mailreceive described
19880:
19881: * src/include/pa_config_fixed.h: ssize_t fixed
19882:
1.116 moko 19883: * configure, configure.in, src/include/pa_config_auto.h.in,
19884: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19885: src/types/pa_vmail.C: $mail:received makes update
19886:
19887: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19888: WITH_MAILRECEIVE
19889:
19890: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19891:
19892: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19893: option, for $mail:receive
19894:
19895: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19896: introducting $message:received ^mail:send rewritten with backward
19897: comp
19898:
19899: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19900: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19901: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19902: now
19903:
1.211 moko 19904: * operators.ru.txt, operators.txt, src/classes/mail.C,
19905: src/include/Makefile.am, src/include/pa_charset.h,
19906: src/include/pa_config_fixed.h, src/include/pa_request.h,
19907: src/include/pa_string.h, src/include/pa_uue.h,
19908: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19909: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19910: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19911: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19912: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19913: uue to separate file introducting $message:received ^mail:send
19914: rewritten with backward comp
19915:
19916: 2002-06-21 paf
19917:
1.116 moko 19918: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19919: co changes
1.95 moko 19920:
1.116 moko 19921: * configure, configure.in, src/lib/md5/Makefile.am,
19922: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19923: restructure .in and .am files appropriate changes
1.95 moko 19924:
19925: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19926: pcre to libs/ added libs/md5 which is linked to non-apache
19927: targets ^math:crypt[password;$apr1$salt]
19928:
1.211 moko 19929: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19930: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19931: src/classes/classes.dsp, src/classes/math.C,
19932: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19933: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19934: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19935: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19936: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19937: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19938: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19939: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19940: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19941: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19942: src/lib/pcre/pcre_parser_ctype.dsp,
19943: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19944: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19945: src/main/compile.tab.C, src/main/main.dsp,
19946: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19947: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19948: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19949: to libs/ added libs/md5 which is linked to non-apache targets
19950: ^math:crypt[password;$apr1$salt]
19951:
19952: 2002-06-20 paf
19953:
1.211 moko 19954: * INSTALL, configure, configure.in, operators.ru.txt,
19955: operators.txt, src/classes/file.C, src/classes/op.C,
19956: src/doc/doxygen.cfg, src/include/pa_globals.h,
19957: src/include/pa_request.h, src/main/execute.C,
19958: src/main/pa_request.C, src/targets/cgi/parser3.C,
19959: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19960: marged latest HEAD updates, mainly file:justname&co &
19961: @auto/conf[filespec
1.95 moko 19962:
1.211 moko 19963: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19964: !^file:dirname[/a/some.tar.gz]=/a
19965: !^file:dirname[/a/b/]=/a
19966: !^file:basename[/a/some.tar.gz]=some.tar.gz
19967: !^file:justname[/a/some.tar.gz]=some.tar
19968: !^file:justext[/a/some.tar.gz]=gz
19969:
19970: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19971: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19972: @conf/auto[filespec]
19973:
1.116 moko 19974: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19975:
1.211 moko 19976: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19977: src/doc/doxygen.cfg, src/include/pa_globals.h,
19978: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19979: parser3.conf renamed to auto.p
1.95 moko 19980:
19981: 2002-06-18 paf
19982:
19983: * configure, configure.in, src/include/pa_version.h: version to
19984: configure.in
19985:
19986: * INSTALL: reflected .conf.dist dir change
19987:
1.150 moko 19988: * Makefile.am, configure, configure.in,
1.116 moko 19989: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19990: .in & *.am updated
19991:
19992: * src/classes/file.C: strncasecmp
19993:
19994: * src/classes/file.C: strcasecmp
19995:
1.150 moko 19996: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19997:
19998: * src/classes/file.C: ^file::exec[script;$.bad error case
19999: insensitive check now
20000:
20001: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20002:
20003: * configure, configure.in, src/include/pa_pool.h,
20004: src/include/pa_types.h: pack configure.in detection simplified.
20005: figured out that gcc on sparc not that stupid as thought
20006: previously: on sparc: when it sees packed class it modifies it's
20007: field-access-code to byte operations [stb, ldub] instead of 4byte
20008: operations [st, lduh] so packed must be all parts of packed
20009: class, i.e. it's parents&fields(classes). for now it's only
20010: String that packed and what was wrong is that it's parent -
20011: Pooled, were not packed. fixed that.
20012:
20013: 2002-06-14 paf
20014:
1.211 moko 20015: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20016:
1.211 moko 20017: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20018: attribute_node.name/value xnode pi.node.data
20019:
20020: 2002-06-12 paf
20021:
1.116 moko 20022: * configure, configure.in, src/targets/cgi/Makefile.am,
20023: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20024:
1.211 moko 20025: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20026: etc/Makefile.am, src/include/pa_globals.h,
20027: src/include/pa_request.h, src/main/compile.tab.C,
20028: src/main/pa_globals.C, src/main/pa_request.C,
20029: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20030: parser3.conf now one and only
1.95 moko 20031:
20032: * src/classes/mail.C: sendmail -ti [default now]
20033:
20034: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20035: to be strings. for convinient #ing
20036:
20037: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20038: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20039:
20040: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20041: main/pa_globals.C, main/pa_request.C: @conf
20042:
20043: 2002-06-11 paf
20044:
20045: * src/classes/file.C: check simplified
20046:
20047: * src/: classes/file.C, targets/cgi/parser3.dsp,
20048: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20049: valid prefix
20050:
20051: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20052: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20053: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20054:
20055: 2002-06-10 paf
20056:
1.211 moko 20057: * operators.ru.txt, operators.txt, src/classes/op.C,
20058: src/include/pa_common.h, src/main/pa_common.C: lock failures
20059: reported now
1.95 moko 20060:
20061: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20062: string->double @ compile time were not-enough-checking...
20063:
20064: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20065: autoconvert now ignored
20066:
20067: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20068: check
20069:
20070: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20071: $response:body content-type:name
20072:
20073: * configure, configure.in: hpux check, nsl link, no socket
20074:
1.211 moko 20075: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20076:
20077: * configure, configure.in: pack even address access on sparc&co
20078: arch checked in configure
20079:
20080: * configure, src/include/pa_version.h: makes
20081:
20082: * configure, configure.in, src/include/pa_version.h: makes
20083:
20084: * src/main/untaint.C: (bug#2) mail subject got always prepended
20085: with charset even when all letters were 7bit one
20086:
20087: * src/main/pa_common.C: merged fixed -d (bug)
20088:
20089: * src/main/pa_common.C: fixed -d (bug)
20090:
20091: 2002-06-03 paf
20092:
1.211 moko 20093: * ChangeLog, operators.ru.txt, operators.txt,
20094: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20095: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20096: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20097: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20098: .dsp-s along with reorganized cvs modules dirs structure
20099:
20100: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20101: main/pa_globals.C, targets/cgi/parser3.dsp,
20102: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20103: modules
20104:
20105: 2002-05-28 paf
20106:
20107: * src/targets/cgi/parser3.C: info.uri now ""
20108:
20109: 2002-05-17 paf
20110:
20111: * src/classes/: table.C: ^table.save << checked empty
20112: pre/match/post columns
20113:
20114: 2002-05-16 paf
20115:
20116: * src/classes/image.C: image::measure can png now
20117:
20118: 2002-05-15 paf
20119:
1.211 moko 20120: * operators.ru.txt, operators.txt, src/classes/date.C:
20121: ^date::create[%H:%M[:%S]] added
1.95 moko 20122:
20123: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20124:
1.211 moko 20125: * operators.ru.txt, operators.txt, src/classes/date.C:
20126: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20127:
20128: 2002-05-14 paf
20129:
20130: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20131:
20132: 2002-05-07 paf
20133:
20134: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20135: src/include/pa_globals.h, src/include/pa_request.h,
20136: src/include/pa_table.h, src/main/compile.tab.C,
20137: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20138: src/main/pa_request.C, src/main/pa_table.C,
20139: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20140: src/targets/isapi/parser3isapi.dsp,
20141: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20142: name2number field now &. main_method_name now on Request pool
20143: rather on global_pool [Junction+VJunction created on same pool as
20144: name = were created on global pool, causing mem leaks]
20145:
20146: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20147: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20148: main/compile.y, main/main.dsp, main/pa_globals.C,
20149: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20150: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20151: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20152: field now &. main_method_name now on Request pool rather on
20153: global_pool [Junction+VJunction created on same pool as name =
20154: were created on global pool, causing mem leaks]
20155:
20156: 2002-05-06 paf
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: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20163: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20164: 100*40 bytes per request memory leak [nonpool malloc in globals]
20165:
20166: 2002-04-30 paf
20167:
20168: * configure, src/include/pa_version.h: version now not b
20169:
20170: * src/targets/cgi/parser3.C: request.uri now never 0
20171:
20172: 2002-04-29 paf
20173:
20174: * configure.in: removed b
20175:
20176: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20177: Exception::comment/type checked in (), no there's no empty
20178: type/comment by default
20179:
20180: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20181: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20182: src/doc/value.dox, src/include/pa_exception.h,
20183: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20184: 0001
20185:
20186: 2002-04-26 paf
20187:
20188: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20189: size reduced
20190:
20191: 2002-04-25 paf
20192:
20193: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20194: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20195: now that took into account
20196:
1.211 moko 20197: * operators.ru.txt, operators.txt, src/classes/date.C:
20198: ^date::create[2002-12-33 01:03:04]
1.95 moko 20199:
1.211 moko 20200: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20201: ^date::create[2002-12-33 01:03:04]
20202:
20203: * ChangeLog: updated changelog
20204:
20205: * src/classes/table.C: removed restriction on column count to
20206: ^table.hash to work, now must be >0 [were >1]
20207:
20208: 2002-04-24 paf
20209:
20210: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20211: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20212: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20213: targets
20214:
20215: 2002-04-23 paf
20216:
1.211 moko 20217: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20218: int/double/string:sql{}[$.default{code}] fixed [were barking:
20219: "junction used outside of context"]
20220:
20221: 2002-04-22 paf
20222:
20223: * types.txt, src/classes/string.C, src/include/pa_string.h,
20224: src/main/pa_string.C, src/types/pa_vstring.C,
20225: src/types/pa_vstring.h: ^string.optimize[]
20226:
20227: * src/: include/pa_globals.h, include/pa_table.h,
20228: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20229: table template
20230:
20231: * src/classes/: string.C: optimize removed from string
20232: .left/right/pos
20233:
20234: * src/main/execute.C: rolled back to
20235: before_killing_userjunction_contexts
20236:
20237: * src/main/execute.C: user junctions context killed
20238:
20239: * src/main/execute.C: junctions to local contexts got
20240: cleanized&checked later
20241:
20242: 2002-04-19 paf
20243:
20244: * src/: classes/string.C, include/pa_request.h,
20245: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20246: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20247: prior to .left .right .mid .pos .match when that is profitable,
20248: and always before .replace when $ORIGINS(1) optimization disabled
20249: economy from not wasting mem on lots of strings which occur by
20250: lots of String:mid calls to get parts of source string between
20251: found_occurances
20252:
20253: * src/classes/file.C: ovector now local economy: 16 bytes per
20254: ^file:list
20255:
20256: * src/: include/pa_globals.h, include/pa_table.h,
20257: main/pa_globals.C, main/pa_string.C: String::match table columns
20258: globalized, not created @ each ^match anymore economy:
20259: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20260:
20261: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20262: removed from each String::match replace iteration, and made
20263: stacked sizeof(VTable)=12bytes economy on each replace code
20264:
20265: * src/doc/footer.htm: 2001,
20266:
20267: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20268: string.match[]['] option enables generation of $match.prematch
20269: .match .postmatch columns
20270:
20271: * src/main/pa_string.C: String::match options analized without
20272: cstr-ing them now
20273:
20274: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20275: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20276: config updated to doxygen 1.2.15, created helper which fixes
20277: minor bugs in chm project files & htm tree. changed extension to
20278: .htm
20279:
20280: 2002-04-18 paf
20281:
20282: * src/doc/doxygen.cfg: .chi generation disabled
20283:
20284: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20285: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20286: fields&methods
20287:
20288: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20289: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20290: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20291: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20292: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20293: types/pa_vresponse.h, types/pa_vstateless_class.h,
20294: types/pa_vstateless_object.h, types/pa_vstatus.h,
20295: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20296: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20297: VStateless_class to VObject
20298:
20299: * src/: main/pa_request.C, types/pa_valiased.h,
20300: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20301: types/pa_vstring.h: VStateless_string_object speicalized light
20302: version of VStateless_object
20303:
20304: * src/classes/op.C: ^throw comment param made optional
20305:
20306: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20307: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20308: and implemented down in VClass, fclass_alias removed,
20309:
20310: * src/types/pa_value.C: forced to cut that from .h because of
20311: VStateless_class usage [undefined in .h]
20312:
20313: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20314: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20315: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20316: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20317: on each CALL]
20318:
20319: * src/: classes/classes.h, classes/date.C, classes/double.C,
20320: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20321: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20322: classes/response.C, classes/string.C, classes/table.C,
20323: classes/void.C, classes/xnode.C, include/pa_globals.h,
20324: include/pa_request.h, main/execute.C, main/pa_globals.C,
20325: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20326: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20327: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20328: types/pa_vstateless_class.h, types/pa_wcontext.C,
20329: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20330: removed Value::fname
20331:
20332: 2002-04-17 paf
20333:
20334: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20335: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20336: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20337: include/pa_pool.h, include/pa_types.h: dox updated to current
20338: state, PTHROW freshen to throw & co
20339:
20340: * src/types/pa_vhash.h: vstring wrong parent fixed
20341:
20342: * src/classes/op.C: taint local result var bug fixed
20343:
20344: 2002-04-16 paf
20345:
20346: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20347: Attic asm.txt as most interesting
20348:
20349: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20350: check, preventing content-length: 0 from appearing
20351:
20352: * src/main/execute.C: $result in @main now taken into account as in
20353: usual functions
20354:
20355: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20356: & @unhandled_exception now taken into account as in usual
20357: functions
20358:
20359: * src/doc/postbuild.txt: instructions on post .html build
20360:
20361: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20362:
20363: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20364: tainted
20365:
20366: * src/main/pa_request.C: uri in error log
20367:
20368: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20369: cheched date:create(days) param for validity [later were assumed
20370: valid and crashed on invalid onces]
20371:
20372: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20373: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20374: and used that for removing VString wrapper
20375:
20376: * src/classes/op.C: exception2vhash file now tainted
20377:
20378: * src/classes/op.C: _process pseudo origin copied from local var to
20379: heap
20380:
20381: * src/classes/op.C: extra check on empty file in origin in _execute
20382:
20383: 2002-04-15 paf
20384:
20385: * src/: main/execute.C, types/pa_value.h: fixed name update
20386:
20387: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20388: functions
20389:
20390: * src/: classes/file.C, classes/hash.C, classes/op.C,
20391: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20392: started dual write_xxx_lang functions, if checked & works
20393:
20394: * src/: classes/date.C, classes/file.C, classes/mail.C,
20395: classes/string.C, classes/xnode.C, include/pa_request.h,
20396: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20397: unnecessary VString shells
20398:
20399: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20400: prev changes]
20401:
20402: * src/: classes/image.C, classes/op.C, classes/string.C,
20403: classes/table.C, include/pa_request.h, main/execute.C,
20404: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20405: StringOrValue wcontext result, now ready for dual writes
20406:
20407: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20408: checked that
20409:
20410: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20411: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20412: changed to OP_WRITE_VALUE in var get cases
20413:
20414: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20415: include/pa_request.h, main/compile.tab.C, main/compile.y,
20416: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20417: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20418: switch in hash constructor fixed [were problems with using of
20419: stacked wwrapper after it's death]
20420:
20421: 2002-04-12 paf
20422:
1.211 moko 20423: * operators.ru.txt, operators.txt, src/classes/table.C:
20424: table.select(expression) 0
1.95 moko 20425:
20426: 2002-04-11 paf
20427:
20428: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20429: Request::process_internal codeFrame & wwrapper stacked [not
20430: wasting heap anymore]
20431:
20432: 2002-04-10 paf
20433:
20434: * src/: classes/double.C, classes/file.C, classes/hash.C,
20435: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20436: classes/string.C, classes/table.C, classes/void.C,
20437: classes/xdoc.C, include/pa_request.h, main/execute.C,
20438: main/pa_string.C: killed Request::process() wrapping
20439: VString(String) in case we need only String
20440:
20441: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20442: killed 8 bytes from String.head
20443:
20444: 2002-04-09 paf
20445:
20446: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20447: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20448: local*/char b[...]; a=b; situations
20449:
1.211 moko 20450: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20451: made literal
1.95 moko 20452:
20453: * src/classes/xdoc.C: xslt params fixed
20454:
20455: * src/: main/pa_common.C, targets/cgi/parser3.C,
20456: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20457: not pool.malloc(MAX_NUMBER) but really neaded
20458:
1.211 moko 20459: * operators.ru.txt, operators.txt, src/classes/double.C,
20460: src/classes/int.C: int/double.int/double(default)
1.95 moko 20461:
20462: 2002-04-04 paf
20463:
20464: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20465: [when reconstructing pieces were split by
20466: max_integral(piece.size), thus some strings to replace happen to
20467: be split into two = not replaced)
20468:
20469: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20470: standalone version = current dir
20471:
20472: * src/targets/cgi/parser3.C: document root in standalone version =
20473: current dir
20474:
20475: 2002-04-03 paf
20476:
20477: * configure, configure.in: more checks on nonexistent charset
20478:
1.116 moko 20479: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20480:
20481: 2002-04-02 paf
20482:
20483: * src/main/compile.C: parser.compile [exception name more like in
20484: doc]
20485:
20486: 2002-04-01 paf
20487:
20488: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20489: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20490: .content-type.charset, not .charset
20491:
20492: 2002-03-29 paf
20493:
20494: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20495:
1.211 moko 20496: * operators.ru.txt, operators.txt, src/classes/date.C:
20497: ^date::create now may not supply day, default 1. checked 29.03
20498: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20499:
20500: 2002-03-28 paf
20501:
1.211 moko 20502: * operators.ru.txt, operators.txt, src/classes/date.C,
20503: src/classes/op.C, src/include/pa_globals.h,
20504: src/include/pa_hash.h, src/main/pa_globals.C,
20505: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20506: ^cache[date] }
1.95 moko 20507:
20508: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20509: param
20510:
20511: 2002-03-27 paf
20512:
1.211 moko 20513: * operators.ru.txt, operators.txt, src/classes/date.C,
20514: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20515: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20516: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20517: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20518: src/classes/xdoc.C, src/classes/xnode.C,
20519: src/include/pa_exception.h, src/include/pa_request.h,
20520: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20521: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20522: src/main/pa_array.C, src/main/pa_charset.C,
20523: src/main/pa_charsets.C, src/main/pa_common.C,
20524: src/main/pa_dictionary.C, src/main/pa_exception.C,
20525: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20526: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20527: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20528: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20529: src/types/pa_value.h, src/types/pa_vcookie.C,
20530: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20531: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20532: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20533: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20534: src/types/pa_wwrapper.h: assigned exception types
20535:
1.211 moko 20536: * operators.ru.txt, operators.txt, src/classes/op.C,
20537: src/include/pa_config_fixed.h, src/include/pa_request.h,
20538: src/main/execute.C, src/main/pa_request.C: decided agains
20539: resetting exception_trace, just changed name
1.95 moko 20540:
20541: 2002-03-26 paf
20542:
20543: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20544: fixed
20545:
20546: * src/classes/op.C: forced language of $source field of exception
20547: to 'tainted', so that sql-langed-frags could be outputed outside
20548: of connect
20549:
1.211 moko 20550: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20551: offset
1.95 moko 20552:
20553: * src/classes/date.C: removed date.roll limit of +-1 offset
20554:
1.211 moko 20555: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20556: roll on daylightsaving days mktime took into account tm_isdst
20557: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20558:
20559: 2002-03-25 paf
20560:
1.211 moko 20561: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20562: http_site_config_filespec
20563:
20564: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20565: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20566: with any/both --disable-foreign-group-files --disable-execs
20567:
20568: * INSTALL: "--with=sendmail=COMMAND" comment
20569:
20570: * INSTALL, configure, configure.in, src/classes/mail.C,
20571: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20572: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20573: disables execs also. introducing --sendmail
1.95 moko 20574:
1.211 moko 20575: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20576:
20577: * INSTALL: comment on --disable-link-stdcpp
20578:
1.116 moko 20579: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20580: libstdc++ link skipping configure option
1.95 moko 20581:
20582: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20583: with error were put to cache with 'marked_to_rollback' flag, all
20584: consequent even OK requests rolled back
20585:
20586: 2002-03-22 paf
20587:
20588: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20589: false return
20590:
1.211 moko 20591: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20592:
20593: 2002-03-18 paf
20594:
1.211 moko 20595: * operators.ru.txt, operators.txt, src/classes/op.C,
20596: src/include/pa_exception.h, src/include/pa_globals.h,
20597: src/include/pa_request.h, src/include/pa_stack.h,
20598: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20599:
20600: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20601: types/pa_vdouble.h: removed some tested @tests
20602:
20603: 2002-03-15 paf
20604:
1.211 moko 20605: * operators.ru.txt, operators.txt, src/classes/table.C:
20606: ^table.locate(logical expr)
1.95 moko 20607:
20608: 2002-03-13 paf
20609:
20610: * src/main/pa_exception.C: checked not-pooled malloc
20611:
20612: 2002-03-11 paf
20613:
20614: * INSTALL, configure, configure.in,
20615: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20616:
20617: * src/main/pa_common.C: --disable-foreign-group-files
20618:
20619: * INSTALL: --disable-execs
20620:
20621: * src/main/pa_exec.C: --disable-execs
20622:
20623: * configure, configure.in, src/include/pa_config_auto.h.in:
20624: --disable-execs
20625:
20626: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20627:
20628: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20629: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20630:
20631: 2002-03-05 paf
20632:
1.211 moko 20633: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20634: calendar columns named
1.95 moko 20635:
1.211 moko 20636: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20637: calendar columns named
1.95 moko 20638:
20639: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20640: requires headers to be terminated with \r\n manually [refuses to
20641: separate header/body itself]
20642:
20643: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20644: targets/isapi/parser3isapi.C: isapi site config beside .dll
20645:
20646: 2002-03-04 paf
20647:
20648: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20649: in PASS language
20650:
20651: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20652: deserialize checks on broken file
20653:
20654: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20655: parser3isapi.dsp: isapi updated
20656:
20657: 2002-03-01 paf
20658:
20659: * src/main/pa_exec.C: execle -> execve, now argc OK
20660:
20661: 2002-02-28 paf
20662:
20663: * src/main/untaint.C: removed some debug comments
20664:
20665: * src/main/pa_charsets.C: when placing charset to cache using
20666: global name now [were request]
20667:
20668: * configure, configure.in: apache module updated
20669:
20670: * src/main/pa_string.C: origin by first piece preferred before last
20671: piece
20672:
20673: 2002-02-27 paf
20674:
20675: * src/main/pa_charset.C: size_t
20676:
20677: * INSTALL: shared/static-xml with-pathlink
20678:
1.211 moko 20679: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20680:
20681: 2002-02-26 paf
20682:
20683: * src/main/pa_exec.C: more precise names for vars, cosmetic
20684:
20685: * src/classes/xnode.C: in some situation, xpath query returned
20686: result with type NODESET, but empty nodeset member field, checked
20687: that
20688:
20689: 2002-02-22 paf
20690:
20691: * INSTALL: without-zlib comment
20692:
20693: * etc/parser3.charsets/windows-1251.cfg: °
20694:
20695: * configure, configure.in: glib###.a detection fixed
20696:
20697: * INSTALL: hashfile removed from INSTALL
20698:
1.116 moko 20699: * Makefile.am: make update
1.95 moko 20700:
20701: * src/main/pa_string.C: string iterators fixed again, so were
20702: String::join_chain
20703:
20704: * src/main/pa_string.C: string iterators fixed again, so were
20705: String::join_chain
20706:
20707: * src/: include/pa_string.h, main/pa_string.C: string iterators
20708: fixed again, so were String::join_chain
20709:
20710: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20711:
1.211 moko 20712: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20713: "expires=0" = "session"
1.95 moko 20714:
1.116 moko 20715: * configure, configure.in, src/include/pa_config_auto.h.in:
20716: --with-shared-xml --with-static-xml
1.95 moko 20717:
20718: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20719: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20720: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20721: xalan&xml
20722:
20723: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20724:
1.211 moko 20725: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20726: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20727: from sources for now
1.95 moko 20728:
1.116 moko 20729: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20730: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20731: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20732: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20733: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20734: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20735: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20736: src/types/Makefile.am, src/types/pa_vhashfile.C,
20737: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20738:
20739: 2002-02-21 paf
20740:
20741: * src/main/untaint.C: removed debug code, activated commented-for
20742: debug parts
20743:
1.116 moko 20744: * Makefile.am: make cvsupdate
1.95 moko 20745:
20746: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20747: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20748: append_row, not at link zero now string to string appending works
20749:
20750: 2002-02-20 paf
20751:
20752: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20753: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20754: DEBUG_STRING_APPENDS_VS_EXPANDS
20755:
20756: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20757: economy: 22%
20758:
20759: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20760: space uptimized: string::link_row removed
20761:
20762: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20763: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20764: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20765: types/pa_vstring.h: speed uptimized: string::is_empty
20766:
1.211 moko 20767: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20768: src/include/pa_config_fixed.h, src/include/pa_string.h,
20769: src/include/pa_types.h, src/main/compile.tab.C,
20770: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20771: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20772: string append optimiziation idea and estimates
20773:
20774: 2002-02-19 paf
20775:
20776: * src/classes/math.C: not used directly [but erroreously reported
20777: that 'is', thus registering twice&other probs]
20778:
20779: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20780: to node [element]
20781:
20782: * src/main/compile.C: without string_origins parse error
20783: file+line+col possible
20784:
20785: * src/main/: compile.C: without string_origins not worked
20786:
20787: 2002-02-18 paf
20788:
20789: * src/types/pa_vdouble.h: since we have in_expression removed that
20790: trick i've installed into double::as_string
20791:
20792: * src/main/pa_globals.C: extern "C" was removed too fast
20793:
20794: * src/: include/pa_opcode.h, include/pa_request.h,
20795: main/compile.tab.C, main/compile.y, main/execute.C,
20796: types/pa_wcontext.h: in_expression aimed to solve old problem
20797: with string/nonstring values, now in expressions double/int
20798: values are passed as-is, without stupid tostring/fromstring
20799: conversions
20800:
20801: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20802: __cplusplus } #endif
20803:
20804: * src/main/compile.tab.C: bison env set so one could compile
20805: without cygwin installed
20806:
20807: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20808: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20809: gnome xml libs parser .dsp-s changed accordingly
20810:
1.211 moko 20811: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20812: PARSER_ROOT_CONFIG
1.95 moko 20813:
1.211 moko 20814: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20815: [were date::set, with backward comp
1.95 moko 20816:
20817: * src/classes/math.C: math:random range check fixed
20818:
20819: * src/main/: compile.tab.C, compile.y: integer division stops name
20820:
20821: * INSTALL: local install comment
20822:
1.116 moko 20823: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20824:
1.116 moko 20825: * acinclude.m4, aclocal.m4, configure, configure.in,
20826: src/include/pa_config_auto.h.in,
20827: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20828: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20829:
1.211 moko 20830: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20831:
20832: 2002-02-13 paf
20833:
20834: * src/include/pa_config_includes.h: sys/time time both included
20835: now. vaguely remember confilicts on this on some system [not on
20836: six|ablv] so when would see them again would think up proper
20837: check
20838:
1.116 moko 20839: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20840: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20841:
20842: * src/main/pa_common.C: truncation never occured when writing files
20843: on unix [since i've changed cache mech] fix
20844:
20845: * src/main/pa_common.C: strnchr: sanity check added
20846:
20847: * etc/parser3.charsets/windows-1257.cfg: id added
20848:
20849: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20850: baltic charset file generated, in generation script ispunct check
20851: added
20852:
20853: 2002-02-08 paf
20854:
1.116 moko 20855: * src/: include/Makefile.am, sql/Makefile.am,
20856: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20857:
20858: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20859: forgotten
20860:
20861: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20862:
20863: * INSTALL, README: install&others updated
20864:
20865: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20866:
1.116 moko 20867: * Makefile.am, configure, configure.in,
20868: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20869: src/classes/Makefile.am, src/main/Makefile.am,
20870: src/main/pa_status_provider.C, src/targets/Makefile.am,
20871: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20872: works
1.95 moko 20873:
20874: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20875: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20876: classes/hashfile.C, classes/int.C, classes/mail.C,
20877: classes/math.C, classes/op.C, classes/response.C,
20878: classes/string.C, classes/table.C, classes/void.C,
20879: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20880: include/pa_array.h, include/pa_cache_managers.h,
20881: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20882: include/pa_config_fixed.h, include/pa_config_includes.h,
20883: include/pa_db_connection.h, include/pa_db_manager.h,
20884: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20885: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20886: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20887: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20888: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20889: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20890: include/pa_stack.h, include/pa_string.h,
20891: include/pa_stylesheet_connection.h,
20892: include/pa_stylesheet_manager.h, include/pa_table.h,
20893: include/pa_threads.h, include/pa_types.h, main/compile.C,
20894: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20895: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20896: main/pa_db_connection.C, main/pa_db_manager.C,
20897: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20898: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20899: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20900: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20901: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20902: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20903: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20904: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20905: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20906: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20907: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20908: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20909: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20910: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20911: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20912: types/pa_vmethod_frame.h, types/pa_vobject.h,
20913: types/pa_vrequest.h, types/pa_vresponse.h,
20914: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20915: types/pa_vstateless_object.h, types/pa_vstatus.C,
20916: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20917: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20918: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20919: classes/image.C, main/pa_common.C, main/pa_exec.C,
20920: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20921: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20922: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20923: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20924: types/pa_vxnode.C, main/pa_charset.C: name spelling
20925:
20926: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20927: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20928: classes/hashfile.C, classes/image.C, classes/int.C,
20929: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20930: classes/string.C, classes/table.C, classes/void.C,
20931: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20932: include/pa_array.h, include/pa_cache_managers.h,
20933: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20934: include/pa_config_fixed.h, include/pa_config_includes.h,
20935: include/pa_db_connection.h, include/pa_db_manager.h,
20936: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20937: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20938: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20939: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20940: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20941: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20942: include/pa_stack.h, include/pa_string.h,
20943: include/pa_stylesheet_connection.h,
20944: include/pa_stylesheet_manager.h, include/pa_table.h,
20945: include/pa_threads.h, include/pa_types.h, main/compile.C,
20946: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20947: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20948: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20949: main/pa_db_connection.C, main/pa_db_manager.C,
20950: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20951: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20952: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20953: main/pa_socks.C, main/pa_sql_driver_manager.C,
20954: main/pa_status_provider.C, main/pa_string.C,
20955: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20956: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20957: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20958: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20959: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20960: targets/isapi/pool_storage.h, types/pa_valiased.C,
20961: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20962: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20963: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20964: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20965: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20966: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20967: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20968: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20969: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20970: types/pa_vresponse.h, types/pa_vstateless_class.C,
20971: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20972: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20973: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20974: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20975: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20976: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20977:
20978: 2002-02-07 paf
20979:
20980: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20981:
1.116 moko 20982: * configure, configure.in, src/include/pa_config_auto.h.in,
20983: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20984: added yet another locking function: fcntl
1.95 moko 20985:
20986: * config.sub: on cygwin configure passes it with strange i1586
20987: const, hacked it to mean i586
20988:
20989: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20990: disabled $if reference due to conflicts with local variables
20991:
1.211 moko 20992: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20993: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20994: xdoc::create, with both sences
20995:
20996: * operators.ru.txt, operators.txt, src/classes/table.C,
20997: src/include/pa_array.h, src/include/pa_table.h,
20998: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20999: 'set' name obsolete now table clone.
1.95 moko 21000:
1.211 moko 21001: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21002: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21003: ^int/double/string.format now can be called with normal []
21004: brackets, not stupid {} as it were implemented for some strange
21005: reason. retaining backward compatibility due to some
21006: already-implemented servers
21007:
21008: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21009: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21010: operators now detected by check at name_without_curly_rdive_read
21011: rule whether diving code constists only of
21012: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21013: with OP_GET_ELEMENT_OR_OPERATOR to form
21014: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21015:
21016: 2002-02-06 paf
21017:
21018: * configure, configure.in: prefix expanded, grr
21019:
1.211 moko 21020: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21021: config changed
1.95 moko 21022:
21023: 2002-02-05 paf
21024:
1.211 moko 21025: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21026:
21027: * src/main/: pa_exec.C: argv0 now correct
21028:
21029: * src/types/pa_vstatus.C: status:rusage 3
21030:
21031: * src/types/pa_vstatus.C: status:rusage 2
21032:
1.211 moko 21033: * operators.ru.txt, operators.txt: status:rusage described int
21034: operators
1.95 moko 21035:
21036: * src/types/pa_vstatus.C: status:rusage 1
21037:
21038: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21039: src/types/types.dsp: status:rusage
21040:
1.211 moko 21041: * configure.in, operators.ru.txt, operators.txt,
21042: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21043: src/include/pa_config_includes.h, src/main/compile.tab.C,
21044: src/main/pa_common.C: rewritten ^cache to use
21045: non-blocking-exclusive-caches
21046:
21047: * src/main/pa_common.C: text file read mode on win32 adjusted
21048: [speed impact. was off for debugging purpose, but forgotten
21049: afterwards]
21050:
21051: 2002-02-01 paf
21052:
21053: * src/classes/op.C: file_write does EX lock after create, while
21054: file_read does SH after open, so there's a moment after create
21055: but before EX lock when read can sneak into, and read
21056: just-created-for-writing-and-not-yet-locked file, added a check
21057: for that in ^cache...read
21058:
21059: 2002-01-31 paf
21060:
21061: * src/main/: compile.y, compile.tab.C: disabled operator call after
21062: ^xxx:
21063:
21064: * src/main/: compile.tab.C, execute.C: made operators lookup first
21065: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21066:
21067: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21068: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21069: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21070: operators check 6.1 rewritten. now check is done at compile time
21071:
21072: * src/main/execute.C: operators check 5 floated up old error of
21073: staying in 'entered class/object' state after $a($a..) it
21074: prevented operators from being called thereafter
21075:
21076: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21077: main/execute.C: operators check 4 floated up old error of staying
21078: in 'entered object' state after ^a.a(a) it prevented operators
21079: from being called thereafter
21080:
21081: * src/main/execute.C: operators check 3 floated up old error of
21082: staying in 'entered class' state after $a:a(a) it prevented
21083: operators from being called thereafter
21084:
21085: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21086: floated up old error of staying in 'entered class' state after
21087: $a:a[a] it prevented operators from being called thereafter
21088:
21089: * src/main/execute.C: operators check, thay mistakenly seen in
21090: $class:operator $object.operators contexts
21091:
21092: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21093: win32
21094:
1.116 moko 21095: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21096: src/classes/Makefile.am, src/main/Makefile.am,
21097: src/targets/cgi/Makefile.am,
1.95 moko 21098: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21099: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21100:
1.116 moko 21101: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21102: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21103: configure, configure.in, form.txt, ident.awk, install-sh,
21104: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21105: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21106: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21107: etc/parser3.charsets/koi8-r.cfg,
21108: etc/parser3.charsets/windows-1250.cfg,
21109: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21110: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21111: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21112: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21113: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21114: straightened installation scripts procedure made
21115: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21116: change
21117:
21118: 2002-01-30 paf
21119:
21120: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21121: removed] those comments were a mistake, and prevented libltdl
21122: from function properly
21123:
21124: 2002-01-29 paf
21125:
1.116 moko 21126: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21127: creation [modified acinclude.m4 which were creating int into just
21128: assignment LIBTOOL=../libtool] added default system
21129: config&charsetts prepared 'make install', now it installs
21130: targets/cgi/parser3 into bin directory etc/parser3.conf &
21131: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21132: $sysconfdir/parser3.charsets respectively
21133:
21134: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21135: main/pa_globals.C: few forgotten ifdef XML added
21136:
21137: 2002-01-28 paf
21138:
1.116 moko 21139: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21140: removed
21141:
21142: * src/main/pa_exception.C: dom|generic error output fix
21143:
21144: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21145:
21146: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21147:
21148: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21149: [fixed as_node helper func to accept docs]
21150:
21151: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21152: xdoc.importNode 0
21153:
21154: * src/classes/xdoc.C: xdoc::set now untaints OK
21155:
21156: 2002-01-25 paf
21157:
21158: * src/main/: compile.tab.C, compile.y: #comment before @ after
21159: @SPECIAL now works OK
21160:
21161: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21162:
21163: * src/main/pa_exec.C: max arg count now 10, and proper message on
21164: violation that added
21165:
21166: * src/classes/hash.C: unified hash::sql, now
21167: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21168:
21169: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21170: ^file:lock[filename]{code}
21171:
21172: * src/: classes/file.C, classes/op.C, classes/string.C,
21173: classes/table.C, classes/xdoc.C, include/pa_common.h,
21174: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21175: to some pa_common funcs
21176:
21177: * src/: include/pa_charset.h, main/pa_globals.C:
21178: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21179:
21180: * src/: include/pa_charset.h, main/pa_charset.C,
21181: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21182: not stupid illegal define
21183:
21184: 2002-01-24 paf
21185:
21186: * src/include/pa_version.h: changed version number
21187:
21188: * src/: classes/hashfile.C, include/pa_db_table.h,
21189: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21190: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21191: main/pa_db_connection.C, main/pa_db_table.C,
21192: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21193: hashfile without logfiles
21194:
21195: * src/: classes/hashfile.C, include/pa_db_table.h,
21196: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21197: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21198: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21199: DB_INIT_TXN init bits, thus got rid of huge log files, which
21200: cluttered disk without huge need]
21201:
21202: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21203: handy macro, which is strangly abscent in dome lib
21204:
21205: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21206:
21207: * src/classes/xdoc.C: checked empty response
21208:
21209: * src/classes/xnode.C: xdoc.select fixed context node [were always
21210: /, not self node]
21211:
21212: * src/classes/xnode.C: xnode.select returns array always now, in
21213: case 'nothing found' returns empty array
21214:
21215: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21216: be more tender with ctrl/c/v
21217:
21218: 2002-01-23 paf
21219:
21220: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21221: substituted. // 2. when dom tree with entites goes under
21222: transform text nodes // got [erroreosly] cut on first
21223: entity occurance
21224:
21225: * src/types/pa_vdouble.h: double prec. todo: get rid of
21226: twice-converting
21227:
21228: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21229: 'e' in output this is for regretful twice-converting here:
21230: $a(double value) when they write double falue they convert it to
21231: string first, thus %g were losing precesion.
21232:
21233: todo: think up some way to remove double->string string->double
21234: twice-converting
21235:
21236: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21237: %.20E now default float format this is for regretful
21238: twice-converting here: $a(double value) when they write double
21239: falue they convert it to string first, thus %g were losing
21240: precesion.
21241:
21242: todo: think up some way to remove double->string string->double
21243: twice-converting
21244:
21245: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21246: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21247: reasons in comment inside
21248:
21249: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21250: statically linked]
21251:
21252: * src/: include/pa_exception.h, main/compile.tab.C,
21253: main/pa_exception.C: removed exception va_list constructor. 1.
21254: not needed anymore 2. there were a conflict[causing errors]
21255: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21256: never detected an ambiguilty here, compiling ctor(, "hello") into
21257: ctor(, va_list) which, of course, caused gpf
21258:
21259: * src/main/pa_globals.C: removed debug xslt messages
21260:
21261: 2002-01-22 paf
21262:
21263: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21264: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21265: helps compiling stylesheet properly. example: this refused to
21266: work, <b>«<xsl:value-of select="@title"
21267: />»</b> stranly worked only this way:
21268: <b>«<xsl:value-of select="@title" />»</b>
21269:
21270: docs says "set it to 1", never going into details, so I decided
21271: to try NOT to do that
21272:
21273: * src/classes/table.C: join behaived badly in case named tables
21274: structure mismatched: 0 strings sneaked into dest failing
21275: afterwards. replaced them with empty strings
21276:
21277: 2002-01-21 paf
21278:
21279: * src/main/pa_charset.C: checked empty transcoders in
21280: transcode_cstr|buf
21281:
21282: * src/classes/xdoc.C: xdoc::load error source = filespec
21283:
21284: * src/classes/xdoc.C: transform error source now
21285: stylesheet_filespec
21286:
1.116 moko 21287: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21288: include/pa_stylesheet_connection.h, main/pa_charset.C,
21289: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21290: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21291: gnome
1.95 moko 21292:
21293: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21294: include/pa_globals.h, include/pa_stylesheet_connection.h,
21295: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21296: xslt generic error 1
21297:
21298: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21299: xml generic message 1
21300:
21301: * src/classes/table.C: ^table::load empty lines or #comments before
21302: headline
21303:
21304: * src/: include/pa_array.h, include/pa_globals.h,
21305: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21306: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21307: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21308: errors 0
21309:
21310: 2002-01-16 paf
21311:
21312: * src/: classes/hash.C, classes/op.C, classes/string.C,
21313: classes/table.C, classes/void.C, classes/xdoc.C,
21314: include/pa_db_connection.h, include/pa_request.h,
21315: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21316: include/pa_stylesheet_connection.h,
21317: include/pa_stylesheet_manager.h, main/pa_request.C,
21318: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21319: targets/cgi/pool_storage.h: auto closers to sql_connection,
21320: stylesheet_connection auto destroyers to remaining gnome objects
21321:
21322: * src/classes/xdoc.C: few comments
21323:
21324: 2002-01-15 paf
21325:
21326: * src/classes/xdoc.C: xdoc file save string
21327:
21328: ready. todo: error handling
21329:
21330: * src/classes/xdoc.C: xdoc save rewritten using
21331: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21332: result
21333:
21334: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21335: started output options parsing
21336:
21337: 2002-01-14 paf
21338:
21339: * src/classes/xdoc.C: method
21340:
21341: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21342: include/pa_pool.h, include/pa_stylesheet_connection.h,
21343: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21344: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21345: xslt transform0. TODO: use output options handle errors
21346:
21347: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21348:
21349: 2002-01-11 paf
21350:
21351: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21352: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21353: partial logical && || evaluation
21354:
21355: * src/classes/xnode.C: xpath selectNodes
21356:
21357: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21358: string/number/bool
21359:
21360: * src/classes/xnode.C: xpath selectNode 2
21361:
21362: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21363: xpath selectNode 1
21364:
21365: 2002-01-10 paf
21366:
21367: * src/classes/xnode.C: xpath selectNode -100 [just written]
21368:
21369: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21370: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21371: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21372: refcounter]
21373:
21374: 2001-12-29 paf
21375:
21376: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21377: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21378: glib works 0
21379:
21380: 2001-12-28 paf
21381:
21382: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21383: main/pa_exception.C: started glib transcoders
21384:
21385: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21386:
21387: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21388: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21389: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21390: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21391: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21392: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21393: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21394: libs just compiled in. no refcounting no xpath no xslt yet
21395:
21396: 2001-12-27 paf
21397:
21398: * src/: include/pa_charset.h, include/pa_common.h,
21399: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21400: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21401: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21402: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21403: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21404: from xalan&xerces, started the process. globals [initialization
21405: pool [charset update charset [transcodings vxnode vxdoc [DOM
21406: calls
21407:
21408: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21409: anymore
21410:
21411: 2001-12-26 paf
21412:
21413: * src/: include/pa_charset.h, include/pa_charsets.h,
21414: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21415: key globalized [bug]
21416:
21417: 2001-12-25 paf
21418:
21419: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21420: main/pa_string.C: table set & append changed splitting languages,
21421: separators now can be clean AND as-is same to mail command line
21422: $MAIN:MAIL.progX arguments
21423:
21424: 2001-12-24 paf
21425:
21426: * src/classes/mail.C: one parted text messages - no multipart
21427: mime-type anymore. for convinient if $.attach-ments
21428:
21429: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21430: main/pa_string.C: read from cache size check updated
21431:
21432: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21433:
21434: 2001-12-21 paf
21435:
21436: * src/classes/date.C: date:sql-string now returns localtime
21437:
21438: * src/main/pa_request.C: $result in @main actually not working, to
21439: hell with it for now
21440:
21441: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21442: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21443: @postprocess @exception
21444:
21445: * src/main/execute.C: junction evaluation canceled - endless
21446: recursion detected
21447:
21448: 2001-12-19 paf
21449:
21450: * src/main/pa_charset.C: charset->charset transcoding via unicode
21451: intermediate
21452:
21453: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21454:
21455: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21456:
21457: * src/classes/op.C: ^cache keypath now relative
21458:
21459: * src/classes/mail.C: changed weighting prior to sort
21460:
21461: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21462: were missing
21463:
21464: 2001-12-17 paf
21465:
21466: * src/main/pa_charset.C: ifndef XML were bad type
21467:
21468: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21469: outdated unset services_pool
21470:
21471: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21472: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21473: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21474:
21475: * src/main/untaint.C: allowed space in filespec
21476:
21477: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21478:
21479: * src/classes/image.C: no govno
21480:
21481: * src/classes/image.C: govno
21482:
21483: 2001-12-16 paf
21484:
21485: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21486:
21487: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21488: charset_connection&manager replaced by charset&charsets
21489:
21490: * src/main/pa_charset.C: name_cstr 0
21491:
21492: * src/main/untaint.C: uri lang now knows about client/source
21493: charsets
21494:
21495: * src/: classes/file.C, classes/math.C, classes/op.C,
21496: classes/string.C, classes/table.C, classes/xdoc.C,
21497: include/pa_array.h, include/pa_cache_managers.h,
21498: include/pa_charset_connection.h, include/pa_charset_manager.h,
21499: include/pa_common.h, include/pa_db_connection.h,
21500: include/pa_db_manager.h, include/pa_db_table.h,
21501: include/pa_dictionary.h, include/pa_exception.h,
21502: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21503: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21504: include/pa_sapi.h, include/pa_socks.h,
21505: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21506: include/pa_string.h, include/pa_stylesheet_connection.h,
21507: include/pa_stylesheet_manager.h, include/pa_table.h,
21508: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21509: main/pa_charset.C, main/pa_charset_connection.C,
21510: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21511: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21512: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21513: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21514: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21515: types/types.dsp: introducing Charset
21516:
21517: 2001-12-14 paf
21518:
21519: * src/: include/pa_request.h, include/pa_transcoder.h,
21520: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21521: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21522: uri lang
21523:
21524: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21525:
21526: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21527:
21528: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21529: defalts_name global
21530:
21531: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21532: include/pa_request.h, main/main.dsp,
21533: main/pa_charset_connection.C, main/pa_charset_manager.C,
21534: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21535: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21536: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21537: changed charset model. now important: $request:charset
21538: $response:charset while $response:content-type.charset become
21539: unimportant [informational]
21540:
21541: 2001-12-13 paf
21542:
21543: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21544:
21545: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21546: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21547: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21548: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21549: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21550: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21551:
21552: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21553: auto_ptr part other way, because of stupid gcc 2.96
21554: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21555: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21556: FormatterListener] /usr/include/g++-3/memory:48:
21557: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21558: _Tp1 = FormatterListener, _Tp = FormatterListener]
21559:
21560: * src/classes/xdoc.C: removed extra inc
21561:
21562: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21563:
21564: * src/include/pa_types.h: msvc head debugging flag
21565:
21566: * src/classes/xdoc.C: freed up listener
21567:
21568: * src/classes/string.C: change msg '... code is not code'
21569:
21570: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21571: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21572: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21573: [past/future prob]
21574:
21575: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21576: include/pa_config_fixed.h, include/pa_db_manager.h,
21577: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21578: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21579:
21580: * src/: include/pa_config_fixed.h, main/pa_common.C,
21581: main/pa_string.C: removed signed mismatch warnings
21582:
21583: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21584: 'expires' from header outputs
21585:
21586: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21587: row ptr
21588:
21589: * src/classes/file.C: file::cgi bug, request_method were passed to
21590: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21591:
21592: * src/classes/xdoc.C: lang list updated
21593:
21594: 2001-12-10 paf
21595:
21596: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21597:
21598: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21599: erase files like that, knowing their full name introducing //
21600: theoretical problem with, for instance, "_2B" and "." fragments,
21601: // they would yield the same // because
21602: need_file_encode('_')=false // but we need to delete such files
21603: somehow, getting names from ^index
21604:
21605: * src/main/pa_string.C: ^string.replace bug fixed [bad
21606: string::join_chank break]
21607:
21608: 2001-12-07 paf
21609:
21610: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21611: include/pa_common.h, include/pa_config_auto.h.in,
21612: include/pa_config_fixed.h, include/pa_config_includes.h,
21613: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21614: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21615: types/pa_vhashfile.C: merged from r14_simple_cache
21616:
21617: * src/main/pa_string.C: stupid sparc architecture failed to access
21618: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21619: lduh [ %i2 + 1 ], %l0
21620:
21621: bus error, fixed that
21622:
21623: * src/main/pa_string.C: strange string deserialize bug on
21624: client[pmts], a bit shortened,
21625:
21626: * src/include/pa_config_auto.h.in: makes
21627:
21628: * src/: include/pa_common.h, include/pa_config_fixed.h,
21629: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21630: file write shared lock file read
21631:
21632: * src/: classes/op.C, include/pa_common.h,
21633: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21634:
21635: 2001-12-06 paf
21636:
21637: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21638: main/pa_request.C: #ifdef RESOURCES_DEBUG
21639:
21640: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21641: info
21642:
21643: * src/classes/hashfile.C: removed transaction from ^cache
21644:
21645: 2001-12-05 paf
21646:
21647: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21648: IIS5 there were a prob with illegal call check
21649:
21650: 2001-12-04 paf
21651:
21652: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21653: main/pa_request.C: measures to log
21654:
21655: 2001-11-23 paf
21656:
21657: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21658: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21659: types/pa_vhashfile.C: merged from _0014, 1
21660:
21661: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21662: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21663: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21664: ^cache(33) would change
21665:
21666: 0660 bits in file_write & hashfile create
21667:
21668: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21669: after pa_string optimization]
21670:
21671: 2001-11-22 paf
21672:
21673: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21674: table.offset[whence]
21675:
21676: * src/classes/op.C: process cstr(,connection)
21677:
21678: * src/classes/op.C: process now gets its body on current language,
21679: not as-is
21680:
21681: * src/main/untaint.C: ORIGINS mode removed UHTML
21682:
21683: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21684: bit
21685:
1.116 moko 21686: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21687:
21688: 2001-11-21 paf
21689:
21690: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21691: <xsl:output output options made identical to xsl:output
21692: attributes exclusion: cdata-section-elements what xalan can do
21693: but that not used now: it can escape and remove CDATA sections
21694:
21695: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21696: produced by xslt
21697:
21698: * src/targets/cgi/parser3.C: removed debug cgi||1
21699:
21700: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21701:
21702: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21703: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21704: default language for {code}, it happen to change it's language
21705: from CLEAN, so later refused to split by CLEAN \t
21706:
21707: 2001-11-20 paf
21708:
1.116 moko 21709: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21710: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21711: bottom of dependeces, so that errors would popup quicklier, fixed
21712: line numbering in table::sql
21713:
21714: 2001-11-19 paf
21715:
21716: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21717: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21718: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21719: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21720: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21721: at wcontext.write
21722:
1.116 moko 21723: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21724: _set_new_handler
21725:
1.116 moko 21726: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21727: set_new_handler in apache&isapi
1.95 moko 21728:
21729: 2001-11-16 paf
21730:
21731: * src/targets/cgi/parser3.C: pool debug @ die
21732:
21733: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21734: removed 8 bytes from String, 2 bytes from
21735: string::chunk::row::item
21736:
21737: * src/main/pa_string.C: removed 1+4 bytes from String
21738:
21739: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21740: types/pa_vstring.C: removed 1+4 bytes from String
21741:
21742: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21743: 0
21744:
21745: * src/: include/pa_globals.h, include/pa_string.h,
21746: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21747: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21748: targets/cgi/parser3.C: introducing estimating
21749: String::cstr_bufsize, 0
21750:
21751: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21752:
21753: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21754:
21755: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21756: include/pa_pool.h: die in pool::fail
21757:
21758: 2001-11-15 paf
21759:
21760: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21761: main/pa_exception.C, targets/cgi/parser3.C: exception with
21762: dynamic buffer re-back now with counter
21763:
21764: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21765: static buffer back
21766:
21767: * src/targets/cgi/parser3.C: std::
21768:
21769: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21770: include/pa_config_includes.h: setnewhandler check
21771:
1.116 moko 21772: * src/include/pa_config_auto.h.in: makes
1.95 moko 21773:
21774: * src/targets/cgi/parser3.C: set_new_handler started
21775:
21776: 2001-11-14 paf
21777:
21778: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21779: was wrong
21780:
21781: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21782: was wrong
21783:
21784: * src/main/pa_request.C: z
21785:
21786: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21787: full returns win32 -1 solaris >buffer_size
21788:
21789: checked all that
21790:
21791: * src/classes/op.C: ^untaint{body} as-is default now
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: merged
21795: with no_bad_constructors_try
21796:
21797: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21798: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21799: this: $bred[^string::length[]] $bred[^response::clear[]]
21800: $bred[^int::int[]]
21801:
21802: now VObject creation moved into overriden
21803: VClass::create_new_value, thus 0 from create_new_value means that
21804: class has no ctors
21805:
21806: 2001-11-13 paf
21807:
21808: * src/classes/classes.C: returned accedently removed if in foreach
21809: callbacks [when hash no-0-restructure]
21810:
21811: 2001-11-12 paf
21812:
21813: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21814: passed as-is to method, xalan makes & into & itself
21815:
21816: * src/classes/date.C: date.roll parser2 alg used
21817:
21818: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21819: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21820: main/pa_dictionary.C, main/pa_hash.C,
21821: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21822: now does not containt 0 values. put 0 actullay removes. no check
21823: on 0 value in foreach now required
21824:
21825: 2001-11-11 paf
21826:
21827: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21828:
21829: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21830:
21831: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21832: driver initialize not const
21833:
21834: 2001-11-10 paf
21835:
21836: * src/main/pa_exec.C: doc
21837:
21838: 2001-11-09 paf
21839:
21840: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21841: param properly
21842:
21843: * src/classes/string.C: string.save now does untainting before
21844: saving
21845:
21846: * src/main/pa_common.C: line endings fixing fixed last piece[was
21847: still cstr oriented]
21848:
21849: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21850: line endings fixing got rid of cstr, now must work ok with post
21851: multipart
21852:
21853: * src/types/pa_vform.C: line endings fixed at post / multipart /
21854: not file also now
21855:
21856: 2001-11-08 paf
21857:
21858: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21859: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21860: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21861: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21862: main/pa_stylesheet_manager.C: restructured Cache manager to be
21863: simple parent, not second parent [gcc 2.96 strangly refused to
21864: call virtual from second parent]
21865:
1.116 moko 21866: * src/: include/pa_common.h, main/Makefile.am,
21867: targets/cgi/pa_pool.C: makes
1.95 moko 21868:
21869: * src/: include/pa_request.h, main/pa_request.C,
21870: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21871: 'status' class enabler
21872:
21873: <Location /parser-status.html> ParserStatusAllowed </Location>
21874:
21875: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21876: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21877: include/pa_stylesheet_manager.h, main/main.dsp,
21878: main/pa_cache_managers.C, main/pa_charset_manager.C,
21879: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21880: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21881: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21882: todo: apache 'status' class enabler
21883:
21884: 2001-11-05 paf
21885:
21886: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21887: debug to normal
21888:
21889: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21890: hence i removed skipping 0 values in hash::for_each-es we need to
21891: check cleaned cache items manually. few more checks.
21892:
21893: expiring to 0 time was wrong, changed to 'now' time
21894:
21895: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21896: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21897: on apache already done :)
21898:
21899: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21900: skipping 0 values in hash::for_each-es we need to check cleaned
21901: cache items manually
21902:
21903: * src/main/: pa_db_connection.C, pa_db_table.C:
21904: parser_multithreaded check was wrong
21905:
21906: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21907: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21908: classes/hashfile.C, classes/image.C, classes/int.C,
21909: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21910: classes/string.C, classes/table.C, classes/void.C,
21911: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21912: include/pa_array.h, include/pa_charset_connection.h,
21913: include/pa_charset_manager.h, include/pa_common.h,
21914: include/pa_config_fixed.h, include/pa_config_includes.h,
21915: include/pa_db_connection.h, include/pa_db_manager.h,
21916: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21917: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21918: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21919: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21920: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21921: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21922: include/pa_stack.h, include/pa_string.h,
21923: include/pa_stylesheet_connection.h,
21924: include/pa_stylesheet_manager.h, include/pa_table.h,
21925: include/pa_threads.h, include/pa_types.h, main/compile.C,
21926: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21927: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21928: main/pa_charset_manager.C, main/pa_common.C,
21929: main/pa_db_connection.C, main/pa_db_manager.C,
21930: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21931: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21932: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21933: main/pa_socks.C, main/pa_sql_driver_manager.C,
21934: main/pa_status_provider.C, main/pa_string.C,
21935: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21936: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21937: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21938: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21939: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21940: targets/isapi/pool_storage.h, types/pa_valiased.C,
21941: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21942: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21943: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21944: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21945: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21946: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21947: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21948: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21949: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21950: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21951: types/pa_vstateless_object.h, types/pa_vstatus.h,
21952: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21953: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21954: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21955: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21956: $status:db fixed used not initialized in db_connection & db_table
21957:
21958: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21959: $status:charset
21960:
21961: * src/: classes/xdoc.C, include/pa_db_connection.h,
21962: include/pa_stylesheet_connection.h,
21963: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21964: types/pa_vstatus.h: $status:stylesheet
21965:
21966: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21967: include/pa_request.h, include/pa_sql_connection.h,
21968: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21969: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21970: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21971: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21972: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21973: types/pa_vxnode.C, types/types.dsp: started status parser class
21974:
21975: 2001-11-01 paf
21976:
21977: * src/include/pa_config_auto.h.in: makes
21978:
21979: * src/main/pa_hash.C: removed old extra include
21980:
21981: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21982: checks [for hp, there are such in math.h]
21983:
21984: * src/classes/op.C: ^for endless loop check strightened
21985:
21986: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21987: behavior in native calls. it left unchanged, so ^for ^foreach &
21988: co can use r.root to write their i & key,value there
21989:
21990: * src/classes/op.C: detected for var storage bug, fixed.
21991: todo:foreach
21992:
21993: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21994: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21995: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21996: changing of hash inside of foreach
21997:
21998: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21999: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22000: were hash.foreach
22001:
22002: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22003: types/pa_vstring.C, types/pa_vstring.h:
22004: ^foreach[key|value]{body}[[separator]|{separator}]
22005:
22006: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22007: types/pa_vcookie.C: ^hash.delete[key]
22008:
22009: 2001-10-31 paf
22010:
22011: * src/main/: compile.C, pa_common.C: completely empty file now
22012: considered "read", not ignored [not perfect trick used]
22013:
22014: * src/main/pa_common.C: simplier common ifdefs
22015:
22016: * src/main/pa_common.C: typing bug in common - bad ifdeff
22017:
22018: * src/main/pa_db_connection.C: z
22019:
22020: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22021: lockdetector flags
22022: dbenv.lk_detect=DB_LOCK_RANDOM;
22023:
22024: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22025: from accidental show [imagine user forgot @exception]
22026:
22027: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22028:
22029: * src/: classes/file.C, classes/image.C, classes/mail.C,
22030: classes/string.C, classes/xnode.C, include/pa_common.h,
22031: main/pa_common.C: ^string.save[[append;]path]
22032:
22033: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22034: main/execute.C: \ in expression: int divide 10/3=3
22035:
22036: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22037: inside of ^cache
22038:
22039: * src/: include/pa_threads.h, main/pa_db_connection.C,
22040: main/pa_db_table.C, targets/cgi/pa_threads.C,
22041: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22042: needed
22043:
22044: 2001-10-30 paf
22045:
22046: * src/: classes/classes.dsp, main/main.dsp,
22047: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22048: types/types.dsp: enabled debug incremental compile
22049:
22050: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22051: form post data line endings not reformatted now.
22052:
22053: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22054: now required [had bug when file= has no value]
22055:
22056: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22057: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22058: cstr(asis) default param removed
22059:
22060: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22061:
22062: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22063:
22064: * src/include/pa_dir.h: LOAD_DIR fixed
22065:
22066: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22067: was broken} fix_line_breaks
22068:
22069: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22070: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22071: packed with #pragma pack
22072:
1.116 moko 22073: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22074:
22075: 2001-10-29 paf
22076:
22077: * src/types/pa_wcontext.h: bitfield syntax stricter
22078:
22079: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22080: string hash.puts
22081:
22082: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22083:
22084: * src/include/pa_sql_connection.h: there were one wrong
22085: SQL_CONNECTION_FUNC_GUARDED [failed]
22086:
22087: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22088: param.someday either ifdef or remove it
22089:
22090: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22091:
22092: * src/main/untaint.C: optimizing returned after debugging
22093:
22094: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22095: main/untaint.C: memory hunging #pragma pack(1)
22096:
22097: 16 419 844 13 169 394
22098:
22099: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22100: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22101: places [todo:Array]
22102:
22103: * src/: main/execute.C, targets/cgi/pa_pool.C,
22104: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22105: types/pa_wwrapper.h: debugging memory WContext flags to bits
22106:
22107: total 5 652 652/158731 total 5 469 332/158731
22108:
22109: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22110: Array:: without cache in get/put now
22111:
22112: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22113: 18:25:27 2001] total 5 652 652/158731
22114:
22115: * src/: include/pa_string.h, main/pa_string.C,
22116: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22117: now
22118:
22119: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22120: 18:11:53 2001] total 5796092/158731
22121:
22122: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22123: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22124: key ref now
22125:
22126: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22127: 17:11:17 2001] total 16867948/202658
22128:
22129: * src/: classes/file.C, classes/image.C, classes/string.C,
22130: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22131: main/execute.C, main/pa_array.C, main/pa_common.C,
22132: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22133: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22134: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22135: string::as_int/double now usually uses stack, not heap [200K out
22136: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22137:
22138: * src/main/pa_sql_driver_manager.C: ping to have services [old
22139: hiding bug]
22140:
22141: * src/Makefile.am: .am order
22142:
22143: * src/: include/pa_array.h, include/pa_charset_manager.h,
22144: include/pa_db_connection.h, include/pa_db_manager.h,
22145: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22146: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22147: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22148: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22149: required "friend class"
22150:
22151: ../include/pa_request.h:51: friend declaration requires
22152: class-key, i.e. `friend class Temp_lang'
22153:
22154: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22155: main/pa_exception.C, main/pa_sql_driver_manager.C,
22156: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22157:
22158: the idea is to #1 jump to C++ some function to main body, where
22159: every function stack frame has exception unwind information and
22160: from there... #2 propagate_exception()
22161:
22162: 2001-10-28 paf
22163:
22164: * src/main/pa_db_connection.C: removed old consts
22165:
22166: * src/main/pa_db_connection.C: expire table [was accidently pasted
22167: with wrong type/cast]
22168:
22169: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22170: translation
22171:
1.116 moko 22172: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22173: remember to build DB2 with -fexceptions!!!
22174:
22175: * src/main/pa_db_table.C: DB_RMW defed
22176:
22177: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22178: include/pa_db_connection.h, include/pa_db_manager.h,
22179: include/pa_db_table.h, main/pa_db_connection.C,
22180: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22181:
22182: 2001-10-27 paf
22183:
22184: * src/: classes/hashfile.C, include/pa_db_connection.h,
22185: include/pa_db_table.h, main/pa_db_connection.C,
22186: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22187: types/pa_vhashfile.C: DB2 ifdefs
22188:
1.116 moko 22189: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22190: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22191: makes with DB2
22192:
1.116 moko 22193: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22194: types/Makefile.am: makes db
1.95 moko 22195:
22196: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22197: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22198: globals.C
22199:
22200: * src/: classes/hashfile.C, include/pa_db_connection.h,
22201: include/pa_db_table.h, main/pa_db_connection.C,
22202: main/pa_db_table.C: ^hashfile.clear[]
22203:
22204: * src/classes/classes.awk: no $ in var names
22205:
22206: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22207: connection&table [forgotten calls]
22208:
22209: 2001-10-26 paf
22210:
22211: * src/main/pa_db_connection.C: db checkpoints
22212:
22213: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22214: checkpoints
22215:
22216: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22217: default. but entities still reparsed. todo: tothink
22218:
22219: * src/main/pa_db_connection.C: db recover mech 2
22220:
22221: * src/: classes/hashfile.C, include/pa_db_connection.h,
22222: include/pa_db_manager.h, include/pa_db_table.h,
22223: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22224: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22225: types/pa_vhashfile.h: db connections & tables now cached at
22226: create time & multithreaded
22227:
22228: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22229: parsed_source
22230:
22231: * src/main/pa_db_connection.C: about to remove connection from
22232: vhashfile
22233:
22234: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22235: transaction commit/rollback responsibility left to parent [as it
22236: sould - else there were a bug with double free]
22237:
22238: * src/include/pa_db_table.h: db: child transaction commit/rollback
22239: responsibility left to parent [as it sould - else there were a
22240: bug with double free]
22241:
22242: 2001-10-25 paf
22243:
22244: * src/: classes/hashfile.C, include/pa_common.h,
22245: include/pa_db_connection.h, include/pa_db_manager.h,
22246: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22247: types/pa_vhashfile.C, types/pa_vhashfile.h,
22248: include/pa_db_table.h, main/pa_db_table.C: started db_home
22249: [multiple, cached] todo: autorecover [tried, but not succeded,
22250: yet]
22251:
22252: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22253:
22254: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22255: transaction parent passed
22256:
22257: 2001-10-24 parser
22258:
1.116 moko 22259: * src/classes/Makefile.am: makes
1.95 moko 22260:
22261: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22262: isapi/pool_storage.h: pool_storage fixed
22263:
22264: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22265: types/pa_vform.h: form fix_line_breaks
22266:
1.116 moko 22267: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22268:
22269: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22270: targets/cgi/pool_storage.h: makes
22271:
22272: * src/sql/pa_sql_driver.h: version
22273:
22274: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22275: types/pa_vform.C, types/pa_vform.h: .am
22276:
22277: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22278: this: DB_RMW Acquire write locks instead of read locks when doing
22279: the retrieval. Setting this flag may decrease the likelihood of
22280: deadlock during a read-modify-write cycle by immediately
22281: acquiring the write lock during the read part of the cycle so
22282: that another thread of control acquiring a read lock for the same
22283: item, in its own read-modify-write cycle, will not result in
22284: deadlock
22285:
22286: * src/targets/isapi/parser3isapi.dsp: doc
22287:
22288: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22289:
22290: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22291:
22292: * src/: classes/hashfile.C, include/pa_db_connection.h,
22293: main/pa_db_connection.C: hashfile expired deleted from db when
22294: get & iterate
22295:
22296: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22297: expiring 1
22298:
22299: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22300:
22301: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22302: db_connection not bothers with key when not returning expired
22303: data
22304:
22305: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22306: types/pa_vhashfile.C: db_cursor constructor public now
22307:
22308: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22309: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22310: stamped, todo: put_element analize
22311:
22312: * src/: include/pa_db_connection.h, include/pa_string.h,
22313: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22314: serialize. todo stamp
22315:
22316: 2001-10-23 parser
22317:
22318: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22319: classes/image.C, classes/mail.C, classes/response.C,
22320: classes/string.C, classes/table.C, classes/xdoc.C,
22321: include/pa_config_fixed.h, include/pa_db_connection.h,
22322: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22323: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22324: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22325: types/pa_vtable.C: ^hashfile.hash[]
22326:
22327: * src/: classes/hashfile.C, classes/xdoc.C,
22328: include/pa_config_fixed.h, main/pa_db_manager.C,
22329: main/pa_globals.C: ifdefs so it compiled without db
22330:
22331: * src/: classes/hashfile.C, include/pa_db_connection.h,
22332: include/pa_db_manager.h, main/pa_db_connection.C,
22333: main/pa_db_manager.C, types/pa_vhashfile.h:
22334: ^hashfile.transaction{code} ^hashfile:clear[filename]
22335: ^hashfile.delete[key]
22336:
22337: 2001-10-22 parser
22338:
22339: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22340: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22341:
22342: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22343: classes/xnode.C, include/pa_charset_connection.h,
22344: include/pa_db_connection.h, include/pa_db_manager.h,
22345: include/pa_exception.h, include/pa_sapi.h,
22346: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22347: include/pa_stylesheet_connection.h,
22348: include/pa_stylesheet_manager.h,
22349: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22350: main/pa_db_connection.C, main/pa_db_manager.C,
22351: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22352: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22353: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22354: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22355: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22356: types/types.dsp: hashfile 0
22357:
22358: * src/types/pa_vhashfile.C: z
22359:
22360: * src/: classes/classes.dsp, classes/hashfile.C,
22361: include/pa_config_fixed.h, main/execute.C,
22362: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22363: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22364:
22365: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22366:
22367: * src/: include/pa_exception.h, include/pa_request.h,
22368: main/execute.C, main/pa_exception.C, main/pa_request.C,
22369: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22370: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22371:
22372: 2001-10-19 parser
22373:
22374: * src/include/pa_pool.h: header
22375:
22376: * src/main/pa_pool.C: auto compiled on gcc
22377:
22378: * src/classes/image.C: comment
22379:
1.116 moko 22380: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22381:
22382: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22383: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22384: types/pa_vxnode.h: xnode clone got freed
22385:
22386: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22387: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22388: can free up xalandomstring resulting from pool::transcode
22389:
22390: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22391: include/pa_config_fixed.h, include/pa_exception.h,
22392: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22393: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22394: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22395: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22396: from non-xml compile
22397:
22398: * src/main/pa_request.C: pool:: context - get_context
22399:
22400: * src/: classes/classes.h, classes/date.C, classes/double.C,
22401: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22402: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22403: classes/string.C, classes/table.C, classes/void.C,
22404: include/pa_config_fixed.h, include/pa_exception.h,
22405: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22406: main/compile.C, main/compile_tools.C, main/execute.C,
22407: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22408: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22409: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22410: main/pa_string.C, main/pa_table.C, main/untaint.C,
22411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22412: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22413: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22414: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22415: types/pa_vstateless_class.h, types/pa_vtable.C,
22416: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22417: exceptions 0
22418:
22419: * src/classes/classes.awk: $ removed
22420:
22421: 2001-10-18 parser
22422:
22423: * src/types/pa_vcookie.C: cookie:CLASS
22424:
22425: * src/main/main.dsp: project
22426:
22427: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22428: set_document & ctor question "who owns document" solved
22429:
22430: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22431:
22432: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22433: main/pa_pool.C: encoding in dom creating funcs
22434:
22435: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22436: be transformed now
22437:
22438: * src/classes/xdoc.C: dom created by create can be transformed now
22439:
22440: * src/classes/xdoc.C: z
22441:
22442: * src/classes/xdoc.C: comment
22443:
22444: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22445: create now uses XercesDocumentBridge, appendChild&co now works
22446:
22447: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22448: @ recompile
22449:
22450: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22451: $origin @exception[
22452:
22453: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22454: tag names forced to XML lang
22455:
22456: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22457: leechy-found bugs in code&doc fixed
22458:
22459: 2001-10-17 parser
22460:
22461: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22462: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22463: n functionality preserved
22464:
22465: * src/types/pa_vimage.h: removed unused vimage::save
22466:
22467: 2001-10-16 parser
22468:
22469: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22470:
22471: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22472:
22473: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22474:
22475: * src/classes/image.C: image.copy tolerance
22476:
22477: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22478: ineffective, but works for small paleted image
22479:
22480: * src/types/pa_vimage.C: comment
22481:
22482: * src/classes/image.C: gd size/resize bugfix
22483:
22484: * src/: classes/classes.dsp, main/main.dsp,
22485: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22486: types/types.dsp: ident >nul 2>&1
22487:
22488: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22489: systems
22490:
22491: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22492: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22493:
22494: 2001-10-15 parser
22495:
22496: * src/main/execute.C: z
22497:
22498: * src/classes/: xdoc.C: !::create{qualifiedName}
22499:
22500: * src/types/pa_vxnode.C: document_type_node.
22501: !readonly attribute DOMString name
22502: !notation_node.
22503: !readonly attribute DOMString publicId
22504: !readonly attribute DOMString systemId
22505:
1.116 moko 22506: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22507: ::write badly passed string too transparently [failed to
22508: intercept it]
1.95 moko 22509:
22510: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22511: include/pa_request.h, main/pa_sql_driver_manager.C,
22512: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22513: types/pa_vxnode.h: DOM1 major addtion, only few
22514: attributes/methods left
22515:
22516: 2001-10-13 parser
22517:
22518: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22519: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22520: in main handler
22521:
22522: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22523: cleanups & frees order
22524:
22525: * src/types/pa_vcode_frame.h: couple comments
22526:
22527: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22528: transparent enough to handle hash if creation&passing
22529:
22530: * src/: include/pa_config_fixed.h, main/execute.C,
22531: main/pa_exception.C: noticed that vcodeframe not transparent
22532: enough, would change now
22533:
22534: 2001-10-12 parser
22535:
22536: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22537: fixed. initialization&free on each thread!
22538:
22539: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22540: handling changed: now type of default param analized always, not
22541: only at problem time, thus helping early problem spotting
22542:
22543: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22544: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22545: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22546: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22547: multithread bug fixed. initialization&free on each thread!
22548:
22549: 2001-10-11 parser
22550:
22551: * src/classes/xnode.C: xnode.selectSingle now
22552:
22553: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22554: include/pa_pool.h, include/pa_stylesheet_connection.h,
22555: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22556: convertors out of Pool into Exception
22557:
22558: * src/main/pa_string.C: const
22559:
22560: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22561: linked pieces of same language together prior to String::replace
22562:
22563: * src/classes/hash.C: !^hash.add[addme]
22564: !^hash.sub[subme]
22565: !^a.union[b] = new
22566: !^a.intersection[b] = new
22567: !^a.intersects[b] = bool
22568:
22569: * src/classes/hash.C: !^hash::append[append_from]
22570:
22571: * src/: classes/hash.C, types/pa_vhash.h:
22572: !^hash::create[[copy_from]]
22573:
22574: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22575: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22576: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22577: fixed. got rid of empty_string, which caused errors - it hasnt
22578: exception but somebody[value.bark] tried to throw it on it's pool
22579:
1.116 moko 22580: * src/include/pa_config_auto.h.in: makes
1.95 moko 22581:
22582: 2001-10-10 parser
22583:
22584: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22585:
22586: * src/main/: compile.tab.C, compile.y: ^a[
22587:
22588: @next_method << now unclosed ] would be reported here
22589:
22590: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22591: compile error
22592:
22593: 2001-10-09 parser
22594:
1.116 moko 22595: * src/: classes/Makefile.am, main/Makefile.am,
22596: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22597:
22598: * src/classes/Makefile.am: makes
22599:
22600: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22601: win32 errors intercepted [xalan transformer patched and
22602: incorporated]
22603:
22604: * src/: classes/classes.dsp, classes/xdoc.C,
22605: include/pa_stylesheet_connection.h, main/main.dsp,
22606: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22607: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22608: patches starting
22609:
22610: * src/classes/: string.C, table.C: ^string.save[file]
22611:
22612: * src/classes/: date.C, table.C: calendar moved to date
22613:
22614: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22615: string/table] now
22616:
22617: * src/classes/: op.C, table.C: z
22618:
22619: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22620: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22621: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22622: be code [be string..]
22623:
22624: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22625: table.C: lots of
22626: params->as_int/double/as_string/as_junction/as_no_junction
22627: messages added
22628:
22629: 2001-10-08 parser
22630:
22631: * src/: classes/date.C, classes/image.C, classes/string.C,
22632: classes/table.C, classes/void.C, include/pa_request.h:
22633: params->as_int/double message added
22634:
22635: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22636:
22637: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22638: image:sector removed image:html internal "line-*" attribs
22639:
22640: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22641: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22642:
22643: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22644: way
22645:
22646: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22647: main/untaint.C: header untainting to UL_HTTP_HEADER,
22648: UL_MAIL_HEADER made nonforced [only tainted pieces]
22649:
22650: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22651: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22652: @ SAPI::log
22653:
22654: * src/main/untaint.C: \r to ' ' in origins mode
22655:
22656: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22657: set]
22658:
22659: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22660: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22661: nonstandard liaison freed up
22662:
22663: 2001-10-07 parser
22664:
22665: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22666: project
22667:
22668: 2001-10-05 parser
22669:
22670: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22671: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22672: from outputing to cerr. lots of "todos"
22673:
22674: * src/main/untaint.C: http_header tainting more gentle with
22675: enquoting now
22676:
22677: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22678: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22679: xml errorhandler. fixed string.replace a little, read @test
22680:
22681: * src/main/pa_string.C: found replace bug - first_that_starts(char
22682: *) does not have limit, and looks further eos, fixing....
22683:
22684: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22685:
22686: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22687:
22688: * src/main/: pa_charset_connection.C: ctype another mem clear
22689: bugfix
22690:
1.116 moko 22691: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22692: $result[^[$p^]z] now works fine
1.95 moko 22693:
22694: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22695: wrong. fixed it
22696:
22697: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22698: of totable appered to be vital
22699:
22700: 2001-10-04 parser
22701:
22702: * src/classes/image.C: ^image.length[text]
22703:
22704: 2001-10-03 parser
22705:
22706: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22707:
22708: * src/main/pa_request.C: restored pcre defaulting in request
22709: [mindlessly "optimized" yesterday] comment left
22710:
22711: 2001-10-02 parser
22712:
22713: * src/: main/pa_charset_manager.C,
22714: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22715: needed
22716:
22717: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22718: forgot non-xml pool.*charset needed
22719:
22720: * src/classes/table.C: # config comments fixed
22721:
22722: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22723: charset_connection #comment now
22724:
22725: * src/: classes/classes.dsp, types/types.dsp: release projects
22726: options fixed to use release msvcrt lib
22727:
22728: * src/main/pa_charset_connection.C: pcre tables now const inside
22729: removed default - pcre handles that internally fixed bug on
22730: not-cleaning tables [previously was calloced, now member]
22731:
22732: * src/: include/pa_request.h, main/pa_charset_connection.C,
22733: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22734: inside removed default - pcre handles that internally fixed bug
22735: on not-cleaning tables [previously was calloced, now member]
22736:
22737: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22738: tested charset reload on file change @ apache version = OK tested
22739: freeing up prev encoding on adding new = OK
22740:
22741: 2001-10-01 parser
22742:
22743: * src/main/pa_charset_connection.C: removed entitify external hack
22744: [internal installed]
22745:
1.116 moko 22746: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22747:
22748: * src/: include/pa_charset_connection.h,
22749: include/pa_charset_manager.h,
22750: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22751: main/pa_charset_connection.C, main/pa_charset_manager.C,
22752: main/pa_request.C: charset loading & caching mech 0
22753:
22754: * src/: include/pa_stylesheet_connection.h,
22755: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22756: main/pa_globals.C, main/pa_request.C: would make charset loading
22757: & caching mech now
22758:
22759: 2001-09-30 parser
22760:
22761: * src/main/pa_request.C: forgot to fill toTable
22762:
22763: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22764: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22765: failed on win32 for now..
22766:
22767: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22768: now charsets table configuration variable is: CHARSETS
22769:
22770: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22771: ctype with unicode 1. todo: no П entities on output somehow
22772:
22773: * src/: classes/file.C, classes/op.C, classes/string.C,
22774: include/pa_request.h, main/pa_request.C: started ctype with
22775: unicode values
22776:
22777: 2001-09-28 parser
22778:
22779: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22780: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22781: string passed AS-IS now
22782:
22783: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22784: way of user-configuring... todo: implement
22785:
22786: 2001-09-27 parser
22787:
22788: * src/classes/table.C: table.sort changed to sort table itself
22789:
22790: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22791: X^.getElementsByTagName[tagname] = array of xnode
22792: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22793: nodes removed - regretfully not supported @ xalan. maybe someday
22794: would reimplement, if needed.
22795:
22796: win32build system: solved long waiting anti-non-started-apache
22797: problem
22798:
22799: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22800: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22801: types/types.dsp: win32 ident make system so not to rebuild
22802: library [ident.C.new]
22803:
22804: 2001-09-26 parser
22805:
22806: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22807: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22808: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22809: types/pa_vxnode.C, types/types.dsp: z
22810:
22811: * src/classes/classes.C: forgot one non-xml check
22812:
1.116 moko 22813: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22814: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22815:
22816: * src/targets/cgi/parser3.C: z
22817:
22818: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22819: targets/isapi/parser3isapi.C: #ifdef SMTP
22820:
22821: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22822: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22823: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22824: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22825: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22826: types/types.dsp: xdoc&xnode now
22827:
22828: * src/: classes/classes.C, classes/classes.awk,
22829: classes/classes.dsp, classes/classes.h, classes/date.C,
22830: classes/dnode.C, classes/dnode.h, classes/dom.C,
22831: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22832: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22833: classes/op.C, classes/response.C, classes/string.C,
22834: classes/table.C, classes/void.C, include/pa_array.h,
22835: include/pa_common.h, include/pa_config_fixed.h,
22836: include/pa_config_includes.h, include/pa_dictionary.h,
22837: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22838: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22839: include/pa_socks.h, include/pa_sql_connection.h,
22840: include/pa_sql_driver_manager.h, include/pa_stack.h,
22841: include/pa_string.h, include/pa_stylesheet_connection.h,
22842: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22843: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22844: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22845: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22846: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22847: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22848: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22849: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22850: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22851: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22852: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22853: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22854: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22855: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22856: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22857: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22858: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22859: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22860: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22861: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22862: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22863: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22864: types/pa_vmethod_frame.h, types/pa_vobject.h,
22865: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22866: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22867: types/pa_vstateless_object.h, types/pa_vstring.C,
22868: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22869: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22870: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22871: main.dsp splitted to main+classes+types along to .am
22872:
22873: * src/classes/Makefile.am: removed useless var
22874:
22875: * src/: classes/classes.cmd, main/main.dsp,
22876: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22877: main.dsp
22878:
22879: 2001-09-25 parser
22880:
22881: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22882: 1251 though, todo ICU
22883:
1.116 moko 22884: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22885: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22886: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22887: types/pa_vdom.h: xml configure makes
1.95 moko 22888:
22889: 2001-09-24 parser
22890:
1.116 moko 22891: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22892: types/Makefile.am: makes
1.95 moko 22893:
1.116 moko 22894: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22895:
22896: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22897: started unix makes update
22898:
22899: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22900: started unix makes update
22901:
22902: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22903:
22904: * src/types/pa_value.h: z
22905:
22906: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22907: bugs with usinge hash/table in expressions
22908:
22909: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22910: resolved conflicts fixed [const]
22911:
22912: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22913: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22914: main/compile.C, main/compile.tab.C, main/compile.y,
22915: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22916: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22917: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22918: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22919: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22920: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22921: with before_xml [merge2 actually didn't happen - i've created
22922: tags on wrong branch. so this merge is in fact re-merge]
22923:
22924: 2001-09-21 parser
22925:
22926: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22927: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22928: produced "" in make file and sadly wrong interpreted on load]
22929:
1.116 moko 22930: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22931: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22932: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22933: include/pa_sql_driver_manager.h, include/pa_string.h,
22934: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22935: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22936: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22937:
22938: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22939: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22940: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22941: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22942: main/pa_pool.C, main/pa_request.C,
22943: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22944: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22945: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22946: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22947: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22948: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22949: types/pa_vrequest.C, types/pa_vresponse.h,
22950: types/pa_vstateless_class.C, types/pa_vstring.C,
22951: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22952: created new projects for sql drivers [planning to remove sql
22953: drivers from main cvs project] first, will join latest changes
22954:
22955: * src/classes/: dom.C: defaulted dom writing methods encoding to
22956: pool.get_charset
22957:
22958: * src/classes/dom.C: defaulted dom writing methods encoding to
22959: pool.get_charset
22960:
22961: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22962: pool.get_charset
22963:
22964: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22965: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22966: methods encoding to pool.get_charset
22967:
22968: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22969: transcoder were created right "unsupported encoding" message.
22970: not @ set time, but @ use time, so until xml output functions
22971: .string, .file, .save used - no encoding name check occur
22972:
22973: reduced transcode buffer size to 60 fixed pool cleanup - no
22974: registration needed, pools are officially destructured
22975:
22976: 2001-09-20 parser
22977:
22978: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22979:
22980: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22981: $MAIN:DEFAULTS.content-type[$.charset[here]]
22982:
22983: * src/: classes/dnode.C, classes/dom.C,
22984: include/pa_config_includes.h, include/pa_globals.h,
22985: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22986: main/pa_pool.C, targets/cgi/parser3.dsp,
22987: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22988: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22989: Pool::transcode 0
22990:
22991: * src/classes/dom.C: dom. string save file moved output xml options
22992: to last param and made it optional
22993:
22994: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22995: dnodes
22996: !$attributenode.specified = boolean
22997: true if the attribute received its value explicitly
22998: in the XML document,
22999: or if a value was assigned programatically with the
23000: setValue function.
23001: false if the attribute value came from the default value
23002: declared in the document's DTD.
23003: !$pinode.target = target of this processing instruction
23004: XML defines this as being the first token following the
23005: markup
23006: that begins the processing instruction.
23007: XPath:
23008: !^node.select[xpath/query/expression] = hash of 0->node0
23009: 1->node1
23010: !^node.select-single[xpath/query/expression] = first node if
23011: any
23012:
23013: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23014: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23015: some 'const's added
23016:
23017: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23018: expression context now, there value = size and boolean value
23019: size!=0
23020:
23021: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23022: can be used in expression context now, there value = size and
23023: boolean value size!=0
23024:
23025: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23026: types/pa_vstring.h: dnode .file .string .save moved back to dom
23027: due to strange xalan bug
23028:
23029: 2001-09-18 parser
23030:
23031: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23032: classes/image.C, classes/op.C, classes/table.C,
23033: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23034: include/pa_sql_driver_manager.h, main/compile.C,
23035: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23036: main/execute.C, main/pa_common.C, main/pa_request.C,
23037: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23038: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23039: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23040: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23041: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23042: before_xml branch ^if(def $hash) now true only when
23043: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23044:
23045: * src/: classes/op.C, main/execute.C: operators self changed to
23046: root ^for variable context changed to self
23047:
23048: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23049: dnode 1
23050:
23051: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23052: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23053:
23054: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23055: poly* fixed
23056:
23057: 2001-09-17 parser
23058:
23059: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23060: types/pa_vdom.h: started dnode+dom
23061:
23062: dnode DOM methods: $node.name $node.value
23063: ...others...
23064:
23065: ^node.xpath[/rates/USD] = hash
23066: $hash[
23067: $.0[node0]
23068: $.1[node1]
23069: ]
23070:
23071: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23072: applies to all linear primitives
23073:
23074: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23075: include/pa_stylesheet_connection.h, main/main.dsp,
23076: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23077: types/pa_vimage.h: started dnode DOM: $node.name
23078: $node.value ...others... ^node.xpath[/rates/USD] = hash
23079: dom(dnode)
23080:
23081: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23082: main/compile.y, main/compile_tools.h, main/execute.C,
23083: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23084: in expression compound($aa.zz.xx) names now can have minus '-' in
23085: name after '.'
23086:
23087: 2001-09-15 parser
23088:
23089: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23090: image: $line-width ^line(...)[**** style]
23091:
23092: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23093: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23094: pool_storage - cleanups first, allocations second. apache wisely
23095: does just like that
23096:
23097: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23098: rewritten using template, no bugs now
23099:
23100: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23101: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23102: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23103: poorly started isapi pool_storage, would rewrite using template
23104: now
23105:
23106: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23107: include/pa_stylesheet_connection.h, main/main.dsp,
23108: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23109: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23110: xalan objects freed up [introducing Pool::register_cleanup]
23111:
23112: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23113: comments
23114:
23115: 2001-09-14 parser
23116:
23117: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23118: z
23119:
23120: * src/: classes/dom.C, classes/file.C, classes/image.C,
23121: classes/mail.C, include/pa_common.h,
23122: include/pa_sql_driver_manager.h, include/pa_string.h,
23123: include/pa_stylesheet_connection.h,
23124: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23125: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23126: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23127: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23128: compiled&cached
23129:
23130: 2001-09-13 parser
23131:
23132: * src/: classes/dom.C, classes/file.C, classes/image.C,
23133: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23134:
23135: * src/classes/dom.C: dom:file content-type(.method)
23136:
23137: * src/: include/pa_common.h, include/pa_globals.h,
23138: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23139: string now more informative error messages
23140:
23141: * src/: include/pa_globals.h, include/pa_request.h,
23142: main/pa_request.C, targets/cgi/parser3.C,
23143: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23144: ParserSiteConfig .../parser3.conf
23145:
23146: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23147:
23148: 2001-09-12 parser
23149:
23150: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23151: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23152: precise error reporting: "connection string must start with
23153: protocol://" now
23154:
23155: * src/main/compile.tab.C: fixed - subname code parts actually []
23156: braced
23157:
23158: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23159: lexer on LS_USER level did [] matching without setting nestage,
23160: introduced special LS_NAME_SQUARE_PART state
23161:
23162: 2001-09-11 parser
23163:
23164: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23165: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23166: languages+=xml
23167:
23168: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23169:
23170: * src/classes/dom.C: ^dom:save/string/file[output options] output
23171: options: $.method[xml|html|text] detection fixed
23172:
23173: * src/types/pa_vdom.h: messages
23174:
23175: * src/classes/dom.C: ^dom:save/string/file[output options] output
23176: options: $.method[xml|html|text] detection fixed
23177:
23178: 2001-09-10 parser
23179:
23180: * src/classes/dom.C: ^dom:save/string/file[output options] output
23181: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23182:
23183: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23184: added]
23185:
23186: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23187: ^dom.xslt[stylesheet filename] 0
23188:
23189: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23190: ^dom.xslt[stylesheet filename] -1 doc is lying
23191:
23192: * src/classes/dom.C: ^dom.file[encoding] = file
23193:
23194: * src/classes/: dom.C: ^dom.string[encoding] 1
23195: ^dom.save[encoding;filename]
23196:
23197: * src/classes/dom.C: ^dom.string[] 0
23198:
23199: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23200:
23201: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23202: types/pa_vform.h: ^dom.save[b.xml] 0
23203:
23204: 2001-09-08 parser
23205:
23206: * src/types/pa_vform.C: $form:tables.name.field
23207:
23208: 2001-09-07 parser
23209:
23210: * src/classes/table.C: table:empty removed, superceded by ^if(def
23211: $table)...
23212:
23213: * src/targets/cgi/parser3.C: z
23214:
23215: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23216: from '' to int/double is 0]
23217:
23218: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23219: $table) is false when table is empty
23220:
23221: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23222: !$form:tables $atable[$form:tables.a]
23223: ^atable.menu{a=$atable.element}[,]
23224:
23225: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23226: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23227:
1.116 moko 23228: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23229: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23230: of dom
23231:
23232: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23233: types/pa_vform.C, types/pa_vform.h: z
23234:
23235: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23236: element [not last]
23237:
1.116 moko 23238: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23239: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23240:
23241: 2001-09-06 parser
23242:
23243: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23244: table with one column 'element' and two rows: 1 and 2
23245:
23246: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23247: table with one column 'element' and two rows: 1 and 2
23248:
23249: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23250: bad int/double conversions, and now $form:nonexistent.int(88)
23251: would return 88
23252:
23253: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23254: types/pa_vhash.h: now there's special hash key '_default'
23255: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23256: $._default[xx] ] $hash.c
23257:
23258: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23259: fixed [thanks, fif], ^; were treated there non-literally
23260:
23261: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23262: doxygen
23263:
23264: * src/: classes/image.C, classes/op.C, classes/string.C,
23265: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23266: types/pa_vtable.C: few #ifndef DOXYGEN
23267:
23268: 2001-09-05 parser
23269:
23270: * src/classes/: string.C, table.C: sql options can be void [same as
23271: image:html the other day]
23272:
23273: * src/targets/cgi/Makefile.am: .am undo
23274:
23275: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23276: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23277: macro expantion on param, simply qoutes whatever passed, undone
23278:
23279: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23280: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23281: STRINGIZE(name) #name invented
23282:
23283: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23284: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23285: MAIN_SQL_DRIVERS_NAME "drivers"
23286:
23287: moved to be availible to all users
23288:
23289: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23290: SQL_DRIVER_CREATE_FUNC_NAME
23291:
23292: * src/classes/mail.C: MAIN:MAIL check fixed
23293:
23294: 2001-09-04 parser
23295:
23296: * src/classes/image.C: image.html now can accept void params
23297:
23298: * src/targets/isapi/parser3isapi.C: z
23299:
23300: * src/targets/cgi/parser3.C: full_file_spec bug
23301:
23302: * src/targets/cgi/parser3.C: getenvcheck
23303:
23304: * src/targets/cgi/parser3.C: zz
23305:
23306: * src/targets/cgi/parser3.C: zzz
23307:
23308: * src/classes/date.C: date
23309:
23310: * src/classes/date.C: date:sql-string is now without ''
23311:
1.116 moko 23312: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23313: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23314: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23315:
1.116 moko 23316: * src/include/pa_config_auto.h.in: makes
1.95 moko 23317:
23318: 2001-09-03 parser
23319:
23320: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23321:
23322: 2001-09-01 parser
23323:
23324: * src/classes/image.C: letter_spacing
23325:
23326: * src/classes/image.C: image: font params changed
23327:
23328: * src/classes/image.C: image: as_int as_string used
23329:
23330: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23331: analized
23332:
23333: 2001-08-31 parser
23334:
23335: * src/targets/cgi/parser3.C: z
23336:
1.116 moko 23337: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23338: cygwin
1.95 moko 23339:
23340: * src/classes/void.C: void:int/double += (default)
23341:
23342: * src/classes/image.C: image:font added space param image:font
23343: changed charwidth alg, added kerning const[for now]
23344:
23345: * src/classes/: string.C, table.C: string:int/double (defaults)
23346:
23347: 2001-08-29 parser
23348:
23349: * src/main/pa_exception.C: exception redundant debug info
23350:
23351: 2001-08-28 parser
23352:
23353: * src/classes/image.C: image error msgs
23354:
23355: * src/classes/image.C: image: gifsize little endian
23356:
23357: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23358: doxygeneration
23359:
23360: * src/: classes/Makefile.am, main/Makefile.am,
23361: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23362:
23363: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23364: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23365:
23366: * src/main/compile.C: NO_STRING_ORIGIN check2
23367:
23368: * src/classes/table.C: NO_STRING_ORIGIN check
23369:
23370: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23371: storage class specifiers invalid in friend function declarations
23372:
23373: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23374: main/untaint.C, targets/cgi/parser3.C,
23375: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23376: case of limit
23377:
23378: * src/: classes/file.C, main/pa_common.C: file:move
23379: autocreate/remove dest/src dir
23380:
23381: * src/: classes/string.C, include/pa_dictionary.h,
23382: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23383: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23384: to directory constructor. string:replace
23385:
23386: 2001-08-27 parser
23387:
23388: * src/classes/image.C: fixed jpgsize alg
23389:
23390: * src/classes/image.C: fixed jpgsize alg
23391:
23392: * src/main/pa_exception.C: z
23393:
23394: * src/main/pa_common.C: removed debug info from pa_common
23395:
23396: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23397: [auto.p from current dir loading]
23398:
1.116 moko 23399: * src/: main/pa_common.C, main/pa_exception.C,
23400: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23401: for solaris -lsocket
1.95 moko 23402:
23403: 2001-08-24 parser
23404:
23405: * src/targets/cgi/parser3.C: not cgi extra \n 3
23406:
23407: * src/targets/cgi/parser3.C: not cgi extra \n 2
23408:
23409: * src/targets/cgi/parser3.C: not cgi extra \n
23410:
23411: * src/main/pa_sql_driver_manager.C: z
23412:
23413: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23414: sql* removed services from disconnect - cross-request ideological
23415: probs.
23416:
23417: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23418: cross-request ideological probs. oracle - fixed bug: cs
23419: allocated on request.pool and got freed before disconnect
23420:
23421: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23422: mallocs fixed
23423:
23424: 2001-08-23 parser
23425:
23426: * src/classes/file.C: minor bug in file:save fixed
23427:
23428: * src/main/pa_sql_driver_manager.C: oracle: dlink
23429:
23430: 2001-08-22 parser
23431:
23432: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23433: types/pa_vfile.h: file:load|save[text|binary;
23434:
23435: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23436:
23437: 2001-08-21 parser
23438:
23439: * src/classes/: file.C, table.C: ^file:list
23440:
23441: 2001-08-20 parser
23442:
23443: * src/: main/compile.tab.C, main/compile.y,
23444: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23445: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23446: recousively caused problems: inc incremeted 123 literal!! fixed
23447:
23448: 2001-08-10 parser
23449:
23450: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23451:
23452: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23453: added
23454:
23455: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23456: added
23457:
23458: * src/classes/table.C: table:sort restored [it was bad test :(]
23459:
23460: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23461: ''
23462:
23463: * src/main/: pa_request.C: wanted to make const int
23464: MAX_EXECUTE_SECONDS=1;
23465:
23466: but couldnt, set_callback_and_alarm appeared to be not exported
23467: :(
23468:
23469: * src/main/pa_string.C: string.match hanged on. there were a hang
23470: check but it weren't wise enough
23471:
23472: @parse[dateString][tmp]
23473: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23474: #end
23475:
23476: @main[] ^parse[2001-02-03]
23477:
23478: * src/classes/: table.C: table:sort now default desc
23479:
23480: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23481: table.sort now creates new sorted table
23482:
23483: 2001-08-09 parser
23484:
23485: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23486:
23487: * src/classes/hash.C: hash:_default now [was hash:default]
23488:
23489: * src/classes/op.C: case without switch check added
23490:
23491: * src/types/pa_vcookie.C: cookie name&value origins added, more
23492: precise $ORIGINS(1)
23493:
23494: * src/main/Makefile.am: .am
23495:
23496: * src/classes/void.C: void: int double copy/paste from int: bug
23497: fixed
23498:
23499: * src/classes/void.C: void: int double copy/paste from int: bug
23500: fixed
23501:
23502: 2001-08-07 parser
23503:
23504: * src/: classes/double.C, classes/int.C, classes/string.C,
23505: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23506: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23507: string, table
23508:
23509: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23510: srand made working
23511:
23512: 2001-08-06 parser
23513:
23514: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23515: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23516: main/compile.tab.C, main/compile.y, main/pa_array.C,
23517: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23518: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23519:
23520: * src/main/pa_exec.C: exec win32 real filename
23521:
23522: * src/classes/file.C: exec stderr out
23523:
23524: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23525:
23526: 2001-08-03 parser
23527:
23528: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23529:
23530: 2001-08-02 parser
23531:
23532: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23533: main/execute.C, main/pa_exec.C: introducing Array_iter
23534:
23535: * src/main/execute.C: detected quick_get recursion bug. changed to
23536: get@execute, but needs array iterator, separate from array to
23537: avoid it & use caching
23538:
23539: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23540: bug fixed
23541:
23542: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23543: main/execute.C, main/pa_globals.C: found another multithread bug
23544: in op.C (last, last global var killed) :)
23545:
23546: 2001-08-01 parser
23547:
23548: * src/: include/pa_dictionary.h, include/pa_globals.h,
23549: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23550: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23551: main/untaint.C: speeded up typo-html replacements. introducing
23552: Dictionary with first-char caching
23553:
23554: 2001-07-31 parser
23555:
23556: * src/types/Makefile.am: pa_vtable.C added to .am
23557:
23558: * src/main/compile.tab.C: added, so that could be compiled even on
23559: non-bison-enabled platforms
23560:
23561: 2001-07-28 parser
23562:
23563: * src/classes/table.C: table:hash always produces hash, when can't
23564: - empty
23565:
23566: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23567: skipped \n
23568:
23569: 2001-07-27 parser
23570:
23571: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23572: on int/double/string :sql without result and default
23573:
23574: 2001-07-26 parser
23575:
23576: * src/classes/op.C: fixed bad multithread bug with strangly global
23577: OP
23578:
23579: * src/main/compile.y: $man[$.age[zzz]] 0
23580:
23581: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23582: creation syntax problem persists. restored $: for a while.
23583: thinking of $man[$.age[zzz]] syntax now
23584:
23585: * src/: classes/double.C, classes/int.C, classes/string.C,
23586: include/pa_opcode.h, main/compile.C, main/compile.y,
23587: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23588: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23589: types/pa_wwrapper.h: fixing :: realization #1
23590:
23591: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23592: main/compile_tools.h, main/execute.C, main/pa_request.C,
23593: types/pa_vmethod_frame.h: introducing :: this is constructor call
23594: prefix. ordinary : remains for static accesses
23595:
23596: 2001-07-25 parser
23597:
23598: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23599: fields 2. methods 3. columns
23600:
23601: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23602: quote. optimized double&int tostring-s
23603:
23604: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23605: whitespace before first method decl
23606:
23607: * src/classes/table.C: allowed nontable result in table:sql,
23608: results in empty table
23609:
23610: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23611: lines before first method decl
23612:
23613: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23614: types/pa_vtable.h: ^table.record[] now $table.fields
23615:
23616: * src/main/compile.y: $var[] is now empty string, not void
23617:
23618: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23619: void
23620:
23621: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23622: main/pa_globals.C: match replace code context moved to implicit
23623: $match context
23624:
23625: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23626: main/compile_tools.h, main/execute.C: with killed, code storage
23627: introduced with former 'with' syntax
23628:
23629: 2001-07-24 parser
23630:
23631: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23632: types/pa_value.h: first get_element, next get operator
23633:
23634: * src/main/compile.y: removed @end handling
23635:
23636: * src/main/: compile.C, compile.y: @end handling method2
23637:
23638: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23639: file:move
23640:
23641: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23642: fixed
23643:
23644: 2001-07-23 parser
23645:
23646: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23647: driver
23648:
23649: * src/classes/hash.C: changed sql driver query interface
23650:
23651: * src/: classes/hash.C, classes/string.C, classes/table.C,
23652: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23653: changed sql driver query interface
23654:
23655: 2001-07-20 parser
23656:
23657: * src/types/pa_vrequest.C: X!$browser:type
23658:
23659: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23660: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23661: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23662: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23663: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23664: types/pa_vobject.h, types/pa_vrequest.C,
23665: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23666: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23667: BASE element globally removed
23668:
23669: 2001-07-18 parser
23670:
23671: * src/classes/file.C: file:exec/cgi msg
23672:
23673: * src/classes/file.C: $file:exit-code renamed to 'status'
23674:
23675: * src/: classes/file.C, main/pa_exec.C: file:exec
23676:
1.116 moko 23677: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23678: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23679: removed $id from *.in *.am
1.95 moko 23680:
23681: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23682: abbrevations
23683:
23684: * src/: classes/date.C, classes/mail.C, classes/math.C,
23685: classes/string.C, classes/table.C, include/pa_globals.h,
23686: include/pa_string.h, main/execute.C, main/pa_globals.C,
23687: main/pa_request.C, main/pa_string.C, main/untaint.C,
23688: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23689: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23690: $ORIGINS(1) output tracing mode
23691:
23692: 2001-07-13 parser
23693:
23694: * src/: classes/double.C, classes/int.C, classes/string.C,
23695: include/pa_request.h, main/execute.C, main/pa_request.C:
23696: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23697: second would not call first @auto
23698:
23699: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23700: wrong, fixed
23701:
23702: 2001-07-12 parser
23703:
23704: * src/types/pa_value.h: pa_value.putelement modification of system
23705: classes prevented
23706:
23707: 2001-07-11 parser
23708:
23709: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23710: table $piece
23711:
23712: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23713: types/pa_vstateless_class.h: $file created by file:state +=
23714: .atime .mtime .ctime +found&fixed bug with exceptions on
23715: get_junction-created objects [they were on wrong pool]
23716:
23717: 2001-07-09 parser
23718:
23719: * src/main/untaint.C: qp wrong name
23720:
23721: * src/: classes/date.C, classes/string.C, classes/table.C,
23722: main/compile.y: date format 0
23723:
23724: 2001-07-07 parser
23725:
23726: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23727: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23728: roll table calendar
23729:
23730: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23731: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23732: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23733: include/pa_request.h, main/main.dsp, types/pa_value.h,
23734: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23735: string. todo: sql, calendar
23736:
23737: 2001-07-06 parser
23738:
23739: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23740: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23741:
23742: 2001-07-03 parser
23743:
23744: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23745: classes/random.C, main/main.dsp: class random renamed to math,
23746: operators became methods
23747:
23748: * src/classes/op.C: pow sqrt
23749:
23750: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23751:
23752: 2001-07-02 parser
23753:
23754: * src/classes/table.C: ^table.columns column renamed from 'name' to
23755: 'column'
23756:
23757: * src/classes/hash.C: ^hash.keys[]
23758:
23759: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23760:
23761: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23762: 'strings'
23763:
23764: 2001-06-29 parser
23765:
23766: * src/main/: execute.C: /0 %0 checkes ver 2
23767:
23768: * src/main/execute.C: /0 %0 checke
23769:
23770: * src/classes/Makefile.am: nothing - void
23771:
23772: * src/classes/table.C: empty strings @ sql
23773:
23774: 2001-06-28 parser
23775:
23776: * src/: classes/double.C, classes/file.C, classes/form.C,
23777: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23778: classes/op.C, classes/random.C, classes/response.C,
23779: classes/string.C, classes/table.C, classes/void.C,
23780: main/compile.C, main/compile_tools.C, main/execute.C,
23781: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23782: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23783: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23784: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23785: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23786: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23787: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23788: $";
23789:
23790: * src/: classes/double.C, classes/file.C, classes/form.C,
23791: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23792: classes/op.C, classes/random.C, classes/response.C,
23793: classes/string.C, classes/table.C, classes/void.C,
23794: main/compile.C, main/compile.y, main/compile_tools.C,
23795: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23796: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23797: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23798: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23799: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23800: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23801:
23802: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23803: $class:name: == ${class:name}:
23804:
23805: * src/classes/string.C: exactly one
23806:
23807: 2001-06-27 parser
23808:
23809: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23810: types/pa_vvoid.h: nothing renamed to void
23811:
23812: * src/classes/op.C: ^switch ^case
23813:
23814: * src/main/compile.y: nothing renamed to void
23815:
23816: * src/: classes/hash.C, classes/table.C, main/compile.y,
23817: main/execute.C, main/main.dsp, main/pa_request.C,
23818: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23819: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23820: void
23821:
23822: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23823:
23824: 2001-05-28 parser
23825:
23826: * src/doc/html2chm.cmd: removed >a
23827:
23828: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23829: project options [some bugs]
23830:
23831: * src/doc/sources2html.cmd: z
23832:
23833: * src/: classes/classes.C, main/compile.C, main/compile.y,
23834: main/execute.C: operators are not in root class again
23835:
23836: 2001-05-24 parser
23837:
23838: * src/targets/cgi/parser3.dsp: project file
23839:
23840: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23841: ^log ^exp
23842:
23843: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23844: conversions in @exception[params]
23845:
23846: * src/main/pa_request.C: // no _ conversions in @exception[params]
23847:
23848: 2001-05-23 parser
23849:
23850: * src/main/pa_string.C: string cmp bug
23851:
23852: * src/classes/: mail.C, op.C: rem max 1000
23853:
23854: * src/: classes/op.C, main/compile.y: allow one empty line before
23855: LS_DEF_NAME
23856:
23857: 2001-05-22 parser
23858:
23859: * src/classes/op.C: if params code-required
23860:
23861: 2001-05-21 parser
23862:
23863: * src/types/pa_vstring.C: eoleof
23864:
23865: * src/classes/Makefile.am: .AM
23866:
23867: * src/classes/nothing.C: resultless ^sql moved to nothing:
23868:
23869: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23870:
23871: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23872: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23873: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23874: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23875: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23876: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23877: 'nothing'
23878:
23879: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23880: vstring::set_string
23881:
23882: * src/classes/: double.C, int.C, string.C: int,double;sql
23883:
23884: * src/: classes/hash.C, classes/int.C, classes/string.C,
23885: classes/table.C, include/pa_string.h, main/pa_string.C,
23886: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23887:
23888: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23889: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23890: hash:sql moved to main trunc. operators.txt updated
23891:
23892: * src/classes/: hash.C, op.C, table.C: hash:sql
23893:
23894: * src/classes/op.C: z
23895:
23896: * src/: main/compile.C, classes/classes.C: 1
23897:
23898: * src/: classes/classes.C, main/compile.C, main/compile.y,
23899: main/execute.C: 0
23900:
23901: * src/main/execute.C: z
23902:
23903: * src/targets/cgi/parser3.C: z
23904:
23905: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23906: site_auto_path "." in that case
23907:
23908: * src/targets/cgi/: parser3.C: z
23909:
23910: * src/main/pa_request.C: .am
23911:
23912: * src/: main/pa_request.C, targets/cgi/parser3.C:
23913: pcre_tables=pcre_default_tables;
23914:
23915: 2001-05-19 parser
23916:
23917: * src/main/pa_string.C: z
23918:
23919: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23920: introducing String::cstr_bufsize, returns just size+1 for as_is
23921: target.
23922:
23923: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23924: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23925: used, 4* mem wasted
23926:
23927: * src/classes/string.C: root context in match replace body now
23928: unchanged
23929:
23930: * src/types/pa_value.h: parameter # 1 based
23931:
23932: * src/main/pa_common.C: common: actual filename '%s'
23933:
23934: * src/classes/string.C: z
23935:
23936: * src/classes/Makefile.am: classes/.am
23937:
23938: * src/classes/: Makefile.am: classes/.am
23939:
23940: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23941: targets/cgi/pa_pool.C: classes/.am
23942:
23943: 2001-05-18 parser
23944:
1.116 moko 23945: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23946: pa_threads.C ins
1.95 moko 23947:
23948: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23949:
23950: 2001-05-17 parser
23951:
23952: * src/: classes/string.C, include/pa_config_fixed.h,
23953: include/pa_config_includes.h, main/compile.y,
23954: main/compile_tools.h, main/execute.C, main/pa_array.C,
23955: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23956: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23957: types/pa_vform.C: #include "pa_config_includes.h" removed from
23958: most .C
23959:
23960: * src/doc/html2chm.cmd: z
23961:
23962: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23963: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23964:
23965: * src/main/pa_sql_driver_manager.C: moved expiration to
23966: get_connection_from_cache
23967:
23968: * src/main/pa_sql_driver_manager.C: cache expiration bf
23969:
23970: * src/: classes/classes.h, include/pa_sql_connection.h,
23971: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23972: cache expiration[use SQL_Driver::disconnect]
23973:
23974: * src/main/pa_table.C: table.locate current restored on "not found"
23975:
23976: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23977: line no
23978:
23979: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23980: ANTI_ENDLESS_EXECUTE_RECOURSION
23981:
23982: * src/: classes/op.C, include/pa_sql_connection.h,
23983: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23984: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23985: 1driver and set_services fight for driver::fservices. before fix
23986:
23987: * src/: classes/op.C, include/pa_config_fixed.h,
23988: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23989: main/pa_sql_driver_manager.C: found problem at last: 2connections
23990: own 1driver and set_services fight for driver::fservices. before
23991: fix
23992:
23993: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23994: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23995: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23996: pa_threads.C
23997:
23998: * src/include/pa_threads.h: removed targets/parser
23999:
24000: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24001: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24002: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24003: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24004: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24005: headers
24006:
24007: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24008: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24009: order prevented sqlmanager to see MULTYTHREAD define
24010:
24011: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24012: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24013: put/gets
24014:
24015: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24016: from hash.h
24017:
24018: * src/: classes/op.C, include/pa_sql_connection.h,
24019: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24020: from cache ->set_services(&services);
24021:
24022: 2001-05-16 parser
24023:
24024: * src/targets/cgi/parser3.C: z
24025:
24026: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24027: debug, #ifdefed some. would debug later, on more precise sample
24028: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24029: $name.$tail[$tail!] $name.$tail } ok3
24030:
24031: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24032: removed array debug. before vstring rebasing
24033:
24034: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24035: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24036: array debugged; adjusted
24037:
24038: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24039: SQL_Driver_manager line no for connect/charset errors
24040:
24041: 2001-05-15 parser
24042:
24043: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24044: main/pa_string.C: string+array made linear grows
24045:
24046: * src/: include/pa_string.h, main/pa_string.C,
24047: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24048: grow lineary, not exponentialy
24049:
24050: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24051: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24052: with fullchunk cmps
24053:
24054: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24055: 70041= 81
24056:
24057: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24058: targets/cgi/parser3.C: detected huge mem allocation: size/times
24059: malloc 27809390/368771, calloc 3232/83. would test now
24060:
24061: * src/: classes/random.C, main/compile.y, main/execute.C,
24062: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24063: numbered params had wrong name - for instance: bad error message
24064: in ^for[] bad body type. fixed
24065:
24066: 2001-05-14 parser
24067:
24068: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24069: main/untaint.C: ^string.upper|lower[]
24070:
24071: 2001-05-11 parser
24072:
24073: * src/: classes/double.C, classes/image.C, classes/op.C,
24074: classes/string.C, classes/table.C, classes/unknown.C,
24075: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24076: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24077: types/pa_vunknown.h: op: MAX_LOOPS as_int
24078:
24079: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24080: .dsp for win32tools
24081:
24082: 2001-05-11 paf
24083:
24084: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24085: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24086: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24087: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24088:
24089: 2001-05-10 paf
24090:
24091: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24092: for C++, that's all
24093:
1.116 moko 24094: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24095: pa_config_includes.h: inline wonders
1.95 moko 24096:
24097: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24098: doc/doxygen.cmd: hash.C added
24099:
24100: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24101:
24102: * src/main/compile.y: @end grammar: allowed zero strings in control
24103: menthod
24104:
24105: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24106: pa_vstateless_object.h: changed priority: field before method
24107: lookup in vclass & vobject
24108:
24109: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24110: grammar: priorities changes [lowerd && prior] vobject: now first
24111: fields, next methods
24112:
24113: 2001-05-08 paf
24114:
24115: * src/main/pa_table.C: table columnname2item on nameless ignored
24116: bark=false. fixed
24117:
24118: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24119: types/pa_vmethod_frame.h: hash:default works at last!
24120:
24121: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24122: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24123: hash:default
24124:
24125: * src/classes/table.C: z
24126:
24127: * src/classes/table.C: table:hash always hash of hash now
24128:
24129: * src/classes/table.C: table:empty return bool now
24130:
24131: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24132: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24133: types/pa_vtable.h: table:hash
24134:
24135: * src/classes/table.C: table:record have name
24136:
24137: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24138: returns vunknown
24139:
24140: * src/classes/: double.C, int.C, op.C, string.C:
24141: int,double,string:int[] double[] string:length[] results now have
24142: hames
24143:
24144: * src/: classes/op.C, classes/table.C, main/main.dsp,
24145: types/pa_vtable.h: removed table:find. table:locate and op:eval
24146: now return bool
24147:
24148: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24149: in method checkparams again. fixed
24150:
24151: 2001-05-07 paf
24152:
24153: * src/doc/chm.cmd: cmd
24154:
24155: * src/: classes/image.C, classes/mail.C, classes/string.C,
24156: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24157: types/pa_value.h: method reported errors on wrong pool
24158:
24159: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24160: now
24161:
24162: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24163: include/code.h, include/pa_opcode.h, main/compile.C,
24164: main/compile_tools.h, main/execute.C, types/pa_value.h,
24165: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24166: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24167: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24168: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24169: types/pa_vmethod_frame.h, types/pa_vobject.h,
24170: types/pa_vrequest.h, types/pa_vresponse.h,
24171: types/pa_vstateless_class.h, types/pa_vstring.h,
24172: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24173: types/pa_wwrapper.h: pa_code.h
24174:
24175: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24176:
24177: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24178: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24179: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24180: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24181: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24182: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24183: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24184: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24185: types/pa_vtable.h: dox, split by not clean parts also
24186:
24187: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24188: types/pa_vtable.h: table: fields, then methods. so to enable
24189: 'dir' fields & co. more
24190:
24191: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24192: so to enable 'dir' fields & co.
24193:
24194: * src/main/compile.y: grammar: @end
24195:
24196: 2001-05-04 paf
24197:
24198: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24199: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24200:
24201: * src/: classes/classes.h, classes/double.C, classes/file.C,
24202: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24203: classes/op.C, classes/random.C, classes/response.C,
24204: classes/string.C, classes/table.C, classes/unknown.C,
24205: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24206: method dox
24207:
24208: 2001-05-03 paf
24209:
24210: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24211: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24212: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24213: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24214: doc/string.dox, doc/targets.dox, doc/value.dox,
24215: main/pa_request.C: dox splitted .dox files and added some
24216:
24217: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24218:
24219: 2001-05-02 paf
24220:
24221: * src/classes/: image.C, table.C: table:dir result are not tainted
24222: by file_name language now
24223:
24224: 2001-04-28 paf
24225:
24226: * src/classes/classes.inc: removed classes.inc
24227:
24228: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24229: from .am
24230:
24231: * src/classes/classes.awk: skipped classes in .awk
24232:
24233: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24234: classes/classes.inc, classes/double.C, classes/file.C,
24235: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24236: classes/string.C, classes/table.C, classes/unknown.C,
24237: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24238: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24239: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24240: pa_methoded back to classes/classes.h
24241:
24242: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24243:
24244: * src/: classes/Makefile.am, classes/classes.awk,
24245: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24246: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24247:
24248: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24249: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24250: classes/response.C, classes/string.C, classes/table.C,
24251: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24252: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24253: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24254: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24255: include|main/pa_methoded
24256:
24257: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24259:
24260: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24261: moved some configured data to request::classes_conf moved some
24262: string crations from globals to M... [works]
24263:
24264: * src/: classes/form.C, classes/mail.C, classes/op.C,
24265: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24266: main/pa_request.C: moved some configured data to
24267: request::classes_conf moved some string crations from globals to
24268: M...
24269:
24270: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24271: about to move configured data to special request hash
24272:
24273: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24274: classes/form.C, classes/mail.C, include/pa_request.h,
24275: main/pa_request.C: configure started
24276:
24277: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24278: 2. todo: methoded-configure
24279:
24280: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24281: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24282: classes/_random.h, classes/_response.h, classes/_string.h,
24283: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24284: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24285: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24286: classes/random.C, classes/response.C, classes/string.C,
24287: classes/table.C, classes/unknown.C, include/pa_globals.h,
24288: include/pa_request.h, main/compile.y, main/execute.C,
24289: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24291: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24292: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24293: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24294: types/pa_vrequest.h, types/pa_vresponse.h,
24295: types/pa_vstateless_class.h, types/pa_vstring.h,
24296: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24297: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24298: methoded-configure
24299:
24300: * src/: classes/file.C, classes/table.C, main/compile.y,
24301: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24302: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24303: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24304:
24305: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24306: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24307: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24308: classes/random.C, classes/response.C, classes/string.C,
24309: classes/table.C, classes/unknown.C, include/pa_request.h,
24310: main/compile.y, main/execute.C, main/pa_globals.C,
24311: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24312: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24313: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24314: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24315: beautifying just compiled. todo: debug, configure
24316:
24317: 2001-04-27 paf
24318:
24319: * src/: classes/file.C, classes/image.C, classes/table.C,
24320: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24321: beautifying -99
24322:
24323: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24324: classes/_response.h, classes/_unknown.h, classes/classes.C,
24325: classes/classes.h, classes/double.C, classes/file.C,
24326: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24327: classes/op.C, classes/random.C, classes/response.C,
24328: classes/string.C, include/pa_globals.h, main/main.dsp,
24329: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24330: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24331: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24332: types/pa_vunknown.h: beautifying -100
24333:
24334: * src/main/compile.y: serge@ found @CLASS bug. fixed
24335:
24336: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24337: classes/_op.h, classes/_random.h, classes/_table.h,
24338: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24339: classes/op.C, classes/random.C, classes/response.C,
24340: classes/string.C, classes/table.C, classes/unknown.C,
24341: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24342: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24343: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24344: beautifying
24345:
24346: 2001-04-26 paf
24347:
24348: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24349:
24350: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24351: documentation ++
24352:
24353: * src/: classes/_exec.h, doc/doxygen.cfg,
24354: include/pa_config_fixed.h, include/pa_config_includes.h,
24355: targets/cgi/pa_pool.C: code documentation ++
24356:
24357: * src/: classes/_image.h, classes/op.C, classes/random.C,
24358: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24359: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24360: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24361: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24362: types/pa_vmethod_frame.h, types/pa_vobject.h,
24363: types/pa_vrequest.C, types/pa_vrequest.h,
24364: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24365: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24366: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24367: code documentation ++
24368:
24369: * src/: classes/image.C, classes/mail.C, classes/string.C,
24370: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24371: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24372: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24373: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24374: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24375: types/pa_vobject.h, types/pa_vstateless_class.h,
24376: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24377:
24378: * src/main/: pa_request.C, pa_string.C: z
24379:
24380: * src/: include/pa_common.h, include/pa_types.h,
24381: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24382: connection caching fixed. request-pooled-url were stored into
24383: global connectioncache
24384:
24385: 2001-04-25 paf
24386:
24387: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24388: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24389:
24390: * src/: include/code.h, include/pa_common.h, main/compile.y,
24391: main/execute.C, main/pa_common.C: -d
24392:
24393: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24394: illegal call check a bit improved, but still under iis no mapping
24395: of dir with parser allowed!
24396:
24397: 2001-04-24 paf
24398:
24399: * src/targets/Makefile.am: apache module lib .am
24400:
24401: * src/main/pa_exec.C: windows32 buildCommand
24402:
24403: 2001-04-23 paf
24404:
24405: * src/targets/cgi/Makefile.am: win32 conditional
24406:
24407: * src/targets/cgi/Makefile.am: win32 conditional
24408:
24409: * src/targets/cgi/Makefile.am: liblink
24410:
24411: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24412: vfile fields return type
24413:
24414: * src/types/pa_vfile.h: vfile fields return type
24415:
24416: * src/include/pa_config_auto.h.in: .h.in
24417:
24418: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24419: types/Makefile: makefiles removed
24420:
24421: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24422: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24423:
24424: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24425: [tested: i & g ]
24426:
24427: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24428: @test noticed series in isapi, check how initialize_random_class
24429: is called! [must be called only once]
24430:
24431: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24432: would not be 'unknown column'
24433:
24434: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24435: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24436:
24437: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24438: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24439: [now doesnt]
24440:
24441: * src/targets/cgi/parser3.C: cgi cmdline ver
24442:
24443: * src/targets/cgi/parser3.C: cgi /// @test disable
24444: /cgi-bin/parser3/auto.p
24445:
24446: * src/main/untaint.C: untaint without charset
24447:
24448: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24449: main/pa_common.C: common: file_write /// @test mkdirs
24450: file_delete rmdirs
24451:
24452: * src/main/untaint.C: mail header only once to =?
24453:
24454: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24455: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24456: main/untaint.C: untaint - @test optimize whitespaces for
24457: all but 'html'
24458:
24459: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24460: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24461: main/untaint.C: untaint - @test mail-header
24462:
24463: 2001-04-20 paf
24464:
24465: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24466: include/pa_request.h, include/pa_string.h, main/compile.y,
24467: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24468: targets/cgi/parser3.C: $MAIN:LOCALE
24469:
24470: * src/main/untaint.C: z
24471:
24472: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24473:
24474: 2001-04-19 paf
24475:
24476: * src/main/compile_tools.h: $a$b bugfix
24477:
24478: * src/targets/cgi/parser3.C: z
24479:
24480: * src/classes/file.C: z
24481:
24482: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24483: done: header to $fields. waits for header '\' tricks
24484:
24485: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24486: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24487: changed urlencode here and in untaint.C to HTTP standard's " and
24488: \" mech
24489:
24490: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24491: http://alx/~paf/ doesnt load /auto.p
24492:
24493: 2001-04-18 paf
24494:
24495: * src/main/pa_request.C: 1
24496:
24497: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24498: linux @alx
24499:
24500: 2001-04-17 paf
24501:
24502: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24503: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24504: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24505: enabled
24506:
24507: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24508: classes/_exec.h, classes/_file.h, classes/_form.h,
24509: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24510: classes/_random.h, classes/_response.h, classes/_string.h,
24511: classes/_table.h, classes/_unknown.h, classes/file.C,
24512: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24513: include/pa_config_fixed.h, include/pa_config_includes.h,
24514: include/pa_hash.h, include/pa_sql_driver_manager.h,
24515: include/pa_version.h, main/Makefile.am, main/compile.y,
24516: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24517: main/pa_sql_driver_manager.C, sql/Makefile.am,
24518: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24519: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24520: types/pa_vform.C, types/pa_vimage.h: exec @jav
24521:
24522: * src/: include/pa_sql_driver_manager.h,
24523: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24524: types/pa_vimage.h: sql driver interface now has initialize(client
24525: .so)
24526:
24527: 2001-04-16 paf
24528:
24529: * src/Makefile.am: compile2 cygwin
24530:
24531: * src/: include/pa_config_includes.h, main/pa_exec.C,
24532: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24533:
24534: * src/targets/cgi/Makefile.am: compile0 jav
24535:
24536: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24537: classes/_exec.h, classes/_file.h, classes/_form.h,
24538: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24539: classes/_random.h, classes/_response.h, classes/_string.h,
24540: classes/_table.h, classes/_unknown.h, classes/image.C,
24541: classes/mail.C, classes/op.C, classes/random.C,
24542: include/pa_config_fixed.h, include/pa_config_includes.h,
24543: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24544: main/compile.y, main/pa_common.C, main/pa_exec.C,
24545: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24546: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24547: compile-1
24548:
24549: 2001-04-15 paf
24550:
24551: * src/classes/op.C: z
24552:
24553: * src/classes/table.C: table:empty +=process
24554:
24555: * src/types/pa_value.h: MethodParams !junction
24556:
24557: * src/: classes/_string.h, classes/double.C, classes/file.C,
24558: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24559: classes/random.C, classes/response.C, classes/string.C,
24560: classes/table.C, classes/unknown.C, main/pa_request.C:
24561: MethodParams everywhere
24562:
24563: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24564: types/pa_vmethod_frame.h: MethodParams in op.C
24565:
24566: 2001-04-12 paf
24567:
24568: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24569:
24570: * src/: classes/_unknown.h, classes/unknown.C,
24571: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24572: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24573:
24574: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24575:
24576: * src/classes/image.C: image:gif now does not have params
24577:
24578: * src/classes/image.C:
24579: image:line/fill/rectangle/bar/replace/polygon/polybar
24580:
24581: * src/: classes/image.C, classes/op.C, main/execute.C,
24582: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24583: for var now written not to r.wcontext, but to r.root cleared
24584: "entered_object" state
24585:
24586: 2001-04-11 paf
24587:
24588: * src/classes/image.C: image:create image:load
24589:
24590: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24591: just compiled
24592:
24593: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24594: todo: gif without file
24595:
24596: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24597: started porting to Pooled descendant
24598:
24599: * src/: classes/image.C, main/execute.C, main/main.dsp,
24600: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24601: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24602: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24603:
24604: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24605: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24606: end. switching to python imaging lib
24607:
24608: * src/main/main.dsp: gd+smtp made separate libs
24609:
24610: * src/: include/pa_globals.h, include/pa_string.h,
24611: main/pa_common.C, main/pa_request.C, main/untaint.C,
24612: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24613: length
24614:
24615: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24616: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24617: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24618: UL_FILE_NAME of posted file name
24619:
24620: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24621: post [broke when moved post read to core]
24622:
24623: 2001-04-10 paf
24624:
24625: * src/classes/image.C: image:html done
24626:
24627: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24628:
24629: * src/classes/image.C: z
24630:
24631: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24632: forgotten!
24633:
24634: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24635: main/pa_request.C, main/pa_string.C, main/untaint.C,
24636: types/pa_vimage.h: image:measure -90
24637:
24638: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24639: classes/_int.h, classes/_mail.h, classes/_op.h,
24640: classes/_random.h, classes/_response.h, classes/_string.h,
24641: classes/_table.h, classes/file.C, classes/mail.C,
24642: include/pa_common.h, include/pa_globals.h, main/execute.C,
24643: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24644: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24645: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24646: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24647: compiled
24648:
24649: * src/classes/mail.C: minor bug with unclear from/to
24650:
24651: * src/classes/mail.C: sendmail unix skipping defaults
24652:
24653: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24654: sendmail unix added defaults
24655:
24656: * src/classes/mail.C: unix sendmail compiled. todo:testing
24657:
24658: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24659:
24660: 2001-04-09 paf
24661:
24662: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24663: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24664: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24665: targets/isapi/parser3isapi.dsp: all targets exec
24666:
24667: * src/: include/pa_sapi.h, include/pa_string.h,
24668: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24669: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24670: args in apache:util.script
24671:
24672: * src/include/pa_string.h: written but not tested exec with env for
24673: unix
24674:
24675: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24676: targets/cgi/parser3.C: exec win32 env
24677:
24678: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24679: 0
24680:
24681: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24682: main/execute.C, main/main.dsp, main/pa_globals.C,
24683: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24684: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24685:
24686: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24687: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24688:
24689: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24690: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24691:
24692: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24693: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24694: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24695: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24696: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24697: exec class just compiled. moved post read to request core
24698:
24699: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24700: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24701: main/pa_globals.C, targets/cgi/parser3.C,
24702: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24703: are already read by vform
24704:
24705: 2001-04-08 paf
24706:
24707: * src/: classes/file.C, classes/mail.C, classes/string.C,
24708: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24709: uuencode. string<<
24710:
24711: 2001-04-07 paf
24712:
24713: * src/classes/mail.C: z
24714:
24715: * src/classes/mail.C: z
24716:
24717: * src/classes/mail.C: ^mail[$attach
24718:
24719: * src/classes/mail.C: ^attach dead end
24720:
24721: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24722: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24723: targets/isapi/parser3isapi.C: mail:send 1
24724:
24725: * src/: classes/mail.C, main/pa_request.C: z
24726:
24727: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24728: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24729: compiled
24730:
24731: * src/classes/mail.C: +=
24732:
24733: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24734: prepared
24735:
24736: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24737: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24738: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24739: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24740:
24741: 2001-04-06 paf
24742:
24743: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24744: main/pa_string.C: table:dir 1
24745:
24746: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24747: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24748:
24749: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24750: classes/root.C, include/pa_globals.h, include/pa_request.h,
24751: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24752: main/pa_request.C: renamed 'root' to 'op'
24753:
24754: * src/classes/: _op.h, op.C: renamed from 'root'
24755:
24756: * src/types/pa_valiased.C: another root inherititance skipped
24757:
24758: * src/main/: compile.C, compile.y, execute.C: operators are now not
24759: root methods of parent class. just 'ROOT' class
24760:
24761: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24762: @office
24763:
24764: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24765:
24766: 2001-04-05 paf
24767:
24768: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24769: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24770: constructor flag dropped at get_method_frame and remembered into
24771: method_frame
24772:
24773: * src/: classes/file.C, classes/root.C, classes/string.C,
24774: classes/table.C, main/pa_request.C: junction to code&expression
24775: in errors
24776:
24777: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24778: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24779: $LOCALE:ctype[Russian_Russia.1251]
24780:
24781: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24782: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24783: main/pa_table.C: hash now not thread-safe.
24784:
24785: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24786: main/untaint.C: z
24787:
24788: * src/: classes/random.C, classes/root.C, classes/table.C,
24789: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24790: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24791: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24792: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24793:
24794: * src/: classes/table.C, include/pa_sql_connection.h,
24795: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24796:
24797: * src/classes/table.C: select * from hren error contains statement
24798:
24799: * src/: classes/table.C, include/pa_sql_connection.h,
24800: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24801: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24802:
24803: * src/: classes/root.C, include/pa_sql_connection.h,
24804: include/pa_sql_driver.h, main/main.dsp,
24805: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24806: services for conv memory & error reporting
24807:
24808: 2001-04-04 paf
24809:
24810: * src/doc/doxygen.cfg: z
24811:
24812: * src/include/pa_sql_driver.h: mysql connect
24813:
24814: * src/include/pa_sql_driver.h: mysql info
24815:
24816: * src/: classes/root.C, include/pa_sql_driver.h,
24817: include/pa_sql_driver_manager.h, main/main.dsp,
24818: main/pa_sql_driver_manager.C: more manager&connection&driver
24819:
24820: * src/sql/Makefile.am: forgot to add mysql client
24821:
24822: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24823: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24824: [forgot to add libltdl, added]
24825:
24826: * src/: Makefile.am, classes/root.C, classes/string.C,
24827: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24828: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24829: include/pa_string.h, include/pa_table.h, main/main.dsp,
24830: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24831: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24832: -1000 just compiled
24833:
24834: * src/: classes/random.C, classes/root.C, classes/table.C,
24835: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24836: main/pa_request.C, types/pa_vclass.h: sql frame -10
24837:
24838: 2001-04-03 paf
24839:
24840: * src/types/pa_vform.C: z
24841:
24842: * src/: classes/string.C, types/pa_vform.C: string:match replace
24843: assigned lang
24844:
24845: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24846: {}[]< empty []
24847:
24848: * src/: classes/file.C, classes/string.C, classes/table.C,
24849: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24850: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24851:
24852: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24853: string:match replace strange matches
24854:
24855: * src/classes/string.C: string:match replace 0
24856:
24857: * src/: classes/string.C, main/pa_string.C: string:match replace
24858: prepared 2
24859:
24860: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24861: string:match replace prepared
24862:
24863: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24864: string:match replace -11
24865:
24866: * src/: classes/string.C, include/pa_globals.h,
24867: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24868: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24869:
24870: * src/: classes/string.C, include/pa_globals.h,
24871: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24872: main/pa_string.C: string:match [search] -1 just compiled
24873:
24874: * src/types/pa_vstring.C: z
24875:
24876: * src/: classes/double.C, classes/file.C, classes/form.C,
24877: classes/int.C, classes/response.C, classes/root.C,
24878: classes/string.C, classes/table.C, include/pa_string.h,
24879: main/pa_string.C: string:match -10 [frame]
24880:
24881: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24882: main/pa_request.C: z
24883:
24884: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24885: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24886: todo/tests
24887:
24888: * src/include/pa_common.h: z
24889:
24890: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24891: main/pa_request.C, targets/cgi/parser3.C,
24892: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24893: content-disposition
24894:
24895: * src/: include/pa_common.h, include/pa_globals.h,
24896: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24897: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24898:
24899: * src/: include/pa_common.h, include/pa_request.h,
24900: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24901: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24902: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24903: response:body
24904:
24905: * src/classes/table.C: table:append now uses string::split
24906:
24907: * src/classes/table.C: z
24908:
24909: * src/: classes/file.C, classes/root.C, classes/string.C,
24910: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24911: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24912: include/pa_string.h, main/execute.C, main/pa_string.C,
24913: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24914: string::pos & cmp & piece bugs fixed. string::split new
24915: table:load separated from set table:set implemented with clean \n
24916: \t searches
24917:
24918: 2001-04-02 paf
24919:
24920: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24921: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24922: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24923: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24924: it in table:set/load
24925:
24926: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24927: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24928:
24929: * src/classes/random.C: random:generate 1
24930:
24931: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24932: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24933: types/pa_value.h: random:generate
24934:
24935: 2001-03-30 paf
24936:
24937: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24938: todo: table flip and append. string::pos
24939:
24940: * src/: classes/double.C, classes/file.C, classes/int.C,
24941: classes/response.C, classes/root.C, classes/string.C,
24942: classes/table.C, main/compile.y, main/execute.C,
24943: types/pa_value.h, types/pa_vstateless_class.C,
24944: types/pa_vstateless_class.h: static|dynamic|any method
24945: registration
24946:
24947: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24948: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24949: table:flip
24950:
24951: 2001-03-29 paf
24952:
24953: * src/classes/string.C: string:xsplit forgot that they must result
24954: in 1 row N column [not vice versa]
24955:
24956: * src/classes/string.C: z
24957:
24958: * src/classes/string.C: string: rsplit
24959:
24960: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24961: string: lsplit
24962:
24963: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24964: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24965: lsplit -1
24966:
24967: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24968: string: pos
24969:
24970: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24971: string: pos -1
24972:
24973: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24974: main/compile.y, main/pa_request.C, main/pa_string.C,
24975: main/untaint.C: string: left right mid
24976:
24977: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24978: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24979: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24980: and [;] are different now.
24981:
24982: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24983: main/untaint.C: pool.request undone
24984:
24985: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24986: main/untaint.C: pool.request
24987:
24988: 2001-03-28 paf
24989:
24990: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24991: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24992: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24993: $request:browser [.type .version]; unknown.get_double now = 0.
24994:
24995: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24996: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24997: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24998: types/pa_vform.C: file:load autodetection of mime-type by
24999: user-file-name
25000:
25001: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25002: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25003: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25004:
25005: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25006: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25007: write. must be self.set
25008:
25009: * src/: classes/file.C, classes/root.C, classes/table.C,
25010: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25011:
25012: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25013: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25014: types/pa_vtable.h: table:locate just compiled
25015:
25016: 2001-03-27 paf
25017:
25018: * src/main/: execute.C, pa_common.C: fixed r/w context of
25019: code-params2, fixed ntfs hardlink slow dir update
25020:
25021: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25022: types/pa_wcontext.h: fixed r/w context of code-params
25023:
25024: * src/: classes/table.C, main/execute.C: about to change junction
25025: rcontext!!
25026:
25027: * src/: classes/double.C, classes/int.C, classes/root.C,
25028: classes/string.C, classes/table.C, main/compile_tools.C,
25029: main/execute.C, main/pa_request.C, main/untaint.C,
25030: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25031: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25032: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25033: types/pa_vunknown.h: sort 0
25034:
25035: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25036: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25037: renamed to are_static_calls_disabled
25038:
25039: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25040: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25041: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25042: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25043:
25044: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25045:
25046: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25047: started table:sort fixed minor bug in #...^{
25048:
25049: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25050: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25051: decided to have as it were. stepped back. grammar: added 'in'
25052: 'is' 'lt'&co follow-space check
25053:
25054: 2001-03-26 paf
25055:
25056: * src/: classes/file.C, classes/root.C, classes/table.C,
25057: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25058: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25059: main/pa_table.C: moved ::save to pa_table. disabled @auto
25060: invocation in ^process
25061:
25062: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25063:
25064: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25065: main/pa_array.C: table:record
25066:
25067: * src/: main/untaint.C, targets/cgi/parser3.C,
25068: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25069: targets/isapi/pool_storage.h, types/pa_valiased.h,
25070: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25071: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25072: types/pa_vtable.h: z
25073:
25074: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25075: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25076: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25077: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25078: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25079: method realisations on 'self' validity - they now can simply
25080: assume that 'self' is V{Proper} .
25081:
25082: 2001-03-25 paf
25083:
25084: * src/main/untaint.C: z
25085:
25086: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25087: lowlevel - it initialization could be skipped if failed in @auto.
25088: so that exception report would use some table
25089:
25090: * src/main/pa_request.C: table empty lines ignored. system-default
25091: content type assigned in output:result [can fail in main:auto and
25092: skipped normal defaults extraction]
25093:
25094: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25095: bug
25096:
25097: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25098: processing to table [except preliminary \r\n \r \n replacements
25099: to "\n"]
25100:
25101: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25102: move all the processing to table
25103:
25104: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25105: main/pa_table.C, main/untaint.C: returned table originating.
25106: useful for reporting typo table problems origin. think would be
25107: useful somewhere else
25108:
25109: * src/main/untaint.C: typo \r \r\n \n properly handled
25110:
25111: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25112: include/pa_table.h, main/compile.y, main/compile_tools.C,
25113: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25114: main/pa_string.C, main/pa_table.C, main/untaint.C,
25115: types/pa_vcookie.h: typo & typo-default
25116:
25117: 2001-03-24 paf
25118:
25119: * src/main/pa_common.C: z
25120:
25121: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25122: targets/cgi/parser3.C: html-typo 2
25123:
25124: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25125: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25126: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25127: main/execute.C, main/pa_array.C, main/pa_globals.C,
25128: main/pa_request.C, main/pa_string.C, main/untaint.C,
25129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25130: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25131: noticed double default content-type prob. run cgi.cmd tomorrow
25132: first html-typo sample. detected << problem: they become ltlt too
25133: fast
25134:
25135: * src/main/compile.y: z
25136:
25137: * src/main/: compile.y, compile_tools.h: #comment
25138:
25139: * src/: classes/file.C, classes/root.C, classes/table.C,
25140: include/pa_common.h, include/pa_request.h, main/compile.y,
25141: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25142: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25143: stringified
25144:
25145: * src/types/pa_valiased.C: decided to String-ify file_read
25146:
25147: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25148: isapi/parser3isapi.dsp: cgi: sapi::log
25149:
25150: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25151: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25152: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25153: error log experiments failed - cgi under iis got no access to
25154: log. registereventsource simply failed with 5(illegal call) code,
25155: while worked OK as standalone executable. isapi: used
25156: HSE_APPEND_LOG_PARAMETER feature
25157:
25158: * src/: include/pa_common.h, include/pa_globals.h,
25159: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25160: targets/isapi/parser3isapi.C: fixed default content-type
25161: allocation storage
25162:
25163: * src/: include/pa_globals.h, include/pa_request.h,
25164: main/pa_globals.C, main/pa_request.C: z
25165:
25166: * src/: include/pa_array.h, include/pa_hash.h,
25167: include/pa_request.h, main/compile.y, main/pa_array.C,
25168: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25169: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25170: content-type
25171:
25172: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25173: sanity
25174:
25175: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25176: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25177: away freeze mech. no danger now for you can't do
25178: ^request:process[@new-method[] body] trick anymore. still
25179: remains $some_instance.process[@new-method[] possibility] but
25180: would leave it as a feature. see index for sample
25181:
25182: * src/: include/pa_common.h, main/pa_common.C,
25183: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25184: monkey every target
25185:
25186: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25187: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25188: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25189:
25190: 2001-03-23 paf
25191:
25192: * src/: include/pa_pool.h, main/pa_request.C,
25193: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25194: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25195: targets/isapi/pool_storage.h: isapi: dumb pool storage
25196:
25197: * src/targets/isapi/pa_pool.C: decided to continue with extension
25198:
25199: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25200: it would be better to rewrite as filter then to deal with pool
25201:
25202: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25203: now like in cgi, not from APPL_PHYSICAL_PATH
25204:
25205: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25206: include/pa_config_fixed.h, include/pa_config_includes.h,
25207: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25208: include/pa_version.h, main/compile.y, main/execute.C,
25209: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25210: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25211: main/untaint.C, targets/cgi/parser3.C,
25212: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25213: cgi: reinvent document_root and request_uri under iis. autoconf
25214: updated. introducing ap_config_includes
25215:
25216: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25217:
25218: * src/targets/cgi/parser3.C: cgi: only one pool now
25219:
25220: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25221: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25222: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25223: types/pa_venv.h, types/pa_vform.C: sapi made object
25224:
25225: * src/: include/pa_globals.h, main/pa_request.C,
25226: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25227: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25228: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25229:
25230: * src/: main/pa_request.C, targets/cgi/parser3.C,
25231: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25232: isapi minor env beauty
25233:
25234: * src/: main/pa_request.C, targets/cgi/parser3.C,
25235: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25236: isapi document_root 0
25237:
25238: 2001-03-22 paf
25239:
25240: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25241:
25242: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25243: isapi/parser3isapi.C: z
25244:
25245: * src/: include/pa_pool.h, main/pa_request.C,
25246: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25247:
25248: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25249: kill.pl: isapi added utils
25250:
25251: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25252: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25253: types/pa_vform.C: isapi 0
25254:
25255: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25256: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25257: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25258: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25259: started isapi
25260:
25261: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25262: some comments
25263:
25264: * src/: include/pa_globals.h, include/pa_request.h,
25265: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25266: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25267: parser_root_auto_path parser_site_auto_path
25268:
25269: * src/types/pa_vcookie.C: cookie attr decoded
25270:
25271: 2001-03-21 paf
25272:
25273: * src/targets/cgi/parser3.C: z
25274:
25275: * src/include/pa_globals.h: post. todo: config of auto.p path
25276:
25277: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25278: types/pa_venv.h: in cookie & env. todo:post
25279:
25280: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25281: classes/root.C, classes/table.C, include/pa_array.h,
25282: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25283: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25284: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25285: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25286: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25287: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25288: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25289: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25290: shifted apache branch on main trunc
25291:
25292: * src/: include/pa_common.h, include/pa_globals.h,
25293: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25294: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25295: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25296: starting mod_parser3
25297:
25298: * src/targets/cgi/parser3.C: starting mod_parser3
25299:
25300: 2001-03-20 paf
25301:
25302: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25303: targets/cgi/parser3.C: automake compiled and works. todo:make
25304: win32 ifdefs work and add ifdef unistd
25305:
25306: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25307: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25308: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25309: z
25310:
25311: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25312: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25313: locking
25314:
25315: * src/: classes/Makefile.am, types/Makefile.am: z
25316:
25317: * src/: Makefile.am, classes/file.C, classes/root.C,
25318: classes/table.C, include/pa_array.h, include/pa_request.h,
25319: include/pa_string.h, main/Makefile.am, main/execute.C,
25320: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25321: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25322: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25323: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25324:
25325: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25326: main/pa_request.C, types/pa_vfile.h: ^table:save
25327:
25328: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25329: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25330: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25331: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25332: types/pa_vform.h: z
25333:
25334: * src/include/pa_string.h: z
25335:
25336: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25337: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25338: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25339: :Value
25340:
25341: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25342: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25343: :VStateless_object
25344:
25345: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25346: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25347: :VStateless_object
25348:
25349: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25350: types/pa_valiased.C, types/pa_vform.h: commented VForm
25351:
25352: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25353: types/pa_valiased.h, types/pa_value.h,
25354: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25355: types/pa_vstateless_object.h: moved common get_element part from
25356: stateless object&class into VAliased
25357:
25358: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25359: classes/table.C, main/execute.C, main/main.dsp,
25360: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25361: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25362: now :Value
25363:
25364: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25365: main/execute.C, main/main.dsp, main/pa_globals.C,
25366: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25367:
25368: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25369: doxx
25370:
25371: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25372: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25373: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25374: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25375: and ^file:save
25376:
25377: 2001-03-19 paf
25378:
25379: * src/types/pa_vfile.C: z
25380:
25381: * src/: classes/file.C, classes/request.C, classes/table.C,
25382: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25383: main/pa_request.C, main/untaint.C, types/pa_value.h,
25384: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25385:
25386: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25387: include/pa_string.h, include/pa_table.h, main/main.dsp,
25388: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25389: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25390: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25391: classes/_file.h, classes/file.C, types/pa_vfile.C,
25392: types/pa_vfile.h: file class just compiled
25393:
25394: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25395: include/pa_table.h, include/pa_types.h, main/execute.C,
25396: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25397: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25398: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25399:
25400: * src/include/pa_pool.h: z
25401:
25402: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25403: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25404: Hash::Value to Val so to doxygen would finlly stop confusing
25405: those Value-s
25406:
25407: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25408: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25409: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25410: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25411: include/pa_types.h, main/compile.C, main/compile.y,
25412: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25413: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25414: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25415: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25416: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25417:
25418: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25419: derivates somehow unlinked. don't know why yet
25420:
25421: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25422: include/pa_string.h, include/pa_threads.h, main/compile.C,
25423: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25424: main/execute.C, main/pa_array.C, main/pa_common.C,
25425: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25426: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25427: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25428:
25429: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25430: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25431: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25432: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25433: types/pa_vrequest.h: doc: detected Value derivates prob
25434:
25435: * src/include/pa_globals.h: z
25436:
25437: * src/: classes/_request.h, classes/request.C, include/code.h,
25438: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25439: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25440: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25441: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25442: main/execute.C, main/pa_pool.C, main/pa_request.C,
25443: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25444: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25445:
25446: 2001-03-18 paf
25447:
25448: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25449: cookie: allowed access to hash-assigned
25450:
25451: * src/targets/cgi/parser3.C: z
25452:
25453: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25454: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25455: include/pa_types.h, main/main.dsp, main/pa_common.C,
25456: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25457: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25458: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25459: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25460: types/pa_vunknown.h: cookie class
25461:
25462: * src/main/pa_request.C: zero length output allowed
25463:
25464: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25465: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25466:
25467: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25468: lang switch
25469:
25470: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25471: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25472: types/pa_value.h, types/pa_vhash.h:
25473: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25474:
25475: * src/main/execute.C: z
25476:
25477: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25478: targets/cgi/parser3.C: taint[uri
25479:
25480: * src/: classes/request.C, classes/response.C, classes/root.C,
25481: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25482: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25483: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25484:
25485: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25486: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25487: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25488: types/pa_vstateless_class.C: convinient string(pool, char *src,
25489: bool tainted) ctor
25490:
25491: * src/: include/pa_hash.h, include/pa_request.h,
25492: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25493: main/pa_request.C, main/pa_string.C, main/untaint.C,
25494: targets/cgi/parser3.C: proper @exceptions params tainting
25495:
25496: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25497: response fields to header
25498:
25499: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25500: z
25501:
25502: * src/: classes/_response.h, classes/response.C,
25503: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25504: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25505: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25506: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25507: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25508: $response: 0 request::core exception rethrow
25509:
25510: 2001-03-16 paf
25511:
25512: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25513: types/pa_vrequest.h: native method' class call with less params
25514: then needed error reporting
25515:
25516: * src/: classes/_request.h, classes/request.C,
25517: include/pa_globals.h, include/pa_request.h, main/execute.C,
25518: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25519: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25520: types/pa_vrequest.h: $request : query :uri
25521:
25522: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25523: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25524: types/pa_wcontext.h: $result
25525:
25526: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25527:
25528: * src/: classes/double.C, include/code.h, main/compile.y,
25529: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25530: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25531:
25532: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25533: main/compile.y, main/execute.C, types/pa_value.h,
25534: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25535: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25536: wcontext conflict
25537:
25538: * src/: main/execute.C, types/pa_value.h,
25539: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25540: $string.field
25541:
25542: 2001-03-15 paf
25543:
25544: * src/main/pa_request.C: news sample
25545:
25546: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25547: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25548:
25549: * src/main/: compile.y, execute.C: z
25550:
25551: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25552: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25553: pre pre works
25554:
25555: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25556: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25557: fillfields just compiled
25558:
25559: 2001-03-14 paf
25560:
25561: * src/: include/pa_request.h, main/pa_request.C,
25562: targets/cgi/parser3.C: z
25563:
25564: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25565: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25566: types/pa_vstring.h: limits -1
25567:
25568: * src/: include/pa_globals.h, include/pa_request.h,
25569: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25570: main/pa_request.C, targets/cgi/parser3.C,
25571: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25572: request_info -1
25573:
25574: * src/: include/pa_globals.h, main/pa_globals.C,
25575: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25576: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25577: vform_fields_fill
25578:
25579: * src/targets/cgi/parser3.C: # if MSVC
25580:
25581: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25582: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25583:
25584: * src/targets/cgi/parser3.C: z
25585:
25586: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25587: include/pa_string.h, include/pa_types.h, main/compile.y,
25588: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25589: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25590: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25591: types/pa_vunknown.h: global handler, exceptions in parser3
25592:
25593: 2001-03-13 paf
25594:
25595: * src/: classes/form.C, main/compile.y, main/core.C,
25596: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25597: types/pa_vform.h, types/pa_vstateless_class.C,
25598: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25599: instead
25600:
25601: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25602: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25603: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25604: started cgi target
25605:
25606: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25607: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25608: before error show with parser
25609:
25610: * src/: classes/_form.h, classes/form.C, include/core.h,
25611: include/pa_request.h, main/core.C, main/pa_request.C,
25612: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25613:
25614: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25615:
25616: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25617: parser3.C: renamed targets/ parser to cgi
25618:
25619: * src/: classes/double.C, classes/env.C, classes/int.C,
25620: classes/root.C, classes/string.C, classes/table.C,
25621: include/pa_request.h, types/pa_vhash.h: z
25622:
25623: * src/: classes/_env.h, classes/env.C, classes/root.C,
25624: include/core.h, include/pa_pool.h, include/pa_request.h,
25625: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25626: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25627: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25628: [historical moment :)]
25629:
25630: * src/: include/code.h, include/pa_string.h, main/compile.y,
25631: main/execute.C, main/pa_string.C: 'value is type' expr operator
25632:
25633: * src/types/pa_venv.h: $ENV 1
25634:
25635: * src/main/execute.C: z
25636:
25637: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25638: future methods of ENV constructor if
25639:
25640: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25641: class
25642:
25643: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25644: classes/_root.h, classes/_string.h, classes/_table.h,
25645: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25646: classes/string.C, classes/table.C, include/pa_request.h,
25647: main/compile.C, main/compile_tools.h, main/core.C,
25648: main/execute.C, main/main.dsp, main/pa_request.C,
25649: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25650: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25651: types/pa_vobject.h, types/pa_vstateless_class.C,
25652: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25653: types/pa_wcontext.h: $ENV: re 0, stateless classes
25654:
25655: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25656: classes/_root.h, classes/_string.h, classes/_table.h,
25657: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25658: classes/string.C, classes/table.C, include/pa_request.h,
25659: main/compile.C, main/compile_tools.h, main/core.C,
25660: main/execute.C, main/main.dsp, main/pa_request.C,
25661: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25662: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25663: types/pa_vobject.h, types/pa_vstateless_class.C,
25664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25665: types/pa_wcontext.h: $ENV: re 0, stateless classes
25666:
25667: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25668: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25669: yesterdays bad decision on execute_static_method
25670:
25671: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25672:
25673: * src/: classes/double.C, classes/int.C, classes/root.C,
25674: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25675:
25676: * src/main/pa_request.C: z
25677:
25678: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25679: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25680:
25681: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25682: include/pa_pool.h, main/pa_request.C:
25683: restructure_exceptions_dead_end
25684:
25685: * src/: classes/root.C, main/compile.y: ^if required junctions.
25686: allowed ; inside {} to break params
25687:
25688: * src/classes/root.C: ^eval
25689:
25690: * src/: classes/_string.h, classes/double.C, classes/int.C,
25691: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25692: string ^format
25693:
25694: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25695: 'bad' but not 'enough'
25696:
25697: * src/: classes/double.C, classes/root.C, classes/table.C,
25698: include/pa_common.h, include/pa_types.h, main/compile.y,
25699: main/pa_common.C, main/pa_request.C, main/untaint.C,
25700: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25701: types/pa_wwrapper.h: think constructing flag as is is bad
25702:
25703: * src/: classes/double.C, classes/int.C, classes/root.C,
25704: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25705: types/pa_vint.h: ^for
25706:
25707: 2001-03-12 paf
25708:
25709: * src/classes/table.C: table ^empty
25710:
25711: * src/: classes/table.C, include/pa_table.h: table ^menu
25712:
25713: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25714: ^offset ^line ^count
25715:
25716: * src/classes/root.C: ^round() ^floor() ^ceiling()
25717: ^abs() ^sign()
25718:
25719: * src/classes/: root.C, table.C: ^use
25720:
25721: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25722: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25723: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25724: ^while. switched off wcontext.constructing after write(value) or
25725: auto-vhash-constructing
25726:
25727: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25728: main/pa_request.C: fail_if_junction_ helper func
25729:
25730: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25731: include/pa_request.h, main/execute.C, main/main.dsp,
25732: main/pa_common.C, main/pa_request.C: ^process error point by
25733: actual method_name, not source. ^load
25734:
25735: * src/types/pa_vtable.h: table: no, better with string in cells...
25736:
25737: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25738: classes/_table.h, classes/table.C, main/untaint.C: z
25739:
25740: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25741: include/pa_table.h, main/core.C, main/execute.C,
25742: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25743: types/pa_value.h: table:set 0
25744:
25745: * src/: classes/root.C, include/core.h, include/pa_array.h,
25746: include/pa_request.h, include/pa_table.h, main/core.C,
25747: main/main.dsp, main/pa_request.C, main/pa_table.C,
25748: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25749: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25750: types/pa_vstring.h: freeze, ^table:create[] -1
25751:
25752: * src/: classes/root.C, types/pa_value.h: z
25753:
25754: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25755: get_method in couple places optimizing them
25756:
25757: * src/classes/root.C: z
25758:
25759: * src/: classes/root.C, types/pa_vclass.h: process temp main
25760: zeroing
25761:
25762: * src/: classes/double.C, classes/int.C, classes/root.C,
25763: classes/string.C, include/pa_common.h, include/pa_request.h,
25764: include/pa_string.h, include/pa_types.h, main/compile.C,
25765: main/compile.y, main/compile_tools.h, main/execute.C,
25766: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25767: types/pa_vmframe.h: ^process. actual names to store param and
25768: check_actual_numbered_params for better place diagnostics
25769:
25770: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25771: method-junctions bug fixed
25772:
25773: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25774: pa_vstateless_object.h, pa_vstring.h: stateless_object
25775:
25776: 2001-03-11 paf
25777:
25778: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25779: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25780: VDouble VInt base now VObject_base - without fields
25781:
25782: * src/: classes/root.C, include/core.h, main/core.C: z
25783:
25784: * src/: classes/double.C, classes/int.C, classes/root.C,
25785: classes/string.C, include/core.h, include/pa_hash.h,
25786: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25787: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25788:
25789: * src/: classes/double.C, classes/int.C, classes/root.C,
25790: include/pa_request.h, main/execute.C: intercept_string
25791:
25792: * src/: classes/double.C, classes/int.C, classes/root.C,
25793: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25794:
25795: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25796: ^inc-s(expr)
25797:
25798: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25799: classes/_root.h, classes/_string.h, classes/double.C,
25800: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25801: include/code.h, include/core.h, include/pa_array.h,
25802: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25803: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25804: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25805: include/pa_types.h, main/compile.C, main/compile.y,
25806: main/compile_tools.C, main/compile_tools.h, main/core.C,
25807: main/execute.C, main/pa_array.C, main/pa_common.C,
25808: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25809: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25810: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25811: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25812: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25813: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25814: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25815: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25816:
25817: * src/: main/pa_request.C, types/pa_vhash.h: z
25818:
25819: * src/: include/core.h, include/pa_request.h, main/core.C,
25820: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25821:
25822: * src/: include/pa_valiased.h, include/pa_value.h,
25823: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25824: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25825: include/pa_vjunction.h, include/pa_vmframe.h,
25826: include/pa_vobject.h, include/pa_vstring.h,
25827: include/pa_vunknown.h, include/pa_wcontext.h,
25828: include/pa_wwrapper.h, main/compile.y, main/core.C,
25829: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25830: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25831: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25832: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25833: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25834: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25835: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25836: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25837: include/
25838:
25839: 2001-03-10 paf
25840:
25841: * src/: include/core.h, include/pa_request.h, main/core.C,
25842: main/pa_request.C: run+auto=run
25843:
25844: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25845:
25846: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25847: classes/_root.h, classes/_string.h, classes/double.C,
25848: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25849: include/code.h, include/core.h, include/pa_array.h,
25850: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25851: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25852: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25853: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25854: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25855: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25856: include/pa_vjunction.h, include/pa_vmframe.h,
25857: include/pa_vobject.h, include/pa_vstring.h,
25858: include/pa_vunknown.h, include/pa_wcontext.h,
25859: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25860: main/compile_tools.C, main/compile_tools.h, main/core.C,
25861: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25862: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25863: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25864: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25865: main/pa_wcontext.C: sources header
25866:
25867: * src/main/pa_request.C: auto..
25868:
25869: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25870: main/pa_request.C: auto tree0
25871:
25872: * src/: include/core.h, include/pa_request.h, main/compile.y,
25873: main/core.C, main/pa_request.C: names to core.C
25874:
25875: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25876: include/pa_request.h, main/core.C, main/execute.C,
25877: main/pa_common.C, main/pa_request.C: root auto.p loaded
25878:
25879: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25880: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25881: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25882: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25883:
25884: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25885: @auto[] realised. auto.p scan togo
25886:
25887: * src/: include/pa_request.h, main/execute.C: autocalc
25888: code-junctions result now have names
25889:
25890: * src/: classes/double.C, classes/int.C, classes/root.C,
25891: classes/string.C, include/pa_request.h, include/pa_string.h,
25892: include/pa_wcontext.h, main/compile.y, main/execute.C,
25893: main/pa_string.C, main/pa_wcontext.C: tainting 0
25894:
25895: * src/classes/env.C: env:file/line
25896:
25897: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25898: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25899: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25900: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25901: main/compile_tools.C, main/compile_tools.h, main/core.C,
25902: main/execute.C, main/main.dsp, main/pa_cframe.C,
25903: main/pa_request.C, main/pa_wcontext.C: const fight finished
25904:
25905: * src/include/pa_vclass.h: const fight to go
25906:
25907: * src/: classes/_env.h, classes/env.C, classes/root.C,
25908: include/pa_request.h, include/pa_vclass.h, main/core.C,
25909: main/main.dsp: env0
25910:
25911: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25912: classes/_string.h, classes/double.C, classes/int.C,
25913: classes/root.C, classes/string.C, include/pa_request.h,
25914: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25915: include/pa_wcontext.h, main/core.C, main/main.dsp,
25916: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25917: main/pa_wcontext.C: ^lang prepare0
25918:
25919: 2001-03-09 paf
25920:
25921: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25922: construct proper naming
25923:
25924: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25925: classes/double.C, classes/int.C, classes/root.C,
25926: classes/string.C, include/code.h, include/pa_value.h,
25927: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25928: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25929: main/compile.y, main/compile_tools.C, main/core.C,
25930: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25931: and ^double[]. fixed expr type
25932:
25933: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25934: ^string.length[]
25935:
25936: 2001-03-08 paf
25937:
25938: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25939:
25940: * src/: include/pa_vclass.h, include/pa_vstring.h,
25941: include/pa_wcontext.h, main/compile.y, main/core.C,
25942: main/execute.C, main/main.dsp: dead end: vstring can't be
25943: derivated from vobject
25944:
25945: * src/: include/pa_vclass.h, include/pa_vhash.h,
25946: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25947:
25948: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25949: remained clone conseqs
25950:
25951: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25952:
25953: * src/main/pa_vclass.C: wow! vclass were out of vcs
25954:
25955: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25956: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25957: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25958: include/pa_vobject.h, include/pa_vstring.h,
25959: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25960: main/execute.C: withoud cloning. didn't need it actually, params
25961: got passed from out unnamed ewpool
25962:
25963: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25964: include/pa_vjunction.h, include/pa_vobject.h,
25965: include/pa_vunknown.h, main/compile.y: cloning dead end
25966:
25967: * src/: include/pa_bool.h, include/pa_double.h,
25968: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25969: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25970: include/pa_vjunction.h, include/pa_vmframe.h,
25971: include/pa_vobject.h, include/pa_vstring.h,
25972: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25973: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25974: to give params proper names
25975:
25976: * src/main/pa_wcontext.C: z
25977:
25978: * src/: include/pa_vmframe.h, main/execute.C: added names to
25979: unknown values in get_element and unfilled params. removed wrong
25980: name change in get_element
25981:
25982: * src/main/execute.C: z
25983:
25984: * src/main/execute.C: fixed problems calling operators in
25985: constructors
25986:
25987: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25988: detected problems calling operators in constructors
25989:
25990: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25991: autocalc def to string
25992:
25993: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25994: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25995:
25996: * src/classes/root.C: added root.c
25997:
25998: * src/: include/pa_request.h, include/pa_value.h,
25999: include/pa_vcframe.h, include/pa_vmframe.h,
26000: include/pa_wcontext.h, main/compile.C, main/compile.y,
26001: main/core.C, main/execute.C, main/pa_cframe.C,
26002: main/pa_wcontext.C: 'if' just compiled
26003:
26004: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26005: include/pa_vjunction.h, include/pa_vmframe.h,
26006: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26007: main/pa_wcontext.C: z
26008:
26009: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26010: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26011: with parameter names in operator methods
26012:
26013: * src/main/compile.y: minor renamings in .y
26014:
26015: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26016: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26017: @BASE. changed 'RUN' assignment mech
26018:
26019: * src/main/execute.C: z
26020:
26021: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26022: main/compile_tools.h, main/execute.C: made class: dynamic, not
26023: static. so to enable runtime ^use
26024:
26025: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26026:
26027: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26028: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26029:
26030: * src/main/execute.C: root root in code-junction
26031:
26032: 2001-03-07 paf
26033:
26034: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26035: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26036:
26037: * src/: include/pa_stack.h, include/pa_value.h,
26038: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26039: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26040: fixed rwcontext of {} params up
26041:
26042: * src/main/: compile.y, compile_tools.h: ^func(params)
26043:
26044: * src/main/compile.y: .y priorities syntax shaped up a bit
26045:
26046: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26047: include/pa_vunknown.h, main/compile.y, main/execute.C,
26048: main/pa_hash.C: expr def in -f
26049:
26050: * src/main/: compile.y, execute.C: expr calls
26051:
26052: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26053: fixed
26054:
26055: * src/main/compile.y: expr quoted code
26056:
26057: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26058: support0
26059:
26060: * src/main/compile.y: expr string comparisons 0
26061:
26062: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26063: main/pa_string.C: just compiled lt&co
26064:
26065: * src/main/execute.C: ^var.menu{$field} problem detected. that
26066: $field not a $var.field
26067:
26068: 2001-03-06 paf
26069:
26070: * src/main/compile.y: .y expr visible-shorter
26071:
26072: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26073: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26074: logical
26075:
26076: * src/: include/pa_vstring.h, main/compile.y: problems with
26077: skipping whitespace in yylex
26078:
26079: * src/include/pa_vbool.h: forgot this
26080:
26081: * src/: include/code.h, main/compile.y, main/execute.C: without
26082: string ops in expressions 0
26083:
26084: * src/: include/pa_value.h, include/pa_vdouble.h,
26085: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26086: main/execute.C, main/main.dsp: !~
26087:
26088: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26089: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26090: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26091: include/pa_vunknown.h, include/pa_wcontext.h,
26092: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26093: main/compile_tools.h, main/execute.C: +-*/
26094:
26095: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26096: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26097:
26098: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26099: main/execute.C: expr grammar-1 2*2=4.000000 :)
26100:
26101: * src/main/compile.y: expr grammar-1
26102:
26103: * src/main/compile.y: expr lexx1
26104:
26105: * src/main/: compile.y, execute.C, main.dsp: z
26106:
26107: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26108: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26109: main/execute.C: expr lex0 exec-1
26110:
26111: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26112:
26113: 2001-02-26 paf
26114:
26115: * src/main/compile.y: max_string in yyerror bug fix
26116:
26117: 2001-02-25 paf
26118:
26119: * src/: include/pa_value.h, include/pa_vmframe.h,
26120: include/pa_wcontext.h, main/execute.C: VAliased3
26121:
26122: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26123:
26124: * src/main/execute.C: VAliased1
26125:
26126: * src/: include/pa_request.h, include/pa_value.h,
26127: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26128: VAliased0
26129:
26130: * src/: include/pa_pool.h, include/pa_request.h,
26131: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26132: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26133: VAliased just compiled
26134:
26135: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26136: include/pa_vobject.h, main/execute.C: alias dead end
26137:
26138: * src/: include/pa_value.h, include/pa_vclass.h,
26139: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26140: main/main.dsp: no not get fields into interm VFielded class.
26141: fields & staticfields 1
26142:
26143: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26144: include/pa_vobject.h, include/pa_wcontext.h,
26145: include/pa_wwrapper.h, main/core.C, main/execute.C,
26146: main/main.dsp: would now get fields into interm VFielded class
26147:
26148: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26149: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26150: include/pa_wcontext.h, main/compile.y, main/core.C,
26151: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26152: main/pa_wcontext.C: virtuals2
26153:
26154: * src/main/compile.y: : 1
26155:
26156: * src/main/compile.y: rethought to $class:static.field.subfield
26157:
26158: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26159: $class:element
26160:
26161: * src/: include/pa_value.h, include/pa_vmframe.h,
26162: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26163: main/pa_wcontext.C: before execute class calls rewrite
26164:
26165: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26166: name RUN, also alias
26167:
26168: * src/main/compile.y: escaping bug
26169:
26170: * src/: include/pa_request.h, include/pa_value.h,
26171: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26172: main/core.C, main/execute.C, main/pa_common.C: vobject1
26173:
26174: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26175: include/pa_vmframe.h, include/pa_vobject.h,
26176: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26177: main/compile_tools.h, main/execute.C: ^class:method() just
26178: compiled
26179:
26180: 2001-02-24 paf
26181:
26182: * src/main/main.dsp: no bison -d
26183:
26184: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26185: class' err msg wrong
26186:
26187: * src/main/compile.y: z
26188:
26189: * src/main/: compile.y, core.C: yylex need some @special lines adj
26190:
26191: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26192: main/compile.y, main/compile_tools.h, main/core.C: modules0
26193:
26194: * src/: include/pa_vclass.h, main/core.C: z
26195:
26196: * src/: include/pa_value.h, include/pa_vclass.h,
26197: include/pa_vobject.h, main/main.dsp: vobject00
26198:
26199: * src/main/pa_array.C: minor bug in expanding very small arrays.
26200: 60% from 1 were 0
26201:
26202: * src/: include/pa_value.h, include/pa_wcontext.h,
26203: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26204: as bad as you've named it: wcontext.value() was not a perfect
26205: idea
26206:
26207: * src/main/execute.C: codeframe1
26208:
26209: * src/: include/pa_value.h, include/pa_vcframe.h,
26210: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26211: include/pa_vjunction.h, include/pa_vmframe.h,
26212: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26213: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26214: just compiled
26215:
26216: * src/: include/pa_vframe.h, main/compile.y: found junction
26217: ideology @: ^x{$a()) must construct current wcontext element, so
26218: smart wcontext handling needed
26219:
26220: * src/main/compile.y: fixed grammar bugs in constructor/params
26221: klinch
26222:
26223: * src/main/: compile.y, execute.C: fixed empty constructor
26224: optimized empty case. failed on calls - produced empty string
26225: param
26226:
26227: * src/main/compile.y: fixed last \n macrotemplate strip bug
26228:
26229: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26230: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26231: main/compile_tools.C, main/compile_tools.h, main/core.C,
26232: main/execute.C: code junctions0. something wrong with last \n
26233: macrotemplate strip
26234:
26235: * src/: include/pa_value.h, main/compile.C, main/core.C,
26236: main/pa_value.C: minor error reporting format beautifyings
26237:
26238: * src/: include/pa_value.h, include/pa_vclass.h,
26239: include/pa_vframe.h, main/core.C, main/execute.C,
26240: main/pa_value.C: get_method RIP. junctions everywhere. call with
26241: junctions0
26242:
26243: 2001-02-23 paf
26244:
26245: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26246: pa_wwrapper.h: lara came, can't work, sorry :(
26247:
26248: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26249: junction
26250:
26251: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26252: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26253: main/execute.C, main/main.dsp, main/pa_value.C: call0
26254:
26255: * src/: include/pa_hash.h, include/pa_value.h,
26256: include/pa_wcontext.h, main/core.C, main/execute.C,
26257: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26258: done
26259:
26260: * src/include/pa_wcontext.h: z
26261:
26262: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26263: wrong grammar in complex constructor case
26264:
26265: * src/main/: compile.y, execute.C: empty constructor bug fixed
26266:
26267: * src/main/execute.C: with result rwpool
26268:
26269: * src/: include/pa_value.h, main/core.C, main/execute.C,
26270: main/main.dsp: value named
26271:
26272: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26273: strign 2 value in 2 places in execute
26274:
26275: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26276: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26277: wcontext.put_element when wcontext fvalue==0
26278:
26279: 2001-02-22 paf
26280:
26281: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26282: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26283: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26284:
26285: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26286: erroreos checkout
26287:
26288: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26289:
26290: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26291: main/compile_tools.h, main/pa_array.C: $self.get
26292:
26293: * src/main/: compile.C, compile.y, compile_tools.C: z
26294:
26295: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26296: bit. finished now.
26297:
26298: * src/main/compile.y: $: finished
26299:
26300: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26301:
26302: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26303: main/execute.C: OP_STRING better then some xxx _VALUE
26304:
26305: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26306: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26307: string to vstring it .y all
26308:
26309: * src/: include/pa_request.h, include/pa_stack.h,
26310: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26311: all
26312:
26313: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26314: precise parse error line:col
26315:
26316: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26317: main/pa_hash.C, main/pa_pool.C: TRY...
26318:
26319: * src/: include/pa_exception.h, include/pa_pool.h,
26320: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26321: main/compile.C, main/compile.y, main/compile_tools.C,
26322: main/core.C, main/pa_array.C, main/pa_exception.C,
26323: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26324: main/pa_table.C: removed exception from request
26325:
26326: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26327: some forgotten
26328:
26329: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26330: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26331: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26332: get/put simple vars to VClass works0
26333:
26334: * src/: include/pa_array.h, include/pa_wcontext.h,
26335: main/pa_string.C: in process, but found that exceptions are too
26336: global
26337:
26338: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26339: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26340: main/execute.C, main/pa_string.C: write_value write_string 0 it
26341: seems wcontext must write strings regardles of fvalue!=0
26342:
26343: 2001-02-21 paf
26344:
26345: * src/main/execute.C: tired :)
26346:
26347: * src/main/: compile.C, compile.y, execute.C: store0
26348:
26349: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26350: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26351: include/pa_wcontext.h, main/compile.C, main/compile.y,
26352: main/execute.C, main/main.dsp, main/pa_array.C,
26353: main/pa_request.C: get put -1 [just compiled]
26354:
26355: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26356: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26357: main/main.dsp, main/pa_request.C: request core methods0
26358:
26359: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26360: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26361: execute
26362:
26363: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26364: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26365: methods and one_big_piece. now compile returns array<method*>
26366:
26367: * src/main/compile.y: more straightforward yylex[end]
26368:
26369: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26370: string.operator==(char*)
26371:
26372: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26373: main/execute.C, main/pa_array.C: after array.const get wonders
26374:
26375: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26376: pa_string.h, pa_value.h: struck with const array.gets
26377:
26378: * src/main/: execute.C: z
26379:
26380: * src/main/: compile.y, execute.C: z
26381:
26382: * src/main/: compile.C, compile.y, compile_tools.h: error
26383: processing in eval & yyerror so it wouldn't cause memleaks.
26384:
26385: * src/main/: compile.C, compile.y: failed to add absolute precies
26386: parse error positions. leaving RIGHTMOST position as
26387: @file[line:col]
26388:
26389: * src/: include/compile.h, main/compile.C, main/compile.y,
26390: main/compile_tools.h: line numbers needed. would add them to .y
26391: now internally. externally it's not as precise as needed
26392:
26393: * src/: include/code.h, include/pa_types.h, main/compile.C,
26394: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26395: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26396: compiler works ok
26397:
26398: 2001-02-20 paf
26399:
26400: * src/main/: compile.C, compile.y, compile_tools.C,
26401: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26402: not perfect
26403:
26404: * src/: include/code.h, include/compile.h, include/execute.h,
26405: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26406: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26407: main/compile.C, main/compile.y, main/compile_tools.C,
26408: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26409: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26410: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26411: compiled. execute=dump for now
26412:
26413: * src/main/core.C: core rewrite using yacc investigations now will
26414: be compile[yacc]/execute[opcodes]
26415:
26416: 2001-02-15 paf
26417:
26418: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26419: rewrite as turing machine? for it seems it would be it's too many
26420: ifs with this syntax now
26421:
26422: 2001-02-14 paf
26423:
26424: * src/main/core.C: get_params 1
26425:
26426: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26427: :( ]
26428:
26429: * src/main/core.C: varios breaks
26430:
26431: * src/main/core.C: get names 3
26432:
26433: * src/main/core.C: get names 2
26434:
26435: * src/main/core.C: get names 1
26436:
26437: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26438: names 0
26439:
26440: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26441: text repassing2 operator static vars
26442:
26443: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26444: main/pa_string.C: process text repassing
26445:
26446: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26447: module:calls changes
26448:
26449: 2001-02-13 paf
26450:
26451: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26452: ^class:calls[] started
26453:
26454: * src/: include/pa_value.h, main/core.C: z
26455:
26456: * src/main/core.C: operators : and self. prefixes
26457:
26458: * src/main/core.C: z
26459:
26460: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26461: tested
26462:
26463: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26464: optimized
26465:
26466: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26467: would change privates to better support optimization
26468:
26469: * src/: include/pa_string.h, main/pa_string.C:
26470: String_iterator::skip_to todo:optimize
26471:
26472: 2001-02-12 paf
26473:
26474: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26475: String_iterator
26476:
26477: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26478: comments
26479:
26480: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26481: self/methodref joined
26482:
26483: 2001-02-11 paf
26484:
26485: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26486: main/main.dsp: core started. core.C, context&value .h
26487:
26488: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26489: include/pa_string.h, main/main.dsp, main/pa_array.C,
26490: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26491:
26492: 2001-01-30 paf
26493:
26494: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26495: comments
26496:
26497: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26498: main/pa_pool.C: moved pa_pool.C to be target specific
26499:
26500: * src/: include/pa_exception.h, include/pa_pool.h,
26501: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26502: to & changes
26503:
26504: * src/: include/pa_exception.h, include/pa_pool.h,
26505: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26506: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26507: re-associated. that's much better even removed 'die' necessety
26508:
26509: * src/: include/pa_error.h, include/pa_exception.h,
26510: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26511: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26512: targets/Makefile.am: lowered targets/parser into subdir, added
26513: parser_Pool(Pool) failed to add. would think..
26514:
26515: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26516: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26517: main/pa_string.C, main/pa_table.C: Table more like C++ style
26518: hence lots of 'const'
26519:
26520: * src/: include/pa_error.h, include/pa_request.h,
26521: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26522: main/pa_table.C: Error fixed
26523:
26524: 2001-01-29 paf
26525:
26526: * src/: include/pa_array.h, include/pa_common.h,
26527: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26528: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26529: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26530: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26531:
26532: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26533: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26534: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26535: main/pa_string.C, main/pa_table.C: Request Error Table
26536:
26537: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26538: templates"
26539:
26540: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26541: main/main.dsp, main/pa_array.C: templates failed no template
26542: specializations [VC6], no library auto instantation [VC6, GNU c++
26543: 2.95.2-6 from latest cygwin]
26544:
26545: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26546: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26547: main/main.dsp, main/pa_array.C, main/pa_string.C,
26548: main/pa_table.C: Table started would test template Array now
26549:
26550: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26551: String originating
26552:
26553: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26554: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26555: SYNCHRONIZED(thread_safe)
26556:
26557: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26558: parts to top
26559:
26560: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26561: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26562: see: needed only in global Hash now, made Hash:: put/get
26563: SYNCHRONIZED
26564:
26565: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26566: main/pa_threads.C: added pa_threads
26567:
26568: Mutex
26569:
26570: * src/include/pa_hash.h: some comments
26571:
26572: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26573: Array& operator += (Array& src)
26574:
26575: * src/main/pa_array.C: expand not convinient, would rewrite
26576:
26577: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26578: (Array& src)
26579:
26580: rethought, would change now
26581:
26582: 2001-01-27 paf
26583:
26584: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26585: caching
26586:
26587: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26588: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26589: cache rethought to chunk caching
26590:
26591: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26592: include/pa_string.h, main/main.dsp, main/pa_array.C,
26593: main/pa_hash.C, main/pa_string.C: Array 0
26594:
26595: * src/main/pa_string.C: String::operator ==
26596:
26597: * src/main/pa_hash.C: String(&String)
26598:
26599: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26600:
26601: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26602: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26603: pa_hash[forgotten]
26604:
26605: 2001-01-26 paf
26606:
26607: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26608: removed templates [vc++ suxx]
26609:
26610: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26611: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26612:
26613: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26614:
1.119 moko 26615: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26616:
1.119 moko 26617: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26618: check
26619:
26620: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26621: dynamic row_count
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: Initial revision
26626:
26627: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26628: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26629: targets/Makefile.am: creating parser3 module
26630:
E-mail: