Annotation of parser3/ChangeLog, revision 1.223
1.223 ! moko 1: 2025-09-01 moko
! 2:
! 3: * src/classes/math.C: old compilers support in ^math:eq
! 4:
! 5: 2025-08-31 moko
! 6:
! 7: * tests/: 446.html, results/446.processed: tests for
! 8: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
! 9:
! 10: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
! 11: implements #1285)
! 12:
! 13: 2025-08-30 moko
! 14:
! 15: * operators.ru.txt, operators.txt: actualized
! 16:
! 17: * tests/: 230.html, results/230.processed: test for ^file.save
! 18: $.append(false|true) option added (related to feature #1284)
! 19:
! 20: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
! 21: ^file.save $.append(false|true) option added (implements feature
! 22: #1284)
! 23:
1.222 moko 24: 2025-08-16 moko
25:
26: * etc/auto.p.in: LIMIT max_array_size actualized
27:
1.221 moko 28: 2025-08-01 moko
29:
30: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
31: pa_GC_abort_func added and used (implements feature #1283)
32:
33: * src/include/: pa_array.h, pa_config_includes.h:
34: PA_DEBUG_DISABLE_GC mode fixed for sparse array
35:
1.220 moko 36: 2025-07-04 moko
37:
38: * src/main/pa_common.C: typo fixed (related to bug #1282)
39:
40: * src/main/pa_common.C: minor optimization + create_dir_for_file
41: checks for \ (related to bug #1282)
42:
43: 2025-07-03 moko
44:
45: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
46: under Windows (fixes bug #1282)
47:
48: * src/main/pa_common.C: file:delete for UTF-8 files now works under
49: Windows (fixes bug #1282)
50:
51: 2025-06-28 moko
52:
53: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
54: Yavor Doganov <yavor@gnu.org>
55:
56: * src/main/pa_charset.C: typo fixed (related to feature #1281)
57:
58: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
59: compatibility fixed (implements feature #1281)
60:
1.219 moko 61: 2025-05-31 moko
62:
63: * src/main/pa_http.C: old gcc compilation fix (related to feature
64: #1277)
65:
66: 2025-05-28 moko
67:
68: * src/: classes/array.C, include/pa_array.h: last
69: Array_iterator::key() removed (related to feature #1277)
70:
71: 2025-05-27 moko
72:
73: * src/: classes/array.C, classes/table.C, include/pa_array.h,
74: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
75: and used (related to feature #1277)
76:
1.218 moko 77: 2025-05-26 moko
78:
79: * src/: classes/array.C, classes/curl.C, classes/hash.C,
80: classes/hashfile.C, classes/image.C, classes/table.C,
81: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
82: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
83: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
84: VString(const char *avalue) added and used to optimize new
85: VString(*new String(i.key(), String::L_TAINTED)) (related to
86: feature #1277)
87:
88: * src/: classes/array.C, classes/curl.C, classes/file.C,
89: classes/hash.C, classes/image.C, classes/json.C,
90: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
91: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
92: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
93: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
94: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
95: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
96: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
97: types/pa_vxnode.C: implements feature #1277 String::Body(const
98: char *abody) now explicit but HashString::put(const char *str, V
99: value) added for simplicity optimizations: HASH_PUT_CSTR used
100: where hash.put called several time during execution; caching
101: String::Body::uitoa used at all pash.put(<uint> calls.
102:
103: 2025-05-25 moko
104:
105: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
106: to feature #1277)
107:
108: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
109:
110: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
111: added for caching (related to feature #1277)
112:
113: * src/include/pa_string.h: optimized String:pos versions added
114: (without language + char *) (related to feature #1277)
115:
116: 2025-05-24 moko
117:
118: * tests/: 445.html, results/445.processed: test for
119: ^hash.array[[keys|values]] added (related to feature #1274)
120:
121: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
122: feature #1274)
123:
1.217 moko 124: 2025-01-26 moko
125:
126: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
127:
1.216 moko 128: 2025-01-25 moko
129:
130: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
131:
132: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
133: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
134: autoheader && automake && autoconf
135:
136: * src/lib/ltdl/configure.ac: new autotools used
137:
138: * acsite.m4, configure.ac: new autotools warnings fixed
139:
1.213 moko 140: 2025-01-10 moko
141:
1.215 moko 142: * tests/results/320.processed: test result updated after syslog
143: added
144:
1.214 moko 145: * src/classes/op.C: minor MSVC fixes
146:
147: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
148:
1.213 moko 149: * operators.ru.txt, operators.txt: +
150: ^syslog[ident;message[;info|warning|error|debug]]
151:
152: * src/classes/op.C: +
153: ^syslog[ident;message[;info|warning|error|debug]] (implelents
154: feature #1270)
155:
156: * configure, configure.ac, src/include/pa_config_auto.h.in,
157: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
158:
159: 2025-01-06 moko
160:
161: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
162: 2^n) calculated and used
163:
164: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
165: https://www.hadrons.org/software/libmd/
166:
1.212 moko 167: 2024-12-28 moko
168:
169: * tests/httpd/run_tests.sh: for FreeBSD compatibility
170:
171: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
172: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
173: $request:uri and $request:path tests added (related to feature
174: #1269)
175:
176: * operators.ru.txt, operators.txt: + $request:path documented
177: (related to feature #1269)
178:
179: * tests/: 065.html, results/065.processed: $request:path,
180: $request:uri tested
181:
182: * src/types/pa_vrequest.C: $request:path default is empty string to
183: match an empty URI in console mode (related to feature #1269)
184:
185: * etc/auto.p.in: $request:path used (related to feature #1269)
186:
187: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
188: (implements feature #1269)
189:
190: 2024-12-26 moko
191:
192: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
193: 3.5.0
194:
195: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
196: pa-include/pa_errno.h, pa-include/pa_file_info.h,
197: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
198: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
199: pa_strcat
200:
201: * tests/results/223.processed: apache upgraded @parser.ru
202:
203: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
204: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
205: pa-include/pa_errno.h, pa-include/pa_file_info.h,
206: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
207: pa-include/pa_strings.h: sdbm updated from version included in
208: apache 2.0.43 to version included in apache 2.0.65
209:
210: 2024-12-24 moko
211:
212: * etc/auto.p.in: to avoid patching Debian package
213:
214: * src/main/: pa_exec.C, pa_http.C: final fixes for
215: --with-build-warnings (dangling-reference warnings can be
216: ignored)
217:
218: 2024-12-23 moko
219:
220: * src/: classes/file.C, classes/hash.C, classes/op.C,
221: include/pa_common.h, main/pa_http.C, main/pa_request.C,
222: types/pa_vcookie.C, types/pa_vform.C: more fixes for
223: --with-build-warnings
224:
225: * src/: classes/date.C, classes/inet.C, classes/op.C,
226: classes/reflection.C, include/pa_array.h,
227: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
228: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
229: --with-build-warnings
230:
1.211 moko 231: 2024-12-21 moko
232:
233: * Makefile.am: +operators.ru.txt
234:
235: * operators.ru.txt, operators.txt: typo fixed
236:
237: 2024-12-20 moko
238:
239: * operators.txt: whitespace synced
240:
241: * operators.ru.txt, operators.txt: curl added
242:
243: * operators.ru.txt, operators.txt: logically sorted
244:
245: * operators.ru.txt: id added
246:
247: * operators.txt: ID added
248:
249: * operators.txt: translated
250:
251: * operators.ru.txt, operators.txt: operators.txt translated to
252: english, synced format with operators.ru.txt
253:
254: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
255: formatted
256:
257: * operators.ru.txt, operators.txt: formatted, actualized, oracle
258: info moved to separate file
259:
260: 2024-12-19 moko
261:
262: * src/targets/cgi/parser3.C: avoid parser version requests logging
263: in parser3.log
264:
265: 2024-12-18 moko
266:
267: * buildall: preventing --with-system-mailreceive linking with
268: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
269: to feature #1199)
270:
1.210 moko 271: 2024-12-16 moko
272:
1.211 moko 273: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 274:
275: * src/classes/table.C: exception text fixed
276:
277: 2024-12-15 moko
278:
279: * tests/: 102.html, results/102.processed: tests updated after
280: $form:fields not editable again (related to feature #1254)
281:
282: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
283: be edited (related to feature #1254)
284:
285: * src/types/pa_vform.C: reverted that
286: $form:fields/tables/files/imap can be edited (related to feature
287: #1254) for backward compatibility
288:
289: 2024-12-14 moko
290:
1.211 moko 291: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 292:
293: * tests/results/auto.p: avoid $mac execution unless on OS X
294:
295: * tests/388-sql.html: more OS support
296:
297: 2024-12-13 moko
298:
299: * tests/388-sql.html: sql tests under OS X now fixed
300:
301: * tests/results/auto.p: curl test under OS X now works
302:
303: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
304: no dll name under Windows, hiding
305:
306: * tests/: 379-curl.html, results/379-curl.processed: some curl
307: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
308:
309: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
310: 389.html, results/030.processed, results/212.processed,
311: results/219.processed, results/273.processed,
312: results/320.processed, results/346-curl.processed,
313: results/389.processed, results/auto.p: ^try-catch-filtered added
314: and used
315:
316: * tests/: 347-curl.html, results/347-curl.processed: support for
317: different error messages
318:
319: * src/classes/curl.C: several curl libraries supported,
320: ^curl:options[ $.library[] ] resets to default
321:
322: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
323: removed as depends on curl version
324:
325: * tests/results/: 223-curl.processed, 394-curl.processed: curl
326: fixed bug with \n in file names, test result updated
327:
328: * tests/388-sql.html: +libmysqlclient.so
329:
330: * etc/auto.p.in: +libmariadb
331:
332: 2024-12-12 moko
333:
334: * tests/: 388-sql.html, results/429-sql.processed: test results
335: updated after test changed
336:
337: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
338: for newer MariaDB compatibility
339:
340: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
341: results/429-sql.processed: key -> id for new MariaDB
342: compatibility
343:
344: * src/types/pa_vmethod_frame.h: warning war
345:
346: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
347: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
348: including for Debian package
349:
350: 2024-12-11 moko
351:
352: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
353: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
354: $status:log-filename added (related to feature #1262)
355:
356: * tests/: 440.html, results/440.processed: test for row is checked
357: before accessing when table is modified during select (related to
358: bug #1258)
359:
360: * src/: classes/table.C, include/pa_table.h: row should be checked
361: before accessing as table can be modified during select (related
362: to bug #1258)
363:
364: * src/types/pa_vmail.C: $mail:received tables -> elements array
365: (related to feature #1226)
366:
367: * src/: classes/file.C, classes/image.C, classes/table.C,
368: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
369: better messages (related to feature #1267)
370:
371: * tests/results/: 065.processed, 246.processed, 337.processed,
372: 342.processed, 352.processed, 356.processed, 364.processed,
373: 372.processed, 373.processed, 389.processed, 404.processed,
374: 406.processed, 414.processed, 430.processed, 432.processed,
375: 442.processed: tests updated after params.as_string error
376: reporting was improved (related to feature #1267)
377:
378: * src/classes/reflection.C: error messages optimized (related to
379: feature #1267)
380:
381: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
382: error reporing for params.as_* (related to feature #1267)
383:
384: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
385: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
386: #1267)
387:
388: * tests/results/: 246.processed, 414.processed, 432.processed:
389: tests updated after params.as_string error reporting was improved
390: (related to feature #1267)
391:
392: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
393: reporing for params.as_string (implements feature #1267)
394:
395: * tests/: 065.html, results/065.processed: tests for file methods
396: accepting file as filename added (related to feature #1265)
397:
398: * src/: classes/file.C, include/pa_exception.h,
399: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
400: methods now accept file as path specification (adopted Sumo patch
401: implements feature #1265)
402:
403: * tests/: 400.html, results/400.processed: tests for result
404: optimization "locks" after first method call (related to feature
405: #1266)
406:
407: 2024-12-10 moko
408:
409: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
410: result_optimization comments (related to feature #1266)
411:
412: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
413: $result now stored in my_result, not in local variables hash
414: (implements feature #1266)
415:
1.209 moko 416: 2024-12-09 moko
417:
1.210 moko 418: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
419: set_my_variable in preparation for $result optimization (related
420: to feature #1266)
421:
1.209 moko 422: * tests/results/119.processed: newline corrected for some OS
423:
424: * tests/: 441.html, results/441.processed: Debian-specific test
425: commented
426:
427: * buildall: pcre2 10.42 -> 10.44
428:
429: 2024-12-08 moko
430:
431: * buildall: external links fixed
432:
433: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
434:
435: * src/include/pa_table.h: some clang versions compilation fix
436:
437: * configure.ac: 3.4.7b -> 3.5.0rc
438:
439: 2024-12-07 moko
440:
441: * tests/: 443.html, 444.html, results/443.processed,
442: results/444.processed: tests for named params (related to feature
443: #1205)
444:
445: * src/: classes/reflection.C, types/pa_method.h: named_params
446: support in reflection (related to feature #1205)
447:
448: * src/types/pa_vmethod_frame.h: extra_params and named params
449: should be also inited in ^method[] call (related to feature
450: #1205)
451:
452: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
453: support using @method[arg;.named_arg;.named_arg2] syntax
454: (implements feature #1205)
455:
456: * tests/: 443.html, results/443.processed: test for *args inited
457: added (related to bug #1264)
458:
459: * src/types/pa_vmethod_frame.h: *args are now inited even if not
460: specified (fixes bug #1264)
461:
462: * tests/: 442.html, results/442.processed: tests for
463: params.as_file_name(N) with empty file name added (related to
464: feature #1121)
465:
466: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
467: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
468: include/pa_exception.h, types/pa_vmethod_frame.h:
469: params.as_file_name(N) added and used instead of
470: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
471: (implements feature #1121)
472:
473: * src/: classes/file.C, classes/image.C, classes/op.C,
474: classes/table.C, include/pa_exception.h: filename is everywhere
475: params.as_string, unify exception and remove
476: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
477:
478: * tests/: 141.html, results/141.processed: test for
479: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
480: to feature #1263)
481:
482: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
483: $.format[file] ] now supported (implements feature #1263)
484:
485: 2024-12-06 moko
486:
487: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
488: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
489: (cgi/console/mail/httpd/apache/isapi) added (related to feature
490: #1262)
491:
492: 2024-12-05 moko
493:
494: * src/targets/cgi/parser3.C: more correct arguments processing to
495: block -fl config.file log.file logic (related to feature #1262)
496:
497: 2024-12-04 moko
498:
499: * src/targets/cgi/parser3.C: now only one log location is selected
500: and tried. -l - supported for stderr specification (related to
501: feature #1262)
502:
503: 2024-12-03 moko
504:
505: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
506: results/010.processed, results/415.processed: tests for
507: $.(expression)[value], $a.(expression), ^v.(expression)[args]
508: added (related to feature #1064)
509:
510: * src/main/compile.y: $.(expression)[value], $a.(expression),
511: ^v.(expression)[args] now supported (implements feature #1064)
512:
513: 2024-12-02 moko
514:
515: * src/targets/cgi/parser3.C: -l /path/to/log options added
516: (implements feature #1262)
517:
1.208 moko 518: 2024-12-01 moko
519:
520: * tests/: 010.html, results/010.processed: some tests related to
521: bug #1149 added
522:
523: * src/main/compile.y: the check pc.pos.col > 1 is not required
524: because we can't be here without a '$' before. The begin == end
525: check was incorrect since $[a]{b} fits this condition (fixes bug
526: #1149)
527:
528: 2024-11-29 moko
529:
530: * src/classes/array.C: warning war
531:
532: 2024-11-26 moko
533:
534: * tests/: 441.html, results/441.processed: a bit more testing
535: (related to bug #1238)
536:
537: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
538:
539: * src/main/pa_exec.C: simplification arg_quote added (related to
540: bug #1229)
541:
1.207 moko 542: 2024-11-25 moko
543:
544: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
545: bug #1239)
546:
547: 2024-11-24 moko
548:
549: * src/main/pa_exec.C: added cmd.exe specific
550:
551: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
552: tests for ^file::exec env and args tainting tests (related to bug
553: #1239)
554:
555: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
556:
557: * src/include/pa_config_includes.h: added recommendations for
558: libxslt.a and and libexslt.a compilation under cygwin
559:
560: * tests/results/102.processed: $form:fields.value is now writable,
561: as $form:value (related to feature #1254)
562:
563: * src/include/pa_config_includes.h: cigwin compilation fixes
564:
565: 2024-11-23 moko
566:
567: * tests/httpd/site/run_server.sh: to simplify testing
568:
569: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
570: site/form.html: $form:files and $form:elements tests added, tests
571: with curl supported (related to feature #1254)
572:
573: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
574: types/pa_vform.h: $form:elements implemented, VForm::get_element
575: uses faster SYMBOLS_EQ, hashes no longer copied when using
576: $form:fields/tables/files/imap and can be edited (implements
577: feature #1254)
578:
579: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
580: bug #1261)
581:
1.206 moko 582: 2024-11-17 moko
583:
584: * tests/: 440.html, results/440.processed: tests for
585: ^table.array[], offset restoration, iterators robust tests
586: (related to bug #1258, features #1259 and #1260)
587:
588: * tests/: 439.html, results/439.processed: array and hash iterators
589: robust tests (related to feature #1260)
590:
591: * src/: classes/array.C, classes/table.C, include/pa_array.h,
592: include/pa_table.h: Array_robust_iterator added and used in cases
593: where array can be modified during iteration (implements feature
594: #1260)
595:
596: * src/classes/table.C: ^table.array[], ^table.array[column name],
597: ^table.array{code} added (implements feature #1259)
598:
599: 2024-11-16 moko
600:
601: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
602: table current row restoration after exception and table changes
603: (fixes bug #1258)
604:
605: 2024-11-13 moko
606:
607: * src/classes/table.C: minor optimization
608:
609: * src/main/pa_string.C: \r added to default ^string.trim chars list
610: (https://www.parser.ru/forum/?id=86648)
611:
1.205 moko 612: 2024-11-11 moko
613:
1.206 moko 614: * src/classes/classes.C: set_base commented
615:
616: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
617: deleted
618:
619: * src/classes/classes.vcproj: no more classes.awk and classes.inc
620:
621: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
622: classes.inc
623:
624: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
625: main/pa_globals.C: classes.awk is useless, preparing to delete it
626:
1.205 moko 627: * src/classes/classes.h: temp fix
628:
629: 2024-11-10 moko
630:
631: * src/: classes/date.C, classes/file.C, classes/image.C,
632: classes/op.C, main/pa_string.C: minor optimization
633:
634: * src/: classes/date.C, classes/file.C, classes/image.C,
635: classes/op.C, main/pa_string.C: typo fixed
636:
637: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
638: classes/file.C, classes/image.C, classes/op.C,
639: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
640: memory allocation befor main(). Only 3 allocations in chatsets
641: left (implements feature #1257)
642:
643: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
644: minor naming convention fix
645:
646: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
647: results/436.processed, results/437.processed,
648: results/438.processed: tests for @unhandled_exception processing
649: (related to feature #1256)
650:
651: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
652: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
653: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
654: are now processed in request::core for correct logging and
655: reporting (feature #1256)
656:
657: * src/: include/pa_sapi.h, main/pa_request.C,
658: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
659: targets/isapi/parser3isapi.C: unhandled exception now called if
660: exception occures during $response:download processing (related
661: to bug #1255)
662:
663: * etc/auto.p.in: better 404 error reporting
664:
665: 2024-11-09 moko
666:
667: * src/main/pa_memory.C: more detailed usage comment
668:
669: * src/main/pa_memory.C: usage commented
670:
671: * src/main/pa_memory.C: minor cleanup
672:
673: * src/types/: pa_varray.h, pa_vregex.h: warnings war
674:
675: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
676: httpd/site/029.html, results/436.processed: test for exception in
677: $response:download[] added
678:
679: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
680: and avoid exit status 1 on die
681:
682: * tests/results/: 007.processed, 019.processed, 098.processed,
683: 103.processed, 233.processed: windows headers matter for binary
684: files
685:
686: * tests/httpd/ok.log: tests results updated as extra headers now
687: cleared on error (related to bug #1255)
688:
689: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
690: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
691: targets/isapi/parser3isapi.C: headers buffering to avoid extra
692: headers in errors, custom send_error in cgi/httpd mode to avoid
693: memory allocations (fixes bug #1255)
694:
695: 2024-11-07 moko
696:
697: * tests/: 264.html, results/264.processed: tests updated to test
698: removal of only trailing empty arguments for backward
699: compatibility (related to feature #1252)
700:
701: * src/classes/file.C: remove trailing empty arguments for backward
702: compatibility (related to feature #1252)
703:
704: 2024-11-05 moko
705:
706: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
707: low memory case, when static initialization failed even before
708: main() start
709:
710: 2024-11-04 moko
711:
712: * configure, src/include/pa_config_auto.h.in,
713: src/include/pa_config_fixed.h: _locking no longer used
714:
715: * configure.ac: _locking no longer used (related to bug #1231)
716:
717: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
718:
719: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
720:
721: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
722: unused
723:
724: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
725: be used on locking errors (related to bug #1231)
726:
727: * src/main/pa_os.C: GetLastError used as errno is not set (related
728: to bug #1231)
729:
730: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
731: allowing shared lock to work (fixes bug #1231)
732:
733: * INSTALL: actualized, minor fixes
734:
735: * etc/auto.p.in: default LIMITS added
736:
737: * AUTHORS: links actualized
738:
739: * src/: classes/array.C, classes/bool.C, classes/classes.C,
740: classes/classes.awk, classes/classes.h, classes/curl.C,
741: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
742: classes/hash.C, classes/hashfile.C, classes/image.C,
743: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
744: classes/math.C, classes/memcached.C, classes/memory.C,
745: classes/op.C, classes/reflection.C, classes/regex.C,
746: classes/response.C, classes/string.C, classes/table.C,
747: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
748: include/pa_array.h, include/pa_base64.h,
749: include/pa_cache_managers.h, include/pa_charset.h,
750: include/pa_charsets.h, include/pa_common.h,
751: include/pa_config_fixed.h, include/pa_config_includes.h,
752: include/pa_dictionary.h, include/pa_dir.h,
753: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
754: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
755: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
756: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
757: include/pa_request_charsets.h, include/pa_request_info.h,
758: include/pa_sapi.h, include/pa_socks.h,
759: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
760: include/pa_stack.h, include/pa_string.h,
761: include/pa_stylesheet_connection.h,
762: include/pa_stylesheet_manager.h, include/pa_symbols.h,
763: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
764: include/pa_uue.h, include/pa_xml_exception.h,
765: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
766: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
767: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
768: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
769: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
770: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
771: main/compile.tab.C, main/compile.y, main/compile_tools.C,
772: main/compile_tools.h, main/execute.C, main/pa_base64.C,
773: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
774: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
775: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
776: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
777: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
778: main/pa_sql_driver_manager.C, main/pa_string.C,
779: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
780: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
781: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
782: main/untaint.C, sql/pa_sql_driver.h,
783: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
784: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
785: targets/isapi/parser3isapi.C, types/pa_junction.h,
786: types/pa_method.h, types/pa_property.h, types/pa_value.C,
787: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
788: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
789: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
790: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
791: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
792: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
793: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
794: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
795: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
796: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
797: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
798: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
799: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
800: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
801: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
802: types/pa_vresponse.C, types/pa_vresponse.h,
803: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
804: types/pa_vstateless_object.h, types/pa_vstatus.C,
805: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
806: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
807: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
808: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
809: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
810:
1.203 moko 811: 2024-10-28 moko
812:
1.204 moko 813: * src/classes/array.C: avoid invalidate()
814:
815: * src/: classes/array.C, types/pa_varray.h: minor optimization for
816: fused to survive in ^array::copy[$a] (related to feature #930)
817:
818: * src/types/pa_varray.h: minor optimization as last element is
819: allways defined if present
820:
1.203 moko 821: * tests/: 435.html, results/435.processed: tests for
822: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
823: for array added (related to feature #1253)
824:
825: * src/classes/array.C: typo fixed
826:
827: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
828: ^hash.set([-+]index)[value], and same for array added (implements
829: feature #1253)
830:
831: * tests/results/: 246.processed, 298.processed, 342.processed,
832: 389.processed, 397.processed, 430.processed, 432.processed: tests
833: results update after minor exceptions texts fixes
834:
835: 2024-10-27 moko
836:
837: * src/: classes/array.C, classes/hash.C, classes/math.C,
838: classes/reflection.C, classes/string.C, classes/table.C,
839: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
840: types/pa_vmethod_frame.h: handy as_index() added, several
841: exceptions texts fixed (related to feature #930)
842:
843: * src/: classes/array.C, types/pa_varray.h: non-working
844: $array.fields removed, ^array.delete[index] supported (related to
845: feature #930)
846:
847: * tests/: 431.html, results/431.processed: tests updated after
848: ^a.delete[3] supported
849:
850: * tests/: 431.html, 434.html, results/434.processed: tests for last
851: element used, push/pop, exceptions during arguments processing
852: and used caching (related to feature #930)
853:
854: * src/: classes/array.C, types/pa_varray.h: change_used added for
855: better used caching and now no issues if exception occures during
856: append arguments processing (related to feature #930)
857:
858: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
859: ^array.pop[] added, last element is allways used (related to
860: feature #930)
861:
862: 2024-10-26 moko
863:
864: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
865: types/pa_varray.h: confirm_all_used added where possible (related
866: to feature #930)
867:
868: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
869: small array optimizations (related to feature #930)
870:
871: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
872:
873: * tests/: 431.html, results/431.processed: test for
874: ^array.compact[undef] added
875:
876: * src/classes/array.C: ^array.compact[] now have optional 'undef'
877: argument to also compact undefined elements (related to feature
878: #930)
879:
880: 2024-10-24 moko
881:
882: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
883: VArray::hash is used rarery, no longer caching the result
884:
885: * tests/results/432.processed: testing removed from tests
886:
887: 2024-10-23 moko
888:
889: * tests/: 431.html, results/431.processed: ^array.compact[] test
890: added
891:
892: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
893:
894: * tests/: 432.html, results/432.processed: testing ^array.at[] for
895: both "solid" and "sparse" arrays
896:
897: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
898:
899: 2024-10-22 moko
900:
901: * tests/results/264.processed: spelling
902:
903: * src/classes/file.C: spelling
904:
905: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
906: tests updated after ^file::exec[cmd;;$array] implemented and
907: empty arguments not skipped (related to feature #1252)
908:
909: * src/classes/file.C: ^file::exec[cmd;;$array] supported
910: (implements feature #1252) bugfix: empty arguments no longer
911: skipped
912:
1.205 moko 913: 2024-10-21 moko
914:
915: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
916: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
917: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
918: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
919: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
920: site/index.html, site/test.txt: httpd tests added
921:
1.202 moko 922: 2024-10-20 moko
923:
924: * src/classes/string.C: warnings war
925:
926: * src/: main/pa_string.C, classes/array.C: warnings war
927:
928: * src/classes/json.C: warnings war
929:
930: * src/classes/image.C: warnings war
931:
932: * src/: classes/table.C, types/pa_varray.C: warnings war
933:
934: * src/classes/array.C: warning war
935:
936: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
937:
938: * src/main/main.vcproj: warnings war
939:
940: 2024-10-19 moko
941:
942: * tests/427.html: test updated after constructors renamed
943:
944: 2024-10-18 moko
945:
946: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
947: results/421.processed, results/430.processed,
948: results/431.processed: test updated after constructors renamed
949:
950: * src/classes/array.C: create -> copy, new -> create according to
951: https://www.parser.ru/forum/?id=86603 discussion (related to
952: feature #930)
953:
954: 2024-10-16 moko
955:
956: * src/classes/json.C: $json:array[array or hash] added to provide
957: more backward compatibility (implements feature #1251)
958:
959: 2024-10-15 moko
960:
961: * tests/: 421.html, results/421.processed: test results updated
962: after missing constuctor error check added and array is_index
963: check added
964:
965: * src/main/execute.C: absent constructor message fixed
966:
1.201 moko 967: 2024-10-13 moko
968:
969: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
970: with is_index() before calling index() for better error reporting
971: in method name typo (was invalid number, not method not found
972: exception).
973:
974: 2024-10-08 moko
975:
976: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
977:
978: * src/include/pa_array.h: warnings war
979:
1.200 moko 980: 2024-10-05 moko
981:
982: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
983: returns current row cells array (implements feature #1250)
984:
985: * tests/: 405.html, results/169.processed, results/405.processed:
986: tests updated after ^string.split[;a] implemented (related to
987: feature #1249)
988:
989: * src/classes/string.C: ^string.split[] - 'a' option added for
990: splitting into an array (implements feature #1249)
991:
992: 2024-10-04 moko
993:
994: * tests/: 431.html, results/431.processed: final code coverage
995: array tests
996:
997: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
998: array: confirm_all_used() added and used where possible, expand()
999: now expends faster
1000:
1001: 2024-10-03 moko
1002:
1003: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1004:
1005: * tests/: 256.html, results/256.processed: test for
1006: $.date[unix-timestamp] handling large dates
1007:
1008: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1009: classes/string.C, classes/table.C, include/pa_common.h,
1010: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1011: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1012: format replaced with pa_uitoa where applicable,
1013: $.date[unix-timestamp] fixed for handling large dates
1014:
1015: * tests/: 433.html, results/433.processed: more tests, including
1016: test for possible endless recursion in ^o.GET[]
1017:
1018: * src/types/pa_vobject.C: bugfix: detecting possible endless
1019: recursion in get_scalar_value inside ^o.GET[]
1020:
1021: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1022: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1023: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1024: $LIMITS.max_recursion
1025:
1026: 2024-10-02 moko
1027:
1028: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1029: results/253.processed, results/287.processed,
1030: results/430.processed, results/433.processed: more tests for full
1031: array and json code coverage
1032:
1033: * tests/: 433.html, results/433.processed: tests for hash functions
1034: with array param
1035:
1036: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1037:
1038: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1039: in 246.html used to test ^array.at, same result produced
1040:
1041: * tests/: 430.html, 431.html, results/430.processed,
1042: results/431.processed: more array tests for 100% code coverage
1043: (related to feature #930)
1044:
1045: * tests/: 427.html, 430.html, results/427.processed,
1046: results/430.processed: first portion of array tests added
1047: (related to feature #930)
1048:
1049: * src/classes/array.C: allow only whitespace string as argument for
1050: add and join
1051:
1052: * src/classes/array.C: add behavour for array synced with hash
1053:
1054: 2024-09-30 moko
1055:
1056: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1057: tests added
1058:
1059: * src/classes/array.C: $.distinct should not be used unless
1060: $.sparse(true)
1061:
1062: * tests/: 429-sql.html, results/388-sql.processed,
1063: results/429-sql.processed: tests for ^array::sql{}, including
1064: multi_statements mode (related to feature #930)
1065:
1.199 moko 1066: 2024-09-29 moko
1067:
1068: * src/classes/array.C: synced ^array::sql multi_statements logic
1069: with ^hash::sql new behavour
1070:
1071: 2024-09-28 moko
1072:
1073: * tests/: 428-sql.html, results/388-sql.processed,
1074: results/428-sql.processed: tests updated after column names were
1075: fixed in multi_statements mode (related to feature #1197)
1076:
1077: * src/classes/hash.C: column names are fixed for most cases in
1078: multi_statements mode (related to feature #1197)
1079:
1080: * tests/: 428-sql.html, results/195.processed,
1081: results/224.processed, results/239.processed,
1082: results/254.processed, results/261.processed,
1083: results/306.processed, results/333.processed,
1084: results/341.processed, results/343.processed,
1085: results/344.processed, results/348.processed,
1086: results/364.processed, results/389.processed,
1087: results/390.processed, results/415.processed,
1088: results/420.processed, results/421.processed: tests results
1089: updated after error messages spelling minor fixes
1090:
1091: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1092: spelling
1093:
1094: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1095: classes/image.C, classes/math.C, classes/string.C,
1096: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1097: main/execute.C, main/pa_charset.C, main/pa_common.C,
1098: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1099: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1100: types/pa_vmail.C, types/pa_vobject.C,
1101: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1102: types/pa_vxdoc.C: minor error messages spelling fixes
1103:
1104: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1105: implementation (related to feature #930)
1106:
1107: * tests/: 388-sql.html, results/388-sql.processed: test results
1108: updated after rows number ^file::sql{} check added
1109:
1110: * src/classes/file.C: rows number now checked in ^file::sql{}
1111:
1112: * tests/: 428-sql.html, results/428-sql.processed: more tests
1113:
1114: * tests/: 428-sql.html, results/428-sql.processed: more
1115: multi_statements testing before bugfix
1116:
1117: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1118: results/428-sql.processed: support for multiple sql test files
1119: added
1120:
1121: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1122:
1123: * src/classes/hash.C: more accurate one_bool_column processing
1124:
1125: * tests/: 427.html, results/427.processed: Constructors as methods
1126: behavour documented in test
1127:
1128: * src/classes/hash.C: HashStringValue::Iterator used for options
1129:
1130: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1131:
1132: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1133: testing
1134:
1135: * tests/results/367-curl.processed: test result updated after
1136: server charset changed
1137:
1138: * tests/results/347-curl.processed: error messages updated
1139:
1140: * tests/results/: 346-curl.processed, 379-curl.processed,
1141: 394-curl.processed: tests results updated after Type -> Exception
1142: type replacement
1143:
1144: * tests/results/388-sql.processed: tests result updated after Type
1145: -> Exception type
1146:
1147: 2024-09-27 moko
1148:
1149: * src/classes/hash.C: minor simplification
1150:
1151: 2024-09-24 moko
1152:
1153: * src/main/pa_string.C: atoui error messages improved
1154:
1155: * tests/: 165.html, 312.html, results/165.processed,
1156: results/312.processed, results/379.processed: tests updated after
1157: default endless loop limit increased, atoi error messages
1158: improved
1159:
1160: * src/classes/hash.C: VBool::get used, unification
1161:
1.198 moko 1162: 2024-09-22 moko
1163:
1164: * src/classes/array.C: minor simplification
1165:
1166: * src/classes/array.C: ^array.left(N),
1167: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1168:
1169: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1170: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1171: added, default 1000000 (related to feature #930)
1172:
1173: * tests/: 426.html, results/426.processed: test for negative limit
1174: and offset processing for table options added
1175:
1176: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1177: bugfix: negative limit and offset processing for table options
1178: fixed
1179:
1180: 2024-09-21 moko
1181:
1182: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1183: ^for added that also iterates holes; ^remove added (related to
1184: feature #930)
1185:
1186: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1187: $.offset(M) ] added (related to feature #930)
1188:
1189: 2024-09-20 moko
1190:
1191: * src/: classes/array.C, types/pa_varray.h: array:
1192: +foreach[value]{code}, + add[hash with numeric keys] (related to
1193: feature #930)
1194:
1195: 2024-09-19 moko
1196:
1197: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1198: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1199: support $a[v1;v2;...] syntax (related to feature #930)
1200:
1201: 2024-09-17 moko
1202:
1203: * src/: classes/reflection.C, include/pa_request.h,
1204: main/compile_tools.h, main/pa_request.C:
1205: ^reflection:class_alias[existing class name;alias class name]
1206: added. The array class can now be redefined regardless of the
1207: $.replace(bool) option value (related to feature #930)
1208:
1209: * src/main/: compile.y, compile_tools.h: class_add return value
1210: inverted to add it to request class
1211:
1212: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1213: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1214: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1215: resize if required. spared array - added fused, append.
1216:
1.197 moko 1217: 2024-09-16 moko
1218:
1219: * src/types/pa_varray.h: get moved to where it belongs
1220:
1221: 2024-09-15 moko
1222:
1223: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1224: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1225:
1226: * tests/: 421.html, results/323.processed, results/421.processed:
1227: tests updated after 'spared-array' class renamed to 'array'
1228: following a discussion on the forum (related to feature #930)
1229:
1230: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1231: types/pa_vmail.C: initial SparseArray separation from Array,
1232: parser class now 'array'
1233:
1234: 2024-09-14 moko
1235:
1236: * tests/: 030.html, results/030.processed: out of range expires
1237: check added
1238:
1239: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1240: checking expires time using VDate
1241:
1242: 2024-09-13 moko
1243:
1244: * src/: classes/array.C, classes/curl.C, classes/date.C,
1245: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1246: classes/memcached.C, classes/op.C, classes/regex.C,
1247: classes/string.C, classes/xdoc.C, classes/xnode.C,
1248: main/execute.C, main/pa_http.C, main/pa_request.C,
1249: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1250: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1251: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1252: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1253: removed as dynamic_cast is faster, Value::is() is still required
1254: for is operator.
1255:
1256: 2024-09-12 moko
1257:
1258: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1259: classes/table.C, classes/xnode.C, include/pa_array.h,
1260: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1261: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1262: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1263: templated pa_itoa/pa_uitoa added to work with any integer type,
1264: String::Body::Format removed
1265:
1266: 2024-09-10 moko
1267:
1268: * src/classes/array.C: append and insert methods added to
1269: sparse-array (related to feature #930)
1270:
1271: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1272: tests updated after sparse-array was added to avoid ^json:parse[]
1273: using it in old tests (related to feature #930)
1274:
1275: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1276: types/pa_varray.h: sparse-array class added (initial feature #930
1277: implementation)
1278:
1279: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1280: for sparse-array class files (related to feature #930)
1281:
1282: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1283: types/pa_vhash.h: VArray support functions without actual VArray
1284: files (related to feature #930)
1285:
1.196 moko 1286: 2024-09-07 moko
1287:
1288: * src/: classes/curl.C, classes/string.C, classes/table.C,
1289: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1290: main/pa_http.C, main/pa_sql_driver_manager.C,
1291: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1292: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1293: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1294: with Hash::Iterator, has_next() replaced with operator bool
1295: (related to feature #930)
1296:
1297: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1298: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1299: types/pa_vstateless_class.C: Array class extended,
1300: Array::Iterator added and used (related to feature #930)
1301:
1.195 moko 1302: 2024-08-26 moko
1303:
1304: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1305: should be used on argv[0] as well to match document root.
1306:
1.194 moko 1307: 2024-08-25 moko
1308:
1309: * src/main/pa_request.C: be more specific
1310:
1311: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1312: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1313: (fixes bug #1244)
1314:
1315: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1316: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1317: rsplit(..., '\\') is not correct when / and \ are mixed in path
1318:
1319: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1320:
1.193 moko 1321: 2024-07-24 moko
1322:
1323: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1324: main/execute.C, main/pa_string.C: Warning war: clang changed
1325: -Wdeprecated-register warning to -Wregister, it's easier to
1326: remove all register vars then continue this fight. :)
1327:
1328: * src/main/: compile.y, compile.tab.C: warning war: register
1329: removed
1330:
1.192 moko 1331: 2024-07-14 moko
1332:
1333: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1334: checking the HTTP request environment; if the variable is not
1335: present, checking the web server process environment (implements
1336: feature #1242)
1337:
1.191 moko 1338: 2024-05-26 moko
1339:
1340: * tests/: 195.html, 229.html, results/096.processed,
1341: results/097.processed, results/158.processed,
1342: results/186.processed, results/273.processed,
1343: results/293.processed, results/317.processed,
1344: results/389.processed, results/402.processed: tests updated as
1345: single quote now escaped with ' in HTML tainting mode
1346: (related to feature #1241)
1347:
1348: * src/main/untaint.C: single quote now escaped with ' in HTML
1349: tainting mode (implements feature #1241)
1350:
1351: * tests/results/: 020.processed, 021.processed, 026.processed,
1352: 042.processed, 043.processed, 057.processed, 110.processed,
1353: 115.processed, 116.processed, 117.processed, 118.processed,
1354: 119.processed, 120.processed, 125.processed, 126.processed,
1355: 128.processed, 130.processed, 131.processed, 132.processed,
1356: 133.processed, 135.processed, 136.processed, 138.processed,
1357: 139.processed, 140.processed, 145.processed, 150.processed,
1358: 151.processed, 165.processed, 174.processed, 181.processed,
1359: 182.processed, 192.processed, 193.processed, 201.processed,
1360: 213.processed, 224.processed, 226.processed, 230.processed,
1361: 239.processed, 240.processed, 244.processed, 253.processed,
1362: 254.processed, 261.processed, 264.processed, 269.processed,
1363: 274.processed, 275.processed, 288.processed, 294.processed,
1364: 296.processed, 303.processed, 306.processed, 307.processed,
1365: 308.processed, 311.processed, 312.processed, 314.processed,
1366: 315.processed, 316.processed, 320.processed, 323.processed,
1367: 324.processed, 325.processed, 328.processed, 330.processed,
1368: 332.processed, 333.processed, 337.processed, 338.processed,
1369: 341.processed, 342.processed, 343.processed, 344.processed,
1370: 345.processed, 348.processed, 352.processed, 356.processed,
1371: 357.processed, 363.processed, 364.processed, 368.processed,
1372: 372.processed, 373.processed, 376.processed, 378.processed,
1373: 379.processed, 385.processed, 386.processed, 387.processed,
1374: 389.processed, 390.processed, 395.processed, 397.processed,
1375: 398.processed, 399.processed, 404.processed, 406.processed,
1376: 413.processed, 414.processed, 420.processed, 421.processed,
1377: 424.processed, auto.p: Type -> Exception type for readability
1378:
1379: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1380: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1381: results/119.processed, results/165.processed,
1382: results/175.processed, results/192.processed,
1383: results/213.processed, results/217.processed,
1384: results/230.processed, results/240.processed,
1385: results/298.processed, results/380.processed,
1386: results/415.processed: try-catch, try-catch-comment used
1387:
1388: 2024-05-21 moko
1389:
1390: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1391: results/180.processed, results/195.processed,
1392: results/224.processed, results/auto.p: @try-catch-comment added
1393: and used
1394:
1395: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1396: 415.html, results/269.processed, results/283.processed,
1397: results/auto.p: more tests are updated to prepare for apostrophe
1398: escaping in HTML tainting
1399:
1400: * tests/results/: 181.processed, 294.processed, 296.processed,
1401: 315.processed, 379.processed, 389.processed, auto.p:
1402: $exception.comment printed as-is for whitespace reporting and to
1403: prepare for apostrophe escaping in HTML mode
1404:
1.190 moko 1405: 2024-05-11 moko
1406:
1407: * tests/: 099.html, 100.html, results/099.processed,
1408: results/100.processed: a test for non-UTF-8 filename* added
1409: (related to feature #1240)
1410:
1411: * tests/: 293.html, results/293.processed: tainting modes tests
1412: added
1413:
1414: * tests/results/: 099.processed, 100.processed, 205.processed,
1415: 309.processed, 310.processed, 419.processed: tests results
1416: updated after filename* added (related to feature #1240)
1417:
1418: * src/: include/pa_common.h, main/pa_request.C: The filename*
1419: parameter was added to the Content-Disposition header to conform
1420: with RFC 6266, with code provided by Sumo (implements feature
1421: #1240)
1422:
1423: 2024-05-10 moko
1424:
1425: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1426: positive performance effect in our case
1427:
1.189 moko 1428: 2024-03-27 moko
1429:
1430: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1431: (related to feature #1236)
1432:
1433: 2024-03-15 moko
1434:
1435: * tests/: 413.html, results/413.processed: test for object still
1436: can be used as file parameter (related to bug #1218)
1437:
1438: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1439: still can be used in file context (fixes bug #1218)
1440:
1441: 2024-03-14 moko
1442:
1443: * src/include/pa_string.h: ArrayString get() null result assert
1444: also added (related to bug #1238)
1445:
1446: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1447: VString::empty() used instead of new VString()
1448:
1449: 2024-03-12 moko
1450:
1451: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1452: results/379.processed: test added for cookie without value
1453: (related to bug #1238)
1454:
1455: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1456: values are now required to be non-null (related to bug #1238)
1457:
1458: * src/main/pa_http.C: cookies without value are now parsed
1459: correctly (fixed bug #1238)
1460:
1461: 2024-03-11 moko
1462:
1463: * tests/run_parser.sh: for better error reporting
1464:
1.188 moko 1465: 2023-12-30 moko
1466:
1467: * tests/: 038.html, results/038.processed: test for atan2 added
1468:
1469: 2023-12-29 moko
1470:
1471: * src/classes/math.C: atan2(y,x) math function added
1472:
1.187 moko 1473: 2023-12-14 moko
1474:
1475: * tests/212.html: pcre2 compatibility (related to feature #1236)
1476:
1477: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1478: exceptions and behavour added (related to feature #1236)
1479:
1480: 2023-12-13 moko
1481:
1482: * buildall: by default parser is now bundled with pcre2 10.42,
1483: --without-pcre2 option added to build with pcre-8.45 (related to
1484: feature #1236)
1485:
1486: 2023-12-12 moko
1487:
1488: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1489: support added (implements feature #1236)
1490:
1491: * src/: include/pa_charset.h, include/pa_config_includes.h,
1492: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1493: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1494: types/pa_vregex.h: Adopted patch from Yavor Doganov
1495: <yavor@gnu.org> to add pcre2 library support (implements feature
1496: #1236)
1497:
1.186 moko 1498: 2023-11-28 moko
1499:
1500: * src/include/pa_config_includes.h: warnings war continues
1501:
1502: * src/include/pa_config_includes.h: warning war
1503:
1504: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1505: number strings, whitespace and sign in exception messages
1506: (related to bug #1234)
1507:
1.185 moko 1508: 2023-11-26 moko
1509:
1510: * tests/: 274.html, results/224.processed, results/274.processed:
1511: tests for date double, int, bool added (related to feature #1235)
1512:
1513: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1514: added for date class (implements feature #1235)
1515:
1516: 2023-11-23 moko
1517:
1518: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1519: and '-' strings are no longer can be treated as number 0,
1520: exception thrown (fixes bug #1234)
1521:
1.184 moko 1522: 2023-11-18 moko
1523:
1524: * src/include/pa_types.h: minor
1525:
1526: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1527:
1528: * tests/: 389.html, results/389.processed: error messages for some
1529: OS differs a bit, reducing failing tests for them
1530:
1531: 2023-11-17 moko
1532:
1533: * tests/: 423.html, results/423.processed: test for optional
1534: @auto[] inheritance added (related to feature #1233)
1535:
1536: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1537: types/pa_vstateless_class.C: optional @auto[] inheritance
1538: implemented if defined with two args (path, class name)
1539: (implements feature #1233)
1540:
1541: * src/: classes/double.C, classes/int.C, classes/math.C,
1542: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1543: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1544: sync double->int overflow behavour under different architectures
1545: (fixes bug #1232)
1546:
1547: * tests/: 422.html, results/422.processed: int clipping added
1548:
1549: 2023-11-16 moko
1550:
1551: * tests/: 422.html, results/422.processed: test for int and uint
1552: overflow in ^n.format[d/u/x]
1553:
1554: * src/classes/math.C: bugfix: crc32 should not be negative (under
1555: Apple M1 when negative double converts to uint the result is 0)
1556: and crc32 should be 32 bits
1557:
1558: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1559: on Apple M1 it's 0
1560:
1561: * src/classes/file.C: bugfix: crc32 should not be negative (under
1562: Apple M1 when negative double converts to uint the result is 0)
1563: and crc32 should be 32 bits
1564:
1.183 moko 1565: 2023-10-07 moko
1566:
1567: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1568: behavour with other OP_NUM_*, related to bug #1230
1569:
1570: 2023-10-06 moko
1571:
1572: * tests/: 338.html, results/338.processed: test for bug #1230 added
1573:
1574: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1575: be converted to double to avoid 80 bit operations in x87 mode
1576: (fixes bug #1230)
1577:
1578: 2023-10-05 moko
1579:
1580: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1581: compatibility
1582:
1583: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1584:
1585: * tests/: 421.html, results/421.processed: test to cover all
1586: classes and objects nonexistent method and field exceptions
1587: (related to feature #1080 and #1227)
1588:
1589: * tests/results/: 182.processed, 324.processed: undefined method ->
1590: <type> method not found exception (related to feature #1080)
1591:
1592: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1593: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1594: "element can not be fetched from" for them, "field not found" for
1595: all other types (related to bug #1227)
1596:
1597: 2023-10-03 moko
1598:
1599: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1600: <type> method not found" exception now thrown for static calls
1601: instead of "undefined method" without class name (related to
1602: feature #1080)
1603:
1604: 2023-10-02 moko
1605:
1606: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1607: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1608: <method name>, Comment: <type> method not found" exception now
1609: thrown for all dynamic objects instead of "undefined method"
1610: without class name (implements feature #1080)
1611:
1.182 moko 1612: 2023-10-01 moko
1613:
1614: * src/classes/json.C: we don't have a dynamic json object.
1615:
1616: 2023-09-28 moko
1617:
1618: * tests/: 420.html, results/261.processed, results/420.processed:
1619: tests updated after bug #1228 fix reverted
1620:
1621: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1622: whitespace string is hash compatible, so we don't want $s.key to
1623: return a junction
1624:
1625: * tests/: 261.html, 420.html, results/261.processed,
1626: results/420.processed: test for bug #1227 added, test updated
1627: after bug #1228 fixed
1628:
1629: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1630: now throws exception as $non-empty-string.field (fixes bug #1227)
1631:
1632: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1633: #1228)
1634:
1635: 2023-09-26 moko
1636:
1637: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1638: src/classes/classes.C, src/classes/classes.awk,
1639: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1640: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1641: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1642: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1643: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1644: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1645: src/classes/regex.C, src/classes/response.C,
1646: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1647: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1648: src/include/pa_array.h, src/include/pa_base64.h,
1649: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1650: src/include/pa_charsets.h, src/include/pa_common.h,
1651: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1652: src/include/pa_dictionary.h, src/include/pa_dir.h,
1653: src/include/pa_exception.h, src/include/pa_exec.h,
1654: src/include/pa_globals.h, src/include/pa_hash.h,
1655: src/include/pa_http.h, src/include/pa_memory.h,
1656: src/include/pa_opcode.h, src/include/pa_operation.h,
1657: src/include/pa_os.h, src/include/pa_pool.h,
1658: src/include/pa_random.h, src/include/pa_request.h,
1659: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1660: src/include/pa_sapi.h, src/include/pa_socks.h,
1661: src/include/pa_sql_connection.h,
1662: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1663: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1664: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1665: src/include/pa_table.h, src/include/pa_threads.h,
1666: src/include/pa_types.h, src/include/pa_uue.h,
1667: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1668: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1669: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1670: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1671: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1672: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1673: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1674: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1675: src/main/compile.tab.C, src/main/compile.y,
1676: src/main/compile_tools.C, src/main/compile_tools.h,
1677: src/main/execute.C, src/main/pa_base64.C,
1678: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1679: src/main/pa_charsets.C, src/main/pa_common.C,
1680: src/main/pa_dictionary.C, src/main/pa_dir.C,
1681: src/main/pa_exception.C, src/main/pa_exec.C,
1682: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1683: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1684: src/main/pa_request.C, src/main/pa_socks.C,
1685: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1686: src/main/pa_stylesheet_connection.C,
1687: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1688: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1689: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1690: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1691: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1692: src/targets/apache/mod_parser3_core.C,
1693: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1694: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1695: src/types/pa_method.h, src/types/pa_property.h,
1696: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1697: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1698: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1699: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1700: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1701: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1702: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1703: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1704: src/types/pa_vhash.C, src/types/pa_vhash.h,
1705: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1706: src/types/pa_vimage.C, src/types/pa_vimage.h,
1707: src/types/pa_vint.h, src/types/pa_vjunction.C,
1708: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1709: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1710: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1711: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1712: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1713: src/types/pa_vobject.h, src/types/pa_vregex.C,
1714: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1715: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1716: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1717: src/types/pa_vstateless_class.h,
1718: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1719: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1720: src/types/pa_vstring.h, src/types/pa_vtable.C,
1721: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1722: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1723: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1724: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1725: src/types/pa_wwrapper.h: copyright, authors actualized
1726:
1.181 moko 1727: 2023-08-20 moko
1728:
1729: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1730: commited (related to feature #1219)
1731:
1732: 2023-08-16 moko
1733:
1734: * src/main/pa_random.C: replaced clock precision with monotonicity
1735: counter, good for Windows version with low clock frequency
1736: (related to feature #1229)
1737:
1738: 2023-08-15 moko
1739:
1740: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1741: fixes related to feature #1229
1742:
1743: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1744: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1745: (implements feature #1229)
1746:
1.180 moko 1747: 2023-08-02 moko
1748:
1749: * tests/: results/417.processed, 417.html: test for empty string
1750: match after last char added (related to bug #1224)
1751:
1752: * src/main/pa_string.C: avoid prestart++ after last char on zero
1753: length match (related to bug #1224)
1754:
1.179 moko 1755: 2022-11-22 moko
1756:
1757: * tests/: 419.html, results/419.processed: test for L_URI and path
1758: removeal from filename added (related to bug #1204)
1759:
1760: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1761: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1762: attribute value, L_URI should be used
1763:
1.178 moko 1764: 2022-09-21 moko
1765:
1766: * src/targets/cgi/parser3.C: more clear error messages
1767:
1768: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1769: SAPI_Info will return 0 in read_post and post_size !=
1770: content_length will be thrown
1771:
1.177 moko 1772: 2022-08-23 moko
1773:
1774: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1775: header value
1776:
1777: 2022-08-22 moko
1778:
1779: * tests/: 418.html, results/418.processed: test for
1780: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1781: to #1225)
1782:
1783: * src/classes/hash.C: keep old behavoir by default
1784:
1785: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1786: $.order[self|arg] ] added (implements #1215)
1787:
1.176 moko 1788: 2022-03-21 moko
1789:
1790: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1791: xmlInitCharEncodingHandlers is called in libxml static
1792: initializers before gc_substitute_memory_management_functions in
1793: pa_globals and thus gc may not see reference to our
1794: xmlCharEncodingHandler and free it.
1795:
1.175 moko 1796: 2022-01-26 moko
1797:
1798: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1799:
1.174 moko 1800: 2021-12-28 moko
1801:
1802: * tests/: 417.html, results/417.processed: test for empty string
1803: match added (related to bug #1224)
1804:
1805: * src/main/pa_string.C: empty string match now works (fixes bug
1806: #1224)
1807:
1.173 moko 1808: 2021-12-24 moko
1809:
1810: * tests/: 415_dir/29.p, results/415.processed: yet another test
1811:
1812: 2021-12-23 moko
1813:
1814: * src/: classes/table.C, main/pa_request.C: warnings war
1815:
1816: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1817: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1818:
1819: 2021-12-21 moko
1820:
1821: * tests/: 416.html, results/416.processed: test for ^break[] in
1822: ^hash/table.select[] (related to feature #1222)
1823:
1824: * src/classes/: hash.C, table.C: ^break[] support for
1825: ^hash/table.select[] (implements feature #1222)
1826:
1.172 moko 1827: 2021-11-30 moko
1828:
1829: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1830: 0.5 sec
1831:
1.171 moko 1832: 2021-11-10 moko
1833:
1834: * tests/results/415.processed: more syntax errors tests added
1835:
1836: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1837: 28.p: minor syntax error tests
1838:
1839: * src/main/pa_exception.C: pa_strdup added for compatibility
1840:
1841: * src/classes/curl.C: hint to call ^curl:options[
1842: $.library[correct.libcurl.so.name] ] added if default load fails.
1843:
1844: 2021-11-09 moko
1845:
1846: * src/main/compile.y: error message can be on stack
1847:
1848: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1849:
1850: * src/main/pa_charset.C: memcpy is more correct and efficient in
1851: this case then strncpy
1852:
1853: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1854: instead of strcpy where possible
1855:
1856: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1857: used to avoid MAX_STRING limit in Exception comment
1858:
1859: * tests/results/415.processed: compiler exceptions are no longer
1860: limited to MAX_STRING
1861:
1862: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1863: char * instead of fixed buffer
1864:
1865: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1866: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1867: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1868: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1869: results/415.processed: tests for parser.compile exceptions added
1870:
1871: 2021-11-08 moko
1872:
1873: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1874: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1875: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1876: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1877: drawbacks
1878:
1.170 moko 1879: 2021-11-06 moko
1880:
1881: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1882: (implements feature #1219)
1883:
1884: * tests/: 414.html, results/414.processed: test for
1885: ^hash.rename[from;to] added (related to feature #1144)
1886:
1887: 2021-11-05 moko
1888:
1889: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1890: (related to feature #1144)
1891:
1892: 2021-11-04 moko
1893:
1894: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1895: added (implements feature #1144)
1896:
1.169 moko 1897: 2021-10-19 moko
1898:
1899: * tests/: 413.html, results/413.processed: test for hash no longer
1900: is accepted as file parameter (related to bug #1218)
1901:
1902: * src/: classes/curl.C, classes/file.C, classes/image.C,
1903: classes/math.C, classes/xdoc.C, types/pa_value.C,
1904: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1905: longer is accepted as file parameter (fixes bug #1218)
1906:
1.168 moko 1907: 2021-07-19 moko
1908:
1909: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1910: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1911:
1.167 moko 1912: 2021-04-16 moko
1913:
1914: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1915: processing it leads to assertions.
1916:
1.166 moko 1917: 2021-03-25 moko
1918:
1919: * tests/: 412.html, results/412.processed: test to demonstrate bug
1920: #1213
1921:
1.165 moko 1922: 2021-02-12 moko
1923:
1924: * tests/: 360.html, results/360.processed, results/363.processed:
1925: parser method call in expression mode no longer differs from call
1926: in string mode (related to feature #1211)
1927:
1928: 2021-02-11 moko
1929:
1930: * src/types/pa_vmail.C: mail parsing with Windows line endings
1931: fixed (bug #1212)
1932:
1933: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1934: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1935: strings in both calls (implements feature #1211)
1936:
1.164 moko 1937: 2021-01-28 moko
1938:
1939: * buildall, etc/auto.p.in: to remove last patch in debian package
1940:
1941: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1942: 3.4.7b
1943:
1.162 moko 1944: 2021-01-21 moko
1945:
1946: * src/main/pa_http.C: no alarm() in file::load when web server mode
1947: is MULTITHREADED
1948:
1.157 moko 1949: 2021-01-20 moko
1950:
1.161 moko 1951: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1952: 'a2enmod mpm_prefork'
1953:
1.160 moko 1954: * src/targets/apache/mod_parser3.c: prefork name is now
1955: 'libapache2-mpm-itk'
1956:
1957: * src/targets/apache/mod_parser3_core.C: last regular malloc
1958: removed
1959:
1.159 moko 1960: * src/targets/isapi/Makefile.am: -pa_threads.C
1961:
1.158 moko 1962: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1963: 3.4.6
1964:
1.157 moko 1965: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1966:
1967: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1968: /httpd.p
1969:
1970: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1971: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1972: #1203)
1973:
1974: 2021-01-19 moko
1975:
1976: * buildall: --disable-parallel-mark added to avoid "number of
1977: processors" threads creation for heap marking as it conflicts
1978: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1979: limits threads)
1980:
1.156 moko 1981: 2021-01-16 moko
1982:
1983: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1984: main/pa_globals.C, main/pa_memory.C,
1985: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1986: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1987: feature #1209)
1988:
1989: 2021-01-15 moko
1990:
1991: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1992: 3.4.6rc
1993:
1994: * src/classes/json.C: get_delim added for delimiter caching (10%
1995: faster on large json)
1996:
1997: 2021-01-14 moko
1998:
1.211 moko 1999: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2000:
2001: * tests/results/224.processed: test result modified after
2002: today(shift) implemented
2003:
2004: * tests/: 407.html, results/407.processed: test for ^hash.select
2005: option $.default(bool) added (related to feature #1172)
2006:
2007: * src/classes/hash.C: ^hash.select option $.default(bool) added
2008: (related to feature #1172)
2009:
2010: * tests/: 141.html, results/141.processed: test modified for
2011: feature #1185.
2012:
2013: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2014: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2015: options $.lower(bool) (implements feature #1185)
2016:
2017: 2021-01-11 moko
2018:
2019: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2020: #1192)
2021:
2022: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2023: added (related to feature #1192)
2024:
1.155 moko 2025: 2021-01-05 moko
2026:
2027: * tests/: 270.html, results/270.processed: test modified to work
2028: under Windows
2029:
2030: * tests/: 390.html, 395.html, results/395.processed: tests updated
2031: 4 windows
2032:
2033: * tests/: 410.html, results/410.processed: test for
2034: $CLASS-GETTER-PROTECTED(false) added
2035:
2036: 2021-01-04 moko
2037:
2038: * tests/: 409.html, results/409.processed, results/auto.p: test for
2039: $MAIN:LOCALS(true) added
2040:
1.154 moko 2041: 2021-01-03 moko
2042:
2043: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2044: types/pa_vclass.h, types/pa_vstateless_class.C,
2045: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2046: +LOCALS. $main -> $MAIN in exception texts (implements feature
2047: #1207)
2048:
2049: 2021-01-02 moko
2050:
2051: * etc/auto.p.in: minor
2052:
2053: * src/main/pa_request.C: sending headers only after opening file to
2054: allow error reporting if file was not opened (foreign group,
2055: etc).
2056:
2057: 2020-12-31 moko
2058:
2059: * src/: include/pa_request.h, main/pa_request.C,
2060: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2061:
2062: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2063: main/pa_request.C: get_class_ref added and used
2064:
2065: * etc/auto.p.in: @CLASS httpd added
2066:
2067: * etc/auto.p.in: @auto[] is now first
2068:
2069: 2020-12-30 moko
2070:
2071: * tests/: 408.html, results/408.processed: test for bug #1166
2072: (windows only) added
2073:
2074: * src/main/pa_common.C: create_dir_for_file should not create dir
2075: for trailing / (fixes bug #1166)
2076:
2077: * tests/: 341.html, results/341.processed: tests for
2078: ^nameless_table.hash[] added (related to feature #1138)
2079:
2080: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2081: (implements feature #1138), extra fields in named tables no
2082: longer ignored (implements feature #1138)
2083:
2084: * tests/results/390.processed: updated after exception text change
2085:
2086: 2020-12-29 moko
2087:
2088: * tests/: 407.html, results/407.processed: +$._default check
2089:
2090: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2091:
2092: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2093: and ^hash.reverse[] added (releated to feature #1172)
2094:
2095: * src/classes/hash.C:
2096: ^hash.select[key;value](bool-condition)[options hash] +
2097: ^hash.reverse[] added (implements feature #1172)
2098:
2099: * src/types/pa_vtable.h: warning war
2100:
2101: * src/include/pa_config_fixed.h: win32 fix
2102:
1.153 moko 2103: 2020-12-27 moko
2104:
2105: * tests/: 406.html, results/406.processed: test results updated
2106:
2107: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2108: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2109: spelling
2110:
2111: 2020-12-26 moko
2112:
2113: * tests/: 406.html, results/406.processed: tests for
2114: ^table.rename[] added (related to feature #1148)
2115:
2116: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2117: ^table.rename[column name from;column name to], ^table.rename[
2118: $.[column name from][column name to] ... ] added (implements
2119: feature #1148)
2120:
2121: 2020-12-25 moko
2122:
2123: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2124: request_info now on stack to avoid yet another THREAD_LOCAL
2125: memory deallocation issue (now with cookies), explained in #1203
2126:
2127: * src/types/pa_vcookie.C: fields should be inited
2128:
2129: 2020-12-24 moko
2130:
2131: * src/include/pa_stylesheet_connection.h: looks like
2132: xsltFreeStylesheet leads to memory double-free. If so, it's for
2133: sure libxml bug, but we have GC anyway, so we just remove this
2134: call and see...
2135:
2136: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2137: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2138: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2139: abort.c:65:8 frame #3: 0x00000000004da663
2140: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2141: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2142: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2143: malloc.c:617:9 frame #5: 0x0000000000577f0c
2144: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2145: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2146: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2147: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2148: frame #8: 0x000000000050d35c
2149: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2150: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2151: frame #10: 0x00000000004436e5
2152: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2153: [inlined]
2154: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2155: pa_stylesheet_connection.h:62:3
2156:
2157: 2020-12-23 moko
2158:
2159: * src/classes/image.C: ^image::measure[; $.video() ] option added
2160:
2161: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2162: ^image::measure[; $.video(true) ] added
2163:
2164: * src/main/pa_exec.C: not cleared automatically in multithreaded
2165: httpd mode for unknown reasons
2166:
2167: 2020-12-22 moko
2168:
2169: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2170: error_log uri of currently processed document", but never used
2171: and conflicts with how libgc stops threads on FreeBSD (#define
2172: SIG_SUSPEND SIGUSR1), thus removed.
2173:
2174: 2020-12-21 moko
2175:
2176: * src/main/pa_request.C: +comment
2177:
1.151 moko 2178: 2020-12-20 moko
2179:
1.152 moko 2180: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2181: it is more safe to have versions of pa_strdup with one and two
2182: arguments, as helper_length=0 not always mean that strlen()
2183: should be called, but means zero.
2184:
2185: * src/targets/isapi/parser3isapi.C: minor
2186:
2187: * src/main/pa_http.C: +valid_http_method
2188:
1.151 moko 2189: * src/: include/pa_http.h, main/pa_http.C,
2190: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2191:
2192: 2020-12-17 moko
2193:
2194: * tests/: 405.html, results/405.processed: test for split by regex
2195: added (related to feature #1160)
2196:
2197: * src/classes/string.C: split by regex implemented (feature #1160)
2198:
2199: * src/classes/string.C: minor
2200:
2201: * tests/: 404.html, results/404.processed: test for whitespace
2202: string is now OK for table argument (related to feature #1169)
2203:
2204: * src/: classes/image.C, classes/string.C, classes/table.C,
2205: types/pa_vmethod_frame.C: whitespace string is now OK for table
2206: argument (as with hash) (implements feature #1169)
2207:
2208: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2209: limit for comment (fixes bug #1102)
2210:
2211: * src/targets/cgi/parser3.C: +HAVE_TLS check
2212:
2213: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2214:
2215: * src/include/pa_config_includes.h: HAVE_TLS used
2216:
2217: * configure.ac: +TLS check
2218:
2219: * src/main/pa_http.C: content logging added
2220:
2221: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2222: clear_response_headers added
2223:
2224: 2020-12-16 moko
2225:
2226: * buildall: as we now use threads, libatomic_ops still required for
2227: some OS.
2228:
2229: * src/main/pa_request.C: whitespace
2230:
2231: * src/: include/pa_request.h, main/pa_request.C:
2232: Request::Exception_trace::table extracted and used
2233:
2234: * src/main/pa_request.C: moving output_result call outside of try
2235: as network exceptions should not be handled by parser code
2236:
2237: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2238: logging network exchange
2239:
2240: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2241: via network if it was network write error.
2242:
2243: * src/targets/cgi/parser3.C: log -> pa_log
2244:
2245: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2246:
2247: * src/main/pa_threads.C: getpid() if no gettid() found
2248:
2249: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2250: we need to ignore "void" connections from browsers (browsers open
2251: connections in advance and they will be empty if user does not
2252: request more pages)
2253:
2254: 2020-12-15 moko
2255:
2256: * src/targets/cgi/parser3.C: avoid previous uri in logs
2257:
2258: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2259: RequestController not needed in httpd mode
2260:
2261: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2262: classes/classes.h, classes/curl.C, classes/date.C,
2263: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2264: classes/hashfile.C, classes/image.C, classes/inet.C,
2265: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2266: classes/memcached.C, classes/memory.C, classes/op.C,
2267: classes/reflection.C, classes/regex.C, classes/response.C,
2268: classes/string.C, classes/table.C, classes/void.C,
2269: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2270: include/pa_array.h, include/pa_base64.h,
2271: include/pa_cache_managers.h, include/pa_charset.h,
2272: include/pa_charsets.h, include/pa_common.h,
2273: include/pa_config_fixed.h, include/pa_config_includes.h,
2274: include/pa_dictionary.h, include/pa_dir.h,
2275: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2276: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2277: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2278: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2279: include/pa_request_charsets.h, include/pa_request_info.h,
2280: include/pa_sapi.h, include/pa_socks.h,
2281: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2282: include/pa_stack.h, include/pa_string.h,
2283: include/pa_stylesheet_connection.h,
2284: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2285: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2286: include/pa_uue.h, include/pa_xml_exception.h,
2287: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2288: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2289: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2290: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2291: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2292: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2293: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2294: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2295: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2296: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2297: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2298: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2299: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2300: main/pa_sql_driver_manager.C, main/pa_string.C,
2301: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2302: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2303: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2304: main/untaint.C, sql/pa_sql_driver.h,
2305: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2306: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2307: targets/isapi/parser3isapi.C, types/pa_junction.h,
2308: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2309: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2310: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2311: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2312: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2313: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2314: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2315: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2316: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2317: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2318: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2319: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2320: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2321: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2322: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2323: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2324: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2325: types/pa_vstateless_object.h, types/pa_vstatus.C,
2326: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2327: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2328: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2329: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2330: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2331:
2332: * src/main/pa_request.C: old compilers support
2333:
2334: * tests/: 362.html, results/362.processed: test updated after
2335: changes after upgrade to libxml2-2.9.9 were made (related to bug
2336: #1108)
2337:
2338: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2339: removed, as xsltFreeStylesheet has side effects on original doc.
2340: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2341: not updated after xdoc modification (part 3 of test 362).
2342: (related to bug #1108)
2343:
2344: * src/targets/isapi/parser3isapi.C: +pa_strcat
2345:
2346: * src/: classes/memory.C, include/pa_memory.h,
2347: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2348: PA_GC_GCOLLECT used
2349:
2350: * src/include/pa_memory.h: +PA_GC_COLLECT
2351:
2352: * src/targets/cgi/parser3.C: msvs support fixes
2353:
2354: * src/lib/gc/include/gc.h: more cleanup
2355:
2356: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2357:
2358: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2359: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2360:
2361: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2362:
2363: * configure.ac: pthread.h added to checked headers
2364:
2365: * src/classes/table.C: string stream is back :)
2366:
2367: * src/classes/memory.C: GC_generate_random_backtrace no longer
2368: exists
2369:
2370: * src/main/pa_globals.C: GC_dont_gc replaced
2371:
2372: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2373: left to simplify adding new functions. depricated GC_dont_gc
2374: replaced with GC_disable and GC_enable calls.
2375:
2376: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2377: CORD_from_file* not used and thus removed
2378:
2379: * src/lib/gc/include/gc_allocator.h: minor cleanup
2380:
2381: 2020-12-14 moko
2382:
2383: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2384: referenced elsewhere, or GC will collect it.
2385:
2386: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2387: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2388: elsewhere, or GC will collect them (and we'll get GPF in
2389: multithreaded enviroment). May be it can be also fixed by some
2390: GC call, not sure. But this fix costs nothing (but hours of
2391: debugging to find the issue :).
2392:
1.150 moko 2393: 2020-12-11 moko
2394:
2395: * configure.ac: gettid() check added
2396:
2397: * src/main/pa_threads.C: HAVE_GETTID used
2398:
2399: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2400:
2401: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2402: version for isapi/cgi/apache
2403:
2404: * buildall: threads are now required.
2405:
2406: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2407: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2408: main/main.vcproj: pa_threads.C moved to main
2409:
2410: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2411: isapi/pa_threads.C: pa_threads.C moved to main
2412:
2413: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2414: targets/apache/Makefile.am: pa_threads.C moved to main
2415:
2416: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2417:
2418: * src/: include/pa_stylesheet_connection.h,
2419: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2420: and weird GPF in multithreaded httpd is gone
2421:
2422: * src/include/: pa_stylesheet_connection.h,
2423: pa_sql_driver_manager.h: whitespace
2424:
2425: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2426:
2427: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2428: main/pa_stylesheet_manager.C: whitespace, warning war
2429:
2430: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2431: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2432: parser_multithreaded never used
2433:
2434: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2435:
2436: 2020-12-10 moko
2437:
2438: * src/: include/pa_config_includes.h, include/pa_http.h,
2439: main/pa_http.C, targets/cgi/parser3.C: initial support for
2440: MULTITHREADED and PARALLEL httpd server modes
2441:
2442: * src/main/pa_globals.C: GC_java_finalization is depricated
2443:
2444: 2020-12-09 moko
2445:
2446: * etc/auto.p.in: + @httpd-main
2447:
2448: * src/: include/pa_common.h, main/pa_request.C,
2449: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2450: work
2451:
2452: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2453: slow file_read_binary no longer used, send_range added
2454:
2455: 2020-12-08 moko
2456:
2457: * src/main/pa_request.C: >4Gb support
2458:
2459: * src/targets/cgi/parser3.C: msvc warning war
2460:
2461: * src/: include/pa_config_includes.h, main/pa_http.C,
2462: main/pa_request.C: msvc warnings war
2463:
2464: * src/classes/image.C: warning war
2465:
2466: * src/classes/table.C: MSVC warning war
2467:
2468: * src/targets/cgi/parser3.C: msvc warnings war
2469:
2470: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2471: added
2472:
1.149 moko 2473: 2020-12-07 moko
2474:
1.150 moko 2475: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2476: avoid logging beside system-wide auto.p
2477:
2478: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2479:
2480: * configure, configure.ac, src/include/pa_config_auto.h.in:
2481: configure options added:
2482:
2483: --with-system-cfg=FILE to specify system-wide auto.p
2484: --with-system-log=FILE to specify system-wide parser3.log
2485:
2486: * Makefile.am: bin no longer exists
2487:
2488: * configure, configure.ac: auto.p moved to etc to simplify debian
2489: package
2490:
2491: * buildall: auto.p and parser3.charsets moved to their default
2492: location after install
2493:
2494: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2495:
2496: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2497:
1.149 moko 2498: * src/targets/cgi/parser3.C: locate_config call returned to
2499: original place as it requires pa_thread_request() under Windows
2500:
2501: * src/targets/cgi/parser3.C: renaming
2502:
2503: 2020-12-06 moko
2504:
2505: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2506: check added
2507:
2508: 2020-12-04 moko
2509:
2510: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2511: main/pa_request.C: unified uint64_t lseek implemented to support
2512: >4Gb files under x86, including Windows
2513:
2514: 2020-12-02 moko
2515:
2516: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2517: with max_file_size
2518:
2519: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2520: support for processing files sized >4Gb on 32 bit planforms
2521:
2522: * tests/399.html: file moved
2523:
2524: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2525:
2526: * src/targets/cgi/pa_sapi_info.h: warning war
2527:
2528: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2529: warning war
2530:
2531: 2020-12-01 moko
2532:
2533: * src/classes/image.C: mp4 extended size (>4Gb) support added
2534:
2535: * src/classes/image.C: for "size not found" exception to be shown
2536: if size not found until eof
2537:
2538: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2539: bit linux)
2540:
2541: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2542: #1188)
2543:
2544: 2020-11-30 moko
2545:
2546: * src/classes/image.C: definitions moved closer to code
2547:
2548: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2549: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2550: 395_dir/3_VP8X.webp, results/395.processed,
2551: results/396.processed: tests for ^image::measure[] .webp support
2552: added, all image files moved into one directory (related to
2553: feature #1188)
2554:
2555: * src/classes/image.C: ^image::measure[] now supports webp (feature
2556: #1188)
2557:
1.148 moko 2558: 2020-11-29 moko
2559:
2560: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2561: processing, unnessesary defines removed
2562:
2563: 2020-11-24 moko
2564:
2565: * tests/results/: 099.processed, 100.processed, 205.processed,
2566: 309.processed, 310.processed: Content-Disposition: inline
2567: returned
2568:
2569: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2570: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2571: ] added (related to bug #1204)
2572:
2573: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2574: ] supported to avoid Content-Disposition: inline;
2575: filename="<file>.ext" but still set Content-Type for ext (related
2576: to bug #1204)
2577:
1.147 moko 2578: 2020-11-22 moko
2579:
2580: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2581: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2582:
2583: * src/main/pa_request.C: content_disposition_inline returned.
2584:
2585: 2020-11-17 moko
2586:
2587: * src/main/pa_request.C: empty main method name support
2588:
2589: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2590: config_handler added, stdout flush added.
2591:
2592: 2020-11-16 moko
2593:
2594: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2595:
2596: * tests/results/: 099.processed, 205.processed, 237.processed,
2597: 309.processed, 310.processed: Content-Disposition: inline is not
2598: required and should not contain filename="<name>"
2599:
2600: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2601: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2602: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2603:
1.146 moko 2604: 2020-11-14 moko
2605:
2606: * src/targets/cgi/parser3.C: spelling
2607:
2608: * src/targets/cgi/parser3.C: renaming
2609:
2610: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2611: relocated
2612:
2613: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2614: before request processing, which is weired
2615:
2616: 2020-11-13 moko
2617:
2618: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2619: copied in httpd.
2620:
2621: 2020-11-12 moko
2622:
2623: * src/main/pa_http.C: ALARM code unified to be used in httpd
2624:
2625: * src/: include/pa_request.h, main/pa_request.C,
2626: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2627:
2628: * src/main/pa_http.C: URI validation added
2629:
2630: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2631: can't be empty but can be null. httpd-main is now main method
2632: name for httpd mode
2633:
2634: 2020-11-11 moko
2635:
2636: * src/main/pa_request.C: path_translated can be null in httpd mode
2637:
2638: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2639: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2640: classes/xdoc.C, include/pa_request.h, main/execute.C,
2641: main/pa_request.C: r.absolute -> r.full_disk_path
2642:
2643: * src/targets/cgi/parser3.C: if filename to process is not
2644: specified, auto.p should be present.
2645:
1.145 moko 2646: 2020-11-03 moko
2647:
2648: * src/: classes/op.C, include/pa_request.h: unused argument removed
2649:
2650: * src/main/pa_request.C: content_disposition_inline is the default,
2651: not required.
2652:
1.144 moko 2653: 2020-10-29 moko
2654:
2655: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2656: ^use[file; $.main(true) ] implemented for auto.p processing and
2657: path_translated changing to correct relative files path
2658: calculation in httpd mode
2659:
2660: * src/: include/pa_request.h, main/pa_request.C:
2661: fail_on_read_problem removed, as it allways true, as if should
2662: be.
2663:
2664: * src/: include/pa_request.h, main/pa_request.C,
2665: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2666: targets/isapi/parser3isapi.C: clearing config_filespec when
2667: config was not found, thus flag not required and removed.
2668:
2669: 2020-10-28 moko
2670:
2671: * tests/: 402.html, results/402.processed: error reporting test
2672:
2673: * src/main/execute.C: better error reporting when
2674: $result[^hash::create[]] in @main.
2675:
2676: * src/main/: execute.C, pa_request.C: frame.result() should be used
2677: + minor optimization
2678:
2679: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2680: main/pa_xml_io.C: execute_*_method simplified and unified
2681:
2682: 2020-10-27 moko
2683:
2684: * tests/: 306.html, results/306.processed: a bit more testing. :)
2685:
2686: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2687: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2688: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2689: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2690: types/pa_vmethod_frame.h, types/pa_vobject.C,
2691: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2692: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2693: longer used in object-prototype mode
2694:
2695: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2696: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2697: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2698: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2699: $form:name[value] features
2700:
1.143 moko 2701: 2020-10-18 moko
2702:
2703: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2704:
2705: 2020-10-15 moko
2706:
2707: * src/main/pa_http.C: url no longer needed as
2708: ALTER_EXCEPTION_SOURCE is used
2709:
2710: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2711: main/pa_http.C: check_file_size filespec is now optional
2712:
2713: * src/: classes/curl.C, include/pa_exception.h,
2714: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2715: ALTER_EXCEPTION_COMMENT added for better error reporting
2716:
2717: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2718: results/346-curl.processed, results/379-curl.processed,
2719: results/379.processed: test results updated as load now provides
2720: better error reporting + curl responses updated
2721:
2722: 2020-10-14 moko
2723:
2724: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2725: main/pa_string.C, targets/apache/mod_parser3_core.C,
2726: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2727: checked. 10 is now default base, no hex autodetect by default
2728:
2729: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2730: connection socket closing in destructor + accept exception
2731: handling
2732:
2733: * src/targets/cgi/parser3.C: warning war
2734:
2735: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2736: main/pa_request.C, targets/apache/mod_parser3_core.C,
2737: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2738: exception handling unified
2739:
2740: 2020-10-13 moko
2741:
2742: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2743: autodetection
2744:
2745: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2746:
2747: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2748:
2749: * src/main/pa_http.C: warning war
2750:
1.142 moko 2751: 2020-10-12 moko
2752:
1.143 moko 2753: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2754: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2755: unhandled exception code optimization
2756:
2757: * src/targets/cgi/parser3.C: request_info now global variable
2758:
2759: * src/main/pa_http.C: http_read_response moved to HTTP_response
2760: class
2761:
2762: * src/: include/pa_http.h, main/pa_http.C,
2763: targets/cgi/pa_sapi_info.h: read_post implemented
2764:
1.142 moko 2765: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2766: [host:]port syntax support in httpd mode
2767:
2768: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2769: targets/cgi/parser3.C: populate_env added
2770:
2771: * src/include/pa_hash.h: to make get(char *) compiling in
2772: HashStringString
2773:
2774: 2020-10-10 moko
2775:
2776: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2777: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2778:
2779: * src/: include/pa_http.h, include/pa_request_info.h,
2780: main/pa_http.C, main/pa_string.C,
2781: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2782: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2783: types/pa_vrequest.C: initial httpd mode implementation
2784:
1.141 moko 2785: 2020-10-04 moko
2786:
2787: * src/targets/cgi/parser3.C: options together
2788:
2789: 2020-09-30 moko
2790:
2791: * src/main/pa_http.C: renamed
2792:
1.140 moko 2793: 2020-08-14 moko
2794:
2795: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2796: src/targets/cgi/Makefile.am: no httpd as separate library
2797:
2798: 2020-08-13 moko
2799:
2800: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2801: unhandled exception handler to report 500 instead of 200 it was
2802: before.
2803:
2804: * src/targets/apache/mod_parser3_core.C: minor cleanup
2805:
2806: * src/: include/pa_sapi.h, main/untaint.C,
2807: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2808: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2809: thus replaced with SAPI::die and removed
2810:
2811: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2812: cgi/parser3.C: whitespace
2813:
2814: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2815:
2816: 2020-08-12 moko
2817:
2818: * src/targets/cgi/parser3.C: duplicate info in signal logging
2819: removed, whitespace was: SIGPIPE received while executing code.
2820: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2821: cl=0]
2822:
2823: * parser3.sln: + httpd.vcproj
2824:
2825: 2020-08-11 moko
2826:
2827: * src/targets/cgi/Makefile.am: +libhttpd
2828:
2829: * configure.ac, src/lib/Makefile.am: +libhttpd
2830:
1.139 moko 2831: 2020-07-13 moko
2832:
2833: * tests/: 401.html, results/401.processed: test for hash key does
2834: not keep language, but tainted in foreach.
2835:
1.138 moko 2836: 2020-07-01 moko
2837:
2838: * tests/: 235.html, results/235.processed: test result updated as
2839: messages before attachments implemented (feature #1176)
2840:
1.137 moko 2841: 2020-06-27 moko
2842:
2843: * tests/: 400.html, results/400.processed: test updated to check
2844: ^return{code}
2845:
2846: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2847: fixed
2848:
2849: 2020-06-26 moko
2850:
2851: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2852: added (related to https://www.parser.ru/forum/?id=85319)
2853:
2854: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2855: when $result assignment was last statement in the method
2856: (https://www.parser.ru/forum/?id=85319)
2857:
1.136 moko 2858: 2020-05-23 moko
2859:
2860: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2861: whitespace, unused level removed
2862:
2863: 2020-05-19 moko
2864:
2865: * src/types/pa_vmail.C: whitespace
2866:
2867: * src/types/pa_vmail.C: files should be processed last (related to
2868: feature #1176)
2869:
1.135 moko 2870: 2020-05-12 moko
2871:
2872: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2873: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2874:
2875: * configure.ac: FreeBSD1X.X check added to avoid
2876: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2877:
1.134 moko 2878: 2020-02-26 moko
2879:
2880: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2881: compilation issue (related to bug #1201)
2882:
2883: * src/main/pa_common.C: entry_readable -> entry_exists,
2884: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2885: -f and -d now works under Windows in UTF-8 with Russian
2886: filenames.
2887:
2888: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2889: advice (related to feature #1199)
2890:
2891: 2020-02-25 moko
2892:
2893: * buildall: --silent removed
2894:
2895: * configure.ac: gmime-3.0 support
2896:
2897: * buildall: --with-system-mailreceive option added to build with
2898: system libgmime
2899:
2900: * src/types/pa_vmail.C: avoiding
2901: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2902: to feature #1199)
2903:
1.133 moko 2904: 2020-02-18 moko
2905:
2906: * src/classes/op.C: windows x64 debug mode compile fix
2907:
2908: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2909: change (releated to feature #1200)
2910:
2911: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2912: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2913: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2914: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2915: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2916: targets/apache/ApacheModuleParser3.vcproj,
2917: targets/apache/ApacheModuleParser3Core.vcproj,
2918: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2919: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2920: dependency (related to feature #1200)
2921:
1.132 moko 2922: 2020-02-12 moko
2923:
2924: * src/types/pa_vmail.C: minimize diff
2925:
2926: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2927: #1199)
2928:
1.131 moko 2929: 2020-01-18 moko
2930:
2931: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2932:
1.130 moko 2933: 2019-12-28 moko
2934:
2935: * src/targets/cgi/parser3.C: avoid empty ?
2936:
2937: 2019-12-27 moko
2938:
2939: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2940: DOCUMENT_ROOT (related to feature #1164)
2941:
2942: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2943: fcgiwrap setup (implements feature #1164)
2944:
2945: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2946: but no issues found (related to feature #1164)
2947:
2948: * src/targets/cgi/parser3.C: actualized
2949:
2950: 2019-12-26 moko
2951:
2952: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2953: removed
2954:
2955: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2956: removed
2957:
2958: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2959: allocation errors, we don't want default gc warnings (without
2960: timestamp and URI).
2961:
2962: * src/: classes/memory.C, main/pa_globals.C,
2963: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2964: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2965: pa_globals_init
2966:
2967: * src/main/pa_globals.C: setup_hex_value() removed, static array
2968: initialization used (optimization)
2969:
2970: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2971: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2972: pa_socks_init/pa_socks_done moved inside pa_globals_init
2973: (optimization)
2974:
1.129 moko 2975: 2019-12-09 moko
2976:
2977: * src/include/pa_config_fixed.h: warning war
2978:
1.128 moko 2979: 2019-12-08 moko
2980:
2981: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2982: process grammar under Unix.
2983:
2984: 2019-12-07 moko
2985:
2986: * tests/389.html: For Windows XP. :)
2987:
2988: * tests/388-sql.html: Windows compatibility added
2989:
2990: 2019-12-06 moko
2991:
2992: * src/targets/cgi/parser3.C: warning war
2993:
2994: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2995: == sizeof(CORD)) to avoid aligning bugs in future
2996:
2997: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2998: XML_STATIC
2999:
3000: * src/include/pa_request.h: StackItem() not required
3001:
3002: * src/include/pa_stack.h: warning war
3003:
3004: * src/include/pa_config_includes.h: GCC warning silenced
3005:
3006: * src/include/pa_memory.h: warning war: the program should also
3007: define 'void operator delete [](void*, std::size_t)'
3008: [-Wsized-deallocation]
3009:
3010: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3011:
3012: * src/classes/string.C: not reqired cast removed
3013:
3014: * src/classes/string.C: not reqired cast removed
3015:
3016: 2019-12-05 moko
3017:
3018: * src/lib/sdbm/pa_file_io.C: warning war
3019:
3020: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3021: enum Language : size_t - required for VS2015+ to make
3022: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3023: without it (related to feature #1198)
3024:
3025: 2019-12-04 moko
3026:
3027: * src/main/pa_base64.C: unsigned char -> uchar
3028:
3029: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3030: as other libs
3031:
3032: * src/include/pa_version.h: +amd64
3033:
3034: 2019-12-03 moko
3035:
3036: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3037: release
3038:
3039: * src/include/pa_config_includes.h: warning war
3040:
3041: * src/classes/image.C: warning war
3042:
3043: * src/main/pa_globals.C: x64 libs support
3044:
3045: * src/include/pa_config_includes.h: warning war
3046:
3047: * src/types/pa_method.h: warning war
3048:
1.127 moko 3049: 2019-11-28 moko
3050:
3051: * src/classes/math.C: vs2003 compatibility + warning war
3052:
3053: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3054: libxml2-2.9.9 (related to feature #1136)
3055:
3056: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3057: typecast for more compatibility (related to feature #1136)
3058:
3059: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3060: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3061: feature #1136)
3062:
3063: 2019-11-26 moko
3064:
3065: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3066: removed (it was failing in $$var case), condition added
3067:
1.126 moko 3068: 2019-11-25 moko
3069:
3070: * tests/: 397.html, 399.html, results/141.processed,
3071: results/399.processed: base64 options tested
3072:
3073: * src/: classes/math.C, main/pa_http.C: base64 options used
3074:
3075: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3076: implemented (feature #986)
3077:
3078: * src/main/pa_cache_managers.C: whitespace
3079:
3080: * tests/: 397.html, 399.html, results/399.processed: tests for
3081: ^base64 encode options added (related to feature #986)
3082:
3083: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3084: pa_base64_encode(file) removed - more memory, but faster and less
3085: code (related fo feature #986)
3086:
3087: 2019-11-24 moko
3088:
3089: * tests/: 155.html, results/155.processed: limit and offset in
3090: ^table::load[] now supported, thus test added
3091:
3092: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3093: main/pa_common.C: optimization: offset and limit options parsing
3094: moved inside file_load.
3095:
3096: 2019-11-23 moko
3097:
3098: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3099: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3100: optimization: file_read replaced with simplified file_read_binary
3101:
3102: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3103: types/pa_vform.C: whitespace
3104:
3105: * src/: include/pa_common.h, main/pa_common.C: never used params
3106: removed
3107:
3108: 2019-11-21 moko
3109:
3110: * tests/: 193.html, results/193.processed, results/389.processed:
3111: test results updated as now base64 does not discard tail without
3112: padding (related to feature #986)
3113:
3114: 2019-11-20 moko
3115:
3116: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3117: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3118: pa_base64_decode (related to feature #986)
3119:
3120: * tests/398.html: tests for base64 decode added (related to feature
3121: #986)
3122:
3123: * src/main/pa_base64.C: base64_decode rewritten - padding option
3124: support, padding inside base 64 supported (related to feature
3125: #096)
3126:
3127: 2019-11-19 moko
3128:
3129: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3130: FreeBSD 12
3131:
1.125 moko 3132: 2019-11-16 moko
3133:
3134: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3135: support added, step support removed (related to #986)
3136:
3137: 2019-11-15 moko
3138:
3139: * src/classes/math.C: using log since log2 is not present on
3140: FreeBSD < 8.4 (related to feature #1177)
3141:
3142: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3143: pa_base64_size extracted and used for files as well (related to
3144: feature 986)
3145:
3146: 2019-11-14 moko
3147:
3148: * tests/: 397.html, results/397.processed: + content check
3149:
3150: * tests/: 141.html, results/141.processed: make test resuls more
3151: readable
3152:
3153: * tests/: 397.html, results/193.processed, results/397.processed:
3154: test results updated after \x00 character was disabled in
3155: math:convert string mode (related to feature #1177)
3156:
3157: * src/classes/: math.C, string.C: \\x00 character disabled while
3158: converting to string (as in base64, related to feature #1177)
3159:
3160: * src/classes/file.C: more correct arguments separation
3161:
3162: * src/: classes/file.C, classes/math.C, classes/string.C,
3163: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3164: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3165: options added, but not yet implemented (related to feature #986)
3166:
3167: * src/classes/math.C: whitespace
3168:
3169: 2019-11-13 moko
3170:
3171: * tests/: 397.html, results/397.processed: +tainting test (related
3172: to feature #1177)
3173:
3174: * src/classes/math.C: as we now produce not only digits, result
3175: should be tainted (related to feature #1177)
3176:
3177: * src/main/pa_base64.C: whitespace
3178:
3179: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3180: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3181: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3182: implementation moved from pa_common.h and pa_common.C
3183:
3184: 2019-11-12 moko
3185:
3186: * tests/: 275.html, results/275.processed: out of range test fixed,
3187: as ^math:convert now supports arbitrary precision
3188:
3189: 2019-11-11 moko
3190:
3191: * tests/results/389.processed: uctualized error message
3192:
3193: * tests/: 389.html, 397.html, results/397.processed: tests for
3194: ^math:convert added (related to feature #1177)
3195:
3196: * src/classes/math.C: ^math:convert now supports arbitrary
3197: precision, alphabet support added (implements feature #1177)
3198:
1.124 moko 3199: 2019-11-06 moko
3200:
3201: * tests/: 181.html, results/181.processed: entities usage added,
3202: more entites load tests (related to bug #842 discussion)
3203:
3204: 2019-11-05 moko
3205:
3206: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3207: call from xmlFileOpen if http://localhost/<file> was not found
3208: (related to bug #842)
3209:
3210: * src/main/pa_xml_io.C: rename
3211:
3212: * src/main/pa_xml_io.C: +MemoryStream constructor
3213:
3214: * src/main/pa_xml_io.C: whitespace
3215:
1.123 moko 3216: 2019-10-31 moko
3217:
3218: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3219: XML_PARSE_NOENT) added to fix entities load, (related to feature
3220: #1181)
3221:
1.122 moko 3222: 2019-10-25 moko
3223:
3224: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3225: queries tests
3226:
3227: 2019-10-24 moko
3228:
3229: * tests/: 388-sql.html, results/388-sql.processed: support for
3230: pgsql driver test
3231:
3232: * tests/: 388-sql.html, results/388-sql.processed:
3233: multi_statements=1 now tested, mysql test now supported
3234: (connection must be specified in [parser3] section in .my.cnf)
3235: related to issues #1195 and #1194
3236:
1.121 moko 3237: 2019-09-11 moko
3238:
3239: * src/classes/int.C: whitespace
3240:
3241: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3242: exception test
3243:
3244: * tests/results/388-sql.processed: sql queries now shown (related
3245: to feature #1196)
3246:
3247: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3248: with old parser versions.
3249:
3250: * src/: classes/file.C, classes/hash.C, classes/string.C,
3251: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3252: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3253: instead of connect string in query_event_handlers exceptions
3254: (implements feature #1196)
3255:
1.120 moko 3256: 2019-09-06 moko
3257:
3258: * tests/388-sql.html: mysql compat
3259:
3260: * src/: classes/hash.C, classes/string.C, classes/table.C,
3261: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3262: sql_ variables declaration moved to pa_common.h
3263:
1.116 moko 3264: 2019-01-15 moko
3265:
3266: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3267: logically sorted
3268:
3269: 2018-12-27 moko
3270:
3271: * src/include/pa_config_includes.h: warning war:
3272: -Wdeprecated-register added for C++ 17
3273:
3274: 2018-10-15 moko
3275:
3276: * configure.ac: FreeBSD 11.2 can be build with ./configure
3277: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3278: --with-xml=/usr/local/
3279:
3280: 2018-09-24 moko
3281:
3282: * tests/: 396.html, 396.tiff, results/396.processed: test for
3283: ^image::measure[] now supports tiff added (related to feature
3284: #1188)
3285:
3286: * src/classes/image.C: ^image::measure[] now supports tiff
3287: (implements feature #1188)
3288:
3289: 2018-09-20 moko
3290:
3291: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3292: files measure added (related to ticket #1188)
3293:
3294: * src/classes/image.C: measure of bmp files implemented (related to
3295: ticket #1188)
3296:
3297: 2018-09-18 moko
3298:
3299: * tests/: 394-curl.html, results/394-curl.processed,
3300: results/auto.p: test for bug #1187 (max_file_size check for head
3301: requests) added
3302:
3303: 2018-08-24 moko
3304:
3305: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3306: response content-length check is required (fixes bug #1187)
3307:
3308: 2018-05-11 moko
3309:
3310: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3311: $.append(bool) ] option added (related to feature #919)
3312:
3313: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3314: from misha@ patch (implements feature #919)
3315:
3316: 2018-03-22 moko
3317:
3318: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3319: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3320: with 128kb buffer. Now works at least 12 times faster. :) May be
3321: Windows-only problem.
3322:
3323: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3324: build fix)
3325:
3326: 2018-02-03 moko
3327:
3328: * src/main/execute.C: removes irrelevant lines from exception stack
3329: trace when exceptions occurs in assigment (fixes bug #1165)
3330:
3331: * tests/: 393.html, results/393.processed: test for behavour after
3332: "Property can not be created, already exists field with that
3333: name" exception removed (related to feature #1183)
3334:
3335: * src/types/pa_vclass.C: "Property can not be created, already
3336: exists field with that name" exception removed (implements
3337: feature #1183)
3338:
3339: 2018-01-19 moko
3340:
3341: * src/classes/string.C: whitespace
3342:
3343: * src/classes/string.C: whitespace
3344:
3345: * tests/: 392.html, results/392.processed: test for
3346: ^regex::create[$regex] added (related to feature #1135)
3347:
3348: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3349: ^regex::create[$regex] added (implements feature #1135)
3350:
3351: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3352: commented define added (related to feature #1157)
3353:
3354: 2018-01-17 moko
3355:
3356: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3357:
3358: 2018-01-15 moko
3359:
3360: * tests/: 390.html, results/390.processed: real path replaced by
3361: stub
3362:
3363: * tests/: 391.html, results/391.processed: test for feature #1181
3364: (XML_PARSE_HUGE exception) added
3365:
3366: 2018-01-11 moko
3367:
3368: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3369: XML_PARSE_HUGE option passed by default (implements feature
3370: #1181)
3371:
3372: * src/classes/string.C: whitespace
3373:
3374: 2017-12-10 moko
3375:
3376: * tests/: 389.html, 390.html, results/389.processed,
3377: results/390.processed: image code coverage tests added (related
3378: to feature #1125)
3379:
3380: 2017-12-08 moko
3381:
3382: * tests/: 346-curl.html, 388-sql.html, 389.html,
3383: results/346-curl.processed, results/388-sql.processed,
3384: results/389.processed: more code coverage tests
3385:
3386: * tests/: 264.html, results/264.processed: code coverage for
3387: ^file::exec[]
3388:
3389: 2017-12-07 moko
3390:
3391: * tests/: 174.html, 388-sql.html, 389.html,
3392: results/388-sql.processed, results/389.processed,
3393: results/174.processed: more coverage tests
3394:
3395: * src/classes/math.C: exception text actualized
3396:
3397: 2017-12-06 moko
3398:
3399: * tests/388-sql.html: $SQL can be here
3400:
3401: * tests/results/auto.p: $SQL not required here
3402:
3403: * tests/: 388-sql.html, 389.html, Makefile,
3404: results/388-sql.processed, results/389.processed, results/auto.p:
3405: code coverage tests for sql (using sqlite) and int/double/bool
3406: added (related to feature #1125)
3407:
3408: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3409: lib/json/json.vcproj, lib/md5/md5.vcproj,
3410: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3411: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3412: targets/apache/ApacheModuleParser3Core.vcproj,
3413: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3414: types/types.vcproj: gc\include no longer required
3415:
3416: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3417: required
3418:
3419: * src/: classes/Makefile.am, classes/table.C,
3420: include/pa_config_includes.h, include/pa_string.h,
3421: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3422: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3423: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3424: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3425: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3426: used, we now include it directly
3427:
3428: 2017-12-04 moko
3429:
3430: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3431: memcached/memcached.vcproj, punycode/punycode.vcproj,
3432: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3433: where required
3434:
3435: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3436: now can be used to trace memory allocations
3437:
3438: * src/: classes/table.C, include/pa_config_includes.h,
3439: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3440: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3441: method removes, libcord also can work without libgc
3442:
3443: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3444:
3445: 2017-11-29 moko
3446:
3447: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3448: are not present (related to feature #1173)
3449:
3450: * tests/346-curl.html: test updated to test curl content-length bug
3451: (related to feature #1173)
3452:
3453: * tests/results/346-curl.processed: more test for content-length
3454: curl bug (related to feature #1173)
3455:
3456: * tests/results/346-curl.processed: test results updated after
3457: #1173 implemented
3458:
3459: 2017-11-28 moko
3460:
3461: * src/classes/curl.C: another libcurl Content-length bug walkaround
3462: (related to feature #1173)
3463:
3464: 2017-11-27 moko
3465:
3466: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3467: $.http_version[version string] added (implements feature #1173),
3468: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3469: where $post(true) bug existed.
3470:
3471: 2017-11-18 moko
3472:
3473: * src/include/pa_memory.h: warning war (related to feature #1170)
3474:
3475: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3476: feature #1170)
3477:
3478: 2017-11-17 moko
3479:
3480: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3481: std::basic_stringstream used in ^table.csv-string[] is compatible
3482: with delete usage check only under Debian 9 (related to feature
3483: #1170)
3484:
3485: 2017-11-16 moko
3486:
3487: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3488: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3489: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3490: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3491: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3492: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3493: stubs defend from accidental use (implements feature #1170)
3494:
3495: 2017-06-24 moko
3496:
3497: * configure.ac: minor fix: thanks to alx@
3498:
1.115 moko 3499: 2017-05-29 moko
3500:
3501: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3502: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3503: added to avoid cutting of UTF-8 chars (fixed bug #123)
3504:
3505: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3506: ignored, =?UTF-8?Q?= should start in case of leading space
3507: (related to bug #123)
3508:
3509: * buildall: echo -n -> printf for OS X. :)
3510:
3511: 2017-05-25 moko
3512:
3513: * tests/: 288.html, results/288.processed: test updated afted
3514: setting $o.prop without setter exception removed (related to
3515: feature #1157)
3516:
3517: * src/types/pa_vclass.C: no more "this property has no setter
3518: method" when setting $o.prop without setter (implements feature
3519: #1157)
3520:
3521: * buildall: echo \c -> echo -n for FreeBSD
3522:
3523: * configure, configure.ac, src/include/pa_config_auto.h.in,
3524: src/types/pa_vdouble.h: isfinite now checked in configure
3525:
3526: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3527: upgraded to automake 1.15
3528:
3529: 2017-05-23 moko
3530:
3531: * src/types/pa_vdouble.h: finite returned where isfinite not
3532: defined
3533:
3534: 2017-05-22 moko
3535:
3536: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3537:
3538: * buildall: extern CFLAGS setting support
3539:
3540: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3541:
3542: * buildall: http -> https
3543:
3544: * buildall: gc-7.2f -> gc-7.6.0
3545:
3546: 2017-05-20 moko
3547:
3548: * buildall: https, pcre, xml, xslt updated to current versions
3549: (related to feature #1136)
3550:
3551: 2017-05-19 moko
3552:
3553: * tests/097.html: after parser.ru moved to https
3554:
3555: 2017-05-17 moko
3556:
3557: * tests/results/: 175.processed, 372.processed: tests resuls
3558: updated after lintian spelling typos fixed (related to bug #1156)
3559:
3560: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3561: classes/string.C, classes/table.C, main/pa_charset.C,
3562: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3563: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3564: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3565:
3566: * tests/results/096.processed: +XMP
3567:
3568: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3569: $.xmp(true) options tested (test for feature #1154)
3570:
3571: * src/classes/image.C: ^image:measure[] options $.exif(false)
3572: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3573: fetched by default! (implements feature #1154)
3574:
3575: 2017-05-16 moko
3576:
3577: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3578: allowed (related to feature #1154)
3579:
3580: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3581: initial XMP implementation - without options and transcode
3582: (related to feature #1154)
3583:
3584: 2017-05-12 moko
3585:
3586: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3587: image: exif moved to ffields, skipped in ^image.html[] where
3588: iterators now used (preparation for feature #1154)
3589:
3590: 2017-05-05 moko
3591:
3592: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3593: results/387.processed: test for circular class inheritance check
3594: added (related to bug #1150)
3595:
3596: * src/types/pa_vstateless_class.C: circular class inheritance check
3597: added (fixes endless add_derived bug #1150)
3598:
3599: 2017-05-04 moko
3600:
3601: * tests/: 386.html, results/386.processed: test for
3602: $table.value(number) added (related to feature #1152)
3603:
3604: * src/types/pa_vtable.C: table put_element: column value must be
3605: string - > column value must be string compatible to allow
3606: $t.value(1) (implements feature #1152)
3607:
3608: 2017-05-03 moko
3609:
3610: * src/main/pa_request.C: $use[$method] is not possible, reverting
3611: (related to feature #1151)
3612:
3613: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3614: not possible, removing test (related to feature #1151)
3615:
3616: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3617: get_element_method added and used to allow $use[$method] and
3618: $autouse[$method] (implements feature 1151)
3619:
3620: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3621: variable added (related to feature #1151)
3622:
3623: * tests/results/226.processed: actualized after ^try-catch used
3624:
3625: * tests/: 226.html, 385.html, results/385.processed: test for
3626: @autouse in variable added
3627:
3628: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3629:
1.114 moko 3630: 2017-02-27 moko
3631:
3632: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3633:
1.113 moko 3634: 2017-02-20 moko
3635:
1.211 moko 3636: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3637:
3638: 2017-02-16 moko
3639:
3640: * tests/: 384.html, results/384.processed: test for
3641: ^reflection:mixin[; $.name[] ] option added (related to feature
3642: #1089)
3643:
3644: * tests/: 384.html, results/384.processed: test for
3645: ^reflection:mixin[] added (related to feature #1089)
3646:
3647: * src/types/pa_value.h: warning war: virtual ~Value() added
3648:
1.112 moko 3649: 2017-02-15 moko
3650:
3651: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3652: fixed
3653:
3654: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3655: test added (related to feature #1069)
3656:
3657: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3658: compilation without HASH_ORDER fixed
3659:
3660: * src/: classes/reflection.C, include/pa_hash.h:
3661: $.reverse(true/false) added to ^reflection:methods[] (related to
3662: feature #1069)
3663:
3664: 2017-02-14 moko
3665:
3666: * tests/: 152.html, results/152.processed: test for $._default hash
3667: added (related to bug #1131)
3668:
3669: * tests/: 277.html, results/277.processed: test for hash with only
3670: $._default is now defined (related to bug #1131)
3671:
3672: * src/types/pa_vhash.h: hash with only $._default is now defined
3673: (fixed bug #1131)
3674:
3675: 2017-02-13 moko
3676:
3677: * tests/cat-windows.sh: cat-windows added (cygwin required)
3678:
3679: * tests/: 171.html, 264.html, 286.html, 370.html,
3680: results/320.processed, results/375.processed, results/auto.p:
3681: cat-windows.sh support added
3682:
3683: * tests/375.html: Windows support
3684:
3685: * tests/270.html: documented
3686:
3687: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3688: (not backslashes) even under Windows (broke test 270)
3689:
3690: 2017-02-12 moko
3691:
3692: * tests/: descript.ion, todo.txt: cleanup
3693:
3694: 2017-02-09 moko
3695:
3696: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3697: run_tests.cmd: Windows compatibility
3698:
3699: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3700: incorrectly (GMT) if parser is called from cygwin
3701:
1.111 moko 3702: 2017-02-08 moko
3703:
1.211 moko 3704: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3705:
1.211 moko 3706: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3707:
3708: * NEWS, README: minor update
3709:
3710: * src/include/pa_config_includes.h: warning war continues
3711:
3712: * src/: include/pa_config_includes.h, include/pa_memory.h,
3713: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3714: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3715: gcc 6.x issues fixed
3716:
1.111 moko 3717: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3718: classes/classes.h, classes/curl.C, classes/date.C,
3719: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3720: classes/hashfile.C, classes/image.C, classes/inet.C,
3721: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3722: classes/memcached.C, classes/memory.C, classes/op.C,
3723: classes/reflection.C, classes/regex.C, classes/response.C,
3724: classes/string.C, classes/table.C, classes/void.C,
3725: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3726: include/pa_array.h, include/pa_cache_managers.h,
3727: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3728: include/pa_config_fixed.h, include/pa_config_includes.h,
3729: include/pa_dictionary.h, include/pa_dir.h,
3730: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3731: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3732: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3733: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3734: include/pa_request_charsets.h, include/pa_request_info.h,
3735: include/pa_sapi.h, include/pa_socks.h,
3736: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3737: include/pa_stack.h, include/pa_string.h,
3738: include/pa_stylesheet_connection.h,
3739: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3740: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3741: include/pa_uue.h, include/pa_xml_exception.h,
3742: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3743: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3744: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3745: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3746: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3747: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3748: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3749: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3750: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3751: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3752: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3753: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3754: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3755: main/pa_string.C, main/pa_stylesheet_connection.C,
3756: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3757: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3758: main/untaint.C, sql/pa_sql_driver.h,
3759: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3760: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3761: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3762: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3763: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3764: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3765: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3766: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3767: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3768: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3769: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3770: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3771: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3772: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3773: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3774: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3775: types/pa_vmemcached.h, types/pa_vmemory.h,
3776: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3777: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3778: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3779: types/pa_vresponse.C, types/pa_vresponse.h,
3780: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3781: types/pa_vstateless_object.h, types/pa_vstatus.C,
3782: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3783: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3784: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3785: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3786: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3787: 2015->2017
3788:
1.110 moko 3789: 2017-02-07 moko
3790:
3791: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3792:
3793: 2017-02-06 moko
3794:
3795: * src/main/pa_common.C: minor fixes, whitespace
3796:
3797: * src/: classes/curl.C, classes/file.C, classes/image.C,
3798: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3799: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3800: now used (implements feature #1081)
3801:
3802: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3803:
3804: 2017-02-01 moko
3805:
3806: * src/include/pa_request.h: cleanup
3807:
3808: 2017-01-30 moko
3809:
3810: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3811:
3812: 2017-01-29 moko
3813:
3814: * tests/: 383.html, results/383.processed: test for
3815: ^reflection:stack[] added (related to feature #1052)
3816:
3817: * src/classes/reflection.C: else added
3818:
3819: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3820: $.max_file_lock_wait added (implements feature #1128)
3821:
3822: 2017-01-28 moko
3823:
3824: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3825: body and other cases tests added (related to featue #1014)
3826:
3827: * src/classes/curl.C: bug if response is empty fixed (related to
3828: feature #1014)
3829:
3830: 2017-01-27 moko
3831:
3832: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3833: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3834: added (implements feature #1052)
3835:
3836: 2017-01-25 moko
3837:
3838: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3839: method test added
3840:
3841: 2017-01-23 moko
3842:
3843: * src/classes/reflection.C: optimization: options->get replaced by
3844: hash iterator
3845:
3846: * tests/: 381.html, results/381.processed: now -> fixed date
3847:
3848: * src/main/pa_request.C: warning war
3849:
3850: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3851: 5Mb (fixes bug #1058)
3852:
3853: * src/classes/curl.C: warning war
3854:
3855: * tests/: 381.html, results/381.processed: tests for ^json:string
3856: $.one-line(true) option added (related to feature #1124)
3857:
3858: * src/: classes/json.C, types/pa_value.h: $json-string
3859: $.one-line(true|false) options is now supported (implements
3860: feature #1124)
3861:
3862: * tests/: 380.html, results/380.processed: test for modified
3863: $.max_file_size added (related to bug #1014)
3864:
3865: * tests/: 379.html, results/auto.p: tests for rewritten http file
3866: load added (related to bug #1014)
3867:
3868: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3869: main/pa_common.C, main/pa_http.C: check_file_size added and used
3870: in curl / file load from disk and http, http file load rewritten
3871: (related to bug #1014)
3872:
3873: 2017-01-18 moko
3874:
3875: * tests/: 378.html, results/378.processed: tests for ^result[]
3876: added (related to feature #66)
3877:
3878: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3879: Method::CO_WITHOUT_FRAME as frame still added in expression
3880: (related to feature #66)
3881:
3882: 2017-01-17 moko
3883:
3884: * tests/: 377.html, results/377.processed: test for different
3885: combinations of breaks in body and delimiter (related to bug
3886: #1077)
3887:
3888: * tests/: 376.html, results/376.processed: many ^break[] tests
3889: added (related to bug #1077)
3890:
3891: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3892: passed to native method" exception added to avoid bugs due to
3893: WRITE_EXPR_RESULT skipped and native methods execution continues
3894: after ^break[] (related to bug #1077)
3895:
3896: 2017-01-14 moko
3897:
3898: * tests/: 330.html, results/330.processed: test results updated
3899: after ^break[] bugs where fixed (related to bug #1077)
3900:
3901: * tests/: 329.html, results/329.processed: test results updated
3902: after ^break[] bugs where fixed (related to bug #1077)
3903:
3904: * tests/results/320.processed: ^return[] added
3905:
3906: 2017-01-13 moko
3907:
3908: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3909: classes/table.C, include/pa_request.h, main/execute.C,
3910: main/pa_request.C, targets/cgi/parser3.C,
3911: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3912: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3913: checked after each possible process/execute call (fixes bug
3914: #1077)
3915:
3916: 2016-12-29 moko
3917:
3918: * src/main/pa_common.C: warning war
3919:
3920: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3921: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3922: pa_file_size_limit added, ^math:random fixed for upper limit and
3923: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3924: (related to feature #1014)
3925:
3926: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3927: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3928: (related to feature #1014)
3929:
3930: 2016-12-28 moko
3931:
3932: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3933: warning war
3934:
3935: 2016-12-26 moko
3936:
3937: * tests/: 341.html, results/341.processed: test for
3938: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3939:
3940: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3941: (related to feature #1057)
3942:
3943: * src/types/pa_vdate.C: warning war continues...
3944:
3945: * src/: classes/date.C, classes/image.C, classes/table.C,
3946: include/pa_config_includes.h, types/pa_vfile.C: warning war
3947:
3948: * src/lib/gd/gifio.C: warning war / cleanup
3949:
3950: * src/lib/json/pa_json.C: warning war
3951:
3952: * src/classes/hash.C: warning war
3953:
3954: * src/types/pa_vfile.C: warning war
3955:
3956: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3957: -Wall warning war continues
3958:
3959: * configure.ac: --with-build-warnings actualized
3960:
3961: 2016-12-25 moko
3962:
3963: * src/main/pa_exec.C: -wAll warning war
3964:
3965: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3966: -wAll warning war
3967:
3968: * src/: include/pa_common.h, include/pa_sapi.h,
3969: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3970: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3971: -wAll warning war
3972:
3973: 2016-12-23 moko
3974:
3975: * src/lib/ltdl/Makefile.am: extra dist added
3976:
3977: * tests/results/344.processed: test result updated after $file.text
3978: prefetched in ^hash::create[$file] (related to feature #1075)
3979:
3980: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3981: ^hash::create[$file] (related to feature #1075)
3982:
3983: 2016-12-22 moko
3984:
3985: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3986: main/pa_request.C, main/pa_stylesheet_connection.C,
3987: types/pa_vfile.C: file_stat now return 64-bit size (implements
3988: #1014 under 32-bit unix versions)
3989:
3990: 2016-12-21 moko
3991:
3992: * tests/: 375.html, results/375.processed: test for exec returning
3993: stated file added (related to feature #1119)
3994:
3995: * src/classes/file.C: load should not return file with null body
3996: (fixes bug #1119)
3997:
3998: 2016-12-14 moko
3999:
4000: * tests/: 374.html, results/374.processed: test for $method.name
4001: added (related to feature #1117) plus method returning junction
4002: test
4003:
4004: 2016-12-13 moko
4005:
4006: * src/: include/pa_symbols.h, main/pa_symbols.C,
4007: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4008: (implements feature #1117)
4009:
4010: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4011: HEAD and TRACE can't have body (implements feature #1116)
4012:
4013: 2016-12-09 moko
4014:
4015: * tests/: 373.html, results/373.processed: tests for
4016: ^reflection:tainting added (related to feature #1098)
4017:
4018: * src/classes/reflection.C: ^reflection:tainting arguments order
4019: change (related to feature #1098)
4020:
4021: 2016-12-06 moko
4022:
4023: * src/: classes/reflection.C, include/pa_string.h,
4024: main/pa_string.C: ^reflection:tainting[$string] added (implements
4025: feature #1098)
4026:
4027: 2016-12-05 moko
4028:
4029: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4030: (fixes bug #1114)
4031:
4032: 2016-12-04 moko
4033:
4034: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4035: check added
4036:
4037: 2016-12-03 moko
4038:
4039: * tests/: 346-curl.html, results/346-curl.processed: test modified
4040: to test value.as_hash() usage
4041:
4042: * src/classes/curl.C: value.as_hash() used for correct hash
4043: processing
4044:
4045: * src/classes/reflection.C: exceptions texts fixes
4046:
4047: 2016-12-02 moko
4048:
4049: * tests/: 372.html, results/372.processed: tests for
4050: ^reflection:create[ $.class[name] $.constructor[name]
4051: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4052: feature #1094)
4053:
4054: * src/types/pa_vmethod_frame.h: comment added: params should be
4055: declared outside of *_FRAME_ACTION as MethodParams destructor
4056: will be called in ~VNativeMethodFrame
4057:
4058: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4059: ] minor fix
4060:
4061: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4062: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4063: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4064: now supported (implements feature #1094) value::as_hash added
4065: (and should be used everywhere)
4066:
4067: * src/classes/reflection.C: cleanup
4068:
4069: 2016-12-01 moko
4070:
4071: * tests/: 356.html, results/356.processed: test for method
4072: junctions class name added to the resulting hash added (related
4073: to feature #1068)
4074:
4075: * src/classes/reflection.C: for method junctions class name added
4076: to the resulting hash (related to feature #1068)
4077:
4078: 2016-11-30 moko
4079:
4080: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4081: exception (related to bug #1113)
4082:
4083: * src/types/pa_vhashfile.C: whitespace
4084:
4085: * src/main/pa_os.C: errno now returned as it should (fixes bug
4086: #1113)
4087:
4088: * tests/results/: 175.processed, 192.processed, 224.processed,
4089: 229.processed, 239.processed, 244.processed, 246.processed,
4090: 314.processed, 352.processed: tests results updated after method
4091: call exceptions improved as method now keeps its name
4092:
4093: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4094: types/pa_vmethod_frame.h: method call exceptions improved as
4095: method now keeps its name
4096:
4097: * tests/: 224.html, 239.html, results/224.processed,
4098: results/239.processed: tests and tests results updated after
4099: Request::construct exception changed
4100:
4101: * src/: classes/reflection.C, main/execute.C: Request::construct
4102: exception optimized
4103:
4104: * tests/: 371.html, results/371.processed: test for
4105: WWrapper.get_element call in $.name.key[value] code added
4106: (related to feature #1091)
4107:
4108: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4109: in $.name.key[value] code (related to feature #1091)
4110:
4111: 2016-11-29 moko
4112:
4113: * src/classes/op.C: VS warning war
4114:
4115: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4116: C4239: nonstandard extension used : 'return' : conversion from
4117: 'Value' to 'Value &' (related to feature #1020)
4118:
4119: * src/: main/execute.C, types/pa_vmethod_frame.h,
4120: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4121: used : 'return' : conversion from 'Value' to 'Value &' (related
4122: to feature #1020)
4123:
4124: * src/main/execute.C: VS warning war
4125:
4126: * src/targets/cgi/parser3.C: VS compatibility fix
4127:
4128: * src/include/pa_request.h: VS warning war
4129:
4130: * tests/: 370.html, results/370.processed: test for ^file::exec[
4131: ... $.stdin[$binary_file] ] added (related to bug #1044)
4132:
4133: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4134: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4135: $.stdin[$binary_file] (fixes bug #1044)
4136:
4137: 2016-11-28 moko
4138:
4139: * src/main/pa_exec.C: whitespace
4140:
4141: * src/main/pa_request.C: whitespace
4142:
4143: * tests/: 369.html, results/369.processed: test for
4144: $response:status usage added (related to feature #1099)
4145:
4146: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4147: if < 100 (implements feature #1099)
4148:
4149: * src/targets/cgi/parser3.C: whitespace
4150:
4151: * src/targets/cgi/parser3.C: whitespace
4152:
4153: * tests/: 368.html, results/368.processed: test updated after
4154: ^reflection:filename[$method] added (related to feature #1053)
4155:
4156: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4157: main/compile.y, main/execute.C, main/pa_request.C,
4158: types/pa_vclass.h: filename -> filespec,
4159: ^reflection:filename[$method] added (related to feature #1053)
4160:
4161: 2016-11-27 moko
4162:
4163: * tests/: 368.html, results/368.processed: test for
4164: reflection:filename[$class or object] added (related to feature
4165: #1053)
4166:
4167: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4168: types/pa_vstateless_class.h: ^reflection:filename[$class or
4169: object] added (implements feature #1053)
4170:
4171: 2016-11-26 moko
4172:
4173: * src/: include/pa_request_info.h,
4174: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4175: remove_absolute_uri -> strip_absolute_uri
4176:
4177: 2016-11-25 moko
4178:
4179: * src/: include/pa_request_info.h,
4180: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4181: request_info.remove_absolute_uri added to remove possible
4182: http://site.name/ from $request:uri (implements feature #1112)
4183:
4184: 2016-11-24 moko
4185:
4186: * tests/: 367-curl.html, results/367-curl.processed: test for
4187: previous request headers clearing after redirect added (related
4188: to bug #1109)
4189:
4190: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4191: response headers from previous requests are now cleared, only
4192: last request headers are collected (fixes bug #1109)
4193:
4194: * tests/results/: 266.processed, 321.processed, 356.processed:
4195: tests results updated as method name now added to the resulting
4196: hash for new syntax only (Imp1 compatimility fixed, related to
4197: feature #1068)
4198:
4199: * src/classes/reflection.C: method name now added to the resulting
4200: hash for new syntax only (Imp1 compatimility fixed, related to
4201: feature #1068)
4202:
4203: * tests/results/366.processed: test for native and parser
4204: implementation of ^use[] logic (related to feature #1074)
4205:
4206: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4207: for native and parser implementation of ^use[] logic (related to
4208: feature #1074)
4209:
4210: 2016-11-23 moko
4211:
4212: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4213: main/pa_request.C: @USE file now implemented as ^use[file;
4214: $.origin[origin_file] ] (implements feature #1074)
4215:
1.109 moko 4216: 2016-11-21 moko
4217:
1.110 moko 4218: * tests/: 365.html, results/365.processed: test for $caller bugs in
4219: 3.4.4 and $caller.method now tested (related to feature #1110)
4220:
4221: * tests/: 364.html, results/364.processed: $caller usage in
4222: different contexts now tested (related to feature #1110)
4223:
4224: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4225:
4226: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4227:
1.109 moko 4228: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4229: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4230: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4231: used (implements feature #1110)
4232:
4233: 2016-11-20 moko
4234:
4235: * src/types/pa_vdouble.h: whitespace
4236:
4237: 2016-11-11 moko
4238:
4239: * tests/: 363.html, results/363.processed: more tests for feature
4240: #1091 (how parser methods work in expression context)
4241:
4242: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4243: expressions strings are now written as strings, not values by
4244: write_as_string (related to feature #1091)
4245:
4246: * src/classes/op.C: to make more correct behavour in expression
4247: context
4248:
4249: 2016-11-07 moko
4250:
4251: * tests/: 362.html, results/362.processed: test for
4252: xsltParseStylesheetDoc caching as xsl modification after it added
4253: (related to bug #1108)
4254:
4255: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4256: result now cached as xdoc is modified after it (fixes bug #1108)
4257:
4258: 2016-11-06 moko
4259:
4260: * src/types/pa_vxdoc.h: whitespace
4261:
4262: 2016-11-05 moko
4263:
4264: * src/types/pa_vmethod_frame.h: cleanup
4265:
4266: 2016-11-03 moko
4267:
4268: * tests/results/244.processed: more correct exception after method
4269: frames separation
4270:
4271: * src/types/pa_vmethod_frame.h: minor optimizaion
4272:
4273: * src/types/pa_method.h: optimization: params_count added
4274:
4275: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4276: include/pa_request.h, main/execute.C, main/pa_request.C,
4277: types/pa_value.C, types/pa_vmethod_frame.C,
4278: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4279: VMethodFrame now divided into VNativeMethodFrame,
4280: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4281: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4282: and used (related to feature #1104)
4283:
4284: 2016-11-02 moko
4285:
4286: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4287: classes/double.C, classes/file.C, classes/hash.C,
4288: classes/hashfile.C, classes/image.C, classes/inet.C,
4289: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4290: classes/memcached.C, classes/op.C, classes/reflection.C,
4291: classes/regex.C, classes/string.C, classes/table.C,
4292: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4293: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4294: r.write (implements feature #1091)
4295:
4296: * src/main/execute.C: cleanup (related to feature #1104)
4297:
4298: * src/: include/pa_request.h, main/execute.C,
4299: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4300: added, in_expression removed (implements feature #1104)
4301:
4302: 2016-10-31 moko
4303:
4304: * src/types/pa_value.C: whitespace
4305:
4306: 2016-10-28 moko
4307:
4308: * tests/results/244.processed: updated after error reporting fixed
4309: in pa_wcontext.C
4310:
4311: * src/types/pa_wcontext.C: error reporting fixed
4312:
4313: * src/types/pa_wcontext.h: whitespace
4314:
4315: * src/classes/image.C: not fully readed entries are no longer
4316: processed (fixes bug #1106)
4317:
4318: 2016-10-26 moko
4319:
4320: * src/classes/image.C: whitespace
4321:
4322: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4323: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4324: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4325: longer required (related to feature #1091)
4326:
4327: * tests/results/: 264.processed, 350.processed: test results update
4328: reverted (whitespace optimization) after write_no_lang removed :)
4329: (related to feature #1091)
4330:
4331: * src/: classes/file.C, classes/hash.C, classes/op.C,
4332: classes/string.C, classes/table.C, classes/void.C,
4333: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4334: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4335: equal write_pass_lang (related to feature #1091)
4336:
4337: * tests/results/: 264.processed, 350.processed: test results
4338: updated (whitespace optimization) after write_assign_lang removed
4339: (related to feature #1091)
4340:
4341: * tests/: 361.html, results/361.processed: test for non-string
4342: ^untaint added (related to feature #1091)
4343:
4344: * src/: classes/curl.C, classes/date.C, classes/file.C,
4345: classes/hash.C, classes/op.C, classes/string.C,
4346: include/pa_request.h, main/execute.C: optimization:
4347: write_assign_lang removed as not required (first part of feature
4348: #1091 implementation)
4349:
1.108 moko 4350: 2016-10-12 moko
4351:
4352: * tests/: 360.html, results/360.processed: more test code (related
4353: to feature #1104)
4354:
4355: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4356: include/pa_request.h, main/compile.y, main/execute.C: opcode
4357: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4358: WContext is next task (implements feature #1104)
4359:
4360: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4361: / CO_WITHOUT_WCONTEXT
4362:
4363: * tests/: 360.html, results/360.processed: test for in expression
4364: state (related to feature #1104)
4365:
4366: 2016-10-11 moko
4367:
4368: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4369:
4370: * src/classes/op.C: default value removed from initializer
4371:
4372: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4373:
4374: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4375:
4376: 2016-10-10 moko
4377:
4378: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4379: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4380: to feature #42)
4381:
4382: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4383: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4384:
4385: 2016-10-08 moko
4386:
4387: * src/classes/double.C: whitespace
4388:
4389: 2016-10-07 moko
4390:
4391: * src/types/pa_vmethod_frame.h: reorder
4392:
4393: 2016-10-06 moko
4394:
4395: * src/classes/date.C: typo
4396:
4397: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4398:
4399: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4400: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4401: types/pa_vmethod_frame.h: params.get now returns Value&, not
4402: Value*
4403:
4404: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4405:
4406: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4407: removed; first as_* code rewrite
4408:
4409: 2016-10-05 moko
4410:
4411: * src/include/pa_request.h: whitespace
4412:
4413: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4414: intercept_string added (related to feature #1097)
4415:
4416: * src/: classes/image.C, classes/op.C, classes/table.C,
4417: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4418: optimization: intercept_string removed (implements feature #1097)
4419:
4420: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4421:
4422: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4423: from VCodeFrame and WWrapper as not required
4424:
4425: 2016-10-04 moko
4426:
4427: * src/: classes/curl.C, classes/date.C, classes/double.C,
4428: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4429: classes/int.C, classes/json.C, classes/op.C,
4430: classes/reflection.C, classes/string.C, classes/table.C,
4431: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4432: proces_to_value -> process after StringOrValue removed (related
4433: to feature #1020)
4434:
4435: * src/classes/form.C: whitespace
4436:
4437: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4438:
4439: * tests/: 357.html, 358.html, results/357.processed,
4440: results/358.processed, results/auto.p: test for @conf
4441: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4442:
4443: 2016-10-03 moko
4444:
4445: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4446: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4447: supported (implements feature #42)
4448:
4449: * src/types/pa_vregex.h: no reason for VRegex to be
4450: is_evaluated_expr
4451:
4452: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4453: (implements feature #1095)
4454:
4455: 2016-10-01 moko
4456:
4457: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4458: false by default (related to feature #1089)
4459:
4460: 2016-09-30 moko
4461:
4462: * src/types/pa_wcontext.h: cleanup
4463:
4464: 2016-09-29 moko
4465:
4466: * src/main/execute.C: whitespace
4467:
4468: * src/include/pa_request.h: whitespace
4469:
4470: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4471: classes/op.C, classes/table.C, include/pa_request.h,
4472: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4473: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4474: StringOrValue removed as it just slows down and adds complexity
4475: (implements feature #1020)
4476:
4477: 2016-09-28 moko
4478:
4479: * tests/: 356.html, results/266.processed, results/321.processed,
4480: results/356.processed: tests updated after name was added to
4481: method_info hash, test for ^reflection:method_info[junction]
4482: added (related to feature #1068)
4483:
4484: * src/classes/reflection.C: ^reflection:method_info[junction] now
4485: supported, method name added to the resulting hash (implements
4486: feature #1068)
4487:
4488: * tests/: 276.html, results/276.processed: more tests for
4489: ^reflection:delete[]
4490:
4491: * src/classes/reflection.C: fixed bug then ^reflection:delete
4492: didn't work on class and could damage native objects (like file)
4493:
4494: 2016-09-26 moko
4495:
4496: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4497: results/345.processed, results/346-curl.processed,
4498: results/347-curl.processed, results/348.processed: numbers added
4499: to simplify diff analysis
4500:
4501: * tests/: 352.html, results/352.processed: test result updated as
4502: method name used
4503:
4504: * src/classes/reflection.C: method name used
4505:
4506: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4507: its name
4508:
4509: * src/types/pa_method.h: whitespace
4510:
4511: * src/classes/reflection.C: both method and field with one name can
4512: exist.
4513:
4514: * src/classes/reflection.C: ^reflection:mixin added (implements
4515: feature #1089)
4516:
4517: * tests/: 355.html, results/355.processed: property appears in
4518: derived class if added in base test added
4519:
4520: * src/types/pa_vstateless_class.h: get_method declaration +
4521: whitespace
4522:
4523: * tests/: 354.html, results/354.processed: nice test from method
4524: and property with one name in class added
4525:
4526: 2016-09-23 moko
4527:
4528: * src/classes/reflection.C: ^reflection:method usage documented
4529:
4530: 2016-09-22 moko
4531:
4532: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4533: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4534: compile warning and GPF occures on VS2003 (related to feature
4535: #1087)
4536:
4537: * tests/: 350.html, results/350.processed: test added for
4538: $.encloser[] support in ^table::create (related to feature #11)
4539:
4540: * src/classes/table.C: another minor fix (related to feature #11)
4541:
1.107 moko 4542: 2016-09-21 moko
4543:
4544: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4545:
4546: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4547: classes/json.C, classes/string.C, classes/table.C,
4548: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4549: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4550: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4551: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4552: pa_charsets, vs2015 warning war
4553:
4554: * src/classes/table.C: vs2015 warning war
4555:
4556: * src/types/pa_vdate.C: vs2015 warning war
4557:
4558: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4559:
4560: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4561: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4562:
4563: * src/main/pa_common.C: vs2015 compilation fixes
4564:
4565: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4566: vs2015 compilation fixes
4567:
4568: * src/main/pa_charset.C: vs2015 warning war
4569:
4570: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4571:
4572: * src/main/pa_charset.C: vs2015 warning war
4573:
4574: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4575:
4576: * src/types/pa_vdate.C: vs2015 compilation fix
4577:
4578: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4579:
4580: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4581: VS2015 compilation fixes
4582:
4583: * src/classes/table.C: minor fix (related to feature #11)
4584:
4585: * tests/results/282.processed: no longer skipping extra enclosers
4586: (related to feature #11)
4587:
4588: * src/classes/table.C: minor fix + no longer skipping extra
4589: enclosers (related to feature #11)
4590:
4591: * src/classes/table.C: minor optimization (related to feature #11)
4592:
4593: * src/classes/table.C: minor fix and optimization (related to
4594: feature #11)
4595:
4596: 2016-09-20 moko
4597:
4598: * tests/: 353.html, results/353.processed: test for
4599: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4600: added (related to bug #1090)
4601:
4602: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4603: one_big_piece (fixes bug #1090)
4604:
4605: * tests/: 229.html, results/229.processed: code coverage tests
4606:
4607: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4608: body) was called
4609:
4610: * src/classes/op.C: whitespace
4611:
4612: * tests/: 323.html, results/323.processed: test for code junction
4613: should not be returned by ^reflection:class, ^reflection:base
4614:
4615: * src/classes/reflection.C: bugfix: code junction should not be
4616: returned by ^reflection:class, ^reflection:base
4617:
4618: * tests/: 323.html, 352.html, results/352.processed: no more
4619: exception for ^reflection:method[class;no-such-method] (related
4620: to feature #1087)
4621:
4622: * src/classes/reflection.C:
4623: ^reflection:method[class;no-such-method] : exception -> void
4624: (related to feature #1087)
4625:
4626: * src/include/pa_request.h: request::write_value added to allow
4627: write value without convertion (related to issue #1091)
4628:
4629: 2016-09-19 moko
4630:
4631: * src/main/pa_random.C: windows build fix
4632:
4633: * src/types/pa_vhash.h: warning war
4634:
4635: 2016-09-14 moko
4636:
4637: * tests/: 352.html, 552.html, results/352.processed,
4638: results/552.processed: test for ^reflection:method[] extension
4639: added (related to feature #1087)
4640:
4641: * tests/: 552.html, results/552.processed: test for
4642: ^reflection:method[] extension added (related to feature #1087)
4643:
4644: * src/classes/reflection.C: compatibility issue fixed, VClass
4645: dynamic_cast check added (related to feature #1087)
4646:
4647: * tests/: 351.html, results/351.processed: test for @auto[]
4648: inheritance bug diring ^process[] added (related to bug #1088)
4649:
4650: * src/: classes/op.C, main/pa_request.C,
4651: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4652: disable it inheritance during ^process (fixes bug #1088)
4653:
4654: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4655: added (implements feature #1087)
4656:
4657: 2016-09-13 moko
4658:
4659: * tests/: 349.html, results/auto.p: test for objects prototyping
4660: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4661: to feature #1086)
4662:
4663: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4664: types/pa_vobject.C: objects now are not class instances, but have
4665: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4666: in @conf (implements feature #1086)
4667:
4668: 2016-09-08 moko
4669:
4670: * src/: classes/file.C, classes/mail.C, classes/string.C,
4671: classes/table.C, main/pa_http.C, main/pa_string.C,
4672: include/pa_string.h: cleanup: string::split limit argument
4673: removed as no longer required, pos_after no longer reference
4674: (related to feature #11)
4675:
4676: * src/classes/table.C, tests/results/348.processed: now exception
4677: is rised when invalid option is passed to ^table::create[]
4678:
4679: * tests/: 282.cfg, 282.html, results/282.processed: more code
4680: coverage tests
4681:
4682: * tests/: 348.html, results/348.processed: code coverage tests
4683: added
4684:
4685: * tests/: 348.html, results/348.processed: generic ^table::create[]
4686: tests
4687:
4688: * tests/: 035.html, results/035.processed, results/272.processed:
4689: tests updated after $.encloser[] support for ^table::create
4690: implementation (related to feature #11)
4691:
4692: * src/classes/table.C: $.encloser[] support for ^table::create
4693: finally added (implements feature #11)
4694:
4695: 2016-09-07 moko
4696:
4697: * src/include/pa_string.h: added StringSplitHelper as friend
4698: (related to feature #11)
4699:
4700: * src/include/pa_string.h: body and langs now protected, not
4701: private to allow inheritance (related to feature #11)
4702:
4703: * src/classes/table.C: lsplit optimized before cloning for
4704: ^table::create with $.encloser[] (related to feature #11)
4705:
4706: * src/classes/table.C: optimizaion: TableControlChars.separators
4707: added and used (related to feature #11)
4708:
4709: * src/classes/table.C: spelling:
4710:
4711: TableSeparators -> TableControlChars column -> separator
4712: separators -> control_chars
4713:
4714: 2016-09-06 moko
4715:
4716: * src/main/pa_string.C: whitespace
4717:
4718: * src/main/pa_string.C: whitespace
4719:
4720: 2016-09-01 moko
4721:
4722: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4723: results OS-independent
4724:
4725: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4726: compiler (related to feature #1042)
4727:
4728: 2016-08-15 moko
4729:
4730: * src/include/pa_string.h: whitespace
4731:
4732: * src/classes/table.C: whitespace
4733:
1.106 moko 4734: 2016-08-05 moko
4735:
4736: * tests/: 344.html, results/344.processed: test for
4737: ^hash::create[$file] added (related to feature #1075)
4738:
4739: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4740: supported (implements feature #1075)
4741:
4742: 2016-08-04 moko
4743:
4744: * tests/: 341.html, results/341.processed: more code coverage tests
4745:
4746: * tests/: 346-curl.html, results/346-curl.processed: more code
4747: coverage tests for curl
4748:
4749: * tests/: 346-curl.html, results/346-curl.processed: more code
4750: coverage tests for curl
4751:
4752: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4753: results/223.processed: code coverage tests: $.form[ $.table[] ]
4754: test added
4755:
4756: * tests/: 223-curl.html, results/223-curl.processed: more code
4757: coverage tests for curl
4758:
4759: 2016-08-03 moko
4760:
4761: * src/classes/curl.C: dlink(curl_library) now called not once, but
4762: until it will be loaded, allowing to find existing library.
4763:
4764: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4765: results/347-curl.processed: more code coverage tests for curl
4766:
4767: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4768: results/339-curl.processed, results/346-curl.processed: curl
4769: functionality tests
4770:
4771: 2016-08-02 moko
4772:
4773: * tests/: 339.html, results/339.processed: test for tables in
4774: ^file:load[] and ^curl:load[] (commented) added (related to
4775: feature #1042)
4776:
4777: * tests/: 345.html, results/345.processed: code coverage tests for
4778: file class
4779:
4780: * tests/: 344.html, results/344.processed: code coverage tests
4781:
4782: * tests/: 344.html, results/344.processed: mdate removed from
4783: output
4784:
4785: * src/classes/file.C: minor bugfix: is_text should be taked from
4786: fcontent.is_text_mode() if not set (related to feature #1061)
4787:
4788: * tests/: 344.html, results/344.processed: more tests
4789:
4790: * tests/: 343.html, 344.html, results/343.processed,
4791: results/344.processed: tests for ^file::create[ $.from-charset
4792: and $.to-charset ] (related to feature #1061)
4793:
4794: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4795: aset_text_mode argument optimized
4796:
4797: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4798: checkBOM now used in detect_binary_content (related to feature
4799: #1061)
4800:
4801: * src/main/pa_request.C: load_charset no longer required to_upper
4802:
4803: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4804: preserves original file mode (if no $.mode specified)
4805:
4806: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4807: ^file::create now supports $.from-charset[] and $.to-charset
4808: options (implements feature #1061), automatic transcode is done
4809: if text file is created from binary file and charset is detected.
4810:
4811: 2016-07-30 moko
4812:
4813: * src/classes/table.C: ^t.hash[..;] now supported (related to
4814: feature #1057)
4815:
4816: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4817: added (related to feature #1057)
4818:
4819: * tests/: 286.html, results/286.processed: code tests coverage
4820:
4821: 2016-07-29 moko
4822:
4823: * src/classes/table.C: table size should be checked inside menu and
4824: foreach (related to feature #858)
4825:
4826: * src/: classes/curl.C, classes/file.C, classes/string.C,
4827: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4828: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4829: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4830: charsets.get now does str_upper inside (related to feature #1061)
4831:
4832: * tests/: 342.html, results/342.processed: more code coverage tests
4833:
4834: * tests/: 342.html, outputs/342.processed: table menu code coverage
4835: + foreach test added (related to feature #858)
4836:
4837: * tests/: 341.html, results/341.processed: tests for
4838: ^table.hash[]{code} added + code coverage tests (related to
4839: feature #1057)
4840:
4841: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4842: value} support (implements feature #1057)
4843:
4844: * src/classes/table.C: whitespace
4845:
4846: 2016-07-28 moko
4847:
4848: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4849: from URL, if not specified query string removed from url-based
4850: filenames in ^curl:load[] and ^file::load[] (related to feature
4851: #1042)
4852:
4853: 2016-07-27 moko
4854:
4855: * tests/: 340.html, results/340.processed: test for
4856: transcode_text_result=false added (related to issue #1042)
4857:
4858: 2016-07-26 moko
4859:
4860: * src/types/pa_vfile.C: file name should not be empty (if file path
4861: is folder and ends with /) (related to feature #1042)
4862:
4863: * src/main/pa_http.C: whitespace optimizaion
4864:
4865: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4866: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4867: multiple headers, ^file::load supports headers transcoding
4868: (implements feature #1042)
4869:
4870: 2016-07-25 moko
4871:
4872: * src/include/pa_common.h: PA_DEFAULT added
4873:
4874: 2016-07-22 moko
4875:
4876: * tests/: 338.html, results/338.processed: test for
4877: $date.field(value) added (related to feature #1066)
4878:
4879: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4880: $date.field(value) now supported for y/m/d/h/m/s (implements
4881: feature #1066)
4882:
1.105 moko 4883: 2016-07-21 moko
4884:
4885: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4886: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4887: arguments removed; image.C - absolute path shown in exception
4888: (implements feature #1071)
4889:
4890: * tests/: 235.html, results/235.processed: test and test result
4891: updated after static boundary in mail and Errors-To: mail header
4892: removed (related to feature #1047)
4893:
4894: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4895: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4896: used, static boundary in mail removed, Errors-To: mail header
4897: removed (implements feature #1047)
4898:
4899: 2016-07-20 moko
4900:
4901: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4902: equest.classes(): Value -> VStateless_class, part 3 (related to
4903: issue #1051)
4904:
4905: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4906: request.classes(): Value -> VStateless_class, part 2 (related to
4907: issue #1051)
4908:
4909: * tests/results/: 224.processed, 323.processed: classes without
4910: methods should not be methoded (related to issue #1051)
4911:
4912: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4913: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4914: -> VStateless_class, part 1 (related to issue #1051)
4915:
4916: * tests/: 337.html, results/337.processed: test for
4917: ^reflection:fields_reference[] and VHashReference class added
4918: (related to feature #1072)
4919:
4920: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4921: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4922: and VHashReference added, allowing ^reflection:fields_reference[]
4923: implementation (closes feature #1072)
4924:
4925: 2016-07-19 moko
4926:
4927: * tests/: 323.html, results/323.processed: we want to see
4928: "methoded"
4929:
4930: * tests/: 336.html, results/336.processed: test for $BASE:property
4931: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4932: #1059)
4933:
4934: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4935: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4936: somebody_entered_some_class, $BASE:property works again,
4937: ^BASE:method[] bugs fixed (fixes bug #1059)
4938:
4939: 2016-07-14 moko
4940:
4941: * tests/: 335.html, results/335.processed: test for feature #1055
4942: added
4943:
4944: * src/classes/hash.C: bugfix: $._default was not copied if empty
4945: feature: ^hash.contains[_default] added (implements feature
4946: #1055)
4947:
4948: 2016-07-13 moko
4949:
4950: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4951: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4952:
4953: 2016-07-05 moko
4954:
4955: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4956: in ^hash.foreach (related to feature #1073)
4957:
4958: 2016-07-04 moko
4959:
4960: * tests/: 134.html, 281.html, results/134.processed,
4961: results/281.processed: tests updated after hash blocking removed
4962: (related to feature #1073)
4963:
4964: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4965: no longer blocks on change during foreach (implements feature
4966: #1073)
4967:
4968: 2016-06-17 moko
4969:
4970: * tests/: 330.html, results/330.processed: try exception source
4971: test added (related to bug in #1062)
4972:
4973: * tests/: 334.html, results/334.processed: Exception stack trace
4974: test added (related to bug in $1062)
4975:
4976: * src/classes/op.C: Exception trace now correctly restored and
4977: errors reported (related to bug #1062)
4978:
1.104 moko 4979: 2016-05-25 moko
4980:
4981: * src/main/compile.y: minor cleanup + beauty
4982:
4983: 2016-05-24 moko
4984:
4985: * tests/: 333.html, results/333.processed: more exceptions testing
4986:
4987: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4988: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4989: features #1056, #1026)
4990:
4991: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4992: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4993: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4994: (implements feature #1056)
4995:
4996: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4997: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4998: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4999: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5000: feature #1026)
5001:
5002: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5003: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5004: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5005: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5006: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5007: feature #1026)
5008:
5009: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5010: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5011: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5012: SYMBOLS_CACHING define implemented (related to feature #1026)
5013:
5014: * src/main/main.vcproj: + ps_symbols
5015:
5016: * src/: include/Makefile.am, include/pa_string.h,
5017: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5018: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5019: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5020: types/pa_vstateless_class.C: initial implementation for symbols
5021: cache (related to feature #1026)
5022:
5023: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5024:
5025: * src/main/pa_globals.C: minor cleanup
5026:
5027: 2016-05-19 moko
5028:
5029: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5030: (related to feature #1046)
5031:
5032: * tests/: 331.html, results/331.processed: test for
5033: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5034: (related to feature #1051)
5035:
5036: * src/main/compile.y:
5037: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5038: (implements feature #1054)
5039:
5040: 2016-05-18 moko
5041:
5042: * src/types/pa_vtable.C, tests/results/324.processed: no more
5043: "column not found" exception for ^table.no-such-method[] (related
5044: to feature #1046)
5045:
5046: * tests/: 261.html, results/261.processed: test added and updated
5047: after feature #1046 implementation
5048:
5049: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5050: types/pa_vvoid.h: $string.anything works for whitespace strings,
5051: ^string.contains added for hash compatibility, $string.method no
5052: longer returns stting method (implements feature #1046)
5053:
5054: 2016-05-12 moko
5055:
5056: * src/classes/curl.C: content-type response header no longer
5057: ignored (fixes issue #1045)
5058:
5059: * tests/: 330.html, results/330.processed: test for incomplete
5060: finally execution when break occures added (related to issue
5061: #1077)
5062:
5063: * src/classes/op.C: bugfix: Request::skip reset is called before
5064: executing catch and finally code (fixes issue #1062)
5065:
5066: 2016-05-11 moko
5067:
5068: * tests/: 329.html, results/329.processed: test for invalid
5069: ^break[] behavour added (bug #1077)
5070:
5071: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5072:
5073: 2016-04-24 moko
5074:
5075: * src/types/pa_vstateless_class.h: warning war
5076:
5077: 2016-04-17 moko
5078:
5079: * tests/: 328.html, results/328.processed: test for
5080: ^break(condition) and ^continue(condition) (related to feature
5081: #1063)
5082:
5083: * src/classes/op.C: ^break(condition) and ^continue(condition)
5084: implemented (feature #1063)
5085:
5086: 2016-04-12 moko
5087:
5088: * tests/results/280.processed: ordered hash now used for class
5089: methods and properties (test results updated for feature #1069)
5090:
5091: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5092: to xdoc.C as under FreeBSD it was inited after and inheritance
5093: failed (related to issue #1051)
5094:
5095: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5096: are printed to check inheritance (related to feature #1051)
5097:
1.103 moko 5098: 2016-04-09 moko
5099:
5100: * tests/results/320.processed: ordered hash now used for class
5101: methods and properties (test results updated for feature #1069)
5102:
5103: * src/types/pa_vstateless_class.h: ordered hash now used for class
5104: methods and properties (implements feature #1069)
5105:
5106: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5107: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5108: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5109: feature #1051)
5110:
5111: 2016-04-07 moko
5112:
5113: * src/main/execute.C: returned Value in .CLASS case for VJunction
5114: (related to feature #1051)
5115:
5116: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5117: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5118: string constants deduplication (related to feature #1051)
5119:
5120: * tests/results/224.processed: test result updated (related to
5121: feature #1051)
5122:
5123: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5124: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5125: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5126: types/pa_vstatus.h: classes hash now contains only
5127: VStateless_class derived objects, .CLASS is also allways
5128: VStateless_class derived object (related to feature #1051).
5129:
5130: 2016-04-06 moko
5131:
5132: * tests/results/323.processed: test result updated after feature
5133: #1051 implementation
5134:
5135: * src/: classes/classes.h, classes/op.C, classes/response.C,
5136: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5137: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5138: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5139: types/pa_vresponse.C, types/pa_vresponse.h,
5140: types/pa_vstateless_class.h: base -> methoded_donor for static
5141: classes, type() moved from VStateless_class to VClass and
5142: Methoded (implements feature #1051)
5143:
5144: 2016-04-04 moko
5145:
5146: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5147: beauty: put_class added (related to feature #1051)
5148:
5149: 2016-04-01 moko
5150:
5151: * tests/results/: 175.processed, 192.processed, 224.processed,
5152: 229.processed, 244.processed, 246.processed, 316.processed: test
5153: results updated as class.type() removed from error messages, only
5154: type() left (related to feature #1051)
5155:
5156: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5157: classes/op.C, classes/reflection.C, main/compile.y,
5158: main/compile_tools.h, main/execute.C, main/pa_request.C,
5159: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5160: types/pa_vmethod_frame.h, types/pa_vobject.h,
5161: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5162: from VStateless_class, type() is used instead (related to feature
5163: #1051)
5164:
5165: * src/classes/mail.C: old logic restored.
5166:
5167: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5168: classes/classes.h, classes/curl.C, classes/date.C,
5169: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5170: classes/hashfile.C, classes/image.C, classes/inet.C,
5171: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5172: classes/memcached.C, classes/memory.C, classes/reflection.C,
5173: classes/regex.C, classes/response.C, classes/string.C,
5174: classes/table.C, classes/xdoc.C, classes/xnode.C,
5175: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5176: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5177: feature #1051)
5178:
5179: 2016-03-30 moko
5180:
5181: * tests/: 327.html, results/224.processed, results/327.processed:
5182: test for TZ specification in ^date::create[], TZ is kept during
5183: ^date::create[$dt] (related to feature #1048)
5184:
5185: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5186: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5187: feature #1048)
5188:
5189: 2016-03-29 moko
5190:
5191: * tests/: 315.html, results/315.processed: test for timezone format
5192: +HHmm added (related to feature #1065)
5193:
5194: * src/classes/date.C: timezone format +HHmm now supported
5195: (implements feature #1065)
5196:
5197: 2016-03-28 moko
5198:
5199: * tests/: 202.html, results/131.processed, results/202.processed,
5200: results/224.processed, results/256.processed,
5201: results/315.processed: test results updated after %.2d now
5202: default for hours offset in iso-string (was %2d), test for
5203: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5204: added (related to feature #1065)
5205:
5206: 2016-03-27 moko
5207:
5208: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5209: feature #1065)
5210:
5211: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5212: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5213: added (implements feature #1065)
5214:
5215: 2016-03-24 moko
5216:
5217: * tests/: 202.html, results/202.processed: test $date.week added
5218: (related to bug #1067)
5219:
5220: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5221: date (fix for bug #1067)
5222:
5223: 2016-03-10 moko
5224:
5225: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5226:
1.102 moko 5227: 2015-12-07 moko
5228:
5229: * tests/: 326.html, results/326.processed: test for .CLASS &
5230: .CLASS_NAME optimization added (related to feature #844)
5231:
5232: 2015-11-17 moko
5233:
5234: * tests/: 323.html, results/323.processed: order added
5235:
5236: * tests/: 325.html, results/325.processed: double range test added
5237: (related to bug #1049)
5238:
5239: 2015-11-16 moko
5240:
5241: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5242: added to disallow NaN and Infinity (fixes bug #1049)
5243:
5244: 2015-11-11 moko
5245:
5246: * tests/324.html: parser 3.4.3 execution support added (related to
5247: feature #1017)
5248:
5249: * tests/: 324.html, results/324.processed: test for
5250: GET_ELEMENT4CALL feature added (feature #1017)
5251:
1.101 moko 5252: 2015-10-29 moko
5253:
1.211 moko 5254: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5255:
5256: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5257:
5258: * src/main/pa_exec.C: get_exit_status implemented for Windows
5259: (related to bug #1043)
5260:
5261: 2015-10-28 moko
5262:
5263: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5264: hangup during ^file::exec (fixes bug #1043)
5265:
1.100 moko 5266: 2015-10-27 moko
5267:
5268: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5269:
1.99 moko 5270: 2015-10-26 moko
5271:
1.100 moko 5272: * tests/322.html, src/classes/reflection.C: arguments reorder
5273: (related to issue #1041)
5274:
5275: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5276: Copyright year updated
5277:
1.99 moko 5278: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5279: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5280: classes/form.C, classes/hash.C, classes/hashfile.C,
5281: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5282: classes/mail.C, classes/math.C, classes/memcached.C,
5283: classes/memory.C, classes/op.C, classes/reflection.C,
5284: classes/regex.C, classes/response.C, classes/string.C,
5285: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5286: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5287: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5288: include/pa_config_fixed.h, include/pa_config_includes.h,
5289: include/pa_dictionary.h, include/pa_dir.h,
5290: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5291: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5292: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5293: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5294: include/pa_request_charsets.h, include/pa_request_info.h,
5295: include/pa_sapi.h, include/pa_socks.h,
5296: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5297: include/pa_stack.h, include/pa_string.h,
5298: include/pa_stylesheet_connection.h,
5299: include/pa_stylesheet_manager.h, include/pa_table.h,
5300: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5301: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5302: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5303: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5304: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5305: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5306: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5307: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5308: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5309: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5310: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5311: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5312: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5313: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5314: main/pa_string.C, main/pa_stylesheet_connection.C,
5315: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5316: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5317: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5318: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5319: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5320: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5321: targets/isapi/parser3isapi.C, types/pa_junction.h,
5322: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5323: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5324: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5325: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5326: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5327: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5328: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5329: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5330: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5331: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5332: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5333: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5334: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5335: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5336: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5337: types/pa_vresponse.C, types/pa_vresponse.h,
5338: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5339: types/pa_vstateless_object.h, types/pa_vstatus.C,
5340: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5341: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5342: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5343: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5344: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5345:
5346: * src/targets/cgi/parser3.C: year updated
5347:
5348: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5349: issue #1041)
5350:
5351: * tests/: 323.html, results/323.processed: test for base classes
5352: added
5353:
5354: * tests/: 261.html, results/261.processed: updated after better
5355: error reporting done for $string.key exception
5356:
5357: * src/types/pa_vstring.h: better error report for $string.key
5358: exception
5359:
5360: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5361: copied as VObject::get_element4call to remove extra virtual call
5362:
5363: * tests/: 322.html, results/322.processed: test for
5364: ^reflection:is[] added (related to feature #1041)
5365:
5366: * src/classes/reflection.C: ^reflection:is empty value is void
5367: (related to feature #1041)
5368:
5369: * src/classes/reflection.C:
5370: ^reflection:is[class_name|code|method;[context;]element_name]
5371: added (implements feature #1041)
5372:
5373: 2015-10-24 moko
5374:
5375: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5376:
1.98 moko 5377: 2015-10-22 moko
5378:
5379: * tests/: 321.html, results/321.processed: test for
5380: ^reflection:method_info[] file detection added
5381:
5382: * tests/: 320.html, results/320.processed: test for
5383: ^reflection:class_by_name[class_name] added (related to feature
5384: #993)
5385:
5386: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5387: added (implements feature #993)
5388:
5389: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5390: (related to feature #1017)
5391:
5392: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5393: added (related to issue #1039)
5394:
5395: * src/main/pa_request.C: ^throw origin fixed (related to feature
5396: #1039)
5397:
5398: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5399: for VDate
5400:
5401: * tests/results/182.processed: updated after feature #1038
5402: implemented
5403:
5404: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5405: compile-time exception origin added (test for feature #1039)
5406:
5407: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5408: main/pa_request.C: exception unification: compile-time exceptions
5409: now have origin, @USE origins also tracked (implements feature
5410: #1039)
5411:
5412: 2015-10-20 moko
5413:
5414: * src/main/pa_request.C: cleanup
5415:
5416: 2015-10-15 moko
5417:
5418: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5419:
5420: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5421: types/pa_vtable.C: new feature: no more $table.method and
5422: $hash.method, aliases for _at, _count, _key (related to feature
5423: #1017)
5424:
1.97 moko 5425: 2015-10-14 moko
5426:
1.98 moko 5427: * tests/: 317.html, results/317.processed: test for
5428: ^string.unescape[] added (related to feature #120)
5429:
1.97 moko 5430: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5431: defined" bug (described in issue #1036)
5432:
5433: * tests/: 247.html, results/247.processed: test for checkBOM added
5434: (test for bug #1037)
5435:
5436: * src/: include/pa_charsets.h, main/pa_charsets.C,
5437: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5438: it's not enforced, skips BOM signature if it complies charset
5439: (fixes bug #1037)
5440:
5441: 2015-10-13 moko
5442:
5443: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5444: linking
5445:
5446: * src/classes/inet.C: vs2003 compilation fix
5447:
5448: * src/classes/math.C: warning war
5449:
5450: * src/lib/punycode/pa_punycode.c: warning war
5451:
5452: 2015-10-12 moko
5453:
5454: * src/lib/punycode/pa_punycode.c: warning war
5455:
5456: * parser3.sln: moved parser3 first, to make it default startup
5457: project
5458:
5459: * buildall: parser "mirror" now used for external libs sources
5460: (implements feature #1036)
5461:
5462: * buildall: most external libs are updated to their current
5463: versions (related to feature #1036)
5464:
5465: * src/classes/image.C: more tags added
5466:
5467: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5468:
5469: 2015-10-11 moko
5470:
5471: * src/classes/curl.C: minor optimization (related to feature #1035)
5472:
5473: 2015-10-09 moko
5474:
5475: * src/classes/curl.C: pa_strdup added for strings from curl
5476: (related to feature #1035)
5477:
5478: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5479: ULLONG_MAX definition
5480:
5481: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5482: (implements feature #1035)
5483:
5484: * src/main/pa_charset.C: String::Body(String::C) used
5485:
5486: * src/main/pa_charset.C: exceptions unified
5487:
5488: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5489: unified
5490:
5491: * src/: classes/file.C, classes/image.C, classes/mail.C,
5492: classes/op.C, classes/xdoc.C, classes/xnode.C,
5493: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5494: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5495: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5496: String::Body(String::C) constructor added (related to bug #957)
5497:
5498: * src/classes/file.C: minor optimization
5499:
5500: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5501: Cord(char*) autocreation (related to bug #957)
5502:
5503: * src/: classes/string.C, main/untaint.C: minor optimizations
5504:
5505: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5506: String(char*, Lang, length) removed, String(C(), Lang) used
5507: instead (related to bug #957)
5508:
5509: 2015-10-08 moko
5510:
5511: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5512: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5513: main/untaint.C: Now char * is converted to CORD only using
5514: AS_CORD() to check for empty cord bug (fixes bug #957)
5515:
5516: * src/include/pa_hash.h: fixed compilation without
5517: HASH_CODE_CACHING
5518:
5519: * src/classes/string.C:
5520: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5521: feature #120)
5522:
5523: * src/main/pa_common.C: reduce js flags checks count (related to
5524: feature #120)
5525:
1.96 moko 5526: 2015-10-07 moko
5527:
5528: * tests/: 275.html, results/275.processed: test modified after
5529: unsigned long long int support implemented (feature #1034)
5530:
5531: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5532: pa_atoul added for unsigned long long int support
5533:
5534: 2015-10-06 moko
5535:
5536: * src/types/pa_vdate.C: INT_MAX used
5537:
5538: 2015-10-03 moko
5539:
5540: * tests/: 302.html, results/302.processed: test for bug #1023
5541: (\u2028, \u2029 escaping) added
5542:
5543: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5544: json:string[] (fixes bug #1023)
5545:
5546: 2015-09-29 moko
5547:
5548: * tests/305.html: try-catch added for OS without ipv6 support
5549:
5550: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5551: compilation
5552:
5553: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5554: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5555: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5556: implemented to distinguish ^hash.method from $hash.field
5557: (implements feature #1017)
5558:
5559: * src/lib/punycode/pa_punycode.c: warning war
5560:
5561: * src/include/pa_config_includes.h: warning war
5562:
5563: * src/include/pa_config_includes.h: pragma warning actualized a bit
5564:
5565: * src/include/pa_config_includes.h: warning war
5566:
5567: * src/include/pa_hash.h: clang compilation fix
5568:
5569: 2015-09-27 moko
5570:
5571: * src/main/compile.tab.C: Bison 3 is now default
5572:
5573: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5574:
5575: 2015-09-25 moko
5576:
5577: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5578: works with undefined HASH_ORDER (related to feature #196)
5579:
5580: 2015-09-24 moko
5581:
5582: * tests/: 027.html, results/027.processed: test modified to test
5583: ^hash.sort (feature #196)
5584:
5585: * src/: classes/hash.C, include/pa_hash.h:
5586: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5587: added (implements feature #196)
5588:
5589: * tests/: 316.html, results/316.processed: Added test for bug #1025
5590: (exception handling in non-cached ^cache), plus for "it does not
5591: have logical value" and "$exception.handled value must be either
5592: boolean or string 'cache'" exceptions.
5593:
5594: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5595: code (fixes bug #1025)
5596:
1.95 moko 5597: 2015-09-23 moko
5598:
5599: * src/classes/table.C: warning war
5600:
5601: * src/: classes/math.C, types/pa_vcookie.C: warning war
5602:
5603: * src/classes/file.C: warning war
5604:
5605: * src/: include/pa_table.h, main/pa_table.C: warning war
5606:
5607: * src/: main/pa_request.C, classes/date.C: warning war
5608:
5609: * src/: types/pa_vdate.C, classes/op.C: warning war
5610:
5611: * tests/: 122.html, results/122.processed: win sync: to remove
5612: differences with OS that doesn't keep timezone change history
5613:
5614: * src/types/pa_vdate.C: tzset() should be called in Windows after
5615: TZ change (related to feature #36)
5616:
5617: * tests/: 075.html, results/075.processed: win sync: to remove
5618: differences with OS that doesn't keep timezone change history
5619:
5620: * tests/: 315.html, results/315.processed: win sync: to remove
5621: differences with OS that doesn't keep timezone change history
5622:
5623: * tests/: 256.html, results/256.processed: win sync: to remove
5624: differences with OS that doesn't keep timezone change history
5625:
5626: * tests/: 124.html, results/124.processed: win results sync: to
5627: avoid hitting time change hole.
5628:
5629: * src/types/pa_vdate.C: static returned. :)
5630:
5631: 2015-09-22 moko
5632:
5633: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5634:
5635: * tests/results/131.processed: more tests for feature #1032
5636:
5637: * src/classes/date.C: minor fix related to feature #1032
5638:
1.211 moko 5639: * operators.ru.txt, operators.txt: ISO date creation documented
5640: (related to feature #1032)
1.95 moko 5641:
1.211 moko 5642: * operators.ru.txt, operators.txt: iso-string documented (related
5643: to feature #1032)
1.95 moko 5644:
5645: * tests/: 315.html, results/315.processed: more tests added
5646: (related to feature #1032)
5647:
5648: * tests/: 131.html, results/131.processed: date range checks
5649: updated (related to feature #36)
5650:
5651: * tests/: 315.html, results/057.processed, results/315.processed:
5652: test added for ISO date support (related to issue #315)
5653:
5654: * src/classes/date.C: more readable exceptions in date creation
5655: (related to ticket #1032)
5656:
5657: 2015-09-18 moko
5658:
5659: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5660: added (related to issue #1032)
5661:
5662: * tests/results/256.processed, src/classes/json.C: iso-string
5663: documented (related to issue #1032)
5664:
5665: * tests/: 256.html, results/256.processed: ISO date check added
5666: (related to issue #1032)
5667:
5668: * tests/: 057.html, results/057.processed, results/224.processed:
5669: tests results updated after ISO date support implemented (related
5670: to feature #1032)
5671:
5672: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5673: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5674: ^date::create[string] constructor formalized, ^date.iso-string[]
5675: added (implements feature #1032)
5676:
5677: 2015-09-05 moko
5678:
1.211 moko 5679: * operators.ru.txt, operators.txt: actualized
1.95 moko 5680:
1.211 moko 5681: * operators.ru.txt, operators.txt: date changes documented (related
5682: to ticket #36)
1.95 moko 5683:
5684: 2015-09-04 moko
5685:
5686: * src/types/pa_vdate.C: warning war
5687:
5688: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5689:
5690: 2015-09-03 moko
5691:
5692: * tests/results/096.processed: test result updated for 0..9999 year
5693: date range support (related to feature #36)
5694:
5695: * tests/: 314.html, results/314.processed: test for
5696: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5697: bug #1031)
5698:
5699: * src/classes/string.C: Static calls fixed for ^string:base64[],
5700: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5701:
1.116 moko 5702: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5703: configure.in -> configure.ac
1.95 moko 5704:
1.116 moko 5705: * configure, configure.in, src/include/pa_config_auto.h.in: more
5706: correct timezone check for FreeBSD Warning war: configure.in ->
5707: configure.ac
1.95 moko 5708:
5709: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5710: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5711: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5712: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5713: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5714: src/main/Makefile.am, src/targets/apache/Makefile.am,
5715: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5716: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5717: check added
5718:
5719: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5720:
5721: * tests/results/: 124.processed, 224.processed: test resuls updated
5722: for new date implementation (related to feature #36)
5723:
5724: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5725: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5726: types/pa_vdate.h: new double date implementation with internal
5727: support for extended 0..9999 year range, default timezone support
5728: (related to feature #36)
5729:
5730: 2015-08-28 moko
5731:
5732: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5733: (fixes bug #1030)
5734:
5735: 2015-08-21 moko
5736:
5737: * src/classes/inet.C: snprintf size "bug" commented
5738:
5739: * src/main/pa_common.C: snprintf comments updated
5740:
5741: 2015-08-16 moko
5742:
5743: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5744:
5745: 2015-08-11 moko
5746:
5747: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5748: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5749: can be null (fixes bug #1029)
5750:
5751: 2015-08-06 moko
5752:
1.116 moko 5753: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5754: pa_vdate.C added
1.95 moko 5755:
5756: 2015-08-05 moko
5757:
5758: * tests/: 313.html, results/313.processed: test for
5759: ^table.count[columns] and ^table.flip[] with nameless tables
5760: (feature #1003)
5761:
5762: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5763: max_cell added, now ^table.count[columns] and ^table.flip[] works
5764: correctly for nameless tables (implements feature #1003)
5765:
5766: 2015-08-03 moko
5767:
5768: * tests/312.html: test for ^table.append[$hash] and
5769: ^table.insert[$hash] added (related to feature #1028)
5770:
5771: * src/classes/table.C: ^table.append[$hash] and
5772: ^table.insert[$hash] now supported (implements feature #1028)
5773:
5774: * tests/: 312.html, results/312.processed: test row copy in
5775: ^table.hash[; $.type[table] ] added (related to feature #1016)
5776:
5777: * src/classes/table.C: row copy now created in ^table.hash[;
5778: $.type[table] ] (related to feature #1016)
5779:
5780: 2015-07-29 moko
5781:
5782: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5783: added (related to feature #1016)
5784:
5785: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5786: ^table.delete[] added to delete current row (related to feature
5787: 1016)
5788:
5789: 2015-07-28 moko
5790:
5791: * tests/: 312.html, results/312.processed: test for
5792: $table.column[value] and ^table.insert{row} (related to feature
5793: #1016)
5794:
5795: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5796: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5797: ^table.insert{row} are now implemented (feature #1016)
5798:
5799: * src/include/pa_array.h: Optimization: bool reverse removed from
5800: append(), insert() added, memmove arguments order in remove()
5801: fixed (related to feature #1016)
5802:
5803: 2015-07-23 moko
5804:
5805: * src/classes/json.C: tainted json and empty json exception added
5806: (implements feature #1015)
5807:
5808: * tests/: 311.html, results/311.processed: empty json and tainted
5809: json exception test added (related to issue #1015)
5810:
5811: 2015-07-22 moko
5812:
5813: * tests/: 311.html, results/311.processed: test for UTF-8
5814: processing added
5815:
5816: * tests/: 311.html, results/311.processed: test for
5817: json_exception_with_source added (related to issue #394)
5818:
5819: * src/classes/json.C: json_exception_with_source added (implements
5820: feature #394)
5821:
5822: 2015-06-29 moko
5823:
5824: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5825: directories are now correctly determined if _d_type == DT_UNKNOWN
5826: (closes bug #1027)
5827:
5828: 2015-06-10 moko
5829:
5830: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5831: error if libxml has LIBXML_ICU_ENABLED.
5832:
5833: 2015-06-04 moko
5834:
5835: * tests/099.html: ups, reverting
5836:
5837: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5838: results/310.processed: tests for $response:body[ $.file[] ] and
5839: $response:last-modified added
5840:
5841: * src/main/pa_request.C: last-modified check fixed
5842:
5843: 2015-06-03 moko
5844:
5845: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5846: results/205.processed, results/293.processed: $response:headers
5847: logging added (tests for feature #1007)
5848:
5849: * src/: include/pa_common.h, include/pa_request.h,
5850: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5851: $response:headers are now in uppercase (closes feature #1007)
5852:
5853: 2015-06-02 moko
5854:
5855: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5856: build errors reverted for clang compatibility
5857:
5858: 2015-06-01 moko
5859:
5860: * src/include/pa_memory.h: -pedantic build errors fixed
5861:
5862: * src/classes/math.C: -pedantic build error fixed
5863:
5864: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5865:
5866: 2015-05-31 moko
5867:
5868: * src/classes/table.C: USE_STRINGSTREAM optimized
5869:
5870: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5871: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5872: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5873: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5874: types/pa_vxnode.h: warning war (-pedantic flag)
5875:
5876: 2015-05-28 moko
5877:
5878: * tests/: 308.html, results/308.processed: test for
5879: ^table::create[$t;], etc work added (related to bug #975)
5880:
5881: * src/classes/table.C: check_option_param removed,
5882: ^table::create[$t;], etc now works (fixes bug #975)
5883:
5884: 2015-05-27 moko
5885:
5886: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5887: (Debian jessie) fixed (closes issue #1024)
5888:
5889: * tests/Makefile: sort added as in Debian jessie list become
5890: unsorted
5891:
5892: 2015-05-18 moko
5893:
5894: * tests/: 201.html, results/201.processed: test for
5895: ^string.trim[what] feature #1022
5896:
5897: * src/classes/string.C: ^string.trim[what] now supported,
5898: implements feature #1022
5899:
5900: 2015-05-17 moko
5901:
5902: * tests/results/185.processed: test result updated as feature #1021
5903: implemented (left/right accept negative parameter)
5904:
5905: * src/classes/string.C: left/right now accept negative parameter
5906: (implements feature #1021)
5907:
5908: 2015-05-08 moko
5909:
5910: * src/classes/math.C: isalnum -> pa_isalnum
5911:
5912: * src/main/execute.C: optimization in getter-junction processing
5913: (related to issue #997)
5914:
5915: 2015-05-07 moko
5916:
5917: * tests/: 307.html, results/307.processed: test for issue #997
5918: added
5919:
5920: * src/main/execute.C: process_getter result now checked if junction
5921: returned (closes issue #997)
5922:
5923: * tests/: 305.html, results/305.processed: sort added to ignore
5924: different order
5925:
5926: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5927: assignment (closes issue #994)
5928:
5929: * tests/: 306.html, results/306.processed: test for issue #994
5930: added
5931:
5932: * tests/: 303.html, results/303.processed: two more errors tested
5933:
5934: 2015-05-06 moko
5935:
5936: * tests/: 305.html, results/305.processed: test for name2ip &
5937: ip2name added (related to feature #992)
5938:
5939: * tests/: 303.html, 304.html, results/303.processed,
5940: results/304.processed: tests for idna conversion added (related
5941: to issue #849)
5942:
5943: 2015-05-02 moko
5944:
5945: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5946: implemented
5947:
5948: 2015-04-30 moko
5949:
5950: * src/main/pa_http.C: idna_host added, related to issue #849
5951:
5952: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5953: (related to issue #849)
5954:
5955: 2015-04-24 moko
5956:
5957: * src/types/pa_vjunction.C: warning war
5958:
5959: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5960: unification
5961:
5962: * src/lib/punycode/pa_idna.c: warning war
5963:
5964: 2015-04-22 moko
5965:
5966: * src/main/main.vcproj: punycode include path added
5967:
5968: * src/lib/punycode/pa_idna.c: windows compile error fixed
5969:
5970: * src/lib/punycode/pa_idna.c: warning war
5971:
5972: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5973: project file added
5974:
5975: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5976:
5977: * src/include/pa_memory.h: warning war
5978:
5979: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5980: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5981: implemented (related to feature #849)
5982:
5983: * configure.in, src/main/Makefile.am,
5984: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5985: libpunycode added in Unix
5986:
5987: 2015-04-21 moko
5988:
5989: * configure.in: large files support
5990:
5991: 2015-04-15 moko
5992:
5993: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5994: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5995: pa_punycode.h: initial version for punycode/idna support library
5996: (ticket #849)
5997:
5998: 2015-04-08 moko
5999:
6000: * src/: classes/curl.C, classes/date.C, classes/file.C,
6001: classes/image.C, classes/mail.C, classes/reflection.C,
6002: classes/string.C, classes/xnode.C, include/pa_request.h,
6003: include/pa_string.h, include/pa_stylesheet_connection.h,
6004: main/compile.y, main/compile_tools.h, main/execute.C,
6005: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6006: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6007: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6008: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6009: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6010: clang compiler warnings (closes issue #1018)
6011:
6012: * src/include/pa_string.h: String::Body comparation operators with
6013: char * added (related to issue #958)
6014:
6015: 2015-04-07 moko
6016:
6017: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6018: pa_malloc/pa_free to remove system malloc/free usage (related to
6019: issue #1018)
6020:
6021: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6022: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6023: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6024: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6025: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6026: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6027: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6028: malloc/strdup/free replaced with pa_ version and checks for
6029: accidental use of non-pa_ version added (related to issue #1018)
6030:
6031: 2015-04-03 moko
6032:
6033: * buildall: pcre-8.33 -> pcre-8.36
6034:
6035: * src/: main/compile.y, classes/form.C, classes/mail.C,
6036: classes/op.C, classes/string.C, main/compile.tab.C,
6037: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6038: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6039: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6040: ticket #958)
6041:
6042: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6043: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6044: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6045: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6046: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6047: $request:headers, $request:method added (implements feature
6048: #1007)
6049:
6050: 2015-03-17 misha
6051:
6052: * tests/302.html: - test for
6053: ^json:string[...;$._default[method-name]]
6054:
6055: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6056: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6057: option $._default[method-name] is specified in ^json:string[], a
6058: method with specified name will be called for classes/objects
6059: serialization ( new feature: #982 )
6060:
6061: 2015-03-16 misha
6062:
6063: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6064: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6065: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6066: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6067: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6068: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6069: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6070: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6071: types/pa_vrequest.h, types/pa_vstateless_class.C,
6072: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6073: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6074: $var.CLASS_NAME now have special opcodes. This can be switched
6075: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6076: on pa_opcode.h ( new feature: #844 )
6077:
6078: 2015-03-15 misha
6079:
6080: * tests/075.html: - test for $response:header[]
6081:
6082: * src/types/pa_vresponse.C: - $response:header[] deletes header
6083: that was set earlie ( new feature: #1001 )
6084:
6085: 2015-03-12 misha
6086:
6087: * tests/246.html: - more tests for ^hash._at[]
6088:
6089: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6090: accepts second param [key|value|hash] ( new feature: #1012 )
6091:
6092: 2015-03-09 moko
6093:
6094: * src/types/pa_vmail.C: exception for everything but
6095: $mail:received, closes issue #1011
6096:
6097: 2015-02-20 moko
6098:
6099: * tests/: 275.html, results/275.processed: hex detection in
6100: pa_atoui fix test (closes issue #1010)
6101:
6102: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6103: issue #1010)
6104:
6105: 2015-02-17 moko
6106:
6107: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6108: tainted.
6109:
6110: 2015-02-03 misha
6111:
6112: * tests/301.html: - test for ^json:string($double) causes
6113: exception. bugfix: #1008
6114:
6115: * src/classes/json.C: - ^json:string($double) causes exception.
6116: bugfix: #1008
6117:
6118: * tests/014.html: - updated for work with ^hash.delete[]
6119:
6120: 2015-01-12 misha
6121:
6122: * src/: classes/form.C, include/pa_common.h,
6123: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6124: types/pa_vform.h: - supports body with PUT method as well ( new
6125: feature: #1006 )
6126:
6127: * src/classes/file.C: - warnings war
6128:
6129: 2015-01-11 misha
6130:
6131: * tests/300.html: - test for ^hash.delete[] is added
6132:
6133: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6134: feature: #989 ) - tiny optimization in intersects
6135:
6136: 2015-01-06 moko
6137:
6138: * src/types/pa_vmail.C: file names transcode added, to and cc added
6139: with transcode, attachments detection fixed
6140:
6141: * src/main/pa_request.C: filling mail received after cgi/auto.p
6142: load to allow charset switch (related to issue #996)
6143:
6144: 2014-12-31 moko
6145:
6146: * src/types/pa_vmail.C: from and subject now transcoded if not
6147: UTF-8 source charset (fixes issue 996)
6148:
6149: * src/main/pa_exception.C: fixed string from stack bug (closes
6150: issue #1000)
6151:
6152: 2014-12-11 misha
6153:
6154: * src/types/pa_vhashfile.C: - check if key is not empty before
6155: access ( bug fix: #1005 )
6156:
6157: 2014-11-13 misha
6158:
6159: * src/main/compile.y: - PC.append does not reset to false while
6160: creating a new class. bugfix: #990
6161:
6162: * tests/299.html: - test for creation class after working with
6163: partial class (create+append)
6164:
6165: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6166: #995
6167:
6168: * tests/232.html: - test for @get[def] added
6169:
6170: 2014-10-12 moko
6171:
6172: * src/lib/pcre/pcre_internal.vcproj: correct path
6173:
6174: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6175: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6176: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6177: targets/apache/ApacheModuleParser3.vcproj,
6178: targets/apache/ApacheModuleParser3Core.vcproj,
6179: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6180: types/types.vcproj: project GUID inserted in *.vcproj for correct
6181: conversion in newer VS versions
6182:
6183: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6184: pcre_internal.vcproj added
6185:
6186: 2014-08-28 moko
6187:
6188: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6189: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6190: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6191:
6192: 2014-06-30 misha
6193:
6194: * tests/298.html: - tests for ^reflection:def[class;className]
6195: added
6196:
6197: * src/classes/reflection.C: - ^reflection:def[class;className]
6198: added ( new feature: #918 )
6199:
6200: 2014-06-29 misha
6201:
6202: * src/classes/table.C: - ^table::create[unsupported data] -
6203: exception comment changed to "body must be table or code" ( bug
6204: fix: #951 )
6205:
6206: * tests/: 261.html, results/261.processed: - tests for
6207: ^json:string[...;$.void[null|string]] added
6208:
6209: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6210: option $.void[string|null] added to ^json:string[...] ( new
6211: feature: #952 )
6212:
6213: 2014-06-28 moko
6214:
6215: * src/classes/curl.C: $.charset now processed before other curl
6216: options (closes issue #980)
6217:
6218: 2014-05-23 misha
6219:
6220: * src/classes/json.C: - bug fix: #987
6221:
6222: 2014-05-04 misha
6223:
6224: * tests/: 253.html, 253_json.txt: - test for
6225: ^json:parse[$.int(false)] is added
6226:
6227: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6228: default true). The option is similar to $.double(bool) but for
6229: integers.
6230:
6231: 2014-05-01 moko
6232:
6233: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6234: #12 )
6235:
6236: 2014-04-16 moko
6237:
6238: * src/main/pa_http.C: response-charset option should finally work
6239: now (fix for issue #867)
6240:
6241: * src/main/pa_http.C: response-charset option should work now (fix
6242: for issue #867)
6243:
6244: 2014-03-07 moko
6245:
6246: * buildall: libgc moved
6247:
6248: * buildall: libgc moved
6249:
6250: 2013-12-29 moko
6251:
6252: * src/classes/string.C: ^string:js-unescape result now tainted,
6253: closes issue #966
6254:
6255: * tests/: 186.html, results/186.processed: ^string:js-unescape
6256: result now tainted, issue #966
6257:
6258: 2013-12-03 moko
6259:
6260: * src/: classes/memcached.C, types/pa_vmemcached.C,
6261: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6262: option was added for http://www.parser.ru/forum/?id=79343
6263:
6264: * src/classes/file.C: bugfix for
6265: http://www.parser.ru/forum/?id=79337
6266:
6267: 2013-11-05 moko
6268:
6269: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6270:
6271: * src/main/pa_globals.C: spelling fixed
6272:
6273: 2013-10-29 moko
6274:
6275: * src/lib/json/json.vcproj: json.c -> pa_json.C
6276:
6277: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6278: #892
6279:
6280: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6281: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6282: exceptions to be thrown thougth json library), related to issue
6283: #892
6284:
6285: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6286: related to issue #896
6287:
6288: 2013-10-24 moko
6289:
6290: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6291:
6292: 2013-10-23 moko
6293:
6294: * README: actualization
6295:
6296: 2013-10-22 moko
6297:
6298: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6299: compatibility patch from Sergey Kirpichev
6300:
6301: * tests/: 297.html, results/297.processed: non-working getter fix
6302: test for issue #948
6303:
6304: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6305: called when saving value of $match variable in ^string.match[] to
6306: increase compatibility (related to issue #948).
6307:
6308: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6309: usage optimization
6310:
6311: 2013-10-21 moko
6312:
6313: * tests/: 182.html, results/182.processed: local path removed for
6314: compatibility
6315:
6316: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6317: results/244.processed, results/253.processed,
6318: results/254.processed, results/275.processed,
6319: results/281.processed: try_catch -> try-catch
6320:
6321: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6322: results/294.processed, results/296.processed: try_catch ->
6323: try-catch
6324:
6325: 2013-10-20 moko
6326:
6327: * tests/: 296.html, results/296.processed: test for xsl exception
6328: for issue #938 added.
6329:
6330: * src/: include/pa_xml_exception.h,
6331: main/pa_stylesheet_connection.C: forgotten to be replaced
6332: XmlException is now replaced (once again closes issue #938)
6333:
6334: 2013-10-18 moko
6335:
6336: * buildall: disable clock_gettime detection to avoid librt linking
6337: (which in turn depends on libpthread), related to issue #943
6338:
6339: 2013-10-18 misha
6340:
6341: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6342: lib/smtp/smtp.vcproj, main/main.vcproj,
6343: targets/apache/ApacheModuleParser3Core.vcproj,
6344: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6345: types/types.vcproj: - new locations for libxml2 includes where
6346: added to vcproj files
6347:
6348: 2013-10-18 moko
6349:
6350: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6351: fix
6352:
6353: * tests/: 295.html, results/295.processed: test for issue #948
6354: updated
6355:
6356: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6357: :)
6358:
6359: * tests/: 295.html, results/295.processed: test for issue #948
6360: added
6361:
6362: * src/: classes/hash.C, classes/string.C, classes/table.C,
6363: include/pa_request.h, types/pa_method.h: for getters and setters
6364: to be executed request.put_element should be called, not
6365: context.put_element (fixes issue #948)
6366:
6367: 2013-10-17 moko
6368:
6369: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6370: LIBXML2_NEW_BUFFER check (closes issue #943)
6371:
6372: * buildall: libxml 2.9.1 build is broken --without-reader.
6373:
6374: 2013-10-16 moko
6375:
6376: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6377:
6378: * tests/: 294.html, results/294.processed: test for issue #938
6379:
6380: * src/: classes/xdoc.C, classes/xnode.C,
6381: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6382: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6383:
6384: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6385: libxslt-1.1.26 -> libxslt-1.1.28
6386:
6387: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6388: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6389: to '?', related to issue #938
6390:
6391: 2013-10-15 moko
6392:
6393: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6394: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6395: minor optimizations (closes issue #896)
6396:
6397: * tests/results/: 292.processed, 293.processed: results updated to
6398: comply with issue #896
6399:
6400: * tests/: 292.html, 293.html, results/292.processed,
6401: results/293.processed: tests for json escaping
6402:
6403: 2013-10-14 moko
6404:
6405: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6406: and cleanup, code moved from .h to .C, no changes in code
6407:
6408: 2013-10-12 moko
6409:
6410: * tests/results/119.processed: updated test result commited
6411:
6412: * tests/: 291.html, results/291.processed: test for issue #894
6413: added
6414:
6415: * src/types/pa_wcontext.h: base methods call support function
6416: get_somebody_entered_some_class should not be true forever, as
6417: wcontext can have many get_elements calls (fixes issue #894)
6418:
6419: 2013-10-11 moko
6420:
6421: * tests/: 290.html, results/290.processed: test for junction GPF
6422: issue #942 added
6423:
6424: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6425: to native method fixed (closes issue #942)
6426:
6427: * tests/: 158.html, results/158.processed: test for csv-string[]
6428: added
6429:
6430: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6431: feature #907)
6432:
6433: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6434: feature #907)
6435:
6436: 2013-10-09 moko
6437:
6438: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6439: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6440: types/pa_vstateless_class.C: GET_default, SET_default now works
6441: properly not only in objects, but in classes as well (closes
6442: issue #903)
6443:
6444: * tests/: 289.html, results/289.processed: GET/SET_default now
6445: works in classes, not only objects, test case added, related to
6446: issue #903
6447:
6448: * tests/: 288.html, results/288.processed: test for endless
6449: recursion bug added (related to issue #903)
6450:
6451: 2013-10-05 moko
6452:
6453: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6454: classes/table.C, main/execute.C, types/pa_method.h,
6455: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6456: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6457: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6458: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6459: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6460: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6461: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6462: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6463: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6464: optimization: put_element no longer has "bool areplace" argument,
6465: related to issue #903
6466:
6467: 2013-10-03 moko
6468:
6469: * tests/results/182.processed: result for $.replace(false) test
6470: commited
6471:
6472: * src/classes/date.C: ^date::create(number) processed correctly
6473: (fixes issue #901)
6474:
6475: * src/classes/image.C: as_no_junction removed, as param can be
6476: expression (closes issue #931)
6477:
6478: * tests/233.html: test for issue #931 added
6479:
6480: 2013-10-02 moko
6481:
6482: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6483: modified, test for $.replace(false) added
6484:
6485: * src/main/compile_tools.h: forgotten class replace returned. :)
6486:
6487: 2013-09-30 moko
6488:
6489: * tests/: 141.html, results/141.processed: md5 tainting test added
6490:
6491: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6492: main/compile_tools.h, main/pa_request.C: allow_class_replace
6493: implemented; $.replace option added to ^process and ^use
6494:
6495: 2013-08-27 moko
6496:
6497: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6498: cstr_to_string_body_untaint should be called with charsets for
6499: possible uri language and connection for possible sql language.
6500: related to issue #857
6501:
6502: * buildall: and -> or fixed
6503:
6504: 2013-08-26 moko
6505:
6506: * buildall: prepare_ functions logic changed to support
6507: gc-7.2d.tar.gz extracting to gc-7.2 directory
6508:
6509: 2013-08-23 moko
6510:
6511: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6512: statically
6513:
6514: 2013-08-22 moko
6515:
6516: * src/classes/string.C: String::Empty used (related to issue #912)
6517: append_know_length removed (related to old GPF bug)
6518:
6519: 2013-08-21 moko
6520:
6521: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6522:
6523: * src/classes/math.C: ^math:digest[...;$file] support added
6524: (related to ticket #857
6525:
6526: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6527: implemented
6528:
6529: * src/types/pa_vhashfile.h: warning war
6530:
6531: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6532: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6533: anti_endless_json_string_recoursion removed from request;
6534: json_string_recoursion added to json_options; $.indent[indent
6535: value] now supported and passed within recoursion closes feature
6536: #937
6537:
6538: * tests/: 287.html, results/287.processed: test for feature #937
6539:
6540: 2013-07-31 moko
6541:
6542: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6543: compilation having #define _S
6544:
6545: * src/main/pa_globals.C: cleanup
6546:
6547: 2013-07-30 moko
6548:
6549: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6550: main/pa_common.C: vs2003 warning war
6551:
6552: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6553:
6554: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6555:
6556: * src/lib/md5/pa_sha2.c: warning war
6557:
6558: 2013-07-29 moko
6559:
6560: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6561: patches from github
6562:
6563: * src/: classes/bool.C, classes/double.C, classes/int.C,
6564: classes/memcached.C, include/pa_config_includes.h,
6565: types/pa_vfile.C, types/pa_vfile.h: warning war
6566:
6567: * src/lib/json/json.vcproj: C++ -> C
6568:
6569: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6570:
6571: * src/lib/json/: json.c, pa_json.C: windows compatibility
6572:
6573: * src/lib/json/: json.c, pa_json.C: windows compatibility
6574:
6575: * src/lib/json/: json.c, pa_json.C: warning war
6576:
6577: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6578:
6579: * src/include/pa_config_fixed.h: uint16_t added
6580:
6581: * configure.in: uint16_t check added
6582:
6583: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6584: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6585: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6586: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6587: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6588:
6589: 2013-07-25 moko
6590:
6591: * parser3.sln: dependencies added
6592:
6593: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6594: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6595: module support
6596:
6597: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6598:
6599: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6600:
6601: 2013-07-23 moko
6602:
6603: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6604: PA_DEBUG_GC_MEMORY removed
6605:
6606: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6607: PA_DEBUG_DISABLE_GC compilation fix
6608:
6609: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6610: main/pa_request.C: outdated RESOURCES_DEBUG removed
6611:
6612: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6613: garbage cleanup
6614:
6615: * src/main/pa_common.C: warning war
6616:
6617: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6618:
6619: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6620: minor cleanup
6621:
6622: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6623: uses cygwin, not WIN32 implementation
6624:
6625: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6626: able to exec shell scripts
6627:
6628: * src/classes/math.C: ifdef WIN32 cleanup
6629:
6630: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6631:
6632: * src/classes/curl.C: LT_MODULE_EXT used
6633:
6634: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6635:
6636: 2013-07-22 moko
6637:
6638: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6639: includes fix
6640:
6641: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6642:
6643: * configure.in, src/include/pa_config_includes.h,
6644: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6645: src/main/pa_exec.C: includes cleanup
6646:
6647: * src/targets/cgi/parser3.C: 2012->2013
6648:
6649: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6650:
6651: * configure.in, src/include/pa_config_includes.h,
6652: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6653: src/main/pa_random.C, src/main/pa_socks.C,
6654: src/types/pa_vstatus.C: cygwin support cleanup
6655:
6656: * configure.in: dirent.h check added
6657:
6658: * src/: include/pa_config_includes.h, include/pa_dir.h,
6659: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6660: not copied
6661:
6662: 2013-07-21 moko
6663:
6664: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6665:
6666: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6667: parser3.vcproj: unused getopt.h / getopt.c removed
6668:
1.211 moko 6669: * operators.ru.txt, operators.txt, src/classes/file.C,
6670: tests/022.html, tests/results/022.processed:
6671: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6672:
6673: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6674: src/main/pa_dir.C: ^file:list[] now has dir column and when
6675: $.stat(true) it has size/*date columns modified patch from misha@
6676: that closes issue #914.
6677:
6678: * src/: include/pa_config_includes.h, main/pa_globals.C:
6679: PA_RELEASE_ASSERTS removed
6680:
6681: * src/lib/md5/pa_md5c.c: minor cleanup
6682:
6683: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6684: localeconv()->decimal_point usage remoed (related to issue #934)
6685:
6686: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6687: cordprnt.c removed
6688:
6689: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6690: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6691: pa-include/pa_strings.h: includes cleanup
6692:
6693: * src/lib/md5/pa_md5c.c: headers cleanup
6694:
6695: 2013-07-20 moko
6696:
6697: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6698: cleanup
6699:
6700: 2013-07-19 moko
6701:
6702: * src/classes/math.C: extern "C" added for crypt
6703:
6704: 2013-07-18 moko
6705:
6706: * src/classes/math.C: fix redhat7.2 build
6707:
6708: 2013-07-17 moko
6709:
6710: * configure.in, src/include/pa_config_includes.h,
6711: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6712: added for uint8/32/64_t)
6713:
6714: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6715: pa_config_includes.h used for uint32/64_t
6716:
6717: 2013-07-16 moko
6718:
6719: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6720: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6721: war
6722:
6723: * src/main/compile.tab.C: compile.y was updated
6724:
6725: * src/main/compile.y: warning war
6726:
6727: * src/: include/pa_exception.h, main/pa_exception.C,
6728: main/pa_xml_exception.C: warning war
6729:
6730: * src/: include/pa_common.h, main/pa_common.C: warning war
6731:
6732: * configure.in: beauty :)
6733:
6734: * tests/: 141.html, results/141.processed: sha256/512 added
6735:
6736: 2013-07-13 moko
6737:
6738: * src/lib/md5/md5.vcproj: sha2 added
6739:
6740: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6741: classes/math.C: sha2 support (sha256/sha512 digest)
6742:
6743: 2013-07-08 moko
6744:
6745: * src/classes/image.C: directory read or other read problem message
6746: fixed (related to issue #933)
6747:
6748: 2013-07-07 moko
6749:
6750: * AUTHORS: + misha + moko. :)
6751:
6752: 2013-07-06 moko
6753:
6754: * src/: classes/curl.C, include/pa_globals.h,
6755: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6756: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6757: for lt_dlinit to be called once and lt_dlexit called at right
6758: place (related to issue #925)
6759:
6760: 2013-07-04 moko
6761:
6762: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6763: VString::as_vfile now uses vfile.set_binary_string to avoid
6764: content-type to be set, as it brokes badly designed logic in
6765: response output. This hopefully finishes issue #928.
6766:
6767: * tests/results/: 256.processed, 286.processed: file now displayed
6768: as name, size, mode, content-type
6769:
6770: * src/main/pa_common.C: read error now reported cottectly (fixes
6771: issue #933
6772:
6773: 2013-06-28 moko
6774:
6775: * tests/: 286.html, results/286.processed: test extended
6776:
6777: * tests/: 286.html, results/286.processed: Test for issue #928
6778: added. it tests default content-type change.
6779:
6780: * src/types/pa_vfile.C: closes issue #928 - default content-type
6781: now updated
6782:
6783: 2013-06-25 moko
6784:
6785: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6786: content-type for text/binary files without name added;
6787: ^file::create[$f;...] options now works properly and $f
6788: properties are default (fixes issue #928)
6789:
6790: 2013-05-16 misha
6791:
6792: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6793: added
6794:
6795: * src/main/pa_table.C: - a tiny memory optimisation while creating
6796: table if specified limit is bigger than source rows count
6797:
6798: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6799: added ( new feature: #858 )
6800:
6801: 2013-04-29 moko
6802:
6803: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6804: $.ipresolve(0|1|2) added (closes issue #891)
6805:
6806: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6807:
6808: 2013-04-24 moko
6809:
6810: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6811: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6812: types/pa_vmemcached.h: ^memcache.release[] added, calls
6813: memcached_quit (refs #893)
6814:
6815: 2013-04-22 moko
6816:
6817: * src/: include/pa_string.h, main/pa_common.C: no more double
6818: slashes in file path (fixes bug #872)
6819:
6820: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6821: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6822: #739)
6823:
6824: * tests/results/266.processed: $.max_params added (feature #915)
6825:
6826: * src/: include/pa_common.h, main/pa_http.C: response-charset
6827: option added to file::load (closes issue #867)
6828:
6829: 2013-04-20 misha
6830:
6831: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6832: commited
6833:
6834: 2013-03-15 misha
6835:
6836: * src/classes/: hash.C, table.C: - Optimisation: do not create
6837: multiple empty strings while ::sql. uae String::Empty instead
6838:
6839: 2013-03-14 misha
6840:
6841: * src/classes/reflection.C: - for user classes
6842: ^reflection:method_info[] returns $.max_params and $.extra_param
6843: with $.call_type if they available ( new feature: #915 )
6844:
6845: * src/classes/file.C: - ^file:delete[] now supports an option
6846: $.exception(false) that suppress any exception while deleting
6847: file ( new feature: #916 )
6848:
6849: * src/classes/curl.C: - parsing cookies after curl:load now should
6850: work :)
6851:
6852: 2013-03-12 misha
6853:
6854: * src/types/pa_vfile.C: - if specified file_name is empty string
6855: set default name for the file
6856:
6857: 2013-03-11 misha
6858:
6859: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6860: also available in $f.cookies
6861:
6862: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6863: moved to a separate method
6864:
6865: 2013-03-10 moko
6866:
6867: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6868: added
6869:
6870: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6871: removed (declared by autoconf)
6872:
6873: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6874: uint32_t define
6875:
6876: 2013-03-10 misha
6877:
6878: * src/classes/file.C: ^file:delete and ^file:move now support
6879: option $.keep-empty-dirs(true) ( new feature: #884 )
6880:
6881: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6882: empty dirs is added
6883:
6884: 2013-03-10 moko
6885:
6886: * src/classes/: bool.C, double.C, int.C: default can be present,
6887: but default check removed from ^int/double/bool.int/double/bool
6888: for string.int/double/bool compatibility (related to issue #913)
6889:
6890: * src/classes/string.C: ^string.int/dobule/bool no longer
6891: internally throws exception if default is present (closes issue
6892: #913)
6893:
6894: 2013-03-09 misha
6895:
6896: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6897: optimisations ( #845 )
6898:
6899: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6900:
6901: 2013-03-08 moko
6902:
6903: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6904: creates correct table (fixes issue #910)
6905:
6906: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6907: use outside of 'connect' operator (fixes issue #911)
6908:
6909: * tests/results/: 096.processed, 122.processed: test results
6910: updated as doubles now printed with 15 significant digits, not 5
6911: (fixes issue #882)
6912:
6913: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6914: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6915:
6916: 2013-02-21 moko
6917:
6918: * src/classes/table.C: _locate_name_value does not check arguments
6919: count, so we check it in advance (fixes issue #905)
6920:
6921: 2012-10-23 moko
6922:
6923: * buildall: old shell for and echo compatibility (for six)
6924:
6925: 2012-10-19 moko
6926:
6927: * buildall: --strip added --disable-safe-mode listed in usage
6928:
6929: 2012-10-17 misha
6930:
6931: * src/classes/op.C: - apply-taint should not throw "outside
6932: connect" exception with sql lang now
6933:
6934: 2012-10-17 moko
6935:
6936: * src/main/pa_request.C: bugfix: safe mode should be inited for
6937: each request (for apache module)
6938:
6939: 2012-09-26 moko
6940:
6941: * src/doc/doxygen.cfg: png -> svg
6942:
6943: 2012-09-25 moko
6944:
6945: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6946: test added
6947:
6948: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6949: double use when key is long
6950:
6951: 2012-09-16 moko
6952:
6953: * src/classes/math.C: Format -> Method Encode -> Format
6954:
6955: * tests/: 141.html, results/141.processed: math:digest hmac test
6956: added
6957:
6958: 2012-09-14 moko
6959:
6960: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6961: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6962: implementation added
6963:
6964: 2012-09-12 moko
6965:
6966: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6967: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6968: targets.dox and string.dox slightly actualized
6969:
6970: 2012-08-31 moko
6971:
6972: * ChangeLog: now generated with patched cvs2cl.pl
6973:
6974: 2012-07-29 moko
6975:
6976: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6977: result should be pushed after VMethodFrame destructor is called,
6978: as it deletes junctions from stack params (fixes issue #868)
6979:
6980: 2012-07-23 moko
6981:
6982: * INSTALL, README: buildall script usage documented, other outdated
6983: info updated.
6984:
6985: * buildall-with-xml, buildall-without-xml: replaced by buildall
6986:
6987: 2012-07-21 moko
6988:
6989: * buildall: glib does not compile when threads are disabled...
6990:
6991: * src/types/pa_vmail.C: g_assertion fixes for empty input
6992:
6993: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6994: unref, can't unref nested objects)
6995:
6996: * src/types/pa_vmail.C: another check added
6997:
6998: 2012-07-19 moko
6999:
7000: * buildall: usage added
7001:
7002: * buildall: new buildall script that unites buildall-with-xml,
7003: buildall-without-xml, --with-apache and --with-mailreceive
7004:
7005: * configure.in: support for static gmime and dynamic glib linking.
7006: fixes for FreeBSD
7007:
7008: 2012-07-17 moko
7009:
7010: * configure.in: --with-mailreceive replaced
7011: --with-static-mailreceive and --with-shared-mailreceive pathlink
7012: removed
7013:
7014: 2012-07-16 moko
7015:
7016: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7017: capitalized, content now decoded and text content converted to
7018: $request:charset. all properties are accessed by functions, this
7019: ready for dynamic load.
7020:
7021: 2012-06-28 moko
7022:
1.116 moko 7023: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7024: 32 bit
1.95 moko 7025:
7026: 2012-06-27 moko
7027:
7028: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7029: passive ftp
7030:
7031: * src/lib/ltdl/ltdl.vcproj: release build fixed
7032:
7033: * configure.in: 3.4.2 RC -> 3.4.2
7034:
7035: 2012-06-22 moko
7036:
7037: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7038: #815)
7039:
7040: * tests/: 284.html, results/284.processed: output options test
7041: (feature #265)
7042:
7043: 2012-06-22 misha
7044:
7045: * tests/215.html: - little changes
7046:
7047: 2012-06-21 moko
7048:
7049: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7050: types/pa_vxdoc.h: output_options returned and used (bugfix for
7051: feature #265)
7052:
7053: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7054: breaks long .*, default 10M restored. (issue #216)
7055:
7056: * tests/: 283.html, results/283.processed: test for issue #815
7057: added
7058:
7059: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7060: again, cstrm not required.
7061:
7062: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7063: Win32 and broken FreeBSD (issue #45)
7064:
7065: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7066:
7067: * src/main/pa_string.C: warnings war
7068:
7069: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7070: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7071: main/pa_socks.C, targets/apache/pa_threads.C,
7072: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7073: types/pa_vstatus.C: compilation under cygwin fixed
7074:
7075: 2012-06-19 moko
7076:
7077: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7078: Windows fixed
7079:
7080: * parser3.sln: removed antique pcre_ctype
7081:
7082: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7083:
7084: * src/include/pa_config_fixed.h: undefined reference to
7085: __imp__pcre_* fix for Windows
7086:
7087: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7088: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7089: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7090: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7091: define fixed
1.95 moko 7092:
7093: 2012-06-18 moko
7094:
7095: * src/classes/memcached.C: flush -> clear
7096:
7097: * src/classes/memcached.C: memcached does not support quotes even
7098: in server name
7099:
7100: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7101: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7102: called on open to check servers existance. $.key(true) syntax
7103: now supported
7104:
7105: 2012-06-17 moko
7106:
7107: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7108: cleanup
7109:
7110: * src/classes/table.C, tests/282.cfg, tests/282.html,
7111: tests/results/282.processed: encloser at the EOF bug fixed,
7112: incorrectly enclosed data now processed more logicaly (fixes
7113: #339)
7114:
7115: 2012-06-15 moko
7116:
7117: * buildall-without-xml: sync with buildall-with-xml
7118:
7119: * buildall-with-xml: download auto-detected between fetch and curl
7120:
7121: * configure.in: --with-gc and --with-pcre now also processed
7122: correctly
7123:
1.116 moko 7124: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7125: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7126: should be run on rol1 using automake / aclocal (GNU automake)
7127: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7128:
7129: * configure.in: new PARSER_VERSION logic
7130:
7131: * src/include/pa_version.h: new pa_version.h logic
7132:
7133: * src/: classes/curl.C, classes/file.C, classes/image.C,
7134: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7135: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7136: feols_normalized -> fis_text_content set_binary added
7137:
7138: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7139:
7140: 2012-06-15 misha
7141:
7142: * src/: classes/curl.C, classes/file.C, classes/image.C,
7143: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7144: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7145: ^file::create[text;content] EOLs in content now is normalized. (
7146: new feature: #815 )
7147:
7148: 2012-06-15 moko
7149:
7150: * configure.in: --disable-version-update added to disable version
7151: update with host information (for debian package) whitespace
7152: optimized
7153:
7154: * configure.in: version changed to 3.4.2 RC no-pic added for
7155: libtool
7156:
7157: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7158: it.
7159:
7160: 2012-06-14 moko
7161:
7162: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7163: tests/results/281.processed: "hash flocked" error removed for
7164: safe operations like ^h._count[] ( new feature: #335 )
7165:
1.116 moko 7166: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7167:
7168: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7169:
7170: * configure.in: --with-static/shared xml replaced with --with-xml,
7171: xml compilation check added
7172:
7173: * configure.in: --with-static/shared-gc, --with-static-pcre are
7174: replaced with --with-gc and --with-pcre test for pcre linking
7175: added
7176:
7177: 2012-06-13 moko
7178:
7179: * configure.in: apxs2 check optimized
7180:
7181: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7182: .la, includes optimized
7183:
7184: * buildall-with-xml: --with-pic looks better for -fPIC
7185:
7186: * configure.in: switched to convenience library in static linking
7187:
7188: * src/targets/apache/Makefile.am: switched to convenience library
7189: usage to avoid libtool warnings
7190:
7191: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7192: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7193: smtp/Makefile.am: switched to convenience library usage
7194:
7195: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7196:
7197: * src/targets/apache/Makefile.am: updated for libtool usage
7198:
7199: * buildall-without-xml: --with-included-ltdl added
7200:
7201: * buildall-without-xml: sync with buildall-with-xml
7202:
7203: * buildall-with-xml: --with-included-ltdl added $cflags added for
7204: -fPIC for x64 $download added for wget success check added
7205:
7206: * buildall-without-xml: --with-dynamic-stdcpp removed
7207:
7208: * configure.in: disable-static returned
7209:
7210: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7211: LIBTOOLFLAGS
7212:
7213: 2012-06-12 moko
7214:
7215: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7216: compatible with LIBTOOLFLAGS for unknown reasons
7217:
7218: * buildall-with-xml: --with-dynamic-stdcpp removed
7219:
7220: * configure.in: static/dynamic -lstdc++ linking option removed
7221: apxs2 check added
7222:
7223: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7224: option removed
7225:
7226: 2012-06-10 moko
7227:
7228: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7229: added
7230:
7231: * src/targets/cgi/pp3.cmd: old PAF stuff
7232:
1.116 moko 7233: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7234: beauty
1.95 moko 7235:
7236: * depcomp: from libtool 2.4.2
7237:
7238: * configure.in: ltdl directory removed, it has correct Makefile.in
7239:
7240: 2012-06-09 moko
7241:
1.116 moko 7242: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7243: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7244: autogenerated files updated after libtool update
7245:
1.116 moko 7246: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7247: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7248: config_auto.h.in, config_fixed.h, configure, configure.ac,
7249: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7250: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7251: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7252: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7253: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7254: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7255: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7256: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7257: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7258: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7259:
7260: * configure.in: preparation for new libtool
7261:
7262: * configure.in: Some beauty added :)
7263:
7264: * src/targets/apache/Makefile.am: := -> =
7265:
7266: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7267: again. :)
7268:
7269: * src/include/pa_config_includes.h, configure.in: limits.h added,
7270: previously was taken from pcre_internal.h. :)
7271:
7272: * src/lib/pcre/Makefile.am: config.h returned
7273:
7274: * src/lib/pcre/config.h: still need this. :)
7275:
7276: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7277:
7278: * configure.in: --with-charsets removed; --with-mysql-client & co
7279: removed
7280:
7281: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7282: now in parser tree, no need to copy
7283:
7284: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7285: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7286: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7287: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7288: extracts now used old trash removed
7289:
7290: * etc/parser3.charsets/Makefile.am: charsets now in share
7291: (debian/patches/104_automake.patch) + all charsets are copied
7292:
7293: * buildall-with-xml, buildall-without-xml: curl option removed +
7294: extra arguments now supported
7295:
7296: 2012-06-08 misha
7297:
7298: * src/classes/table.C: - one params.as_hash usage was rolled back:
7299: the 2nd option in ^table.hash[] could be hash or table so
7300: .as_hash will throw an exception when table option is specified
7301:
7302: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7303: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7304: classes/table.C, classes/void.C, classes/xdoc.C,
7305: include/pa_exception.h, types/pa_vmethod_frame.C,
7306: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7307: and improved (whitespaces are allowed as empty options) -
7308: MethodParams::as_table is added - above methods are used for
7309: parsing methods' options ( new feature: #9 )
7310:
7311: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7312: to vclass. now class fields can be accessible as a hash:
7313: $h[^hash::create[$asd:CLASS]]
7314:
7315: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7316: have get_fields method so their fields can be accessed with
7317: ^reflection:fields[...] & ^reflection:field[...]
7318:
7319: 2012-06-06 misha
7320:
7321: * tests/280.html: - tests for
7322: ^reflection:method[obj-or-class;method],
7323: ^reflection:field[obj-or-class;field] and
7324: ^reflection:fields[obj-or-class] are added
7325:
7326: 2012-06-05 misha
7327:
7328: * src/classes/reflection.C: - ^reflection:method[class or
7329: object;method name] and ^reflection:field[class or object;field
7330: name] are added
7331:
7332: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7333: is used
7334:
7335: * src/types/pa_method.h: - Method::as_vjunction method is added
7336:
7337: 2012-06-05 moko
7338:
1.116 moko 7339: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7340:
7341: * src/classes/memcached.C: flish ttl fixed
7342:
7343: 2012-06-04 moko
7344:
7345: * src/classes/json.C, src/classes/op.C, tests/279.html,
7346: tests/results/279.processed: ^json:parse[] now supports $.taint
7347: option (new feature #833)
7348:
7349: 2012-06-04 misha
7350:
7351: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7352: - search_stop method was moved from pa_vcookie.C to pa_common.C
7353:
7354: 2012-06-03 misha
7355:
7356: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7357: cookies are parced and stored into $.cookies ( new feature: #31 )
7358:
7359: 2012-05-30 misha
7360:
7361: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7362: incomplete class into a scope while @USE is found
7363:
7364: * src/main/compile.y: - add incomplete class into a scope while
7365: @USE and @CLASS instructions are found ( bugfix: #838 )
7366:
7367: 2012-05-30 moko
7368:
7369: * src/types/pa_vclass.C, tests/278.html,
7370: tests/results/278.processed: removed "property has no getter
7371: method" exception when GET_DEFAULT present (fixes #269)
7372:
7373: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7374: $._default
7375:
7376: 2012-05-29 moko
7377:
7378: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7379: uninitialized values usage (new feature: #154)
7380:
7381: 2012-05-28 moko
7382:
7383: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7384: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7385: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7386: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7387: src/types/pa_vobject.C, src/types/pa_vobject.h,
7388: src/types/pa_vstring.h, src/types/pa_vtable.C,
7389: tests/results/277.processed, src/types/pa_vtable.h,
7390: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7391: ^json:string[$o; $.default[$method]] implemented for VObject (new
7392: feature #803)
7393:
7394: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7395: tests/results/277.processed: json numbers are now treated as
7396: double ( new feature: #834 )
7397:
7398: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7399: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7400: added for out of range checks, zero division in vint/vdouble
7401: check added ( fixes #832 )
7402:
7403: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7404: ( fixes #832 )
7405:
7406: 2012-05-28 misha
7407:
7408: * buildall-with-xml: - --without-lzma option is added to libxml2
7409: configure
7410:
7411: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7412: added - tests for unsupported values for options $.file, $.table
7413: and $.date are added
7414:
7415: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7416: accepts "stat" $.file[] option's value in addition to existed
7417: "text" and "base64" ( new feature: #835 )
7418:
7419: * tests/276.html: - test for
7420: ^reflection:delete[$object-or-class;field-name]
7421:
7422: * src/classes/reflection.C: -
7423: ^reflection:delete[$object-or-class;field-name] is added ( new
7424: feature: #268 )
7425:
7426: 2012-05-27 misha
7427:
7428: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7429:
7430: 2012-05-24 misha
7431:
7432: * src/include/pa_common.h: - method lastposafter was removed
7433:
7434: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7435: lastposafter - ^file:dirname[] & Co proper handle windows file
7436: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7437: work as *nix commands
7438:
7439: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7440:
7441: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7442: rskipchars were added
7443:
7444: * tests/270.html: - more tests for ^file:find[]
7445:
7446: * tests/065.html: - more tests for ^file:dirname[] & Co
7447:
7448: * src/include/pa_version.h: - must be "win32" here. it is
7449: auto-generated on *nix
7450:
7451: 2012-05-24 moko
7452:
7453: * src/classes/math.C: ^math:convert[] now supports uint32 and
7454: throws overflow exception ( new feature: #830 )
7455:
7456: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7457: uint32 support and overflow added ( new feature: #830 )
7458:
7459: 2012-05-23 moko
7460:
7461: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7462: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7463: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7464: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7465: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7466: types/pa_vregex.h, types/pa_vstateless_class.C,
7467: types/pa_vstateless_class.h, types/pa_vstring.h,
7468: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7469: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7470: "return string as-is" removed from as_expr_result. ( new feature:
7471: #831 )
7472:
7473: * tests/results/244.processed: test changed after bug #782 fix
7474: commited
7475:
7476: * tests/results/229.processed: test results for bug #782 commited
7477:
7478: * tests/: 254.html, results/254.processed: uid now just compared,
7479: not printed. :)
7480:
7481: 2012-05-20 moko
7482:
7483: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7484: feature: #341 )
7485:
7486: * tests/: 254.html, results/254.processed: test for
7487: ^reflection:uid[] added
7488:
7489: * tests/: 254.html, results/254.processed: test for
7490: ^reflection:uid[$obj] added
7491:
7492: 2012-05-17 misha
7493:
7494: * src/main/untaint.C: - do not replace ' char by _26 while
7495: exploding filespec-tainting ( new feature: #829 )
7496:
7497: 2012-05-12 moko
7498:
7499: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7500: not.
7501:
7502: 2012-05-08 moko
7503:
7504: * src/types/pa_vmethod_frame.h: bug #782 fixed
7505:
7506: * tests/229.html: test for bug #782
7507:
7508: * tests/results/259.processed, src/main/pa_request.C,
7509: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7510: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7511: src/types/pa_vvoid.h: feature #154 - first empty param now
7512: string; defined locals are empty strings; $STRICT-VARS(true)
7513: added
7514:
7515: 2012-04-27 moko
7516:
1.116 moko 7517: * src/targets/apache/Makefile.am:
1.95 moko 7518: ../../lib/memcached/libmemcached.a added
7519:
7520: 2012-04-27 misha
7521:
7522: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7523: ( #827 )
7524:
7525: 2012-04-25 moko
7526:
7527: * src/: classes/json.C, classes/memcached.C,
7528: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7529: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7530: implemented.
7531:
7532: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7533:
7534: 2012-04-23 moko
7535:
7536: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7537: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7538: types/pa_vmemcached.h: open allows options hash for new
7539: memcached(options) function
7540:
7541: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7542: not appended
7543:
7544: 2012-04-21 moko
7545:
7546: * src/classes/curl.C: '' added. :)
7547:
7548: * src/classes/classes.vcproj: new curl.h location
7549:
7550: * src/classes/curl.C: verbose output redirection from stderr to
7551: file curl option added
7552:
7553: 2012-04-20 moko
7554:
7555: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7556: contains what we need from curl, #ifdef HAVE_CURL removed
7557:
1.116 moko 7558: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7559: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7560: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7561: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7562: configure option
7563:
7564: 2012-04-19 moko
7565:
7566: * src/: classes/double.C, classes/inet.C, classes/int.C,
7567: classes/string.C, lib/gc/include/gc_allocator.h,
7568: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7569: options from sql_result_string removed. (closes issue #468)
7570:
7571: * src/types/pa_vmemcached.C: empty string fix
7572:
7573: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7574: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7575: pa_vmemcached.C
7576:
7577: 2012-04-18 moko
7578:
7579: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7580: apache2-mpm-prefork" error displayed in threaded mpm.
7581:
7582: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7583: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7584: installed (issue #354)
7585:
7586: 2012-04-16 moko
7587:
7588: * src/types/pa_vmemcached.C: call to memcached_result_create and
7589: memcached_result_free removed
7590:
7591: 2012-04-14 moko
7592:
7593: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7594:
7595: * src/types/pa_vmemcached.C: check_key added and used
7596:
7597: 2012-04-13 moko
7598:
7599: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7600: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7601: Serialization_data now added and used, VString now serialized
7602: with languages into memcached.
7603:
7604: 2012-03-28 moko
7605:
7606: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7607: lib/memcached/pa_memcached.h: result lengths added
7608:
7609: 2012-03-27 moko
7610:
7611: * src/types/pa_vmemcached.C: strdup added
7612:
7613: 2012-03-24 moko
7614:
7615: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7616: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7617: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7618:
7619: 2012-03-20 moko
7620:
1.116 moko 7621: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7622:
7623: * src/targets/cgi/Makefile.am: cleanup
7624:
7625: * src/: types/Makefile.am, types/pa_vmemcached.C,
7626: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7627:
7628: * src/: classes/Makefile.am, classes/memcached.C,
7629: lib/memcached/Makefile.am, lib/memcached/constants.h,
7630: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7631: lib/memcached/types.h, lib/Makefile.am: memcached initial
7632:
7633: 2012-03-16 moko
7634:
7635: * src/main/execute.C: ident now works under Linux + ident displays
7636: filenames (closes issue #818)
7637:
1.116 moko 7638: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7639: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7640: pa_vmethod_frame_local.h removed
7641:
7642: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7643: classes/classes.h, classes/curl.C, classes/date.C,
7644: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7645: classes/hashfile.C, classes/image.C, classes/inet.C,
7646: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7647: classes/memory.C, classes/op.C, classes/reflection.C,
7648: classes/regex.C, classes/response.C, classes/string.C,
7649: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7650: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7651: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7652: include/pa_config_fixed.h, include/pa_config_includes.h,
7653: include/pa_dictionary.h, include/pa_dir.h,
7654: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7655: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7656: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7657: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7658: include/pa_request_charsets.h, include/pa_request_info.h,
7659: include/pa_sapi.h, include/pa_socks.h,
7660: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7661: include/pa_stack.h, include/pa_string.h,
7662: include/pa_stylesheet_connection.h,
7663: include/pa_stylesheet_manager.h, include/pa_table.h,
7664: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7665: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7666: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7667: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7668: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7669: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7670: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7671: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7672: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7673: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7674: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7675: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7676: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7677: main/pa_string.C, main/pa_stylesheet_connection.C,
7678: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7679: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7680: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7681: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7682: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7683: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7684: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7685: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7686: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7687: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7688: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7689: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7690: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7691: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7692: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7693: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7694: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7695: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7696: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7697: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7698: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7699: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7700: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7701: types/pa_vresponse.h, types/pa_vstateless_class.C,
7702: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7703: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7704: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7705: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7706: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7707: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7708: ident now works under Linux + ident displays filenames (closes
7709: issue #818) Copyright updated
7710:
7711: 2012-03-13 moko
7712:
7713: * src/main/pa_string.C: compilation fix for feature #741
7714:
7715: 2012-03-09 misha
7716:
7717: * tests/193.html: - tests for ^string:base64[encoded] are updated
7718:
7719: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7720: now detects invalid base64 chars in the middle of encoded stricg
7721: ( new feature: #55 )
7722:
7723: * src/include/pa_exception.h: - new exception type for base64
7724: decoding is added
7725:
7726: 2012-03-06 misha
7727:
7728: * tests/274.html: - tests for ^date::today[] and
7729: ^date.sql-string[datetime|date|time] are added
7730:
7731: * src/classes/date.C: - constructor ^date::today[] is added ( new
7732: feature: #811 ) - ^date.sql-string[] now can accept one param --
7733: strings "datetime", "date" or "time" - comments tidying up
7734:
7735: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7736: date and time
7737:
7738: 2012-03-03 misha
7739:
7740: * tests/193.html: - tests for
7741: ^string:base64[encoded;$.strict(true)] are added
7742:
7743: * tests/results/auto.p: - try-catch operator is added
7744:
7745: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7746: main/pa_common.C: - $.strict(true|false) option is added to
7747: base64 decode methods ( new feature: #55 )
7748:
7749: * src/main/pa_common.C: - base64 decode memory usage was decreased
7750: ( new feature: #819 )
7751:
7752: 2012-02-28 moko
7753:
7754: * src/classes/hash.C: ident test
7755:
7756: 2012-02-27 misha
7757:
7758: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7759:
7760: 2012-01-08 misha
7761:
7762: * tests/273.html: - tests for ^string.replace[from;to] are added
7763:
7764: * src/: classes/string.C, include/pa_dictionary.h,
7765: main/pa_dictionary.C, main/pa_string.C: -
7766: ^string.replace[from;to] is added ( new feature: #741 ) -
7767: ^string.replace[one subst here] is slightly optimized
7768:
7769: 2011-12-07 misha
7770:
7771: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7772: named table with one empty column ( bugfix: #63 )
7773:
7774: 2011-11-30 misha
7775:
7776: * src/classes/json.C: - it's possible to set user's method for
7777: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7778: #763 )
7779:
7780: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7781:
7782: 2011-11-23 misha
7783:
7784: * src/: classes/curl.C, classes/file.C, classes/image.C,
7785: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7786: types/pa_vfile.h, types/pa_vform.C: - constructor
7787: ^file::create[mode;filename;content[;options]] now accepts binary
7788: mode and file-content - new constructor's format:
7789: ^file::create[string-or-file-content[;$.name[filename]
7790: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7791: feature: #65 )
7792:
7793: * src/: include/pa_request.h, main/pa_request.C: - new method
7794: mime_type_of(const String*) is added
7795:
7796: * src/include/pa_exception.h: - new exception constant
7797: FILE_NAME_MUST_BE_SPECIFIED is added
7798:
7799: * src/classes/table.C: - bug with negative offset transformed into
7800: a feature. it means pointing to a row from the end of the table (
7801: new feature: #810 )
7802:
7803: 2011-11-19 misha
7804:
7805: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7806: â ìåòîäå _select ( new feature: #810 )
7807:
7808: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7809: options were specified together is simplified
7810:
7811: 2011-11-12 misha
7812:
7813: * src/main/pa_request.C: - forgotten fix for escaping filename in
7814: HTTP content-disposition header (a part of bug #361 )
7815:
7816: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7817: checks for ancestors' classes as well ( new feature: #456 )
7818:
7819: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7820: "without cycle" now have types "parser.break" and
7821: "parser.continue" instead of "parser.runtime" ( new feature: #799
7822: )
7823:
7824: 2011-11-11 misha
7825:
7826: * tests/results/: 099.processed, 100.processed, 205.processed,
7827: 237.processed: - since bug #361 was fixed the content of filename
7828: in HTTP headers is quoted
7829:
7830: * tests/results/270.processed: - result for test 270
7831:
7832: * tests/: 065.html, results/065.processed: - more tests for
7833: ^file:basename[] & Co were added
7834:
7835: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7836:
7837: * tests/270.html: - tests for ^file:find[] are added
7838:
7839: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7840: using option $.charset. option $.engoding is still supported but
7841: these options can not be specified together
7842:
7843: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7844: comparation charset name with string "UTF-8" ( bugfix: #759 )
7845:
7846: 2011-10-11 misha
7847:
7848: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7849: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7850: #622)
7851:
7852: 2011-09-30 misha
7853:
7854: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7855: exception "saving stat-ed file" ( bugfix: #395 )
7856:
7857: 2011-05-30 misha
7858:
7859: * src/classes/string.C: - fixed bug which was added with
7860: params.as_hash into string:sql
7861:
7862: 2011-05-29 misha
7863:
7864: * src/types/pa_value.C: - filename in content-disposition header
7865: must be quoted ( bugfix: #361 )
7866:
7867: 2011-05-27 misha
7868:
7869: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7870: created file
7871:
7872: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7873: usage
7874:
7875: * src/include/pa_exception.h: - one more string for exception was
7876: added
7877:
7878: 2011-05-25 misha
7879:
7880: * tests/269.html: - tests for checking input params in some dom
7881: methods
7882:
7883: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7884: was added. it isn't possible not wo create xdoc with invalid
7885: tagName. ( bugfix: #160 )
7886:
7887: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7888: string "data must be string" was mover from pa_exception.h to
7889: pa_xml_exception.h
7890:
7891: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7892: as_xmlncname, as_xmlname and as_xmlnsuri were added
7893:
7894: * src/main/pa_xml_exception.C: - XmlException accepts more options
7895:
7896: * src/include/pa_xml_exception.h: - XmlException accepts more
7897: options - XML-related exception's strings were added
7898:
7899: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7900: output_options were removed)
7901:
7902: 2011-05-19 misha
7903:
7904: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7905: params.as_hash is used more while parsing methods hash-options
7906:
7907: 2011-05-18 misha
7908:
1.211 moko 7909: * operators.ru.txt, operators.txt: - info about json-serialization
7910: of xdoc was added
1.95 moko 7911:
7912: * tests/256.html: - tests for json-serialization xdoc were added
7913:
7914: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7915:
7916: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7917: classes/json.C, classes/xdoc.C: - now json:string can serialize
7918: xdoc-objects. options (the same as ^xdoc.string[]) could be
7919: specified in $.xdoc[] ( new feature: #265 )
7920:
7921: 2011-05-15 misha
7922:
7923: * tests/268.html: - tests for ^table.count[with options] were added
7924:
7925: * src/classes/table.C: - method ^table.count[] now can accept
7926: options ( new feature: #93 ): ^table.count[column] returns number
7927: of columns for named table; ^table.count[cells] returns number of
7928: cells in the current row; ^table.count[] & ^table.count[rows]
7929: return number of rows in a table.
7930:
7931: * tests/267.html: - test for checking switch/case in boolean mode
7932: was added
7933:
7934: * src/classes/op.C: - if switch's or case's value is bool, they are
7935: compared as bool values, not as double values: new feature: #351
7936:
7937: 2011-05-06 misha
7938:
7939: * tests/242.html: - EOL before EOF was added
7940:
7941: * tests/169.html: - tests for splitting empty string and void were
7942: added
7943:
7944: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7945: returned table with one empty cell)
7946:
7947: 2011-04-03 misha
7948:
7949: * src/include/pa_version.h, configure.in: - version in head was
7950: changed to 3.4.2b
7951:
7952: 2011-03-30 misha
7953:
7954: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7955: as well ( new feature #294 )
7956:
7957: 2011-03-29 misha
7958:
7959: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7960: limited to approx. 6 MB. previous limits were too big for real
7961: life. bugfix: #216
7962:
7963: 2011-03-04 moko
7964:
7965: * etc/parser3.charsets/cp866.cfg: Conforms to
7966: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7967:
7968: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7969: vlalek@
7970:
7971: 2011-02-22 misha
7972:
1.211 moko 7973: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7974: methods mustn't be under #ifdef XML or parser can't be compiled
7975: without xml support
1.95 moko 7976:
7977: 2011-02-21 misha
7978:
1.116 moko 7979: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7980: ApacheModuleParser3.vcproj was removed
7981:
7982: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7983: removed)
7984:
7985: 2011-02-20 misha
7986:
7987: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7988: $.overridden in ^reflection:method_info[...] were added
7989:
7990: * src/classes/reflection.C: - beautifying result of
7991: ^reflection:method_info[] ($.overridden/inherited)
7992:
7993: 2011-02-18 misha
7994:
7995: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7996: and pa_isalnum instead of isalpha and isalnum - bug with
7997: redundand quoting lowercased latin chars while building email
7998: body was fixed
7999:
8000: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8001: added (they check for latin chars only)
8002:
8003: 2011-02-16 misha
8004:
8005: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8006: string size for transcoding gave too small value (should ever
8007: look for availability char in dest charset inspite of the char
8008: size)
8009:
8010: 2011-02-04 moko
8011:
8012: * tests/223.html: header values now not url-encoded (issue #195)
8013:
8014: 2011-02-01 misha
8015:
8016: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8017:
8018: 2011-01-31 misha
8019:
8020: * src/main/pa_request.C: - throw exception if param file_name in
8021: use_file is empty
8022:
8023: 2011-01-08 moko
8024:
8025: * src/classes/curl.C: compilations errors fixed
8026:
8027: 2010-12-29 moko
8028:
8029: * tests/: 265.html, results/265.processed: test for issue #200
8030: added
8031:
8032: * src/main/pa_string.C: empty regex result check added (fixes issue
8033: #200)
8034:
8035: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8036:
8037: * tests/results/223.processed: header values now not url-encoded
8038: (issue #195)
8039:
8040: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8041: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8042: pa_http_safe_header_name added for headers names (fixes bug #195)
8043:
8044: 2010-12-18 misha
8045:
8046: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8047: => pa-include
8048:
8049: 2010-11-28 moko
8050:
8051: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8052:
8053: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8054: -> pa
8055:
8056: * configure.in: apr -> pa
8057:
8058: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8059:
8060: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8061: classes/Makefile.am, types/Makefile.am: apr -> pa
8062:
8063: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8064: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8065: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8066: pa-include/pa_apr.h, pa-include/pa_errno.h,
8067: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8068: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8069: module apr name conflict resolved)
8070:
8071: 2010-11-27 misha
8072:
8073: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8074: libbz2
8075:
8076: 2010-11-26 misha
8077:
8078: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8079: warnings removed
8080:
8081: 2010-11-25 moko
8082:
1.211 moko 8083: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8084:
1.211 moko 8085: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8086:
1.211 moko 8087: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8088:
8089: * buildall-with-xml: libxml2-2.7.8 + with-apache
8090:
8091: 2010-11-24 moko
8092:
1.116 moko 8093: * configure: apxs support
1.95 moko 8094:
8095: * configure.in: apxs support -Bstatic gc removed for OS X
8096:
8097: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8098:
8099: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8100: THREAD_LOCAL usage
8101:
8102: * src/: classes/curl.C, include/pa_config_includes.h,
8103: main/pa_globals.C: THREAD_LOCAL defined and used
8104:
8105: 2010-11-23 moko
8106:
8107: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8108: should be passed to pa_sleep, and only fractional part (bugfix:
8109: #188)
8110:
8111: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8112:
8113: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8114: GC_dont_gc=1, as in cgi version
8115:
8116: * src/targets/apache/mod_parser3.c: warning war
8117:
8118: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8119: pa_httpd.h: version removed, some trash removed
8120:
8121: * src/targets/apache/mod_parser3.c: version removed (we don't want
8122: to show it), warning war
8123:
8124: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8125: pa_httpd.h: parser_status_allowed removed + merge config
8126: functions removed (override is the default) + beauty
8127:
8128: * src/: include/pa_request.h, main/pa_request.C,
8129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8130: hide $status used in apache module removed
8131:
8132: 2010-11-18 moko
8133:
1.211 moko 8134: * operators.ru.txt, operators.txt: $.table[compact] added for
8135: ^json:string[]
1.95 moko 8136:
8137: 2010-11-16 moko
8138:
8139: * src/targets/apache/mod_parser3.c: some cleanup done
8140:
8141: * src/main/untaint.C: bugfix: first, second String::Body argument
8142: is hashcode; second, info.fragment_begin is original, not
8143: resulting length
8144:
8145: * src/classes/file.C: new feature: $.stdin now untainted
8146:
8147: * tests/results/264.processed: new feature: $.stdin[] now untainted
8148:
8149: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8150:
8151: * src/classes/op.C: ^apply-taint[] method added
8152:
8153: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8154: added; $.stdin untaint test added
8155:
8156: 2010-11-15 moko
8157:
8158: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8159: removed
8160:
8161: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8162: pa_httpd.h: 2x2 calculated under apache2. :)
8163:
8164: 2010-11-13 moko
8165:
8166: * src/targets/apache/mod_parser3.c: initial changes to build module
8167: with apache 2.x includes
8168:
8169: * src/targets/apache/: Makefile.am, mod_parser3.c,
8170: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8171: united apache 1.3 / apache 2.x DSO module
8172:
8173: 2010-11-09 moko
8174:
8175: * src/types/pa_method.h: check added to dissallow @method[name;*]
8176: syntax
8177:
8178: * tests/: 263.html, results/263.processed: test from method[*args]
8179: added
8180:
8181: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8182: number of params can now be passed to a method declared with *arg
8183:
8184: 2010-11-06 moko
8185:
8186: * src/classes/table.C: formating fixed. :)
8187:
8188: * src/classes/table.C: closes #4: ^table.select now supports
8189: $.limit(), $.offset, $.reverse() options
8190:
8191: * tests/: 262.html, results/262.processed: test for ^table:select
8192: with options added (feature #4)
8193:
8194: * src/include/pa_array.h: remove function added
8195:
8196: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8197: object in get_element/put_element, using static one.
8198:
8199: 2010-11-04 moko
8200:
8201: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8202: options is passed
8203:
8204: * tests/: 256.html, results/256.processed: $.table[compact] feature
8205: now tested; k and p in handler now tested.
8206:
8207: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8208: $.table[compact] feature added
8209:
8210: * src/classes/json.C: key is now passed to handler in
8211: value_json_string; ^json:string result now process tainting
8212: inside and returns clean string, related to issue #153
8213:
8214: * src/main/untaint.C: bugfix: charset can be null (in
8215: ^string:save[] as example), thus check is added
8216:
8217: 2010-10-31 moko
8218:
8219: * src/classes/string.C: error message changed (fixes issue #149)
8220:
8221: 2010-10-29 moko
8222:
8223: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8224: port is not default (fixes issue #155); exception on invalid port
8225: added.
8226:
8227: * src/main/untaint.C: '*' is now not urlencoded to allow header
8228: "Accept: */*" to be passed
8229:
8230: 2010-10-28 moko
8231:
8232: * src/classes/curl.C: bugfix: detect_charset() was throwing
8233: exception on unknown charset even if response_charset was
8234: specified
8235:
8236: 2010-10-27 moko
8237:
8238: * src/classes/string.C: ^string.append removed for void
8239: compatibility
8240:
8241: 2010-10-26 moko
8242:
8243: * src/classes/json.C: libjson supports array at top level, we too
8244: (GPF fixed)
8245:
8246: 2010-10-25 moko
8247:
8248: * tests/: 253.html, results/253.processed: libjson supports array
8249: at top level, parser now supports it as well.
8250:
8251: * tests/261.html, tests/results/261.processed,
8252: src/types/pa_vstring.h: empty string is now void compatible
8253: (allows $empty.key)
8254:
8255: 2010-10-22 misha
8256:
8257: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8258: while adding additional expires checkout)
8259:
8260: * tests/030.html: - test for session cookie was added
8261:
8262: 2010-10-21 moko
8263:
8264: * src/: classes/string.C, classes/void.C, main/execute.C,
8265: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8266: string (feature #111)
8267:
8268: * tests/: 261.html, results/261.processed: checks void from string
8269: inheritance (feature #111)
8270:
8271: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8272: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8273: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8274: now true by default
8275:
8276: 2010-10-17 moko
8277:
8278: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8279: upload now uses binary blocks instead of L_FILE_POST tainting.
8280: (bugfix: #128)
8281:
8282: * tests/: 223.html, results/223.processed: binary file upload test
8283: added, GPF (issue #128) also checked in this test
8284:
8285: 2010-10-13 misha
8286:
8287: * tests/260.html: - test for math:convert
8288:
8289: * src/classes/math.C: - error in math:convert was fixed
8290:
1.211 moko 8291: * operators.ru.txt, operators.txt: - info about
1.95 moko 8292: ^math:convert[number](from-base;to-base) was added
8293:
8294: * src/classes/math.C: - method
8295: ^math:convert[number](from-base;to-base) for converting number
8296: represention from one base to another was added ( new feature:
8297: #23 )
8298:
8299: 2010-10-13 moko
8300:
8301: * src/main/compile.tab.C: [] now is empty string, not void
8302:
8303: * src/main/compile.y: [] now is empty string, not void
8304:
8305: * src/types/pa_vvoid.h: void now passed as parameter
8306:
8307: * tests/: 259.html, results/259.processed: to test difference
8308: between void and empty string (see ticket #111)
8309:
8310: * tests/results/152.processed: $sEmpty[] is now empty string, not
8311: void
8312:
8313: * tests/256.html: $s[$void] is no longer empty string
8314:
8315: * tests/254.html: empty string is no longer void
8316:
8317: 2010-10-12 misha
8318:
8319: * src/types/pa_vcookie.C: - check if $.expires value can be
8320: converted to date during cookies set up ( bugfix: #104 )
8321:
8322: * tests/041.html: - more tests for ^table.locate were added
8323:
8324: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8325: work ( bugfix: #129 ) - exception comment for incorrect options
8326: ^table.locate[field;value;options] was fixed
8327:
8328: 2010-10-10 moko
8329:
8330: * src/: classes/reflection.C, main/execute.C: constructor returning
8331: another object feature returned
8332:
8333: * tests/results/258.processed: test result updated as constructor
8334: returning another object feature returned
8335:
8336: * tests/: 258.html, results/258.processed: test for constructor
8337: returning another object
8338:
8339: 2010-10-08 misha
8340:
8341: * tests/257.html: - whitespaces after @METACOMMANDS and their
8342: options shouldn't cause exceptions any longer
8343:
8344: 2010-10-06 moko
8345:
8346: * src/classes/: hash.C, table.C: length from sql server is now
8347: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8348:
8349: 2010-10-02 misha
8350:
1.211 moko 8351: * operators.ru.txt, operators.txt: - the X mark was removed from
8352: ^cache[file]. it is usable to delete cache file.
1.95 moko 8353:
8354: 2010-10-02 moko
8355:
8356: * tests/: 253.html, results/253.processed: hook_key added for key
8357: checking
8358:
8359: * src/classes/json.C: null key bug fixed
8360:
8361: 2010-09-29 misha
8362:
8363: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8364:
8365: 2010-09-25 moko
8366:
8367: * src/classes/json.C: small fixed
8368:
8369: * tests/results/: 253.processed, 255.processed: just updated
8370:
8371: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8372: results/255.processed: charset transcode test added for
8373: json:parse
8374:
8375: 2010-09-24 moko
8376:
8377: * src/types/pa_value.h: warning war :)
8378:
8379: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8380: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8381: ^json:string
8382:
8383: 2010-09-22 moko
8384:
8385: * src/main/pa_charset.C: parser charset tables declare only
8386: white-space before 0x20, thus adding the missing chars
8387:
8388: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8389: to http://unicode.org/Public/MAPPINGS/VENDORS/
8390:
8391: 2010-09-21 misha
8392:
8393: * src/main/compile.y: - some semicolons were added (VS2010 don't
8394: want to compile grammar if they are absent)
8395:
8396: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8397:
8398: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8399:
8400: * src/main/main.vcproj: - path to bison is changed
8401:
8402: 2010-09-21 moko
8403:
1.116 moko 8404: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8405: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8406: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8407:
8408: 2010-09-20 misha
8409:
8410: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8411:
8412: * src/classes/json.C: - add EOL while json-serializing hash
8413:
8414: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8415: compilers don't like 'ES'.
8416:
8417: 2010-09-17 misha
8418:
1.211 moko 8419: * operators.ru.txt, operators.txt: - info about json class was
8420: added
1.95 moko 8421:
8422: * src/classes/json.C: - ^json:string[object]
8423:
8424: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8425: preventing infinite recursion while executing json:string was
8426: added
8427:
8428: * src/include/pa_string.h: - method append_quoted was added
8429:
8430: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8431: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8432: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8433: was added to Value & Co
8434:
8435: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8436: were used
8437:
8438: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8439: were added
8440:
8441: 2010-09-10 moko
8442:
8443: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8444: die_or_abort (backport from 3.4.1)
8445:
8446: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8447: die_or_abort (bugfix: #106)
8448:
8449: 2010-09-09 moko
8450:
8451: * src/classes/json.C: warning war. :)
8452:
8453: 2010-09-08 misha
8454:
8455: * src/lib/json/Makefile.am: - additional include directories were
8456: added (for pa_memory.h and gc.h)
8457:
8458: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8459: compile as C++ instead default - additional include directory was
8460: added (for gc.h)
8461:
8462: * src/types/pa_vform.C: - little code reformating
8463:
8464: * src/classes/file.C: - $.content-type option now can be specified
8465: in ^file::create ( new feature: #102 )
8466:
8467: 2010-09-08 moko
8468:
8469: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8470: pa_malloc/pa_free
8471:
8472: 2010-09-07 moko
8473:
8474: * tests/results/254.processed: VStateless_class:put_element
8475: exception was fixed
8476:
8477: * src/types/: pa_value.h, pa_vstateless_class.h: now
8478: VStateless_class:put_element barks self.type, not this.type
8479: (bugfix: #105)
8480:
8481: 2010-09-06 moko
8482:
8483: * src/classes/reflection.C: bugfix: new String() is required for
8484: exception handling
8485:
8486: * tests/: 254.html, results/254.processed: test modified
8487:
8488: 2010-09-05 moko
8489:
8490: * tests/: 254.html, results/254.processed: ^reflection:copy test
8491: added
8492:
8493: * src/: classes/reflection.C, include/pa_request.h:
8494: ^reflection:copy implemented (new feature: #100)
8495:
8496: 2010-09-03 moko
8497:
8498: * src/lib/json/JSON_parser.C: c++ compatiblity
8499:
8500: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8501: option testing added
8502:
8503: 2010-09-02 moko
8504:
8505: * src/classes/json.C: $.distinct[first|last|all] added
8506:
8507: 2010-09-01 moko
8508:
8509: * tests/results/253.processed: json test result
8510:
8511: * tests/: 253.html, 253_json.txt: json test added
8512:
8513: * src/classes/json.C: json.C update to actual version + hash key
8514: creation bugfix
8515:
8516: 2010-08-31 misha
8517:
8518: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8519: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8520: src/lib/Makefile.am, src/classes/Makefile.am,
8521: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8522: json library was added
8523:
8524: 2010-08-30 moko
8525:
8526: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8527: types/pa_vobject.C: cosmetic optimization in
8528: request:execute_method usage
8529:
8530: * src/: include/pa_charset.h, main/pa_charset.C: small
8531: optimization, just to decrease number of lines. :)
8532:
8533: 2010-08-27 misha
8534:
8535: * src/classes/op.C: - taint[json] was added
8536:
8537: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8538: were added
8539:
8540: * src/main/pa_exec.C: - warning fix was rolled back.
8541:
8542: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8543: include/pa_string.h: - taint[json] was added - escaping was
8544: slightly modified
8545:
8546: 2010-08-25 misha
8547:
8548: * src/classes/file.C: - typo in file:sql exception was fixed
8549:
8550: * src/main/pa_exec.C: - warning about declared and not used
8551: variable forced_allow was removed
8552:
8553: 2010-08-14 misha
8554:
8555: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8556: were removed
8557:
8558: 2010-08-11 moko
8559:
8560: * tests/: 249.html, results/249.processed: default setter and
8561: anti-recursive default getter test added
8562:
8563: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8564: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8565: types/pa_vobject.h, types/pa_vstateless_class.C,
8566: types/pa_vstateless_class.h: default setter support +
8567: anti-recursive default getter support ( new feature: #13 )
8568:
8569: * src/include/pa_hash.h: optimization: threshold member removed
8570: from hash, reducing sizeof(hash)
8571:
8572: 2010-08-10 misha
8573:
8574: * tests/196.html: - junction-method was added to the test
8575:
8576: * tests/248.html: - ups. typo :)
8577:
8578: * tests/248.html: - test for checking .match with 4 params
8579:
8580: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8581: 247_windows1251.txt: - test for "transcode file from utf-8 to
8582: $request:charset during loading if the BOM code is detected"
8583:
8584: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8585: $request:charset during loading if the BOM code is detected ( new
8586: feature: #98 )
8587:
8588: 2010-08-05 misha
8589:
8590: * src/classes/image.C: - ^image.replace now can accept only 2
8591: params. in this case the whole image is affected ( new feature:
8592: #95 )
8593:
8594: 2010-08-04 misha
8595:
8596: * tests/246.html: - test tor ^hash._at[] was added
8597:
8598: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8599: #53 )
8600:
8601: * src/include/pa_hash.h: - methods for accessing the first and the
8602: last values of ordered hash were added (first_value and
8603: last_value)
8604:
8605: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8606: (similar to others file's methods):
8607: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8608: #68 )
8609:
8610: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8611:
8612: 2010-08-01 moko
8613:
8614: * src/classes/op.C: to correctly process $result[] in code, called
8615: from ^process
8616:
8617: * tests/245.html: $result in ^process[] test added
8618:
8619: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8620: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8621: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8622: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8623: caller, self) op_call(VMethodFrame &frame, bool constructing)
8624: removed, construct(class,method) added
8625:
8626: * tests/results/: 192.processed, 244.processed: request::construct
8627: added
8628:
8629: * tests/: 244.html, 245.html, results/244.processed,
8630: results/245.processed: object creation exceptions and ^process
8631: tests added
8632:
8633: 2010-07-28 misha
8634:
8635: * tests/make_tests.cmd: - win32 EOLs
8636:
8637: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8638: tests on Win32 were added (The system timezone should be GMT+3)
8639:
8640: 2010-07-26 misha
8641:
8642: * tests/: 212.html, results/212.processed: - sizes were removed
8643: mecause they could be different on different OSs
8644:
8645: * tests/065.html: - make it "win32 friendly"
8646:
8647: 2010-07-25 misha
8648:
8649: * src/main/compile.y: - all EOLs between methods are removed during
8650: compilation ( new feature: #47 )
8651:
8652: * tests/results/149.processed: - prepare tests to trim trailing
8653: methods' EOLs
8654:
8655: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8656:
8657: * tests/: results/006.processed, results/014.processed, 006.html,
8658: 014.html, 022.html: - prepare tests to trim trailing methods'
8659: EOLs
8660:
8661: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8662: results/071.processed, results/022.processed: - prepare tests to
8663: trim trailing methods' EOLs
8664:
8665: * tests/: results/073.processed, results/109.processed,
8666: results/142.processed, results/144.processed,
8667: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8668: 144.html: - prepare tests to trim trailing methods' EOLs
8669:
8670: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8671: 149.html, 152.html, results/096.processed, results/107.processed,
8672: results/109.processed, results/142.processed,
8673: results/144.processed: - prepare tests to trim trailing methods'
8674: EOLs
8675:
8676: 2010-07-24 moko
8677:
8678: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8679: the hash order in this test
8680:
8681: * tests/014.html: to check hash order, hash no is longer sorted
8682: before print
8683:
8684: * src/include/pa_hash.h: hash copy constructor now keeps order
8685: (bugfix: #54)
8686:
8687: 2010-07-23 moko
8688:
8689: * tests/results/224.processed: @auto[] is no longer inherited
8690:
8691: * src/types/pa_vstateless_class.C, tests/227.html,
8692: tests/results/227.processed: @auto[] is no longer inherited
8693: (bugfix: #57)
8694:
8695: 2010-07-22 misha
8696:
8697: * src/classes/table.C: - don't skip comment lines during
8698: table::load if encloser or separator is set as '#' ( new feature:
8699: #30 )
8700:
8701: * src/targets/cgi/parser3.C: - don't run as cgi if
8702: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8703: #12 )
8704:
8705: * src/classes/file.C: - set PARSER_VARSION env before external
8706: script executing
8707:
8708: 2010-07-13 misha
8709:
8710: * tests/058.html: - test for suppressing @border was added - test
8711: for user attribute was added
8712:
8713: * tests/results/186.processed: unescaping from \uXXXX
8714:
8715: * tests/186.html: unescaping from \uXXXX
8716:
8717: * tests/: 239.html, results/239.processed: method call type
8718:
8719: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8720: $junction_method.CLASS_NAME (+CLASS)
8721:
8722: 2010-07-07 misha
8723:
8724: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8725: *nix
8726:
8727: 2010-07-05 misha
8728:
8729: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8730: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8731: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8732: comment strings "options must be hash", "options must be hash,
8733: not code" and "called with invalid option" were replaced by
8734: constatns - exception comment string "invalid option passed" was
8735: replaced by "called with invalid option" (now in different
8736: methods are the same exception comment string)
8737:
8738: * src/include/pa_exception.h: - more exception strings were defined
8739:
8740: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8741: types/pa_vstateless_class.h: - now we can define possible
8742: method's call type ( new feature: #5 ) 1.
8743: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8744: methods 2. @static:method[params] (only static keyword could be
8745: used here) -- for specified methods
8746:
8747: * src/main/pa_common.C: - junction points should not be deleted on
8748: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8749: cleanup
8750:
8751: 2010-07-03 misha
8752:
8753: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8754: results/158.processed, results/160.processed,
8755: results/161.processed, results/162.processed,
8756: results/163.processed: - prepare tests to trim trailing methods'
8757: EOLs
8758:
8759: * tests/results/169.processed: - prepare tests to trim trailing
8760: methods' EOLs
8761:
8762: * tests/results/: 168.processed, 169.processed: - prepare tests to
8763: trim trailing methods' EOLs
8764:
8765: * tests/: results/170.processed, results/167.processed,
8766: results/168.processed, results/169.processed, 167.html, 168.html,
8767: 169.html: - prepare tests to trim trailing methods' EOLs
8768:
8769: * tests/: results/170.processed, results/171.processed,
8770: results/172.processed, results/173.processed,
8771: results/174.processed, results/175.processed, 170.html, 171.html,
8772: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8773: trailing methods' EOLs
8774:
8775: * tests/: results/176.processed, results/180.processed,
8776: results/184.processed, results/185.processed,
8777: results/191.processed, results/192.processed,
8778: results/196.processed, results/197.processed,
8779: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8780: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8781: to trim trailing methods' EOLs
8782:
8783: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8784: results/199.processed, results/208.processed,
8785: results/209.processed, results/213.processed,
8786: results/214.processed: - prepare tests to trim trailing methods'
8787: EOLs
8788:
8789: 2010-06-29 misha
8790:
8791: * tests/: 220.html, 218.html, results/218.processed,
8792: results/215.processed, results/217.processed, 215.html, 217.html:
8793: - prepare tests to trim trailing methods' EOLs
8794:
8795: * tests/: results/224.processed, 224.html, 223.html,
8796: results/223.processed, results/220.processed: - prepare tests to
8797: trim trailing methods' EOLs
8798:
8799: * tests/results/: 226.processed, 230.processed: - prepare tests to
8800: trim trailing methods' EOLs
8801:
8802: * tests/: 229.html, results/229.processed: - prepare tests to trim
8803: trailing methods' EOLs
8804:
8805: * tests/: 232.html, 235.html, results/232.processed,
8806: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8807: results/226.processed, results/227.processed,
8808: results/228.processed, results/230.processed: - prepare tests to
8809: trim trailing methods' EOLs
8810:
8811: 2010-06-16 moko
8812:
8813: * tests/: 229.html, results/229.processed: elseif now supported in
8814: ^if
8815:
8816: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8817:
8818: 2010-06-03 misha
8819:
8820: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8821: instead of memcopy for overlaped regions
8822:
8823: 2010-05-25 misha
8824:
8825: * src/main/pa_common.C: - wanring about unused vars was removed
8826:
8827: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8828: get_method_filename was moved to execute.C
8829:
8830: 2010-05-23 misha
8831:
8832: * src/main/pa_request.C: - more accurate detection of method's file
8833:
8834: 2010-05-22 misha
8835:
8836: * src/classes/reflection.C: - bugfix: core during detection of
8837: .file if filespec isn't detected successfully
8838:
8839: 2010-05-20 misha
8840:
8841: * src/main/pa_request.C: - fix in get_method_filename
8842:
8843: * src/include/pa_request.h: - new feature: #24 -- searching
8844: included file in @USE/^use is changed. if its filespec doesn't
8845: start from '/' it will be searched in caller file directory
8846:
8847: * src/classes/reflection.C: - ^reflection:method_info returns file
8848: where the method is defined
8849:
8850: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8851: classes/op.C: - new feature: #24 -- searching included file in
8852: @USE/^use is changed. if its filespec doesn't start from '/' it
8853: will be searched in caller file directory
8854:
8855: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8856: is moved to pa_common.h
8857:
8858: 2010-05-18 misha
8859:
8860: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8861: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8862: cookie parser decode \uXXXX as well as %uXXXX
8863:
8864: 2010-05-17 misha
8865:
8866: * src/classes/curl.C: beauty: - unused param is removed in method
8867: _curl_version_action - some spaces were removed or replaced by
8868: tabs
8869:
8870: * src/classes/table.C: - bugfix: #72 core with empty value during
8871: ^table.hash[...;name_of_the_last_column][$.type[string]]
8872:
8873: 2010-05-16 misha
8874:
8875: * src/classes/curl.C: new: #61 more curl options were added
8876: (contributed by Sumo)
8877:
8878: 2010-04-29 pretender
8879:
8880: * src/main/pa_string.C: fixes #63 Split result from empty string
8881: now empty string.
8882:
8883: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8884: string type.
8885:
8886: 2010-04-28 pretender
8887:
8888: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8889: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8890: macrodefinition removed
8891:
8892: 2010-04-19 pretender
8893:
8894: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8895: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8896:
8897: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8898: fixes #64 Now file.missing exception generates in unsafe mode to.
8899:
8900: * src/classes/file.C: fixes #48 Now not throw "not save environment
8901: variable" exception in grpunlim version.
8902:
8903: 2010-04-05 misha
8904:
8905: * src/classes/string.C: - new feature: 4th param was added to
8906: match. if specified its value is returned in case of nothing was
8907: found
8908:
8909: 2010-04-01 misha
8910:
8911: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8912: multiple execution of /a/b/auto.p
8913:
8914: 2010-03-19 misha
8915:
8916: * src/main/execute.C: - core in $table1.$table2 was fixed
8917:
8918: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8919:
8920: 2010-01-27 misha
8921:
8922: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8923: trying to open file by path /existing-file/non-exixting-file
8924:
8925: 2010-01-26 misha
8926:
8927: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8928: was added (returns file)
8929:
8930: 2009-12-22 misha
8931:
8932: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8933: now parser doesn't have class curl if it was built without it
8934:
8935: 2009-12-15 misha
8936:
8937: * configure.in: - little cheat with curl include dir was added
8938:
8939: 2009-12-05 misha
8940:
8941: * src/classes/curl.C: - some fixes
8942:
8943: 2009-12-04 misha
8944:
8945: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8946: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8947: buildall-with-xml, buildall-without-xml, configure.in: - curl
8948: class was added
8949:
8950: * src/include/pa_hash.h: - hash-iterator was added
8951:
8952: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8953: was added to pcre
8954:
8955: 2009-11-27 misha
8956:
8957: * src/classes/image.C: - don't add @border attribute to output of
8958: ^image.html[] if it was specified by user with empty value
8959:
8960: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8961: root element and we are trying to access .documentElement
8962:
8963: 2009-11-11 misha
8964:
8965: * src/classes/table.C: - in ^table.flip[] look at number of columns
8966: instead of number of items in first row for named tables
8967:
8968: 2009-11-10 misha
8969:
1.211 moko 8970: * operators.ru.txt, operators.txt: - info about hash-options in
8971: ^file::create was added
1.95 moko 8972:
8973: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8974: added
8975:
8976: 2009-11-09 misha
8977:
8978: * buildall-with-xml: - moving to libxml 2.7.6
8979:
8980: * tests/236.html: - tests for comparations cords with functions
8981: were added
8982:
8983: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8984: added
8985:
8986: * src/main/pa_http.C: - little optimisation
8987:
8988: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8989: GPF mallocs + stringstream (table.save)
8990:
8991: * src/classes/file.C: - file::create now accepts 4th param: options
8992: with $.charset
8993:
8994: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8995: bug in cord (comparation cords with functions was buggy)
8996:
8997: 2009-11-06 misha
8998:
8999: * src/main/pa_string.C: - bugfix: calculation string.length
9000: sometimes was buggy
9001:
9002: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9003: destroyed if exception occured during match/replace
9004:
9005: * src/: main/pa_charset.C, include/pa_charset.h: - method
9006: lengthUTF8Char was added
9007:
9008: * src/classes/op.C: - clean tainting lang was added for user's
9009: usage
9010:
9011: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9012: fixed: checkouts are required after GC_MALLOC
9013:
9014: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9015:
1.211 moko 9016: * operators.ru.txt, operators.txt: - actually, there is no
9017: ^untaint[xml] in file::create
1.95 moko 9018:
9019: 2009-10-15 misha
9020:
9021: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9022: were added
9023:
9024: * tests/234.html: - more tests for checking ^taint[uri] escaping
9025: were added
9026:
9027: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9028: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9029: hacking: for dealing with transcoding+^taint[uri]
9030: transcode_and_untaint was replaced by untaint_and_transcode
9031:
9032: 2009-10-13 misha
9033:
9034: * tests/: 121.html, results/121.processed: - test transcoding +
9035: url-escaping now
9036:
9037: * tests/results/auto.p: - more helpers' methods were added
9038:
9039: * src/main/pa_globals.C: - die instead of abort
9040:
9041: 2009-10-06 misha
9042:
9043: * src/main/pa_common.C: - don't allocate memory during
9044: capitalization if input string is already capitalized
9045:
9046: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9047:
9048: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9049: use format function because it calls malloc
9050:
9051: * src/include/pa_common.h: - more capitalized headers were added
9052:
9053: * src/main/pa_common.C: - in safe mode clear executable bits during
9054: file writing
9055:
9056: 2009-10-05 misha
9057:
9058: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9059:
9060: 2009-10-03 misha
9061:
9062: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9063: ^img.text[] & ^img.length[] can work in utf-8 now
9064:
9065: * src/: include/pa_charset.h, main/pa_charset.C: - class
9066: UTF8_string_iterator was added
9067:
9068: * src/classes/image.C: - respect utf-8 when calculate alphabet
9069: length
9070:
9071: * src/classes/mail.C: - check from before get message.cstr
9072:
9073: 2009-10-02 misha
9074:
9075: * tests/233.html: - test for image.font, image.length, image.text
9076: with text in utf-8 were added
9077:
9078: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9079:
9080: * buildall-with-xml, buildall-without-xml: - comment about gc
9081: version for freebsd 4 was added
9082:
9083: 2009-10-01 misha
9084:
9085: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9086: terminator) - read_pipe were slightly optimized
9087:
9088: 2009-09-28 misha
9089:
9090: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9091: removed
9092:
9093: * src/types/pa_vmail.C: - forgot about space after ':'
9094:
9095: * src/types/pa_vmail.C: - escape filenames while preparing mail
9096: body - small simplifications
9097:
9098: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9099: inout params like pa_base64
9100:
9101: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9102: option $.debug-print(1) was added to mail:send - changes for
9103: using uue_encode which uses less memory
9104:
9105: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9106:
9107: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9108: memory now
9109:
9110: 2009-09-26 misha
9111:
9112: * src/types/pa_vmail.C: - default encoding now is base64
9113:
9114: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9115:
9116: 2009-09-25 misha
9117:
9118: * src/types/pa_vmail.C: - capitalization of headers was added to
9119: sending mail as well
9120:
9121: * buildall-with-xml: - catalog package was removed from libxml
9122:
9123: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9124: win32 absolute path
9125:
9126: * src/include/pa_common.h: - one more capitalized header was added
9127:
9128: 2009-09-22 misha
9129:
9130: * INSTALL: - comment about building just httpd binary while
9131: building apache module was added
9132:
9133: 2009-09-21 misha
9134:
9135: * buildall-with-xml: - moving to the latest versions of xml libs:
9136: libxml 2.7.4 and libxslt 1.1.25
9137:
9138: 2009-09-19 misha
9139:
9140: * tests/231.html: - test for encoding cookie in win-1251
9141:
9142: 2009-09-18 misha
9143:
9144: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9145: object] were added
9146:
1.211 moko 9147: * operators.ru.txt, operators.txt: - info about method
9148: ^reflection:fields[class or object] was added
1.95 moko 9149:
9150: * src/classes/reflection.C: - method ^reflection:fields[class or
9151: object] was added
9152:
9153: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9154: methods get_fields were added
9155:
9156: * tests/232.html: - tests for @GET[name]
9157:
9158: * src/classes/table.C: - some changes in handling hash-options for
9159: creare, join and locate
9160:
9161: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9162: defined with option: the type of requested value
9163:
9164: 2009-09-17 misha
9165:
9166: * tests/212.html: - tests for .pattern and .options were added
9167:
9168: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9169: $regex.options were added
9170:
9171: 2009-09-11 misha
9172:
9173: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9174: rewrited. it checks not just one case of sending cookies during
9175: file::load[http], but also sending headers and fields (including
9176: files)
9177:
9178: 2009-09-10 misha
9179:
9180: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9181: was removed => now parser can open files with Russian 'r' in
9182: filename
9183:
9184: * src/main/untaint.C: - bugfix: client charset whould be analized
9185: while escaping cookies but now source charset
9186:
9187: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9188: ^tainted[uri] so it was possible to make request with incorrect
9189: http header
9190:
9191: * src/main/pa_http.C: - capitalization of http headers during
9192: file::load[http was slightly changes - bugfix: all headers which
9193: parser sends during file::load[http should be transcoded and only
9194: then escaped
9195:
9196: * src/main/untaint.C: - a bit more comments were added
9197:
9198: * src/classes/: file.C, string.C: - types where changes (minus 2
9199: warnings)
9200:
9201: * src/include/pa_common.h: - 2 capitalized strings for making http
9202: headers during file::load[http were added
9203:
9204: 2009-09-08 misha
9205:
1.211 moko 9206: * operators.ru.txt, operators.txt: - changes in file.save and
9207: string.save were added
1.95 moko 9208:
9209: * tests/: 230.html, 230.txt: - tests for checking options in
9210: file.save and string.save were added
9211:
9212: * src/main/pa_request.C: - http headers names, which are passed to
9213: SAPI::add_header_attribute are lowercased now (it'll be
9214: capitalized in that method)
9215:
9216: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9217: classes/string.C: - file_write accepts Request_charsets and asked
9218: charset and cound transcode content before writing - string.save
9219: and file.save have option $.charset now
9220:
9221: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9222: classes/xdoc.C: - file_write accepts Request_charsets and asked
9223: charset and cound transcode content before writing
9224:
9225: * src/include/pa_exception.h: - new exception comment string was
9226: defined
9227:
9228: 2009-09-07 misha
9229:
9230: * src/main/compile.y: - grammar $name\ name stops now for regex
9231: sub-pattern\s
9232:
9233: 2009-09-04 misha
9234:
9235: * src/main/pa_http.C: - capitalization of http headers during
9236: file::load[http was implemented
9237:
9238: 2009-09-03 misha
9239:
9240: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9241: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9242: types/pa_vmail.C, targets/cgi/parser3.C,
9243: targets/isapi/parser3isapi.C: - back to storing response http
9244: headers in lowercase - capitalize them during output
9245:
9246: 2009-08-31 misha
9247:
9248: * src/classes/table.C: - allow call with any brackets (it could be
9249: useful in methods with explict result declaration)
9250:
9251: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9252: correctly if $request:charset==koi8-r
9253:
9254: 2009-08-30 misha
9255:
9256: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9257: changed: content-type => Content-type and so on
9258:
9259: * src/classes/file.C, src/include/pa_common.h,
9260: src/include/pa_request.h, src/main/pa_http.C,
9261: src/main/pa_request.C, src/types/pa_vcookie.C,
9262: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9263: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9264: tests/results/002.processed, tests/results/003.processed,
9265: tests/results/004.processed, tests/results/005.processed,
9266: tests/results/006.processed, tests/results/007.processed,
9267: tests/results/008.processed, tests/results/009.processed,
9268: tests/results/010.processed, tests/results/011.processed,
9269: tests/results/012.processed, tests/results/013.processed,
9270: tests/results/014.processed, tests/results/015.processed,
9271: tests/results/016.processed, tests/results/017.processed,
9272: tests/results/018.processed, tests/results/019.processed,
9273: tests/results/020.processed, tests/results/021.processed,
9274: tests/results/022.processed, tests/results/023.processed,
9275: tests/results/024.processed, tests/results/025.processed,
9276: tests/results/026.processed, tests/results/027.processed,
9277: tests/results/028.processed, tests/results/029.processed,
9278: tests/results/030.processed, tests/results/031.processed,
9279: tests/results/032.processed, tests/results/033.processed,
9280: tests/results/034.processed, tests/results/035.processed,
9281: tests/results/036.processed, tests/results/037.processed,
9282: tests/results/038.processed, tests/results/039.processed,
9283: tests/results/040.processed, tests/results/041.processed,
9284: tests/results/042.processed, tests/results/043.processed,
9285: tests/results/044.processed, tests/results/045.processed,
9286: tests/results/046.processed, tests/results/047.processed,
9287: tests/results/048.processed, tests/results/049.processed,
9288: tests/results/050.processed, tests/results/051.processed,
9289: tests/results/052.processed, tests/results/053.processed,
9290: tests/results/054.processed, tests/results/055.processed,
9291: tests/results/056.processed, tests/results/057.processed,
9292: tests/results/058.processed, tests/results/059.processed,
9293: tests/results/060.processed, tests/results/061.processed,
9294: tests/results/062.processed, tests/results/063.processed,
9295: tests/results/064.processed, tests/results/065.processed,
9296: tests/results/066.processed, tests/results/067.processed,
9297: tests/results/068.processed, tests/results/069.processed,
9298: tests/results/070.processed, tests/results/071.processed,
9299: tests/results/072.processed, tests/results/073.processed,
9300: tests/results/074.processed, tests/results/075.processed,
9301: tests/results/076.processed, tests/results/077.processed,
9302: tests/results/078.processed, tests/results/079.processed,
9303: tests/results/080.processed, tests/results/081.processed,
9304: tests/results/082.processed, tests/results/083.processed,
9305: tests/results/084.processed, tests/results/085.processed,
9306: tests/results/086.processed, tests/results/087.processed,
9307: tests/results/088.processed, tests/results/089.processed,
9308: tests/results/090.processed, tests/results/091.processed,
9309: tests/results/092.processed, tests/results/093.processed,
9310: tests/results/094.processed, tests/results/095.processed,
9311: tests/results/096.processed, tests/results/097.processed,
9312: tests/results/098.processed, tests/results/099.processed,
9313: tests/results/100.processed, tests/results/101.processed,
9314: tests/results/102.processed, tests/results/103.processed,
9315: tests/results/104.processed, tests/results/105.processed,
9316: tests/results/106.processed, tests/results/107.processed,
9317: tests/results/108.processed, tests/results/109.processed,
9318: tests/results/110.processed, tests/results/111.processed,
9319: tests/results/112.processed, tests/results/113.processed,
9320: tests/results/114.processed, tests/results/115.processed,
9321: tests/results/116.processed, tests/results/117.processed,
9322: tests/results/118.processed, tests/results/119.processed,
9323: tests/results/120.processed, tests/results/121.processed,
9324: tests/results/122.processed, tests/results/123.processed,
9325: tests/results/124.processed, tests/results/125.processed,
9326: tests/results/126.processed, tests/results/127.processed,
9327: tests/results/128.processed, tests/results/129.processed,
9328: tests/results/130.processed, tests/results/131.processed,
9329: tests/results/132.processed, tests/results/133.processed,
9330: tests/results/134.processed, tests/results/135.processed,
9331: tests/results/136.processed, tests/results/138.processed,
9332: tests/results/139.processed, tests/results/140.processed,
9333: tests/results/141.processed, tests/results/142.processed,
9334: tests/results/143.processed, tests/results/144.processed,
9335: tests/results/145.processed, tests/results/146.processed,
9336: tests/results/147.processed, tests/results/148.processed,
9337: tests/results/149.processed, tests/results/150.processed,
9338: tests/results/151.processed, tests/results/152.processed,
9339: tests/results/153.processed, tests/results/154.processed,
9340: tests/results/155.processed, tests/results/156.processed,
9341: tests/results/157.processed, tests/results/158.processed,
9342: tests/results/159.processed, tests/results/160.processed,
9343: tests/results/161.processed, tests/results/162.processed,
9344: tests/results/163.processed, tests/results/164.processed,
9345: tests/results/165.processed, tests/results/166.processed,
9346: tests/results/167.processed, tests/results/168.processed,
9347: tests/results/169.processed, tests/results/170.processed,
9348: tests/results/171.processed, tests/results/172.processed,
9349: tests/results/173.processed, tests/results/174.processed,
9350: tests/results/175.processed, tests/results/176.processed,
9351: tests/results/177.processed, tests/results/178.processed,
9352: tests/results/179.processed, tests/results/180.processed,
9353: tests/results/181.processed, tests/results/182.processed,
9354: tests/results/183.processed, tests/results/184.processed,
9355: tests/results/185.processed, tests/results/186.processed,
9356: tests/results/187.processed, tests/results/188.processed,
9357: tests/results/189.processed, tests/results/190.processed,
9358: tests/results/191.processed, tests/results/192.processed,
9359: tests/results/193.processed, tests/results/194.processed,
9360: tests/results/195.processed, tests/results/196.processed,
9361: tests/results/197.processed, tests/results/198.processed,
9362: tests/results/199.processed, tests/results/200.processed,
9363: tests/results/201.processed, tests/results/202.processed,
9364: tests/results/203.processed, tests/results/204.processed,
9365: tests/results/205.processed, tests/results/206.processed,
9366: tests/results/207.processed, tests/results/208.processed,
9367: tests/results/209.processed, tests/results/210.processed,
9368: tests/results/211.processed, tests/results/212.processed,
9369: tests/results/213.processed, tests/results/214.processed,
9370: tests/results/215.processed, tests/results/216.processed,
9371: tests/results/217.processed, tests/results/218.processed,
9372: tests/results/219.processed, tests/results/220.processed,
9373: tests/results/221.processed, tests/results/222.processed,
9374: tests/results/223.processed, tests/results/224.processed,
9375: tests/results/225.processed, tests/results/226.processed,
9376: tests/results/227.processed, tests/results/228.processed,
9377: tests/results/229.processed: - http headers were changed:
9378: content-type => Content-type and so on
9379:
9380: 2009-08-27 misha
9381:
9382: * src/: main/pa_random.C, include/pa_random.h,
9383: targets/cgi/parser3.C: - year was updated :)
9384:
9385: 2009-08-26 misha
9386:
9387: * tests/: 224.html, 224.p: - test for creating of parser object
9388: using constructor without params - little bugfix in test
9389:
9390: * src/main/compile_tools.h: - bugfix: should't call autouse while
9391: checking existed class while processing partial option
9392:
9393: * src/classes/reflection.C: - bugfix: core when creating object
9394: with reflection and constructor doesn't have params
9395:
9396: 2009-08-24 misha
9397:
9398: * tests/229.html: - tests for checking the number of parameters
9399: were added
9400:
9401: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9402: number of method's parameters wasn't checked correctly (the bug
9403: was introduced in 3.4.0)
9404:
9405: 2009-08-22 misha
9406:
9407: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9408: transcoded, but tainted pieces are escaped only when
9409: content-type==url-encoding
9410:
9411: * tests/228.html: - test for checking
9412: ^file::load[http://...;$.body[]]
9413:
9414: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9415: post charset was too early (charsets is empty at this moment)
9416:
9417: 2009-08-21 misha
9418:
9419: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9420: main/untaint.C: - some fixes with transcode+untaint
9421:
9422: 2009-08-15 misha
9423:
9424: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9425: was increaced to 100 (was 50)
9426:
9427: * tests/227.html: - test for checking overriding properties in
9428: static classes was added
9429:
9430: * tests/: 226.html, 226.p: - test for @autoload[] was added
9431:
9432: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9433: main/execute.C, main/pa_request.C, classes/reflection.C: -
9434: autouse was implemented
9435:
9436: 2009-08-14 misha
9437:
9438: * src/classes/reflection.C: - outdated checkout was removed
9439:
9440: * src/classes/reflection.C: - optimization - method ^dynamical was
9441: added.
9442:
9443: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9444: types/pa_vstateless_class.h, main/execute.C: - optimization
9445:
9446: * src/types/pa_vclass.C: - exception if base on sytem class
9447:
9448: 2009-08-12 misha
9449:
9450: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9451: pa_vstateless_class.h: - little optimisation
9452:
9453: 2009-08-11 misha
9454:
9455: * tests/224.html: - method_params => method_info - checking for
9456: $.inherited
9457:
1.211 moko 9458: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9459: method method_params was renamed to method_info and now it
9460: returns class name, if method was defined in ancestor
1.95 moko 9461:
9462: * tests/225.html: - tests for cheching properties in hierarhical
9463: classes were added
9464:
9465: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9466: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9467: main/compile.y, main/execute.C, classes/classes.C: - problems
9468: with properties in new classes implementation were fixed
9469:
9470: 2009-08-10 misha
9471:
9472: * src/main/execute.C: - now constructor shouldn't be defined in
9473: class. it could be defined in parent.
9474:
9475: 2009-08-09 misha
9476:
9477: * src/classes/reflection.C: - ^reflection:methods doesn't return
9478: base's methods
9479:
9480: 2009-08-08 misha
9481:
9482: * src/: classes/classes.h, classes/date.C, classes/file.C,
9483: classes/form.C, classes/hash.C, classes/hashfile.C,
9484: classes/image.C, classes/mail.C, classes/op.C,
9485: classes/reflection.C, classes/regex.C, classes/string.C,
9486: classes/table.C, classes/xdoc.C, classes/xnode.C,
9487: classes/xnode.h, include/pa_hash.h, main/execute.C,
9488: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9489: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9490: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9491: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9492: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9493: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9494: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9495: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9496: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9497: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9498: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9499: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9500: types/pa_vresponse.C, types/pa_vresponse.h,
9501: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9502: types/pa_vstateless_object.h, types/pa_vstatus.C,
9503: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9504: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9505: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9506: types/pa_wwrapper.h, types/types.vcproj: - new classes
9507: implementation
9508:
9509: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9510: USE_MUNMAP is used. so it is disabled as a workaround.
9511:
9512: 2009-08-05 misha
9513:
9514: * src/: main/pa_common.C, include/pa_common.h: - not needed
9515: parameter was removed
9516:
9517: * src/main/pa_http.C: - bugfix: error was during detecting
9518: content-type of file which was loaded by http
9519:
9520: 2009-08-01 misha
9521:
9522: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9523: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9524: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9525: can't be disabled with defines any longer
9526:
9527: 2009-07-29 misha
9528:
9529: * src/classes/reflection.C, tests/results/224.processed: - for
9530: native methods with any call type now returned empty call_type
9531: value
9532:
9533: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9534: classes/table.C, include/pa_hash.h, include/pa_request.h,
9535: main/pa_request.C: - break in cycles was optimized
9536:
9537: * INSTALL: - more defines were described
9538:
9539: 2009-07-28 misha
9540:
1.211 moko 9541: * operators.ru.txt, operators.txt: - some changes in information
9542: about reflection class
1.95 moko 9543:
9544: * tests/: 224.html, 224.p: - tests for reflection class
9545:
9546: * src/classes/reflection.C: - some bugs were fixed, method classes
9547: was added, refactoring
9548:
9549: 2009-07-26 misha
9550:
9551: * src/classes/classes.vcproj: - reflection class wass added to
9552: project
9553:
1.211 moko 9554: * operators.ru.txt, operators.txt: - information about reflection
9555: class was added
1.95 moko 9556:
9557: * src/classes/reflection.C: - class was redesigned
9558:
9559: 2009-07-24 misha
9560:
9561: * src/classes/: Makefile.am, reflection.C: - class reflection was
9562: added
9563:
9564: * src/types/pa_vstateless_class.h: - method for reflection method's
9565: in classes was added
9566:
9567: 2009-07-22 misha
9568:
9569: * src/main/compile_tools.h: - bugfix: $object.$var was
9570: over-optimized. it failed if $object1.$object2.field
9571:
9572: 2009-07-16 misha
9573:
9574: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9575: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9576: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9577: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9578: one more arg: length of cord
9579:
9580: 2009-07-15 misha
9581:
9582: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9583: tainted in ^file::load[http://...;$.cookies[]]
9584:
9585: * src/classes/: op.C, regex.C, string.C: - new string with
9586: exception was used
9587:
9588: * src/include/pa_exception.h: - new string with exception was added
9589:
9590: * tests/223.html: - test for checking cookie-encoding during
9591: ^file::load[http was added
9592:
9593: * tests/: 221.html, 222.html: - tests for checking type of
9594: $table.fields.field were added
9595:
9596: * src/types/pa_vtable.C: - not used var decl was removed
9597:
9598: * src/include/pa_string.h: - use cached string length in Body::mid.
9599: it improves speed of match with brackets in pattern
9600:
9601: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9602: outside
9603:
9604: 2009-07-14 misha
9605:
9606: * src/types/pa_vtable.C: - $table.fields.a return string even if
9607: column is empty (sometime returned void) - $table.fields was
9608: added for nameless tables
9609:
9610: * src/targets/cgi/getopt.c: - one warning resolved
9611:
9612: * src/main/pa_string.C: - potentian bug fixed
9613:
9614: * src/classes/op.C: - small optimization in taint/untaint
9615:
9616: 2009-07-13 misha
9617:
9618: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9619: added
9620:
9621: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9622: souldn't add the attribut to output
9623:
9624: 2009-07-11 misha
9625:
9626: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9627: stack size was increaced to 2MB (default=1MB)
9628:
9629: 2009-07-08 misha
9630:
9631: * src/main/pa_string.C: - link to UTF-8 description was added
9632:
9633: * src/include/pa_hash.h: - hash keeps element's order in more
9634: places (ex: ._keys[])
9635:
9636: * tests/220.html: - test for checking order of elements in hash in
9637: foreach was added
9638:
9639: * tests/172.html: - small changes in printing hash
9640:
9641: * tests/129.html: - small changes in printing hash
9642:
9643: * src/: include/pa_common.h, include/pa_hash.h,
9644: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9645: types/pa_vmethod_frame.h: - hash now keeps order of elements
9646:
9647: * tests/014.html: - small changes in printing hash
9648:
9649: 2009-07-07 misha
9650:
9651: * src/classes/op.C: - new taint language "parser-code" was added
9652:
9653: * tests/219.html: - test for auto untaint parser code in process
9654: was added
9655:
9656: * src/classes/op.C: - tainted pieces in body of process are
9657: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9658:
9659: * src/: include/pa_string.h, main/untaint.C: - new language
9660: L_PARSER_CODE for auto-untaint in process was added
9661:
9662: * src/: classes/file.C, classes/hash.C, classes/image.C,
9663: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9664: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9665: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9666: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9667: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9668: code cleanup
9669:
9670: 2009-07-06 misha
9671:
9672: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9673: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9674: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9675:
9676: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9677: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9678: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9679: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9680: should be used
9681:
9682: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9683: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9684: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9685: untaint_cstr[m] should be used
9686:
9687: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9688: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9689:
9690: * tests/218.html: - test for checking automatic file-spec-taint was
9691: added
9692:
9693: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9694: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9695: classes/file.C, classes/hash.C, classes/image.C,
9696: classes/string.C, classes/table.C, classes/void.C,
9697: classes/xdoc.C: - optimizations and simplification of
9698: string.cstr(...)
9699:
9700: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9701: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9702: - optimizations and simplification of string.cstr(...)
9703:
9704: 2009-07-04 misha
9705:
9706: * tests/217.html: - test for recursion detection was added
9707:
9708: * src/: types/types.vcproj, main/main.vcproj,
9709: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9710: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9711: from .vcproj
9712:
9713: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9714:
9715: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9716: uploading files and case-insensitive http-method were added
9717:
9718: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9719: tainted pattern in ^file:list[] was added
9720:
9721: 2009-07-03 misha
9722:
9723: * src/: classes/classes.vcproj, main/main.vcproj,
9724: types/types.vcproj, targets/cgi/parser3.vcproj,
9725: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9726: for dynamic_cast) - little options changes
9727:
9728: * src/main/pa_http.C: - file::load[http works now with uploading
9729: files _and_ changing $.charset
9730:
9731: 2009-06-29 misha
9732:
9733: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9734: while creating pattern
9735:
9736: 2009-06-25 misha
9737:
1.211 moko 9738: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9739: names for ^image.font were changed to $.space, $.width and
9740: $spacing - default space width now == gif's width
1.95 moko 9741:
9742: 2009-06-24 misha
9743:
9744: * tests/215.html: - tests for $file.mode were added
9745:
1.211 moko 9746: * operators.ru.txt, operators.txt: - added info about $file.mode
9747: and changes in ^image.font[
1.95 moko 9748:
9749: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9750: param now could be omited - third param now could be hash (with
9751: all widths options: $.space-width, $.letter-width) - it's
9752: possible to specify tracking ($.letter-space)
9753:
9754: * src/classes/file.C: - file objects now could have mode field
9755: (text|binary)
9756:
9757: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9758:
9759: 2009-06-23 misha
9760:
9761: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9762: trim can work with utf-8 chars now
9763:
9764: 2009-06-20 misha
9765:
9766: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9767: was implemented
9768:
9769: * src/classes/table.C: - string length cacheing was implemented
9770:
9771: * src/include/pa_string.h: - string length cacheing was implemented
9772:
9773: 2009-06-17 misha
9774:
9775: * src/main/execute.C: - value param was removed from
9776: WContext::WContext
9777:
9778: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9779: pa_wwrapper.h: - value param was removed from WContext::WContext
9780: - field wcontext was removed from VCodeFrame (using fparent
9781: instead)
9782:
9783: * tests/214.html: - test with hash copying
9784:
9785: 2009-06-16 misha
9786:
9787: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9788: strings doesn't work in expression anymore
9789:
9790: * src/main/execute.C: - less calls for get_constructing() - little
9791: refactoring
9792:
9793: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9794: include/pa_request.h: - less calls for get_constructing()
9795:
9796: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9797: introduced with OPTIMIZE_SINGLE_STRING optimization
9798:
9799: 2009-06-14 misha
9800:
9801: * src/: classes/date.C, classes/file.C, classes/hash.C,
9802: classes/hashfile.C, classes/image.C, classes/regex.C,
9803: classes/table.C, classes/xdoc.C, classes/xnode.h,
9804: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9805: types/pa_vstateless_class.h, main/execute.C: - create object for
9806: storing object's fields only for parser objects
9807:
9808: 2009-06-13 misha
9809:
9810: * buildall-with-xml, buildall-without-xml: - new option was added
9811: for building GC (it slightly reduces memory usage)
9812:
9813: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9814: single string write
9815:
9816: * src/main/execute.C: - bytecode optimization of ^class:constructor
9817: - optimization of single string write
9818:
9819: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9820: - bytecode optimization of ^class:constructor
9821:
9822: 2009-06-09 misha
9823:
9824: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9825: main (better compatibility)
9826:
9827: 2009-06-08 misha
9828:
9829: * src/main/compile.y: - I've forgot to commit it :(
9830:
9831: 2009-06-07 misha
9832:
9833: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9834: WITH_READ and WITH_ROOT
9835:
9836: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9837: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9838: WITH_ROOT - little refactoring
9839:
9840: 2009-06-06 misha
9841:
9842: * tests/213.html: - tests for 3rd match string-param were added
9843:
9844: * src/classes/string.C: - 3rd match param could be string now
9845:
9846: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9847: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9848: GET_OBJECT_ELEMENT
9849:
9850: 2009-06-05 misha
9851:
9852: * src/main/pa_http.C: - bugfix: content-length was not calculated
9853: if $.body was specified
9854:
9855: 2009-06-04 misha
9856:
9857: * src/classes/op.C: - optimizing write_assign_lang in connect
9858:
9859: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9860:
9861: * src/main/execute.C: - little refactoring - optimizing
9862: write_assign_lang in taint/untaint
9863:
9864: * src/include/pa_opcode.h: - little refactoring
9865:
9866: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9867: main/compile_tools.h, main/execute.C: - optimizations for
9868: $self.field, ^self.method, $self.field[...] and $self.field(...)
9869: were added
9870:
9871: 2009-06-03 misha
9872:
9873: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9874:
9875: 2009-06-02 misha
9876:
9877: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9878: include/pa_opcode.h: - refactoring in last optimizations
9879: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9880: now but code is much easy and it is ready for further
9881: improvements.
9882:
9883: 2009-05-27 misha
9884:
9885: * src/: types/pa_junction.h, types/pa_vjunction.C,
9886: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9887: changed in destructing junctions
9888:
9889: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9890: String:Body
9891:
9892: 2009-05-26 misha
9893:
9894: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9895: one method detect_charset was deleted - bug was fixed in this
9896: method (error while detecting charset in content_type withot last
9897: ';')
9898:
9899: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9900: once
9901:
9902: 2009-05-25 misha
9903:
9904: * src/classes/file.C: - bugfix: file::exec didn't work after
9905: optimizing of helper_length
9906:
9907: 2009-05-24 misha
9908:
9909: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9910: were added - little refactoring
9911:
9912: * src/main/execute.C: - core while printing in debug log
9913: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9914: optimisations were added
9915:
9916: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9917: were added
9918:
9919: 2009-05-23 misha
9920:
9921: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9922: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9923: CORD_cat optimization
9924:
9925: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9926: - call constr optimisation under separate define now
9927:
9928: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9929: in $b should be string, not void
9930:
9931: * src/main/compile.y: - little fix for rem-cut optimisation
9932:
9933: * src/: include/pa_opcode.h, main/compile_tools.C,
9934: main/compile_tools.h, main/execute.C: - optimisations for
9935: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9936:
9937: * INSTALL: - description of some #defined were added
9938:
9939: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9940: before 1st access (memory usage is reduced if don't access to
9941: .text field)
9942:
9943: * src/include/pa_array.h: - array grows step now not static (it
9944: reduces numbers of reallocs)
9945:
9946: 2009-05-20 misha
9947:
9948: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9949: $.b(2), $c[d] and $.e[f] was added
9950:
9951: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9952: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9953: $.e[f] was added
9954:
9955: * src/main/execute.C: - debug printing moved in defines
9956:
9957: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9958: and little refactoring for OP_GET_OBJECT_ELEMENT +
9959: OP_GET_OBJECT_VAR_ELEMENT optimisation
9960:
9961: 2009-05-19 misha
9962:
9963: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9964: execute.C: - $a.$b & ^a.$b bytecode optimisation
9965:
9966: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9967: ^a.$b optimisation)
9968:
9969: * src/main/compile.y: - compiler now generate new opcodes:
9970: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9971: ^a.b - compiler now cut off ^rem{ with all content ; any number
9972: of params }
9973:
9974: * src/main/execute.C: - code for handle new opcodes
9975: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9976:
9977: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9978: added for LA2V and LA2S
9979:
9980: * src/include/pa_opcode.h: - new defines which can be used for
9981: disable some bytecode optimisation and new opcodes were added
9982:
9983: 2009-05-17 misha
9984:
9985: * src/lib/cord/cordxtra.c: - bugfix.
9986:
9987: * tests/212.html: - .size[] and .study_size[] were added to tests
9988:
1.211 moko 9989: * operators.ru.txt, operators.txt: - info about regex class was
9990: added
1.95 moko 9991:
9992: * tests/212.html: - tests for regex class were added
9993:
9994: 2009-05-16 misha
9995:
9996: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9997: gc7.1
9998:
9999: * tests/022.html: - test for ^file:list[path;] (empty second param)
10000: was added
10001:
10002: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10003: param) should work
10004:
10005: 2009-05-15 misha
10006:
10007: * src/classes/table.C: - automatically disable stringstream usage
10008: on freebsd4
10009:
10010: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10011: scope
10012:
10013: * tests/211.html: - test with different types of access to hash was
10014: added
10015:
10016: * tests/210.html: - test which checks for loosing tainting in
10017: hash's keys was added
10018:
10019: * tests/208.html: - some parser work added. or stime == 0 %-)
10020:
10021: * src/lib/cord/cordbscs.c: - little hack was added to cord
10022:
10023: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10024:
10025: * src/include/pa_version.h, configure.in: - moko have made a lot of
10026: optimisations for increacing version number more dramatically :)
10027:
10028: * src/classes/date.C: - little refactoring: use constructor which
10029: accepts formated string
10030:
10031: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10032: which can print formatted string was added
10033:
10034: 2009-05-14 misha
10035:
10036: * src/include/pa_string.h: - type was fixed
10037:
10038: * src/: classes/hashfile.C, classes/op.C,
10039: include/pa_cache_managers.h, include/pa_charset.h,
10040: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10041: include/pa_request.h, include/pa_sql_driver_manager.h,
10042: include/pa_string.h, include/pa_stylesheet_manager.h,
10043: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10044: main/pa_charsets.C, main/pa_string.C,
10045: main/pa_stylesheet_connection.C, types/pa_value.h,
10046: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10047: types/pa_vobject.C, types/pa_vstateless_class.C,
10048: types/pa_vstateless_class.h: - hash_code caching was implemented
10049: (seaches should be faster now)
10050:
10051: * src/: classes/file.C, classes/hash.C, classes/image.C,
10052: classes/string.C, classes/table.C, include/pa_string.h,
10053: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10054: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10055: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10056: types/pa_vrequest.C: - String constructors don't have that stupid
10057: true/false param which means 'tainted'. they accept lang instead.
10058:
10059: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10060: with OPTIMIZE_RESULT
10061:
10062: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10063: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10064:
10065: 2009-05-13 misha
10066:
10067: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10068: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10069: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10070: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10071: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10072: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10073: include/pa_string.h, classes/date.C, classes/file.C,
10074: classes/hash.C, classes/image.C, classes/string.C,
10075: classes/table.C, classes/xdoc.C: - result optimisation -
10076: helper_length parameter removed from string constructors
10077:
10078: 2009-05-11 misha
10079:
10080: * tests/209.html: - tests for ^hash::create[hash] were added
10081:
10082: * tests/208.html: - tests for $status:rusage, $status:memory,
10083: ^memory:compact[] were added
10084:
10085: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10086: log10 were added
10087:
10088: * tests/206.html: - test for try with finally was added
10089:
10090: 2009-05-10 misha
10091:
10092: * tests/205.html: - test for ^file::create[...] was added
10093:
10094: * tests/204.html: - test for ^response:clear[] was added
10095:
10096: * tests/038.html: - tests for trigonometric functions were added
10097:
10098: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10099: added - more tests for .add, .sub, .union, .intersects and
10100: .intersections
10101:
10102: * tests/065.html: - test for ^file:dirname was added
10103:
10104: * tests/030.html: - test for $cookie:fields was added
10105:
10106: * tests/203.html: - test for ^h._keys[column name] was added
10107:
10108: * tests/201.html: - tests for .trim were added
10109:
10110: * tests/202.html: - tests for last-day,
10111: date:calendar[type](YYYY;MM;DD) were added
10112:
10113: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10114: .offset[type](N) were added
10115:
10116: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10117: and .pos[c](N) were added
10118:
10119: * tests/141.html: - test for math:sha1 was added
10120:
10121: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10122:
10123: 2009-05-09 misha
10124:
10125: * src/main/compile.y: - rollback
10126:
10127: 2009-05-05 misha
10128:
10129: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10130: replaced by is_empty()
10131:
10132: * src/: include/pa_string.h, main/pa_charset.C: - little
10133: optimisation: somewhere length() was replaced by is_empty()
10134:
10135: * src/classes/table.C: - little optimisation: somewhere length()
10136: was replaced by is_empty()
10137:
10138: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10139: classes/op.C, classes/table.C, main/pa_exception.C: - little
10140: optimisation: somewhere length() was replaced by is_empty()
10141:
10142: 2009-05-04 misha
10143:
10144: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10145: types/pa_vstateless_class.h, main/execute.C,
10146: include/pa_request.h, classes/hash.C, classes/op.C,
10147: classes/table.C: - more optimisations were added: some operators
10148: don't switch write context anylonger
10149:
10150: 2009-05-01 misha
10151:
10152: * src/main/compile.y: - slightly more opcode optimisations for
10153: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10154:
10155: * src/main/execute.C: - simplifying process for getters
10156:
10157: 2009-04-30 misha
10158:
10159: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10160:
10161: * tests/results/199.processed: - test for checking $result into
10162: ^rem was added
10163:
10164: * tests/199.html: - test for checking $result into ^rem was added
10165:
10166: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10167: some OS it returns list in different order)
10168:
10169: * src/: include/pa_array.h, include/pa_request.h,
10170: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10171: changes in stack impl - get_element() optimisation: 3rd param
10172: removed - bugfix: problems with reading empty input param -
10173: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10174:
10175: * tests/results/198.processed: - test for reading empty local var
10176: was added
10177:
10178: * tests/198.html: - test for reading empty local var was added
10179:
10180: 2009-04-29 misha
10181:
10182: * src/main/compile.y: - bugfix: couldn't compile because
10183: OP_VALUE__GET_ELEMENT should be unde #ifdef
10184:
10185: * src/: include/pa_array.h, include/pa_opcode.h,
10186: include/pa_request.h, main/compile.y, main/execute.C,
10187: main/pa_request.C, types/pa_vmethod_frame.C,
10188: types/pa_vmethod_frame.h: - we can work without opcode
10189: OP_STORE_PARAM, so it was removed
10190:
10191: 2009-04-28 misha
10192:
10193: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10194: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10195: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10196: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10197: 4.
10198: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10199:
10200: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10201:
10202: * src/: main/pa_string.C, classes/string.C: - !length() =>
10203: is_empty()
10204:
10205: 2009-04-27 misha
10206:
10207: * src/types/pa_vregex.h: - back explicit vars initialisation
10208:
10209: 2009-04-24 misha
10210:
10211: * src/classes/string.C: - ups. typo fixed
10212:
10213: * src/main/execute.C: - more replacements '*new VBool' to
10214: 'VBool::get' - checks for ^break[], ^continue[] and
10215: parser.interrupted were optimised
10216:
10217: * src/classes/string.C: - number of params.count() calls was
10218: slightly reduced
10219:
10220: 2009-04-23 misha
10221:
10222: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10223: make it x64 friendly
10224:
10225: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10226: parser is x64 friendly now
10227:
10228: 2009-04-22 misha
10229:
10230: * src/types/pa_vhashfile.C: - coder friendly exception about
10231: exceeding record size was added
10232:
10233: * src/classes/file.C: - use vregex object instead of direct calls
10234: methods from pcre lib
10235:
10236: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10237: classes/string.C: - use vregex object instead of direct calls
10238: methods from pcre lib
10239:
10240: * src/: include/pa_common.h, main/pa_common.C: - method
10241: print_pcre_exec_error_text was moved to class vregex
10242:
10243: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10244: was added
10245:
10246: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10247: - class vregex was added
10248:
10249: 2009-04-21 misha
10250:
10251: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10252:
10253: * src/: types/pa_junction.h, types/pa_value.C,
10254: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10255: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10256: junction-optimisation (destructors)
10257:
10258: * src/include/pa_array.h: - free under if now
10259:
10260: 2009-04-19 misha
10261:
10262: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10263:
10264: 2009-04-18 misha
10265:
10266: * src/include/pa_version.h:
10267: :q :
10268:
10269: CV:
10270: ----------------------------------------------------------------------
10271:
10272: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10273: refactoring
10274:
10275: * src/: include/pa_array.h, include/pa_hash.h,
10276: types/pa_vmethod_frame.h: - destructors under #ifdef now
10277:
10278: * src/include/pa_memory.h: - define for using destructors was added
10279:
10280: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10281: main/execute.C: - some junctions will be cached now
10282:
10283: * src/include/pa_hash.h: - hash destructor frees pairs now
10284:
10285: * src/include/pa_array.h: - inline was added to destructor
10286:
10287: * src/types/pa_method.h: - comment was changed
10288:
10289: 2009-04-17 misha
10290:
10291: * src/: include/pa_array.h, include/pa_hash.h,
10292: types/pa_vmethod_frame.h: - destructors were added
10293:
10294: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10295: renamed to always_use_result
10296:
10297: * src/main/: compile.y, compile_tools.h: - rollback changes in
10298: compiler: full backward compatibility is better
10299:
10300: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10301: result in var's hash
10302:
10303: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10304: optimisation in method_frame
10305:
10306: * src/include/pa_array.h: - optimisation in array (allocate
10307: elements only when needed)
10308:
10309: * src/types/pa_vresponse.C: - check for $response:headers field
10310: before looking at custom fields
10311:
10312: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10313: not needed to check existance var with name 'result' in var's
10314: hash
10315:
10316: * src/main/compile.y: - compiler was changed: now it detects
10317: writings to $result and set flag writo_to_result in method
10318:
10319: * src/classes/string.C: - little optimisation: no needed to write
10320: number with lang
10321:
10322: * src/main/pa_charset.C: - methods readChar and skipChar which is
10323: used for read utf8-strings were renamed - is_escaped was renamed
10324: to isEscaped (to the same name convention)
10325:
10326: * src/: types/pa_method.h, main/compile_tools.h: - flag
10327: write_to_result added. compiler get this info from code.
10328:
10329: 2009-04-16 misha
10330:
10331: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10332: String only before 1st write
10333:
10334: * src/include/pa_string.h: - not needed template removed
10335:
10336: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10337: types/pa_vjunction.C, types/pa_vproperty.C,
10338: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10339: main/pa_request.C, classes/bool.C, classes/double.C,
10340: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10341: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10342: bool objects)
10343:
10344: 2009-04-15 misha
10345:
10346: * src/lib/cord/cordxtra.c: - more optimisation
10347:
10348: * src/: include/pa_string.h, main/untaint.C: - String::append
10349: optimisation
10350:
10351: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10352: then get and can sometime be used)
10353:
10354: * src/main/pa_string.C: - String::length optimisation
10355:
10356: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10357: these methods read different strings
10358:
10359: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10360: fresult_initial_void removed + some optimisation - if $result
10361: defined we don't write to context anymore
10362:
10363: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10364: need just skip char)
10365:
10366: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10367: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10368: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10369:
10370: * src/types/pa_vvoid.h: - added get() method for retreave one
10371: instance
10372:
10373: 2009-04-11 misha
10374:
10375: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10376:
10377: * tests/197.html: - test for parser://test in xml was added
10378:
10379: * src/classes/string.C: - small optimisation
10380:
10381: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10382: optimisation
10383:
10384: 2009-04-10 misha
10385:
10386: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10387: to pcre-7.8
10388:
10389: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10390:
10391: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10392: added
10393:
10394: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10395: $request:CLASS_NAME were added
10396:
10397: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10398: were added
10399:
10400: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10401: $env:CLASS_NAME were added
10402:
10403: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10404: '@todo' now
10405:
10406: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10407: compirer
10408:
10409: * src/main/pa_string.C: - little code cleanup
10410:
10411: * src/main/pa_common.C: - describe one more UTF-8 related error
10412: during PCRE compile/execute
10413:
10414: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10415: normalizing todo-comments: '@todo' now
10416:
10417: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10418:
10419: * src/main/pa_charset.C: - type changed for making compiler happy
10420:
10421: 2009-03-10 misha
10422:
10423: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10424: in main()
10425:
10426: 2009-02-01 misha
10427:
10428: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10429: boundary
10430:
10431: 2009-01-25 misha
10432:
10433: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10434:
10435: * src/classes/file.C: - more changes for parsing different number
10436: of params for file::load
10437:
10438: * tests/193.html: - tests for exception while base64-decode binary
10439: to string was added
10440:
10441: * tests/192.html: - tests for file::load with different number of
10442: options
10443:
10444: * src/classes/math.C: - ups. forgot '+1'
10445:
10446: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10447: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10448: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10449: (new option $.encode[multipart-form/data] should be specified) -
10450: $.method[] option for file::load now is not case-sensitive
10451:
10452: * src/: include/pa_string.h, main/untaint.C: - for file post the
10453: new taint language L_FILE_POST was added
10454:
10455: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10456: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10457: stuff was moved to separate files
10458:
10459: 2009-01-23 misha
10460:
10461: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10462: spaces to tabs were converted
10463:
10464: 2009-01-12 misha
10465:
10466: * src/main/pa_http.C: - value of $.method[] option force uppercased
10467: now
10468:
10469: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10470: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10471: their names
10472:
10473: * src/main/pa_common.C: - changes in formating
10474:
10475: * src/: classes/file.C, main/pa_http.C: - some constants changed
10476: their names
10477:
10478: * src/include/pa_http.h: - some spaces were converted to tabs
10479:
10480: * src/include/pa_common.h: - some constants changed their names
10481:
10482: * src/classes/file.C: - fixed 4-th paramether for file::load -
10483: little code rewriting
10484:
10485: * src/types/pa_vfile.C: - little code rewriting
10486:
10487: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10488: types/pa_value.h: - some formating changes
10489:
10490: * src/include/pa_common.h: - some formating spaces transformed to
10491: tabs
10492:
10493: * src/classes/string.C: - exception while base64-decode binary to a
10494: string
10495:
10496: 2009-01-11 misha
10497:
10498: * configure.in: - version changed to 3.3.1b
10499:
10500: 2008-09-05 misha
10501:
10502: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10503: release_3_3_0 on 2008-09-05 10:59:35 +0000
10504:
10505: 2008-09-04 misha
10506:
10507: * tests/: 130.html, 131.html: - these exceptions not typeless
10508: anymore
10509:
10510: * src/classes/op.C: - exception with 'invalid taint language' not
10511: typeless anylonger
10512:
10513: * src/classes/image.C: - some exceptions while operations with
10514: image not typeless anymore
10515:
10516: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10517: main/pa_exec.C, main/pa_http.C: - some exceptions while
10518: operations with files not typeless anymore
10519:
10520: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10521: types/pa_vdate.h: - exceptions while checking date range not
10522: typeless anymore
10523:
10524: * src/include/pa_exception.h: - exception type string for invalid
10525: date range was added
10526:
10527: 2008-09-03 misha
10528:
10529: * src/: classes/file.C, main/pa_string.C: - exception while pce
10530: operations not typeless anymore
10531:
10532: * src/include/pa_exception.h: - exception type for pce operations
10533: was added
10534:
10535: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10536: and .CLASS_NAME insite classes
10537:
10538: * src/classes/table.C: - don't save table header whiile
10539: ^table.save[append;filename] if file exists
10540:
10541: 2008-09-02 misha
10542:
10543: * src/main/compile.y, src/main/compile_tools.h,
10544: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10545: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10546: renamed to partial and it login changed: we must mark class as
10547: partial for allow their modifications in future.
10548:
10549: 2008-08-29 misha
10550:
10551: * tests/results/022.processed: - testing taint[regex] in mask for
10552: file:list
10553:
10554: * tests/022.html: - testing taint[regex] in mask for file:list
10555:
10556: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10557: for file:list was added
10558:
10559: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10560: file:list
10561:
10562: 2008-08-26 misha
10563:
10564: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10565: last derived object
10566:
10567: * src/classes/image.C: - many strings "image.format" replaced by
10568: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10569: understand some more exif tags
10570:
10571: * src/include/pa_exception.h: - string "image.format" was added
10572:
10573: 2008-08-21 misha
10574:
10575: * src/: main/pa_string.C, classes/file.C: - use method for print
10576: pcre_exec text error
10577:
10578: * src/main/pa_common.C: - method for print pcre_exec text error was
10579: added
10580:
10581: * src/include/pa_common.h: - method declaration for print pcre_exec
10582: text error was added
10583:
10584: 2008-08-19 misha
10585:
10586: * src/main/execute.C: - bugfix: opcodes must be in separate
10587: namespace while debug execution as well
10588:
10589: * tests/: 015.html, results/015.processed: - test for escaping some
10590: parser chars was added
10591:
10592: 2008-08-18 misha
10593:
10594: * tests/: 190.html, 190.p, results/190.processed: - test for
10595: $caller.self.field + default getter in one class was added
10596:
10597: * tests/: 189.html, results/189.processed: - test for
10598: ^date::create[date object]
10599:
10600: * tests/: 188.html, results/188.processed: - tests for match with
10601: UTF-8 strings
10602:
10603: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10604: ^string.match[]
10605:
10606: * ChangeLog: - parser 3.3.0 beta13
10607:
10608: 2008-08-15 misha
10609:
1.116 moko 10610: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10611: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10612: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10613: dftables.c: - old PCRE files removed
1.95 moko 10614:
10615: * src/lib/pcre/config.h: - configuration for PCRE library
10616:
10617: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10618: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10619:
10620: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10621: library and set flag UTF8 if $request:charset is UTF-8
10622:
10623: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10624: include/pa_config_fixed.h: - moved to new PCRE library
10625:
10626: * src/: main/main.vcproj, types/types.vcproj,
10627: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10628: win32\pcre instead of parser3\src\lib\pcre
10629:
10630: * src/: include/pa_opcode.h, include/pa_operation.h,
10631: main/compile.C, main/compile.y, main/compile_tools.C,
10632: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10633: opcodes were moved to separate namespace
10634:
10635: 2008-08-14 misha
10636:
10637: * src/types/pa_vstateless_class.C: - newline at the end missed
10638:
10639: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10640: tainting
10641:
10642: 2008-08-11 misha
10643:
10644: * tests/: 187.html, 187.p, results/187.processed: - tests for
10645: $caller.self, $caller.self.field and $caller.self.field[value]
10646: were added
10647:
10648: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10649: runtime as well (for $caller.self)
10650:
10651: 2008-07-25 misha
10652:
10653: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10654: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10655: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10656: tests with international characters
10657:
10658: 2008-07-23 misha
10659:
10660: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10661: file::load[...;http://
10662:
10663: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10664: now everywhere in separate namespace
10665:
10666: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10667: for vars
10668:
10669: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10670: can be escaped by '^'
10671:
10672: 2008-07-22 misha
10673:
10674: * src/classes/string.C, tests/186.html: - names changes:
10675: escape=>js-escape, unescape=>js-unescape
10676:
10677: 2008-07-21 misha
10678:
10679: * tests/results/186.processed: - test for string escape/unescape
10680:
10681: * tests/186.html: - test for string escape/unescape
10682:
10683: * src/classes/string.C: - string has escape and unescape methods
10684: now
10685:
10686: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10687: added
10688:
10689: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10690: method-layers added (with different params)
10691:
10692: 2008-07-18 misha
10693:
10694: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10695: was added
10696:
10697: * tests/185.html: - test for ^str.pos[sub](offset) added
10698:
1.211 moko 10699: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10700: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10701: accepted now
1.95 moko 10702:
10703: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10704: strings
10705:
10706: 2008-07-17 misha
10707:
10708: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10709: helper length added for mid for small optimisation
10710:
10711: 2008-07-16 misha
10712:
10713: * tests/: 185.html, results/185.processed: - tests for
10714: length/left/right/mid/pos with utf-8 strings
10715:
10716: * src/classes/string.C: - left/right/mid/length/pos works fine for
10717: utf-8 strings
10718:
10719: * src/main/untaint.C: - comments removed
10720:
10721: * src/: include/pa_string.h, main/pa_string.C,
10722: include/pa_charset.h, main/pa_charset.C: - methods for working
10723: with pos/mid for strings in utf-8 were added
10724:
10725: 2008-07-15 misha
10726:
10727: * tests/: 184.html, results/184.processed: - test for case body as
10728: expression: $var(^switch(1){^case(1)(true)..})
10729:
10730: * src/classes/op.C: - case body can be expression now:
10731: $var(^switch(1){^case(1)(true)..})
10732:
10733: * tests/: results/183.processed, 183.html: - added test for testing
10734: new cookie encoding (%uXXXX)
10735:
10736: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10737: decoding for backward compatibility they decoded from %XX in
10738: request:charset too
10739:
10740: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10741: - cookie class now decode cookies before first access after last
10742: request:charset changing (as form class).
10743:
10744: * src/main/pa_charset.C: - added method escape for escaping cookies
10745: as %uXXXX - before transcode calculate required space for dest
10746: string. it reduce mem usage for transcode
10747:
10748: * src/include/pa_charset.h: - added method escape for escaping
10749: cookies as %uXXXX
10750:
10751: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10752: was added. will used for escaping cookies as %uXXXX
10753:
10754: * src/include/pa_common.h: - escape method has new option for skip
10755: converting '+' to a space char
10756:
10757: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10758: transcode - escape method has new option for skip converting '+'
10759: to a space char
10760:
10761: 2008-07-08 misha
10762:
10763: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10764: (no UE if more then 1 case matches anylonger) - optimization:
10765: doing searching.as_string() || searching.as_double() only once
10766:
10767: 2008-07-04 misha
10768:
10769: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10770: now ^date::create[date object] works
10771:
10772: * src/classes/string.C: - left and right added as aliases for start
10773: and end in ^string.trim[]
10774:
10775: 2008-07-03 misha
10776:
10777: * src/classes/file.C: - allow $.limit for file::sql as well
10778:
10779: * src/classes/file.C: - allow $.offset option for file::sql - force
10780: send limit=1 to query for use sql specifics authomatically
10781:
10782: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10783: if $.limit value if empty. autoconvert it as everywere
10784:
10785: 2008-07-02 misha
10786:
10787: * configure.in: - time to change version number to 3.3.0 %-)
10788:
10789: * src/include/pa_version.h: - time to change version number to
10790: 3.3.0 %-)
10791:
10792: 2008-06-26 misha
10793:
10794: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10795: $.limit(0) fixes
10796:
10797: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10798: - $.limit(0) fixes
10799:
10800: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10801: new API)
10802:
10803: * src/: include/pa_sql_driver_manager.h,
10804: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10805: classes/op.C: - document_root added
10806:
10807: * src/main/compile.tab.C: - error message was changed
10808:
10809: 2008-06-25 misha
10810:
10811: * src/main/compile.y: - error message was changed
10812:
10813: 2008-06-24 misha
10814:
10815: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10816:
10817: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10818: tests for @OPTIONS\nappend
10819:
10820: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10821:
10822: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10823:
10824: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10825:
10826: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10827: compile.y
10828:
10829: 2008-06-17 misha
10830:
10831: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10832: compilation: ^if(default){true. it's incorrect. must be
10833: exception}
10834:
10835: 2008-06-16 misha
10836:
10837: * tests/: 181.ent, 181.html, results/181.processed: - test for
10838: checking external reference loading with 'http://localhost'
10839: prefix while creating xdoc
10840:
10841: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10842: ^math:long2ip[] and ^math:ip2long[]
10843:
10844: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10845: added which use scalar stateless class method when user object
10846: used in scalar context - use get_scalar_value when user object
10847: requested in scalar context
10848:
10849: * src/main/pa_common.C: - size must be int but not size_t or we
10850: can't compare with 0 sprintf result
10851:
10852: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10853: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10854: with internal switch between local/global vars
10855:
10856: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10857: specified
10858:
10859: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10860: pa_vstateless_object.h: - stateless class and object now has
10861: private scalar field and getter/setter for working with it
10862:
10863: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10864: moved to inet static class
10865:
10866: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10867: class added (^inet:aton[IP], ^inet:ntoa(number))
10868:
10869: * tests/: 180.html, results/180.processed: - tests for
10870: ^math:long2ip(long) and ^math:ip2long[IP]
10871:
10872: * src/classes/math.C: - ^math:ip2long[IP] added
10873:
10874: 2008-06-11 misha
10875:
10876: * src/main/pa_xml_io.C: - use file_read_text again because of we
10877: need cut BOM code and remove DOS newline chars. but don't
10878: transcode it anyway.
10879:
10880: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10881: main/pa_http.C: - option for disable transcoding while file_read
10882: and file_read_text added
10883:
10884: 2008-06-10 misha
10885:
10886: * tests/: 179.html, 179.p, results/179.processed: - test for many
10887: classes in 1 file
10888:
10889: * src/main/: compile.C, compile_tools.h: - compile return list of
10890: classes now.
10891:
10892: * src/main/: compile.y, compile.tab.C: - compile return list of
10893: classes now. internals.
10894:
10895: * src/main/pa_request.C: - compile return list of classes now. try
10896: call @conf and @auto for each returned class
10897:
10898: * src/include/pa_request.h: - compile return list of classes now
10899:
10900: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10901: return list of classes when compile buf)
10902:
10903: 2008-06-07 misha
10904:
10905: * src/main/pa_request.C: - constructing VRequest object with 3rd
10906: param -- form
10907:
10908: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10909: 3rd param: form. needed for get post_charset
10910:
10911: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10912: added
10913:
10914: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10915: types/pa_vform.C, types/pa_vform.h: - some polish
10916:
10917: 2008-06-06 misha
10918:
10919: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10920: charset and decode chars from it but not from response:charset
10921:
10922: * src/main/pa_http.C: - detect_charset moved out of here
10923:
10924: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10925: methods moved here - unescape_chars accepn one charset now
10926:
10927: * src/main/pa_http.C: - new constants used - don't allow
10928: $.content-type in ^file::load[;http://;$.method[POST]] - add
10929: charset info while ^file::load[;http://;$.method[POST]] - option
10930: $.omit-post-charset(true) added to ^file::load[;http://] for
10931: disabling charset during post
10932:
10933: * src/types/pa_vform.C: - new constants used
10934:
10935: * src/include/pa_common.h: - some constants were added
10936:
10937: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10938: instead of StrEqNc
10939:
10940: * src/main/pa_common.C: - new method for caseless search
10941: c-substring in c-string - use isxdigit instead of is_hex_digit
10942:
10943: * src/include/pa_common.h: - new method for caseless search
10944: c-substring in c-string
10945:
10946: 2008-06-05 misha
10947:
10948: * tests/results/178.processed: - test for testing default getter
10949:
10950: * tests/178.html: - test for testing default getter
10951:
10952: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10953: for test for testing default getter
10954:
10955: * src/main/execute.C: - default getter soul
10956:
10957: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10958: requested objects' field not found
10959:
10960: * src/types/pa_vclass.C: - register default getter if defined - get
10961: default getter if requested field not found
10962:
10963: * src/types/pa_vstateless_object.h: - method get_default_getter was
10964: added
10965:
10966: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10967: pointer to default getter and methods for get/set it were added
10968:
10969: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10970: auto_name field (for default getter)
10971:
10972: 2008-06-04 misha
10973:
10974: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10975: transcoding, no cutting BOM code, no fixing line breaks) and get
10976: it to libxml "as is"
10977:
10978: 2008-06-03 misha
10979:
10980: * src/main/pa_common.C: - use store_Char instead of
10981: transcodeCharFromUTF8
10982:
10983: * src/: include/pa_charset.h, main/pa_charset.C: - method
10984: store_Char added, transcodeCharFromUTF8 -- removed
10985:
10986: 2008-06-02 misha
10987:
10988: * tests/: results/177.processed, 177.html: - test for checking
10989: .[acm]date after local ^file::load[] was added
10990:
10991: * tests/: results/176.processed, 176.html: - test for checking
10992: @OPTION\locals + @method[vars][locals] added
10993:
10994: * tests/results/auto.p: - CLASS_PATH specified for checking use
10995:
10996: 2008-05-30 misha
10997:
10998: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10999: @OPTION\nlocals + @method[vars][;locals;] were added
11000:
11001: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11002: moved to separate method op_code - switch from VMethodFrame to
11003: VMethodFrameGlobal + VMethodFrameLocal
11004:
11005: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11006: was moved to separate method op_code
11007:
11008: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11009: VMethodFrame now
11010:
11011: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11012: all_vars_local as well
11013:
11014: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11015: pa_vmethod_frame_local.h, Makefile.am: - who children for
11016: VMethodFrame were added: one (global) works as VMethodFrame
11017: before and second (local) write all vars in self vars scope
11018:
11019: * src/types/pa_method.h: - method has bool flag all_vars_local now
11020:
11021: 2008-05-29 misha
11022:
11023: * tests/: 129.html, results/129.processed: - more tests for
11024: ^table.hash[]
11025:
11026: * src/classes/hash.C: - ^hash::sql has a new option:
11027: $.type[hash|string|table] as ^table.hash[] one.
11028:
11029: * src/classes/op.C: - ^try has 3rd param now: finally code which
11030: executed anyway after try or catch section
11031:
11032: 2008-05-27 misha
11033:
11034: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11035: must not fail if $.distinct(1) wasn't specified
11036:
11037: 2008-05-26 misha
11038:
11039: * src/classes/op.C: - allow ^throw[my type]
11040:
11041: 2008-05-22 misha
11042:
11043: * configure.in, configure: - version number updated to 3.2.4b
11044:
11045: * src/classes/: op.C, string.C: - trim format string before
11046: eval/format
11047:
11048: * tests/: results/175.processed, 175.html: - more tests for
11049: different format strings in .format[]
11050:
11051: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11052: as well (not only %XX)
11053:
11054: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11055: charset specified - checks for format before print number
11056: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11057: (instead of tabs) removed
11058:
11059: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11060: charset specified
11061:
11062: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11063: char in requested charset from utf code was added
11064:
11065: 2008-05-19 misha
11066:
11067: * tests/: 174.html, results/174.processed: - test for
11068: ^hashfile.cleanup[] added
11069:
11070: * src/classes/hashfile.C: - optimization: don't create any key or
11071: value variable if it's name weren't specified
11072: (^hf.foreach[;v]{...})
11073:
11074: 2008-05-16 misha
11075:
11076: * src/classes/hash.C: - optimization: don't create any key variable
11077: if variable name wasn't specified (^h.foreach[;v]{...})
11078:
11079: 2008-05-15 misha
11080:
11081: * src/classes/op.C: - small changes
11082:
11083: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11084:
11085: * src/classes/hash.C: - calculate var_context once before foreach
11086:
11087: 2008-05-14 misha
11088:
11089: * src/classes/hashfile.C: - incorrect vars context calculation for
11090: ^hashfile.foreach[;]{} fixed
11091:
11092: * src/classes/: hash.C, table.C: - little optimisation
11093:
11094: * src/classes/file.C: - bugfix: double absolute path while loading
11095: file
11096:
11097: * tests/: 174.html, results/174.processed: - tests for hashfile
11098: were added
11099:
11100: * buildall-with-xml: - moving to libxslt 1.1.24
11101:
11102: 2008-04-30 misha
11103:
11104: * src/classes/file.C: - stat file while loading (local only) so
11105: .adate, .mdate and .cdate available without additional ::stat
11106:
11107: 2008-04-28 misha
11108:
11109: * src/classes/file.C: - $.name and $.content-type available for
11110: stated file
11111:
11112: 2008-04-14 misha
11113:
11114: * src/targets/cgi/parser3.C: - new year in copyright %-)
11115:
11116: * src/include/pa_version.h: - new version number in head
11117:
11118: 2008-04-10 misha
11119:
11120: * tests/: 080.html, results/080.processed: - cut '0' from
11121: exponential part because of on diff OS it differ (20 or 020 for
11122: ex)
11123:
11124: * tests/: 119.html, results/119.processed: - check for encoding
11125: while creating xdoc
11126:
11127: 2008-04-09 misha
11128:
11129: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11130:
11131: * src/main/pa_common.C: - comment added
11132:
11133: * src/classes/date.C: - little refactoring
11134:
11135: 2008-04-07 misha
11136:
11137: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11138: style of ^table.save[]: prepare one big string and sabe it at
11139: once. it's safe on freebsd 4.x but use much more memory.
11140:
11141: * buildall-with-xml, buildall-without-xml: - option
11142: --disable-stringstream added (under comment. use it on freebsd
11143: 4.x)
11144:
11145: 2008-02-22 misha
11146:
11147: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11148: specified together in file::load[;http] - get back transcoding
11149: $.body[] in file::load[;http]
11150:
11151: 2008-02-21 misha
11152:
11153: * src/classes/date.C: - ^date.gmt-string[] was added
11154:
11155: * src/types/pa_value.C: - method for output date in RFC 822 format
11156: moved to pa_common.h
11157:
11158: * src/include/pa_common.h: - method for output date in RFC 822
11159: format moved here from pa_value.C
11160:
11161: * src/types/pa_vmail.C: - fixed core in sending mail with
11162: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11163:
11164: 2008-02-20 misha
11165:
11166: * src/main/pa_http.C: - transcode $.headers before escaping into
11167: specified charset while ^file::load[...;http://...] (L_URI
11168: instead of L_HTTP_HEADER) - $.cookies param available in
11169: ^file::load[;http://...] now (but we don't parse set-cookies from
11170: response yet) (cookies not transcoded as common $cookies)
11171:
11172: 2008-02-19 misha
11173:
11174: * src/main/pa_request.C: - rollback: we mustn't force taint
11175: $response:field values because in this case
11176: $response:locateion[http://...] don't works.
11177:
11178: 2008-02-15 misha
11179:
11180: * src/classes/op.C: - little refactoring
11181:
11182: * src/main/pa_http.C: - taint names of $.headers for load[;http
11183:
11184: * src/main/pa_request.C: - force taint values of $response:field
11185:
11186: 2008-02-14 misha
11187:
11188: * src/main/pa_request.C: - $response:field transcoded to
11189: $response:charset before escaping now
11190:
11191: * src/main/pa_http.C: - some outdated comments removed
11192:
11193: * src/classes/date.C: - lastdat -> last-day
11194:
11195: * src/classes/date.C: - ^date:lastday(year;month) and
11196: ^date.lastday[] were added - little code refactoring - comments
11197: changes
11198:
11199: * tests/: 159.html, results/159.processed: - test for number of
11200: days in February
11201:
11202: * src/types/pa_value.C: - fixes in code formatting
11203:
11204: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11205: and comments
11206:
11207: 2008-02-13 misha
11208:
11209: * src/main/pa_common.C: - bugfix for february at leap year
11210:
11211: 2008-01-28 misha
11212:
11213: * tests/: 160.html, results/160.processed: - more test for cache
11214: added
11215:
11216: * src/classes/op.C: - bugfix: cache body executed twice if contains
11217: unhandled exception
11218:
11219: 2008-01-25 misha
11220:
11221: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11222: bug when hashfile became inavailable after memory:compact)
11223:
11224: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11225:
11226: 2008-01-22 misha
11227:
11228: * src/classes/table.C: - little refactiring and exception texts
11229: changes in method ^table.hash[]
11230:
11231: * src/types/pa_vcookie.C: - link to cookie specification changed
11232:
11233: 2008-01-21 misha
11234:
11235: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11236: file::exec/cgi
11237:
11238: * src/classes/file.C: - bugfix: core while processing headers if
11239: executed cgi script don't return content
11240:
11241: 2008-01-18 misha
11242:
11243: * buildall-with-xml: - move to libxml2 version 2.6.31
11244:
11245: * src/include/pa_version.h, configure.in: - version number updated
11246: to '3.2.3b'
11247:
11248: 2007-12-28 misha
11249:
11250: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11251: hash.contains
11252:
11253: 2007-12-27 misha
11254:
11255: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11256: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11257: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11258: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11259: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11260: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11261: src/targets/cgi/parser3.vcproj,
11262: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11263: back to VS2003 because of Apache 1.3 module can't work if it was
11264: built in VS 2005. with cgi all file so VS2003 project files can
11265: be easy converted to the new format.
11266:
11267: 2007-12-04 misha
11268:
11269: * src/types/pa_vcode_frame.h: - changes in comment
11270:
11271: 2007-11-29 misha
11272:
11273: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11274: intercept strings any longer
11275:
11276: * tests/: 173.html, results/173.processed: - tests for
11277: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11278: but not in main code frame
11279:
11280: * tests/: 172.html, results/172.processed: - more tests for pass
11281: objects from code frames
11282:
11283: 2007-11-27 misha
11284:
11285: * tests/: 152.html, results/152.processed: - tests for converting
11286: strings 'true'/'false' to bool were added
11287:
11288: * tests/152.html: - added checks for converting strings
11289: 'true'/'false' to bool
11290:
11291: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11292: not only strings with numbers but with values 'true'/'false' as
11293: well
11294:
11295: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11296: for parser3.log increased
11297:
11298: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11299:
11300: * src/include/pa_common.h: - remove_crlf return cstring size now
11301:
11302: * src/include/pa_types.h: - constant with buffer size for
11303: parser3.log added
11304:
11305: 2007-11-16 misha
11306:
11307: * tests/cat.sh: - script for tests for file::exec/cgi
11308:
11309: * tests/171.html: - tests for file::exec/cgi
11310:
11311: * tests/results/171.processed: - tests results for file::exec/cgi
11312:
11313: 2007-11-15 misha
11314:
11315: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11316:
11317: * src/classes/file.C: - .body must be set before analyzing cgi
11318: headers
11319:
11320: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11321: only if exec/cgi return anything.
11322:
11323: 2007-11-14 misha
11324:
1.211 moko 11325: * operators.ru.txt, operators.txt: - info about new text|binary
11326: option for file::exec/cgi was added
1.95 moko 11327:
11328: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11329: ^file:exec[[text|binary];script;...]
11330:
11331: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11332: classes/string.C, classes/table.C: - more text strings moved to
11333: the one place
11334:
11335: 2007-11-09 misha
11336:
11337: * src/types/pa_vrequest.C: - $request:argv must be taint
11338:
11339: * ChangeLog: - $request:argv [patch from Sumo]
11340:
1.211 moko 11341: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11342:
11343: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11344: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11345:
11346: 2007-10-25 misha
11347:
11348: * buildall-with-xml, buildall-without-xml: - options preparations
11349: for ./configure rewrited
11350:
11351: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11352: error occure in unhandled_exception finally fixed
11353:
11354: 2007-10-23 misha
11355:
11356: * tests/: 170.html, results/170.processed: - test for
11357: @method[][result]
11358:
1.211 moko 11359: * operators.ru.txt, operators.txt: - added info about node.prefix
11360: and node.namespaceURI
1.95 moko 11361:
11362: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11363:
11364: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11365: added for node and attribute
11366:
11367: 2007-10-22 misha
11368:
11369: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11370:
11371: * src/main/pa_request.C: - added const content-transfer-encoding
11372:
11373: * src/include/pa_request.h: - added const content-transfer-encoding
11374: - ups. constants must be in lowercase (for search)
11375:
11376: * src/types/pa_vmail.C: - more constants used -
11377: content-transfer-encoding: 8bit added
11378:
11379: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11380:
11381: * src/include/pa_request.h: - more constants
11382:
11383: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11384: ommit anymore if $.content-disposition was specified - little
11385: refactoring
11386:
11387: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11388:
11389: 2007-10-17 misha
11390:
1.211 moko 11391: * operators.ru.txt, operators.txt: - info about
1.95 moko 11392: table::create[nameless]{data}[>options<] was added
11393:
11394: * src/main/: compile.tab.C, compile.y: - if error occure while
11395: compile method don't put this method in methods table anymore.
11396: in other case the parser coredumped if @unhandled_exception
11397: method can't be compiled because of parser.compile error.
11398:
11399: * src/main/execute.C: - little code reformating
11400:
11401: * src/main/pa_request.C: - little code reformating - comment
11402: changed
11403:
11404: 2007-10-16 misha
11405:
11406: * tests/: 035.html, results/035.processed: - tests
11407: table::create[]{}[options] added
11408:
11409: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11410: options (only $.seperator[] yet)
11411:
11412: 2007-10-10 misha
11413:
11414: * src/classes/table.C: - some contstants moved to pa_common.h -
11415: some code changes
11416:
11417: 2007-10-02 misha
11418:
11419: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11420: then three time as much. but base64 encoding method still use
11421: less memory anyway.
11422:
11423: 2007-09-17 misha
11424:
1.211 moko 11425: * operators.ru.txt, operators.txt: - added info about
11426: $cookie:fields
1.95 moko 11427:
11428: * src/types/pa_vcookie.C: - $cookie:fields available now
11429:
11430: * src/classes/hash.C: - some stuff for use with .for_each moved to
11431: common
11432:
11433: * src/include/pa_common.h: - some stuff for use with .for_each
11434: moved here
11435:
11436: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11437:
11438: 2007-09-14 misha
11439:
11440: * buildall-with-xml: - new xml libs again =)
11441:
11442: 2007-08-28 misha
11443:
1.211 moko 11444: * operators.ru.txt, operators.txt: - texts about
11445: ^table.columns[[column name]] and ^string.split[...][v][column
11446: name] were added
1.95 moko 11447:
11448: * tests/: 168.html, 169.html, results/168.processed,
11449: results/169.processed: - tests for ^table.columns[[column name]]
11450: and ^string.split[...][v][column name] were added
11451:
11452: * src/classes/table.C: - new option ^table.columns[[column name]]
11453: was added
11454:
11455: * src/classes/string.C: - new option ^string.split[...;v;[column
11456: name]]
11457:
11458: * src/include/pa_exception.h: - error text message for
11459: ^hash._keys[], ^table.columns[] and ^string.split[]
11460:
11461: 2007-08-27 misha
11462:
11463: * src/main/untaint.C: - try to fix coredump on unix if print to
11464: body ^taint[sql][something] outside of connect
11465:
11466: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11467: outside of connect
11468:
11469: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11470: added (commented by default)
11471:
11472: 2007-08-20 misha
11473:
1.211 moko 11474: * operators.ru.txt, operators.txt: - comment about new method
11475: ^node.hasAttributes[] was added
1.95 moko 11476:
11477: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11478: duplicated exception text strings were removed
11479:
11480: * src/include/pa_exception.h: - more exception text strings moved
11481: here
11482:
11483: * src/classes/table.C: - some duplicate exceptions' text strings
11484: removed
11485:
11486: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11487: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11488: removed
11489:
11490: * src/include/pa_exception.h: - some exception text strings movet
11491: to pa_exception
11492:
11493: * tests/: 149.html, results/149.processed: - test for
11494: ^xnode.hasAttributes[] was added - some code changes
11495:
11496: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11497: added
11498:
11499: 2007-08-17 misha
11500:
11501: * tests/: results/006.processed, results/059.processed, 006.html,
11502: 059.html: - more tests for match
11503:
11504: * tests/: 129.html, results/129.processed: - tests for
11505: ^table.hash[...][$.type[string|hash|table]] added
11506:
11507: * src/targets/cgi/parser3.C: - little syntax changes
11508:
11509: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11510: syntax changes
11511:
1.211 moko 11512: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11513: annoying 'SIGPIPE' messages in parser3.log switched off by
11514: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11515:
11516: 2007-08-08 misha
11517:
11518: * buildall-with-xml, buildall-without-xml: - remove libs source
11519: files by default since now
11520:
11521: 2007-08-07 misha
11522:
11523: * buildall-without-xml: - some option syntax changes
11524:
11525: * buildall-with-xml: - compile libxml2 without http support - some
11526: option syntax changes
11527:
11528: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11529:
11530: 2007-08-06 misha
11531:
11532: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11533:
11534: * tests/: 160.html, results/160.processed: - cache test was
11535: rewrited
11536:
11537: 2007-07-06 misha
11538:
11539: * tests/: 153.html, results/153.processed: - added test for
11540: ^math:sha1[string]
11541:
11542: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11543: transcoded
11544:
11545: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11546: were added
11547:
11548: 2007-06-28 misha
11549:
11550: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11551: some incorrect chars
11552:
11553: 2007-06-19 misha
11554:
11555: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11556: were moved on top because of gcc 4 had a problems during
11557: building.
11558:
11559: 2007-06-18 misha
11560:
11561: * tests/results/019.processed: - new image commited
11562:
11563: 2007-06-09 misha
11564:
11565: * src/classes/: op.C, table.C: - in while and table.select method
11566: as_expression used now
11567:
11568: * src/types/pa_vmethod_frame.h: - method as_expression was added
11569:
11570: 2007-06-08 misha
11571:
11572: * tests/: 166.html, results/166.processed: - test for
11573: ^match[...][n]
11574:
11575: * tests/: 165.html, results/165.processed: - tests for loops
11576:
11577: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11578: because of no speed/memory optimisation but some proglems with
11579: long cycles occure
11580:
11581: 2007-06-06 misha
11582:
11583: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11584: ^table.select(true) and ^table.select(1) didn't works because of
11585: awaiting junction-param only. fixed.
11586:
11587: 2007-05-24 misha
11588:
11589: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11590: with 0.5 secs interval
11591:
11592: * src/classes/op.C: - cache was rewrited. I hope it works with
11593: locking system now on unix
11594:
11595: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11596: system locks which wait till other threads release it but try get
11597: lock, if fail wait 1 sec and make 10 attempts.
11598:
11599: * src/include/pa_os.h: - consts for blocking locks + some comments
11600: were added
11601:
11602: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11603: opening files
11604:
11605: * src/classes/table.C: - changes in includes. if unclude <sstream>
11606: after our classes on unix it can't be build
11607:
11608: * src/types/pa_vhashfile.C: - not needed code removed
11609:
11610: 2007-05-23 misha
11611:
11612: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11613: include/pa_common.h: - cosmetic changes
11614:
11615: 2007-05-18 misha
11616:
11617: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11618: often. it's give some speed increasing
11619:
11620: * tests/results/160.processed: - returned time corrected
11621:
11622: * tests/160.html: - time increased because on unix 1 mean nothing
11623: :(
11624:
1.211 moko 11625: * operators.ru.txt, operators.txt: - added info about
11626: ^hash.contain[key]
1.95 moko 11627:
11628: * src/classes/hash.C: - added ^hash.contain[key]
11629:
11630: * src/include/pa_hash.h: - added method for checking key exists in
11631: hash
11632:
11633: 2007-05-07 misha
11634:
11635: * src/include/pa_string.h: - was compilation error during build on
11636: freebsd4
11637:
11638: 2007-05-03 misha
11639:
11640: * src/classes/table.C: - option $.type[hash|string|table] was added
11641: for ^table.hash[]
11642:
11643: * src/classes/file.C: - comment removed
11644:
11645: 2007-04-26 misha
11646:
11647: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11648: real files doesn't opened in place anymore
11649:
11650: 2007-04-24 misha
11651:
11652: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11653:
11654: * src/include/pa_exception.h: "static" removed
11655:
11656: 2007-04-23 misha
11657:
11658: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11659:
11660: * src/classes/math.C: added: - ^math:ln(N) (the same as
11661: ^math:log(N)) - ^math:lg(N)
11662:
11663: * tests/: 097.html, results/097.processed: - charsets converstion
11664: during ^file::load[text;http://...] added
11665:
11666: * tests/: 164.html, results/164.processed: - check for set expires
11667: as a date
11668:
11669: * tests/: 164.html, results/164.processed: - test for hashfile
11670:
11671: * src/classes/hashfile.C: - little comment changes
11672:
11673: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11674: access
11675:
11676: * src/: classes/date.C, classes/double.C, classes/file.C,
11677: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11678: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11679: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11680: classes/xnode.h, include/pa_request.h, main/execute.C,
11681: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11682: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11683: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11684: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11685: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11686: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11687: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11688: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11689: "parser.runtime" strings were removed
11690:
11691: * src/classes/hashfile.C: - with .clear[] called files_delete()
11692: now.
11693:
11694: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11695:
11696: * src/include/pa_exception.h: - string constant with
11697: "parser.runtime" text was added
11698:
11699: 2007-04-20 misha
11700:
1.211 moko 11701: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11702:
1.211 moko 11703: * operators.ru.txt, operators.txt: - added info about
11704: .^hashfile.release[], ^hashfile.clenaup[] and new
11705: ^string.match[][>N-option<]
1.95 moko 11706:
11707: * configure: =cheching for unsetenv
11708:
11709: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11710: ^hashfile.release[] were added
11711:
11712: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11713: ^string.match[][] understand new option now: return number of
11714: matches but not table wit results
11715:
11716: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11717: reopen now
11718:
11719: * src/classes/op.C: - bug. must be false
11720:
11721: * configure.in: - checking for unsetenv was added
11722:
11723: * src/types/pa_vform.C: - some comments
11724:
11725: 2007-04-18 misha
11726:
11727: * buildall-with-xml: moving to libxml2-2.6.28
11728:
11729: * buildall-with-xml, buildall-without-xml: added commented lines
11730: with --disable-safe-mode option
11731:
1.211 moko 11732: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11733:
11734: 2007-04-17 misha
11735:
11736: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11737: $form:files was added
11738:
11739: * tests/: 163.html, results/163.processed: removing auto format
11740:
11741: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11742:
11743: 2007-04-16 misha
11744:
11745: * tests/: 163.html, results/163.processed: - test for .int[],
11746: floor, round, ceiling and .format[]
11747:
11748: * src/classes/file.C: - little optimization for getting args in
11749: exec/cgi
11750:
11751: 2007-04-13 misha
11752:
11753: * src/classes/file.C: - arguments for file::exec/cgi can be
11754: specified now as s table with one column
11755:
11756: 2007-03-27 misha
11757:
11758: * tests/: 162.html, results/162.processed: - test for
11759: ^table.select(^condition[$t])
11760:
11761: * tests/results/auto.p: - load windows-1251 charset for some tests
11762:
11763: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11764:
11765: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11766: 161_windows1251.txt: - added test for
11767: ^file::load[text;/local/file.txt;$.charset[...]]
11768:
11769: * tests/: results/013.processed, 013.html: - added test for
11770: checking $._default value while hash modifications
11771:
11772: * tests/: 160.html, results/160.processed: - add test for
11773: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11774:
11775: 2007-03-22 misha
11776:
11777: * src/include/pa_common.h: - "charset" string defined for
11778: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11779:
11780: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11781: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11782: added - not needed transcodes were removed from
11783: ^file::load[...;http://...]
11784:
11785: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11786: added
11787:
11788: * src/classes/date.C: - date.week was fixed
11789:
1.211 moko 11790: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11791:
11792: * tests/: 159.html, results/159.processed: - tests for date.week
11793: and date.weekyear added
11794:
11795: 2007-03-15 misha
11796:
11797: * src/classes/table.C: - enclose column numbers for nameless tables
11798: as well
11799:
11800: 2007-03-14 misha
11801:
11802: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11803:
11804: * src/classes/table.C: - table.save optimization: now required much
11805: less memory
11806:
11807: 2007-03-13 misha
11808:
11809: * tests/results/: 158.processed, 158.processes: - tests for
11810: table.save/table.load
11811:
11812: * tests/: 158.html, results/158.processes: - tests for
11813: table.save/table.load
11814:
11815: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11816:
11817: * buildall-with-xml: - pattern needed now for building
11818:
11819: * tests/results/097.processed: - added test results for xdoc::load
11820: & xdoc::load[http://...]
11821:
11822: * tests/097.html: - added test for xdoc::load
11823:
11824: 2007-03-12 misha
11825:
11826: * tests/: 107.html, results/107.processed: - added test for xpath
11827: '//man'
11828:
11829: 2007-03-01 misha
11830:
11831: * tests/: 097.html, results/097.processed: - added test for
11832: creating xdoc from file
11833:
11834: * tests/: results/157.processed, 157.html: - added test for
11835: file:move
11836:
11837: 2007-02-28 misha
11838:
11839: * src/classes/xdoc.C: - another attempt
11840:
11841: * src/classes/xdoc.C: - roll back last changes for a while
11842:
1.211 moko 11843: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11844: ^xdoc::create[$file] added.
1.95 moko 11845:
11846: * src/classes/file.C: - under lock we create non-exist dir anyway
11847:
11848: * tests/results/099.processed: - ever send content-disposition to
11849: client with file
11850:
11851: * tests/157.html: + test for file:copy
11852:
11853: 2007-02-26 misha
11854:
11855: * src/classes/file.C: - some similar strings moved to #define
11856: instead of to be copy/pasted many times
11857:
11858: * src/types/pa_vfile.h: - class name string ("file") moved to
11859: #define
11860:
11861: 2007-02-20 misha
11862:
11863: * configure.in: - added some strings for sqlite detection
11864:
11865: 2007-02-19 misha
11866:
1.211 moko 11867: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11868:
11869: * buildall-with-xml, buildall-without-xml: - some modifications
11870:
11871: 2007-02-17 misha
11872:
11873: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11874:
11875: * src/main/pa_request.C: - damn, i forgot to commit it while I
11876: change console behaviour
11877:
11878: 2007-02-12 misha
11879:
11880: * src/targets/cgi/parser3.C: - don't print headers if
11881: $console:line[data] was used during cgi execution.
11882:
11883: * src/types/pa_vconsole.h: - console class have bool flag now which
11884: marked as 'true' if class was used.
11885:
11886: * tests/: 152.html, results/152.processed: - more types was added
11887: to test 152
11888:
11889: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11890: adding 'bool' (^if($image){} caused exception)
11891:
11892: 2007-02-09 misha
11893:
11894: * tests/: 152.html, results/152.processed: - test alightly updated
11895:
11896: * tests/: 152.html, results/152.processed: - test rewrited
11897:
11898: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11899: bugfix. I broke xdoc & xnode in expression
11900:
11901: 2007-02-08 misha
11902:
11903: * tests/: 152.html, results/152.processed: - add test for checking
11904: 'def' for void, string, bool, int & double
11905:
11906: 2007-02-07 misha
11907:
1.211 moko 11908: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11909: added
1.95 moko 11910:
11911: * tests/results/153.processed: - result test for
11912: ^file:base64[filespec] was updated
11913:
11914: * tests/153.html: - test for ^file:base64[filespec] was added
11915:
11916: * src/types/pa_vconsole.h: - little optimization
11917:
11918: * src/classes/file.C: - ^file:base64[filespec]
11919:
11920: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11921:
11922: * src/include/pa_common.h: - declarations for
11923: ^file:base64[filespec]
11924:
11925: * src/types/pa_vcookie.C: - little optimization
11926:
11927: 2007-02-06 misha
11928:
11929: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11930: were temporary commented
11931:
11932: * src/types/pa_vbool.h: - bugfix
11933:
11934: * tests/156.html: - added test for bool cookie
11935:
11936: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11937:
11938: * tests/: 155.html, results/155.processed: - added test for check
11939: $.encloser[] option for table save/load
11940:
11941: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11942:
11943: 2007-02-05 misha
11944:
11945: * tests/results/152.processed: - newline at the end was missed
11946:
11947: * tests/results/141.processed: - math:md5 must be lowercased
11948:
11949: * src/targets/cgi/parser3.C: - 2007 in help ;)
11950:
11951: 2007-02-03 misha
11952:
11953: * tests/results/: 150.processed, 151.processed, 152.processed: -
11954: test for bool added and some content length fixes
11955:
11956: * tests/152.html: - test for bool added
11957:
11958: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11959:
1.211 moko 11960: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11961:
1.116 moko 11962: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11963: classes/classes.vcproj, classes/double.C, classes/int.C,
11964: classes/string.C, classes/void.C, classes/xnode.C,
11965: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11966: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11967: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11968: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11969: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11970: types/types.vcproj: - bool class was added
11971:
11972: * src/main/pa_request.C: - fix
11973:
11974: 2007-01-18 misha
11975:
11976: * src/: main/pa_string.C, classes/string.C: - return table during
11977: ^string.match[][] even if no matched found.
11978:
11979: 2006-12-20 misha
11980:
11981: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11982: http://www.parser.ru/forum/?id=55598 ]
11983:
11984: 2006-12-19 misha
11985:
11986: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11987: details: http://www.parser.ru/forum/?id=52359
11988:
11989: * src/main/pa_request.C: - always set content-disposition for
11990: $response:body[hash here]. more details:
11991: http://www.parser.ru/forum/?id=52130
11992:
11993: 2006-12-07 misha
11994:
1.211 moko 11995: * operators.ru.txt, operators.txt: - added info about bool params
11996: in cookie set
1.95 moko 11997:
11998: * src/types/pa_vcookie.C: - bool param in cookies available now
11999: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12000: ]
12001:
12002: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12003: was added
12004:
12005: 2006-12-02 misha
12006:
12007: * src/classes/file.C: - file_block_read used instead of native read
12008:
12009: * src/main/pa_common.C: - added file_block_read with read error
12010: detection - file_block_read used instead of native read
12011:
12012: * src/include/pa_common.h: - added file_block_read declaration
12013:
12014: 2006-12-01 misha
12015:
1.211 moko 12016: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12017: added
1.95 moko 12018:
12019: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12020: $var.CLASS_NAME added
12021:
1.211 moko 12022: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12023:
12024: * src/classes/file.C: - ^file:copy[from;fo] was added
12025:
12026: 2006-11-20 misha
12027:
12028: * src/classes/date.C: - bug fix :)
12029:
12030: 2006-11-17 misha
12031:
12032: * src/include/pa_common.h: - array in crc32 calculation was changed
12033: to static
12034:
12035: * src/main/pa_common.C: - little optimization in getMonthDays -
12036: small changes in crc32 calculation
12037:
12038: * src/classes/date.C: - not needed code was removed
12039:
12040: 2006-11-16 misha
12041:
12042: * src/types/pa_vmail.C: - fix missed brakes
12043:
12044: * src/types/pa_vmail.C: - mail:send now set content-type:
12045: multipart/related instead of multipart/mixed if file have
12046: $.content-id[]
12047:
12048: 2006-11-15 misha
12049:
12050: * src/types/pa_vdouble.h: abs -> fabs
12051:
12052: 2006-11-14 misha
12053:
1.211 moko 12054: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12055: and ^file:md5[file-name]
1.95 moko 12056:
12057: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12058: added
12059:
12060: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12061: FILE_BUFFER_SIZE
12062:
12063: * src/classes/math.C: - hex_string was moved to pa_common.h
12064:
12065: * src/include/pa_common.h: - hex_string was moved from math.C -
12066: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12067:
12068: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12069: values was fixed
12070:
12071: 2006-11-13 misha
12072:
1.211 moko 12073: * operators.ru.txt, operators.txt: - added info about
12074: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12075:
12076: * src/classes/math.C: - added ^math:crc32[string]
12077:
12078: * src/classes/file.C: - some comments were changed - added
12079: ^file:crc32[file-name] and ^file.crc32[]
12080:
12081: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12082: crc32 calculation added
12083:
12084: 2006-11-03 misha
12085:
12086: * src/include/pa_array.h: - not needed variable removed
12087:
12088: * tests/: 150.html, 151.html, results/150.processed,
12089: results/151.processed: - 2 tests were added
12090:
12091: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12092: with $.reverse(1) were fixed
12093:
12094: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12095: query converted to $.charset during ^file::load[http://...]
12096:
12097: 2006-11-02 misha
12098:
12099: * src/include/pa_table.h: ups. forget '=' char
12100:
12101: * src/include/pa_table.h: - one more fix in
12102: .locate[...][$.reverse(1)]
12103:
12104: 2006-11-01 misha
12105:
12106: * src/classes/math.C: - bug fix, details:
12107: http://www.parser.ru/forum/?id=53360
12108:
12109: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12110: false for all records )[$.reverse(1)]
12111:
12112: * src/main/pa_http.C: - second param for this mid method is length
12113: but not end_index so this method has error and can't detect
12114: charsets in next content-types: Content-type: text/html;
12115: charset="windows-1251" Content-type: text/html;
12116: charset="windows-1251"; Content-type: text/html;
12117: charset=windows-1251;
12118:
12119: only Content-type: text/html; charset=windows-1251 was fine
12120:
12121: 2006-10-31 misha
12122:
12123: * src/classes/file.C: - empty args in file::exec removed now
12124:
12125: 2006-09-03 paf
12126:
12127: * src/classes/file.C: proper tainting of
12128: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12129:
12130: 2006-06-09 paf
12131:
12132: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12133:
12134: * src/classes/table.C: formatting
12135:
12136: * src/classes/table.C: incorporated patch from misha: Sent:
12137: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12138: ignoring string options for ^table.save[]
12139:
12140: * src/classes/hash.C: incorporated patch from misha Sent:
12141: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12142: $hash._default disappear while
12143:
1.211 moko 12144: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12145: $.value[file] $.format[!uue|!base64] << new base64 option.
12146: default uue ] ]
1.95 moko 12147:
12148: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12149: PM Subject: patch for base64 in ^mail:send[] %-)
12150:
12151: 2006-04-09 paf
12152:
12153: * src/main/compile.tab.C: ` change compiled
12154:
1.211 moko 12155: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12156: src/classes/classes.vcproj, src/classes/file.C,
12157: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12158: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12159: src/classes/xnode.C, src/include/pa_array.h,
12160: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12161: src/include/pa_memory.h, src/include/pa_request.h,
12162: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12163: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12164: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12165: src/lib/pcre/pcre_dftables.vcproj,
12166: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12167: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12168: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12169: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12170: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12171: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12172: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12173: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12174: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12175: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12176: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12177: src/types/pa_value.h, src/types/pa_vcookie.C,
12178: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12179: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12180: src/types/pa_vstatus.C, src/types/types.vcproj,
12181: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12182: ^menu, ^hash/hashfile.foreach
12183:
12184: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12185: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12186: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12187: src/classes/xnode.C, src/include/pa_array.h,
12188: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12189: src/include/pa_memory.h, src/include/pa_request.h,
12190: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12191: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12192: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12193: src/lib/pcre/pcre_dftables.vcproj,
12194: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12195: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12196: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12197: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12198: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12199: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12200: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12201: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12202: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12203: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12204: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12205: src/types/pa_value.h, src/types/pa_vcookie.C,
12206: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12207: src/types/pa_vstatus.C, src/types/types.vcproj,
12208: tests/descript.ion: ! switched to VS2005 (projects and
12209: object<info explicitly typed>.for_each(, info)) +
12210: $response:field[] setting void means removing + grammar $name`
12211: name stops now, for mysql `$field` + started ^break[]
12212: ^continue[], in ^for. TODO: to other iterators (while, menu,
12213: foreach) + all log messages += [uri=, method=, cl=]
12214:
12215: * buildall-with-xml: merged . ftp paths update
12216:
12217: * buildall-with-xml: . ftp paths update
12218:
12219: 2006-03-04 paf
12220:
12221: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12222: checks++ [thanks to Igor Zinkovsky for detailed report]
12223:
12224: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12225: Igor Zinkovsky for detailed report]
12226:
12227: 2006-03-01 paf
12228:
12229: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12230: \n to ' ' in
12231:
12232: 2006-02-18 paf
12233:
12234: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12235: \n to ' ' in
12236:
12237: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12238:
12239: 2006-02-03 paf
12240:
12241: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12242: base64
12243:
12244: * src/main/pa_common.C: ! bugfix: decoding from base64
12245:
12246: 2006-01-20 paf
12247:
12248: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12249: economy fix
12250:
12251: * src/classes/: table.C: merged from HEAD ! bugfix
12252: ^table.save[$.encloser-s now handled properly
12253:
12254: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12255: handled properly
12256:
12257: 2006-01-19 paf
12258:
12259: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12260: libgc:USE_MUNMAP activates merging of free memory blocks which
12261: helps a lot in our case: after transform we want
12262: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12263:
12264: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12265: economy fix
12266:
12267: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12268: activates merging of free memory blocks which helps a lot in our
12269: case: after transform we want CORD(main.result)->cstr[big
12270: malloc]->transcode[big malloc]
12271:
12272: 2006-01-17 paf
12273:
12274: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12275: before reading them. got rid of reallocs = became quicker and
12276: less fragmentated
12277:
12278: 2005-12-29 paf
12279:
1.116 moko 12280: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12281: configure, configure.in, src/include/pa_version.h,
12282: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12283: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12284: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12285: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12286: src/lib/ltdl/missing: . merged from 3.2.1
12287:
1.116 moko 12288: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12289: packaged when 'make dist', so do configure companion files in
12290: src/lib/ltdl
12291:
12292: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12293: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12294: missing: . now config_auto.h is created with configure [were
12295: constant]
1.95 moko 12296:
12297: * INSTALL: . references to documentation and some clarification
12298:
12299: * buildall-with-xml, buildall-without-xml: . farawell doc
12300: indication
12301:
1.116 moko 12302: * Makefile.am: . dist+=buildall*
1.95 moko 12303:
12304: 2005-12-28 paf
12305:
12306: * configure: . 3.2.1
12307:
12308: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12309: simplify build process, see INSTALL
12310:
12311: 2005-12-26 paf
12312:
12313: * configure: ver
12314:
12315: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12316: version
12317:
12318: 2005-12-21 paf
12319:
12320: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12321: compiled with bison 1.875b, it reports unexpected token names
12322:
12323: 2005-12-19 paf
12324:
12325: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12326: holds a link to xmlNode to prevent premature gc(xmlNode)
12327:
12328: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12329: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12330: src/main/main.vcproj, src/main/pa_globals.C,
12331: src/targets/cgi/parser3.vcproj,
12332: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12333: configure, configure.in, src/include/pa_version.h: . killing
12334: gdome [what a relief]
12335:
12336: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12337: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12338: run_parser.sh, results/001.processed, results/002.processed,
12339: results/003.processed, results/004.processed,
12340: results/005.processed, results/006.processed,
12341: results/008.processed, results/009.processed,
12342: results/010.processed, results/011.processed,
12343: results/012.processed, results/013.processed,
12344: results/014.processed, results/015.processed,
12345: results/016.processed, results/017.processed,
12346: results/018.processed, results/020.processed,
12347: results/021.processed, results/022.processed,
12348: results/023.processed, results/024.processed,
12349: results/025.processed, results/026.processed,
12350: results/027.processed, results/028.processed,
12351: results/029.processed, results/030.processed,
12352: results/031.processed, results/032.processed,
12353: results/033.processed, results/034.processed,
12354: results/035.processed, results/036.processed,
12355: results/037.processed, results/038.processed,
12356: results/039.processed, results/040.processed,
12357: results/041.processed, results/042.processed,
12358: results/043.processed, results/044.processed,
12359: results/045.processed, results/046.processed,
12360: results/047.processed, results/048.processed,
12361: results/049.processed, results/050.processed,
12362: results/051.processed, results/052.processed,
12363: results/053.processed, results/054.processed,
12364: results/055.processed, results/056.processed,
12365: results/057.processed, results/058.processed,
12366: results/059.processed, results/060.processed,
12367: results/061.processed, results/062.processed,
12368: results/063.processed, results/064.processed,
12369: results/065.processed, results/066.processed,
12370: results/067.processed, results/068.processed,
12371: results/069.processed, results/070.processed,
12372: results/071.processed, results/072.processed,
12373: results/073.processed, results/074.processed,
12374: results/075.processed, results/076.processed,
12375: results/077.processed, results/078.processed,
12376: results/079.processed, results/080.processed,
12377: results/081.processed, results/082.processed,
12378: results/083.processed, results/084.processed,
12379: results/085.processed, results/086.processed,
12380: results/087.processed, results/088.processed,
12381: results/089.processed, results/090.processed,
12382: results/091.processed, results/092.processed,
12383: results/093.processed, results/094.processed,
12384: results/095.processed, results/096.processed,
12385: results/097.processed, results/099.processed,
12386: results/100.processed, results/101.processed,
12387: results/102.processed, results/104.processed,
12388: results/105.processed, results/106.processed,
12389: results/107.processed, results/108.processed,
12390: results/109.processed, results/110.processed,
12391: results/111.processed, results/112.processed,
12392: results/113.processed, results/114.processed,
12393: results/115.processed, results/117.processed,
12394: results/119.processed, results/120.processed,
12395: results/121.processed, results/122.processed,
12396: results/123.processed, results/124.processed,
12397: results/125.processed, results/126.processed,
12398: results/127.processed, results/128.processed,
12399: results/129.processed, results/130.processed,
12400: results/131.processed, results/132.processed,
12401: results/133.processed, results/134.processed,
12402: results/135.processed, results/136.processed,
12403: results/138.processed, results/139.processed,
12404: results/140.processed, results/141.processed,
12405: results/142.processed, results/143.processed,
12406: results/144.processed, results/145.processed,
12407: results/146.processed, results/147.processed,
12408: results/148.processed, results/149.processed, results/auto.p: .
12409: now works if we turn off default auto.p
12410:
1.116 moko 12411: * configure: . makes
1.95 moko 12412:
12413: * src/types/pa_vxnode.C: . less warnings
12414:
12415: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12416: tests/145.html, tests/149.html, tests/descript.ion,
12417: tests/outputs/d.cmd, tests/results/142.processed,
12418: tests/results/143.processed, tests/results/144.processed,
12419: tests/results/145.processed, tests/results/146.processed,
12420: tests/results/147.processed, tests/results/148.processed,
12421: tests/results/149.processed: . removed .nodeValue from all node
12422: types other than 5 (grabbed piece from gdome)
12423:
12424: * tests/: 137.html, results/137.processed: . not handled this case
12425: yet. code does not hang from inserting parent into child,
12426: considering thing minor issue -- nodes are removed from source
12427: anyway, don't know why shold that be an error after all
12428:
12429: * src/targets/cgi/parser3.C: . style
12430:
12431: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12432: xdoc too [were barking "not element"]
12433:
12434: 2005-12-16 paf
12435:
12436: * tests/: 146.html, 147.html, 148.html: . more tests
12437:
12438: * src/classes/xnode.C: . also bark on possible errors
12439:
12440: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12441: props
12442:
12443: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12444: main/compile.y: merged from HEAD ! fixed overoptimized
12445: ^call(false) case. (confused it with ^call[] case)
12446:
12447: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12448: ^call(false) case. (confused it with ^call[] case)
12449:
12450: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12451:
12452: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12453: results/001.processed, results/002.processed,
12454: results/003.processed, results/004.processed,
12455: results/005.processed, results/006.processed,
12456: results/008.processed, results/009.processed,
12457: results/010.processed, results/011.processed,
12458: results/012.processed, results/013.processed,
12459: results/014.processed, results/015.processed,
12460: results/016.processed, results/017.processed,
12461: results/018.processed, results/019.processed,
12462: results/020.processed, results/021.processed,
12463: results/022.processed, results/023.processed,
12464: results/024.processed, results/025.processed,
12465: results/026.processed, results/027.processed,
12466: results/028.processed, results/029.processed,
12467: results/030.processed, results/031.processed,
12468: results/032.processed, results/033.processed,
12469: results/034.processed, results/035.processed,
12470: results/036.processed, results/037.processed,
12471: results/038.processed, results/039.processed,
12472: results/040.processed, results/041.processed,
12473: results/042.processed, results/043.processed,
12474: results/044.processed, results/045.processed,
12475: results/046.processed, results/047.processed,
12476: results/048.processed, results/049.processed,
12477: results/050.processed, results/051.processed,
12478: results/052.processed, results/053.processed,
12479: results/054.processed, results/055.processed,
12480: results/056.processed, results/057.processed,
12481: results/058.processed, results/059.processed,
12482: results/060.processed, results/061.processed,
12483: results/062.processed, results/063.processed,
12484: results/064.processed, results/065.processed,
12485: results/066.processed, results/067.processed,
12486: results/068.processed, results/069.processed,
12487: results/070.processed, results/071.processed,
12488: results/072.processed, results/073.processed,
12489: results/074.processed, results/075.processed,
12490: results/076.processed, results/077.processed,
12491: results/078.processed, results/079.processed,
12492: results/080.processed, results/081.processed,
12493: results/082.processed, results/083.processed,
12494: results/084.processed, results/085.processed,
12495: results/086.processed, results/087.processed,
12496: results/088.processed, results/089.processed,
12497: results/090.processed, results/091.processed,
12498: results/092.processed, results/093.processed,
12499: results/094.processed, results/095.processed,
12500: results/096.processed, results/097.processed,
12501: results/099.processed, results/101.processed,
12502: results/102.processed, results/104.processed,
12503: results/105.processed, results/106.processed,
12504: results/107.processed, results/108.processed,
12505: results/109.processed, results/110.processed,
12506: results/111.processed, results/112.processed,
12507: results/113.processed, results/114.processed,
12508: results/115.processed, results/116.processed,
12509: results/117.processed, results/118.processed,
12510: results/119.processed, results/120.processed,
12511: results/121.processed, results/122.processed,
12512: results/123.processed, results/124.processed,
12513: results/125.processed, results/126.processed,
12514: results/127.processed, results/128.processed,
12515: results/129.processed, results/130.processed,
12516: results/131.processed, results/132.processed,
12517: results/133.processed, results/134.processed,
12518: results/135.processed, results/136.processed,
12519: results/137.processed, results/138.processed,
12520: results/139.processed, results/140.processed,
12521: results/141.processed: . refreshed old tests, made them work
12522: without auto.p (in utf8) . things noted: . gif got encoded
12523: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12524: some strange year)
12525:
12526: * INSTALL: . revived linux libgc fix
12527:
12528: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12529: glib/gdome in INSTALL and patches]
12530:
12531: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12532: include/pa_charset.h, include/pa_config_includes.h,
12533: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12534: include/pa_xml_exception.h, lib/cord/Makefile.am,
12535: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12536: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12537: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12538: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12539: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12540: types/pa_vxnode.h: . started killing gdome
12541:
12542: 2005-12-13 paf
12543:
12544: * src/main/: pa_request.C: merged from HEAD ! when code in
12545: @unhandled_exception thrown another exception, print correct
12546: origin (earlier code in catch of exception inside of
12547: @unhandled_exception grabbed parent_frame(original_exception)
12548: origin and printed it, instead of true origin)
12549:
12550: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12551: another exception, print correct origin (earlier code in catch of
12552: exception inside of @unhandled_exception grabbed
12553: parent_frame(original_exception) origin and printed it, instead
12554: of true origin)
12555:
12556: 2005-12-09 paf
12557:
12558: * INSTALL: . updated INSTALL doc to work around linux stack base
12559: detection problem, due to change in gc6.4 code
12560:
12561: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12562: ignored in ^string.matched :(
12563:
12564: * src/main/pa_string.C: ! regex tainting were ignored in
12565: ^string.matched :(
12566:
12567: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12568: src/include/pa_config_fixed.h, src/include/pa_version.h,
12569: src/main/compile.y, src/main/compile_tools.h,
12570: src/main/pa_charset.C, src/main/pa_common.C,
12571: src/main/pa_globals.C, src/main/pa_string.C,
12572: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12573: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12574:
12575: 2005-12-08 paf
12576:
12577: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12578: 500 chars now handled OK [were wrapped on 500th char according to
12579: rfc, but sendmail failed to unwrap it properly]
12580:
12581: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12582: handled OK [were wrapped on 500th char according to rfc, but
12583: sendmail failed to unwrap it properly]
12584:
12585: * src/targets/isapi/parser3isapi.C: . less warnings
12586:
12587: * src/targets/isapi/parser3isapi.C: . undone some strange change
12588: since 3.1.5
12589:
12590: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12591: link fixes
12592:
12593: * src/: classes/date.C, include/pa_config_fixed.h,
12594: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12595: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12596: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12597:
12598: * src/include/pa_config_fixed.h: . removed outdated string origins
12599: [in current storage scheme there's no place for them. someday we
12600: can add third CORD to store origins and special version of parser
12601: which stores origins there [separate binary]]
12602:
12603: 2005-12-07 paf
12604:
12605: * src/targets/isapi/parser3isapi.C: . now links in release mode
12606:
12607: * src/include/pa_version.h: makefiles
12608:
12609: * src/include/pa_version.h: . not beta
12610:
12611: * configure, configure.in, src/include/pa_version.h: not beta
12612:
12613: 2005-12-06 paf
12614:
12615: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12616: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12617: decided to undo the change ^call[$void] passes void. now it will
12618: pass empty string again.
12619:
12620: * src/main/: compile.tab.C, compile.y: . version readded
12621:
12622: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12623: = ^switch[void] problem
12624:
12625: 2005-12-01 paf
12626:
12627: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12628: caused ^case[string] to be coerced to double since searching
12629: value were not string (it was vvoid)
12630:
12631: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12632: ^case[string] to be coerced to double since searching value were
12633: not string (it was vvoid)
12634:
12635: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12636: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12637:
12638: 2005-11-30 paf
12639:
12640: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12641: win32 must putenv("TZ="), on unix works only putenv("TZ")
12642:
12643: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12644: putenv("TZ="), on unix works only putenv("TZ")
12645:
12646: * INSTALL: . xml libs versions updated
12647:
12648: * src/main/pa_globals.C: //20051130 trying to remove this, author
12649: claims that fixed a lot there // 20040920 for now both
12650: workarounds needed. wait for new libxml/xsl versions
12651:
12652: 2005-11-28 paf
12653:
12654: * src/classes/table.C: merged from HEAD: ! nameless table has
12655: columns==0
12656:
12657: * src/classes/table.C: ! nameless table has columns==0
12658:
12659: * src/main/pa_http.C: merged from HEAD: ! status line check made
12660: earlier [was totally wrong]
12661:
12662: * src/main/pa_http.C: ! status line check made earlier [was totally
12663: wrong]
12664:
12665: 2005-11-25 paf
12666:
12667: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12668: undoing for now...
12669:
12670: * src/include/pa_version.h: -this reduces speed(table::load),
12671: strange. undoing
12672:
12673: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12674:
12675: * src/classes/op.C: + ^while(){}[SEPARATOR]
12676:
12677: * src/include/pa_array.h: + optimistics added: all arrays (table
12678: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12679: this speeds things up and saves memory a LOT! (not noticed
12680: negative effect on syntetic tests, future will tell...)
12681:
12682: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12683: changed gc_malloc implementation, which obscured profiling
12684:
12685: * src/classes/table.C: merged from HEAD: + optimized
12686: table::load/sql, now row ArrayString-s allocated with
12687: columns.count() elements and don't always grow from
12688: count=3[realloc,realloc]
12689:
12690: * src/classes/table.C: + optimized table::load/sql, now row
12691: ArrayString-s allocated with columns.count() elements and don't
12692: always grow from count=3[realloc,realloc]
12693:
12694: * src/classes/table.C: merged from HEAD: . ^table.save unused
12695: buffer after save
12696:
12697: * src/classes/table.C: . ^table.save unused buffer after save
12698:
12699: 2005-11-24 paf
12700:
12701: * configure.in: . merged glib2-config patch
12702:
12703: * configure.in: + trying to find glib2-config
12704:
12705: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12706: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12707: file/dir_readable to simple file/dir_exist, this would help in
12708: situations "class not found because .p file has bad rights" << in
12709: that case error would be explicit "access denied to 'this' file"
12710:
1.116 moko 12711: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12712:
12713: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12714: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12715: to simple file/dir_exist, this would help in situations "class
12716: not found because .p file has bad rights" << in that case error
12717: would be explicit "access denied to 'this' file"
12718:
12719: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12720: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12721: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12722: ^file::exec/cgi[script;$.charset[changed]
12723: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12724: encoded in $.charset charset
12725:
12726: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12727: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12728: encoded in $.charset charset
12729:
12730: * src/: include/Makefile.am, include/pa_common.h,
12731: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12732: main/pa_common.C, main/pa_http.C: . extracted http:// into
12733: separate file [preparation for
12734: ^file::cgi[script;$.form[$.field1[]
12735:
12736: 2005-11-22 paf
12737:
12738: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12739:
12740: * acinclude.m4, configure.in: . merged underquting fixes
12741:
1.116 moko 12742: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12743:
12744: * src/classes/op.C: . overmerged a little
12745:
12746: * src/main/compile.tab.C: Makefile
12747:
12748: * src/main/: pa_common.C: . less gcc warnings
12749:
12750: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12751: now reports original exception if we have no old cache
12752:
12753: * src/classes/op.C: + $exception.handled[cache] now reports
12754: original exception if we have no old cache
12755:
12756: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12757: from HEAD: + ^taint/untaint[regex] << escapes these:
12758: \^$.[]|()?*+{}
12759:
12760: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12761: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12762:
12763: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12764: getenv-ed variable, which does not work both on win32&unix.
12765: copied old TZ value now
12766:
12767: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12768: stored pointer to getenv-ed variable, which does not work both on
12769: win32&unix. copied old TZ value now
12770:
12771: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12772: getenv-ed variable, which does not work both on win32&unix.
12773: copied old TZ value now
12774:
12775: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12776: access to internal hash
12777:
12778: * src/types/pa_vresponse.C: + $response:headers access to internal
12779: hash
12780:
12781: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12782: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12783: isapi] this reduces number of "GC Warning: Repeated allocation of
12784: very large block" messages to only important onces
12785:
12786: * src/targets/isapi/parser3isapi.C: +
12787: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12788: isapi] this reduces number of "GC Warning: Repeated allocation of
12789: very large block" messages to only important onces
12790:
12791: * src/classes/string.C: merged from HEAD: + removed limitation on
12792: ^string/int/double:sql{}[$.default[({param style})] ]
12793:
12794: * src/classes/string.C: + removed limitation on
12795: ^string/int/double:sql{}[$.default[({param style})] ]
12796:
12797: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12798: with ?params or $.form option" limitation
12799:
12800: * src/main/pa_common.C: + removed "use either uri with ?params or
12801: $.form option" limitation
12802:
12803: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12804: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12805: ^file::base64[encoded] decode
12806:
12807: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12808: main/pa_common.C: + ^file.base64[] encode +
12809: ^file::base64[encoded] decode
12810:
12811: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12812: ^string:base64[encoded] decode
12813:
12814: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12815: ^string:base64[in] encode + ^string.base64[] decode
12816:
12817: 2005-11-21 paf
12818:
12819: * src/classes/file.C: + merged from HEAD:
12820: ^file::create[text;file.xml;^untaint[xml]{data}]
12821:
12822: * src/classes/file.C: +
12823: ^file::create[text;file.xml;^untaint[xml]{data}]
12824:
12825: * src/main/pa_request.C: ! merged: $response:body[file] now
12826: differes from :download, it does not return content-disposition
12827: at all now [previusely it returned valueless content-disposition]
12828:
12829: * src/main/pa_request.C: ! $response:body[file] now differes from
12830: :download, it does not return content-disposition at all now
12831: [previusely it returned valueless content-disposition]
12832:
12833: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12834: literals, reverted to just vvod, recreating empty array with each
12835: void_value token. that's absolutely needed, since that array
12836: grows
12837:
12838: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12839: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12840: types/pa_vmethod_frame.h: + merged: expression literals:
12841: true/false. ^format[$.indent(true)]
12842:
12843: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12844: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12845: types/pa_vmethod_frame.h: + expression literals: true/false.
12846: ^format[$.indent(true)]
12847:
12848: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12849: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12850: i386-pc-win32)"
12851:
12852: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12853: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12854: i386-pc-win32)"
12855:
12856: 2005-11-18 paf
12857:
12858: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12859: null}[$.default(123)] will now return default value
12860:
12861: * src/classes/op.C: + merged ^cache[] << returns current cache
12862: expiration time
12863:
12864: * src/classes/op.C: + ^cache[] << returns current cache expiration
12865: time
12866:
12867: * src/classes/table.C: ! merged ^table::create[not'nameless';
12868: failed << Exception.problem_source pointed to local var!
12869:
12870: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12871: Exception.problem_source pointed to local var!
12872:
12873: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12874: now loads VFile.ptr!=0, so such files can be saved now
12875:
12876: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12877: loads VFile.ptr!=0, so such files can be saved now
12878:
12879: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12880: only . and .. now removed from list [were removed all .*]
12881:
12882: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12883: .. now removed from list [were removed all .*]
12884:
12885: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12886: open error now checked, were not :( [stole that piece from apache
12887: 1.3 sources]
12888:
12889: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12890: checked, were not :( [stole that piece from apache 1.3 sources]
12891:
12892: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12893: untainting of @main result if returned by $result or
12894: $response:body
12895:
12896: * src/main/pa_request.C: ! ensured proper untainting of @main
12897: result if returned by $result or $response:body
12898:
12899: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12900: issue: now tries to guess content-length and allocates one big
12901: piece if possible [regretfully gc_realloc works as malloc+free,
12902: leaving lots of holes behind]
12903:
12904: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12905: fixed file load memory issue: now tries to guess content-length
12906: and allocates one big piece if possible [regretfully gc_realloc
12907: works as malloc+free, leaving lots of holes behind]
12908:
12909: 2005-11-16 paf
12910:
12911: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12912: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12913: table::save with enclosers now doubles them: "->"" !
12914: table::save/load do not remove elements from options hash
12915:
12916: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12917: [were overoptimized ^if(double_literal), compiler confused
12918: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12919:
12920: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12921: [were overoptimized ^if(double_literal), compiler confused
12922: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12923:
12924: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12925: main/pa_common.C: ! table::save with enclosers now doubles them:
12926: "->"" ! table::save/load do not remove elements from options hash
12927:
12928: 2005-11-03 paf
12929:
1.116 moko 12930: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12931: compilation, not all makefiles liked that
1.95 moko 12932:
12933: 2005-08-30 paf
12934:
12935: * src/classes/op.C: merge . speedup check of [DEFAULT]
12936:
12937: * src/classes/op.C: . speedup check of [DEFAULT]
12938:
12939: 2005-08-26 paf
12940:
12941: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12942:
12943: * src/: classes/date.C, types/pa_vdate.h: + date.week
12944:
12945: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12946: complains about bad!=nameless
12947:
12948: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12949: about bad!=nameless
12950:
12951: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12952: optional options were allowed to be empty. were checked
12953: if(is_string), changed to !defined||is_string to allow void
12954:
12955: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12956: classes/string.C, classes/table.C, classes/void.C: ! optional
12957: options were allowed to be empty. were checked if(is_string),
12958: changed to !defined||is_string to allow void
12959:
12960: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12961: as_junction where they needed as_int/double, so failed with
12962: recent "(const) now no junction" optimization
12963:
12964: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12965: merged ! many classes/* used as_junction where they needed
12966: as_int/double, so failed with recent "(const) now no junction"
12967: optimization
12968:
12969: * src/: classes/double.C, classes/int.C, classes/math.C,
12970: classes/op.C, classes/string.C, classes/table.C,
12971: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12972: used as_junction where they needed as_int/double, so failed with
12973: recent "(const) now no junction" optimization
12974:
12975: 2005-08-24 paf
12976:
12977: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12978: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12979: stripped it
12980:
12981: 2005-08-09 paf
12982:
12983: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12984: not cleared
12985:
12986: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12987: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12988: classes/hashfile.C, classes/image.C, classes/int.C,
12989: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12990: classes/response.C, classes/string.C, classes/table.C,
12991: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12992: include/pa_array.h, include/pa_cache_managers.h,
12993: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12994: include/pa_config_fixed.h, include/pa_config_includes.h,
12995: include/pa_dictionary.h, include/pa_dir.h,
12996: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12997: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12998: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12999: include/pa_request_charsets.h, include/pa_request_info.h,
13000: include/pa_sapi.h, include/pa_socks.h,
13001: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13002: include/pa_stack.h, include/pa_string.h,
13003: include/pa_stylesheet_connection.h,
13004: include/pa_stylesheet_manager.h, include/pa_table.h,
13005: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13006: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13007: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13008: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13009: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13010: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13011: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13012: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13013: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13014: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13015: main/pa_sql_driver_manager.C, main/pa_string.C,
13016: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13017: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13018: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13019: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13020: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13021: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13022: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13023: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13024: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13025: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13026: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13027: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13028: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13029: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13030: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13031: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13032: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13033: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13034: types/pa_vresponse.C, types/pa_vresponse.h,
13035: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13036: types/pa_vstateless_object.h, types/pa_vstatus.C,
13037: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13038: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13039: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13040: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13041: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13042:
13043: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13044: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13045: speedup consequent checks in vmethod_frame
13046:
13047: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13048: not cleared
13049:
13050: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13051: params: 50 max (were 10)
13052:
13053: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13054: params: 50 max (were 10)
13055:
13056: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13057: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13058: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13059: empty string) ! simplified (double) speedup consequent checks in
13060: vmethod_frame
13061:
13062: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13063: optimized constants in expressions vstring->vdouble + optimized
13064: ^call(vdouble), no junction creation, no calls later
13065:
13066: 2005-08-08 paf
13067:
13068: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13069: compile_tools.h: merged + optimized constants in expressions
13070: vstring->vdouble + optimized ^call(vdouble), no junction
13071: creation, no calls later
13072:
13073: * src/types/pa_vdouble.h: merged . double values without fractional
13074: part now default printed as %.0f instead of %g
13075:
13076: * src/types/pa_vdouble.h: . double values without fractional part
13077: now default printed as %.0f instead of %g
13078:
13079: * src/classes/hashfile.C: . merged ! second hashfile::open would
13080: cause an exception
13081:
13082: * src/classes/hashfile.C: ! second hashfile::open would cause an
13083: exception
13084:
13085: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13086: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13087: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13088: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13089: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13090: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13091: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13092: types/pa_vresponse.h, types/pa_vstateless_class.C,
13093: types/pa_vstateless_object.h, types/pa_vvoid.h,
13094: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13095: merged VJunction(new Junction) optimization from 3.1.4
13096:
13097: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13098: types/pa_vstateless_class.C: + optimized new VJunction(new
13099: Junction(params)) to new VJunction(params), thousands of mallocs
13100: removed
13101:
13102: 2005-08-05 paf
13103:
13104: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13105: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13106: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13107: creation, no calls later
13108:
13109: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13110: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13111: classes/hashfile.C, classes/image.C, classes/int.C,
13112: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13113: classes/response.C, classes/string.C, classes/table.C,
13114: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13115: include/pa_array.h, include/pa_cache_managers.h,
13116: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13117: include/pa_config_fixed.h, include/pa_config_includes.h,
13118: include/pa_dictionary.h, include/pa_dir.h,
13119: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13120: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13121: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13122: include/pa_request_charsets.h, include/pa_request_info.h,
13123: include/pa_sapi.h, include/pa_socks.h,
13124: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13125: include/pa_stack.h, include/pa_string.h,
13126: include/pa_stylesheet_connection.h,
13127: include/pa_stylesheet_manager.h, include/pa_table.h,
13128: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13129: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13130: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13131: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13132: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13133: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13134: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13135: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13136: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13137: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13138: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13139: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13140: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13141: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13142: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13143: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13144: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13145: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13146: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13147: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13148: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13149: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13150: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13151: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13152: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13153: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13154: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13155: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13156: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13157: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13158: types/pa_vstateless_object.h, types/pa_vstatus.C,
13159: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13160: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13161: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13162: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13163: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13164:
13165: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13166: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13167: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13168: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13169: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13170: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13171: optimized constants in expressions vstring->vdouble
13172:
13173: 2005-07-29 paf
13174:
13175: * src/types/pa_vclass.C: . shaped up error messages a bit
13176:
13177: * src/types/pa_vclass.C: + property getter can now be overridden
13178:
13179: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13180: bug fix: static parent fields were not replaced in case
13181: $derived:field[put] + property setter can now be overridden
13182:
13183: 2005-07-28 paf
13184:
13185: * configure, configure.in, src/classes/classes.h,
13186: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13187: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13188: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13189: src/classes/xnode.h, src/include/pa_hash.h,
13190: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13191: src/types/Makefile.am, src/types/pa_method.h,
13192: src/types/pa_value.h, src/types/pa_vclass.C,
13193: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13194: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13195: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13196: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13197: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13198: src/types/pa_vobject.C, src/types/pa_vobject.h,
13199: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13200: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13201: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13202: src/types/pa_vstateless_class.h,
1.95 moko 13203: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13204: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13205: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13206: dynamic_fields_join
13207:
13208: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13209: classes/xnode.C, include/pa_hash.h, main/execute.C,
13210: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13211: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13212: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13213: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13214: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13215: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13216: types/pa_vresponse.h, types/pa_vstateless_object.h,
13217: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13218: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13219: restored its checks in vobject.put_element->static fields |
13220: dynamic properties
13221:
13222: 2005-07-27 paf
13223:
13224: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13225: is some old code containing @set_name $name
13226:
13227: * src/types/pa_vobject.h: . fixed warning
13228:
13229: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13230: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13231:
13232: * src/: classes/xnode.C, include/pa_hash.h,
13233: types/pa_vstateless_class.C: ! new asserts were all false.
13234: regretfully reverted them all to checks
13235:
13236: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13237: classes/op.C, main/execute.C, types/pa_method.h,
13238: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13239: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13240: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13241: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13242: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13243: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13244: types/pa_vstateless_object.h, types/pa_vvoid.h,
13245: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13246: joined_dynamic_fields: removed unused param from put_method
13247: (returned to 3 params)
13248:
13249: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13250: joined_dynamic_fields: dynamic get/set works with overriding
13251: props [alpha2]
13252:
13253: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13254: works [alfa]
13255:
13256: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13257: classes/op.C, include/pa_hash.h, main/execute.C,
13258: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13259: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13260: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13261: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13262: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13263: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13264: types/pa_vresponse.h, types/pa_vstateless_class.C,
13265: types/pa_vstateless_object.h, types/pa_vvoid.h,
13266: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13267: joined_dynamic_fields: just compiled
13268:
13269: * src/: classes/date.C, classes/file.C, classes/hash.C,
13270: classes/hashfile.C, classes/image.C, classes/table.C,
13271: classes/xdoc.C, classes/xnode.h, main/execute.C,
13272: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13273: types/pa_vstateless_class.h: joined_dynamic_fields: started
13274:
13275: * src/types/pa_vobject.C: . object setters [only started, does not
13276: work yet]
13277:
13278: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13279: object setters [only started, does not work yet]
13280:
13281: 2005-07-26 paf
13282:
13283: * src/: include/pa_request.h, main/execute.C: . properties: set
13284: works [alpha2]. for classes. todo: for objects
13285:
13286: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13287: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13288: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13289: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13290: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13291: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13292: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13293: types/pa_vstateless_object.h, types/pa_vvoid.h,
13294: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13295: properties: set works [alpha1]
13296:
13297: 2005-07-25 paf
13298:
13299: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13300: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13301: properties: started, get works [alpha1, other approach]
13302:
13303: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13304: properties: started, get works [alpha2]
13305:
13306: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13307: pa_vstateless_class.h: . properties: started, get works [alpha]
13308:
13309: 2005-07-15 paf
13310:
13311: * src/: classes/classes.h, classes/op.C, main/execute.C,
13312: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13313: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13314: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13315: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13316: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13317: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13318: types/pa_vresponse.C, types/pa_vresponse.h,
13319: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13320: types/pa_vstateless_object.h, types/pa_vvoid.h,
13321: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13322: types/pa_wwrapper.h, types/types.vcproj: + started property
13323: [getters work but think of changing them too to precaching]
13324:
13325: 2005-07-08 paf
13326:
13327: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13328: gpf
13329:
13330: 2005-06-28 paf
13331:
13332: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13333: in passing empty strings to file::exec/cgi environment
13334:
13335: 2005-06-06 paf
13336:
13337: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13338: ^table:sql ^hash:sql now DO process $.bind option
13339:
13340: 2005-05-24 paf
13341:
13342: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13343: $.limit] now work again [support was broken in 3.1.4]
13344:
13345: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13346: ALL_INTERIOR_POINTERS
13347:
13348: 2005-05-12 paf
13349:
13350: * configure: 3.1.5beta
13351:
13352: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13353:
13354: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13355: $.limit] now work again [support was broken in 3.1.4]
13356:
13357: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13358: line-width [was refusing to fill if line-width >1, thanks to
13359: Seras <seras@pinxit.lt> for repro case
13360:
13361: 2005-04-25 paf
13362:
13363: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13364: correctly
13365:
13366: 2005-04-19 paf
13367:
13368: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13369: in VString violating invariant!!
13370:
13371: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13372: getenv("TZ")==null
13373:
13374: 2005-04-08 paf
13375:
13376: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13377: bugfix: when there is no char in charset one byte produces 6
13378: (ÿ <<max). increased buffer size!
13379:
13380: 2005-03-23 paf
13381:
13382: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13383: ^date.sql-string now takes TZ into account
13384:
13385: 2005-03-16 paf
13386:
13387: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13388: gcc 3.4
13389:
13390: * src/types/pa_vhash.C: . warning about eof eol
13391:
13392: 2005-02-17 paf
13393:
1.211 moko 13394: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13395: ^sleep(double seconds)
1.95 moko 13396:
13397: 2005-02-02 paf
13398:
13399: * src/classes/xnode.C: beauty: removed needless includes
13400:
13401: 2005-01-31 paf
13402:
13403: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13404: $.partNoNumber now alias to $.part1
13405:
13406: * src/types/pa_vmail.C: change: incoming letter part contains
13407: "content-disposition" header with any value? now considering that
13408: part to be "file#" [for text/plain text/html were $.text#
13409: $.html#]
13410:
13411: * INSTALL: updatet to latest working versions available
13412:
13413: 2005-01-20 paf
13414:
13415: * configure.in, src/include/pa_version.h: version
13416:
13417: 2005-01-19 paf
13418:
1.116 moko 13419: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13420: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13421: couple warnings in parser3.C
1.95 moko 13422:
13423: 2004-12-23 paf
13424:
13425: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13426:
13427: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13428: dir to directory of script (when shbang used), not to directory
13429: of its interpreter
13430:
13431: * src/include/pa_version.h: compiled on win32...
13432:
13433: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13434: we need more hspace
13435:
13436: * configure, configure.in, src/include/pa_version.h: configured
13437: host to pa_version. will be displayed everywhere
13438:
13439: * src/main/pa_request.C: new: @unhandled_exception can prevent
13440: exception from being logged by setting $exception.handled(1)
13441:
1.211 moko 13442: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13443: ^file::sql{query}[[options]] options: $.name[file name]
13444: $.content-type[application/what]
13445:
13446: * src/: include/pa_common.h, main/pa_common.C,
13447: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13448: new file
13449:
13450: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13451: bugfix: table->hash now regards _default
13452:
13453: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13454: created by accessing $name_of_method it acquired bad self=closest
13455: methodframe; instead of proper self (current class)
13456:
13457: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13458: hashfile produced bad cord
13459:
13460: 2004-12-10 paf
13461:
13462: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13463: subsequent failures though defined in .h
13464:
13465: * src/main/pa_common.C: comment on volatile
13466:
13467: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13468: alarm function were not used since the beginning due to stupid
13469: error [setsigjmp were not checked in configure.in]
13470:
13471: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13472: unix too
13473:
13474: * src/main/pa_common.C: http: exception status of send/recv errors
13475: change to most probable http.timeout
13476:
13477: * src/main/pa_common.C: win32: http connection $.timeout option now
13478: works [setsockopt on send/receive]
13479:
13480: 2004-12-08 paf
13481:
13482: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13483: cstr-ed knowing mail charset, and untainting uri lang now knows
13484: proper charset
13485:
13486: 2004-11-24 paf
13487:
13488: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13489:
13490: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13491: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13492:
13493: 2004-11-12 paf
13494:
13495: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13496: [since 3.0.4]
13497:
13498: 2004-11-09 paf
13499:
13500: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13501: writes basics to c:\parser3.log
13502:
13503: 2004-10-21 paf
13504:
13505: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13506: tainted strings [were returning clean onces]
13507:
13508: 2004-10-15 paf
13509:
13510: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13511: cycles(i=1; i=2), which was wrong, now does ONE
13512:
13513: 2004-10-12 paf
13514:
13515: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13516:
13517: 2004-10-07 paf
13518:
13519: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13520: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13521: release asserts
13522:
13523: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13524: String.dump() to stdout in detailed form [were String.v() in
13525: short form]
13526:
13527: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13528: \t\r\n as @#| and truncates long char sequences less
13529:
13530: 2004-10-06 paf
13531:
13532: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13533: win32 beauty: socket errors properly decoded
13534:
13535: 2004-10-05 paf
13536:
13537: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13538: request::configure_user/admin done always, even if no
13539: file-to-process useful in @unhandled_exception [say, if they
13540: would want to mail by SMTP something]
13541:
13542: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13543: now performed prior to file loading [and @auto executing] thus
13544: making $cookie:value available in @auto and in
13545: @unhandled_exception when IIS is configured to run interpreter
13546: even if no file exist
13547:
13548: 2004-09-20 paf
13549:
13550: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13551: somewhere where it should have called xmlMalloc and it calls
13552: xmlFree when it should have not called it. inserted two
13553: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13554: xmlFree just ignored. put away a testcase, maybe someday libxml
13555: author would fix all that. until that day: we have SLOW garbage
13556: collecting when many xml objects are alive hint: do
13557: ^memory:compact[] before xdoc::create
13558:
13559: 2004-09-17 paf
13560:
13561: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13562: error from 3.0.8 version]
13563:
13564: 2004-09-14 paf
13565:
13566: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13567: part bugfix: hashfile.foreach iterated only part if hashfile were
13568: modified inside
13569:
13570: 2004-09-13 paf
13571:
13572: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13573: [were as octal]
13574:
13575: * src/types/pa_vhashfile.C: beauty: not reproduced
13576: $hashfile.key[$novalue] bug [reported by motorin], inserted
13577: safety-check
13578:
13579: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13580: [not something obscure from sdbm lib]
13581:
13582: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13583: = strerror now returnes something and we can properly report that
13584: to client
13585:
13586: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13587: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13588:
13589: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13590: [tainted as-is] this helps //[space][newline] to remain as-is and
13591: not be unnecessary optimized away [ruining javascript]
13592:
13593: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13594: [tainted as-is]
13595:
13596: * src/classes/mail.C: bugfix: typo error
13597:
13598: 2004-09-09 paf
13599:
13600: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13601: separators bugfix: loads header with endings \r\n\r\n and \n\n
13602: (bloody yandex.server)
13603:
13604: 2004-09-06 paf
13605:
13606: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13607: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13608: encoded
13609:
13610: 2004-09-01 paf
13611:
13612: * src/types/pa_vmail.C: change: multipart/mixed changed to
13613: multipart/related outlook express have no problems showing
13614: unrelated attachments. todo: someday figure out a way of
13615: multipart/mixed multipart/related text/html
13616: image/xxx application/octet-stream << true attachments
13617:
13618: * src/types/pa_vmail.C: new:
13619: ^mail:send[$.file[$.content-disposition can be overriden new:
13620: empty mail header fields removed from letter
13621:
13622: * src/: classes/mail.C, include/pa_config_fixed.h,
13623: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13624: ^mail:send[ $.file[ $.any[header]
13625:
13626: 2004-08-30 paf
13627:
13628: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13629: warnings
13630:
13631: * src/main/pa_common.C: beauty: do not bother with charset
13632: detection when ^file::load[binary
13633:
13634: 2004-08-27 paf
13635:
13636: * src/main/pa_common.C: hack: for yandex.server http server
13637:
13638: 2004-08-18 paf
13639:
13640: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13641: possibly-chunked response
13642:
13643: 2004-08-17 paf
13644:
13645: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13646: $f.content-type now = that of http response
13647:
13648: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13649: $f.content-type now = that of http response
13650:
13651: 2004-07-30 paf
13652:
13653: * src/: include/pa_request.h, main/pa_request.C,
13654: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13655: win32: system&parser exceptions in release mode reported properly
13656: parser exception in exception handler WERE mistakenly reported as
13657: system exception, without details [in apache & isapi] +some
13658: beauty in exception text
13659:
13660: * src/: include/pa_exception.h, main/pa_request.C,
13661: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13662: release mode reported properly parser exception in exception
13663: handler WERE mistakenly reported as system exception, without
13664: details
13665:
13666: * src/main/execute.C: beauty: simplified system exception handling
13667:
13668: 2004-07-29 paf
13669:
13670: * src/classes/table.C: bugfix:
13671: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13672: were ignored, and \t used unconditionally]
13673:
13674: * src/types/Makefile.am: added vhash.c
13675:
13676: 2004-07-28 paf
13677:
13678: * src/: classes/date.C, classes/image.C, classes/math.C,
13679: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13680: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13681: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13682: failed on russian letters
13683:
13684: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13685: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13686: letters
13687:
13688: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13689: as 'currentDirectory' parameter to CreateProcess
13690:
13691: 2004-07-27 paf
13692:
13693: * src/targets/cgi/parser3.vcproj: beauty: win32:
13694: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13695: from release somewhere [to help searching for unhandled system
13696: exceptions]
13697:
13698: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13699: TZ shift
13700:
13701: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13702: but also in ctor
13703:
13704: 2004-07-26 paf
13705:
1.211 moko 13706: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13707: src/main/pa_common.C, src/main/pa_request.C,
13708: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13709: src/types/types.vcproj: new: $response:body/download[
13710: $.file[name on disk] $.name[of file for user]
13711: $.mdate[date of last-modified. default from directory] ]
13712:
13713: * src/classes/file.C: moving file:send somewhere else..
13714:
13715: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13716: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13717: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13718: $response:download[ $.filename[filename] $.option[] ,, ]
13719:
13720: * src/classes/file.C: beauty: invalid mode thoroughly reported
13721:
13722: 2004-07-21 paf
13723:
13724: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13725: to several lines
13726:
13727: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13728:
13729: note: ms outlook[!express] shows only first 255 characters of
13730: subject
13731:
13732: 2004-07-15 paf
13733:
13734: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13735: off]
13736:
13737: 2004-07-14 paf
13738:
13739: * src/classes/table.C: bugfix: $.bind values now got untainted
13740: according to lang [were: as-is]
13741:
13742: 2004-07-07 paf
13743:
13744: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13745: checked that
13746:
13747: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13748: now untainted according to their languages. were: as-is.
13749: EVERYWHERE
13750:
13751: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13752: environment string now untainted according to their languages.
13753: were: as-is. EVERYWHERE
13754:
13755: * src/main/pa_exec.C: bufix: on unix environment string now
13756: untainted according to their languages. were: as-is. on win32:
13757: ok
13758:
13759: * parser3.vssscc: ...would not go unnoticed
13760:
13761: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13762: fails. in case on input appears nonutf, those bytes will be
13763: printed in %HH form. that can be easily decoded/recovered.
13764:
13765: this form is quite noticable, and hopefully would not go noticed
13766:
13767: 2004-07-06 paf
13768:
13769: * src/main/pa_exec.C: bufix: on unix environment string now
13770: untainted according to their languages. were: as-is. on win32:
13771: ok
13772:
13773: 2004-07-01 paf
13774:
13775: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13776: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13777: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13778: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13779: main/main.vcproj, targets/cgi/parser3.vcproj,
13780: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13781: option: global optimization ON
13782:
13783: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13784: to do xdoc::create{invalid chars} standard disables chars less
13785: then \x20, except tab, cr, lf.
13786:
13787: changed tainting so that those become '!'
13788:
13789: 2004-06-25 paf
13790:
13791: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13792: int on odd address [prev bugfix failed due to superwize
13793: optimizer, which turned memcpy into same 'ld' asm command]
13794:
13795: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13796: int on odd address
13797:
13798: 2004-06-22 paf
13799:
13800: * src/sql/pa_sql_driver.h: note: about possible optimization
13801:
1.211 moko 13802: * operators.ru.txt, operators.txt, src/classes/hash.C,
13803: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13804: src/classes/void.C, src/include/pa_config_includes.h: new:
13805: ^void:sql{call paf(:a)}[ $.bind[
13806: $.a[2] ] ] output variables work. todo:
13807: check in out variables
1.95 moko 13808:
13809: 2004-06-18 paf
13810:
13811: * src/: classes/file.C, classes/hash.C, classes/string.C,
13812: classes/table.C, classes/void.C, include/pa_globals.h,
13813: include/pa_sql_connection.h, main/compile.tab.C,
13814: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13815: $.bind[ $.a[2] ]
13816: ] input variables work. todo:output
13817:
13818: * src/targets/cgi/parser3.C: bugfix: iis specific
13819: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13820: /_bug.html?404;http://hpsv/test/
13821: --------------------------------------------------------------------------------
13822: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13823: --------------------------------------------------------------------------------
13824: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13825:
13826: 2004-06-16 paf
13827:
13828: * src/targets/cgi/parser3.C: new: iis specific
13829: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13830: $request:query
13831: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13832: $form:fields IIS-STATUS="404"
13833: IIS-DOCUMENT="http://server/_bug.html" f="v"
13834:
13835: todo: isapi too
13836:
13837: 2004-05-26 paf
13838:
13839: * src/include/pa_version.h: 3.1.3
13840:
1.211 moko 13841: * operators.ru.txt, operators.txt: beauty: removed outdated level
13842: 'table'
1.95 moko 13843:
13844: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13845:
13846: * src/main/pa_string.C: beauty: removed 3 warnings
13847:
13848: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13849: classes/op.C: beauty: removed outdated level 'table'
13850:
13851: 2004-05-25 paf
13852:
13853: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13854: implementation. mistery: how anything worked
13855:
13856: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13857: changed, it is now safe to use url if pointers to it are stored
13858: to gc mem
13859:
13860: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13861: unknown errors reported and not cause SIGSEGV now
13862:
13863: 2004-05-24 paf
13864:
13865: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13866: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13867: less memory: CORD_chars_block originally intended to ... it was
13868: good that CORD_chars_block were not used: it consumes more memory
13869: [and, might be slow too] undoing that. [and removed that func so
13870: that it would not confuse parser developer in future]
13871:
13872: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13873: less memory: CORD_chars_block originally intended to
13874: speedup/reduce mem usage were forgotten, and were used stupid
13875: CORD_chars
13876:
13877: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13878:
13879: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13880: BIGENDIAN processors space-conserving mech failed, causing
13881: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13882: (1|2|3));
13883:
13884: 2004-05-14 paf
13885:
13886: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13887: bugfix: void now has vfile value, and $response:body[] works OK
13888:
13889: 2004-05-12 paf
13890:
13891: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13892: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13893: sources to use is_defined() {return as_bool();} along VBool
13894:
13895: 2004-05-11 paf
13896:
13897: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13898: referencing to local objects
13899:
13900: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13901: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13902: left intact
13903:
13904: 2004-04-15 paf
13905:
13906: * src/classes/date.C: merged: beauty: unused var removed
13907:
13908: * src/classes/date.C: beauty: unused var removed
13909:
13910: * src/include/: pa_exec.h: bugfix: interface without pointer
13911: provoked bug
13912:
13913: 2004-04-09 paf
13914:
13915: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13916:
13917: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13918:
13919: 2004-04-08 paf
13920:
13921: * src/classes/date.C: new: ^date::create[y-m-d
13922: h-M-s>>.milliseconds<<] now allowed, ignored so far
13923:
13924: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13925:
13926: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13927: to consult default catalog [usually, that file belongs to other
13928: user/group]
13929:
13930: 2004-04-06 paf
13931:
13932: * src/main/pa_common.C: beauty: gcc warning removed
13933:
13934: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13935: accept that trick, trying other
13936:
13937: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13938: explicit result problem
13939:
13940: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13941: explicit result problem
13942:
13943: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13944: explicit result problem
13945:
1.211 moko 13946: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13947: ^string.append[string]
1.95 moko 13948:
13949: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13950: main/execute.C: attempt_check_call_in_explicit_result_mode:
13951: failed
13952:
13953: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13954: http://i.p.a.ddress gethostbyaddr added [on some platforms
13955: gethostbyname failed with such 'domains'] now checked properly,
13956: were: needless reverse/forward dns lookup
13957:
13958: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13959: http://i.p.a.ddress gethostbyaddr added [on some platforms
13960: gethostbyname failed with such 'domains'] now checked properly,
13961: were: needless reverse/forward dns lookup
13962:
13963: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13964: @method[][result] means "no string output here" moved to lexical
13965: level [on grammar level it were too difficult]
13966:
1.211 moko 13967: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13968: src/main/compile.tab.C, src/main/compile.y,
13969: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13970: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13971: string output here", implemented part of that idea: compiler
13972: throws away string literal generation code. and barks
13973: nonwhitespace chars
1.95 moko 13974:
1.211 moko 13975: * operators.ru.txt, operators.txt: truth: removed comment about
13976: $ORIGIN
1.95 moko 13977:
13978: 2004-04-05 paf
13979:
13980: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13981: src/include/pa_version.h, src/main/pa_common.C,
13982: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13983:
13984: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13985: Konstantin Tomashevitch [mailto:konst@design.ru]
13986:
13987: * src/doc/html2chm.cmd: beauty: no need in bg here
13988:
13989: * src/doc/sources2html.cmd: beauty: same window, in bg it
13990: interfered with FAR console
13991:
13992: * configure, configure.in: 3.1.3
13993:
13994: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13995:
13996: * src/main/pa_common.C: removed warning
13997:
13998: * src/include/pa_version.h: 3.1.3
13999:
14000: 2004-04-02 paf
14001:
14002: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14003:
14004: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14005: allows to specify where to put parser log file
14006:
14007: 2004-04-01 paf
14008:
14009: * src/classes/table.C: bugfix: bugfix: table::load last line
14010: without tab and enter were ignored
14011:
14012: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14013: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14014: main/pa_socks.C, targets/cgi/parser3.C,
14015: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14016: bugfix: sql connections now are disconnected
14017:
14018: 2004-03-30 paf
14019:
14020: * src/classes/table.C: bugfix: table::load last line without tab
14021: and enter were ignored
14022:
14023: * src/classes/table.C: bufix: if last table lines were commented,
14024: gpfed
14025:
14026: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14027: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14028: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14029: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14030: doc/methoded.dox, doc/object.dox, doc/string.dox,
14031: doc/targets.dox, doc/value.dox, include/pa_version.h,
14032: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14033: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14034: bugfixes from 3.1.2, changed version to 3.1.3beta
14035:
14036: 2004-03-29 paf
14037:
14038: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14039: causes gpf
14040:
14041: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14042: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14043: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14044: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14045: value.dox: translated to english
14046:
14047: 2004-03-25 paf
14048:
14049: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14050: parser3project dependency removed
14051:
14052: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14053: bugfix: refused to compile without xml
14054:
14055: * src/types/pa_vform.C: beauty: removed warning
14056:
14057: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14058: any folder [removed last ;) folder dependency]
14059:
14060: * src/classes/classes.vcproj: bugfix: now all compiles in any
14061: folder [removed last ;) folder dependency]
14062:
14063: * src/include/pa_version.h: release
14064:
14065: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14066:
14067: * src/classes/table.C: beauty: comment& more meaningful error
14068: message
14069:
14070: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14071: $.hash[$.column_value1(true) ... ] [were producing some strang
14072: thing]
14073:
14074: 2004-03-23 paf
14075:
14076: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14077: and http status line parsing checked number of columns in table
14078: [user reported an assert]
14079:
1.211 moko 14080: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14081:
14082: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14083: bugfix: junction reattach now actually reattaches a junction to
14084: new wcontext [were only assigning it to junction, which caused
14085: junction tracking to loose junction, and it's context were not
14086: killed, and it tried to process in invalid context, gpf]
14087:
14088: * src/targets/cgi/parser3.C: debug helper added
14089:
14090: 2004-03-19 paf
14091:
14092: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14093: "type(type)" in braces
14094:
14095: 2004-03-10 paf
14096:
1.211 moko 14097: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14098: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14099: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14100: src/types/pa_vxnode.h: new: refined solution to
14101: search-in-namespaces problem:
1.95 moko 14102: $xdoc.search-namespaces.x[http://pif.design.ru/]
14103: $nodes[^xdoc.select[//x:second]]
14104:
1.211 moko 14105: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14106: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14107: search for info in namespaces
1.95 moko 14108:
14109: $nodes[^xdoc.select[//x:second][
14110: $.x[http://pif.design.ru/] ]]
14111:
14112: 2004-03-09 paf
14113:
1.211 moko 14114: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14115: ^file::load[...][options] $.form[
14116: !$.field1[string]
14117: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14118: ] !$.body[string]
14119:
14120: GET ?here notGET(POST, HEAD, others) in content-type:
14121: application/x-www-form-urlencoded
14122:
14123: todo: upload files ability
14124:
14125: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14126: properly, done
14127:
14128: 2004-03-05 paf
14129:
1.211 moko 14130: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14131: file::load[;http:// GET/POST $.form[$.fields started, not tested
14132: yet todo:$.field[table] for multiple values
1.95 moko 14133:
1.211 moko 14134: * operators.ru.txt, operators.txt: new: http:// options $.user
14135: $.password basic authorization
1.95 moko 14136:
14137: * src/main/pa_common.C: beauty: link to rtf added
14138:
1.211 moko 14139: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14140: src/main/pa_common.C: new: http:// options $.user $.password
14141: basic authorization
1.95 moko 14142:
14143: * src/main/pa_common.C: beauty: removed needless vars
14144:
1.211 moko 14145: * operators.ru.txt, operators.txt: new: pgsql option [like that
14146: recently added to oracle driver]
14147: ClientCharset=parser-charset << charset in which parser thinks
14148: client works
14149:
14150: * operators.ru.txt, operators.txt: new: odbc option [like that
14151: recently added to oracle driver]
14152: ClientCharset=parser-charset << charset in which parser thinks
14153: client works
1.95 moko 14154:
14155: * src/sql/pa_sql_driver.h: beauty: important warning added
14156:
14157: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14158: char!
14159:
14160: * etc/parser3.charsets/windows-1251.cfg: typo
14161:
14162: 2004-03-04 paf
14163:
14164: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14165: cached, sql transcoding now goes faster
14166:
1.211 moko 14167: * operators.ru.txt, operators.txt: new: mysql option [like that
14168: recently added to oracle driver]
14169: ClientCharset=parser-charset << charset in which parser thinks
14170: client works
1.95 moko 14171:
14172: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14173: typo error
14174:
14175: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14176: chars commented
14177:
14178: 2004-03-03 paf
14179:
14180: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14181: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14182:
14183: 2004-03-02 paf
14184:
1.211 moko 14185: * operators.ru.txt, operators.txt: new[update typo]:
14186: !^void.left(n) nothing !^void.right(n) nothing
14187: !^void.mid(p[;n]) nothing
14188:
14189: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14190: !^void.left(n) nothing !^void.right(n) nothing
14191: !^void.pos(p[;n]) nothing
1.95 moko 14192:
1.211 moko 14193: * operators.ru.txt, operators.txt, src/classes/file.C,
14194: src/include/pa_string.h: new:
1.95 moko 14195: ^file::sql[[name_to_become_$.name]]{} query result must be one
14196: row with columns: first: data second: file name third:
14197: content-type
14198:
1.211 moko 14199: * operators.ru.txt, operators.txt, src/classes/file.C:
14200: ^file.sql-string[] inside ^connect gets properly escaped string,
14201: which can be passed to request now this for mysql only. it's up
14202: to parser sql driver to fix zeros properly
1.95 moko 14203:
14204: * INSTALL: note: added on building apache with this option:
14205: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14206:
14207: 2004-03-01 paf
14208:
14209: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14210: extension memory:compact befor processingrequest
14211:
1.211 moko 14212: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14213: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14214:
1.211 moko 14215: * operators.ru.txt, operators.txt, src/classes/image.C,
14216: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14217: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14218:
14219: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14220: beauty: image -- less checks [were ugly impl]
14221:
14222: * src/classes/string.C: bugfix: ^string.left/right/mid with
14223: negative values now considered bad
14224:
14225: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14226:
14227: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14228: options now have unified defaults [after transform
14229: indent/omit-xml-declaration/standalone 'default' erroreously
14230: meant 'true']
14231:
14232: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14233: added [on some platforms gethostbyname failed with such
14234: 'domains']
14235:
14236: * src/include/pa_config_auto.h.in: no select check, no define
14237:
14238: * src/classes/string.C: feature: ^string.trim both parameters may
14239: be empty-strings, meaning kind=both chars=whitespaces
14240:
14241: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14242: exist
14243:
14244: * src/classes/string.C: check: trim 'chars' must not be empty,
14245: exception if it is
14246:
14247: * src/classes/string.C: changed: ^string.trim [] << both,
14248: whitespaces [start|both|end] << kind, whitespaces
14249: [start|both|end;chars] full
14250:
14251: 2004-02-27 paf
14252:
1.211 moko 14253: * operators.ru.txt, operators.txt, src/classes/string.C,
14254: src/main/pa_string.C: new method:
14255: ^string.trim[start|both|end[;chars]] default 'chars' --
14256: whitespace chars finished
1.95 moko 14257:
1.211 moko 14258: * operators.ru.txt, operators.txt, src/classes/string.C,
14259: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14260: ^string.trim[start|both|end[;chars]] default 'chars' --
14261: whitespace chars started, only start works
14262:
14263: * src/main/compile.C: bugfix: line numbers after
14264: ^process{}[$.line(-10]] can be negative, allowed to print they as
14265: signed
14266:
14267: * src/main/untaint.C: speed: there's no \n chars in output
14268: [normally], so no need to optimize them they could be retrived
14269: from databases, though. but 1. should be replaced 2. if not
14270: optimized, no harm done
14271:
14272: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14273: ^file::exec/cgi could return invalid status & zombie child can
14274: remain for short period until process exists [very bad in
14275: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14276:
14277: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14278: malicious SMTP server to attack as by returning too long status
14279: responses http://i2/tasks/edit/?id=4629448401140924947
14280:
14281: 2004-02-26 paf
14282:
1.211 moko 14283: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14284: has options] which are $.main[to what to rename @main]
1.95 moko 14285: $.file[file, from which (user says) goes that CODE]
14286: $.lineno(line number in that file, where CODE starts. may be
14287: negative)
14288:
1.211 moko 14289: * operators.ru.txt, operators.txt, src/classes/op.C,
14290: src/include/pa_request.h, src/main/compile.C,
14291: src/main/compile_tools.h, src/main/pa_request.C: feature:
14292: ^process...{CODE}[now has options] which are $.main[to
14293: what to rename @main] $.file[file, from which (user says)
14294: goes that CODE] $.lineno(line number in that file, where
14295: CODE starts. may be negative)
14296:
1.95 moko 14297: 2004-02-25 paf
14298:
1.116 moko 14299: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14300: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14301:
14302: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14303: produces hash of column=>1
14304:
14305: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14306: with incomplete errno constants set
14307:
14308: 2004-02-24 paf
14309:
14310: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14311: "man select"
14312:
14313: * src/main/pa_os.C: beauty: <0 better then ==-1
14314:
14315: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14316:
14317: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14318:
1.116 moko 14319: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14320:
14321: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14322: unix: steps to work on unix [extracted 'to']
14323:
14324: * src/classes/mail.C: smtp on unix: steps to work on unix
14325:
14326: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14327:
1.116 moko 14328: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14329: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14330: unix [testing on solaris]
1.95 moko 14331:
14332: 2004-02-20 paf
14333:
14334: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14335: pointing that out
14336:
14337: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14338: fixed again [same solution, mistanenly removed one line]
14339:
14340: 2004-02-19 paf
14341:
14342: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14343: date::create from bad datetime in spring daylightsaving hole now
14344: OK for all platforms [on some platforms it failed]
14345:
14346: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14347: in daylightsaving hole] now throws error
14348:
14349: * src/classes/date.C: comment: mistake fixed
14350:
14351: 2004-02-18 paf
14352:
14353: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14354: now renderes in $request:charset, but in header puts
14355: $response:charset todo: make that default only so that coder
14356: could override that
14357:
14358: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14359: turns off omit-xml-declaration
14360:
14361: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14362: /.xsl for sample
14363:
14364: 2004-02-17 paf
14365:
14366: * src/classes/xdoc.C: beauty: needless helper class removed
14367:
14368: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14369: copied extra time
14370:
14371: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14372: part of libxml
14373:
14374: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14375: libxml to do the work] <xsl:output method="html"
14376: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14377: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14378: />
14379:
14380: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14381:
14382: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14383: caused assertion
14384:
14385: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14386: could hang. now such add does nothing, sub clears $hash
14387:
14388: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14389: not made quoted-printable
14390:
14391: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14392: string invariant
14393:
14394: 2004-02-16 paf
14395:
14396: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14397: cleared [were not cleared properly]
14398:
14399: 2004-02-13 paf
14400:
1.116 moko 14401: * src/include/pa_version.h: prerelease
1.95 moko 14402:
14403: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14404: used, introducing dependencies timestamp check
14405:
14406: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14407: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14408: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14409: .xsl.stamp now not used, introducing dependencies timestamp check
14410:
1.150 moko 14411: * configure.in: auto.p: @conf made relative
1.95 moko 14412:
14413: 2004-02-12 paf
14414:
14415: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14416: ruined empty <input type=file> submits. parser thought there were
14417: nameless empty file and $form:field got value of type 'file'
14418:
14419: * INSTALL: --without-threads
14420:
14421: * src/include/pa_sapi.h: 2004
14422:
14423: 2004-02-11 paf
14424:
14425: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14426: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14427: classes/hashfile.C, classes/image.C, classes/int.C,
14428: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14429: classes/response.C, classes/string.C, classes/table.C,
14430: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14431: include/pa_array.h, include/pa_cache_managers.h,
14432: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14433: include/pa_config_fixed.h, include/pa_config_includes.h,
14434: include/pa_dictionary.h, include/pa_dir.h,
14435: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14436: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14437: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14438: include/pa_request_charsets.h, include/pa_request_info.h,
14439: include/pa_socks.h, include/pa_sql_connection.h,
14440: include/pa_sql_driver_manager.h, include/pa_stack.h,
14441: include/pa_string.h, include/pa_stylesheet_connection.h,
14442: include/pa_stylesheet_manager.h, include/pa_table.h,
14443: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14444: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14445: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14446: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14447: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14448: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14449: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14450: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14451: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14452: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14453: main/pa_sql_driver_manager.C, main/pa_string.C,
14454: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14455: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14456: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14457: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14458: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14459: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14460: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14461: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14462: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14463: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14464: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14465: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14466: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14467: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14468: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14469: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14470: types/pa_vresponse.h, types/pa_vstateless_class.C,
14471: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14472: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14473: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14474: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14475: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14476: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14477:
14478: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14479: debug version of gc.dll
14480:
14481: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14482: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14483: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14484: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14485: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14486: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14487: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14488: processes
14489:
14490: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14491: main/pa_globals.C, targets/cgi/parser3.vcproj,
14492: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14493: changes to reflect libxml xsl new folders
14494:
14495: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14496: lib/smtp/smtp.vcproj, main/main.vcproj,
14497: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14498: to reflect libxml xsl new folders
14499:
14500: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14501: lib/smtp/smtp.vcproj, main/main.vcproj,
14502: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14503: types/types.vcproj: started changes to reflect libxml xsl new
14504: folders
14505:
14506: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14507: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14508: src/main/compile.tab.C, src/main/main.vcproj,
14509: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14510: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14511: started changes to reflect libxml xsl new folders
14512:
14513: 2004-02-10 paf
14514:
14515: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14516: compile. recommened latest libxml up to date
14517:
14518: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14519: pattern compilation errors", on which spent 4 hours worktime. use
14520: versions higher than that. recommended now latest up to date
14521:
14522: 2004-02-06 paf
14523:
14524: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14525: beauty: unified destructing style
14526:
14527: * src/main/untaint.C: beauty: removed old def/ifdef
14528:
14529: * src/main/untaint.C: beauty: coredump @unknown untaint language
14530: now
14531:
14532: 2004-02-03 paf
14533:
14534: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14535: targets/isapi/parser3isapi.C, types/pa_value.C,
14536: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14537: then %ld/%lu
14538:
14539: * src/main/pa_common.C: typo: %l -> %u
14540:
14541: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14542: in attributes or documents-results of transform now not xx;
14543:
14544: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14545:
14546: * src/main/pa_charset.C: bugfix: forgot to undo some
14547:
14548: * src/main/pa_charset.C: beauty: uncomment
14549: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14550: libraries
14551:
14552: 2004-02-02 paf
14553:
14554: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14555: $cookie:example[ $.value[value] $.path[/there/] ]
14556:
14557: $cookie:example[ $.value[] $.expires[session]
14558: $.path[/there/] $.domain[test.com] ]
14559:
14560: * src/types/pa_vform.C: bugfix: empty values with
14561: enctype=multipart/form-data now produce entries in $form:tables
14562: <form method=post enctype=multipart/form-data> <input type=hidden
14563: name=a> <input type=hidden name=b>
14564:
14565: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14566: <hr> <pre>$request:body
14567:
14568: 2004-01-30 paf
14569:
14570: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14571: or documents-results of transform now not xx;
14572:
14573: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14574: produce exception.
14575:
14576: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14577: bugfix: ^date::create[invalid fields now produce exception.
14578:
14579: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14580: year] now produces exception. todo: check other fields
14581:
14582: 2004-01-29 paf
14583:
14584: * src/include/pa_memory.h: typo error
14585:
14586: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14587: more byte then specified, then zeroed it << useless and
14588: potentially harmful(could gpf)
14589:
14590: 2004-01-22 paf
14591:
14592: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14593:
14594: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14595: optimization
14596:
14597: * src/main/untaint.C: bugfix: whitespace now optimized properly
14598: [were bug: ^taint[1 & 2]="1 &2"
14599:
14600: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14601: errors
14602:
14603: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14604: overflow
14605:
14606: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14607: error-reporting code * in parser-error reporting code [when no
14608: @unhandled_exception defined]
14609:
14610: fixed in one place: my *snprintf override
14611:
14612: 2004-01-13 paf
14613:
1.211 moko 14614: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14615:
14616: 2003-12-25 paf
14617:
14618: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14619: garbled [pieces after zero bytes were removed]
14620:
14621: 2003-12-22 paf
14622:
1.116 moko 14623: * src/include/Makefile.am: bugfix: removed from dist:
14624: src/include/pa_config_auto.h which were configured for
1.95 moko 14625: make-dist-platform and badly updated proper config file in target
14626: [when .tar used for updating existing source tree]
14627:
1.211 moko 14628: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14629: src/include/pa_sql_connection.h,
14630: src/include/pa_sql_driver_manager.h,
14631: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14632: feature: sql introducing ability to transcode charsets
14633:
14634: 2003-12-19 paf
14635:
14636: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14637: error message
14638:
14639: * src/main/pa_charset.C: bugfix: memory for charsethandler
14640: structure for libxml now allocated properly
14641:
14642: 2003-12-17 paf
14643:
14644: * src/types/pa_vfile.C: beauty: removed outdated cast
14645:
14646: * src/main/pa_common.C: bugfix: empty http response caused gpf
14647:
14648: * src/include/pa_string.h: bugfix: removed too strong a assert
14649:
14650: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14651: unreported xmlGenericErrors]
14652:
14653: 2003-12-15 paf
14654:
14655: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14656: works}
14657:
14658: 2003-12-11 paf
14659:
1.211 moko 14660: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14661: !$status:pid process id
1.95 moko 14662: !$status:tid thread id
14663:
14664: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14665: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14666: bugfix(solaris): removed dependency on object initialization
14667: order [one more place]
14668:
14669: * src/: classes/file.C, classes/mail.C, classes/op.C,
14670: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14671: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14672: understand that
14673:
14674: * src/: classes/file.C, classes/mail.C, classes/op.C,
14675: classes/xdoc.C, include/pa_cache_managers.h,
14676: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14677: include/pa_stylesheet_manager.h, main/pa_request.C,
14678: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14679: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14680: ctor call [relying on implicit String::Body(cstr) call]
14681:
14682: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14683: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14684: object initialization order [two places]
14685:
14686: 2003-12-10 paf
14687:
14688: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14689: << time now ok
14690:
1.211 moko 14691: * operators.ru.txt, operators.txt,
14692: src/main/pa_sql_driver_manager.C,
1.95 moko 14693: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14694: operational
14695:
1.211 moko 14696: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14697: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14698: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14699: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14700: back operational
14701:
14702: 2003-12-02 paf
14703:
14704: * src/types/pa_vmail.C: bugfix:
14705: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14706: as-is forced]
14707:
14708: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14709: exceptions out of libxml callbacks: reimplemented error handling
14710: of http://localhost, parser://method and safemode check callbacks
14711:
14712: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14713: [merged from HEAD]
14714:
14715: * src/classes/image.C: nothing: comment removed
14716:
14717: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14718: addresses to int
14719:
14720: 2003-12-01 paf
14721:
14722: * src/main/pa_xml_io.C: bugfix: typo
14723:
14724: * src/main/pa_globals.C: bugfix: win32: compile prob
14725:
14726: * src/classes/xdoc.C: bugfix: typo
14727:
14728: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14729: exception
14730:
14731: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14732:
14733: 2003-11-28 paf
14734:
14735: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14736: all xml documents read
14737:
14738: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14739:
14740: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14741: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14742: replaced original open mech of xdoc::create & co to use libxml
14743: open, so that this would work for root document todo: safe mode
14744: checks to libxml: ideally to some 1 point
14745:
14746: * src/main/pa_xml_io.C: comment
14747:
1.211 moko 14748: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14749: in http://parser[abscent params]
1.95 moko 14750:
1.211 moko 14751: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14752: src/main/pa_xml_io.C: works. todo: maybe replace original open
14753: mech of xdoc::create & co to use libxml open, so that this would
14754: work for root document
1.95 moko 14755:
14756: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14757: "parser://method/params/here"> <test> &test^; </test> }]
14758:
14759: ^taint[^xdoc.string[]]
14760:
14761: @method[param] <!ENTITY test
14762: "test-entity-value+$form:user+$param!">
14763:
14764: 2003-11-27 paf
14765:
14766: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14767:
14768: * src/classes/date.C: bugfix: typo error
14769:
14770: 2003-11-26 paf
14771:
1.211 moko 14772: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14773: src/include/pa_globals.h, src/main/Makefile.am,
14774: src/main/main.vcproj, src/main/pa_globals.C,
14775: src/main/pa_request.C, src/include/pa_xml_io.h,
14776: src/main/pa_xml_io.C: simplification: xml errors to
14777: hash<thread_id,error> reorganization: xml io moved to
14778: pa_xml_io.C/h
1.95 moko 14779:
14780: * src/types/pa_value.h: warnings: --
14781:
14782: 2003-11-25 paf
14783:
14784: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14785: whatever)
14786:
14787: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14788: a, (c?x:y, z)
14789:
14790: * src/main/untaint.C: bugfix: consequences of not reading this
14791: comment: CORD_pos_chars_left /* Number of characters in cache.
14792: <= 0 ==> none */
14793:
14794: * src/include/pa_array.h: removed needless checks
14795:
14796: 2003-11-24 paf
14797:
14798: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14799: removed limit: now $form:xxx can be accessed anytime, even in
14800: @auto/conf [and request/response:charset still can be changed
14801: anytime]
14802:
14803: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14804: now not transcodes response body
14805:
1.211 moko 14806: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14807: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14808: $tn[^xdoc.createTextNode[text node value]]
14809: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14810: $xdoc.firstChild.firstChild.nodeValue[different]
14811: ^taint[^xdoc.string[]]
14812:
14813: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14814: workaround: static Hash::allocates -> static Hash_allocates
14815:
14816: 2003-11-21 paf
14817:
1.116 moko 14818: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14819: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14820: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14821:
14822: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14823:
14824: * src/classes/mail.C: bugfix: typo
14825:
14826: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14827: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14828: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14829: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14830: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14831: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14832:
14833: * src/main/pa_exec.C: bug in safe mode
14834:
14835: * src/include/Makefile.am: pa_xml_exception.h
14836:
14837: * src/targets/isapi/parser3isapi.C: more warnings --
14838:
14839: 2003-11-20 paf
14840:
14841: * src/: classes/math.C, classes/op.C, classes/string.C,
14842: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14843: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14844: --
14845:
14846: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14847: more warnings --
14848:
14849: * src/classes/xdoc.C: more warnings --
14850:
14851: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14852:
14853: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14854: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14855:
14856: * src/: classes/date.C, classes/file.C, classes/hash.C,
14857: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14858: classes/table.C, include/pa_cache_managers.h,
14859: include/pa_stylesheet_connection.h, main/pa_request.C,
14860: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14861: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14862: --
14863:
14864: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14865: can't report problem (undefined @unhandled_exception) problem
14866: source string were not reported
14867:
14868: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14869: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14870: classes/hashfile.C, classes/image.C, classes/int.C,
14871: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14872: classes/response.C, classes/string.C, classes/table.C,
14873: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14874: include/pa_array.h, include/pa_cache_managers.h,
14875: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14876: include/pa_config_fixed.h, include/pa_dictionary.h,
14877: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14878: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14879: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14880: include/pa_request.h, include/pa_request_charsets.h,
14881: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14882: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14883: include/pa_stack.h, include/pa_string.h,
14884: include/pa_stylesheet_connection.h,
14885: include/pa_stylesheet_manager.h, include/pa_table.h,
14886: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14887: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14888: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14889: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14890: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14891: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14892: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14893: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14894: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14895: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14896: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14897: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14898: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14899: targets/isapi/parser3isapi.C, types/pa_junction.h,
14900: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14901: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14902: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14903: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14904: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14905: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14906: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14907: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14908: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14909: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14910: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14911: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14912: types/pa_vresponse.h, types/pa_vstateless_class.C,
14913: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14914: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14915: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14916: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14917: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14918: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14919: const IDENT
14920:
14921: * src/: include/pa_array.h, include/pa_pool.h,
14922: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14923: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14924: types/pa_wcontext.h: more warnings --
14925:
14926: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14927: classes/file.C, classes/hash.C, classes/hashfile.C,
14928: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14929: classes/memory.C, classes/op.C, classes/string.C,
14930: classes/table.C, classes/xdoc.C, classes/xnode.C,
14931: include/pa_config_includes.h, include/pa_operation.h,
14932: include/pa_sql_connection.h, include/pa_table.h,
14933: include/pa_types.h, lib/ltdl/config_fixed.h,
14934: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14935: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14936: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14937: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14938: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14939: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14940: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14941: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14942: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14943: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14944: types/pa_vmail.C, types/pa_vobject.C,
14945: types/pa_vstateless_class.h, types/pa_vtable.C,
14946: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14947: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14948: on all projects (except libltdl=off & libsdbm=level3) found
14949: several unitialized vars
14950:
14951: 2003-11-19 paf
14952:
14953: * src/classes/op.C: more ansi C++ comp
14954:
1.211 moko 14955: * operators.ru.txt, operators.txt, src/classes/op.C,
14956: src/include/pa_request.h, src/main/pa_request.C:
14957: ^cache[...]{body}{catch block with $exception.handled[cache]
14958: meaning "get expired cache, if any. else error"}
1.95 moko 14959:
14960: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14961: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14962: ^cache[...]{body}{catch code with $exception.cache field}
14963:
14964: 2003-11-12 paf
14965:
14966: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14967: [copy/paste bug]
14968:
14969: 2003-11-11 paf
14970:
14971: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14972: failed]
14973:
14974: 2003-11-10 paf
14975:
14976: * src/types/pa_vconsole.h: flush
14977:
1.211 moko 14978: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14979: src/types/Makefile.am, src/types/types.vcproj,
14980: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14981:
1.211 moko 14982: * operators.ru.txt, operators.txt: mysql: transaction support:
14983: ?autocommit=0
1.95 moko 14984:
1.211 moko 14985: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14986:
14987: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14988: serialize version and exipire now removes entries
14989:
1.211 moko 14990: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14991: altogether [and dir, if could]
1.95 moko 14992:
14993: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14994: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14995: removes files altogether [and dir, if could]
14996:
14997: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14998: nonexistent pair. .c coded that that was error. fixed
14999:
15000: * src/types/pa_vhashfile.C: sdbm: exception type change to
15001: file.access [regretfull can't split it to different exceptions
15002: without modifying sdbm source wich would prefer not to]
15003:
15004: 2003-11-07 paf
15005:
15006: * src/: classes/date.C, classes/file.C, classes/hash.C,
15007: classes/hashfile.C, classes/image.C, classes/table.C,
15008: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15009: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15010: main/execute.C, main/main.vcproj, main/pa_pool.C,
15011: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15012: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15013: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15014: destructing objects at request processing end
15015:
15016: 2003-11-06 paf
15017:
15018: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15019: updates
15020:
15021: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15022: to include sdbm
15023:
1.116 moko 15024: * src/include/: pa_config_includes.h, pa_version.h: our
15025: replacements of max& co only for cpp
1.95 moko 15026:
15027: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15028: upper dir, .am updated
15029:
15030: * tests/todo.txt: hashfile: done
15031:
1.211 moko 15032: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15033: hashfile: clear & expiration [time in value. todo: move time to
15034: key]
1.95 moko 15035:
15036: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15037:
15038: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15039: to do that in foreach, no errors, but surely wrong]
15040:
1.211 moko 15041: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15042: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15043:
1.211 moko 15044: * operators.ru.txt, operators.txt, src/classes/hash.C,
15045: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15046: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15047:
15048: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15049: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15050: hashfile: hash
1.95 moko 15051:
1.211 moko 15052: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15053: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15054: tests/todo.txt: hashfile: delete
1.95 moko 15055:
15056: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15057: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15058: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15059: get/put [raw]
15060:
15061: * src/: classes/op.C, main/pa_os.C: just linked
15062:
15063: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15064: XmlException changes
15065:
15066: * src/: include/pa_charset.h, include/pa_globals.h,
15067: include/pa_stylesheet_connection.h, main/pa_exception.C:
15068: XmlException changes
15069:
15070: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15071:
15072: * src/: include/pa_common.h, include/pa_exception.h,
15073: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15074: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15075: main/pa_xml_exception.C: locking move to pa_os [along with
15076: pa_sleep] apr-impl locking done
15077:
1.211 moko 15078: * configure, configure.in, operators.ru.txt, operators.txt,
15079: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15080: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15081: src/include/pa_exception.h, src/include/pa_globals.h,
15082: src/include/pa_memory.h, src/include/pa_version.h,
15083: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15084: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15085: src/main/compile.tab.C, src/main/main.vcproj,
15086: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15087: src/types/Makefile.am, src/types/pa_vhash.C,
15088: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15089: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15090: again with sdbm from apache
15091:
15092: 2003-11-05 paf
15093:
15094: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15095: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15096: \parser3project dir anymore
15097:
15098: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15099: thoughtlessly from xalan]
15100:
15101: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15102: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15103: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15104:
15105: * src/main/helpers/CaseFolding.txt:
15106: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15107:
15108: 2003-11-04 paf
15109:
1.211 moko 15110: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15111:
15112: * src/classes/table.C: compiled on unix
15113:
1.116 moko 15114: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15115:
15116: * src/classes/mail.C: compiled on unix
15117:
1.211 moko 15118: * operators.ru.txt, operators.txt, src/classes/mail.C,
15119: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15120: $.options[unix: string to append to sendmail command
15121: line]
15122:
1.211 moko 15123: * operators.ru.txt, operators.txt, src/classes/table.C,
15124: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15125: $.separator[^#09] $.encloser["] <nothing> by default
15126:
15127: * operators.ru.txt, operators.txt, src/classes/table.C,
15128: tests/todo.txt: ^table::load !$.separator[^#09]
15129: !$.encloser["] <nothing> by default
1.95 moko 15130:
15131: 2003-11-03 paf
15132:
1.211 moko 15133: * operators.ru.txt, operators.txt, src/classes/table.C,
15134: src/main/pa_common.C: ^table::load[; options:
15135: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15136:
1.211 moko 15137: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15138: src/types/pa_vrequest.C: $request:document-root
15139:
15140: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15141: [already included into uri=xxx]
15142:
1.211 moko 15143: * operators.ru.txt, operators.txt, src/classes/image.C,
15144: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15145:
15146: * src/classes/date.C: minor precaution
15147:
1.211 moko 15148: * operators.ru.txt, operators.txt, src/classes/date.C:
15149: !^date::unix-timestamp()
1.95 moko 15150: !^date.unix-timestamp[]
15151:
15152: 2003-10-30 paf
15153:
1.211 moko 15154: * operators.ru.txt, operators.txt, src/classes/date.C,
15155: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15156: $date.hour
1.95 moko 15157:
15158: * src/classes/: date.C, image.C: improvement diagnostics:
15159: $now[^date::create[$undefined]] now is error
15160:
15161: * src/main/pa_common.C: read errors would now be reported 'actually
15162: read -1 bytes'
15163:
15164: 2003-10-24 paf
15165:
15166: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15167: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15168: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15169: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15170:
15171: 2003-10-22 paf
15172:
15173: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15174:
15175: 2003-10-21 paf
15176:
1.211 moko 15177: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15178: src/main/pa_string.C: fixed: string.match[g] without <'> option
15179: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15180:
15181: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15182: recoursion' message with intensive throw-catches fixed: incorrect
15183: name and line (one name upper then needed) in error message about
15184: problems inside try block
15185:
15186: 2003-10-10 paf
15187:
15188: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15189: check offset argument for validity did that in String::Body::pos
15190: myself http://i2/tasks/edit/?id=4577425257580789777
15191:
15192: 2003-10-07 paf
15193:
15194: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15195: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15196:
15197: 2003-10-03 paf
15198:
15199: * parser3.sln, src/include/pa_dictionary.h,
15200: src/main/pa_dictionary.C, src/main/pa_string.C,
15201: src/targets/cgi/parser3.vcproj: dictionary optimized by
15202: precalculating cstr&length
15203:
15204: 2003-10-02 paf
15205:
15206: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15207: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15208: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15209: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15210:
15211: 2003-09-30 paf
15212:
15213: * src/main/pa_string.C: string::replace bug fix [were ignoring
15214: occurrances after lang-mismatched
15215:
15216: 2003-09-29 paf
15217:
15218: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15219: helper
15220:
15221: * src/main/pa_string.C: string::serialize bug fix with
15222: zero-terminator
15223:
15224: * src/classes/table.C: ^nameless_table.save column row now has no
15225: \t at the end
15226:
15227: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15228: @postprocess now takes $response:body/download
15229:
15230: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15231: error message
15232:
15233: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15234:
15235: * src/classes/table.C: bugfix: flip: must produce nameless
15236: http://i2/tasks/edit/?id=4573405524674081244
15237:
15238: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15239: main/helpers/simple_folding.pl: utf-8 upper/lower
15240:
15241: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15242: to typo error http://i2/tasks/edit/?id=4573354650786434584
15243:
15244: 2003-09-26 paf
15245:
15246: * src/main/untaint.C: removed needless field
15247:
15248: * src/main/untaint.C: removed needless const
15249:
15250: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15251: String.for_each bug fixed [omited one-char cases]
15252:
15253: * src/include/pa_stack.h: bugfix: before collecting garbage,
15254: runtime-executor stack were cleared... BADLY
15255:
15256: * src/main/pa_string.C: ^stirng.replace code used old
15257: param-convention on langs.append, fixed that search fo the like,
15258: found none
15259:
15260: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15261: string::serialize/deserialize implemented Language enum assigned
15262: meaningful letters [more convinient for debugging. read warning
15263: before adding/changing anything]
15264:
15265: 2003-09-25 paf
15266:
15267: * src/: include/pa_string.h, include/pa_version.h,
15268: main/pa_string.C, main/untaint.C: templates and anonymous unions
15269: differences on unix
15270:
15271: * parser3.sln, src/classes/file.C, src/classes/image.C,
15272: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15273: src/classes/xdoc.C, src/classes/xnode.C,
15274: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15275: src/include/pa_charsets.h, src/include/pa_common.h,
15276: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15277: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15278: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15279: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15280: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15281: src/main/compile_tools.h, src/main/pa_charset.C,
15282: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15283: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15284: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15285: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15286: src/types/pa_vmail.C, src/types/pa_vmath.C,
15287: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15288: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15289:
15290: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15291: functions aligned to that of eeparser3 look
15292:
15293: * src/lib/cord/cordprnt.c: removed warnings
15294:
15295: 2003-09-24 paf
15296:
15297: * src/: classes/file.C, classes/image.C, classes/mail.C,
15298: classes/op.C, classes/xdoc.C, classes/xnode.C,
15299: include/pa_cache_managers.h, include/pa_charset.h,
15300: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15301: include/pa_sql_driver_manager.h, include/pa_string.h,
15302: include/pa_stylesheet_manager.h, include/pa_table.h,
15303: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15304: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15305: main/pa_sql_driver_manager.C, main/pa_string.C,
15306: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15307: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15308: types/pa_vstateless_class.h, types/pa_vstatus.C,
15309: types/pa_vxnode.C: v() functions of String::Body,
15310: String::Languages and String itself StringBody->String::Body
15311:
15312: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15313: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15314: never optimized anything. todo: somehow speed up harder cases:
15315: concatenationA+concatenationB when last block of A and first of B
15316: contain same letters
15317:
15318: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15319: lib/cord/include/cord.h: langs: speed up by joining adjucent
15320: blocks of same char [CORD_append_block]
15321:
15322: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15323: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15324: save space by extending blocks when appending block with c ==
15325: lastblock.c
15326:
15327: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15328: working yet :( but more working &understood :)
15329:
15330: * src/: classes/table.C, include/pa_string.h,
15331: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15332:
15333: 2003-09-23 paf
15334:
15335: * src/main/untaint.C: $a[ok!] $a works!
15336:
15337: * src/main/untaint.C: something even more works :)
15338:
15339: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15340: something more works :)
15341:
15342: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15343: lib/cord/cordxtra.c: something already works :)
15344:
15345: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15346: serialize&deserialize
15347:
15348: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15349: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15350: main/untaint.C: main idea implemented, details left
15351:
15352: 2003-09-22 paf
15353:
15354: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15355:
15356: * src/classes/xnode.C: copy/paste comment bugfix
15357:
15358: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15359: allocator returns 0, just die.
15360: http://i2/tasks/edit/?id=4570798492410259445
15361:
15362: * src/classes/xdoc.C: copy/paste comment bugfix
15363:
15364: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15365: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15366: xnode: getAttributeNS setAttributeNS removeAttributeNS
15367: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15368:
15369: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15370: chars due to bitwise operation signed-char error]
15371:
15372: 2003-09-19 paf
15373:
15374: * src/types/pa_wcontext.C: output message: more practical
15375: suggestion
15376:
1.211 moko 15377: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15378: $f[^file::load[binary;http://...]] $f.tables
15379:
15380: 2003-09-02 paf
15381:
15382: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15383: flush stdout without referencing 'stdout' symbol. to hell with
15384: non-ansi libraries without 'stdout' symbol
15385:
15386: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15387: unix (users reported problems with some old libc)
15388:
15389: * src/types/pa_vdate.h: forgot initializer
15390:
15391: 2003-09-01 paf
15392:
15393: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15394: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15395: zone]
15396:
15397: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15398:
15399: 2003-08-19 paf
15400:
15401: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15402: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15403: simplified a little
15404:
15405: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15406: [lost fix from 3.0.8]
15407:
15408: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15409: visible here }
15410:
15411: bug fix
15412:
15413: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15414:
15415: * src/main/compile.tab.C: initialized couple of variables about
15416: which user reported runtime problems when parser were compiled
15417: with VC7, warning level4. study shows that later in bison
15418: they've fixed that. would migrate to latest bison someday
15419:
15420: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15421: recoding headers)
15422:
15423: * src/types/pa_vmail.C: works as before, same charset problems:
15424: gmime recodes to UTF-8 only headers, not body. so not recoding
15425: anything for now
15426:
15427: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15428: problems with body
15429:
15430: * src/types/pa_vmail.C: mail_receive just compiled
15431:
15432: 2003-08-18 paf
15433:
15434: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15435: main/main.vcproj, types/types.vcproj: win32: continued process
15436: detaching from \parser3project directory
15437:
15438: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15439: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15440: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15441: src/lib/pcre/pcre_dftables.dsp,
15442: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15443: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15444: src/types/types.dsp: moved to MSVC 7
15445:
15446: * gnu.vcproj.vspscc, parser3.vssscc,
15447: src/classes/classes.vcproj.vspscc,
15448: src/lib/cord/cord.vcproj.vspscc,
15449: src/lib/ltdl/libltdl.vcproj.vspscc,
15450: src/lib/md5/md5.vcproj.vspscc,
15451: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15452: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15453: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15454: src/targets/isapi/parser3isapi.vcproj.vspscc,
15455: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15456: moved to MSVC 7
15457:
15458: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15459: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15460: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15461: src/lib/pcre/pcre_dftables.vcproj,
15462: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15463: src/targets/cgi/parser3.vcproj,
15464: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15465: new VS project files
15466:
15467: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15468: .NET to detect Jalindi Igloo capabilities.
15469:
15470: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15471: src/classes/classes.awk, src/doc/footer.htm,
15472: src/include/pa_config_fixed.h, src/include/pa_version.h,
15473: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15474: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15475: src/types/pa_vmail.C: merged 3.1.0 latest changes
15476:
15477: 2003-08-15 paf
15478:
15479: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15480: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15481:
15482: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15483: non-ascii <yyy> now encoded correctly
15484:
15485: 2003-07-29 paf
15486:
1.116 moko 15487: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15488: dist
1.95 moko 15489:
15490: * src/types/pa_vmail.C: just started --with-mail-receive
15491:
15492: 2003-07-28 paf
15493:
1.116 moko 15494: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15495: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15496:
15497: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15498:
15499: 2003-07-25 paf
15500:
15501: * src/doc/footer.htm: year
15502:
15503: 2003-07-24 paf
15504:
15505: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15506: fix
15507:
15508: * src/include/pa_version.h: release
15509:
1.116 moko 15510: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15511:
15512: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15513: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15514: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15515: getting rid of win32xml pseudo project
15516:
15517: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15518:
1.116 moko 15519: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15520: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15521: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15522: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15523: src/classes/classes.C, src/classes/classes.awk,
15524: src/classes/classes.dsp, src/classes/classes.h,
15525: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15526: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15527: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15528: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15529: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15530: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15531: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15532: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15533: src/include/pa_array.h, src/include/pa_cache_managers.h,
15534: src/include/pa_charset.h, src/include/pa_charsets.h,
15535: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15536: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15537: src/include/pa_dictionary.h, src/include/pa_dir.h,
15538: src/include/pa_exception.h, src/include/pa_exec.h,
15539: src/include/pa_globals.h, src/include/pa_hash.h,
15540: src/include/pa_memory.h, src/include/pa_opcode.h,
15541: src/include/pa_operation.h, src/include/pa_pool.h,
15542: src/include/pa_pragma_pack_begin.h,
1.95 moko 15543: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15544: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15545: src/include/pa_sapi.h, src/include/pa_socks.h,
15546: src/include/pa_sql_connection.h,
15547: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15548: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15549: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15550: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15551: src/include/pa_uue.h, src/lib/Makefile.am,
15552: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15553: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15554: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15555: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15556: src/lib/cord/include/ec.h,
15557: src/lib/cord/include/private/Makefile.am,
15558: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15559: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15560: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15561: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15562: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15563: src/main/compile_tools.C, src/main/compile_tools.h,
15564: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15565: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15566: src/main/pa_charsets.C, src/main/pa_common.C,
15567: src/main/pa_dictionary.C, src/main/pa_dir.C,
15568: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15569: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15570: src/main/pa_request.C, src/main/pa_socks.C,
15571: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15572: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15573: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15574: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15575: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15576: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15577: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15578: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15579: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15580: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15581: src/targets/isapi/parser3isapi.dsp,
15582: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15583: src/types/pa_junction.h, src/types/pa_method.h,
15584: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15585: src/types/pa_vclass.C, src/types/pa_vclass.h,
15586: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15587: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15588: src/types/pa_vdouble.h, src/types/pa_venv.h,
15589: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15590: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15591: src/types/pa_vimage.C, src/types/pa_vimage.h,
15592: src/types/pa_vint.h, src/types/pa_vjunction.h,
15593: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15594: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15595: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15596: src/types/pa_vobject.C, src/types/pa_vobject.h,
15597: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15598: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15599: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15600: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15601: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15602: src/types/pa_vstring.h, src/types/pa_vtable.C,
15603: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15604: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15605: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15606: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15607: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15608: HEAD
15609:
15610: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15611: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15612: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15613: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15614: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15615: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15616: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15617: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15618: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15619: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15620: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15621: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15622: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15623: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15624: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15625: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15626: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15627: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15628: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15629: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15630: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15631: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15632: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15633: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15634: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15635: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15636: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15637: outputs/create-dir, results/001.processed, results/002.processed,
15638: results/003.processed, results/004.processed,
15639: results/005.processed, results/006.processed,
15640: results/007.processed, results/008.processed,
15641: results/009.processed, results/010.processed,
15642: results/011.processed, results/012.processed,
15643: results/013.processed, results/014.processed,
15644: results/015.processed, results/016.processed,
15645: results/017.processed, results/018.processed,
15646: results/019.processed, results/020.processed,
15647: results/021.processed, results/022.processed,
15648: results/023.processed, results/024.processed,
15649: results/025.processed, results/026.processed,
15650: results/027.processed, results/028.processed,
15651: results/029.processed, results/030.processed,
15652: results/031.processed, results/032.processed,
15653: results/033.processed, results/034.processed,
15654: results/035.processed, results/036.processed,
15655: results/037.processed, results/038.processed,
15656: results/039.processed, results/040.processed,
15657: results/041.processed, results/042.processed,
15658: results/043.processed, results/044.processed,
15659: results/045.processed, results/046.processed,
15660: results/047.processed, results/048.processed,
15661: results/049.processed, results/050.processed,
15662: results/051.processed, results/052.processed,
15663: results/053.processed, results/054.processed,
15664: results/055.processed, results/056.processed,
15665: results/057.processed, results/058.processed,
15666: results/059.processed, results/060.processed,
15667: results/061.processed, results/062.processed,
15668: results/063.processed, results/064.processed,
15669: results/065.processed, results/066.processed,
15670: results/067.processed, results/068.processed,
15671: results/069.processed, results/070.processed,
15672: results/071.processed, results/072.processed,
15673: results/073.processed, results/074.processed,
15674: results/075.processed, results/076.processed,
15675: results/077.processed, results/078.processed,
15676: results/079.processed, results/080.processed,
15677: results/081.processed, results/082.processed,
15678: results/083.processed, results/084.processed,
15679: results/085.processed, results/086.processed,
15680: results/087.processed, results/088.processed,
15681: results/089.processed, results/090.processed,
15682: results/091.processed, results/092.processed,
15683: results/093.processed, results/094.processed,
15684: results/095.processed, results/096.processed,
15685: results/097.processed, results/098.processed,
15686: results/099.processed, results/100.processed,
15687: results/101.processed, results/102.processed,
15688: results/103.processed, results/104.processed,
15689: results/105.processed, results/106.processed,
15690: results/107.processed, results/108.processed,
15691: results/109.processed, results/110.processed,
15692: results/111.processed, results/112.processed,
15693: results/113.processed, results/114.processed,
15694: results/115.processed, results/116.processed,
15695: results/117.processed, results/118.processed,
15696: results/119.processed, results/120.processed,
15697: results/121.processed, results/122.processed,
15698: results/123.processed, results/124.processed,
15699: results/125.processed, results/126.processed,
15700: results/127.processed, results/128.processed,
15701: results/129.processed, results/130.processed,
15702: results/131.processed, results/132.processed,
15703: results/133.processed, results/134.processed,
15704: results/135.processed, results/136.processed,
15705: results/137.processed, results/138.processed,
15706: results/139.processed, results/140.processed,
15707: results/141.processed: merged(copied) to HEAD from template_gc
15708:
15709: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15710: towards \parser3project not having to be in root
15711:
15712: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15713: module compiled [were minor unnecessary changes in lib/md5
15714: interface]
15715:
15716: * src/include/pa_version.h: release
15717:
15718: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15719:
15720: * src/classes/math.C: merged uuid bugfix
15721:
15722: * tests/: 141.html, results/141.processed: fixed bug with
15723: too-small-a-buffer
15724:
15725: * src/classes/math.C: uuid bugfix
15726:
15727: * tests/: 141.html, Makefile, results/005.processed,
15728: results/030.processed, results/075.processed,
15729: results/078.processed: to reflect date format change (were -
15730: become ' ')
15731:
15732: * src/classes/math.C: uuid bugfix
15733:
15734: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15735: debug/release changes
15736:
15737: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15738:
15739: 2003-07-23 paf
15740:
15741: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15742: renamed a little [to move to comman naming conv]
15743:
1.116 moko 15744: * src/targets/Makefile.am: apache13 splitted to simplify apache
15745: build
1.95 moko 15746:
15747: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15748: main/pa_request.C, main/pa_sql_driver_manager.C,
15749: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15750: stack top_index() fixed
15751:
15752: * src/main/pa_globals.C: minor style changes
15753:
15754: * src/: classes/op.C, include/pa_sql_connection.h: connection
15755: closing/caching fixed [connections were not closed/put to cache]
15756:
15757: 2003-07-22 paf
15758:
15759: * INSTALL: gc part updated stightly
15760:
15761: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15762: new sapi interface
15763:
15764: * src/classes/file.C: comment on OS
15765:
15766: * src/main/pa_string.C: removed reduntant invariant check [there is
15767: one deeper in cord lib]
15768:
15769: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15770:
15771: * src/main/pa_memory.C: out of memory is no longer coredump
15772:
15773: * INSTALL: disable-threads adviced
15774:
15775: 2003-07-21 paf
15776:
1.116 moko 15777: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15778:
15779: * src/classes/file.C: file::exec/cgi environment variables now must
15780: be UPPERCASE and A-Z 0-9 _-
15781:
15782: * src/classes/file.C: env passing fixed
15783:
15784: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15785:
15786: * src/main/pa_common.C: http:// CRLF now
15787:
15788: 2003-07-02 paf
15789:
1.211 moko 15790: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15791: $memory:status fields to reflect their real meaning
1.95 moko 15792:
15793: 2003-06-27 paf
15794:
15795: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15796: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15797: file::exec/cgi .charset
15798:
15799: 2003-06-26 paf
15800:
15801: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15802: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15803: src/classes/table.C: fixed several uninitialized local
15804: structures. notably ^hash.foreach now inserts delimiters
15805: properly [were inserting it before first body]
15806:
15807: 2003-06-24 paf
15808:
15809: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15810:
15811: 2003-06-20 paf
15812:
1.211 moko 15813: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15814: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15815: $f[^file::load[binary;http://...]] $f.tables
15816:
15817: 2003-06-06 paf
15818:
15819: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15820: table. [were method lookup: inconsistent]
15821:
15822: 2003-06-02 paf
15823:
15824: * src/include/pa_memory.h: empty string clone fixed to return
15825: writable memory
15826:
15827: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15828: were not appended] which violated string invariant
15829:
15830: 2003-05-30 paf
15831:
15832: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15833: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15834:
15835: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15836: GMT ; RFC 822, updated by RFC 1123
15837:
15838: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15839: targets/isapi/parser3isapi.C: initialized request_info properly
15840:
15841: * src/classes/xnode.C: found minor bug, commended for future
15842:
15843: 2003-05-28 paf
15844:
15845: * src/classes/form.C: request_info.content_length can't be <0,
15846: size_t for some time
15847:
15848: 2003-05-26 paf
15849:
15850: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15851: forgotten <0 changed to !=STRING_NOT_FOUND
15852:
15853: * src/classes/math.C: merged ffffu from HEAD
15854:
15855: 2003-05-11 paf
15856:
15857: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15858:
15859: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15860: premature doc free. transformed document had xmlDoc reference
15861: stored to non-gc-memory (libgdome) added holding-reference
15862:
15863: 2003-04-29 paf
15864:
15865: * src/main/pa_globals.C: started digging on double free. on win32
15866: found that that's perfectly normal.
15867:
15868: 2003-04-25 paf
15869:
15870: * src/classes/table.C: table.join bug fix [bad limit check]
15871:
15872: * src/classes/math.C: merged from HEAD: simpiler hash_string
15873:
15874: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15875: print anything. changed to quicker and simplier code
15876:
15877: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15878: strict a check]
15879:
15880: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15881:
15882: 2003-04-24 paf
15883:
15884: * src/include/pa_table.h: too strict assert loosened
15885:
15886: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15887: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15888: report
15889:
15890: 2003-04-21 paf
15891:
1.116 moko 15892: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15893:
15894: * src/main/pa_globals.C: pcre memory management changed to use GC
15895: memory
15896:
15897: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15898: xmlMallocAtomic [author agreed to my suggestion], used that
15899:
15900: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15901:
15902: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15903: types/pa_vmail.C: attributed_meaning_to_string added
15904: L_UNSPECIFIED piece which was sortof OK, but violated string
15905: invariant [assertion barked on that] changed to L_PASS_APPEND,
15906: made that param obligatory
15907:
15908: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15909: fixed [assert helped]
15910:
15911: * src/include/pa_string.h: assert added [looking for bug]
15912:
15913: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15914: names on Win32 considered disk-global
15915:
15916: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15917: considered disk-global
15918:
15919: 2003-04-18 paf
15920:
15921: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15922: filenames
15923:
15924: * src/main/untaint.C: enabled '~' letter in filenames
15925:
15926: 2003-04-16 paf
15927:
15928: * src/classes/file.C: small bug introduced in autoptr times fixed
15929:
15930: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15931: HEAD
15932:
1.116 moko 15933: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15934:
15935: 2003-04-15 paf
15936:
1.211 moko 15937: * operators.ru.txt, operators.txt, src/classes/math.C,
15938: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15939: tests/results/141.processed: merged from head ^math:uuid[]
15940: ^math:uid64[] ^math:md5[string]
15941:
15942: test added: 141.html
15943:
1.211 moko 15944: * operators.ru.txt, operators.txt, src/classes/math.C:
15945: ^math:uid64[]
1.95 moko 15946:
15947: * src/classes/math.C: ^math:uuid[]
15948:
1.211 moko 15949: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15950:
1.211 moko 15951: * operators.ru.txt, operators.txt, src/classes/math.C,
15952: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15953: 16-byte digest
15954:
15955: * operators.ru.txt, operators.txt, src/classes/file.C,
15956: src/include/pa_common.h, src/include/pa_config_fixed.h,
15957: src/main/pa_common.C: ^file::load[mode;name; $.offset
15958: $.limit
1.95 moko 15959:
15960: 2003-04-14 paf
15961:
15962: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15963: started ^math:md5
15964:
15965: * src/classes/table.C, src/include/pa_array.h,
15966: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15967: tests/results/140.processed: table $.reverse option works in
15968: create&co table $.distinct[tables] bug fix merged
15969:
15970: * src/: classes/table.C, include/pa_table.h: table
15971: $.distinct[tables] bug fixed
15972:
15973: * src/classes/table.C: more warnings
15974:
15975: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15976: removed checks in table::set_current, moved them back to
15977: table::locate implemented table::create/join ñ $.reverse
15978:
15979: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15980: removed checks in table::set_current, moved them back to
15981: table::locate
15982:
15983: 2003-04-11 paf
15984:
1.211 moko 15985: * operators.ru.txt, operators.txt, src/classes/date.C,
15986: src/classes/table.C, src/include/pa_array.h,
15987: src/include/pa_common.h, src/include/pa_config_includes.h,
15988: src/include/pa_string.h, src/include/pa_table.h,
15989: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15990: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15991: before_append_array_limit_sense_change to
15992: after_append_array_limit_sense_change
15993:
15994: * src/classes/table.C: typo
15995:
1.211 moko 15996: * operators.ru.txt, operators.txt, src/classes/date.C,
15997: src/classes/table.C, src/include/pa_array.h,
15998: src/include/pa_common.h, src/include/pa_config_includes.h,
15999: src/include/pa_globals.h, src/include/pa_table.h,
16000: src/main/pa_array.C, src/main/pa_globals.C,
16001: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16002: src/main/pa_string.C, src/main/pa_table.C:
16003: append_array_limit_sense_change locate accepts options same as
16004: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16005:
16006: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16007: (stat xxx,
16008:
16009: * src/classes/: table.C: typo
16010:
16011: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16012: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16013: results/130.processed, results/131.processed,
16014: results/132.processed, results/133.processed,
16015: results/134.processed, results/135.processed,
16016: results/136.processed, results/137.processed,
16017: results/138.processed, results/139.processed: added few mustfail
16018: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16019: date/time 132.html mustfail: access to junction outside of
16020: context 133.html mustfail: access to junction outside of context,
16021: case version 134.html mustfail: hash: adding a key inside of
16022: foreach 135.html mustfail: modifying system class 136.html
16023: mustfail: $.name outside of $hash[here] 137.html mustfail:
16024: appendChild without import 138.html mustfail: invalid encoding
16025: inside of xml 139.html mustfail: bad XPath
16026:
1.211 moko 16027: * operators.ru.txt, operators.txt, src/classes/table.C,
16028: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16029: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16030: tests/results/126.processed, tests/results/127.processed,
16031: tests/results/128.processed, tests/results/129.processed: merged
16032: from HEAD ^table.hash[key][$.distinct[tables]]
16033:
16034: maked appropriate tests [changed one old nonconforming]
16035:
1.211 moko 16036: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16037: ^table.hash[key][$.distinct[tables]]
16038:
16039: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16040: merged fix for found very old xml (dom) bug: were passing
16041: domString objects and later ERROREOUSLY freed them
16042:
16043: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16044: src/main/pa_charset.C: re-added libgdome patch. regretfully
16045: libgdome bug can not be worked around
16046:
16047: 2003-04-10 paf
16048:
16049: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16050: found very old xml (dom) bug: were passing domString objects and
16051: later ERROREOUSLY freed them
16052:
16053: * src/doc/string.dox, src/include/pa_memory.h,
16054: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16055: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16056: tests/123.html, tests/124.html, tests/results/001.processed,
16057: tests/results/002.processed, tests/results/003.processed,
16058: tests/results/004.processed, tests/results/005.processed,
16059: tests/results/006.processed, tests/results/008.processed,
16060: tests/results/009.processed, tests/results/010.processed,
16061: tests/results/011.processed, tests/results/012.processed,
16062: tests/results/013.processed, tests/results/014.processed,
16063: tests/results/015.processed, tests/results/016.processed,
16064: tests/results/017.processed, tests/results/018.processed,
16065: tests/results/020.processed, tests/results/021.processed,
16066: tests/results/022.processed, tests/results/023.processed,
16067: tests/results/024.processed, tests/results/025.processed,
16068: tests/results/026.processed, tests/results/027.processed,
16069: tests/results/028.processed, tests/results/029.processed,
16070: tests/results/030.processed, tests/results/031.processed,
16071: tests/results/032.processed, tests/results/033.processed,
16072: tests/results/034.processed, tests/results/035.processed,
16073: tests/results/036.processed, tests/results/037.processed,
16074: tests/results/038.processed, tests/results/039.processed,
16075: tests/results/040.processed, tests/results/041.processed,
16076: tests/results/042.processed, tests/results/043.processed,
16077: tests/results/044.processed, tests/results/045.processed,
16078: tests/results/046.processed, tests/results/047.processed,
16079: tests/results/048.processed, tests/results/049.processed,
16080: tests/results/050.processed, tests/results/051.processed,
16081: tests/results/052.processed, tests/results/053.processed,
16082: tests/results/054.processed, tests/results/055.processed,
16083: tests/results/056.processed, tests/results/057.processed,
16084: tests/results/058.processed, tests/results/059.processed,
16085: tests/results/060.processed, tests/results/061.processed,
16086: tests/results/062.processed, tests/results/063.processed,
16087: tests/results/064.processed, tests/results/065.processed,
16088: tests/results/066.processed, tests/results/067.processed,
16089: tests/results/068.processed, tests/results/069.processed,
16090: tests/results/070.processed, tests/results/071.processed,
16091: tests/results/072.processed, tests/results/073.processed,
16092: tests/results/074.processed, tests/results/075.processed,
16093: tests/results/076.processed, tests/results/077.processed,
16094: tests/results/078.processed, tests/results/079.processed,
16095: tests/results/080.processed, tests/results/081.processed,
16096: tests/results/082.processed, tests/results/083.processed,
16097: tests/results/084.processed, tests/results/085.processed,
16098: tests/results/086.processed, tests/results/087.processed,
16099: tests/results/088.processed, tests/results/089.processed,
16100: tests/results/090.processed, tests/results/091.processed,
16101: tests/results/092.processed, tests/results/093.processed,
16102: tests/results/094.processed, tests/results/095.processed,
16103: tests/results/096.processed, tests/results/097.processed,
16104: tests/results/101.processed, tests/results/102.processed,
16105: tests/results/104.processed, tests/results/105.processed,
16106: tests/results/106.processed, tests/results/107.processed,
16107: tests/results/108.processed, tests/results/109.processed,
16108: tests/results/110.processed, tests/results/111.processed,
16109: tests/results/112.processed, tests/results/113.processed,
16110: tests/results/114.processed, tests/results/115.processed,
16111: tests/results/116.processed, tests/results/117.processed,
16112: tests/results/118.processed, tests/results/119.processed,
16113: tests/results/120.processed, tests/results/121.processed,
16114: tests/results/122.processed, tests/results/123.processed,
16115: tests/results/124.processed: new convention: char* never 0.
16116: assert in cord on that
16117:
16118: * src/main/pa_charset.C: couple more asserts
16119:
16120: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16121: speedup
16122:
16123: * src/main/pa_charset.C: couple assertions on fantastic situations
16124: added [may be those is the case now?]
16125:
16126: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16127: that's memory from gc_malloc, not from g_malloc :(, but would
16128: hope]
16129:
16130: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16131: that's memory from gc_malloc, not from g_malloc :(, but would
16132: hope]
16133:
16134: * src/main/pa_charset.C: checked custom malloc for returning 0
16135:
16136: 2003-04-09 paf
16137:
16138: * src/classes/date.C: merged ^date.roll changes
16139:
16140: * src/classes/date.C: ^date.roll bug fix
16141:
16142: * src/classes/date.C: ^date.roll now throws less errors: month
16143: shifts handles end of month situation by reducing day number
16144: hour-hole shift reduces hour to recover
16145:
16146: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16147: Sort by function time
16148:
1.211 moko 16149: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16150: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16151:
16152: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16153: added [after volatile fix. passes on win&intel-solaris]
16154:
16155: 2003-04-08 paf
16156:
16157: * src/: classes/file.C, classes/op.C, classes/table.C,
16158: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16159: include/pa_common.h, include/pa_request_charsets.h,
16160: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16161: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16162: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16163: types/pa_vresponse.C: started http:// $.charset[] param and
16164: http response charset detection just compiled. todo:test
16165:
16166: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16167:
16168: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16169: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16170: types/pa_vmail.C: changed transcode param converntion along with
16171: string creating convention -- all strings are zero-terminated,
16172: this allowed to fix one remaining String("123", 2) case
16173:
16174: * src/: classes/date.C, classes/file.C, classes/hash.C,
16175: classes/op.C, classes/string.C, classes/table.C,
16176: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16177: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16178: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16179: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16180: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16181: violated String::invariant. started fixing [not compiled now]
16182:
16183: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16184: main/compile.tab.C, main/compile.y, main/pa_string.C,
16185: main/untaint.C, targets/cgi/parser3.C: number of string style
16186: improvements & optimizations
16187:
16188: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16189: :(]
16190:
16191: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16192: [for it's a pointer really]
16193:
16194: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16195: 'n' param. worked that around
16196:
16197: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16198: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16199: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16200: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16201: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16202:
16203: Thanks for the bug report and patch.
16204:
16205: I hadn't looked at this code in a while. Reading it now, it
16206: seems to me that the tests should also be ">= MAX_DEPTH" to
16207: comply with the invariant, though that may not matter a lot. I
16208: changed that, too.
16209:
16210: Hans
16211:
16212: 2003-04-07 paf
16213:
16214: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16215: merged from head:safe mode error message now includes numbers
16216:
16217: * src/main/execute.C: n-th attempt to make a=a work with double.
16218: problem: as_double returns it's result in fp-register compiler
16219: optimizes access to that register after b->as_double, and just
16220: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16221: from memory. _SAME_ double values do not match here. when
16222: forced to REload fp-register, values do match.
16223:
16224: tried to make them volatile.
16225:
16226: * src/main/execute.C: n-th attempt to make a=a work with double.
16227: problem: as_double returns it's result in fp-register compiler
16228: optimizes access to that register after b->as_double, and just
16229: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16230: from memory. _SAME_ double values do not match here. when
16231: forced to REload fp-register, values do match.
16232:
16233: tried to make them volatile.
16234:
16235: * src/types/pa_vobject.h: small style change
16236:
16237: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16238:
16239: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16240: mode error message now includes numbers
16241:
16242: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16243: now causes death
16244:
16245: 2003-04-04 paf
16246:
16247: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16248: incorportated pa_exec patch by From: "Victor Fedoseev"
16249: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16250: Sent: Thursday, January 23, 2003 9:14 AM
16251:
16252: huge speedup on ^file::cgi with big result
16253:
16254: * src/classes/table.C: sort table with 0 rows bug fixed
16255:
16256: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16257: fix http://i2/tasks/edit/?id=4493701604654042676
16258:
16259: @main[] $with_default[ $.a[1] $._default[default from
16260: with_default] ] ^show[$with_default]
16261:
16262: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16263: =$to_add_to.xxx=<br>
16264:
16265: ^show[$to_add_to]
16266:
16267: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16268: ^show[$cloned]
16269:
16270: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16271:
16272: } <hr>
16273:
16274: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16275: http://i2/tasks/edit/?id=4493701604654042676
16276:
16277: @main[] $with_default[ $.a[1] $._default[default from
16278: with_default] ] ^show[$with_default]
16279:
16280: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16281: =$to_add_to.xxx=<br>
16282:
16283: ^show[$to_add_to]
16284:
16285: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16286: ^show[$cloned]
16287:
16288: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16289:
16290: } <hr>
16291:
16292: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16293: http://i2/tasks/edit/?id=4507350336410850921
16294:
16295: * src/classes/xdoc.C: memory allocation func bugfix
16296: http://i2/tasks/edit/?id=4499303470368629745
16297:
16298: * src/classes/math.C: allowed random 1...
16299:
16300: * src/classes/math.C: allowed random 0..
16301:
16302: * src/main/pa_globals.C: exif mem leak
16303: http://i2/tasks/edit/?id=4480590323629807263
16304:
16305: * src/: classes/classes.dsp, main/main.dsp,
16306: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16307: fix http://i2/tasks/edit/?id=4493946731322521294
16308: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16309:
16310: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16311: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16312: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16313: links to xml libs made relative, no need to unpack parser3project
16314: to /parser3project.
16315:
16316: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16317: column more precise - tab handling bug fixed
16318:
16319: * src/main/: compile.tab.C, compile.y: more understandable error
16320: message in case @CLASS with more then one line inside
16321:
16322: * src/targets/cgi/parser3.C: more understandable error message in
16323: case of errors in @unhandled_exception
16324:
16325: 2003-04-03 paf
16326:
16327: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16328: src/main/compile.tab.C, src/main/compile.y,
16329: src/main/compile_tools.C, src/main/compile_tools.h,
16330: src/main/execute.C, src/main/pa_request.C: debug info format
16331: simplified, now it's: OP_VALUE Operation::Origin << here value*
16332:
16333: higher limits: file number (max: 255) line number (max:
16334: 64535) column number (max: 255)
16335:
16336: * src/classes/math.C: top limit
16337:
16338: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16339: precise parse error position in case of
16340:
16341: ^bug ]
16342:
16343: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16344: changed to realities, and passed [bug fixed]
16345:
16346: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16347: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16348: main/compile_tools.h, main/pa_request.C: introducing
16349: ^process...[main-method-alias]
16350:
16351: * src/: classes/date.C, classes/image.C, classes/op.C,
16352: classes/string.C, classes/table.C, classes/xdoc.C,
16353: types/pa_vmethod_frame.h: MethodParams& now [methods without
16354: params receive zero reference, but they are expected not to look
16355: there]
16356:
1.211 moko 16357: * operators.ru.txt, operators.txt, src/classes/date.C,
16358: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16359: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16360: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16361: src/classes/response.C, src/classes/string.C,
16362: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16363: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16364: src/types/pa_method.h: MethodParams& now [methods without params
16365: receive zero reference, but they are expected not to look there]
16366:
16367: * operators.ru.txt, operators.txt, src/classes/op.C,
16368: src/include/pa_request.h, src/main/pa_request.C,
16369: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16370: better error reporting [file/line/col]
1.95 moko 16371:
16372: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16373: types/pa_vstring.h: slightly improved error messages text: 1. is
16374: '%s', it 2. method undefined in case of ^void[]
16375:
16376: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16377: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16378: handling done. now we have error columns todo: test it
16379:
16380: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16381: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16382:
16383: this makes life easier: were: bad stack order -- were in
16384: exception catch unwind order, which didn't match execution order
16385:
16386: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16387:
16388: @first[] ^throw[a;1]
16389:
16390: showed throw a first throw b try
16391:
16392: which is no good
16393:
16394: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16395: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16396: trace reset after handled exception [old bug fixed]
16397:
16398: * src/main/: compile.tab.C, compile.y: parse position old bug
16399: fixed. position reporting made precise [both, in parse erros and
16400: runtime errors]
16401:
16402: 2003-04-02 paf
16403:
16404: * src/: include/pa_operation.h, include/pa_request.h,
16405: main/compile.C, main/compile.tab.C, main/compile.y,
16406: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16407: main/pa_exception.C, main/pa_request.C: debug info: started
16408: using. todo:complete
16409:
16410: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16411: main/compile.C, main/compile.tab.C, main/compile.y,
16412: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16413: main/pa_request.C: prepared debug info todo:use it
16414:
16415: * src/include/pa_operation.h: strange mistake fixed: forgot to
16416: return Operation class->union after switching from autoptrs.
16417:
16418: * tests/: Makefile, results/108.processed, results/117.processed:
16419: meta considered OK [it's up to coder now to remove it not needed]
16420:
16421: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16422: Dictionary constructor when moved to gc]
16423:
16424: * src/main/pa_common.C: uncommented http:// file loading
16425:
16426: * src/include/pa_array.h, src/main/execute.C,
16427: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16428: fix [gdGrowingBuf]
16429:
16430: * configure.in, src/lib/Makefile.am: removed patches
16431:
16432: * configure, src/include/pa_config_auto.h.in,
16433: src/main/pa_charset.C: --enable-assertions autoconf-ed
16434:
16435: * src/main/pa_common.C: uncommented http:// file loading
16436:
16437: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16438: xdoc::create/load
16439:
16440: * src/: classes/form.C, classes/hash.C, classes/image.C,
16441: classes/string.C, classes/table.C, classes/void.C,
16442: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16443: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16444: String::String(str,helper_length) are checked. found/fixed one
16445: place: $request:body now zero-terminated,
16446:
16447: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16448: main/compile_tools.C, main/execute.C, types/pa_value.h,
16449: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16450: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16451: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16452: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16453: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16454: types/pa_vxnode.h: more locally scoped vars in execute (more
16455: easily optimizable)
16456:
16457: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16458: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16459:
16460: * src/: include/pa_array.h, include/pa_stack.h,
16461: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16462: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16463: become assertion iterator in methodframe filler
16464:
16465: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16466: targets/cgi/parser3.C: array::get/put inlined
16467:
16468: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16469: gc_substitute_memory_management_functions +installed CORD_oom
16470: function
16471:
16472: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16473: src/include/pa_config_includes.h, src/include/pa_string.h,
16474: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16475: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16476: assertions started configure.in --enable-assertions
16477:
16478: 2003-04-01 paf
16479:
16480: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16481: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16482: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16483: gdome uses glib memory, and stores last pointer to xmlDoc there,
16484: gc misses that and collects valid memory fixed by remembering
16485: xmlDoc from dom object in xdoc. todo: do something with
16486: premature free of xdoc with xnodes/node values referring into it
16487:
16488: * src/classes/: mail.C: typo fix
16489:
16490: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16491: changes
16492:
16493: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16494: main/pa_memory.C: moved memory debugging to global level: to
16495: pa_gc_malloc
16496:
16497: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16498: debugging showed no errors. todo: debug parser memory
16499:
16500: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16501: configurations
16502:
16503: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16504: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16505: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16506: types/types.dsp: prepared xml-static configuration
16507:
16508: 2003-03-31 paf
16509:
16510: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16511: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16512: xml lib memory debugging, simple checks failed: it seems that
16513: library does realloc(bad ptr), and recording those ptrs in heap
16514: [for debugging] was bad: heap situation changes = everything
16515: works fine
16516:
16517: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16518: xmlRegisterCharEncodingHandler limitation [currently imposed
16519: limit of 10 user-defined charsets]
16520:
16521: 2003-03-28 paf
16522:
16523: * src/main/execute.C: execution stack copied to local register
16524: variable, removed lots [~2e7) of memory accesses
16525:
16526: 2003-03-27 paf
16527:
16528: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16529: works in debug, but fails in release todo: fix that
16530:
16531: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16532: targets/cgi/parser3.C: forgot to merge XML memory funcs
16533: replacement from gc branch
16534:
16535: * src/main/pa_exec.C: introducing append_help_length [radical
16536: improvement here]
16537:
16538: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16539: 'not recommened' in gc.h, on win32 noticed no difference]
16540:
16541: * src/include/pa_array.h: returned checked array get [were disabled
16542: for debugging] result:not slower [don't understand that, it were
16543: INLINED] todo: find out a way of inlining it!
16544:
16545: * src/: include/pa_string.h, lib/gc/include/gc.h,
16546: lib/gc/include/gc_fake.h, main/compile.tab.C,
16547: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16548: convention changed: all resulting strings are zero-terminated
16549:
16550: * src/: classes/date.C, classes/file.C, classes/hash.C,
16551: classes/string.C, classes/table.C, classes/void.C,
16552: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16553: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16554: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16555: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16556: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16557: types/pa_vfile.C, types/pa_vmail.C: introducing
16558: append_help_length [radical improvement here]
16559:
16560: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16561: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16562: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16563: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16564: even slower
16565:
16566: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16567: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16568: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16569: clients of &get(): most to use non-ref version, some[in tight
16570: places] to get_unchecked_ref
16571:
16572: * src/doc/memory.dox: forgot to add
16573:
16574: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16575: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16576: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16577: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16578: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16579: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16580: targets/cgi/parser3.dsp, types/pa_vmail.C,
16581: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16582: T>>&<< removed after Stack::pop wiping removed [moved to separate
16583: func] other Array & removed
16584:
16585: 2003-03-26 paf
16586:
16587: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16588: classes/table.C, include/pa_array.h, include/pa_charset.h,
16589: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16590: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16591: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16592: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16593: main/pa_exec.C, main/pa_sql_driver_manager.C,
16594: main/pa_stylesheet_manager.C, main/pa_table.C,
16595: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16596: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16597: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16598: pre-evaluated .count() in some places
16599:
16600: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16601: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16602: types/types.dsp: .dsp profiling updated
16603:
16604: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16605: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16606: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16607:
16608: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16609: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16610: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16611: use lib/gc,lib/cord
16612:
1.116 moko 16613: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16614: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16615: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16616: src/include/pa_config_includes.h, src/include/pa_request.h,
16617: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16618: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16619: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16620: src/lib/cord/include/Makefile.am,
1.116 moko 16621: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16622: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16623: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16624: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16625: src/types/pa_vform.h, src/types/pa_vhash.h,
16626: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16627: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16628: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16629: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16630: funcs ported pa_exec
1.95 moko 16631:
16632: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16633:
16634: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16635: bundled gc includes
16636:
16637: * src/: classes/op.C, include/pa_array.h,
16638: include/pa_sql_connection.h, include/pa_string.h,
16639: include/pa_version.h, main/compile.tab.C, main/compile.y,
16640: main/execute.C, main/pa_common.C, main/pa_exception.C,
16641: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16642: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16643: first real site (aval)]
16644:
16645: 2003-03-25 paf
16646:
1.211 moko 16647: * operators.ru.txt, operators.txt,
16648: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16649: $status.memory used free since_compact process
1.95 moko 16650:
16651: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16652: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16653:
16654: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16655:
16656: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16657: src/types/pa_value.h, src/types/pa_vfile.h,
16658: src/types/pa_vobject.C, src/types/pa_vobject.h,
16659: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16660: tests/results/121.processed: untaint.C L_URI
16661:
1.211 moko 16662: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16663: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16664: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16665: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16666:
16667: * tests/results/109.processed: it was a bug in parser. updated 109
16668: test result
16669:
16670: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16671:
16672: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16673: tests/results/107.processed: fixed dom language [values are now
16674: considered tainted. it was a bug in parser. updated 107 test
16675: result
16676:
16677: * src/classes/xdoc.C: fixed transform params
16678:
16679: * src/: include/pa_stylesheet_manager.h,
16680: main/pa_stylesheet_manager.C: fixed stylesheet caching
16681:
16682: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16683: overloads for structure handling
16684:
16685: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16686: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16687: StringBody(0) ambiguilty, introducting static
16688: StringBody::Format(int)
16689:
16690: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16691: linked
16692:
16693: * src/types/pa_vxdoc.C: vxdoc compiled
16694:
16695: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16696: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16697: finalizers isntalled
16698:
16699: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16700: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16701: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16702: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16703: compiled todo: xnode.C / finalizers
16704:
16705: * src/doc/string.dox: updated: new string internals
16706:
16707: 2003-03-24 paf
16708:
16709: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16710: include/pa_charset.h, include/pa_config_fixed.h,
16711: include/pa_request.h, include/pa_stylesheet_connection.h,
16712: include/pa_stylesheet_manager.h, main/pa_charset.C,
16713: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16714: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16715: types/pa_vxnode.h: started XML
16716:
16717: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16718:
16719: * src/: classes/file.C, classes/image.C, classes/mail.C,
16720: include/pa_string.h, main/pa_common.C,
16721: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16722:
16723: * src/: classes/file.C, classes/image.C, classes/mail.C,
16724: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16725: main/pa_request.C, main/pa_sql_driver_manager.C,
16726: types/pa_vimage.h: size_t pos everywhere checks changed to check
16727: for eq STRING_NOT_FOUND
16728:
16729: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16730: optimize bit implemented
16731:
16732: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16733: String::ArrayFragment::append_positions fixed
16734:
16735: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16736: String::this_starts fixed
16737:
16738: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16739:
16740: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16741: hashcode implemented fully, including per-char callback [it can
16742: be - substr CORD node]
16743:
16744: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16745: rewritten to rewalloc with 100byte buf ahead
16746:
16747: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16748: src/include/pa_string.h, src/main/compile.tab.C,
16749: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16750: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16751: CORD_ec [bad] would rewrite as realloc now
16752:
16753: * src/: classes/date.C, classes/file.C, classes/form.C,
16754: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16755: include/pa_cache_managers.h, include/pa_charsets.h,
16756: include/pa_common.h, include/pa_request.h,
16757: include/pa_sql_driver_manager.h, include/pa_table.h,
16758: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16759: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16760: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16761: types/pa_vmail.C, types/pa_vmethod_frame.C,
16762: types/pa_vstateless_class.h: 2*2 worked :)
16763:
16764: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16765: src/include/pa_exec.h, src/include/pa_string.h,
16766: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16767: passed OK
16768:
16769: * src/: classes/hash.C, classes/string.C, classes/table.C,
16770: types/pa_value.C: all linked todo: debug
16771:
16772: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16773: types/pa_vstateless_class.C: all compiled. todo:link
16774:
16775: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16776:
16777: * src/types/pa_vtable.C: pa_vtable.C compiled
16778:
16779: * src/types/pa_vstring.C: pa_vstring.C compiled
16780:
16781: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16782:
16783: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16784: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16785: pa_vstateless_class.C, pa_vstateless_class.h:
16786: pa_vstateless_class.C compiled
16787:
16788: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16789: types/pa_vmath.C: pa_vmail.C compiled
16790:
16791: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16792:
16793: * src/types/pa_vform.C: pa_vform.C compiled
16794:
16795: * src/types/pa_vfile.C: pa_vfile.C compiled
16796:
16797: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16798: pa_vstateless_class.C: pa_vcookie.C compiled
16799:
16800: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16801: types/pa_vhash.h: pa_value.C compiled
16802:
16803: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16804: classes.lib main.lib compiled
16805:
16806: * src/classes/void.C: void.C compiled
16807:
16808: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16809: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16810: compiled
16811:
16812: * src/: classes/string.C, include/pa_request.h,
16813: include/pa_string.h, main/pa_string.C: string.C compiled
16814:
16815: * src/: classes/op.C, classes/string.C, classes/table.C,
16816: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16817: main/pa_request.C, main/pa_string.C: op.C compiled
16818:
16819: * src/classes/: math.C, op.C: math.C compiled
16820:
16821: * src/: classes/mail.C, classes/string.C, classes/table.C,
16822: types/pa_vmail.h: mail.C compiled
16823:
16824: * src/classes/: int.C, table.C: int.C compiled
16825:
16826: * src/: classes/hash.C, classes/image.C, classes/string.C,
16827: classes/table.C, include/pa_memory.h, include/pa_string.h,
16828: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16829: compiled
16830:
16831: * src/: classes/hash.C, classes/string.C, classes/table.C,
16832: classes/void.C, classes/xdoc.C, include/pa_request.h,
16833: include/pa_sql_connection.h: hash.C compiled
16834:
16835: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16836: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16837: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16838: classes/math.C, classes/op.C, classes/response.C,
16839: classes/string.C, classes/table.C, classes/void.C,
16840: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16841: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16842: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16843: file.C table.C compiled
16844:
16845: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16846: main/untaint.C: main.lib compiled
16847:
16848: 2003-03-21 paf
16849:
16850: * src/: classes/op.C, include/pa_cache_managers.h,
16851: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16852: include/pa_stylesheet_manager.h, main/pa_exception.C,
16853: main/pa_globals.C, main/pa_sql_driver_manager.C,
16854: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16855: compiled
16856:
16857: * src/: classes/hash.C, classes/image.C, classes/op.C,
16858: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16859: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16860: main/compile.C, main/pa_common.C, main/pa_request.C,
16861: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16862: pa_request.C compiled
16863:
16864: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16865: include/pa_request.h, main/execute.C, main/pa_request.C,
16866: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16867: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16868: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16869: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16870: compiled
16871:
16872: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16873: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16874: on unix
16875:
16876: * src/: include/pa_charset.h, include/pa_charsets.h,
16877: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16878: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16879: pa_charsets.C compiled
16880:
16881: * src/: classes/image.C, classes/mail.C, classes/op.C,
16882: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16883: main/compile.y, main/execute.C, main/pa_common.C,
16884: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16885: types/pa_vcode_frame.h, types/pa_vimage.h,
16886: types/pa_vmethod_frame.h: execute.C compiled
16887:
16888: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16889: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16890: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16891: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16892: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16893: include/pa_cache_managers.h, include/pa_charsets.h,
16894: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16895: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16896: include/pa_sql_driver_manager.h, include/pa_string.h,
16897: include/pa_stylesheet_connection.h,
16898: include/pa_stylesheet_manager.h, include/pa_table.h,
16899: main/compile.C, main/compile.tab.C, main/compile.y,
16900: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16901: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16902: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16903: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16904: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16905: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16906: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16907: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16908: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16909: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16910: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16911: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16912: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16913: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16914: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16915: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16916: types/pa_vresponse.h, types/pa_vstateless_class.C,
16917: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16918: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16919: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16920: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16921: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16922: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16923: [C++ CORD wrapper]
16924:
16925: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16926:
16927: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16928: $file::exec/cgi[script; $.charset[this is script's charset]
16929:
16930: command line, env values, input got transcoded before call
16931: stdout, stderr got transcoded after call
16932:
16933: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16934: by default. use: ^file::exec[...;$.stdin[$request.body]
16935:
16936: * src/main/pa_common.C: } typo bug fix
16937:
16938: * src/main/pa_common.C: } typo bug fix
16939:
16940: 2003-03-20 paf
16941:
16942: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16943: main/untaint.C: cord bug fix, but still errors todo: clear out
16944:
16945: * src/include/pa_string.h: more tests
16946:
16947: * src/main/pa_string.C: string.pos fixed
16948:
1.116 moko 16949: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16950: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16951: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16952: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16953: replaces
1.95 moko 16954:
16955: * src/: classes/image.C, include/pa_dictionary.h,
16956: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16957: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16958: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16959: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16960:
16961: * src/include/pa_string.h: warning
16962:
16963: * src/include/pa_string.h: this_starts fixed
16964:
16965: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16966: new String ctor & append params convention
16967:
16968: * src/: classes/file.C, classes/hash.C, classes/image.C,
16969: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16970: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16971: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16972: main/pa_exception.C, main/pa_exec.C,
16973: main/pa_sql_driver_manager.C, main/pa_string.C,
16974: main/pa_stylesheet_manager.C, main/untaint.C,
16975: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16976: types/pa_vmail.C: more tests OK
16977:
16978: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16979: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16980: gc/exit runned OK
16981:
16982: * src/types/pa_vmail.C: another naming problem: should not name
16983: vars like that: unpredictable close caused problems with later
16984: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16985: descriptors missing on startup: stdin; Bad file number
16986:
16987: todo: find out why so many filters(stream) here. probably wrong?
16988:
16989: * src/: include/pa_dictionary.h, include/pa_string.h,
16990: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16991: main/untaint.C: test compiled
16992:
16993: * src/: classes/image.C, classes/mail.C, classes/math.C,
16994: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16995: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16996: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16997: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16998: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16999: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17000: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17001: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17002: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17003:
17004: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17005: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17006: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17007: src/include/pa_memory.h, src/include/pa_request.h,
17008: src/include/pa_request_charsets.h,
17009: src/include/pa_sql_connection.h, src/include/pa_string.h,
17010: src/main/compile.tab.C, src/main/execute.C,
17011: src/main/pa_charset.C, src/main/pa_common.C,
17012: src/main/pa_exception.C, src/main/pa_exec.C,
17013: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17014: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17015: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17016: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17017: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17018: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17019: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17020: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17021: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17022: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17023: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17024: pa_common.C [done, without http for now]
17025:
17026: 2003-03-19 paf
17027:
17028: * src/: classes/date.C, classes/form.C, classes/hash.C,
17029: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17030: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17031: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17032: include/pa_string.h, include/pa_table.h, main/compile.C,
17033: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17034: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17035: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17036: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17037: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17038: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17039: types/pa_vstateless_class.h, types/pa_vtable.C,
17040: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17041: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17042: types/pa_wwrapper.h: started test
17043:
1.116 moko 17044: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17045: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17046:
17047: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17048: include/pa_string.h, main/pa_string.C: string compiled todo: test
17049: it
17050:
17051: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17052: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17053: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17054: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17055: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17056: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17057: types/pa_vmethod_frame.h, types/types.dsp: string
17058: reimplementation with cord+array<fragment>: 70%
17059:
17060: 2003-03-18 paf
17061:
17062: * src/: classes/date.C, classes/file.C, classes/form.C,
17063: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17064: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17065: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17066: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17067: can ignore lang in cmp and pos really, but would
17068: split properly!
17069:
17070: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17071: cord part made parser/src/lib: it's not compiled into libgc by
17072: default
17073:
17074: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17075: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17076: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17077: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17078: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17079: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17080: src/classes/xnode.C, src/classes/xnode.h,
17081: src/include/Makefile.am, src/include/pa_cache_managers.h,
17082: src/include/pa_charset.h, src/include/pa_charsets.h,
17083: src/include/pa_common.h, src/include/pa_dictionary.h,
17084: src/include/pa_exception.h, src/include/pa_exec.h,
17085: src/include/pa_globals.h, src/include/pa_hash.h,
17086: src/include/pa_memory.h, src/include/pa_pool.h,
17087: src/include/pa_request.h, src/include/pa_request_charsets.h,
17088: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17089: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17090: src/include/pa_stylesheet_connection.h,
17091: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17092: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17093: src/main/compile.C, src/main/compile.tab.C,
17094: src/main/compile_tools.C, src/main/compile_tools.h,
17095: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17096: src/main/pa_charsets.C, src/main/pa_common.C,
17097: src/main/pa_dictionary.C, src/main/pa_exception.C,
17098: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17099: src/main/pa_pool.C, src/main/pa_request.C,
17100: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17101: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17102: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17103: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17104: src/types/pa_junction.h, src/types/pa_method.h,
17105: src/types/pa_value.C, src/types/pa_value.h,
17106: src/types/pa_vclass.C, src/types/pa_vclass.h,
17107: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17108: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17109: src/types/pa_vdouble.h, src/types/pa_venv.h,
17110: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17111: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17112: src/types/pa_vimage.C, src/types/pa_vimage.h,
17113: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17114: src/types/pa_vmath.C, src/types/pa_vmath.h,
17115: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17116: src/types/pa_vobject.C, src/types/pa_vobject.h,
17117: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17118: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17119: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17120: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17121: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17122: src/types/pa_vstring.h, src/types/pa_vtable.C,
17123: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17124: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17125: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17126: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17127: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17128: gc: PA_Object done lots of replacements also
17129:
17130: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17131: gc logging
17132:
17133: 2003-03-17 paf
17134:
17135: * src/: classes/date.C, classes/file.C, classes/form.C,
17136: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17137: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17138: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17139: include/pa_string.h, include/pa_types.h, main/compile.C,
17140: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17141: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17142: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17143: main/pa_sql_driver_manager.C, main/pa_string.C,
17144: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17145: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17146: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17147: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17148: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17149: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17150: types/pa_vxnode.h: libgc attempt
17151:
17152: 2003-03-13 paf
17153:
17154: * src/: include/pa_sql_driver_manager.h,
17155: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17156: called
17157:
17158: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17159: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17160: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17161: types/pa_value.h, types/pa_vobject.h,
17162: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17163: set_base, set_derived simplified [counter leaks fixed]
17164:
17165: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17166: src/types/types.dsp: incorporated status class patch From:
17167: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17168: 2003 8:14 AM
17169:
17170: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17171: Win32 specific: QuotaPeakNonPagedPoolUsage
17172: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17173:
17174: 2003-03-12 paf
17175:
1.116 moko 17176: * configure, configure.in, src/lib/ltdl/configure,
17177: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17178: lib/ltdl/Makefile now created by /configure.in only [were by
17179: lib/ltdl/configure.in OVERWRITE]
17180:
1.116 moko 17181: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17182: linkage fixed for g++ 3.2.2
1.95 moko 17183:
17184: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17185: on using privately declared class [fixed]
17186:
17187: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17188: 3.2 rightliy complained on using privately declared class [fixed]
17189:
17190: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17191: sigpipe before request constructor now causes death
17192:
17193: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17194: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17195: not cause exception in exception handler
17196:
1.116 moko 17197: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17198: now default links libstdc++ statically. that can be overriden by
17199: --with-dynamic-stdcpp
1.95 moko 17200:
17201: 2003-03-11 paf
17202:
17203: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17204: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17205: necessity of libstdc++
17206:
17207: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17208:
17209: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17210:
17211: 2003-03-08 paf
17212:
17213: * tests/Makefile: make install & co
17214:
17215: * src/: include/pa_request.h, classes/op.C: removing
17216: vclass,object.h -> pa_request.h dependency
17217:
17218: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17219: main/pa_request.C: removing vform,response,cookie.h ->
17220: pa_request.h dependency
17221:
17222: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17223: dependency [testing...]
17224:
17225: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17226: return 0; fixed
17227:
17228: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17229: types/pa_vmail.h: vmail.C received just compiled [not tested]
17230:
17231: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17232:
17233: * src/main/pa_request.C: forgotten: ifdef XML
17234:
17235: * src/main/pa_request.C: forgotten: ifdef XML
17236:
17237: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17238: win32 and run memleak tests again
17239:
17240: * src/targets/cgi/parser3.C: charsets: see some strange things with
17241: old xml lib-- it's internal memory handling has faults
17242:
17243: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17244: problems when transcode from charset A to A.
17245:
17246: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17247: todo: still problems when transcode from charset A to A.
17248:
17249: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17250: classes/table.C, include/pa_array.h,
17251: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17252: started full-scale-site-test [~ http://parser.ru sources]
17253:
17254: some fixes
17255:
17256: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17257: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17258: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17259: results/110.processed, results/111.processed,
17260: results/112.processed, results/113.processed,
17261: results/114.processed, results/115.processed,
17262: results/116.processed, results/117.processed,
17263: results/118.processed, results/119.processed,
17264: results/120.processed: xml: tests 109 dom create/show 110 xpath
17265: selectSingle 111 xdoc.create from tainted & 112
17266: xdoc.create/output with russian attr value 113 xpath
17267: selectString/Number 114 dom attributes.count 115 xpath selectBool
17268: 116 output media-type change 117 transform by dom stylesheet 118
17269: empty transform result 119 dom setAttribute 120 nbsp letter
17270: output
17271:
17272: =END OF PREPARED XML TESTS=
17273:
17274: 2003-03-07 paf
17275:
17276: * src/classes/xdoc.C, src/include/pa_charset.h,
17277: src/include/pa_stylesheet_connection.h, tests/108.html,
17278: tests/108.xsl, tests/results/108.processed: xml: test 108
17279: transform with params [bugs fixed]
17280:
17281: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17282: from copy/paste bug
17283:
17284: * src/classes/xdoc.C, src/include/pa_charset.h,
17285: src/include/pa_request.h, src/main/execute.C,
17286: src/main/pa_charset.C, src/main/pa_exception.C,
17287: src/main/pa_globals.C, src/main/pa_request.C,
17288: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17289: src/types/pa_vxnode.C, tests/107.html,
17290: tests/results/107.processed: xml: test: 107 bug fixes
17291:
17292: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17293: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17294: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17295:
17296: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17297: string
17298:
17299: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17300: mem alloc functions used for different cases [libxml, libxsl]
17301:
17302: * src/classes/classes.C: fixed: prevent system classes from
17303: modification to lock ALL the classes, not only directly used
17304:
17305: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17306: linked
17307:
17308: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17309:
17310: 2003-03-06 paf
17311:
17312: * src/classes/xdoc.C: xdoc.C 50%
17313:
17314: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17315: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17316: main/pa_globals.C, main/pa_request.C,
17317: main/pa_stylesheet_manager.C: xnode.C compiled
17318:
17319: * src/: include/pa_stylesheet_connection.h,
17320: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17321: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17322:
17323: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17324: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17325: xml: stylesheet&manager STARTED
17326:
17327: * src/: include/pa_globals.h, main/pa_charset.C,
17328: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17329:
17330: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17331: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17332: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17333: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17334: charsets
17335:
17336: * tests/023.html: in some cases it rounded up badly. postponing
17337: solution of that problem, making more simple test
17338:
17339: * tests/: 058_paf2000.png, results/058.processed: .png added with
17340: -kb now
17341:
17342: * src/: include/pa_charset.h, include/pa_charsets.h,
17343: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17344: moved to charsets.C
17345:
17346: 2003-03-05 paf
17347:
17348: * src/classes/string.C, src/include/pa_string.h,
17349: src/main/pa_string.C, tests/105.html,
17350: tests/results/105.processed: String::match bug fixed
17351:
17352: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17353: tests/results/104.processed: ^bpt operator added [does int3 in
17354: debug build on win32]
17355:
17356: * tests/: 057.html, results/057.processed: test bug fixed
17357:
1.116 moko 17358: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17359:
17360: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17361: missing
17362:
1.116 moko 17363: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17364: forgotten files added to Makes
1.95 moko 17365:
17366: * ltmain.sh: ltmain.sh added
17367:
17368: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17369: change undone ;(
17370:
17371: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17372: made static
17373:
17374: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17375: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17376: todo:make linker happy
1.95 moko 17377:
17378: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17379: env param made optional
17380:
17381: 2003-03-04 paf
17382:
17383: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17384: types/pa_vimage.h: number of gcc compiler bugs fixed
17385:
17386: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17387: results/103.processed: tests: 103 image.copy transparence test
17388:
17389: * src/main/execute.C, tests/101.html, tests/102.html,
17390: tests/results/101.processed, tests/results/102.processed: tests:
17391: 101 method/variable name conflict test 102 form fields change
17392: should not not change anything [bug fix]
17393:
17394: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17395: results/099.processed, results/100.processed: tests: 57 date
17396: create 2002: added 99,100 response:body/download
17397:
17398: * src/classes/image.C, tests/098.html, tests/098font.gif,
17399: tests/results/098.processed: test: 98 image font text [bug fixed]
17400:
17401: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17402: tests/results/097.processed: test: 97 file::load http:// [bugs
17403: fixed]
17404:
17405: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17406: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17407: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17408: image EXIF [bug fixed]
17409:
17410: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17411: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17412: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17413: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17414: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17415: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17416: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17417: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17418: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17419: tests/094.html, tests/095.html, tests/results/061.processed,
17420: tests/results/062.processed, tests/results/063.processed,
17421: tests/results/064.processed, tests/results/065.processed,
17422: tests/results/066.processed, tests/results/067.processed,
17423: tests/results/068.processed, tests/results/069.processed,
17424: tests/results/070.processed, tests/results/071.processed,
17425: tests/results/072.processed, tests/results/073.processed,
17426: tests/results/074.processed, tests/results/075.processed,
17427: tests/results/076.processed, tests/results/077.processed,
17428: tests/results/078.processed, tests/results/080.processed,
17429: tests/results/081.processed, tests/results/082.processed,
17430: tests/results/083.processed, tests/results/084.processed,
17431: tests/results/085.processed, tests/results/086.processed,
17432: tests/results/087.processed, tests/results/088.processed,
17433: tests/results/089.processed, tests/results/090.processed,
17434: tests/results/091.processed, tests/results/092.processed,
17435: tests/results/093.processed, tests/results/094.processed,
17436: tests/results/095.processed, tests/079.html,
17437: tests/results/079.processed: tests: 61 file::stat size 62
17438: string->int autoconvert 63 double .int,dec,div,mul 64 date
17439: compare 65 file: basename,justname,justext 66 math:crypt 67
17440: string.match simple on long 68 string.match normalized simple on
17441: long 69 string.int 70 file::stat content-type 71 table.join 72
17442: hash parameter conditional pass 73 date daylightsaving,yearday 74
17443: date arithmetics 75 response date values/attributes 76 string.pos
17444: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17445: with local 80 scientific numeric literal in string autoconvert 81
17446: xor: logical and numerical 82 for delims 83 menu delims 84
17447: table.hash distinct 85 long string replace 86 throw+catch
17448: current language preserve 87 bit shifts 88 junction tests +
17449: $caller test 89 hash.foreach selfmodification 90 int/void to int
17450: 91 $caller test 92 junction is + def junction tests 93 $caller
17451: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17452:
17453: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17454: fixed] 60 string eq string [bug fixed]
17455:
17456: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17457: 058.html, 058_paf2000.png, 059.html, 060.html,
17458: results/053.processed, results/054.processed,
17459: results/055.processed, results/056.processed,
17460: results/057.processed, results/058.processed,
17461: results/059.processed, results/060.processed: test: 53
17462: string.replace 54 junctions 55 table.hash 56 call indirect 57
17463: date.create[string] 58 image.measure[png]
17464:
17465: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17466: outputs/051.processed, results/052.processed: test: 52
17467: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17468: task: fix that
17469:
17470: 2003-03-03 paf
17471:
17472: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17473: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17474: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17475: outputs/049.processed, outputs/050.processed,
17476: outputs/051.processed, results/001.processed,
17477: results/002.processed, results/003.processed,
17478: results/005.processed, results/006.processed,
17479: results/008.processed, results/009.processed,
17480: results/011.processed, results/012.processed,
17481: results/013.processed, results/014.processed,
17482: results/015.processed, results/016.processed,
17483: results/017.processed, results/020.processed,
17484: results/021.processed, results/022.processed,
17485: results/024.processed, results/025.processed,
17486: results/026.processed, results/027.processed,
17487: results/028.processed, results/029.processed,
17488: results/030.processed, results/031.processed,
17489: results/049.processed, results/050.processed,
17490: results/051.processed, results/043.processed,
17491: results/044.processed, results/045.processed,
17492: results/046.processed, results/047.processed,
17493: results/048.processed: tests: 43,44,45 date rolls 46
17494: autoevaluating junction 47 table.select 48 name with subvar 49
17495: hash-creating switch 50 process 51 started parent/child, works as
17496: it were but it were NOT GOOD, created separate task to fix that
17497:
17498: * tests/: 042.html, results/042.processed: test: 42
17499: exception.handled
17500:
17501: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17502: expression
17503:
17504: * tests/: 040.html, results/040.processed: test: 39 method result
17505: of type table 40 method param junction auto evaluate
17506:
17507: * tests/: 039.html, results/039.processed: test: 37 method result
17508: of type table
17509:
17510: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17511: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17512: tests/038.html, tests/results/033.processed,
17513: tests/results/034.processed, tests/results/035.processed,
17514: tests/results/036.processed, tests/results/037.processed,
17515: tests/results/038.processed: tests: 33 string.replace 34
17516: string.upper 35 table created 36 local/global vars with juntions
17517: 37 table clone 38 math PI & number formatting
17518:
17519: math class registring typo fixed
17520:
17521: * src/classes/op.C, src/include/pa_request.h,
17522: src/include/pa_string.h, src/main/execute.C,
17523: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17524: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17525: tests/032.html, tests/results/032.processed: uchar changed to
17526: String_UL in all places [was not everywhere] untaint test: 032
17527:
17528: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17529: tests/results/004.processed, tests/parser-cygwin.sh,
17530: tests/parser-unix.sh: removed -H command line key, now testing
17531: using .sh file with SERVER_SOFTWARE=xxx
17532:
17533: 2003-02-26 paf
17534:
17535: * src/main/execute.C, src/types/pa_vstateless_class.h,
17536: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17537: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17538: tests/results/024.processed, tests/results/025.processed,
17539: tests/results/026.processed, tests/results/027.processed,
17540: tests/results/028.processed, tests/results/029.processed,
17541: tests/results/030.processed, tests/results/031.processed: fixed
17542: bug with name_cstr mutable CharPtr more tests
17543:
17544: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17545: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17546: << abort. die now just exits
17547:
17548: * src/classes/classes.awk, src/classes/classes.h,
17549: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17550: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17551: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17552: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17553: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17554: src/classes/xnode.C, src/include/pa_memory.h,
17555: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17556: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17557: src/types/pa_vform.C, tests/015.html, tests/016.html,
17558: tests/017.html, tests/018.html, tests/019.html,
17559: tests/019paf2001.gif, tests/020.html, tests/021.html,
17560: tests/022.html, tests/023.html, tests/022_dir/a.html,
17561: tests/022_dir/b.txt, tests/022_dir/c.htm,
17562: tests/results/015.processed, tests/results/016.processed,
17563: tests/results/017.processed, tests/results/018.processed,
17564: tests/results/019.processed, tests/results/020.processed,
17565: tests/results/021.processed, tests/results/022.processed,
17566: tests/results/023.processed: methoded_array now contains all Mxxx
17567: classes SAPI::get_env now returns info on pool more tests
17568:
17569: * src/include/pa_array.h, src/include/pa_hash.h,
17570: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17571: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17572: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17573: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17574: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17575: tests/results/001.processed, tests/results/002.processed,
17576: tests/results/003.processed, tests/results/004.processed,
17577: tests/results/005.processed, tests/results/006.processed,
17578: tests/results/007.processed, tests/results/008.processed,
17579: tests/results/009.processed, tests/results/010.processed,
17580: tests/results/011.processed, tests/results/012.processed,
17581: tests/results/013.processed, tests/results/014.processed: hash
17582: cloning fixed
17583:
17584: 2003-02-25 paf
17585:
17586: * src/main/pa_common.C: typo fixed
17587:
17588: 2003-02-24 paf
17589:
17590: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17591: [one remained]
17592:
17593: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17594: [should have been get_string(&pool)] todo: check other such calls
17595:
17596: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17597: test10, bad lookups
17598:
17599: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17600: object got destructed, and xxx points to sky
17601:
17602: * ChangeLog, src/classes/string.C: match bug fixed
17603:
17604: * src/types/pa_vmail.C: body [text/html] transcoded to
17605: $.charset[specified] now
17606:
17607: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17608: which failed to handle sigsetjmp+throw: crashed inside of
17609: pre-throw code. rewritten simplier [though duplicating
17610: closesocket code]
17611:
17612: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17613: which failed to handle sigsetjmp+throw: crashed inside of
17614: pre-throw code. rewritten simplier [though duplicating
17615: closesocket code]
17616:
17617: 2003-02-21 paf
17618:
1.211 moko 17619: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17620: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17621: now]]
1.95 moko 17622:
17623: written makefile with regression tests [raw]
17624:
17625: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17626: tests' only [it's not forcing CGI mode now] now use -H to output
17627: CGI header when parser used in command line [useful for tests
17628: also]
17629:
17630: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17631: switches on CGI mode, and is used in regression tests
17632:
17633: * src/: include/pa_request.h, main/pa_request.C,
17634: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17635: fixed
17636:
17637: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17638: handling pa_*
17639:
17640: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17641: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17642: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17643: memory handling files
17644:
17645: * src/main/pa_array.C: pool::format_integer terminator fixed
17646:
17647: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17648: compiles OK test to show benefits of free
17649:
17650: * src/: classes/file.C, classes/image.C, classes/mail.C,
17651: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17652: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17653: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17654: use pool [as the one in ^process]
17655:
17656: * src/classes/op.C: fixed process. sould now check for all cstr's
17657: -- some must use pool [as the one in ^process]
17658:
17659: 2003-02-20 paf
17660:
17661: * src/: classes/date.C, classes/double.C, classes/file.C,
17662: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17663: classes/math.C, classes/op.C, classes/response.C,
17664: classes/string.C, classes/table.C, classes/void.C,
17665: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17666: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17667: string cmp fixed
17668:
17669: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17670: values passed OK now
17671:
17672: 2003-02-19 paf
17673:
17674: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17675: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17676: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17677: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17678: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17679: all remaning leaks resulted from pooled::malloc calls [excluding
17680: in gd -- planning complete rewrite extremely ugly code]
17681:
17682: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17683: files
17684:
17685: 2003-02-17 paf
17686:
17687: * src/: classes/date.C, classes/double.C, classes/file.C,
17688: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17689: classes/response.C, classes/string.C, classes/table.C,
17690: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17691: include/pa_stylesheet_connection.h,
17692: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17693: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17694: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17695: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17696: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17697: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17698: of unitialized simple-typed field
17699:
17700: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17701: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17702: simple-typed field fixed. todo: find&kill all like that one
17703:
17704: * src/: main/execute.C, targets/cgi/pa_pool.C,
17705: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17706: debug output fixed
17707:
17708: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17709: main/pa_request.C: stack-stored items need extra .ref to prevent
17710: object_ptr from delete[them]
17711:
17712: * src/: classes/date.C, classes/op.C, classes/table.C,
17713: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17714: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17715: main/pa_charset.C, main/pa_common.C,
17716: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17717: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17718: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17719: calls
17720:
17721: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17722: couple mem leaks rusulted from old pooled::malloc usage.
17723: todo:find more like those
17724:
17725: * src/main/: compile.C, compile_tools.C: 2*2!
17726:
17727: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17728: stackItem fixed [there were no string on stack before]
17729:
17730: * src/: main/execute.C, main/pa_request.C,
17731: types/pa_vmethod_frame.C: first letters out OK
17732:
17733: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17734: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17735: main/pa_string.C, main/untaint.C, types/pa_value.h,
17736: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17737: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17738: type not initialized with zeros :( while class fields of class
17739: types initialized with default constructors. learn C++
17740:
17741: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17742: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17743: classes/math.C, classes/xdoc.C, classes/xnode.C,
17744: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17745: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17746:
17747: 2003-02-14 paf
17748:
17749: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17750: 13 link errors
17751:
17752: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17753: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17754: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17755: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17756: errors :)
17757:
17758: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17759: classes/hash.C, classes/mail.C, classes/op.C,
17760: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17761: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17762: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17763: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17764:
17765: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17766: classes/table.C, include/pa_common.h, include/pa_globals.h,
17767: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17768: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17769: types/pa_vint.h, types/types.dsp: op compiled
17770:
17771: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17772: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17773: main/untaint.C, types/pa_vtable.h: string, response compiled
17774:
17775: 2003-02-07 paf
17776:
17777: * src/: classes/table.C, types/pa_vtable.h: table compiled
17778:
17779: 2003-02-06 paf
17780:
17781: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17782: mail compiled
17783:
17784: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17785: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17786: types/pa_vfile.h, types/pa_vimage.h: image compiled
17787:
17788: * src/classes/: file.C, form.C: form compiled
17789:
17790: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17791: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17792: types/pa_vfile.C, types/pa_vfile.h: file compiled
17793:
17794: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17795: types/pa_vmath.h: math compiled [win32]
17796:
17797: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17798: types/pa_vstring.h: hash compiled
17799:
17800: 2003-02-04 paf
17801:
17802: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17803: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17804: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17805: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17806: types/pa_vhash.h: hash 50% compiled
17807:
17808: * src/: classes/date.C, classes/file.C, classes/hash.C,
17809: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17810: classes/string.C, classes/table.C, classes/xdoc.C,
17811: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17812: main/pa_string.C: date compiled
17813:
17814: * src/classes/: classes.dsp, double.C: double compiled
17815:
17816: * src/: classes/date.C, classes/double.C, classes/file.C,
17817: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17818: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17819: classes/string.C, classes/table.C, classes/void.C,
17820: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17821: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17822: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17823: compiled
17824:
17825: * src/: classes/date.C, classes/double.C, classes/file.C,
17826: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17827: classes/math.C, classes/op.C, classes/response.C,
17828: classes/string.C, classes/table.C, classes/void.C,
17829: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17830: types/pa_vvoid.h: void compiled :)
17831:
17832: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17833: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17834: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17835: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17836: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17837: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17838: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17839: types/pa_vresponse.C, types/pa_vstateless_class.C,
17840: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17841: types/pa_wcontext.C, types/types.dsp: removed stupid
17842: value_includes.h
17843:
17844: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17845: trying to remove stupid value_includes.h
17846:
17847: * src/main/pa_exec.C: pa_exec compiled on win32
17848:
17849: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17850:
17851: * src/: include/pa_globals.h, include/pa_request.h,
17852: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17853: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17854: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17855: types/pa_vrequest.C, types/pa_vstateless_class.C,
17856: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17857:
17858: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17859: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17860: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17861:
17862: * src/: include/pa_array.h, include/pa_config_includes.h,
17863: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17864: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17865: compiled
17866:
17867: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17868: name conflicts)
17869:
17870: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17871: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17872: yelds "virtual memory exhausted" while trying to compile
17873: execute.C [eating up to 127MB]
17874:
17875: 2003-02-03 paf
17876:
17877: * src/: include/pa_config_includes.h, include/pa_hash.h,
17878: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17879: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17880: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17881: types/pa_vint.h, types/pa_vjunction.h,
17882: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17883: started gcc compiling pa_common compiled
17884:
17885: * src/: include/pa_exception.h, include/pa_pool.h,
17886: main/pa_exception.C: exception gcc change #1
17887:
1.116 moko 17888: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17889: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17890:
17891: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17892:
17893: * src/types/pa_vtable.C: vtable compiled
17894:
17895: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17896:
17897: * src/: include/pa_cache_managers.h, main/pa_request.C,
17898: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17899:
17900: * src/types/pa_vstateless_class.C: vstateless_class compiled
17901:
17902: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17903:
17904: * src/types/pa_vrequest.C: vrequest compiled
17905:
17906: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17907: pa_vobject.C, pa_vobject.h: vobject compiled
17908:
17909: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17910: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17911: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17912: compiled
17913:
17914: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17915:
17916: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17917: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17918: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17919: compiled
17920:
17921: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17922: main.lib - 0 error(s), 0 warning(s)
17923:
17924: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17925: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17926:
17927: 2003-01-31 paf
17928:
17929: * src/: include/pa_array.h, include/pa_operation.h,
17930: include/pa_request.h, main/execute.C, main/main.dsp,
17931: types/pa_vjunction.h: started last file from main library:
17932: execute
17933:
17934: * src/: include/pa_request.h, include/pa_sapi.h,
17935: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17936: main/pa_request.C, targets/cgi/parser3.C,
17937: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17938: types/pa_vhash.h: pa_request compiled
17939:
17940: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17941: include/pa_globals.h, include/pa_request.h,
17942: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17943: main/execute.C, main/main.dsp, main/pa_common.C,
17944: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17945: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17946: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17947: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17948: types/types.dsp: most pa_request compiled
17949:
17950: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17951: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17952: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17953: classes/op.C, classes/response.C, classes/string.C,
17954: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17955: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17957: include/pa_config_fixed.h, include/pa_config_includes.h,
17958: include/pa_dictionary.h, include/pa_dir.h,
17959: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17960: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17961: include/pa_pool.h, include/pa_request.h,
17962: include/pa_request_charsets.h, include/pa_request_info.h,
17963: include/pa_sapi.h, include/pa_socks.h,
17964: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17965: include/pa_stack.h, include/pa_string.h,
17966: include/pa_stylesheet_connection.h,
17967: include/pa_stylesheet_manager.h, include/pa_table.h,
17968: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17969: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17970: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17971: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17972: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17973: main/compile.C, main/compile.tab.C, main/compile.y,
17974: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17975: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17976: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17977: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17978: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17979: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17980: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17981: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17982: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17983: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17984: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17985: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17986: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17987: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17988: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17989: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17990: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17991: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17992: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17993: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17994: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17995: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17996: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17997: types/pa_vresponse.h, types/pa_vstateless_class.C,
17998: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17999: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18000: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18001: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18002: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18003: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18004:
18005: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18006: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18007: src/include/pa_charsets.h, src/include/pa_common.h,
18008: src/include/pa_dictionary.h, src/include/pa_exception.h,
18009: src/include/pa_exec.h, src/include/pa_pool.h,
18010: src/include/pa_request.h, src/include/pa_sapi.h,
18011: src/include/pa_sql_connection.h,
18012: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18013: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18014: src/main/compile.tab.C, src/main/compile_tools.C,
18015: src/main/compile_tools.h, src/main/main.dsp,
18016: src/main/pa_charset.C, src/main/pa_charsets.C,
18017: src/main/pa_common.C, src/main/pa_dictionary.C,
18018: src/main/pa_exception.C, src/main/pa_exec.C,
18019: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18020: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18021: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18022: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18023: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18024: src/types/pa_vdouble.h, src/types/pa_venv.h,
18025: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18026: src/types/pa_vhash.h, src/types/pa_vimage.C,
18027: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18028: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18029: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18030: src/types/pa_vobject.C, src/types/pa_vobject.h,
18031: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18032: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18033: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18034: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18035: src/types/pa_vstring.h, src/types/pa_vtable.h,
18036: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18037: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18038: died, long live StringPtr
18039:
18040: 2003-01-30 paf
18041:
18042: * src/: include/pa_charset.h, include/pa_request.h,
18043: include/pa_sql_driver_manager.h, main/compile.tab.C,
18044: main/compile.y, main/compile_tools.h, main/pa_request.C,
18045: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18046:
18047: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18048: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18049: types/pa_vhash.h, types/pa_vmethod_frame.h,
18050: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18051: types/types.dsp: vstateless_class compiled
18052:
18053: * src/main/compile.C: compile compiled
18054:
18055: * src/: include/pa_array.h, include/pa_operation.h,
18056: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18057: main/pa_table.C: compile_tools compiled
18058:
18059: * src/: include/pa_operation.h, main/compile.y,
18060: main/compile_tools.C, main/compile_tools.h: started
18061: compile_tools. vagues ideas of how to free compiled code
18062:
18063: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18064: main/main.dsp, types/pa_value.C, types/pa_value.h,
18065: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18066: compiled
18067:
18068: 2003-01-29 paf
18069:
18070: * src/: include/pa_globals.h, include/pa_request.h,
18071: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18072: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18073: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18074: compiled
18075:
18076: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18077: now
18078:
18079: * src/: include/pa_array.h, include/pa_exception.h,
18080: include/pa_pool.h, main/pa_exception.C: gd compiled
18081:
18082: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18083: compiled
18084:
18085: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18086: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18087: types/pa_vfile.h: vfile compiled
18088:
18089: * src/: include/pa_common.h, include/pa_globals.h,
18090: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18091: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18092: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18093:
18094: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18095: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18096: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18097: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18098: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18099:
18100: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18101: main/main.dsp, main/untaint.C: more compiled
18102:
18103: * src/: include/pa_charsets.h, include/pa_request.h,
18104: include/pa_request_info.h, include/pa_string.h,
18105: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18106: types/pa_vresponse.h: vrequest compiled
18107:
18108: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18109: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18110: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18111:
18112: * src/: classes/classes.h, include/pa_charset.h,
18113: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18114: include/pa_request.h, include/pa_string.h, main/main.dsp,
18115: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18116: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18117: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18118: types/pa_vrequest.C, types/pa_vrequest.h,
18119: types/pa_vstateless_class.h, types/pa_vstring.h,
18120: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18121:
18122: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18123: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18124: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18125: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18126: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18127: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18128: types/pa_vobject.h, types/pa_vstateless_class.h,
18129: types/pa_vstateless_object.h, types/pa_vstatus.h,
18130: types/pa_vstring.h, types/types.dsp: vmath compiled
18131:
18132: 2003-01-28 paf
18133:
18134: * src/: classes/classes.h, classes/date.C, classes/file.C,
18135: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18136: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18137: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18138: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18139: compile_tools
18140:
18141: * src/: include/pa_charset.h, include/pa_exception.h,
18142: include/pa_request.h, include/pa_string.h, main/untaint.C:
18143: untaint compiled
18144:
18145: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18146: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18147: more compiled. struck with string::store_to needing to know
18148: source/client charsets
18149:
18150: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18151: types/pa_vfile.h: uue compiled
18152:
18153: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18154: table compiled
18155:
18156: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18157: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18158:
18159: * src/: include/pa_charset.h, main/pa_charset.C,
18160: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18161: introduced]
18162:
18163: * src/: classes/date.C, include/pa_charset.h,
18164: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18165: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18166: pa_charsets compiled
18167:
18168: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18169: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18170:
18171: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18172: common compiled
18173:
18174: * src/: include/pa_charsets.h, main/pa_charsets.C,
18175: main/pa_sql_driver_manager.C: pa_charsets compiled
18176:
18177: * src/: include/pa_array.h, include/pa_charset.h,
18178: include/pa_charsets.h, include/pa_pool.h,
18179: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18180: include/pa_stack.h, include/pa_string.h,
18181: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18182: sql_driver_manager compiled
18183:
18184: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18185: letter i with two dots added to koi, all ukranian letters added
18186: to win1251.
18187:
18188: typographic simbol 0xb9 deleted from win1251 [strange one & were
18189: abscent from koi]
18190:
18191: 2003-01-27 paf
18192:
18193: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18194: include/pa_sql_driver_manager.h, include/pa_string.h,
18195: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18196: sql/pa_sql_driver.h: paused on sql_manager
18197:
18198: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18199: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18200: include/pa_stack.h, main/pa_sql_driver_manager.C,
18201: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18202:
18203: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18204: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18205: include/pa_table.h, main/pa_sql_driver_manager.C,
18206: main/pa_table.C: table compiled
18207:
18208: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18209: cache_managers compiled
18210:
18211: * src/: include/pa_array.h, include/pa_charset.h,
18212: include/pa_pool.h, main/pa_charset.C: charset compiled
18213:
18214: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18215:
18216: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18217: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18218: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18219: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18220: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18221:
18222: 2003-01-24 paf
18223:
18224: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18225: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18226: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18227: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18228: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18229: types/pa_vint.h, types/pa_vjunction.h,
18230: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18231: types/pa_vstatus.h, types/pa_vstring.h: more patched
18232:
18233: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18234: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18235: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18236: main/pa_string.C, main/pa_table.C: string compiled
18237:
18238: * src/: include/pa_array.h, include/pa_common.h,
18239: include/pa_dictionary.h, include/pa_exception.h,
18240: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18241: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18242: main/pa_string.C: dictionary compiled
18243:
18244: 2003-01-23 paf
18245:
18246: * src/: include/pa_array.h, include/pa_common.h,
18247: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18248: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18249: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18250: types/pa_value.h: resurrected pool in new sense: now it's
18251: factory, producing&accounting memory chunks for read[autofree]
18252: buffers
18253:
18254: * src/: include/pa_array.h, include/pa_exception.h,
18255: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18256: main/pa_exception.C, main/pa_table.C: table compiled
18257:
18258: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18259: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18260: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18261: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18262: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18263: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18264: main/pa_table.C: aint that easy
18265:
18266: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18267: main/main.dsp: continued with Hash
18268:
18269: * src/main/pa_common.C: connect_string allocated on heap[wes on
18270: stack] now. and exception can be reported OK now [can be reported
18271: outside of pro c with that stack]
18272:
18273: 2003-01-22 paf
18274:
18275: * src/: include/pa_array.h, include/pa_charset.h,
18276: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18277: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18278: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18279: base: contains references_count. auto_ptr template calls
18280: add_ref/release
18281:
18282: 2003-01-21 paf
18283:
18284: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18285: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18286: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18287: classes/op.C, classes/response.C, classes/string.C,
18288: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18289: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18290: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18291: include/pa_config_fixed.h, include/pa_config_includes.h,
18292: include/pa_dictionary.h, include/pa_dir.h,
18293: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18294: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18295: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18296: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18297: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18298: include/pa_stack.h, include/pa_string.h,
18299: include/pa_stylesheet_connection.h,
18300: include/pa_stylesheet_manager.h, include/pa_table.h,
18301: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18302: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18303: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18304: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18305: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18306: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18307: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18308: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18309: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18310: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18311: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18312: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18313: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18314: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18315: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18316: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18317: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18318: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18319: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18320: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18321: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18322: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18323: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18324: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18325: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18326: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18327: types/pa_vstateless_object.h, types/pa_vstatus.C,
18328: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18329: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18330: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18331: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18332: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18333: 2002->2003
18334:
18335: 2003-01-16 paf
18336:
1.211 moko 18337: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18338: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18339: $.any-status(1)
1.95 moko 18340:
1.211 moko 18341: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18342: src/main/pa_common.C: http request now return status. and not
18343: fail on status!=200
18344:
18345: 2003-01-15 paf
18346:
18347: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18348:
18349: 2003-01-14 paf
18350:
18351: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18352: mkinstalldirs: removed some ancient files [they in / really]
18353:
18354: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18355: regretfully needed patch in two places. in config_fixed.h made
18356: stubs for lib to compile in MSVC
18357:
18358: 2003-01-13 paf
18359:
18360: * config.guess, config.sub, ltmain.sh: removed last piece of
18361: configure.in(libtool) hacks
18362:
1.116 moko 18363: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18364: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18365: ltdl.h: moved to latest libtool (1.4.3)
18366:
18367: 2003-01-10 paf
18368:
18369: * src/lib/ltdl/: configure, configure.in: PROG_NM
18370:
18371: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18372: patches. libxml2 >= 2.5.1
18373: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18374: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18375: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18376:
18377: * INSTALL: moved to latest versions of xml libs libxml2 >=
18378: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18379: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18380: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18381:
18382: 2003-01-09 paf
18383:
18384: * INSTALL: xml,xslt,gdome lib urls updated
18385:
18386: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18387: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18388: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18389: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18390: 1.7.2
1.95 moko 18391:
18392: * depcomp: moving to automake 1.7.2
18393:
18394: 2002-12-27 paf
18395:
18396: * src/include/pa_version.h: 0007
18397:
18398: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18399: outdated parts, made links to language docs
18400:
18401: * src/include/pa_config_auto.h.in: comment
18402:
18403: 2002-12-26 paf
18404:
18405: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18406: not contain trailing / fixed.
18407:
18408: * INSTALL: changing SAFE_MODE politics
18409:
18410: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18411:
18412: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18413:
18414: 2002-12-25 paf
18415:
18416: * src/main/pa_globals.C: optimized-xml
18417:
18418: * src/main/pa_globals.C: optimized-as-is
18419:
18420: 2002-12-24 paf
18421:
18422: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18423: fixed [were really called with zero size when .html?a=&b=]
18424:
18425: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18426: with --with-sendmail
18427:
18428: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18429: fixed]
18430:
18431: 2002-12-23 paf
18432:
18433: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18434: ignoring parameters & were storing only string with default
18435: expires
18436:
18437: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18438: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18439: December 23, 2002 4:22 AM Subject: bug â
18440: Charset::transcode_buf2xchar
18441:
18442: 2002-12-20 paf
18443:
18444: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18445: non-cgi [script] runs
18446:
18447: 2002-12-19 paf
18448:
18449: * INSTALL: --without-iconv recommended [it crashes on some systems
18450: [tested on elik]] moreover, it's not needed there [parser
18451: registers charsets itself]
18452:
18453: * INSTALL: --without-iconv recommended [it crashes on some systems
18454: [tested on elik]]
18455:
1.211 moko 18456: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18457: src/include/pa_request.h, src/main/pa_globals.C,
18458: src/main/pa_request.C: $response:download
18459:
18460: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18461: compiler [win32]].
18462:
18463: 2002-12-18 paf
18464:
18465: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18466:
18467: 2002-12-17 paf
18468:
18469: * src/targets/cgi/parser3.C: merged die&iis changes
18470:
18471: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18472: to exit(1) 2. more flexible iilegal call check
18473:
18474: 2002-12-16 paf
18475:
18476: * ltmain.sh: some automakes silly insist on having this handy
18477:
18478: * src/main/untaint.C: filespec russian small 'r' changed to latin
18479: 'p' bug fix
18480:
18481: 2002-12-15 paf
18482:
18483: * src/main/untaint.C: filespec russian small 'r' changed to latin
18484: 'p'
18485:
18486: * configure.in, src/include/pa_config_auto.h.in,
18487: src/main/compile.C, src/main/pa_common.C: merged small changes
18488: from branch 6 to HEAD
18489:
18490: * src/main/compile.C: removed warning
18491:
18492: * src/main/pa_common.C: ftruncate having checked
18493:
18494: * configure.in, src/include/pa_version.h: new version
18495:
18496: 2002-12-14 paf
18497:
18498: * src/classes/table.C: removed unnecessary code
18499:
18500: * src/sql/pa_sql_driver.h: exception type fixed
18501:
18502: 2002-12-09 paf
18503:
18504: * src/types/pa_vvoid.h: $void.store[now] error
18505:
18506: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18507:
18508: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18509: tries to write core dump
18510:
18511: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18512:
18513: * src/: classes/hash.C, classes/string.C, classes/table.C,
18514: classes/void.C, main/pa_sql_driver_manager.C,
18515: sql/pa_sql_driver.h: changed exception handling mech in sql
18516: handlers #2
18517:
18518: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18519: exception handling mech in sql handlers
18520:
18521: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18522: handlers
18523:
18524: * src/: classes/hash.C, classes/string.C, classes/table.C,
18525: classes/void.C, main/pa_sql_driver_manager.C,
18526: sql/pa_sql_driver.h: changed exception handling mech in sql
18527: handlers
18528:
1.116 moko 18529: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18530: to write makefile which used libtool to install things, which is
18531: not needed
1.95 moko 18532:
18533: 2002-12-06 paf
18534:
1.211 moko 18535: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18536: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18537: more like 'table'
1.95 moko 18538:
18539: 2002-12-05 paf
18540:
18541: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18542: cc/bcc OK now
18543:
18544: * src/main/untaint.C: mail header closed properly
18545:
18546: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18547: header ',' allowed. still bugs in smtp [only one receiptient
18548: works, cc, bcc ignored now, and MAILED ;)]
18549:
18550: [strncpy killed, memnchr used]
18551:
18552: * src/main/pa_table.C: table-copy now current=0
18553:
18554: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18555: lowlevel proc
18556:
18557: * src/targets/cgi/parser3.C: more checks on
18558: http://domain/parser.cgi start [maybe some getenv returns "",
18559: checked that now
18560:
18561: * src/targets/cgi/parser3.C: more checks on
18562: http://domain/parser.cgi start [maybe some getenv returns "",
18563: checked that now
18564:
18565: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18566: out-of-mem errors reached log]
18567:
18568: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18569: mail:send MIME-Version default
18570:
18571: * src/main/main.dsp: pa_version included into main.dsp
18572:
18573: 2002-12-04 paf
18574:
18575: * src/types/pa_vform.C: $form:field string value cut by premature 0
18576:
18577: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18578: lib/libltdl -> lib/ltdl Win32 changes. s
18579:
18580: * src/classes/classes.awk: more strict *.C$
18581:
18582: * gnu.dsp: restored
18583:
1.116 moko 18584: * configure.in, gnu.dsp, src/lib/Makefile.am,
18585: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18586: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18587: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18588: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18589: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18590: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18591: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18592: now created with /configure, not ltdl/configure, so it does have
18593: no problems with automake. ltdl/configure
18594: AC_OUTPUT(Makefile<<removed)
1.95 moko 18595:
18596: 2002-12-02 paf
18597:
1.211 moko 18598: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18599:
18600: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18601: src/main/pa_common.C, src/main/pa_request.C,
18602: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18603: tainted parts becomes http-header
18604:
18605: 2002-11-29 paf
18606:
1.211 moko 18607: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18608: operators.txt: exif dates now objects of type date
1.95 moko 18609:
18610: * src/classes/image.C: file.seek removed [it were used in image.C
18611: only, and for parser user this means that jpeg image has bad
18612: size in fragment's header] now used image.format
18613:
18614: * src/: include/pa_common.h, main/pa_common.C,
18615: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18616: now handled exactly like $response:header values. e.g. can be
18617: hash [can have subattributes] & contain date values.
18618:
18619: * src/main/pa_common.C: http:// param values lang forced URI
18620:
18621: * src/main/pa_common.C: http:// tainted partes now %xx
18622:
18623: 2002-11-28 paf
18624:
1.211 moko 18625: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18626:
18627: * src/classes/image.C: ^image.length now counts interchar space.
18628: plus space after last char
18629:
18630: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18631:
18632: * src/classes/image.C: ^image.font width measurer now scans full
18633: height [were -1]
18634:
18635: * configure.in: stopped double libltdl/Makefile generation
18636:
18637: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18638: chars [one top horizontal line of 1pixel height were missing]
18639:
18640: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18641: 'false' to go into (Hash *) parameter
18642:
18643: 2002-11-27 paf
18644:
18645: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18646: types/pa_vmail.C: response:body[file] if file nows it's name now
18647: returns content-disposition: >>attachment<<
18648:
18649: * src/classes/image.C: ^image.font << bad font file-size now
18650: properly reported
18651:
18652: 2002-11-26 paf
18653:
18654: * src/main/pa_request.C: fixed lang in reponse header
18655:
18656: * src/main/pa_common.C: utf8 prefix ignored @read text
18657:
1.211 moko 18658: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18659: response status!=200 made exception: http.status with source=bad
18660: status#
1.95 moko 18661:
18662: 2002-11-25 paf
18663:
18664: * configure.in, src/classes/image.C,
18665: src/include/pa_config_auto.h.in,
18666: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18667: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18668: const void related probs fixed
1.95 moko 18669:
1.211 moko 18670: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18671: fields now UPPERCASE
1.95 moko 18672:
18673: $file[^file::load[http://there]] $file.SERVER
18674:
18675: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18676: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18677: http options [invalid onces now reported] made default
18678: user-agent: paf
18679:
1.211 moko 18680: * operators.ru.txt, operators.txt, src/classes/file.C,
18681: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18682: src/include/pa_globals.h, src/main/pa_common.C,
18683: src/main/pa_globals.C, src/main/pa_request.C,
18684: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18685: now understand http:// prefix and additional params, sample:
18686: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18687: $.USER-AGENT[parser3] ]]
18688:
18689: 2002-11-22 paf
18690:
18691: * src/classes/image.C, src/include/pa_globals.h,
18692: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18693: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18694: $image.exif support $image.exif.DateTime & co
1.95 moko 18695:
18696: 2002-11-21 paf
18697:
18698: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18699: _PASS_APPENDED)
18700:
18701: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18702: EXIF information [were big block and it's size were considered
18703: negative :(]
18704:
1.211 moko 18705: * operators.ru.txt, operators.txt, src/classes/image.C,
18706: src/include/pa_common.h, src/main/pa_common.C,
18707: src/types/pa_vmail.C: image.measure internals rewritten. no
18708: there's reader.seek, and all's ready for EXIF extraction [now we
18709: fail to measure files with EXIF info]
1.95 moko 18710:
18711: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18712: O_TRUNC truncates even exclusevely write-locked file [thanks to
18713: Igor Milyakov <virtan@rotabanner.com> for discovering]
18714:
18715: 2002-11-20 paf
18716:
18717: * src/targets/cgi/parser3.C: logging @signal += query_string
18718:
18719: * configure.in, src/include/pa_config_auto.h.in,
18720: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18721: comment
18722:
18723: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18724:
18725: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18726: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18727: currently processed document SIGPIPE >> interrupts request
18728: processing [exception = DB rollback]
18729:
18730: * src/main/pa_exec.C: comment
18731:
18732: * src/main/pa_exec.C: pa_exec: data written only if size>0
18733:
1.211 moko 18734: * operators.ru.txt, operators.txt, src/classes/file.C:
18735: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18736:
18737: * src/: include/pa_config_fixed.h, main/pa_common.C,
18738: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18739: pipe read errors now checked
18740:
18741: 2002-11-19 paf
18742:
18743: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18744: CGI: Illegal call
18745:
18746: 2002-11-01 paf
18747:
18748: * src/main/execute.C: comment
18749:
18750: 2002-10-31 paf
18751:
18752: * src/main/execute.C: found out why, checked that for now. todo:
18753: find out a way for that user could do that
18754:
18755: * src/types/pa_vstateless_object.h: object put replaces static
18756: parent if any
18757:
18758: * src/types/pa_vobject.C: object put replaces static parent if any
18759:
18760: * src/: classes/form.C, classes/mail.C, classes/op.C,
18761: classes/xnode.h, main/compile.tab.C, main/execute.C,
18762: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18763: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18764: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18765: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18766: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18767: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18768: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18769: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18770: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18771: types/pa_vstateless_object.h, types/pa_vstatus.C,
18772: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18773: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18774: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18775: types/pa_wwrapper.h: static fix merged
18776:
18777: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18778: $virtual_fields in dynamic, but one can reach derived
18779: static[class] variable from base
18780:
18781: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18782: types/pa_vobject.C, types/pa_vobject.h,
18783: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18784: statics, left $virtual_fields in dynamic
18785:
18786: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18787: one can't remember derivates in base class: there's so many of
18788: them. also there can be no virtual method calls in static
18789: classes
18790:
18791: * src/: classes/form.C, classes/mail.C, classes/op.C,
18792: classes/xnode.h, main/execute.C, main/pa_request.C,
18793: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18794: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18795: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18796: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18797: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18798: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18799: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18800: types/pa_vresponse.C, types/pa_vresponse.h,
18801: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18802: types/pa_vstateless_object.h, types/pa_vstatus.C,
18803: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18804: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18805: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18806: types/pa_wwrapper.h: static call $self fixed
18807:
18808: * src/main/execute.C: comment
18809:
18810: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18811: ^process[$caller.self]{...} now compiles to last derived object
18812: part of that 'self'
18813:
18814: 2002-10-29 paf
18815:
18816: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18817: re-passing [iis to blame]
18818:
18819: * src/classes/string.C: changed string.save to pass current sql
18820: connection to cstr thus one can ^connect[some server]{
18821: $s[insert into table x (x) values (^taint[sql]{value})]
18822: ^s.save[some.sql] } and he'd get in some.sql file code with
18823: properly escaped. [tried in mssql->mysql export->import of
18824: binary data]
18825:
18826: 2002-10-25 paf
18827:
18828: * src/types/pa_vresponse.C: case insensitive response user fields
18829: get/put
18830:
18831: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18832: types/pa_vresponse.C: saving for maybe-future
18833:
18834: 2002-10-23 paf
18835:
1.211 moko 18836: * operators.ru.txt, operators.txt, src/classes/table.C:
18837: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18838:
18839: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18840:
18841: 2002-10-22 paf
18842:
18843: * src/types/: pa_vform.C, pa_vform.h: removed needless
18844: VForm::Append...(...Value)
18845:
18846: * src/main/execute.C: $.name outside of $name[...] checked
18847:
18848: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18849: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18850:
18851: 2002-10-21 paf
18852:
1.211 moko 18853: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18854: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18855:
1.211 moko 18856: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18857: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18858:
1.211 moko 18859: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18860: $form:image-map
1.95 moko 18861:
1.211 moko 18862: * operators.ru.txt, operators.txt, src/classes/file.C:
18863: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18864:
18865: 2002-10-17 paf
18866:
18867: * src/main/: compile.tab.C, compile.y: operators precedence changed
18868: a little: logical not and bitwise negation precedence made
18869: highest, << and >> bitshits precedence made equal [were << higher
18870: than >>]
18871:
18872: * src/classes/op.C: exception handling fixed [were bad with
18873: contexts]
18874:
18875: 2002-10-16 paf
18876:
18877: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18878: main/pa_request.C: Request::self considered equal to
18879: VMethodFrame::self, and removed, Request::get_self() mapped to
18880: VMethodFrame.self()
18881:
18882: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18883: $hash in open field now gives old good error meesage
18884:
18885: 2002-10-15 paf
18886:
18887: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18888: use ^if($junction is junction){was and now true}
18889:
18890: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18891: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18892: types/pa_vxnode.C: xml->parser strings now have origin, which
18893: points to place where value left xml library and came to parser:
18894: place of dom field extraction/call
18895:
18896: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18897: main/compile.tab.C, main/compile.y, main/execute.C,
18898: types/pa_vmethod_frame.h: removed last pieces of old code
18899: allowing $junction.xxx at compile time
18900:
18901: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18902: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18903: objects also considered [were only classes]
18904:
18905: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18906: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18907: with CLASS self. [ (request&method_frame).self temporarily
18908: changed ]
18909:
18910: * src/classes/: hash.C, op.C: method_frame now always changed, with
18911: no exception to native calls. for&foreach changed to use
18912: method_frame.caller for their var's name context
18913:
18914: * src/: main/execute.C, targets/cgi/parser3.C,
18915: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18916: compiling to system classes disabled
18917:
1.211 moko 18918: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18919: ^process[$caller.CLASS]{code-string} added
18920:
1.211 moko 18921: * operators.ru.txt, operators.txt, src/classes/op.C,
18922: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18923: src/main/pa_request.C, src/types/Makefile.am,
18924: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18925: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18926: $junction.get $junction.set[] introducing $caller
1.95 moko 18927:
18928: * src/types/pa_value.h: removed outdated comments. doxygen would
18929: find them lower by inheritance tree
18930:
18931: * src/types/pa_vjunction.C: ident
18932:
18933: 2002-10-14 paf
18934:
18935: * src/classes/op.C: process compiles to code's class class
18936:
18937: * src/: classes/form.C, classes/mail.C, classes/op.C,
18938: include/pa_request.h, main/compile.C, main/compile.tab.C,
18939: main/compile.y, main/execute.C, main/pa_request.C,
18940: types/pa_vstateless_class.h: operators now main-class-methods
18941:
18942: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18943: better stack trace [has "call" & co there]
18944:
18945: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18946: operators @auto now executed in MAIN context
18947:
18948: * src/main/execute.C: operator execution context now = MAIN, not
18949: closest stack frame
18950:
18951: @touchit[] $i[after]
18952:
18953: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18954: were 'after'
18955:
18956: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18957: 'after'
18958:
18959: * src/main/execute.C: comment
18960:
18961: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18962: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18963: action]
18964:
18965: * src/types/pa_vxnode.C: misreplace fixed
18966:
18967: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18968: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18969: $status:rusage.tv_secs/usecs introduced
18970:
18971: 2002-10-09 paf
18972:
18973: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18974: on empty string [or uses (default)]
18975:
18976: 2002-10-08 paf
18977:
18978: * src/main/untaint.C: mail header quoted printable changed after
18979: RFC reread
18980:
1.211 moko 18981: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18982:
18983: * src/types/pa_vxnode.C: misreplace
18984:
18985: 2002-09-24 paf
18986:
1.116 moko 18987: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18988:
18989: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18990: mailreceive would compile on freebsd now
18991:
18992: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18993: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18994: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18995: mailreceive would compile on freebsd now
1.95 moko 18996:
18997: * src/: classes/file.C, main/untaint.C: 1. file spec language
18998: changed: now there are only few chars are untainted: * ? ' " < >
18999: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19000: one should use ^untaint[uri]{...} now]
19001:
19002: 2. $list[^file:list[dir]] now returns simply tainted names in
19003: $list.name, not tainted as filespec
19004:
19005: @russianindex[] #dir with files with russian-lang names
19006: $where[dir]
19007:
19008: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19009: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19010:
19011: 2002-09-23 paf
19012:
19013: * src/types/pa_vdouble.h: double->int round added
19014:
19015: * src/classes/date.C: date bug fix, now
19016: round(floatDays*secondsPerDay)
19017:
19018: * src/classes/date.C: date bug fix, now
19019: round(floatDays*secondsPerDay)
19020:
19021: 2002-09-20 paf
19022:
19023: * src/main/execute.C: code junction calls disabled [before: code
19024: was compiled in such a way, that there were no code-junctions in
19025: OP_CALL]
19026:
19027: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19028:
19029: @badjunctioncallinside[code] ^code[]
19030:
19031: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19032: expanding to include ^junction.method
19033:
19034: * src/main/pa_common.C: -d "DIR/" now true
19035:
19036: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19037: as internal xdoc encoding, and after decoding attributes set by
19038: dom functions now encoded OK, not as digital entities
19039:
19040: * src/classes/xdoc.C: empty transform result, being taken as file
19041: now returns empty file, not raises stupid error about "stat-ed
19042: file"
19043:
19044: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19045: allowed
19046:
19047: * src/types/types.dsp: introducing $junction.get/put(1) one can
19048: write iterators now:
19049:
19050: ^user-foreach[key;value]{$key=$value<br>}
19051:
19052: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19053: $code.value($i*2) $code }
19054:
19055: * src/main/compile_tools.h: mistype
19056:
1.116 moko 19057: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19058: thus taking linking options configure changes into account [were:
19059: ignoring]
1.95 moko 19060:
19061: * src/types/: pa_vjunction.C, Makefile.am: introducing
19062: $junction.get/put(1) one can write iterators now:
19063:
19064: ^user-foreach[key;value]{$key=$value<br>}
19065:
19066: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19067: $code.value($i*2) $code }
19068:
19069: * src/: include/pa_opcode.h, include/pa_request.h,
19070: main/compile.tab.C, main/compile.y, main/execute.C,
19071: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19072: introducing $junction.get/put(1) one can write iterators now:
19073:
19074: ^user-foreach[key;value]{$key=$value<br>}
19075:
19076: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19077: $code.value($i*2) $code }
19078:
19079: 2002-09-19 paf
19080:
1.116 moko 19081: * Makefile.am: new: make commit
1.95 moko 19082:
19083: * aclocal.m4: forced to be older
19084:
19085: 2002-09-18 paf
19086:
19087: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19088: src/main/compile.y, src/main/execute.C: << >> int shifts
19089:
19090: * src/: include/pa_common.h, include/pa_request.h,
19091: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19092: - now this - fatal error
19093:
19094: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19095: that one can pass binary data there
19096:
19097: * src/: classes/date.C, classes/double.C, classes/file.C,
19098: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19099: classes/op.C, classes/response.C, classes/string.C,
19100: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19101: include/pa_request.h: pa_request contexts made privated, plus
19102: get_{self/method_frame} to read. Request_context_saver used in
19103: ^try to save flang too. [were not saved]
19104:
19105: * src/types/pa_vresponse.C: header value chains joined before
19106: output, this should help $.subject[$var $var] from being
19107: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19108:
19109: 2002-09-17 paf
19110:
19111: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19112: removed changes, operators executed with calling self. lots of
19113: code with ^include code relies on defined/defining self variables
19114:
19115: $a[1] ^include[print_a.p] print_a.p: $a
19116:
19117: ^include[set_a.p] a=$a set_a.p: $a[1]
19118:
19119: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19120: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19121: types/pa_vstateless_class.h: operators now executed with MAIN
19122: self. it's for ^include sake, too strong a change
19123:
19124: * src/classes/op.C: made place for ^process to compile it's code to
19125: in case of no self
19126:
19127: * src/main/execute.C: found ancient param to Junction, removed.
19128: allowed passing self to native_code_operators [for ^process to
19129: work, she needs self]
19130:
19131: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19132: types/pa_vstateless_class.h: found ancient param to Junction,
19133: removed. allowed passing self to native_code_operators [for
19134: ^process to work, she needs self]
19135:
19136: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19137: types/pa_value.h, types/pa_vmethod_frame.h,
19138: types/pa_vstateless_class.h: allowed Request.self to be 0,
19139: checked that in VMethodFrame get/put and $self.
19140:
19141: * src/classes/: table.C, xdoc.C: table::sql options table::create
19142: copy options options checked, wrong option now fatal error
19143:
19144: * src/main/pa_string.C: string.replace fixed [were missing words on
19145: pieces boundaries]
19146:
1.150 moko 19147: * configure, configure.in: .so now detected [can be .sl on hpux,
19148: .dll on cygwin, .so in other cases)
1.95 moko 19149:
19150: * configure, configure.in: .so now detected [can be .sl on hpux,
19151: .dll on cygwin, .so in other cases)
19152:
1.211 moko 19153: * operators.ru.txt, operators.txt, src/classes/hash.C,
19154: src/classes/table.C, src/include/pa_globals.h,
19155: src/main/pa_globals.C: table.sql hash::sql flag to allow
19156: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19157:
19158: * src/: classes/hash.C, classes/table.C,
19159: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19160: now errors
19161:
19162: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19163:
19164: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19165: ,2,3]
19166:
19167: 2002-09-16 paf
19168:
19169: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19170: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19171: stdout to be binary. now detected closest header break.
19172:
19173: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19174: closed right
19175:
19176: 2002-09-13 paf
19177:
1.211 moko 19178: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19179: src/main/compile.y, src/main/compile_tools.h: (expression
19180: #comment)
1.95 moko 19181:
19182: (multiline expression #comment line2 #comment )
19183:
19184: (expression #comment with (brackets) comment) << OK
19185:
1.211 moko 19186: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19187: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19188: for expression #comments]
1.95 moko 19189:
19190: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19191: error
19192:
19193: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19194: cheched in pa_socks.C
19195:
1.116 moko 19196: * configure, configure.in, src/include/pa_config_auto.h.in:
19197: HAVE_WINSOCK_H created in configure.in
1.95 moko 19198:
19199: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19200: cookie date now clean [were mistakenly tainted & that worked bad
19201: with opera -- 'happily' that worked OK with msie]
19202:
19203: 2002-09-12 paf
19204:
19205: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19206: VClass get_element now first looks to fields, next to methods &
19207: co todo: the rest reason: more speed
19208:
19209: * src/main/untaint.C: quoted printable encoding stops before
19210: \s*<...>$
19211:
19212: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19213: stops before <...>$
19214:
19215: 2002-09-11 paf
19216:
19217: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19218: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19219: forgot to check users of those funcs. not all were using that
19220: return value convention
19221:
19222: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19223: windows-1254 added
19224:
19225: 2002-09-10 paf
19226:
19227: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19228: VCodeFrame parent param were specified badly
19229:
19230: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19231: WWrapper which used in constructing objects(second param to sql
19232: method) ^...sql{}[$.default{code}] now has parent, wich helps
19233: code in hash to survivi
19234:
19235: * src/: include/pa_request.h, main/execute.C: removed redundant
19236: param to execute [stack said 'thanks']
19237:
19238: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19239: types/pa_value.h, types/pa_vcode_frame.h,
19240: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19241: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19242: responsibility to wcontext
19243:
19244: * src/classes/file.C: decided not to log exec's with stderr, that
19245: could be warnings, and it's up to scritper to log/show them
19246:
19247: * src/: classes/double.C, main/execute.C: double:sql badly called
19248: write_assign_lang, not write_no_lang, thus doing unnecessary
19249: double/string converstion, which were loosing time&precesion
19250:
19251: * src/: main/pa_charset.C, types/pa_vmail.C:
19252: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19253: case of unfinished in buffer processing, causing accidental
19254: transcode stop [in case that source enc != utf-8 & there is
19255: incomplete utf-8 sequence at the end of 16000block iside of
19256: libxml lib] tfm readed & code updated
19257:
19258: 2002-09-04 paf
19259:
19260: * configure: makes with sjlj
19261:
19262: * INSTALL, src/include/pa_config_fixed.h,
19263: src/include/pa_sql_connection.h,
19264: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19265: checked. on win32 it made default
19266:
19267: * src/include/pa_config_auto.h.in: sjlj define
19268:
19269: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19270: can not work with longjump/throw pair, and one must switch that
19271: on there. todo: detect that automatically]
19272:
19273: * src/types/pa_vxnode.C: removed too strong checks of
19274: xnode.elements. now, for instance, if element does not have any
19275: attributes, $xnode.attributes is void, not error
19276:
19277: 2002-09-02 paf
19278:
1.211 moko 19279: * operators.ru.txt, operators.txt, src/main/execute.C,
19280: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19281:
19282: * src/main/execute.C: double_result made to move that var away from
19283: hungry g++ optimizer (-O2), before: it were optimized and
19284: comparison operators worked badly
19285:
19286: * src/types/pa_vdate.h: removed debug
19287:
1.116 moko 19288: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19289:
19290: * src/main/execute.C: fixed numeric < & co so that thay now use
19291: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19292: unknown reason.
19293:
19294: 2002-08-29 paf
19295:
19296: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19297: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19298: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19299: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19300: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19301: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19302: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19303: [called less frequent, allowed to remove ugly
19304: Junction.change_context-s from many places, switch,
19305: mail:send..html{}, ..] request.root renamed to method_frame [more
19306: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19307: [speed up]
19308:
19309: 2002-08-28 paf
19310:
19311: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19312: tainted
19313:
19314: * src/types/pa_vcookie.C: fixed cookie delete when
19315: $cookie:name[$.value[]]
19316:
1.211 moko 19317: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19318: ^string.split[delim[;options]]
19319:
19320: 2002-08-27 paf
19321:
1.116 moko 19322: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19323:
1.211 moko 19324: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19325: src/main/compile.y: # now delimiter
1.95 moko 19326:
19327: * INSTALL: recommended latest gmime 1.0.5
19328:
19329: 2002-08-26 paf
19330:
19331: * configure, configure.in: apache13/hook added to make dist.
19332:
19333: 2002-08-23 paf
19334:
19335: * src/: include/pa_common.h, main/pa_common.C,
19336: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19337: beside binary [cgi, isapi] not accessible [due to bad rights or
19338: whatever] it's error now
19339:
19340: 2002-08-21 paf
19341:
1.116 moko 19342: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19343:
19344: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19345: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19346: class". compiled as if here they named base class
19347:
19348: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19349: cloning constructor]
19350:
19351: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19352:
1.150 moko 19353: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19354: $mail.received.file.value.content-type fixed
19355:
19356: 2002-08-20 paf
19357:
19358: * src/classes/file.C: fixed language of file:file result
19359:
1.211 moko 19360: * operators.ru.txt, operators.txt, src/classes/void.C:
19361: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19362:
1.211 moko 19363: * operators.ru.txt, operators.txt, src/classes/void.C:
19364: ^void.pos[...] = -1
1.95 moko 19365:
1.211 moko 19366: * operators.ru.txt, operators.txt, src/classes/void.C:
19367: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19368:
1.211 moko 19369: * src/classes/void.C, operators.ru.txt, operators.txt:
19370: ^void.length[] = 0
1.95 moko 19371:
19372: 2002-08-19 paf
19373:
19374: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19375: work now
19376:
19377: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19378: error in xnode, which were not catched in xdoc]
19379:
19380: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19381: prepared: // validate each document after load/create (?)
19382: //xmlDoValidityCheckingDefaultValue = 1;
19383:
19384: 2002-08-15 paf
19385:
19386: * src/classes/classes.h: write to static var caused useless
19387: Exception, introduced Methoded::put_element wich consumes those
19388:
1.211 moko 19389: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19390: src/main/pa_common.C, src/types/pa_vcookie.C,
19391: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19392: src/types/pa_vresponse.h: $response:field[date]
19393: $response:field[$.xxx[date]]
1.95 moko 19394:
19395: * src/: classes/hash.C, classes/string.C, classes/table.C,
19396: classes/void.C, include/pa_sql_connection.h: fixed source of
19397: ^hash::sql{bad}
19398:
1.211 moko 19399: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19400: request body
1.95 moko 19401:
19402: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19403:
19404: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19405: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19406:
1.211 moko 19407: * operators.ru.txt, operators.txt, src/classes/form.C,
19408: src/include/pa_pool.h, src/include/pa_request.h,
19409: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19410: planning/preparing_to $request:body r.post_data now const
1.95 moko 19411:
19412: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19413: classes/xnode.C, main/execute.C, types/pa_value.h,
19414: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19415: types/pa_vtable.h: instead of type() checking everywhere used
19416: Value.as now user descendants can be used in params.
19417:
19418: VObject::as_*, is_defined now taken from bases. xtable(table)
19419: ^if($xtable) now OK
19420:
19421: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19422: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19423: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19424:
19425: 2002-08-14 paf
19426:
19427: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19428: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19429: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19430: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19431: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19432: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19433: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19434: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19435: types/pa_vresponse.C, types/pa_vresponse.h,
19436: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19437: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19438: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19439: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19440: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19441: & VClass
19442:
19443: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19444:
19445: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19446: removed fixopt stupidity. on stupid linux use cd /document/root
19447: ../cgi/parser3 script
19448:
19449: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19450: params, splitting them by space, excluding argv[0], argv[argc-1]
19451:
19452: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19453: fixopt.h: fixopt now preprocesses command line params, splitting
19454: them by space, excluding argv[0], argv[argc-1]
19455:
19456: * src/targets/cgi/parser3.C: -f config file
19457:
19458: * src/targets/cgi/parser3.C: fixed .log file dir
19459:
19460: 2002-08-13 paf
19461:
19462: * src/types/pa_vobject.C: allow override parent variables, useful
19463: for form descendants [in vobject too, were in vclass]
19464:
19465: * src/types/pa_vclass.C: allow override parent variables, useful
19466: for form descendants
19467:
19468: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19469: overwritten in derived(table)
19470:
19471: * src/: classes/form.C, classes/mail.C, classes/op.C,
19472: classes/xnode.h, include/pa_request.h, main/execute.C,
19473: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19474: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19475: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19476: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19477: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19478: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19479: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19480: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19481: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19482: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19483: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19484: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19485: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19486: Value::get_element(..., bool looking_down) [needed to exclude
19487: endless recoursion]
19488:
19489: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19490: fix bug with put endless recoursion todo: check 'as'
19491:
19492: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19493: reorganized modules todo: fix bug with put endless recoursion
19494: todo: check 'as'
19495:
19496: * src/types/pa_vobject.h: checked: table fields can be overwritten
19497: in derived(table)
19498:
19499: * src/types/pa_vobject.h: derived classes can have fields of their
19500: own now
19501:
19502: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19503: fixed error message on using non-created table
19504:
19505: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19506: classes/op.C, classes/xnode.h, include/pa_request.h,
19507: main/compile.C, main/compile.tab.C, main/execute.C,
19508: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19509: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19510: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19511: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19512: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19513: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19514: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19515: types/pa_vresponse.C, types/pa_vresponse.h,
19516: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19517: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19518: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19519: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19520: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19521: looking down/up tree todo: fix error message on non-constructed
19522: parents
19523:
19524: 2002-08-12 paf
19525:
19526: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19527: derived OK
19528:
19529: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19530: thorough testing
19531:
19532: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19533: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19534: types/pa_vobject.h, types/pa_vstateless_class.h,
19535: types/pa_vstateless_object.h, types/pa_wcontext.h,
19536: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19537: ^base:create[] dynamic call rewritten todo: thorough testing
19538:
19539: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19540: now instantates base class, remembers it and saves child in
19541: parent VObject.get_class now returns last child = downward
19542: virtual calls OK
19543:
19544: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19545: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19546: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19547: types/pa_vobject.h, types/pa_vresponse.h,
19548: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19549: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19550: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19551: VAliased [redundant], moved $CLASS to VObject only [parser class
19552: instance]
19553:
19554: * src/main/pa_request.C: $response:body[file] content-type check
19555: fixed [were bad when content-type is hash]
19556:
19557: 2002-08-09 paf
19558:
19559: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19560: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19561:
19562: 2002-08-08 paf
19563:
1.211 moko 19564: * operators.ru.txt, operators.txt, src/classes/date.C,
19565: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19566: month calendar [week year]
1.95 moko 19567:
19568: * src/main/execute.C: error reporting on object writes to MAIN
19569: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19570:
1.211 moko 19571: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19572: $date.yearday $date.daylightsaving
1.95 moko 19573:
19574: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19575: use tainted data now. only she must specify the language.
19576:
19577: ^mail:send[ $.from[paf@mail.design.ru]
19578: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19579: $.text[^taint[uri][ìîñêâà]=] ]
19580:
19581: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19582: now prints more precise origin
19583:
19584: * src/include/pa_string.h: String::first_char now not fails on
19585: empty strings ^if(-f '') now ok and in 3 other places.
19586:
1.211 moko 19587: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19588: src/main/pa_string.C: String::first_char now not fails on empty
19589: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19590:
19591: 2002-08-07 paf
19592:
19593: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19594: fixed
19595:
19596: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19597:
19598: * src/: main/execute.C, types/pa_vcode_frame.h,
19599: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19600: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19601: mistakenly not completely transparent to object writes.
19602: $hash[^if(1){$hash}] now works
19603:
1.211 moko 19604: * operators.ru.txt, operators.txt, src/classes/op.C:
19605: ^cache...{...^cache<<to past...} now erasing cache file [there
19606: were bad check on that]
1.95 moko 19607:
19608: * src/: classes/classes.dsp, classes/table.C,
19609: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19610: all Debug dirs in .dsp now named 'Debug'
19611:
1.116 moko 19612: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19613:
1.211 moko 19614: * operators.ru.txt, operators.txt, src/classes/mail.C:
19615: exception_type email.send
1.95 moko 19616:
1.211 moko 19617: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19618: exception_type email.format
1.95 moko 19619:
19620: * src/types/pa_vmail.C: mail:send empty email checked
19621:
19622: 2002-08-06 paf
19623:
1.211 moko 19624: * operators.ru.txt, operators.txt, src/classes/table.C,
19625: src/include/pa_array.h, src/include/pa_table.h,
19626: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19627: ^table::create[$source;$.options] ^table::join[$source;$.options]
19628:
1.211 moko 19629: * operators.ru.txt, operators.txt, src/classes/hash.C,
19630: src/classes/string.C, src/classes/table.C: sql options can be
19631: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19632:
19633: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19634:
19635: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19636: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19637: $file.content-type [instead of .mime-type] now works for
19638: file::stat also
19639:
19640: * src/main/pa_request.C: case insensitive mime_type_of
19641:
19642: 2002-08-05 paf
19643:
19644: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19645:
19646: * src/types/pa_vmail.C: file buffer relocated to parser heap
19647:
1.211 moko 19648: * operators.ru.txt, operators.txt: comment on date:calendar week
19649: column
1.95 moko 19650:
19651: * src/main/pa_common.C: write checked
19652:
19653: * src/main/: pa_common.C: write checked
19654:
19655: * src/classes/date.C: +1 buf size for stupid snprintfs
19656:
19657: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19658: month calendar week column [ISO 8601 Week Numbers]
19659:
19660: 2002-08-02 paf
19661:
19662: * src/: include/pa_config_fixed.h, main/pa_string.C,
19663: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19664: DEBUG*
19665:
19666: * configure, configure.in, src/include/pa_version.h: release
19667: 3_0_0005
19668:
19669: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19670: multipart post fixed
19671:
1.211 moko 19672: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19673: src/types/pa_vform.C: response transcoded source->client only
19674: when text/* or simple onoverridden $response:body
1.95 moko 19675:
19676: 2002-08-01 paf
19677:
19678: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19679: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19680: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19681: classes/op.C, classes/response.C, classes/string.C,
19682: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19683: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19684: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19685: include/pa_config_fixed.h, include/pa_dictionary.h,
19686: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19687: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19688: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19689: include/pa_socks.h, include/pa_sql_connection.h,
19690: include/pa_sql_driver_manager.h, include/pa_stack.h,
19691: include/pa_string.h, include/pa_stylesheet_connection.h,
19692: include/pa_stylesheet_manager.h, include/pa_table.h,
19693: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19694: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19695: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19696: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19697: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19698: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19699: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19700: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19701: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19702: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19703: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19704: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19705: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19706: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19707: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19708: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19709: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19710: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19711: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19712: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19713: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19714: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19715: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19716: types/pa_vmethod_frame.h, types/pa_vobject.h,
19717: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19718: types/pa_vresponse.h, types/pa_vstateless_class.C,
19719: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19720: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19721: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19722: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19723: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19724: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19725:
19726: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19727: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19728: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19729: classes/math.C, classes/op.C, classes/response.C,
19730: classes/string.C, classes/table.C, classes/void.C,
19731: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19732: include/pa_array.h, include/pa_cache_managers.h,
19733: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19734: include/pa_config_fixed.h, include/pa_config_includes.h,
19735: include/pa_dictionary.h, include/pa_dir.h,
19736: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19737: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19738: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19739: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19740: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19741: include/pa_stack.h, include/pa_string.h,
19742: include/pa_stylesheet_connection.h,
19743: include/pa_stylesheet_manager.h, include/pa_table.h,
19744: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19745: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19747: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19748: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19749: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19750: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19751: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19752: main/pa_sql_driver_manager.C, main/pa_string.C,
19753: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19754: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19755: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19756: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19757: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19758: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19759: targets/isapi/pool_storage.h, types/pa_valiased.C,
19760: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19761: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19762: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19763: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19764: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19765: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19766: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19767: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19768: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19769: types/pa_vresponse.C, types/pa_vresponse.h,
19770: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19771: types/pa_vstateless_object.h, types/pa_vstatus.C,
19772: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19773: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19774: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19775: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19776: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19777: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19778: types/Makefile.am: ident.C* removed
19779:
1.211 moko 19780: * operators.ru.txt, operators.txt, src/classes/file.C,
19781: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19782:
19783: * src/targets/cgi/parser3.C: usage to stdout now
19784:
19785: 2002-07-31 paf
19786:
19787: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19788:
19789: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19790: default "postmaster"
19791:
19792: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19793: -f postmaster now default sendmail key word "postmaster"
19794: replaced to $.from
19795:
19796: 2002-07-30 paf
19797:
1.116 moko 19798: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19799: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19800:
19801: * src/main/pa_charset.C: comment
19802:
19803: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19804: table, &#decimal;
19805:
19806: * src/main/pa_request.C: comment
19807:
19808: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19809: paragraf]
19810:
19811: 2002-07-11 paf
19812:
19813: * src/main/pa_exec.C: build command line badly added params twice
19814: [and first time without ' ']. double wrong. fixed.
19815:
19816: * src/main/pa_exec.C: invalid .exe caused error message with params
19817: wich parser did not provide = reported badly. fixed that.
19818:
19819: * src/classes/mail.C: $MAIL[ # xxx ]
19820:
19821: now ok
19822:
1.211 moko 19823: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19824:
19825: 2002-07-01 paf
19826:
19827: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19828: [MForm.configure_admin were called when request.main_class ==0
19829:
19830: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19831:
19832: * src/classes/form.C: content_length type fix
19833:
19834: 2002-06-30 paf
19835:
19836: * src/classes/mail.C: merged from 4
19837:
19838: * src/classes/mail.C: restored $MAIL
19839:
19840: 2002-06-28 paf
19841:
19842: * configure, configure.in: removed paths.h
19843:
1.116 moko 19844: * configure, src/include/pa_version.h,
1.95 moko 19845: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19846: merged, makes updated
19847:
1.211 moko 19848: * ChangeLog, configure, operators.ru.txt, operators.txt,
19849: src/classes/xdoc.C, src/include/pa_charset.h,
19850: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19851: src/include/pa_version.h, src/main/pa_charset.C,
19852: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19853: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19854: latest updates to head
1.95 moko 19855:
19856: 2002-06-27 paf
19857:
19858: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19859: not error now
19860:
1.211 moko 19861: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19862: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19863: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19864: ^xdoc::create[[uri]]... base uri for document being created,
19865: imports and other relative file names would be relative to this
19866: uri default uri=path_translated
19867:
19868: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19869:
19870: 2002-06-26 paf
19871:
19872: * configure, configure.in, src/include/pa_version.h:
19873: release_3_0_0004
19874:
19875: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19876: 0 now
19877:
19878: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19879:
19880: 2002-06-25 paf
19881:
19882: * src/main/pa_string.C: emtpy string, or string of whitespaces
19883: considered bad number now
19884:
1.211 moko 19885: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19886: ^xdoc.transform[xdoc <<can be now
1.95 moko 19887:
1.211 moko 19888: * operators.ru.txt, operators.txt, src/classes/string.C:
19889: ^string.normalize [old name: optimize
1.95 moko 19890:
19891: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19892: library configured
19893:
19894: * src/main/pa_request.C: configure_admin forced if no @conf
19895:
1.211 moko 19896: * operators.ru.txt, operators.txt, src/classes/math.C,
19897: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19898: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19899:
19900: 2002-06-24 paf
19901:
19902: * INSTALL: --with-static/shared-mailreceive described
19903:
19904: * src/include/pa_config_fixed.h: ssize_t fixed
19905:
1.116 moko 19906: * configure, configure.in, src/include/pa_config_auto.h.in,
19907: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19908: src/types/pa_vmail.C: $mail:received makes update
19909:
19910: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19911: WITH_MAILRECEIVE
19912:
19913: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19914:
19915: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19916: option, for $mail:receive
19917:
19918: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19919: introducting $message:received ^mail:send rewritten with backward
19920: comp
19921:
19922: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19923: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19924: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19925: now
19926:
1.211 moko 19927: * operators.ru.txt, operators.txt, src/classes/mail.C,
19928: src/include/Makefile.am, src/include/pa_charset.h,
19929: src/include/pa_config_fixed.h, src/include/pa_request.h,
19930: src/include/pa_string.h, src/include/pa_uue.h,
19931: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19932: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19933: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19934: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19935: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19936: uue to separate file introducting $message:received ^mail:send
19937: rewritten with backward comp
19938:
19939: 2002-06-21 paf
19940:
1.116 moko 19941: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19942: co changes
1.95 moko 19943:
1.116 moko 19944: * configure, configure.in, src/lib/md5/Makefile.am,
19945: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19946: restructure .in and .am files appropriate changes
1.95 moko 19947:
19948: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19949: pcre to libs/ added libs/md5 which is linked to non-apache
19950: targets ^math:crypt[password;$apr1$salt]
19951:
1.211 moko 19952: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19953: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19954: src/classes/classes.dsp, src/classes/math.C,
19955: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19956: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19957: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19958: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19959: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19960: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19961: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19962: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19963: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19964: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19965: src/lib/pcre/pcre_parser_ctype.dsp,
19966: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19967: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19968: src/main/compile.tab.C, src/main/main.dsp,
19969: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19970: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19971: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19972: to libs/ added libs/md5 which is linked to non-apache targets
19973: ^math:crypt[password;$apr1$salt]
19974:
19975: 2002-06-20 paf
19976:
1.211 moko 19977: * INSTALL, configure, configure.in, operators.ru.txt,
19978: operators.txt, src/classes/file.C, src/classes/op.C,
19979: src/doc/doxygen.cfg, src/include/pa_globals.h,
19980: src/include/pa_request.h, src/main/execute.C,
19981: src/main/pa_request.C, src/targets/cgi/parser3.C,
19982: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19983: marged latest HEAD updates, mainly file:justname&co &
19984: @auto/conf[filespec
1.95 moko 19985:
1.211 moko 19986: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19987: !^file:dirname[/a/some.tar.gz]=/a
19988: !^file:dirname[/a/b/]=/a
19989: !^file:basename[/a/some.tar.gz]=some.tar.gz
19990: !^file:justname[/a/some.tar.gz]=some.tar
19991: !^file:justext[/a/some.tar.gz]=gz
19992:
19993: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19994: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19995: @conf/auto[filespec]
19996:
1.116 moko 19997: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19998:
1.211 moko 19999: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20000: src/doc/doxygen.cfg, src/include/pa_globals.h,
20001: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20002: parser3.conf renamed to auto.p
1.95 moko 20003:
20004: 2002-06-18 paf
20005:
20006: * configure, configure.in, src/include/pa_version.h: version to
20007: configure.in
20008:
20009: * INSTALL: reflected .conf.dist dir change
20010:
1.150 moko 20011: * Makefile.am, configure, configure.in,
1.116 moko 20012: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20013: .in & *.am updated
20014:
20015: * src/classes/file.C: strncasecmp
20016:
20017: * src/classes/file.C: strcasecmp
20018:
1.150 moko 20019: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20020:
20021: * src/classes/file.C: ^file::exec[script;$.bad error case
20022: insensitive check now
20023:
20024: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20025:
20026: * configure, configure.in, src/include/pa_pool.h,
20027: src/include/pa_types.h: pack configure.in detection simplified.
20028: figured out that gcc on sparc not that stupid as thought
20029: previously: on sparc: when it sees packed class it modifies it's
20030: field-access-code to byte operations [stb, ldub] instead of 4byte
20031: operations [st, lduh] so packed must be all parts of packed
20032: class, i.e. it's parents&fields(classes). for now it's only
20033: String that packed and what was wrong is that it's parent -
20034: Pooled, were not packed. fixed that.
20035:
20036: 2002-06-14 paf
20037:
1.211 moko 20038: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20039:
1.211 moko 20040: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20041: attribute_node.name/value xnode pi.node.data
20042:
20043: 2002-06-12 paf
20044:
1.116 moko 20045: * configure, configure.in, src/targets/cgi/Makefile.am,
20046: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20047:
1.211 moko 20048: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20049: etc/Makefile.am, src/include/pa_globals.h,
20050: src/include/pa_request.h, src/main/compile.tab.C,
20051: src/main/pa_globals.C, src/main/pa_request.C,
20052: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20053: parser3.conf now one and only
1.95 moko 20054:
20055: * src/classes/mail.C: sendmail -ti [default now]
20056:
20057: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20058: to be strings. for convinient #ing
20059:
20060: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20061: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20062:
20063: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20064: main/pa_globals.C, main/pa_request.C: @conf
20065:
20066: 2002-06-11 paf
20067:
20068: * src/classes/file.C: check simplified
20069:
20070: * src/: classes/file.C, targets/cgi/parser3.dsp,
20071: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20072: valid prefix
20073:
20074: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20075: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20076: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20077:
20078: 2002-06-10 paf
20079:
1.211 moko 20080: * operators.ru.txt, operators.txt, src/classes/op.C,
20081: src/include/pa_common.h, src/main/pa_common.C: lock failures
20082: reported now
1.95 moko 20083:
20084: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20085: string->double @ compile time were not-enough-checking...
20086:
20087: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20088: autoconvert now ignored
20089:
20090: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20091: check
20092:
20093: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20094: $response:body content-type:name
20095:
20096: * configure, configure.in: hpux check, nsl link, no socket
20097:
1.211 moko 20098: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20099:
20100: * configure, configure.in: pack even address access on sparc&co
20101: arch checked in configure
20102:
20103: * configure, src/include/pa_version.h: makes
20104:
20105: * configure, configure.in, src/include/pa_version.h: makes
20106:
20107: * src/main/untaint.C: (bug#2) mail subject got always prepended
20108: with charset even when all letters were 7bit one
20109:
20110: * src/main/pa_common.C: merged fixed -d (bug)
20111:
20112: * src/main/pa_common.C: fixed -d (bug)
20113:
20114: 2002-06-03 paf
20115:
1.211 moko 20116: * ChangeLog, operators.ru.txt, operators.txt,
20117: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20118: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20119: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20120: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20121: .dsp-s along with reorganized cvs modules dirs structure
20122:
20123: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20124: main/pa_globals.C, targets/cgi/parser3.dsp,
20125: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20126: modules
20127:
20128: 2002-05-28 paf
20129:
20130: * src/targets/cgi/parser3.C: info.uri now ""
20131:
20132: 2002-05-17 paf
20133:
20134: * src/classes/: table.C: ^table.save << checked empty
20135: pre/match/post columns
20136:
20137: 2002-05-16 paf
20138:
20139: * src/classes/image.C: image::measure can png now
20140:
20141: 2002-05-15 paf
20142:
1.211 moko 20143: * operators.ru.txt, operators.txt, src/classes/date.C:
20144: ^date::create[%H:%M[:%S]] added
1.95 moko 20145:
20146: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20147:
1.211 moko 20148: * operators.ru.txt, operators.txt, src/classes/date.C:
20149: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20150:
20151: 2002-05-14 paf
20152:
20153: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20154:
20155: 2002-05-07 paf
20156:
20157: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20158: src/include/pa_globals.h, src/include/pa_request.h,
20159: src/include/pa_table.h, src/main/compile.tab.C,
20160: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20161: src/main/pa_request.C, src/main/pa_table.C,
20162: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20163: src/targets/isapi/parser3isapi.dsp,
20164: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20165: name2number field now &. main_method_name now on Request pool
20166: rather on global_pool [Junction+VJunction created on same pool as
20167: name = were created on global pool, causing mem leaks]
20168:
20169: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20170: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20171: main/compile.y, main/main.dsp, main/pa_globals.C,
20172: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20173: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20174: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20175: field now &. main_method_name now on Request pool rather on
20176: global_pool [Junction+VJunction created on same pool as name =
20177: were created on global pool, causing mem leaks]
20178:
20179: 2002-05-06 paf
20180:
20181: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20182: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20183: 100*40 bytes per request memory leak [nonpool malloc in globals]
20184:
20185: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20186: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20187: 100*40 bytes per request memory leak [nonpool malloc in globals]
20188:
20189: 2002-04-30 paf
20190:
20191: * configure, src/include/pa_version.h: version now not b
20192:
20193: * src/targets/cgi/parser3.C: request.uri now never 0
20194:
20195: 2002-04-29 paf
20196:
20197: * configure.in: removed b
20198:
20199: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20200: Exception::comment/type checked in (), no there's no empty
20201: type/comment by default
20202:
20203: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20204: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20205: src/doc/value.dox, src/include/pa_exception.h,
20206: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20207: 0001
20208:
20209: 2002-04-26 paf
20210:
20211: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20212: size reduced
20213:
20214: 2002-04-25 paf
20215:
20216: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20217: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20218: now that took into account
20219:
1.211 moko 20220: * operators.ru.txt, operators.txt, src/classes/date.C:
20221: ^date::create[2002-12-33 01:03:04]
1.95 moko 20222:
1.211 moko 20223: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20224: ^date::create[2002-12-33 01:03:04]
20225:
20226: * ChangeLog: updated changelog
20227:
20228: * src/classes/table.C: removed restriction on column count to
20229: ^table.hash to work, now must be >0 [were >1]
20230:
20231: 2002-04-24 paf
20232:
20233: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20234: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20235: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20236: targets
20237:
20238: 2002-04-23 paf
20239:
1.211 moko 20240: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20241: int/double/string:sql{}[$.default{code}] fixed [were barking:
20242: "junction used outside of context"]
20243:
20244: 2002-04-22 paf
20245:
20246: * types.txt, src/classes/string.C, src/include/pa_string.h,
20247: src/main/pa_string.C, src/types/pa_vstring.C,
20248: src/types/pa_vstring.h: ^string.optimize[]
20249:
20250: * src/: include/pa_globals.h, include/pa_table.h,
20251: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20252: table template
20253:
20254: * src/classes/: string.C: optimize removed from string
20255: .left/right/pos
20256:
20257: * src/main/execute.C: rolled back to
20258: before_killing_userjunction_contexts
20259:
20260: * src/main/execute.C: user junctions context killed
20261:
20262: * src/main/execute.C: junctions to local contexts got
20263: cleanized&checked later
20264:
20265: 2002-04-19 paf
20266:
20267: * src/: classes/string.C, include/pa_request.h,
20268: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20269: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20270: prior to .left .right .mid .pos .match when that is profitable,
20271: and always before .replace when $ORIGINS(1) optimization disabled
20272: economy from not wasting mem on lots of strings which occur by
20273: lots of String:mid calls to get parts of source string between
20274: found_occurances
20275:
20276: * src/classes/file.C: ovector now local economy: 16 bytes per
20277: ^file:list
20278:
20279: * src/: include/pa_globals.h, include/pa_table.h,
20280: main/pa_globals.C, main/pa_string.C: String::match table columns
20281: globalized, not created @ each ^match anymore economy:
20282: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20283:
20284: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20285: removed from each String::match replace iteration, and made
20286: stacked sizeof(VTable)=12bytes economy on each replace code
20287:
20288: * src/doc/footer.htm: 2001,
20289:
20290: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20291: string.match[]['] option enables generation of $match.prematch
20292: .match .postmatch columns
20293:
20294: * src/main/pa_string.C: String::match options analized without
20295: cstr-ing them now
20296:
20297: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20298: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20299: config updated to doxygen 1.2.15, created helper which fixes
20300: minor bugs in chm project files & htm tree. changed extension to
20301: .htm
20302:
20303: 2002-04-18 paf
20304:
20305: * src/doc/doxygen.cfg: .chi generation disabled
20306:
20307: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20308: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20309: fields&methods
20310:
20311: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20312: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20313: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20314: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20315: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20316: types/pa_vresponse.h, types/pa_vstateless_class.h,
20317: types/pa_vstateless_object.h, types/pa_vstatus.h,
20318: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20319: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20320: VStateless_class to VObject
20321:
20322: * src/: main/pa_request.C, types/pa_valiased.h,
20323: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20324: types/pa_vstring.h: VStateless_string_object speicalized light
20325: version of VStateless_object
20326:
20327: * src/classes/op.C: ^throw comment param made optional
20328:
20329: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20330: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20331: and implemented down in VClass, fclass_alias removed,
20332:
20333: * src/types/pa_value.C: forced to cut that from .h because of
20334: VStateless_class usage [undefined in .h]
20335:
20336: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20337: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20338: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20339: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20340: on each CALL]
20341:
20342: * src/: classes/classes.h, classes/date.C, classes/double.C,
20343: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20344: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20345: classes/response.C, classes/string.C, classes/table.C,
20346: classes/void.C, classes/xnode.C, include/pa_globals.h,
20347: include/pa_request.h, main/execute.C, main/pa_globals.C,
20348: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20349: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20350: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20351: types/pa_vstateless_class.h, types/pa_wcontext.C,
20352: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20353: removed Value::fname
20354:
20355: 2002-04-17 paf
20356:
20357: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20358: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20359: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20360: include/pa_pool.h, include/pa_types.h: dox updated to current
20361: state, PTHROW freshen to throw & co
20362:
20363: * src/types/pa_vhash.h: vstring wrong parent fixed
20364:
20365: * src/classes/op.C: taint local result var bug fixed
20366:
20367: 2002-04-16 paf
20368:
20369: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20370: Attic asm.txt as most interesting
20371:
20372: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20373: check, preventing content-length: 0 from appearing
20374:
20375: * src/main/execute.C: $result in @main now taken into account as in
20376: usual functions
20377:
20378: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20379: & @unhandled_exception now taken into account as in usual
20380: functions
20381:
20382: * src/doc/postbuild.txt: instructions on post .html build
20383:
20384: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20385:
20386: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20387: tainted
20388:
20389: * src/main/pa_request.C: uri in error log
20390:
20391: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20392: cheched date:create(days) param for validity [later were assumed
20393: valid and crashed on invalid onces]
20394:
20395: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20396: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20397: and used that for removing VString wrapper
20398:
20399: * src/classes/op.C: exception2vhash file now tainted
20400:
20401: * src/classes/op.C: _process pseudo origin copied from local var to
20402: heap
20403:
20404: * src/classes/op.C: extra check on empty file in origin in _execute
20405:
20406: 2002-04-15 paf
20407:
20408: * src/: main/execute.C, types/pa_value.h: fixed name update
20409:
20410: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20411: functions
20412:
20413: * src/: classes/file.C, classes/hash.C, classes/op.C,
20414: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20415: started dual write_xxx_lang functions, if checked & works
20416:
20417: * src/: classes/date.C, classes/file.C, classes/mail.C,
20418: classes/string.C, classes/xnode.C, include/pa_request.h,
20419: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20420: unnecessary VString shells
20421:
20422: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20423: prev changes]
20424:
20425: * src/: classes/image.C, classes/op.C, classes/string.C,
20426: classes/table.C, include/pa_request.h, main/execute.C,
20427: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20428: StringOrValue wcontext result, now ready for dual writes
20429:
20430: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20431: checked that
20432:
20433: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20434: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20435: changed to OP_WRITE_VALUE in var get cases
20436:
20437: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20438: include/pa_request.h, main/compile.tab.C, main/compile.y,
20439: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20440: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20441: switch in hash constructor fixed [were problems with using of
20442: stacked wwrapper after it's death]
20443:
20444: 2002-04-12 paf
20445:
1.211 moko 20446: * operators.ru.txt, operators.txt, src/classes/table.C:
20447: table.select(expression) 0
1.95 moko 20448:
20449: 2002-04-11 paf
20450:
20451: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20452: Request::process_internal codeFrame & wwrapper stacked [not
20453: wasting heap anymore]
20454:
20455: 2002-04-10 paf
20456:
20457: * src/: classes/double.C, classes/file.C, classes/hash.C,
20458: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20459: classes/string.C, classes/table.C, classes/void.C,
20460: classes/xdoc.C, include/pa_request.h, main/execute.C,
20461: main/pa_string.C: killed Request::process() wrapping
20462: VString(String) in case we need only String
20463:
20464: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20465: killed 8 bytes from String.head
20466:
20467: 2002-04-09 paf
20468:
20469: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20470: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20471: local*/char b[...]; a=b; situations
20472:
1.211 moko 20473: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20474: made literal
1.95 moko 20475:
20476: * src/classes/xdoc.C: xslt params fixed
20477:
20478: * src/: main/pa_common.C, targets/cgi/parser3.C,
20479: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20480: not pool.malloc(MAX_NUMBER) but really neaded
20481:
1.211 moko 20482: * operators.ru.txt, operators.txt, src/classes/double.C,
20483: src/classes/int.C: int/double.int/double(default)
1.95 moko 20484:
20485: 2002-04-04 paf
20486:
20487: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20488: [when reconstructing pieces were split by
20489: max_integral(piece.size), thus some strings to replace happen to
20490: be split into two = not replaced)
20491:
20492: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20493: standalone version = current dir
20494:
20495: * src/targets/cgi/parser3.C: document root in standalone version =
20496: current dir
20497:
20498: 2002-04-03 paf
20499:
20500: * configure, configure.in: more checks on nonexistent charset
20501:
1.116 moko 20502: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20503:
20504: 2002-04-02 paf
20505:
20506: * src/main/compile.C: parser.compile [exception name more like in
20507: doc]
20508:
20509: 2002-04-01 paf
20510:
20511: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20512: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20513: .content-type.charset, not .charset
20514:
20515: 2002-03-29 paf
20516:
20517: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20518:
1.211 moko 20519: * operators.ru.txt, operators.txt, src/classes/date.C:
20520: ^date::create now may not supply day, default 1. checked 29.03
20521: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20522:
20523: 2002-03-28 paf
20524:
1.211 moko 20525: * operators.ru.txt, operators.txt, src/classes/date.C,
20526: src/classes/op.C, src/include/pa_globals.h,
20527: src/include/pa_hash.h, src/main/pa_globals.C,
20528: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20529: ^cache[date] }
1.95 moko 20530:
20531: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20532: param
20533:
20534: 2002-03-27 paf
20535:
1.211 moko 20536: * operators.ru.txt, operators.txt, src/classes/date.C,
20537: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20538: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20539: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20540: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20541: src/classes/xdoc.C, src/classes/xnode.C,
20542: src/include/pa_exception.h, src/include/pa_request.h,
20543: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20544: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20545: src/main/pa_array.C, src/main/pa_charset.C,
20546: src/main/pa_charsets.C, src/main/pa_common.C,
20547: src/main/pa_dictionary.C, src/main/pa_exception.C,
20548: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20549: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20550: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20551: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20552: src/types/pa_value.h, src/types/pa_vcookie.C,
20553: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20554: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20555: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20556: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20557: src/types/pa_wwrapper.h: assigned exception types
20558:
1.211 moko 20559: * operators.ru.txt, operators.txt, src/classes/op.C,
20560: src/include/pa_config_fixed.h, src/include/pa_request.h,
20561: src/main/execute.C, src/main/pa_request.C: decided agains
20562: resetting exception_trace, just changed name
1.95 moko 20563:
20564: 2002-03-26 paf
20565:
20566: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20567: fixed
20568:
20569: * src/classes/op.C: forced language of $source field of exception
20570: to 'tainted', so that sql-langed-frags could be outputed outside
20571: of connect
20572:
1.211 moko 20573: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20574: offset
1.95 moko 20575:
20576: * src/classes/date.C: removed date.roll limit of +-1 offset
20577:
1.211 moko 20578: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20579: roll on daylightsaving days mktime took into account tm_isdst
20580: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20581:
20582: 2002-03-25 paf
20583:
1.211 moko 20584: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20585: http_site_config_filespec
20586:
20587: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20588: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20589: with any/both --disable-foreign-group-files --disable-execs
20590:
20591: * INSTALL: "--with=sendmail=COMMAND" comment
20592:
20593: * INSTALL, configure, configure.in, src/classes/mail.C,
20594: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20595: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20596: disables execs also. introducing --sendmail
1.95 moko 20597:
1.211 moko 20598: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20599:
20600: * INSTALL: comment on --disable-link-stdcpp
20601:
1.116 moko 20602: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20603: libstdc++ link skipping configure option
1.95 moko 20604:
20605: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20606: with error were put to cache with 'marked_to_rollback' flag, all
20607: consequent even OK requests rolled back
20608:
20609: 2002-03-22 paf
20610:
20611: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20612: false return
20613:
1.211 moko 20614: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20615:
20616: 2002-03-18 paf
20617:
1.211 moko 20618: * operators.ru.txt, operators.txt, src/classes/op.C,
20619: src/include/pa_exception.h, src/include/pa_globals.h,
20620: src/include/pa_request.h, src/include/pa_stack.h,
20621: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20622:
20623: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20624: types/pa_vdouble.h: removed some tested @tests
20625:
20626: 2002-03-15 paf
20627:
1.211 moko 20628: * operators.ru.txt, operators.txt, src/classes/table.C:
20629: ^table.locate(logical expr)
1.95 moko 20630:
20631: 2002-03-13 paf
20632:
20633: * src/main/pa_exception.C: checked not-pooled malloc
20634:
20635: 2002-03-11 paf
20636:
20637: * INSTALL, configure, configure.in,
20638: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20639:
20640: * src/main/pa_common.C: --disable-foreign-group-files
20641:
20642: * INSTALL: --disable-execs
20643:
20644: * src/main/pa_exec.C: --disable-execs
20645:
20646: * configure, configure.in, src/include/pa_config_auto.h.in:
20647: --disable-execs
20648:
20649: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20650:
20651: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20652: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20653:
20654: 2002-03-05 paf
20655:
1.211 moko 20656: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20657: calendar columns named
1.95 moko 20658:
1.211 moko 20659: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20660: calendar columns named
1.95 moko 20661:
20662: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20663: requires headers to be terminated with \r\n manually [refuses to
20664: separate header/body itself]
20665:
20666: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20667: targets/isapi/parser3isapi.C: isapi site config beside .dll
20668:
20669: 2002-03-04 paf
20670:
20671: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20672: in PASS language
20673:
20674: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20675: deserialize checks on broken file
20676:
20677: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20678: parser3isapi.dsp: isapi updated
20679:
20680: 2002-03-01 paf
20681:
20682: * src/main/pa_exec.C: execle -> execve, now argc OK
20683:
20684: 2002-02-28 paf
20685:
20686: * src/main/untaint.C: removed some debug comments
20687:
20688: * src/main/pa_charsets.C: when placing charset to cache using
20689: global name now [were request]
20690:
20691: * configure, configure.in: apache module updated
20692:
20693: * src/main/pa_string.C: origin by first piece preferred before last
20694: piece
20695:
20696: 2002-02-27 paf
20697:
20698: * src/main/pa_charset.C: size_t
20699:
20700: * INSTALL: shared/static-xml with-pathlink
20701:
1.211 moko 20702: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20703:
20704: 2002-02-26 paf
20705:
20706: * src/main/pa_exec.C: more precise names for vars, cosmetic
20707:
20708: * src/classes/xnode.C: in some situation, xpath query returned
20709: result with type NODESET, but empty nodeset member field, checked
20710: that
20711:
20712: 2002-02-22 paf
20713:
20714: * INSTALL: without-zlib comment
20715:
20716: * etc/parser3.charsets/windows-1251.cfg: °
20717:
20718: * configure, configure.in: glib###.a detection fixed
20719:
20720: * INSTALL: hashfile removed from INSTALL
20721:
1.116 moko 20722: * Makefile.am: make update
1.95 moko 20723:
20724: * src/main/pa_string.C: string iterators fixed again, so were
20725: String::join_chain
20726:
20727: * src/main/pa_string.C: string iterators fixed again, so were
20728: String::join_chain
20729:
20730: * src/: include/pa_string.h, main/pa_string.C: string iterators
20731: fixed again, so were String::join_chain
20732:
20733: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20734:
1.211 moko 20735: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20736: "expires=0" = "session"
1.95 moko 20737:
1.116 moko 20738: * configure, configure.in, src/include/pa_config_auto.h.in:
20739: --with-shared-xml --with-static-xml
1.95 moko 20740:
20741: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20742: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20743: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20744: xalan&xml
20745:
20746: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20747:
1.211 moko 20748: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20749: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20750: from sources for now
1.95 moko 20751:
1.116 moko 20752: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20753: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20754: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20755: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20756: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20757: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20758: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20759: src/types/Makefile.am, src/types/pa_vhashfile.C,
20760: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20761:
20762: 2002-02-21 paf
20763:
20764: * src/main/untaint.C: removed debug code, activated commented-for
20765: debug parts
20766:
1.116 moko 20767: * Makefile.am: make cvsupdate
1.95 moko 20768:
20769: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20770: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20771: append_row, not at link zero now string to string appending works
20772:
20773: 2002-02-20 paf
20774:
20775: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20776: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20777: DEBUG_STRING_APPENDS_VS_EXPANDS
20778:
20779: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20780: economy: 22%
20781:
20782: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20783: space uptimized: string::link_row removed
20784:
20785: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20786: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20787: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20788: types/pa_vstring.h: speed uptimized: string::is_empty
20789:
1.211 moko 20790: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20791: src/include/pa_config_fixed.h, src/include/pa_string.h,
20792: src/include/pa_types.h, src/main/compile.tab.C,
20793: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20794: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20795: string append optimiziation idea and estimates
20796:
20797: 2002-02-19 paf
20798:
20799: * src/classes/math.C: not used directly [but erroreously reported
20800: that 'is', thus registering twice&other probs]
20801:
20802: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20803: to node [element]
20804:
20805: * src/main/compile.C: without string_origins parse error
20806: file+line+col possible
20807:
20808: * src/main/: compile.C: without string_origins not worked
20809:
20810: 2002-02-18 paf
20811:
20812: * src/types/pa_vdouble.h: since we have in_expression removed that
20813: trick i've installed into double::as_string
20814:
20815: * src/main/pa_globals.C: extern "C" was removed too fast
20816:
20817: * src/: include/pa_opcode.h, include/pa_request.h,
20818: main/compile.tab.C, main/compile.y, main/execute.C,
20819: types/pa_wcontext.h: in_expression aimed to solve old problem
20820: with string/nonstring values, now in expressions double/int
20821: values are passed as-is, without stupid tostring/fromstring
20822: conversions
20823:
20824: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20825: __cplusplus } #endif
20826:
20827: * src/main/compile.tab.C: bison env set so one could compile
20828: without cygwin installed
20829:
20830: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20831: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20832: gnome xml libs parser .dsp-s changed accordingly
20833:
1.211 moko 20834: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20835: PARSER_ROOT_CONFIG
1.95 moko 20836:
1.211 moko 20837: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20838: [were date::set, with backward comp
1.95 moko 20839:
20840: * src/classes/math.C: math:random range check fixed
20841:
20842: * src/main/: compile.tab.C, compile.y: integer division stops name
20843:
20844: * INSTALL: local install comment
20845:
1.116 moko 20846: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20847:
1.116 moko 20848: * acinclude.m4, aclocal.m4, configure, configure.in,
20849: src/include/pa_config_auto.h.in,
20850: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20851: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20852:
1.211 moko 20853: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20854:
20855: 2002-02-13 paf
20856:
20857: * src/include/pa_config_includes.h: sys/time time both included
20858: now. vaguely remember confilicts on this on some system [not on
20859: six|ablv] so when would see them again would think up proper
20860: check
20861:
1.116 moko 20862: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20863: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20864:
20865: * src/main/pa_common.C: truncation never occured when writing files
20866: on unix [since i've changed cache mech] fix
20867:
20868: * src/main/pa_common.C: strnchr: sanity check added
20869:
20870: * etc/parser3.charsets/windows-1257.cfg: id added
20871:
20872: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20873: baltic charset file generated, in generation script ispunct check
20874: added
20875:
20876: 2002-02-08 paf
20877:
1.116 moko 20878: * src/: include/Makefile.am, sql/Makefile.am,
20879: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20880:
20881: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20882: forgotten
20883:
20884: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20885:
20886: * INSTALL, README: install&others updated
20887:
20888: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20889:
1.116 moko 20890: * Makefile.am, configure, configure.in,
20891: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20892: src/classes/Makefile.am, src/main/Makefile.am,
20893: src/main/pa_status_provider.C, src/targets/Makefile.am,
20894: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20895: works
1.95 moko 20896:
20897: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20898: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20899: classes/hashfile.C, classes/int.C, classes/mail.C,
20900: classes/math.C, classes/op.C, classes/response.C,
20901: classes/string.C, classes/table.C, classes/void.C,
20902: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20903: include/pa_array.h, include/pa_cache_managers.h,
20904: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20905: include/pa_config_fixed.h, include/pa_config_includes.h,
20906: include/pa_db_connection.h, include/pa_db_manager.h,
20907: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20908: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20909: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20910: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20911: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20912: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20913: include/pa_stack.h, include/pa_string.h,
20914: include/pa_stylesheet_connection.h,
20915: include/pa_stylesheet_manager.h, include/pa_table.h,
20916: include/pa_threads.h, include/pa_types.h, main/compile.C,
20917: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20918: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20919: main/pa_db_connection.C, main/pa_db_manager.C,
20920: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20921: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20922: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20923: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20924: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20925: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20926: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20927: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20928: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20929: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20930: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20931: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20932: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20933: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20934: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20935: types/pa_vmethod_frame.h, types/pa_vobject.h,
20936: types/pa_vrequest.h, types/pa_vresponse.h,
20937: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20938: types/pa_vstateless_object.h, types/pa_vstatus.C,
20939: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20940: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20941: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20942: classes/image.C, main/pa_common.C, main/pa_exec.C,
20943: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20944: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20945: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20946: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20947: types/pa_vxnode.C, main/pa_charset.C: name spelling
20948:
20949: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20950: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20951: classes/hashfile.C, classes/image.C, classes/int.C,
20952: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20953: classes/string.C, classes/table.C, classes/void.C,
20954: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20955: include/pa_array.h, include/pa_cache_managers.h,
20956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20957: include/pa_config_fixed.h, include/pa_config_includes.h,
20958: include/pa_db_connection.h, include/pa_db_manager.h,
20959: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20960: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20961: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20962: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20963: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20964: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20965: include/pa_stack.h, include/pa_string.h,
20966: include/pa_stylesheet_connection.h,
20967: include/pa_stylesheet_manager.h, include/pa_table.h,
20968: include/pa_threads.h, include/pa_types.h, main/compile.C,
20969: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20970: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20971: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20972: main/pa_db_connection.C, main/pa_db_manager.C,
20973: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20974: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20975: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20976: main/pa_socks.C, main/pa_sql_driver_manager.C,
20977: main/pa_status_provider.C, main/pa_string.C,
20978: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20979: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20980: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20981: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20982: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20983: targets/isapi/pool_storage.h, types/pa_valiased.C,
20984: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20985: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20986: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20987: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20988: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20989: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20990: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20991: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20992: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20993: types/pa_vresponse.h, types/pa_vstateless_class.C,
20994: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20995: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20996: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20997: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20998: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20999: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21000:
21001: 2002-02-07 paf
21002:
21003: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21004:
1.116 moko 21005: * configure, configure.in, src/include/pa_config_auto.h.in,
21006: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21007: added yet another locking function: fcntl
1.95 moko 21008:
21009: * config.sub: on cygwin configure passes it with strange i1586
21010: const, hacked it to mean i586
21011:
21012: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21013: disabled $if reference due to conflicts with local variables
21014:
1.211 moko 21015: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21016: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21017: xdoc::create, with both sences
21018:
21019: * operators.ru.txt, operators.txt, src/classes/table.C,
21020: src/include/pa_array.h, src/include/pa_table.h,
21021: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21022: 'set' name obsolete now table clone.
1.95 moko 21023:
1.211 moko 21024: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21025: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21026: ^int/double/string.format now can be called with normal []
21027: brackets, not stupid {} as it were implemented for some strange
21028: reason. retaining backward compatibility due to some
21029: already-implemented servers
21030:
21031: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21032: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21033: operators now detected by check at name_without_curly_rdive_read
21034: rule whether diving code constists only of
21035: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21036: with OP_GET_ELEMENT_OR_OPERATOR to form
21037: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21038:
21039: 2002-02-06 paf
21040:
21041: * configure, configure.in: prefix expanded, grr
21042:
1.211 moko 21043: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21044: config changed
1.95 moko 21045:
21046: 2002-02-05 paf
21047:
1.211 moko 21048: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21049:
21050: * src/main/: pa_exec.C: argv0 now correct
21051:
21052: * src/types/pa_vstatus.C: status:rusage 3
21053:
21054: * src/types/pa_vstatus.C: status:rusage 2
21055:
1.211 moko 21056: * operators.ru.txt, operators.txt: status:rusage described int
21057: operators
1.95 moko 21058:
21059: * src/types/pa_vstatus.C: status:rusage 1
21060:
21061: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21062: src/types/types.dsp: status:rusage
21063:
1.211 moko 21064: * configure.in, operators.ru.txt, operators.txt,
21065: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21066: src/include/pa_config_includes.h, src/main/compile.tab.C,
21067: src/main/pa_common.C: rewritten ^cache to use
21068: non-blocking-exclusive-caches
21069:
21070: * src/main/pa_common.C: text file read mode on win32 adjusted
21071: [speed impact. was off for debugging purpose, but forgotten
21072: afterwards]
21073:
21074: 2002-02-01 paf
21075:
21076: * src/classes/op.C: file_write does EX lock after create, while
21077: file_read does SH after open, so there's a moment after create
21078: but before EX lock when read can sneak into, and read
21079: just-created-for-writing-and-not-yet-locked file, added a check
21080: for that in ^cache...read
21081:
21082: 2002-01-31 paf
21083:
21084: * src/main/: compile.y, compile.tab.C: disabled operator call after
21085: ^xxx:
21086:
21087: * src/main/: compile.tab.C, execute.C: made operators lookup first
21088: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21089:
21090: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21091: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21092: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21093: operators check 6.1 rewritten. now check is done at compile time
21094:
21095: * src/main/execute.C: operators check 5 floated up old error of
21096: staying in 'entered class/object' state after $a($a..) it
21097: prevented operators from being called thereafter
21098:
21099: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21100: main/execute.C: operators check 4 floated up old error of staying
21101: in 'entered object' state after ^a.a(a) it prevented operators
21102: from being called thereafter
21103:
21104: * src/main/execute.C: operators check 3 floated up old error of
21105: staying in 'entered class' state after $a:a(a) it prevented
21106: operators from being called thereafter
21107:
21108: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21109: floated up old error of staying in 'entered class' state after
21110: $a:a[a] it prevented operators from being called thereafter
21111:
21112: * src/main/execute.C: operators check, thay mistakenly seen in
21113: $class:operator $object.operators contexts
21114:
21115: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21116: win32
21117:
1.116 moko 21118: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21119: src/classes/Makefile.am, src/main/Makefile.am,
21120: src/targets/cgi/Makefile.am,
1.95 moko 21121: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21122: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21123:
1.116 moko 21124: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21125: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21126: configure, configure.in, form.txt, ident.awk, install-sh,
21127: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21128: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21129: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21130: etc/parser3.charsets/koi8-r.cfg,
21131: etc/parser3.charsets/windows-1250.cfg,
21132: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21133: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21134: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21135: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21136: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21137: straightened installation scripts procedure made
21138: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21139: change
21140:
21141: 2002-01-30 paf
21142:
21143: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21144: removed] those comments were a mistake, and prevented libltdl
21145: from function properly
21146:
21147: 2002-01-29 paf
21148:
1.116 moko 21149: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21150: creation [modified acinclude.m4 which were creating int into just
21151: assignment LIBTOOL=../libtool] added default system
21152: config&charsetts prepared 'make install', now it installs
21153: targets/cgi/parser3 into bin directory etc/parser3.conf &
21154: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21155: $sysconfdir/parser3.charsets respectively
21156:
21157: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21158: main/pa_globals.C: few forgotten ifdef XML added
21159:
21160: 2002-01-28 paf
21161:
1.116 moko 21162: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21163: removed
21164:
21165: * src/main/pa_exception.C: dom|generic error output fix
21166:
21167: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21168:
21169: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21170:
21171: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21172: [fixed as_node helper func to accept docs]
21173:
21174: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21175: xdoc.importNode 0
21176:
21177: * src/classes/xdoc.C: xdoc::set now untaints OK
21178:
21179: 2002-01-25 paf
21180:
21181: * src/main/: compile.tab.C, compile.y: #comment before @ after
21182: @SPECIAL now works OK
21183:
21184: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21185:
21186: * src/main/pa_exec.C: max arg count now 10, and proper message on
21187: violation that added
21188:
21189: * src/classes/hash.C: unified hash::sql, now
21190: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21191:
21192: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21193: ^file:lock[filename]{code}
21194:
21195: * src/: classes/file.C, classes/op.C, classes/string.C,
21196: classes/table.C, classes/xdoc.C, include/pa_common.h,
21197: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21198: to some pa_common funcs
21199:
21200: * src/: include/pa_charset.h, main/pa_globals.C:
21201: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21202:
21203: * src/: include/pa_charset.h, main/pa_charset.C,
21204: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21205: not stupid illegal define
21206:
21207: 2002-01-24 paf
21208:
21209: * src/include/pa_version.h: changed version number
21210:
21211: * src/: classes/hashfile.C, include/pa_db_table.h,
21212: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21213: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21214: main/pa_db_connection.C, main/pa_db_table.C,
21215: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21216: hashfile without logfiles
21217:
21218: * src/: classes/hashfile.C, include/pa_db_table.h,
21219: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21220: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21221: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21222: DB_INIT_TXN init bits, thus got rid of huge log files, which
21223: cluttered disk without huge need]
21224:
21225: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21226: handy macro, which is strangly abscent in dome lib
21227:
21228: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21229:
21230: * src/classes/xdoc.C: checked empty response
21231:
21232: * src/classes/xnode.C: xdoc.select fixed context node [were always
21233: /, not self node]
21234:
21235: * src/classes/xnode.C: xnode.select returns array always now, in
21236: case 'nothing found' returns empty array
21237:
21238: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21239: be more tender with ctrl/c/v
21240:
21241: 2002-01-23 paf
21242:
21243: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21244: substituted. // 2. when dom tree with entites goes under
21245: transform text nodes // got [erroreosly] cut on first
21246: entity occurance
21247:
21248: * src/types/pa_vdouble.h: double prec. todo: get rid of
21249: twice-converting
21250:
21251: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21252: 'e' in output this is for regretful twice-converting here:
21253: $a(double value) when they write double falue they convert it to
21254: string first, thus %g were losing precesion.
21255:
21256: todo: think up some way to remove double->string string->double
21257: twice-converting
21258:
21259: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21260: %.20E now default float format this is for regretful
21261: twice-converting here: $a(double value) when they write double
21262: falue they convert it to string first, thus %g were losing
21263: precesion.
21264:
21265: todo: think up some way to remove double->string string->double
21266: twice-converting
21267:
21268: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21269: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21270: reasons in comment inside
21271:
21272: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21273: statically linked]
21274:
21275: * src/: include/pa_exception.h, main/compile.tab.C,
21276: main/pa_exception.C: removed exception va_list constructor. 1.
21277: not needed anymore 2. there were a conflict[causing errors]
21278: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21279: never detected an ambiguilty here, compiling ctor(, "hello") into
21280: ctor(, va_list) which, of course, caused gpf
21281:
21282: * src/main/pa_globals.C: removed debug xslt messages
21283:
21284: 2002-01-22 paf
21285:
21286: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21287: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21288: helps compiling stylesheet properly. example: this refused to
21289: work, <b>«<xsl:value-of select="@title"
21290: />»</b> stranly worked only this way:
21291: <b>«<xsl:value-of select="@title" />»</b>
21292:
21293: docs says "set it to 1", never going into details, so I decided
21294: to try NOT to do that
21295:
21296: * src/classes/table.C: join behaived badly in case named tables
21297: structure mismatched: 0 strings sneaked into dest failing
21298: afterwards. replaced them with empty strings
21299:
21300: 2002-01-21 paf
21301:
21302: * src/main/pa_charset.C: checked empty transcoders in
21303: transcode_cstr|buf
21304:
21305: * src/classes/xdoc.C: xdoc::load error source = filespec
21306:
21307: * src/classes/xdoc.C: transform error source now
21308: stylesheet_filespec
21309:
1.116 moko 21310: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21311: include/pa_stylesheet_connection.h, main/pa_charset.C,
21312: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21313: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21314: gnome
1.95 moko 21315:
21316: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21317: include/pa_globals.h, include/pa_stylesheet_connection.h,
21318: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21319: xslt generic error 1
21320:
21321: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21322: xml generic message 1
21323:
21324: * src/classes/table.C: ^table::load empty lines or #comments before
21325: headline
21326:
21327: * src/: include/pa_array.h, include/pa_globals.h,
21328: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21329: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21330: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21331: errors 0
21332:
21333: 2002-01-16 paf
21334:
21335: * src/: classes/hash.C, classes/op.C, classes/string.C,
21336: classes/table.C, classes/void.C, classes/xdoc.C,
21337: include/pa_db_connection.h, include/pa_request.h,
21338: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21339: include/pa_stylesheet_connection.h,
21340: include/pa_stylesheet_manager.h, main/pa_request.C,
21341: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21342: targets/cgi/pool_storage.h: auto closers to sql_connection,
21343: stylesheet_connection auto destroyers to remaining gnome objects
21344:
21345: * src/classes/xdoc.C: few comments
21346:
21347: 2002-01-15 paf
21348:
21349: * src/classes/xdoc.C: xdoc file save string
21350:
21351: ready. todo: error handling
21352:
21353: * src/classes/xdoc.C: xdoc save rewritten using
21354: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21355: result
21356:
21357: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21358: started output options parsing
21359:
21360: 2002-01-14 paf
21361:
21362: * src/classes/xdoc.C: method
21363:
21364: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21365: include/pa_pool.h, include/pa_stylesheet_connection.h,
21366: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21367: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21368: xslt transform0. TODO: use output options handle errors
21369:
21370: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21371:
21372: 2002-01-11 paf
21373:
21374: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21375: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21376: partial logical && || evaluation
21377:
21378: * src/classes/xnode.C: xpath selectNodes
21379:
21380: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21381: string/number/bool
21382:
21383: * src/classes/xnode.C: xpath selectNode 2
21384:
21385: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21386: xpath selectNode 1
21387:
21388: 2002-01-10 paf
21389:
21390: * src/classes/xnode.C: xpath selectNode -100 [just written]
21391:
21392: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21393: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21394: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21395: refcounter]
21396:
21397: 2001-12-29 paf
21398:
21399: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21400: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21401: glib works 0
21402:
21403: 2001-12-28 paf
21404:
21405: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21406: main/pa_exception.C: started glib transcoders
21407:
21408: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21409:
21410: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21411: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21412: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21413: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21414: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21415: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21416: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21417: libs just compiled in. no refcounting no xpath no xslt yet
21418:
21419: 2001-12-27 paf
21420:
21421: * src/: include/pa_charset.h, include/pa_common.h,
21422: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21423: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21424: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21425: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21426: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21427: from xalan&xerces, started the process. globals [initialization
21428: pool [charset update charset [transcodings vxnode vxdoc [DOM
21429: calls
21430:
21431: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21432: anymore
21433:
21434: 2001-12-26 paf
21435:
21436: * src/: include/pa_charset.h, include/pa_charsets.h,
21437: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21438: key globalized [bug]
21439:
21440: 2001-12-25 paf
21441:
21442: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21443: main/pa_string.C: table set & append changed splitting languages,
21444: separators now can be clean AND as-is same to mail command line
21445: $MAIN:MAIL.progX arguments
21446:
21447: 2001-12-24 paf
21448:
21449: * src/classes/mail.C: one parted text messages - no multipart
21450: mime-type anymore. for convinient if $.attach-ments
21451:
21452: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21453: main/pa_string.C: read from cache size check updated
21454:
21455: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21456:
21457: 2001-12-21 paf
21458:
21459: * src/classes/date.C: date:sql-string now returns localtime
21460:
21461: * src/main/pa_request.C: $result in @main actually not working, to
21462: hell with it for now
21463:
21464: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21465: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21466: @postprocess @exception
21467:
21468: * src/main/execute.C: junction evaluation canceled - endless
21469: recursion detected
21470:
21471: 2001-12-19 paf
21472:
21473: * src/main/pa_charset.C: charset->charset transcoding via unicode
21474: intermediate
21475:
21476: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21477:
21478: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21479:
21480: * src/classes/op.C: ^cache keypath now relative
21481:
21482: * src/classes/mail.C: changed weighting prior to sort
21483:
21484: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21485: were missing
21486:
21487: 2001-12-17 paf
21488:
21489: * src/main/pa_charset.C: ifndef XML were bad type
21490:
21491: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21492: outdated unset services_pool
21493:
21494: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21495: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21496: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21497:
21498: * src/main/untaint.C: allowed space in filespec
21499:
21500: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21501:
21502: * src/classes/image.C: no govno
21503:
21504: * src/classes/image.C: govno
21505:
21506: 2001-12-16 paf
21507:
21508: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21509:
21510: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21511: charset_connection&manager replaced by charset&charsets
21512:
21513: * src/main/pa_charset.C: name_cstr 0
21514:
21515: * src/main/untaint.C: uri lang now knows about client/source
21516: charsets
21517:
21518: * src/: classes/file.C, classes/math.C, classes/op.C,
21519: classes/string.C, classes/table.C, classes/xdoc.C,
21520: include/pa_array.h, include/pa_cache_managers.h,
21521: include/pa_charset_connection.h, include/pa_charset_manager.h,
21522: include/pa_common.h, include/pa_db_connection.h,
21523: include/pa_db_manager.h, include/pa_db_table.h,
21524: include/pa_dictionary.h, include/pa_exception.h,
21525: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21526: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21527: include/pa_sapi.h, include/pa_socks.h,
21528: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21529: include/pa_string.h, include/pa_stylesheet_connection.h,
21530: include/pa_stylesheet_manager.h, include/pa_table.h,
21531: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21532: main/pa_charset.C, main/pa_charset_connection.C,
21533: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21534: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21535: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21536: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21537: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21538: types/types.dsp: introducing Charset
21539:
21540: 2001-12-14 paf
21541:
21542: * src/: include/pa_request.h, include/pa_transcoder.h,
21543: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21544: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21545: uri lang
21546:
21547: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21548:
21549: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21550:
21551: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21552: defalts_name global
21553:
21554: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21555: include/pa_request.h, main/main.dsp,
21556: main/pa_charset_connection.C, main/pa_charset_manager.C,
21557: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21558: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21559: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21560: changed charset model. now important: $request:charset
21561: $response:charset while $response:content-type.charset become
21562: unimportant [informational]
21563:
21564: 2001-12-13 paf
21565:
21566: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21567:
21568: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21569: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21570: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21571: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21572: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21573: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21574:
21575: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21576: auto_ptr part other way, because of stupid gcc 2.96
21577: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21578: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21579: FormatterListener] /usr/include/g++-3/memory:48:
21580: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21581: _Tp1 = FormatterListener, _Tp = FormatterListener]
21582:
21583: * src/classes/xdoc.C: removed extra inc
21584:
21585: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21586:
21587: * src/include/pa_types.h: msvc head debugging flag
21588:
21589: * src/classes/xdoc.C: freed up listener
21590:
21591: * src/classes/string.C: change msg '... code is not code'
21592:
21593: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21594: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21595: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21596: [past/future prob]
21597:
21598: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21599: include/pa_config_fixed.h, include/pa_db_manager.h,
21600: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21601: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21602:
21603: * src/: include/pa_config_fixed.h, main/pa_common.C,
21604: main/pa_string.C: removed signed mismatch warnings
21605:
21606: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21607: 'expires' from header outputs
21608:
21609: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21610: row ptr
21611:
21612: * src/classes/file.C: file::cgi bug, request_method were passed to
21613: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21614:
21615: * src/classes/xdoc.C: lang list updated
21616:
21617: 2001-12-10 paf
21618:
21619: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21620:
21621: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21622: erase files like that, knowing their full name introducing //
21623: theoretical problem with, for instance, "_2B" and "." fragments,
21624: // they would yield the same // because
21625: need_file_encode('_')=false // but we need to delete such files
21626: somehow, getting names from ^index
21627:
21628: * src/main/pa_string.C: ^string.replace bug fixed [bad
21629: string::join_chank break]
21630:
21631: 2001-12-07 paf
21632:
21633: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21634: include/pa_common.h, include/pa_config_auto.h.in,
21635: include/pa_config_fixed.h, include/pa_config_includes.h,
21636: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21637: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21638: types/pa_vhashfile.C: merged from r14_simple_cache
21639:
21640: * src/main/pa_string.C: stupid sparc architecture failed to access
21641: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21642: lduh [ %i2 + 1 ], %l0
21643:
21644: bus error, fixed that
21645:
21646: * src/main/pa_string.C: strange string deserialize bug on
21647: client[pmts], a bit shortened,
21648:
21649: * src/include/pa_config_auto.h.in: makes
21650:
21651: * src/: include/pa_common.h, include/pa_config_fixed.h,
21652: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21653: file write shared lock file read
21654:
21655: * src/: classes/op.C, include/pa_common.h,
21656: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21657:
21658: 2001-12-06 paf
21659:
21660: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21661: main/pa_request.C: #ifdef RESOURCES_DEBUG
21662:
21663: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21664: info
21665:
21666: * src/classes/hashfile.C: removed transaction from ^cache
21667:
21668: 2001-12-05 paf
21669:
21670: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21671: IIS5 there were a prob with illegal call check
21672:
21673: 2001-12-04 paf
21674:
21675: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21676: main/pa_request.C: measures to log
21677:
21678: 2001-11-23 paf
21679:
21680: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21681: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21682: types/pa_vhashfile.C: merged from _0014, 1
21683:
21684: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21685: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21686: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21687: ^cache(33) would change
21688:
21689: 0660 bits in file_write & hashfile create
21690:
21691: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21692: after pa_string optimization]
21693:
21694: 2001-11-22 paf
21695:
21696: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21697: table.offset[whence]
21698:
21699: * src/classes/op.C: process cstr(,connection)
21700:
21701: * src/classes/op.C: process now gets its body on current language,
21702: not as-is
21703:
21704: * src/main/untaint.C: ORIGINS mode removed UHTML
21705:
21706: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21707: bit
21708:
1.116 moko 21709: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21710:
21711: 2001-11-21 paf
21712:
21713: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21714: <xsl:output output options made identical to xsl:output
21715: attributes exclusion: cdata-section-elements what xalan can do
21716: but that not used now: it can escape and remove CDATA sections
21717:
21718: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21719: produced by xslt
21720:
21721: * src/targets/cgi/parser3.C: removed debug cgi||1
21722:
21723: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21724:
21725: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21726: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21727: default language for {code}, it happen to change it's language
21728: from CLEAN, so later refused to split by CLEAN \t
21729:
21730: 2001-11-20 paf
21731:
1.116 moko 21732: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21733: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21734: bottom of dependeces, so that errors would popup quicklier, fixed
21735: line numbering in table::sql
21736:
21737: 2001-11-19 paf
21738:
21739: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21740: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21741: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21742: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21743: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21744: at wcontext.write
21745:
1.116 moko 21746: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21747: _set_new_handler
21748:
1.116 moko 21749: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21750: set_new_handler in apache&isapi
1.95 moko 21751:
21752: 2001-11-16 paf
21753:
21754: * src/targets/cgi/parser3.C: pool debug @ die
21755:
21756: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21757: removed 8 bytes from String, 2 bytes from
21758: string::chunk::row::item
21759:
21760: * src/main/pa_string.C: removed 1+4 bytes from String
21761:
21762: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21763: types/pa_vstring.C: removed 1+4 bytes from String
21764:
21765: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21766: 0
21767:
21768: * src/: include/pa_globals.h, include/pa_string.h,
21769: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21770: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21771: targets/cgi/parser3.C: introducing estimating
21772: String::cstr_bufsize, 0
21773:
21774: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21775:
21776: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21777:
21778: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21779: include/pa_pool.h: die in pool::fail
21780:
21781: 2001-11-15 paf
21782:
21783: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21784: main/pa_exception.C, targets/cgi/parser3.C: exception with
21785: dynamic buffer re-back now with counter
21786:
21787: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21788: static buffer back
21789:
21790: * src/targets/cgi/parser3.C: std::
21791:
21792: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21793: include/pa_config_includes.h: setnewhandler check
21794:
1.116 moko 21795: * src/include/pa_config_auto.h.in: makes
1.95 moko 21796:
21797: * src/targets/cgi/parser3.C: set_new_handler started
21798:
21799: 2001-11-14 paf
21800:
21801: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21802: was wrong
21803:
21804: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21805: was wrong
21806:
21807: * src/main/pa_request.C: z
21808:
21809: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21810: full returns win32 -1 solaris >buffer_size
21811:
21812: checked all that
21813:
21814: * src/classes/op.C: ^untaint{body} as-is default now
21815:
21816: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21817: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21818: with no_bad_constructors_try
21819:
21820: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21821: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21822: this: $bred[^string::length[]] $bred[^response::clear[]]
21823: $bred[^int::int[]]
21824:
21825: now VObject creation moved into overriden
21826: VClass::create_new_value, thus 0 from create_new_value means that
21827: class has no ctors
21828:
21829: 2001-11-13 paf
21830:
21831: * src/classes/classes.C: returned accedently removed if in foreach
21832: callbacks [when hash no-0-restructure]
21833:
21834: 2001-11-12 paf
21835:
21836: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21837: passed as-is to method, xalan makes & into & itself
21838:
21839: * src/classes/date.C: date.roll parser2 alg used
21840:
21841: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21842: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21843: main/pa_dictionary.C, main/pa_hash.C,
21844: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21845: now does not containt 0 values. put 0 actullay removes. no check
21846: on 0 value in foreach now required
21847:
21848: 2001-11-11 paf
21849:
21850: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21851:
21852: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21853:
21854: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21855: driver initialize not const
21856:
21857: 2001-11-10 paf
21858:
21859: * src/main/pa_exec.C: doc
21860:
21861: 2001-11-09 paf
21862:
21863: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21864: param properly
21865:
21866: * src/classes/string.C: string.save now does untainting before
21867: saving
21868:
21869: * src/main/pa_common.C: line endings fixing fixed last piece[was
21870: still cstr oriented]
21871:
21872: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21873: line endings fixing got rid of cstr, now must work ok with post
21874: multipart
21875:
21876: * src/types/pa_vform.C: line endings fixed at post / multipart /
21877: not file also now
21878:
21879: 2001-11-08 paf
21880:
21881: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21882: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21883: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21884: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21885: main/pa_stylesheet_manager.C: restructured Cache manager to be
21886: simple parent, not second parent [gcc 2.96 strangly refused to
21887: call virtual from second parent]
21888:
1.116 moko 21889: * src/: include/pa_common.h, main/Makefile.am,
21890: targets/cgi/pa_pool.C: makes
1.95 moko 21891:
21892: * src/: include/pa_request.h, main/pa_request.C,
21893: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21894: 'status' class enabler
21895:
21896: <Location /parser-status.html> ParserStatusAllowed </Location>
21897:
21898: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21899: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21900: include/pa_stylesheet_manager.h, main/main.dsp,
21901: main/pa_cache_managers.C, main/pa_charset_manager.C,
21902: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21903: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21904: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21905: todo: apache 'status' class enabler
21906:
21907: 2001-11-05 paf
21908:
21909: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21910: debug to normal
21911:
21912: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21913: hence i removed skipping 0 values in hash::for_each-es we need to
21914: check cleaned cache items manually. few more checks.
21915:
21916: expiring to 0 time was wrong, changed to 'now' time
21917:
21918: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21919: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21920: on apache already done :)
21921:
21922: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21923: skipping 0 values in hash::for_each-es we need to check cleaned
21924: cache items manually
21925:
21926: * src/main/: pa_db_connection.C, pa_db_table.C:
21927: parser_multithreaded check was wrong
21928:
21929: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21930: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21931: classes/hashfile.C, classes/image.C, classes/int.C,
21932: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21933: classes/string.C, classes/table.C, classes/void.C,
21934: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21935: include/pa_array.h, include/pa_charset_connection.h,
21936: include/pa_charset_manager.h, include/pa_common.h,
21937: include/pa_config_fixed.h, include/pa_config_includes.h,
21938: include/pa_db_connection.h, include/pa_db_manager.h,
21939: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21940: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21941: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21942: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21943: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21944: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21945: include/pa_stack.h, include/pa_string.h,
21946: include/pa_stylesheet_connection.h,
21947: include/pa_stylesheet_manager.h, include/pa_table.h,
21948: include/pa_threads.h, include/pa_types.h, main/compile.C,
21949: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21950: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21951: main/pa_charset_manager.C, main/pa_common.C,
21952: main/pa_db_connection.C, main/pa_db_manager.C,
21953: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21954: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21955: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21956: main/pa_socks.C, main/pa_sql_driver_manager.C,
21957: main/pa_status_provider.C, main/pa_string.C,
21958: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21959: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21960: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21961: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21962: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21963: targets/isapi/pool_storage.h, types/pa_valiased.C,
21964: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21965: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21966: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21967: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21968: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21969: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21970: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21971: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21972: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21973: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21974: types/pa_vstateless_object.h, types/pa_vstatus.h,
21975: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21976: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21977: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21978: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21979: $status:db fixed used not initialized in db_connection & db_table
21980:
21981: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21982: $status:charset
21983:
21984: * src/: classes/xdoc.C, include/pa_db_connection.h,
21985: include/pa_stylesheet_connection.h,
21986: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21987: types/pa_vstatus.h: $status:stylesheet
21988:
21989: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21990: include/pa_request.h, include/pa_sql_connection.h,
21991: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21992: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21993: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21994: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21995: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21996: types/pa_vxnode.C, types/types.dsp: started status parser class
21997:
21998: 2001-11-01 paf
21999:
22000: * src/include/pa_config_auto.h.in: makes
22001:
22002: * src/main/pa_hash.C: removed old extra include
22003:
22004: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22005: checks [for hp, there are such in math.h]
22006:
22007: * src/classes/op.C: ^for endless loop check strightened
22008:
22009: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22010: behavior in native calls. it left unchanged, so ^for ^foreach &
22011: co can use r.root to write their i & key,value there
22012:
22013: * src/classes/op.C: detected for var storage bug, fixed.
22014: todo:foreach
22015:
22016: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22017: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22018: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22019: changing of hash inside of foreach
22020:
22021: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22022: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22023: were hash.foreach
22024:
22025: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22026: types/pa_vstring.C, types/pa_vstring.h:
22027: ^foreach[key|value]{body}[[separator]|{separator}]
22028:
22029: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22030: types/pa_vcookie.C: ^hash.delete[key]
22031:
22032: 2001-10-31 paf
22033:
22034: * src/main/: compile.C, pa_common.C: completely empty file now
22035: considered "read", not ignored [not perfect trick used]
22036:
22037: * src/main/pa_common.C: simplier common ifdefs
22038:
22039: * src/main/pa_common.C: typing bug in common - bad ifdeff
22040:
22041: * src/main/pa_db_connection.C: z
22042:
22043: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22044: lockdetector flags
22045: dbenv.lk_detect=DB_LOCK_RANDOM;
22046:
22047: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22048: from accidental show [imagine user forgot @exception]
22049:
22050: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22051:
22052: * src/: classes/file.C, classes/image.C, classes/mail.C,
22053: classes/string.C, classes/xnode.C, include/pa_common.h,
22054: main/pa_common.C: ^string.save[[append;]path]
22055:
22056: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22057: main/execute.C: \ in expression: int divide 10/3=3
22058:
22059: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22060: inside of ^cache
22061:
22062: * src/: include/pa_threads.h, main/pa_db_connection.C,
22063: main/pa_db_table.C, targets/cgi/pa_threads.C,
22064: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22065: needed
22066:
22067: 2001-10-30 paf
22068:
22069: * src/: classes/classes.dsp, main/main.dsp,
22070: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22071: types/types.dsp: enabled debug incremental compile
22072:
22073: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22074: form post data line endings not reformatted now.
22075:
22076: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22077: now required [had bug when file= has no value]
22078:
22079: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22080: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22081: cstr(asis) default param removed
22082:
22083: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22084:
22085: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22086:
22087: * src/include/pa_dir.h: LOAD_DIR fixed
22088:
22089: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22090: was broken} fix_line_breaks
22091:
22092: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22093: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22094: packed with #pragma pack
22095:
1.116 moko 22096: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22097:
22098: 2001-10-29 paf
22099:
22100: * src/types/pa_wcontext.h: bitfield syntax stricter
22101:
22102: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22103: string hash.puts
22104:
22105: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22106:
22107: * src/include/pa_sql_connection.h: there were one wrong
22108: SQL_CONNECTION_FUNC_GUARDED [failed]
22109:
22110: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22111: param.someday either ifdef or remove it
22112:
22113: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22114:
22115: * src/main/untaint.C: optimizing returned after debugging
22116:
22117: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22118: main/untaint.C: memory hunging #pragma pack(1)
22119:
22120: 16 419 844 13 169 394
22121:
22122: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22123: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22124: places [todo:Array]
22125:
22126: * src/: main/execute.C, targets/cgi/pa_pool.C,
22127: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22128: types/pa_wwrapper.h: debugging memory WContext flags to bits
22129:
22130: total 5 652 652/158731 total 5 469 332/158731
22131:
22132: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22133: Array:: without cache in get/put now
22134:
22135: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22136: 18:25:27 2001] total 5 652 652/158731
22137:
22138: * src/: include/pa_string.h, main/pa_string.C,
22139: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22140: now
22141:
22142: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22143: 18:11:53 2001] total 5796092/158731
22144:
22145: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22146: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22147: key ref now
22148:
22149: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22150: 17:11:17 2001] total 16867948/202658
22151:
22152: * src/: classes/file.C, classes/image.C, classes/string.C,
22153: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22154: main/execute.C, main/pa_array.C, main/pa_common.C,
22155: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22156: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22157: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22158: string::as_int/double now usually uses stack, not heap [200K out
22159: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22160:
22161: * src/main/pa_sql_driver_manager.C: ping to have services [old
22162: hiding bug]
22163:
22164: * src/Makefile.am: .am order
22165:
22166: * src/: include/pa_array.h, include/pa_charset_manager.h,
22167: include/pa_db_connection.h, include/pa_db_manager.h,
22168: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22169: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22170: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22171: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22172: required "friend class"
22173:
22174: ../include/pa_request.h:51: friend declaration requires
22175: class-key, i.e. `friend class Temp_lang'
22176:
22177: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22178: main/pa_exception.C, main/pa_sql_driver_manager.C,
22179: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22180:
22181: the idea is to #1 jump to C++ some function to main body, where
22182: every function stack frame has exception unwind information and
22183: from there... #2 propagate_exception()
22184:
22185: 2001-10-28 paf
22186:
22187: * src/main/pa_db_connection.C: removed old consts
22188:
22189: * src/main/pa_db_connection.C: expire table [was accidently pasted
22190: with wrong type/cast]
22191:
22192: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22193: translation
22194:
1.116 moko 22195: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22196: remember to build DB2 with -fexceptions!!!
22197:
22198: * src/main/pa_db_table.C: DB_RMW defed
22199:
22200: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22201: include/pa_db_connection.h, include/pa_db_manager.h,
22202: include/pa_db_table.h, main/pa_db_connection.C,
22203: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22204:
22205: 2001-10-27 paf
22206:
22207: * src/: classes/hashfile.C, include/pa_db_connection.h,
22208: include/pa_db_table.h, main/pa_db_connection.C,
22209: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22210: types/pa_vhashfile.C: DB2 ifdefs
22211:
1.116 moko 22212: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22213: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22214: makes with DB2
22215:
1.116 moko 22216: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22217: types/Makefile.am: makes db
1.95 moko 22218:
22219: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22220: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22221: globals.C
22222:
22223: * src/: classes/hashfile.C, include/pa_db_connection.h,
22224: include/pa_db_table.h, main/pa_db_connection.C,
22225: main/pa_db_table.C: ^hashfile.clear[]
22226:
22227: * src/classes/classes.awk: no $ in var names
22228:
22229: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22230: connection&table [forgotten calls]
22231:
22232: 2001-10-26 paf
22233:
22234: * src/main/pa_db_connection.C: db checkpoints
22235:
22236: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22237: checkpoints
22238:
22239: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22240: default. but entities still reparsed. todo: tothink
22241:
22242: * src/main/pa_db_connection.C: db recover mech 2
22243:
22244: * src/: classes/hashfile.C, include/pa_db_connection.h,
22245: include/pa_db_manager.h, include/pa_db_table.h,
22246: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22247: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22248: types/pa_vhashfile.h: db connections & tables now cached at
22249: create time & multithreaded
22250:
22251: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22252: parsed_source
22253:
22254: * src/main/pa_db_connection.C: about to remove connection from
22255: vhashfile
22256:
22257: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22258: transaction commit/rollback responsibility left to parent [as it
22259: sould - else there were a bug with double free]
22260:
22261: * src/include/pa_db_table.h: db: child transaction commit/rollback
22262: responsibility left to parent [as it sould - else there were a
22263: bug with double free]
22264:
22265: 2001-10-25 paf
22266:
22267: * src/: classes/hashfile.C, include/pa_common.h,
22268: include/pa_db_connection.h, include/pa_db_manager.h,
22269: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22270: types/pa_vhashfile.C, types/pa_vhashfile.h,
22271: include/pa_db_table.h, main/pa_db_table.C: started db_home
22272: [multiple, cached] todo: autorecover [tried, but not succeded,
22273: yet]
22274:
22275: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22276:
22277: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22278: transaction parent passed
22279:
22280: 2001-10-24 parser
22281:
1.116 moko 22282: * src/classes/Makefile.am: makes
1.95 moko 22283:
22284: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22285: isapi/pool_storage.h: pool_storage fixed
22286:
22287: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22288: types/pa_vform.h: form fix_line_breaks
22289:
1.116 moko 22290: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22291:
22292: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22293: targets/cgi/pool_storage.h: makes
22294:
22295: * src/sql/pa_sql_driver.h: version
22296:
22297: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22298: types/pa_vform.C, types/pa_vform.h: .am
22299:
22300: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22301: this: DB_RMW Acquire write locks instead of read locks when doing
22302: the retrieval. Setting this flag may decrease the likelihood of
22303: deadlock during a read-modify-write cycle by immediately
22304: acquiring the write lock during the read part of the cycle so
22305: that another thread of control acquiring a read lock for the same
22306: item, in its own read-modify-write cycle, will not result in
22307: deadlock
22308:
22309: * src/targets/isapi/parser3isapi.dsp: doc
22310:
22311: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22312:
22313: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22314:
22315: * src/: classes/hashfile.C, include/pa_db_connection.h,
22316: main/pa_db_connection.C: hashfile expired deleted from db when
22317: get & iterate
22318:
22319: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22320: expiring 1
22321:
22322: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22323:
22324: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22325: db_connection not bothers with key when not returning expired
22326: data
22327:
22328: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22329: types/pa_vhashfile.C: db_cursor constructor public now
22330:
22331: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22332: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22333: stamped, todo: put_element analize
22334:
22335: * src/: include/pa_db_connection.h, include/pa_string.h,
22336: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22337: serialize. todo stamp
22338:
22339: 2001-10-23 parser
22340:
22341: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22342: classes/image.C, classes/mail.C, classes/response.C,
22343: classes/string.C, classes/table.C, classes/xdoc.C,
22344: include/pa_config_fixed.h, include/pa_db_connection.h,
22345: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22346: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22347: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22348: types/pa_vtable.C: ^hashfile.hash[]
22349:
22350: * src/: classes/hashfile.C, classes/xdoc.C,
22351: include/pa_config_fixed.h, main/pa_db_manager.C,
22352: main/pa_globals.C: ifdefs so it compiled without db
22353:
22354: * src/: classes/hashfile.C, include/pa_db_connection.h,
22355: include/pa_db_manager.h, main/pa_db_connection.C,
22356: main/pa_db_manager.C, types/pa_vhashfile.h:
22357: ^hashfile.transaction{code} ^hashfile:clear[filename]
22358: ^hashfile.delete[key]
22359:
22360: 2001-10-22 parser
22361:
22362: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22363: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22364:
22365: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22366: classes/xnode.C, include/pa_charset_connection.h,
22367: include/pa_db_connection.h, include/pa_db_manager.h,
22368: include/pa_exception.h, include/pa_sapi.h,
22369: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22370: include/pa_stylesheet_connection.h,
22371: include/pa_stylesheet_manager.h,
22372: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22373: main/pa_db_connection.C, main/pa_db_manager.C,
22374: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22375: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22376: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22377: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22378: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22379: types/types.dsp: hashfile 0
22380:
22381: * src/types/pa_vhashfile.C: z
22382:
22383: * src/: classes/classes.dsp, classes/hashfile.C,
22384: include/pa_config_fixed.h, main/execute.C,
22385: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22386: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22387:
22388: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22389:
22390: * src/: include/pa_exception.h, include/pa_request.h,
22391: main/execute.C, main/pa_exception.C, main/pa_request.C,
22392: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22393: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22394:
22395: 2001-10-19 parser
22396:
22397: * src/include/pa_pool.h: header
22398:
22399: * src/main/pa_pool.C: auto compiled on gcc
22400:
22401: * src/classes/image.C: comment
22402:
1.116 moko 22403: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22404:
22405: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22406: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22407: types/pa_vxnode.h: xnode clone got freed
22408:
22409: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22410: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22411: can free up xalandomstring resulting from pool::transcode
22412:
22413: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22414: include/pa_config_fixed.h, include/pa_exception.h,
22415: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22416: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22417: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22418: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22419: from non-xml compile
22420:
22421: * src/main/pa_request.C: pool:: context - get_context
22422:
22423: * src/: classes/classes.h, classes/date.C, classes/double.C,
22424: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22425: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22426: classes/string.C, classes/table.C, classes/void.C,
22427: include/pa_config_fixed.h, include/pa_exception.h,
22428: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22429: main/compile.C, main/compile_tools.C, main/execute.C,
22430: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22431: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22432: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22433: main/pa_string.C, main/pa_table.C, main/untaint.C,
22434: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22435: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22436: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22437: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22438: types/pa_vstateless_class.h, types/pa_vtable.C,
22439: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22440: exceptions 0
22441:
22442: * src/classes/classes.awk: $ removed
22443:
22444: 2001-10-18 parser
22445:
22446: * src/types/pa_vcookie.C: cookie:CLASS
22447:
22448: * src/main/main.dsp: project
22449:
22450: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22451: set_document & ctor question "who owns document" solved
22452:
22453: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22454:
22455: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22456: main/pa_pool.C: encoding in dom creating funcs
22457:
22458: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22459: be transformed now
22460:
22461: * src/classes/xdoc.C: dom created by create can be transformed now
22462:
22463: * src/classes/xdoc.C: z
22464:
22465: * src/classes/xdoc.C: comment
22466:
22467: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22468: create now uses XercesDocumentBridge, appendChild&co now works
22469:
22470: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22471: @ recompile
22472:
22473: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22474: $origin @exception[
22475:
22476: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22477: tag names forced to XML lang
22478:
22479: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22480: leechy-found bugs in code&doc fixed
22481:
22482: 2001-10-17 parser
22483:
22484: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22485: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22486: n functionality preserved
22487:
22488: * src/types/pa_vimage.h: removed unused vimage::save
22489:
22490: 2001-10-16 parser
22491:
22492: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22493:
22494: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22495:
22496: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22497:
22498: * src/classes/image.C: image.copy tolerance
22499:
22500: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22501: ineffective, but works for small paleted image
22502:
22503: * src/types/pa_vimage.C: comment
22504:
22505: * src/classes/image.C: gd size/resize bugfix
22506:
22507: * src/: classes/classes.dsp, main/main.dsp,
22508: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22509: types/types.dsp: ident >nul 2>&1
22510:
22511: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22512: systems
22513:
22514: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22515: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22516:
22517: 2001-10-15 parser
22518:
22519: * src/main/execute.C: z
22520:
22521: * src/classes/: xdoc.C: !::create{qualifiedName}
22522:
22523: * src/types/pa_vxnode.C: document_type_node.
22524: !readonly attribute DOMString name
22525: !notation_node.
22526: !readonly attribute DOMString publicId
22527: !readonly attribute DOMString systemId
22528:
1.116 moko 22529: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22530: ::write badly passed string too transparently [failed to
22531: intercept it]
1.95 moko 22532:
22533: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22534: include/pa_request.h, main/pa_sql_driver_manager.C,
22535: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22536: types/pa_vxnode.h: DOM1 major addtion, only few
22537: attributes/methods left
22538:
22539: 2001-10-13 parser
22540:
22541: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22542: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22543: in main handler
22544:
22545: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22546: cleanups & frees order
22547:
22548: * src/types/pa_vcode_frame.h: couple comments
22549:
22550: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22551: transparent enough to handle hash if creation&passing
22552:
22553: * src/: include/pa_config_fixed.h, main/execute.C,
22554: main/pa_exception.C: noticed that vcodeframe not transparent
22555: enough, would change now
22556:
22557: 2001-10-12 parser
22558:
22559: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22560: fixed. initialization&free on each thread!
22561:
22562: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22563: handling changed: now type of default param analized always, not
22564: only at problem time, thus helping early problem spotting
22565:
22566: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22567: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22568: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22569: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22570: multithread bug fixed. initialization&free on each thread!
22571:
22572: 2001-10-11 parser
22573:
22574: * src/classes/xnode.C: xnode.selectSingle now
22575:
22576: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22577: include/pa_pool.h, include/pa_stylesheet_connection.h,
22578: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22579: convertors out of Pool into Exception
22580:
22581: * src/main/pa_string.C: const
22582:
22583: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22584: linked pieces of same language together prior to String::replace
22585:
22586: * src/classes/hash.C: !^hash.add[addme]
22587: !^hash.sub[subme]
22588: !^a.union[b] = new
22589: !^a.intersection[b] = new
22590: !^a.intersects[b] = bool
22591:
22592: * src/classes/hash.C: !^hash::append[append_from]
22593:
22594: * src/: classes/hash.C, types/pa_vhash.h:
22595: !^hash::create[[copy_from]]
22596:
22597: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22598: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22599: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22600: fixed. got rid of empty_string, which caused errors - it hasnt
22601: exception but somebody[value.bark] tried to throw it on it's pool
22602:
1.116 moko 22603: * src/include/pa_config_auto.h.in: makes
1.95 moko 22604:
22605: 2001-10-10 parser
22606:
22607: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22608:
22609: * src/main/: compile.tab.C, compile.y: ^a[
22610:
22611: @next_method << now unclosed ] would be reported here
22612:
22613: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22614: compile error
22615:
22616: 2001-10-09 parser
22617:
1.116 moko 22618: * src/: classes/Makefile.am, main/Makefile.am,
22619: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22620:
22621: * src/classes/Makefile.am: makes
22622:
22623: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22624: win32 errors intercepted [xalan transformer patched and
22625: incorporated]
22626:
22627: * src/: classes/classes.dsp, classes/xdoc.C,
22628: include/pa_stylesheet_connection.h, main/main.dsp,
22629: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22630: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22631: patches starting
22632:
22633: * src/classes/: string.C, table.C: ^string.save[file]
22634:
22635: * src/classes/: date.C, table.C: calendar moved to date
22636:
22637: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22638: string/table] now
22639:
22640: * src/classes/: op.C, table.C: z
22641:
22642: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22643: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22644: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22645: be code [be string..]
22646:
22647: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22648: table.C: lots of
22649: params->as_int/double/as_string/as_junction/as_no_junction
22650: messages added
22651:
22652: 2001-10-08 parser
22653:
22654: * src/: classes/date.C, classes/image.C, classes/string.C,
22655: classes/table.C, classes/void.C, include/pa_request.h:
22656: params->as_int/double message added
22657:
22658: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22659:
22660: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22661: image:sector removed image:html internal "line-*" attribs
22662:
22663: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22664: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22665:
22666: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22667: way
22668:
22669: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22670: main/untaint.C: header untainting to UL_HTTP_HEADER,
22671: UL_MAIL_HEADER made nonforced [only tainted pieces]
22672:
22673: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22674: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22675: @ SAPI::log
22676:
22677: * src/main/untaint.C: \r to ' ' in origins mode
22678:
22679: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22680: set]
22681:
22682: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22683: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22684: nonstandard liaison freed up
22685:
22686: 2001-10-07 parser
22687:
22688: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22689: project
22690:
22691: 2001-10-05 parser
22692:
22693: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22694: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22695: from outputing to cerr. lots of "todos"
22696:
22697: * src/main/untaint.C: http_header tainting more gentle with
22698: enquoting now
22699:
22700: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22701: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22702: xml errorhandler. fixed string.replace a little, read @test
22703:
22704: * src/main/pa_string.C: found replace bug - first_that_starts(char
22705: *) does not have limit, and looks further eos, fixing....
22706:
22707: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22708:
22709: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22710:
22711: * src/main/: pa_charset_connection.C: ctype another mem clear
22712: bugfix
22713:
1.116 moko 22714: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22715: $result[^[$p^]z] now works fine
1.95 moko 22716:
22717: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22718: wrong. fixed it
22719:
22720: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22721: of totable appered to be vital
22722:
22723: 2001-10-04 parser
22724:
22725: * src/classes/image.C: ^image.length[text]
22726:
22727: 2001-10-03 parser
22728:
22729: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22730:
22731: * src/main/pa_request.C: restored pcre defaulting in request
22732: [mindlessly "optimized" yesterday] comment left
22733:
22734: 2001-10-02 parser
22735:
22736: * src/: main/pa_charset_manager.C,
22737: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22738: needed
22739:
22740: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22741: forgot non-xml pool.*charset needed
22742:
22743: * src/classes/table.C: # config comments fixed
22744:
22745: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22746: charset_connection #comment now
22747:
22748: * src/: classes/classes.dsp, types/types.dsp: release projects
22749: options fixed to use release msvcrt lib
22750:
22751: * src/main/pa_charset_connection.C: pcre tables now const inside
22752: removed default - pcre handles that internally fixed bug on
22753: not-cleaning tables [previously was calloced, now member]
22754:
22755: * src/: include/pa_request.h, main/pa_charset_connection.C,
22756: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22757: inside removed default - pcre handles that internally fixed bug
22758: on not-cleaning tables [previously was calloced, now member]
22759:
22760: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22761: tested charset reload on file change @ apache version = OK tested
22762: freeing up prev encoding on adding new = OK
22763:
22764: 2001-10-01 parser
22765:
22766: * src/main/pa_charset_connection.C: removed entitify external hack
22767: [internal installed]
22768:
1.116 moko 22769: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22770:
22771: * src/: include/pa_charset_connection.h,
22772: include/pa_charset_manager.h,
22773: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22774: main/pa_charset_connection.C, main/pa_charset_manager.C,
22775: main/pa_request.C: charset loading & caching mech 0
22776:
22777: * src/: include/pa_stylesheet_connection.h,
22778: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22779: main/pa_globals.C, main/pa_request.C: would make charset loading
22780: & caching mech now
22781:
22782: 2001-09-30 parser
22783:
22784: * src/main/pa_request.C: forgot to fill toTable
22785:
22786: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22787: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22788: failed on win32 for now..
22789:
22790: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22791: now charsets table configuration variable is: CHARSETS
22792:
22793: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22794: ctype with unicode 1. todo: no П entities on output somehow
22795:
22796: * src/: classes/file.C, classes/op.C, classes/string.C,
22797: include/pa_request.h, main/pa_request.C: started ctype with
22798: unicode values
22799:
22800: 2001-09-28 parser
22801:
22802: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22803: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22804: string passed AS-IS now
22805:
22806: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22807: way of user-configuring... todo: implement
22808:
22809: 2001-09-27 parser
22810:
22811: * src/classes/table.C: table.sort changed to sort table itself
22812:
22813: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22814: X^.getElementsByTagName[tagname] = array of xnode
22815: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22816: nodes removed - regretfully not supported @ xalan. maybe someday
22817: would reimplement, if needed.
22818:
22819: win32build system: solved long waiting anti-non-started-apache
22820: problem
22821:
22822: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22823: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22824: types/types.dsp: win32 ident make system so not to rebuild
22825: library [ident.C.new]
22826:
22827: 2001-09-26 parser
22828:
22829: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22830: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22831: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22832: types/pa_vxnode.C, types/types.dsp: z
22833:
22834: * src/classes/classes.C: forgot one non-xml check
22835:
1.116 moko 22836: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22837: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22838:
22839: * src/targets/cgi/parser3.C: z
22840:
22841: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22842: targets/isapi/parser3isapi.C: #ifdef SMTP
22843:
22844: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22845: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22846: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22847: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22848: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22849: types/types.dsp: xdoc&xnode now
22850:
22851: * src/: classes/classes.C, classes/classes.awk,
22852: classes/classes.dsp, classes/classes.h, classes/date.C,
22853: classes/dnode.C, classes/dnode.h, classes/dom.C,
22854: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22855: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22856: classes/op.C, classes/response.C, classes/string.C,
22857: classes/table.C, classes/void.C, include/pa_array.h,
22858: include/pa_common.h, include/pa_config_fixed.h,
22859: include/pa_config_includes.h, include/pa_dictionary.h,
22860: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22861: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22862: include/pa_socks.h, include/pa_sql_connection.h,
22863: include/pa_sql_driver_manager.h, include/pa_stack.h,
22864: include/pa_string.h, include/pa_stylesheet_connection.h,
22865: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22866: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22867: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22868: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22869: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22870: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22871: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22872: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22873: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22874: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22875: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22876: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22877: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22878: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22879: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22880: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22881: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22882: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22883: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22884: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22885: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22886: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22887: types/pa_vmethod_frame.h, types/pa_vobject.h,
22888: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22889: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22890: types/pa_vstateless_object.h, types/pa_vstring.C,
22891: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22892: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22893: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22894: main.dsp splitted to main+classes+types along to .am
22895:
22896: * src/classes/Makefile.am: removed useless var
22897:
22898: * src/: classes/classes.cmd, main/main.dsp,
22899: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22900: main.dsp
22901:
22902: 2001-09-25 parser
22903:
22904: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22905: 1251 though, todo ICU
22906:
1.116 moko 22907: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22908: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22909: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22910: types/pa_vdom.h: xml configure makes
1.95 moko 22911:
22912: 2001-09-24 parser
22913:
1.116 moko 22914: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22915: types/Makefile.am: makes
1.95 moko 22916:
1.116 moko 22917: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22918:
22919: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22920: started unix makes update
22921:
22922: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22923: started unix makes update
22924:
22925: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22926:
22927: * src/types/pa_value.h: z
22928:
22929: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22930: bugs with usinge hash/table in expressions
22931:
22932: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22933: resolved conflicts fixed [const]
22934:
22935: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22936: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22937: main/compile.C, main/compile.tab.C, main/compile.y,
22938: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22939: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22940: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22941: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22942: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22943: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22944: with before_xml [merge2 actually didn't happen - i've created
22945: tags on wrong branch. so this merge is in fact re-merge]
22946:
22947: 2001-09-21 parser
22948:
22949: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22950: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22951: produced "" in make file and sadly wrong interpreted on load]
22952:
1.116 moko 22953: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22954: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22955: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22956: include/pa_sql_driver_manager.h, include/pa_string.h,
22957: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22958: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22959: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22960:
22961: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22962: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22963: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22964: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22965: main/pa_pool.C, main/pa_request.C,
22966: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22967: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22968: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22969: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22970: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22971: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22972: types/pa_vrequest.C, types/pa_vresponse.h,
22973: types/pa_vstateless_class.C, types/pa_vstring.C,
22974: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22975: created new projects for sql drivers [planning to remove sql
22976: drivers from main cvs project] first, will join latest changes
22977:
22978: * src/classes/: dom.C: defaulted dom writing methods encoding to
22979: pool.get_charset
22980:
22981: * src/classes/dom.C: defaulted dom writing methods encoding to
22982: pool.get_charset
22983:
22984: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22985: pool.get_charset
22986:
22987: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22988: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22989: methods encoding to pool.get_charset
22990:
22991: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22992: transcoder were created right "unsupported encoding" message.
22993: not @ set time, but @ use time, so until xml output functions
22994: .string, .file, .save used - no encoding name check occur
22995:
22996: reduced transcode buffer size to 60 fixed pool cleanup - no
22997: registration needed, pools are officially destructured
22998:
22999: 2001-09-20 parser
23000:
23001: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23002:
23003: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23004: $MAIN:DEFAULTS.content-type[$.charset[here]]
23005:
23006: * src/: classes/dnode.C, classes/dom.C,
23007: include/pa_config_includes.h, include/pa_globals.h,
23008: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23009: main/pa_pool.C, targets/cgi/parser3.dsp,
23010: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23011: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23012: Pool::transcode 0
23013:
23014: * src/classes/dom.C: dom. string save file moved output xml options
23015: to last param and made it optional
23016:
23017: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23018: dnodes
23019: !$attributenode.specified = boolean
23020: true if the attribute received its value explicitly
23021: in the XML document,
23022: or if a value was assigned programatically with the
23023: setValue function.
23024: false if the attribute value came from the default value
23025: declared in the document's DTD.
23026: !$pinode.target = target of this processing instruction
23027: XML defines this as being the first token following the
23028: markup
23029: that begins the processing instruction.
23030: XPath:
23031: !^node.select[xpath/query/expression] = hash of 0->node0
23032: 1->node1
23033: !^node.select-single[xpath/query/expression] = first node if
23034: any
23035:
23036: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23037: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23038: some 'const's added
23039:
23040: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23041: expression context now, there value = size and boolean value
23042: size!=0
23043:
23044: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23045: can be used in expression context now, there value = size and
23046: boolean value size!=0
23047:
23048: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23049: types/pa_vstring.h: dnode .file .string .save moved back to dom
23050: due to strange xalan bug
23051:
23052: 2001-09-18 parser
23053:
23054: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23055: classes/image.C, classes/op.C, classes/table.C,
23056: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23057: include/pa_sql_driver_manager.h, main/compile.C,
23058: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23059: main/execute.C, main/pa_common.C, main/pa_request.C,
23060: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23061: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23062: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23063: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23064: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23065: before_xml branch ^if(def $hash) now true only when
23066: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23067:
23068: * src/: classes/op.C, main/execute.C: operators self changed to
23069: root ^for variable context changed to self
23070:
23071: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23072: dnode 1
23073:
23074: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23075: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23076:
23077: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23078: poly* fixed
23079:
23080: 2001-09-17 parser
23081:
23082: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23083: types/pa_vdom.h: started dnode+dom
23084:
23085: dnode DOM methods: $node.name $node.value
23086: ...others...
23087:
23088: ^node.xpath[/rates/USD] = hash
23089: $hash[
23090: $.0[node0]
23091: $.1[node1]
23092: ]
23093:
23094: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23095: applies to all linear primitives
23096:
23097: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23098: include/pa_stylesheet_connection.h, main/main.dsp,
23099: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23100: types/pa_vimage.h: started dnode DOM: $node.name
23101: $node.value ...others... ^node.xpath[/rates/USD] = hash
23102: dom(dnode)
23103:
23104: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23105: main/compile.y, main/compile_tools.h, main/execute.C,
23106: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23107: in expression compound($aa.zz.xx) names now can have minus '-' in
23108: name after '.'
23109:
23110: 2001-09-15 parser
23111:
23112: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23113: image: $line-width ^line(...)[**** style]
23114:
23115: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23116: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23117: pool_storage - cleanups first, allocations second. apache wisely
23118: does just like that
23119:
23120: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23121: rewritten using template, no bugs now
23122:
23123: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23124: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23125: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23126: poorly started isapi pool_storage, would rewrite using template
23127: now
23128:
23129: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23130: include/pa_stylesheet_connection.h, main/main.dsp,
23131: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23132: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23133: xalan objects freed up [introducing Pool::register_cleanup]
23134:
23135: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23136: comments
23137:
23138: 2001-09-14 parser
23139:
23140: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23141: z
23142:
23143: * src/: classes/dom.C, classes/file.C, classes/image.C,
23144: classes/mail.C, include/pa_common.h,
23145: include/pa_sql_driver_manager.h, include/pa_string.h,
23146: include/pa_stylesheet_connection.h,
23147: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23148: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23149: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23150: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23151: compiled&cached
23152:
23153: 2001-09-13 parser
23154:
23155: * src/: classes/dom.C, classes/file.C, classes/image.C,
23156: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23157:
23158: * src/classes/dom.C: dom:file content-type(.method)
23159:
23160: * src/: include/pa_common.h, include/pa_globals.h,
23161: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23162: string now more informative error messages
23163:
23164: * src/: include/pa_globals.h, include/pa_request.h,
23165: main/pa_request.C, targets/cgi/parser3.C,
23166: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23167: ParserSiteConfig .../parser3.conf
23168:
23169: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23170:
23171: 2001-09-12 parser
23172:
23173: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23174: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23175: precise error reporting: "connection string must start with
23176: protocol://" now
23177:
23178: * src/main/compile.tab.C: fixed - subname code parts actually []
23179: braced
23180:
23181: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23182: lexer on LS_USER level did [] matching without setting nestage,
23183: introduced special LS_NAME_SQUARE_PART state
23184:
23185: 2001-09-11 parser
23186:
23187: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23188: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23189: languages+=xml
23190:
23191: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23192:
23193: * src/classes/dom.C: ^dom:save/string/file[output options] output
23194: options: $.method[xml|html|text] detection fixed
23195:
23196: * src/types/pa_vdom.h: messages
23197:
23198: * src/classes/dom.C: ^dom:save/string/file[output options] output
23199: options: $.method[xml|html|text] detection fixed
23200:
23201: 2001-09-10 parser
23202:
23203: * src/classes/dom.C: ^dom:save/string/file[output options] output
23204: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23205:
23206: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23207: added]
23208:
23209: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23210: ^dom.xslt[stylesheet filename] 0
23211:
23212: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23213: ^dom.xslt[stylesheet filename] -1 doc is lying
23214:
23215: * src/classes/dom.C: ^dom.file[encoding] = file
23216:
23217: * src/classes/: dom.C: ^dom.string[encoding] 1
23218: ^dom.save[encoding;filename]
23219:
23220: * src/classes/dom.C: ^dom.string[] 0
23221:
23222: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23223:
23224: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23225: types/pa_vform.h: ^dom.save[b.xml] 0
23226:
23227: 2001-09-08 parser
23228:
23229: * src/types/pa_vform.C: $form:tables.name.field
23230:
23231: 2001-09-07 parser
23232:
23233: * src/classes/table.C: table:empty removed, superceded by ^if(def
23234: $table)...
23235:
23236: * src/targets/cgi/parser3.C: z
23237:
23238: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23239: from '' to int/double is 0]
23240:
23241: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23242: $table) is false when table is empty
23243:
23244: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23245: !$form:tables $atable[$form:tables.a]
23246: ^atable.menu{a=$atable.element}[,]
23247:
23248: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23249: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23250:
1.116 moko 23251: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23252: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23253: of dom
23254:
23255: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23256: types/pa_vform.C, types/pa_vform.h: z
23257:
23258: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23259: element [not last]
23260:
1.116 moko 23261: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23262: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23263:
23264: 2001-09-06 parser
23265:
23266: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23267: table with one column 'element' and two rows: 1 and 2
23268:
23269: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23270: table with one column 'element' and two rows: 1 and 2
23271:
23272: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23273: bad int/double conversions, and now $form:nonexistent.int(88)
23274: would return 88
23275:
23276: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23277: types/pa_vhash.h: now there's special hash key '_default'
23278: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23279: $._default[xx] ] $hash.c
23280:
23281: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23282: fixed [thanks, fif], ^; were treated there non-literally
23283:
23284: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23285: doxygen
23286:
23287: * src/: classes/image.C, classes/op.C, classes/string.C,
23288: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23289: types/pa_vtable.C: few #ifndef DOXYGEN
23290:
23291: 2001-09-05 parser
23292:
23293: * src/classes/: string.C, table.C: sql options can be void [same as
23294: image:html the other day]
23295:
23296: * src/targets/cgi/Makefile.am: .am undo
23297:
23298: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23299: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23300: macro expantion on param, simply qoutes whatever passed, undone
23301:
23302: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23303: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23304: STRINGIZE(name) #name invented
23305:
23306: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23307: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23308: MAIN_SQL_DRIVERS_NAME "drivers"
23309:
23310: moved to be availible to all users
23311:
23312: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23313: SQL_DRIVER_CREATE_FUNC_NAME
23314:
23315: * src/classes/mail.C: MAIN:MAIL check fixed
23316:
23317: 2001-09-04 parser
23318:
23319: * src/classes/image.C: image.html now can accept void params
23320:
23321: * src/targets/isapi/parser3isapi.C: z
23322:
23323: * src/targets/cgi/parser3.C: full_file_spec bug
23324:
23325: * src/targets/cgi/parser3.C: getenvcheck
23326:
23327: * src/targets/cgi/parser3.C: zz
23328:
23329: * src/targets/cgi/parser3.C: zzz
23330:
23331: * src/classes/date.C: date
23332:
23333: * src/classes/date.C: date:sql-string is now without ''
23334:
1.116 moko 23335: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23336: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23337: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23338:
1.116 moko 23339: * src/include/pa_config_auto.h.in: makes
1.95 moko 23340:
23341: 2001-09-03 parser
23342:
23343: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23344:
23345: 2001-09-01 parser
23346:
23347: * src/classes/image.C: letter_spacing
23348:
23349: * src/classes/image.C: image: font params changed
23350:
23351: * src/classes/image.C: image: as_int as_string used
23352:
23353: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23354: analized
23355:
23356: 2001-08-31 parser
23357:
23358: * src/targets/cgi/parser3.C: z
23359:
1.116 moko 23360: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23361: cygwin
1.95 moko 23362:
23363: * src/classes/void.C: void:int/double += (default)
23364:
23365: * src/classes/image.C: image:font added space param image:font
23366: changed charwidth alg, added kerning const[for now]
23367:
23368: * src/classes/: string.C, table.C: string:int/double (defaults)
23369:
23370: 2001-08-29 parser
23371:
23372: * src/main/pa_exception.C: exception redundant debug info
23373:
23374: 2001-08-28 parser
23375:
23376: * src/classes/image.C: image error msgs
23377:
23378: * src/classes/image.C: image: gifsize little endian
23379:
23380: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23381: doxygeneration
23382:
23383: * src/: classes/Makefile.am, main/Makefile.am,
23384: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23385:
23386: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23387: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23388:
23389: * src/main/compile.C: NO_STRING_ORIGIN check2
23390:
23391: * src/classes/table.C: NO_STRING_ORIGIN check
23392:
23393: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23394: storage class specifiers invalid in friend function declarations
23395:
23396: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23397: main/untaint.C, targets/cgi/parser3.C,
23398: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23399: case of limit
23400:
23401: * src/: classes/file.C, main/pa_common.C: file:move
23402: autocreate/remove dest/src dir
23403:
23404: * src/: classes/string.C, include/pa_dictionary.h,
23405: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23406: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23407: to directory constructor. string:replace
23408:
23409: 2001-08-27 parser
23410:
23411: * src/classes/image.C: fixed jpgsize alg
23412:
23413: * src/classes/image.C: fixed jpgsize alg
23414:
23415: * src/main/pa_exception.C: z
23416:
23417: * src/main/pa_common.C: removed debug info from pa_common
23418:
23419: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23420: [auto.p from current dir loading]
23421:
1.116 moko 23422: * src/: main/pa_common.C, main/pa_exception.C,
23423: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23424: for solaris -lsocket
1.95 moko 23425:
23426: 2001-08-24 parser
23427:
23428: * src/targets/cgi/parser3.C: not cgi extra \n 3
23429:
23430: * src/targets/cgi/parser3.C: not cgi extra \n 2
23431:
23432: * src/targets/cgi/parser3.C: not cgi extra \n
23433:
23434: * src/main/pa_sql_driver_manager.C: z
23435:
23436: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23437: sql* removed services from disconnect - cross-request ideological
23438: probs.
23439:
23440: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23441: cross-request ideological probs. oracle - fixed bug: cs
23442: allocated on request.pool and got freed before disconnect
23443:
23444: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23445: mallocs fixed
23446:
23447: 2001-08-23 parser
23448:
23449: * src/classes/file.C: minor bug in file:save fixed
23450:
23451: * src/main/pa_sql_driver_manager.C: oracle: dlink
23452:
23453: 2001-08-22 parser
23454:
23455: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23456: types/pa_vfile.h: file:load|save[text|binary;
23457:
23458: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23459:
23460: 2001-08-21 parser
23461:
23462: * src/classes/: file.C, table.C: ^file:list
23463:
23464: 2001-08-20 parser
23465:
23466: * src/: main/compile.tab.C, main/compile.y,
23467: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23468: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23469: recousively caused problems: inc incremeted 123 literal!! fixed
23470:
23471: 2001-08-10 parser
23472:
23473: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23474:
23475: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23476: added
23477:
23478: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23479: added
23480:
23481: * src/classes/table.C: table:sort restored [it was bad test :(]
23482:
23483: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23484: ''
23485:
23486: * src/main/: pa_request.C: wanted to make const int
23487: MAX_EXECUTE_SECONDS=1;
23488:
23489: but couldnt, set_callback_and_alarm appeared to be not exported
23490: :(
23491:
23492: * src/main/pa_string.C: string.match hanged on. there were a hang
23493: check but it weren't wise enough
23494:
23495: @parse[dateString][tmp]
23496: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23497: #end
23498:
23499: @main[] ^parse[2001-02-03]
23500:
23501: * src/classes/: table.C: table:sort now default desc
23502:
23503: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23504: table.sort now creates new sorted table
23505:
23506: 2001-08-09 parser
23507:
23508: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23509:
23510: * src/classes/hash.C: hash:_default now [was hash:default]
23511:
23512: * src/classes/op.C: case without switch check added
23513:
23514: * src/types/pa_vcookie.C: cookie name&value origins added, more
23515: precise $ORIGINS(1)
23516:
23517: * src/main/Makefile.am: .am
23518:
23519: * src/classes/void.C: void: int double copy/paste from int: bug
23520: fixed
23521:
23522: * src/classes/void.C: void: int double copy/paste from int: bug
23523: fixed
23524:
23525: 2001-08-07 parser
23526:
23527: * src/: classes/double.C, classes/int.C, classes/string.C,
23528: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23529: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23530: string, table
23531:
23532: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23533: srand made working
23534:
23535: 2001-08-06 parser
23536:
23537: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23538: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23539: main/compile.tab.C, main/compile.y, main/pa_array.C,
23540: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23541: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23542:
23543: * src/main/pa_exec.C: exec win32 real filename
23544:
23545: * src/classes/file.C: exec stderr out
23546:
23547: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23548:
23549: 2001-08-03 parser
23550:
23551: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23552:
23553: 2001-08-02 parser
23554:
23555: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23556: main/execute.C, main/pa_exec.C: introducing Array_iter
23557:
23558: * src/main/execute.C: detected quick_get recursion bug. changed to
23559: get@execute, but needs array iterator, separate from array to
23560: avoid it & use caching
23561:
23562: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23563: bug fixed
23564:
23565: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23566: main/execute.C, main/pa_globals.C: found another multithread bug
23567: in op.C (last, last global var killed) :)
23568:
23569: 2001-08-01 parser
23570:
23571: * src/: include/pa_dictionary.h, include/pa_globals.h,
23572: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23573: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23574: main/untaint.C: speeded up typo-html replacements. introducing
23575: Dictionary with first-char caching
23576:
23577: 2001-07-31 parser
23578:
23579: * src/types/Makefile.am: pa_vtable.C added to .am
23580:
23581: * src/main/compile.tab.C: added, so that could be compiled even on
23582: non-bison-enabled platforms
23583:
23584: 2001-07-28 parser
23585:
23586: * src/classes/table.C: table:hash always produces hash, when can't
23587: - empty
23588:
23589: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23590: skipped \n
23591:
23592: 2001-07-27 parser
23593:
23594: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23595: on int/double/string :sql without result and default
23596:
23597: 2001-07-26 parser
23598:
23599: * src/classes/op.C: fixed bad multithread bug with strangly global
23600: OP
23601:
23602: * src/main/compile.y: $man[$.age[zzz]] 0
23603:
23604: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23605: creation syntax problem persists. restored $: for a while.
23606: thinking of $man[$.age[zzz]] syntax now
23607:
23608: * src/: classes/double.C, classes/int.C, classes/string.C,
23609: include/pa_opcode.h, main/compile.C, main/compile.y,
23610: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23611: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23612: types/pa_wwrapper.h: fixing :: realization #1
23613:
23614: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23615: main/compile_tools.h, main/execute.C, main/pa_request.C,
23616: types/pa_vmethod_frame.h: introducing :: this is constructor call
23617: prefix. ordinary : remains for static accesses
23618:
23619: 2001-07-25 parser
23620:
23621: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23622: fields 2. methods 3. columns
23623:
23624: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23625: quote. optimized double&int tostring-s
23626:
23627: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23628: whitespace before first method decl
23629:
23630: * src/classes/table.C: allowed nontable result in table:sql,
23631: results in empty table
23632:
23633: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23634: lines before first method decl
23635:
23636: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23637: types/pa_vtable.h: ^table.record[] now $table.fields
23638:
23639: * src/main/compile.y: $var[] is now empty string, not void
23640:
23641: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23642: void
23643:
23644: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23645: main/pa_globals.C: match replace code context moved to implicit
23646: $match context
23647:
23648: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23649: main/compile_tools.h, main/execute.C: with killed, code storage
23650: introduced with former 'with' syntax
23651:
23652: 2001-07-24 parser
23653:
23654: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23655: types/pa_value.h: first get_element, next get operator
23656:
23657: * src/main/compile.y: removed @end handling
23658:
23659: * src/main/: compile.C, compile.y: @end handling method2
23660:
23661: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23662: file:move
23663:
23664: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23665: fixed
23666:
23667: 2001-07-23 parser
23668:
23669: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23670: driver
23671:
23672: * src/classes/hash.C: changed sql driver query interface
23673:
23674: * src/: classes/hash.C, classes/string.C, classes/table.C,
23675: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23676: changed sql driver query interface
23677:
23678: 2001-07-20 parser
23679:
23680: * src/types/pa_vrequest.C: X!$browser:type
23681:
23682: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23683: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23684: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23685: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23686: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23687: types/pa_vobject.h, types/pa_vrequest.C,
23688: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23689: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23690: BASE element globally removed
23691:
23692: 2001-07-18 parser
23693:
23694: * src/classes/file.C: file:exec/cgi msg
23695:
23696: * src/classes/file.C: $file:exit-code renamed to 'status'
23697:
23698: * src/: classes/file.C, main/pa_exec.C: file:exec
23699:
1.116 moko 23700: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23701: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23702: removed $id from *.in *.am
1.95 moko 23703:
23704: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23705: abbrevations
23706:
23707: * src/: classes/date.C, classes/mail.C, classes/math.C,
23708: classes/string.C, classes/table.C, include/pa_globals.h,
23709: include/pa_string.h, main/execute.C, main/pa_globals.C,
23710: main/pa_request.C, main/pa_string.C, main/untaint.C,
23711: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23712: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23713: $ORIGINS(1) output tracing mode
23714:
23715: 2001-07-13 parser
23716:
23717: * src/: classes/double.C, classes/int.C, classes/string.C,
23718: include/pa_request.h, main/execute.C, main/pa_request.C:
23719: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23720: second would not call first @auto
23721:
23722: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23723: wrong, fixed
23724:
23725: 2001-07-12 parser
23726:
23727: * src/types/pa_value.h: pa_value.putelement modification of system
23728: classes prevented
23729:
23730: 2001-07-11 parser
23731:
23732: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23733: table $piece
23734:
23735: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23736: types/pa_vstateless_class.h: $file created by file:state +=
23737: .atime .mtime .ctime +found&fixed bug with exceptions on
23738: get_junction-created objects [they were on wrong pool]
23739:
23740: 2001-07-09 parser
23741:
23742: * src/main/untaint.C: qp wrong name
23743:
23744: * src/: classes/date.C, classes/string.C, classes/table.C,
23745: main/compile.y: date format 0
23746:
23747: 2001-07-07 parser
23748:
23749: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23750: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23751: roll table calendar
23752:
23753: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23754: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23755: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23756: include/pa_request.h, main/main.dsp, types/pa_value.h,
23757: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23758: string. todo: sql, calendar
23759:
23760: 2001-07-06 parser
23761:
23762: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23763: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23764:
23765: 2001-07-03 parser
23766:
23767: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23768: classes/random.C, main/main.dsp: class random renamed to math,
23769: operators became methods
23770:
23771: * src/classes/op.C: pow sqrt
23772:
23773: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23774:
23775: 2001-07-02 parser
23776:
23777: * src/classes/table.C: ^table.columns column renamed from 'name' to
23778: 'column'
23779:
23780: * src/classes/hash.C: ^hash.keys[]
23781:
23782: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23783:
23784: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23785: 'strings'
23786:
23787: 2001-06-29 parser
23788:
23789: * src/main/: execute.C: /0 %0 checkes ver 2
23790:
23791: * src/main/execute.C: /0 %0 checke
23792:
23793: * src/classes/Makefile.am: nothing - void
23794:
23795: * src/classes/table.C: empty strings @ sql
23796:
23797: 2001-06-28 parser
23798:
23799: * src/: classes/double.C, classes/file.C, classes/form.C,
23800: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23801: classes/op.C, classes/random.C, classes/response.C,
23802: classes/string.C, classes/table.C, classes/void.C,
23803: main/compile.C, main/compile_tools.C, main/execute.C,
23804: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23805: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23806: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23807: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23808: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23809: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23810: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23811: $";
23812:
23813: * src/: classes/double.C, classes/file.C, classes/form.C,
23814: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23815: classes/op.C, classes/random.C, classes/response.C,
23816: classes/string.C, classes/table.C, classes/void.C,
23817: main/compile.C, main/compile.y, main/compile_tools.C,
23818: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23819: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23820: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23821: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23822: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23823: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23824:
23825: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23826: $class:name: == ${class:name}:
23827:
23828: * src/classes/string.C: exactly one
23829:
23830: 2001-06-27 parser
23831:
23832: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23833: types/pa_vvoid.h: nothing renamed to void
23834:
23835: * src/classes/op.C: ^switch ^case
23836:
23837: * src/main/compile.y: nothing renamed to void
23838:
23839: * src/: classes/hash.C, classes/table.C, main/compile.y,
23840: main/execute.C, main/main.dsp, main/pa_request.C,
23841: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23842: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23843: void
23844:
23845: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23846:
23847: 2001-05-28 parser
23848:
23849: * src/doc/html2chm.cmd: removed >a
23850:
23851: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23852: project options [some bugs]
23853:
23854: * src/doc/sources2html.cmd: z
23855:
23856: * src/: classes/classes.C, main/compile.C, main/compile.y,
23857: main/execute.C: operators are not in root class again
23858:
23859: 2001-05-24 parser
23860:
23861: * src/targets/cgi/parser3.dsp: project file
23862:
23863: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23864: ^log ^exp
23865:
23866: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23867: conversions in @exception[params]
23868:
23869: * src/main/pa_request.C: // no _ conversions in @exception[params]
23870:
23871: 2001-05-23 parser
23872:
23873: * src/main/pa_string.C: string cmp bug
23874:
23875: * src/classes/: mail.C, op.C: rem max 1000
23876:
23877: * src/: classes/op.C, main/compile.y: allow one empty line before
23878: LS_DEF_NAME
23879:
23880: 2001-05-22 parser
23881:
23882: * src/classes/op.C: if params code-required
23883:
23884: 2001-05-21 parser
23885:
23886: * src/types/pa_vstring.C: eoleof
23887:
23888: * src/classes/Makefile.am: .AM
23889:
23890: * src/classes/nothing.C: resultless ^sql moved to nothing:
23891:
23892: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23893:
23894: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23895: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23896: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23897: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23898: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23899: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23900: 'nothing'
23901:
23902: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23903: vstring::set_string
23904:
23905: * src/classes/: double.C, int.C, string.C: int,double;sql
23906:
23907: * src/: classes/hash.C, classes/int.C, classes/string.C,
23908: classes/table.C, include/pa_string.h, main/pa_string.C,
23909: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23910:
23911: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23912: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23913: hash:sql moved to main trunc. operators.txt updated
23914:
23915: * src/classes/: hash.C, op.C, table.C: hash:sql
23916:
23917: * src/classes/op.C: z
23918:
23919: * src/: main/compile.C, classes/classes.C: 1
23920:
23921: * src/: classes/classes.C, main/compile.C, main/compile.y,
23922: main/execute.C: 0
23923:
23924: * src/main/execute.C: z
23925:
23926: * src/targets/cgi/parser3.C: z
23927:
23928: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23929: site_auto_path "." in that case
23930:
23931: * src/targets/cgi/: parser3.C: z
23932:
23933: * src/main/pa_request.C: .am
23934:
23935: * src/: main/pa_request.C, targets/cgi/parser3.C:
23936: pcre_tables=pcre_default_tables;
23937:
23938: 2001-05-19 parser
23939:
23940: * src/main/pa_string.C: z
23941:
23942: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23943: introducing String::cstr_bufsize, returns just size+1 for as_is
23944: target.
23945:
23946: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23947: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23948: used, 4* mem wasted
23949:
23950: * src/classes/string.C: root context in match replace body now
23951: unchanged
23952:
23953: * src/types/pa_value.h: parameter # 1 based
23954:
23955: * src/main/pa_common.C: common: actual filename '%s'
23956:
23957: * src/classes/string.C: z
23958:
23959: * src/classes/Makefile.am: classes/.am
23960:
23961: * src/classes/: Makefile.am: classes/.am
23962:
23963: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23964: targets/cgi/pa_pool.C: classes/.am
23965:
23966: 2001-05-18 parser
23967:
1.116 moko 23968: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23969: pa_threads.C ins
1.95 moko 23970:
23971: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23972:
23973: 2001-05-17 parser
23974:
23975: * src/: classes/string.C, include/pa_config_fixed.h,
23976: include/pa_config_includes.h, main/compile.y,
23977: main/compile_tools.h, main/execute.C, main/pa_array.C,
23978: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23979: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23980: types/pa_vform.C: #include "pa_config_includes.h" removed from
23981: most .C
23982:
23983: * src/doc/html2chm.cmd: z
23984:
23985: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23986: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23987:
23988: * src/main/pa_sql_driver_manager.C: moved expiration to
23989: get_connection_from_cache
23990:
23991: * src/main/pa_sql_driver_manager.C: cache expiration bf
23992:
23993: * src/: classes/classes.h, include/pa_sql_connection.h,
23994: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23995: cache expiration[use SQL_Driver::disconnect]
23996:
23997: * src/main/pa_table.C: table.locate current restored on "not found"
23998:
23999: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24000: line no
24001:
24002: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24003: ANTI_ENDLESS_EXECUTE_RECOURSION
24004:
24005: * src/: classes/op.C, include/pa_sql_connection.h,
24006: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24007: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24008: 1driver and set_services fight for driver::fservices. before fix
24009:
24010: * src/: classes/op.C, include/pa_config_fixed.h,
24011: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24012: main/pa_sql_driver_manager.C: found problem at last: 2connections
24013: own 1driver and set_services fight for driver::fservices. before
24014: fix
24015:
24016: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24017: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24018: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24019: pa_threads.C
24020:
24021: * src/include/pa_threads.h: removed targets/parser
24022:
24023: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24024: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24025: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24026: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24027: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24028: headers
24029:
24030: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24031: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24032: order prevented sqlmanager to see MULTYTHREAD define
24033:
24034: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24035: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24036: put/gets
24037:
24038: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24039: from hash.h
24040:
24041: * src/: classes/op.C, include/pa_sql_connection.h,
24042: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24043: from cache ->set_services(&services);
24044:
24045: 2001-05-16 parser
24046:
24047: * src/targets/cgi/parser3.C: z
24048:
24049: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24050: debug, #ifdefed some. would debug later, on more precise sample
24051: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24052: $name.$tail[$tail!] $name.$tail } ok3
24053:
24054: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24055: removed array debug. before vstring rebasing
24056:
24057: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24058: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24059: array debugged; adjusted
24060:
24061: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24062: SQL_Driver_manager line no for connect/charset errors
24063:
24064: 2001-05-15 parser
24065:
24066: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24067: main/pa_string.C: string+array made linear grows
24068:
24069: * src/: include/pa_string.h, main/pa_string.C,
24070: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24071: grow lineary, not exponentialy
24072:
24073: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24074: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24075: with fullchunk cmps
24076:
24077: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24078: 70041= 81
24079:
24080: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24081: targets/cgi/parser3.C: detected huge mem allocation: size/times
24082: malloc 27809390/368771, calloc 3232/83. would test now
24083:
24084: * src/: classes/random.C, main/compile.y, main/execute.C,
24085: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24086: numbered params had wrong name - for instance: bad error message
24087: in ^for[] bad body type. fixed
24088:
24089: 2001-05-14 parser
24090:
24091: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24092: main/untaint.C: ^string.upper|lower[]
24093:
24094: 2001-05-11 parser
24095:
24096: * src/: classes/double.C, classes/image.C, classes/op.C,
24097: classes/string.C, classes/table.C, classes/unknown.C,
24098: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24099: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24100: types/pa_vunknown.h: op: MAX_LOOPS as_int
24101:
24102: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24103: .dsp for win32tools
24104:
24105: 2001-05-11 paf
24106:
24107: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24108: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24109: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24110: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24111:
24112: 2001-05-10 paf
24113:
24114: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24115: for C++, that's all
24116:
1.116 moko 24117: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24118: pa_config_includes.h: inline wonders
1.95 moko 24119:
24120: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24121: doc/doxygen.cmd: hash.C added
24122:
24123: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24124:
24125: * src/main/compile.y: @end grammar: allowed zero strings in control
24126: menthod
24127:
24128: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24129: pa_vstateless_object.h: changed priority: field before method
24130: lookup in vclass & vobject
24131:
24132: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24133: grammar: priorities changes [lowerd && prior] vobject: now first
24134: fields, next methods
24135:
24136: 2001-05-08 paf
24137:
24138: * src/main/pa_table.C: table columnname2item on nameless ignored
24139: bark=false. fixed
24140:
24141: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24142: types/pa_vmethod_frame.h: hash:default works at last!
24143:
24144: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24145: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24146: hash:default
24147:
24148: * src/classes/table.C: z
24149:
24150: * src/classes/table.C: table:hash always hash of hash now
24151:
24152: * src/classes/table.C: table:empty return bool now
24153:
24154: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24155: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24156: types/pa_vtable.h: table:hash
24157:
24158: * src/classes/table.C: table:record have name
24159:
24160: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24161: returns vunknown
24162:
24163: * src/classes/: double.C, int.C, op.C, string.C:
24164: int,double,string:int[] double[] string:length[] results now have
24165: hames
24166:
24167: * src/: classes/op.C, classes/table.C, main/main.dsp,
24168: types/pa_vtable.h: removed table:find. table:locate and op:eval
24169: now return bool
24170:
24171: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24172: in method checkparams again. fixed
24173:
24174: 2001-05-07 paf
24175:
24176: * src/doc/chm.cmd: cmd
24177:
24178: * src/: classes/image.C, classes/mail.C, classes/string.C,
24179: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24180: types/pa_value.h: method reported errors on wrong pool
24181:
24182: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24183: now
24184:
24185: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24186: include/code.h, include/pa_opcode.h, main/compile.C,
24187: main/compile_tools.h, main/execute.C, types/pa_value.h,
24188: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24189: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24190: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24191: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24192: types/pa_vmethod_frame.h, types/pa_vobject.h,
24193: types/pa_vrequest.h, types/pa_vresponse.h,
24194: types/pa_vstateless_class.h, types/pa_vstring.h,
24195: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24196: types/pa_wwrapper.h: pa_code.h
24197:
24198: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24199:
24200: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24201: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24202: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24203: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24204: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24205: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24206: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24207: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24208: types/pa_vtable.h: dox, split by not clean parts also
24209:
24210: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24211: types/pa_vtable.h: table: fields, then methods. so to enable
24212: 'dir' fields & co. more
24213:
24214: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24215: so to enable 'dir' fields & co.
24216:
24217: * src/main/compile.y: grammar: @end
24218:
24219: 2001-05-04 paf
24220:
24221: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24222: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24223:
24224: * src/: classes/classes.h, classes/double.C, classes/file.C,
24225: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24226: classes/op.C, classes/random.C, classes/response.C,
24227: classes/string.C, classes/table.C, classes/unknown.C,
24228: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24229: method dox
24230:
24231: 2001-05-03 paf
24232:
24233: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24234: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24235: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24236: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24237: doc/string.dox, doc/targets.dox, doc/value.dox,
24238: main/pa_request.C: dox splitted .dox files and added some
24239:
24240: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24241:
24242: 2001-05-02 paf
24243:
24244: * src/classes/: image.C, table.C: table:dir result are not tainted
24245: by file_name language now
24246:
24247: 2001-04-28 paf
24248:
24249: * src/classes/classes.inc: removed classes.inc
24250:
24251: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24252: from .am
24253:
24254: * src/classes/classes.awk: skipped classes in .awk
24255:
24256: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24257: classes/classes.inc, classes/double.C, classes/file.C,
24258: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24259: classes/string.C, classes/table.C, classes/unknown.C,
24260: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24261: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24262: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24263: pa_methoded back to classes/classes.h
24264:
24265: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24266:
24267: * src/: classes/Makefile.am, classes/classes.awk,
24268: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24269: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24270:
24271: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24272: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24273: classes/response.C, classes/string.C, classes/table.C,
24274: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24275: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24276: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24277: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24278: include|main/pa_methoded
24279:
24280: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24281: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24282:
24283: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24284: moved some configured data to request::classes_conf moved some
24285: string crations from globals to M... [works]
24286:
24287: * src/: classes/form.C, classes/mail.C, classes/op.C,
24288: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24289: main/pa_request.C: moved some configured data to
24290: request::classes_conf moved some string crations from globals to
24291: M...
24292:
24293: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24294: about to move configured data to special request hash
24295:
24296: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24297: classes/form.C, classes/mail.C, include/pa_request.h,
24298: main/pa_request.C: configure started
24299:
24300: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24301: 2. todo: methoded-configure
24302:
24303: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24304: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24305: classes/_random.h, classes/_response.h, classes/_string.h,
24306: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24307: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24308: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24309: classes/random.C, classes/response.C, classes/string.C,
24310: classes/table.C, classes/unknown.C, include/pa_globals.h,
24311: include/pa_request.h, main/compile.y, main/execute.C,
24312: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24313: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24314: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24315: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24316: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24317: types/pa_vrequest.h, types/pa_vresponse.h,
24318: types/pa_vstateless_class.h, types/pa_vstring.h,
24319: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24320: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24321: methoded-configure
24322:
24323: * src/: classes/file.C, classes/table.C, main/compile.y,
24324: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24325: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24326: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24327:
24328: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24329: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24330: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24331: classes/random.C, classes/response.C, classes/string.C,
24332: classes/table.C, classes/unknown.C, include/pa_request.h,
24333: main/compile.y, main/execute.C, main/pa_globals.C,
24334: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24335: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24336: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24337: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24338: beautifying just compiled. todo: debug, configure
24339:
24340: 2001-04-27 paf
24341:
24342: * src/: classes/file.C, classes/image.C, classes/table.C,
24343: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24344: beautifying -99
24345:
24346: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24347: classes/_response.h, classes/_unknown.h, classes/classes.C,
24348: classes/classes.h, classes/double.C, classes/file.C,
24349: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24350: classes/op.C, classes/random.C, classes/response.C,
24351: classes/string.C, include/pa_globals.h, main/main.dsp,
24352: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24353: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24354: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24355: types/pa_vunknown.h: beautifying -100
24356:
24357: * src/main/compile.y: serge@ found @CLASS bug. fixed
24358:
24359: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24360: classes/_op.h, classes/_random.h, classes/_table.h,
24361: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24362: classes/op.C, classes/random.C, classes/response.C,
24363: classes/string.C, classes/table.C, classes/unknown.C,
24364: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24365: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24366: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24367: beautifying
24368:
24369: 2001-04-26 paf
24370:
24371: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24372:
24373: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24374: documentation ++
24375:
24376: * src/: classes/_exec.h, doc/doxygen.cfg,
24377: include/pa_config_fixed.h, include/pa_config_includes.h,
24378: targets/cgi/pa_pool.C: code documentation ++
24379:
24380: * src/: classes/_image.h, classes/op.C, classes/random.C,
24381: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24382: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24383: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24384: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24385: types/pa_vmethod_frame.h, types/pa_vobject.h,
24386: types/pa_vrequest.C, types/pa_vrequest.h,
24387: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24388: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24389: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24390: code documentation ++
24391:
24392: * src/: classes/image.C, classes/mail.C, classes/string.C,
24393: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24394: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24395: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24396: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24397: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24398: types/pa_vobject.h, types/pa_vstateless_class.h,
24399: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24400:
24401: * src/main/: pa_request.C, pa_string.C: z
24402:
24403: * src/: include/pa_common.h, include/pa_types.h,
24404: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24405: connection caching fixed. request-pooled-url were stored into
24406: global connectioncache
24407:
24408: 2001-04-25 paf
24409:
24410: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24411: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24412:
24413: * src/: include/code.h, include/pa_common.h, main/compile.y,
24414: main/execute.C, main/pa_common.C: -d
24415:
24416: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24417: illegal call check a bit improved, but still under iis no mapping
24418: of dir with parser allowed!
24419:
24420: 2001-04-24 paf
24421:
24422: * src/targets/Makefile.am: apache module lib .am
24423:
24424: * src/main/pa_exec.C: windows32 buildCommand
24425:
24426: 2001-04-23 paf
24427:
24428: * src/targets/cgi/Makefile.am: win32 conditional
24429:
24430: * src/targets/cgi/Makefile.am: win32 conditional
24431:
24432: * src/targets/cgi/Makefile.am: liblink
24433:
24434: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24435: vfile fields return type
24436:
24437: * src/types/pa_vfile.h: vfile fields return type
24438:
24439: * src/include/pa_config_auto.h.in: .h.in
24440:
24441: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24442: types/Makefile: makefiles removed
24443:
24444: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24445: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24446:
24447: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24448: [tested: i & g ]
24449:
24450: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24451: @test noticed series in isapi, check how initialize_random_class
24452: is called! [must be called only once]
24453:
24454: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24455: would not be 'unknown column'
24456:
24457: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24458: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24459:
24460: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24461: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24462: [now doesnt]
24463:
24464: * src/targets/cgi/parser3.C: cgi cmdline ver
24465:
24466: * src/targets/cgi/parser3.C: cgi /// @test disable
24467: /cgi-bin/parser3/auto.p
24468:
24469: * src/main/untaint.C: untaint without charset
24470:
24471: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24472: main/pa_common.C: common: file_write /// @test mkdirs
24473: file_delete rmdirs
24474:
24475: * src/main/untaint.C: mail header only once to =?
24476:
24477: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24478: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24479: main/untaint.C: untaint - @test optimize whitespaces for
24480: all but 'html'
24481:
24482: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24483: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24484: main/untaint.C: untaint - @test mail-header
24485:
24486: 2001-04-20 paf
24487:
24488: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24489: include/pa_request.h, include/pa_string.h, main/compile.y,
24490: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24491: targets/cgi/parser3.C: $MAIN:LOCALE
24492:
24493: * src/main/untaint.C: z
24494:
24495: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24496:
24497: 2001-04-19 paf
24498:
24499: * src/main/compile_tools.h: $a$b bugfix
24500:
24501: * src/targets/cgi/parser3.C: z
24502:
24503: * src/classes/file.C: z
24504:
24505: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24506: done: header to $fields. waits for header '\' tricks
24507:
24508: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24509: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24510: changed urlencode here and in untaint.C to HTTP standard's " and
24511: \" mech
24512:
24513: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24514: http://alx/~paf/ doesnt load /auto.p
24515:
24516: 2001-04-18 paf
24517:
24518: * src/main/pa_request.C: 1
24519:
24520: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24521: linux @alx
24522:
24523: 2001-04-17 paf
24524:
24525: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24526: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24527: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24528: enabled
24529:
24530: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24531: classes/_exec.h, classes/_file.h, classes/_form.h,
24532: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24533: classes/_random.h, classes/_response.h, classes/_string.h,
24534: classes/_table.h, classes/_unknown.h, classes/file.C,
24535: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24536: include/pa_config_fixed.h, include/pa_config_includes.h,
24537: include/pa_hash.h, include/pa_sql_driver_manager.h,
24538: include/pa_version.h, main/Makefile.am, main/compile.y,
24539: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24540: main/pa_sql_driver_manager.C, sql/Makefile.am,
24541: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24542: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24543: types/pa_vform.C, types/pa_vimage.h: exec @jav
24544:
24545: * src/: include/pa_sql_driver_manager.h,
24546: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24547: types/pa_vimage.h: sql driver interface now has initialize(client
24548: .so)
24549:
24550: 2001-04-16 paf
24551:
24552: * src/Makefile.am: compile2 cygwin
24553:
24554: * src/: include/pa_config_includes.h, main/pa_exec.C,
24555: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24556:
24557: * src/targets/cgi/Makefile.am: compile0 jav
24558:
24559: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24560: classes/_exec.h, classes/_file.h, classes/_form.h,
24561: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24562: classes/_random.h, classes/_response.h, classes/_string.h,
24563: classes/_table.h, classes/_unknown.h, classes/image.C,
24564: classes/mail.C, classes/op.C, classes/random.C,
24565: include/pa_config_fixed.h, include/pa_config_includes.h,
24566: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24567: main/compile.y, main/pa_common.C, main/pa_exec.C,
24568: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24569: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24570: compile-1
24571:
24572: 2001-04-15 paf
24573:
24574: * src/classes/op.C: z
24575:
24576: * src/classes/table.C: table:empty +=process
24577:
24578: * src/types/pa_value.h: MethodParams !junction
24579:
24580: * src/: classes/_string.h, classes/double.C, classes/file.C,
24581: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24582: classes/random.C, classes/response.C, classes/string.C,
24583: classes/table.C, classes/unknown.C, main/pa_request.C:
24584: MethodParams everywhere
24585:
24586: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24587: types/pa_vmethod_frame.h: MethodParams in op.C
24588:
24589: 2001-04-12 paf
24590:
24591: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24592:
24593: * src/: classes/_unknown.h, classes/unknown.C,
24594: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24595: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24596:
24597: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24598:
24599: * src/classes/image.C: image:gif now does not have params
24600:
24601: * src/classes/image.C:
24602: image:line/fill/rectangle/bar/replace/polygon/polybar
24603:
24604: * src/: classes/image.C, classes/op.C, main/execute.C,
24605: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24606: for var now written not to r.wcontext, but to r.root cleared
24607: "entered_object" state
24608:
24609: 2001-04-11 paf
24610:
24611: * src/classes/image.C: image:create image:load
24612:
24613: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24614: just compiled
24615:
24616: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24617: todo: gif without file
24618:
24619: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24620: started porting to Pooled descendant
24621:
24622: * src/: classes/image.C, main/execute.C, main/main.dsp,
24623: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24624: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24625: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24626:
24627: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24628: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24629: end. switching to python imaging lib
24630:
24631: * src/main/main.dsp: gd+smtp made separate libs
24632:
24633: * src/: include/pa_globals.h, include/pa_string.h,
24634: main/pa_common.C, main/pa_request.C, main/untaint.C,
24635: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24636: length
24637:
24638: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24639: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24640: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24641: UL_FILE_NAME of posted file name
24642:
24643: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24644: post [broke when moved post read to core]
24645:
24646: 2001-04-10 paf
24647:
24648: * src/classes/image.C: image:html done
24649:
24650: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24651:
24652: * src/classes/image.C: z
24653:
24654: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24655: forgotten!
24656:
24657: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24658: main/pa_request.C, main/pa_string.C, main/untaint.C,
24659: types/pa_vimage.h: image:measure -90
24660:
24661: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24662: classes/_int.h, classes/_mail.h, classes/_op.h,
24663: classes/_random.h, classes/_response.h, classes/_string.h,
24664: classes/_table.h, classes/file.C, classes/mail.C,
24665: include/pa_common.h, include/pa_globals.h, main/execute.C,
24666: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24667: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24668: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24669: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24670: compiled
24671:
24672: * src/classes/mail.C: minor bug with unclear from/to
24673:
24674: * src/classes/mail.C: sendmail unix skipping defaults
24675:
24676: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24677: sendmail unix added defaults
24678:
24679: * src/classes/mail.C: unix sendmail compiled. todo:testing
24680:
24681: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24682:
24683: 2001-04-09 paf
24684:
24685: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24686: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24687: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24688: targets/isapi/parser3isapi.dsp: all targets exec
24689:
24690: * src/: include/pa_sapi.h, include/pa_string.h,
24691: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24692: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24693: args in apache:util.script
24694:
24695: * src/include/pa_string.h: written but not tested exec with env for
24696: unix
24697:
24698: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24699: targets/cgi/parser3.C: exec win32 env
24700:
24701: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24702: 0
24703:
24704: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24705: main/execute.C, main/main.dsp, main/pa_globals.C,
24706: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24707: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24708:
24709: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24710: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24711:
24712: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24713: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24714:
24715: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24716: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24717: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24718: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24719: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24720: exec class just compiled. moved post read to request core
24721:
24722: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24723: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24724: main/pa_globals.C, targets/cgi/parser3.C,
24725: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24726: are already read by vform
24727:
24728: 2001-04-08 paf
24729:
24730: * src/: classes/file.C, classes/mail.C, classes/string.C,
24731: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24732: uuencode. string<<
24733:
24734: 2001-04-07 paf
24735:
24736: * src/classes/mail.C: z
24737:
24738: * src/classes/mail.C: z
24739:
24740: * src/classes/mail.C: ^mail[$attach
24741:
24742: * src/classes/mail.C: ^attach dead end
24743:
24744: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24745: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24746: targets/isapi/parser3isapi.C: mail:send 1
24747:
24748: * src/: classes/mail.C, main/pa_request.C: z
24749:
24750: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24751: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24752: compiled
24753:
24754: * src/classes/mail.C: +=
24755:
24756: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24757: prepared
24758:
24759: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24760: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24761: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24762: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24763:
24764: 2001-04-06 paf
24765:
24766: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24767: main/pa_string.C: table:dir 1
24768:
24769: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24770: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24771:
24772: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24773: classes/root.C, include/pa_globals.h, include/pa_request.h,
24774: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24775: main/pa_request.C: renamed 'root' to 'op'
24776:
24777: * src/classes/: _op.h, op.C: renamed from 'root'
24778:
24779: * src/types/pa_valiased.C: another root inherititance skipped
24780:
24781: * src/main/: compile.C, compile.y, execute.C: operators are now not
24782: root methods of parent class. just 'ROOT' class
24783:
24784: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24785: @office
24786:
24787: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24788:
24789: 2001-04-05 paf
24790:
24791: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24792: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24793: constructor flag dropped at get_method_frame and remembered into
24794: method_frame
24795:
24796: * src/: classes/file.C, classes/root.C, classes/string.C,
24797: classes/table.C, main/pa_request.C: junction to code&expression
24798: in errors
24799:
24800: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24801: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24802: $LOCALE:ctype[Russian_Russia.1251]
24803:
24804: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24805: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24806: main/pa_table.C: hash now not thread-safe.
24807:
24808: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24809: main/untaint.C: z
24810:
24811: * src/: classes/random.C, classes/root.C, classes/table.C,
24812: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24813: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24814: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24815: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24816:
24817: * src/: classes/table.C, include/pa_sql_connection.h,
24818: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24819:
24820: * src/classes/table.C: select * from hren error contains statement
24821:
24822: * src/: classes/table.C, include/pa_sql_connection.h,
24823: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24824: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24825:
24826: * src/: classes/root.C, include/pa_sql_connection.h,
24827: include/pa_sql_driver.h, main/main.dsp,
24828: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24829: services for conv memory & error reporting
24830:
24831: 2001-04-04 paf
24832:
24833: * src/doc/doxygen.cfg: z
24834:
24835: * src/include/pa_sql_driver.h: mysql connect
24836:
24837: * src/include/pa_sql_driver.h: mysql info
24838:
24839: * src/: classes/root.C, include/pa_sql_driver.h,
24840: include/pa_sql_driver_manager.h, main/main.dsp,
24841: main/pa_sql_driver_manager.C: more manager&connection&driver
24842:
24843: * src/sql/Makefile.am: forgot to add mysql client
24844:
24845: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24846: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24847: [forgot to add libltdl, added]
24848:
24849: * src/: Makefile.am, classes/root.C, classes/string.C,
24850: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24851: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24852: include/pa_string.h, include/pa_table.h, main/main.dsp,
24853: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24854: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24855: -1000 just compiled
24856:
24857: * src/: classes/random.C, classes/root.C, classes/table.C,
24858: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24859: main/pa_request.C, types/pa_vclass.h: sql frame -10
24860:
24861: 2001-04-03 paf
24862:
24863: * src/types/pa_vform.C: z
24864:
24865: * src/: classes/string.C, types/pa_vform.C: string:match replace
24866: assigned lang
24867:
24868: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24869: {}[]< empty []
24870:
24871: * src/: classes/file.C, classes/string.C, classes/table.C,
24872: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24873: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24874:
24875: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24876: string:match replace strange matches
24877:
24878: * src/classes/string.C: string:match replace 0
24879:
24880: * src/: classes/string.C, main/pa_string.C: string:match replace
24881: prepared 2
24882:
24883: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24884: string:match replace prepared
24885:
24886: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24887: string:match replace -11
24888:
24889: * src/: classes/string.C, include/pa_globals.h,
24890: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24891: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24892:
24893: * src/: classes/string.C, include/pa_globals.h,
24894: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24895: main/pa_string.C: string:match [search] -1 just compiled
24896:
24897: * src/types/pa_vstring.C: z
24898:
24899: * src/: classes/double.C, classes/file.C, classes/form.C,
24900: classes/int.C, classes/response.C, classes/root.C,
24901: classes/string.C, classes/table.C, include/pa_string.h,
24902: main/pa_string.C: string:match -10 [frame]
24903:
24904: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24905: main/pa_request.C: z
24906:
24907: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24908: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24909: todo/tests
24910:
24911: * src/include/pa_common.h: z
24912:
24913: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24914: main/pa_request.C, targets/cgi/parser3.C,
24915: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24916: content-disposition
24917:
24918: * src/: include/pa_common.h, include/pa_globals.h,
24919: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24920: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24921:
24922: * src/: include/pa_common.h, include/pa_request.h,
24923: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24924: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24925: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24926: response:body
24927:
24928: * src/classes/table.C: table:append now uses string::split
24929:
24930: * src/classes/table.C: z
24931:
24932: * src/: classes/file.C, classes/root.C, classes/string.C,
24933: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24934: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24935: include/pa_string.h, main/execute.C, main/pa_string.C,
24936: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24937: string::pos & cmp & piece bugs fixed. string::split new
24938: table:load separated from set table:set implemented with clean \n
24939: \t searches
24940:
24941: 2001-04-02 paf
24942:
24943: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24944: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24945: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24946: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24947: it in table:set/load
24948:
24949: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24950: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24951:
24952: * src/classes/random.C: random:generate 1
24953:
24954: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24955: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24956: types/pa_value.h: random:generate
24957:
24958: 2001-03-30 paf
24959:
24960: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24961: todo: table flip and append. string::pos
24962:
24963: * src/: classes/double.C, classes/file.C, classes/int.C,
24964: classes/response.C, classes/root.C, classes/string.C,
24965: classes/table.C, main/compile.y, main/execute.C,
24966: types/pa_value.h, types/pa_vstateless_class.C,
24967: types/pa_vstateless_class.h: static|dynamic|any method
24968: registration
24969:
24970: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24971: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24972: table:flip
24973:
24974: 2001-03-29 paf
24975:
24976: * src/classes/string.C: string:xsplit forgot that they must result
24977: in 1 row N column [not vice versa]
24978:
24979: * src/classes/string.C: z
24980:
24981: * src/classes/string.C: string: rsplit
24982:
24983: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24984: string: lsplit
24985:
24986: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24987: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24988: lsplit -1
24989:
24990: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24991: string: pos
24992:
24993: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24994: string: pos -1
24995:
24996: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24997: main/compile.y, main/pa_request.C, main/pa_string.C,
24998: main/untaint.C: string: left right mid
24999:
25000: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25001: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25002: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25003: and [;] are different now.
25004:
25005: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25006: main/untaint.C: pool.request undone
25007:
25008: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25009: main/untaint.C: pool.request
25010:
25011: 2001-03-28 paf
25012:
25013: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25014: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25015: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25016: $request:browser [.type .version]; unknown.get_double now = 0.
25017:
25018: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25019: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25020: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25021: types/pa_vform.C: file:load autodetection of mime-type by
25022: user-file-name
25023:
25024: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25025: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25026: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25027:
25028: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25029: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25030: write. must be self.set
25031:
25032: * src/: classes/file.C, classes/root.C, classes/table.C,
25033: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25034:
25035: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25036: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25037: types/pa_vtable.h: table:locate just compiled
25038:
25039: 2001-03-27 paf
25040:
25041: * src/main/: execute.C, pa_common.C: fixed r/w context of
25042: code-params2, fixed ntfs hardlink slow dir update
25043:
25044: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25045: types/pa_wcontext.h: fixed r/w context of code-params
25046:
25047: * src/: classes/table.C, main/execute.C: about to change junction
25048: rcontext!!
25049:
25050: * src/: classes/double.C, classes/int.C, classes/root.C,
25051: classes/string.C, classes/table.C, main/compile_tools.C,
25052: main/execute.C, main/pa_request.C, main/untaint.C,
25053: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25054: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25055: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25056: types/pa_vunknown.h: sort 0
25057:
25058: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25059: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25060: renamed to are_static_calls_disabled
25061:
25062: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25063: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25064: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25065: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25066:
25067: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25068:
25069: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25070: started table:sort fixed minor bug in #...^{
25071:
25072: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25073: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25074: decided to have as it were. stepped back. grammar: added 'in'
25075: 'is' 'lt'&co follow-space check
25076:
25077: 2001-03-26 paf
25078:
25079: * src/: classes/file.C, classes/root.C, classes/table.C,
25080: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25081: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25082: main/pa_table.C: moved ::save to pa_table. disabled @auto
25083: invocation in ^process
25084:
25085: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25086:
25087: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25088: main/pa_array.C: table:record
25089:
25090: * src/: main/untaint.C, targets/cgi/parser3.C,
25091: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25092: targets/isapi/pool_storage.h, types/pa_valiased.h,
25093: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25094: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25095: types/pa_vtable.h: z
25096:
25097: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25098: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25099: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25100: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25101: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25102: method realisations on 'self' validity - they now can simply
25103: assume that 'self' is V{Proper} .
25104:
25105: 2001-03-25 paf
25106:
25107: * src/main/untaint.C: z
25108:
25109: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25110: lowlevel - it initialization could be skipped if failed in @auto.
25111: so that exception report would use some table
25112:
25113: * src/main/pa_request.C: table empty lines ignored. system-default
25114: content type assigned in output:result [can fail in main:auto and
25115: skipped normal defaults extraction]
25116:
25117: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25118: bug
25119:
25120: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25121: processing to table [except preliminary \r\n \r \n replacements
25122: to "\n"]
25123:
25124: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25125: move all the processing to table
25126:
25127: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25128: main/pa_table.C, main/untaint.C: returned table originating.
25129: useful for reporting typo table problems origin. think would be
25130: useful somewhere else
25131:
25132: * src/main/untaint.C: typo \r \r\n \n properly handled
25133:
25134: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25135: include/pa_table.h, main/compile.y, main/compile_tools.C,
25136: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25137: main/pa_string.C, main/pa_table.C, main/untaint.C,
25138: types/pa_vcookie.h: typo & typo-default
25139:
25140: 2001-03-24 paf
25141:
25142: * src/main/pa_common.C: z
25143:
25144: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25145: targets/cgi/parser3.C: html-typo 2
25146:
25147: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25148: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25149: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25150: main/execute.C, main/pa_array.C, main/pa_globals.C,
25151: main/pa_request.C, main/pa_string.C, main/untaint.C,
25152: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25153: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25154: noticed double default content-type prob. run cgi.cmd tomorrow
25155: first html-typo sample. detected << problem: they become ltlt too
25156: fast
25157:
25158: * src/main/compile.y: z
25159:
25160: * src/main/: compile.y, compile_tools.h: #comment
25161:
25162: * src/: classes/file.C, classes/root.C, classes/table.C,
25163: include/pa_common.h, include/pa_request.h, main/compile.y,
25164: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25165: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25166: stringified
25167:
25168: * src/types/pa_valiased.C: decided to String-ify file_read
25169:
25170: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25171: isapi/parser3isapi.dsp: cgi: sapi::log
25172:
25173: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25174: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25175: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25176: error log experiments failed - cgi under iis got no access to
25177: log. registereventsource simply failed with 5(illegal call) code,
25178: while worked OK as standalone executable. isapi: used
25179: HSE_APPEND_LOG_PARAMETER feature
25180:
25181: * src/: include/pa_common.h, include/pa_globals.h,
25182: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25183: targets/isapi/parser3isapi.C: fixed default content-type
25184: allocation storage
25185:
25186: * src/: include/pa_globals.h, include/pa_request.h,
25187: main/pa_globals.C, main/pa_request.C: z
25188:
25189: * src/: include/pa_array.h, include/pa_hash.h,
25190: include/pa_request.h, main/compile.y, main/pa_array.C,
25191: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25192: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25193: content-type
25194:
25195: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25196: sanity
25197:
25198: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25199: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25200: away freeze mech. no danger now for you can't do
25201: ^request:process[@new-method[] body] trick anymore. still
25202: remains $some_instance.process[@new-method[] possibility] but
25203: would leave it as a feature. see index for sample
25204:
25205: * src/: include/pa_common.h, main/pa_common.C,
25206: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25207: monkey every target
25208:
25209: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25210: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25211: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25212:
25213: 2001-03-23 paf
25214:
25215: * src/: include/pa_pool.h, main/pa_request.C,
25216: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25217: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25218: targets/isapi/pool_storage.h: isapi: dumb pool storage
25219:
25220: * src/targets/isapi/pa_pool.C: decided to continue with extension
25221:
25222: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25223: it would be better to rewrite as filter then to deal with pool
25224:
25225: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25226: now like in cgi, not from APPL_PHYSICAL_PATH
25227:
25228: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25229: include/pa_config_fixed.h, include/pa_config_includes.h,
25230: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25231: include/pa_version.h, main/compile.y, main/execute.C,
25232: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25233: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25234: main/untaint.C, targets/cgi/parser3.C,
25235: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25236: cgi: reinvent document_root and request_uri under iis. autoconf
25237: updated. introducing ap_config_includes
25238:
25239: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25240:
25241: * src/targets/cgi/parser3.C: cgi: only one pool now
25242:
25243: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25244: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25245: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25246: types/pa_venv.h, types/pa_vform.C: sapi made object
25247:
25248: * src/: include/pa_globals.h, main/pa_request.C,
25249: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25250: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25251: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25252:
25253: * src/: main/pa_request.C, targets/cgi/parser3.C,
25254: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25255: isapi minor env beauty
25256:
25257: * src/: main/pa_request.C, targets/cgi/parser3.C,
25258: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25259: isapi document_root 0
25260:
25261: 2001-03-22 paf
25262:
25263: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25264:
25265: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25266: isapi/parser3isapi.C: z
25267:
25268: * src/: include/pa_pool.h, main/pa_request.C,
25269: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25270:
25271: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25272: kill.pl: isapi added utils
25273:
25274: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25275: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25276: types/pa_vform.C: isapi 0
25277:
25278: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25279: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25280: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25281: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25282: started isapi
25283:
25284: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25285: some comments
25286:
25287: * src/: include/pa_globals.h, include/pa_request.h,
25288: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25289: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25290: parser_root_auto_path parser_site_auto_path
25291:
25292: * src/types/pa_vcookie.C: cookie attr decoded
25293:
25294: 2001-03-21 paf
25295:
25296: * src/targets/cgi/parser3.C: z
25297:
25298: * src/include/pa_globals.h: post. todo: config of auto.p path
25299:
25300: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25301: types/pa_venv.h: in cookie & env. todo:post
25302:
25303: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25304: classes/root.C, classes/table.C, include/pa_array.h,
25305: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25306: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25307: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25308: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25309: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25310: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25311: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25312: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25313: shifted apache branch on main trunc
25314:
25315: * src/: include/pa_common.h, include/pa_globals.h,
25316: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25317: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25318: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25319: starting mod_parser3
25320:
25321: * src/targets/cgi/parser3.C: starting mod_parser3
25322:
25323: 2001-03-20 paf
25324:
25325: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25326: targets/cgi/parser3.C: automake compiled and works. todo:make
25327: win32 ifdefs work and add ifdef unistd
25328:
25329: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25330: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25331: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25332: z
25333:
25334: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25335: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25336: locking
25337:
25338: * src/: classes/Makefile.am, types/Makefile.am: z
25339:
25340: * src/: Makefile.am, classes/file.C, classes/root.C,
25341: classes/table.C, include/pa_array.h, include/pa_request.h,
25342: include/pa_string.h, main/Makefile.am, main/execute.C,
25343: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25344: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25345: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25346: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25347:
25348: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25349: main/pa_request.C, types/pa_vfile.h: ^table:save
25350:
25351: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25352: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25353: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25354: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25355: types/pa_vform.h: z
25356:
25357: * src/include/pa_string.h: z
25358:
25359: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25360: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25361: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25362: :Value
25363:
25364: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25365: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25366: :VStateless_object
25367:
25368: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25369: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25370: :VStateless_object
25371:
25372: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25373: types/pa_valiased.C, types/pa_vform.h: commented VForm
25374:
25375: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25376: types/pa_valiased.h, types/pa_value.h,
25377: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25378: types/pa_vstateless_object.h: moved common get_element part from
25379: stateless object&class into VAliased
25380:
25381: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25382: classes/table.C, main/execute.C, main/main.dsp,
25383: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25384: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25385: now :Value
25386:
25387: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25388: main/execute.C, main/main.dsp, main/pa_globals.C,
25389: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25390:
25391: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25392: doxx
25393:
25394: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25395: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25396: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25397: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25398: and ^file:save
25399:
25400: 2001-03-19 paf
25401:
25402: * src/types/pa_vfile.C: z
25403:
25404: * src/: classes/file.C, classes/request.C, classes/table.C,
25405: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25406: main/pa_request.C, main/untaint.C, types/pa_value.h,
25407: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25408:
25409: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25410: include/pa_string.h, include/pa_table.h, main/main.dsp,
25411: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25412: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25413: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25414: classes/_file.h, classes/file.C, types/pa_vfile.C,
25415: types/pa_vfile.h: file class just compiled
25416:
25417: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25418: include/pa_table.h, include/pa_types.h, main/execute.C,
25419: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25420: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25421: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25422:
25423: * src/include/pa_pool.h: z
25424:
25425: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25426: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25427: Hash::Value to Val so to doxygen would finlly stop confusing
25428: those Value-s
25429:
25430: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25431: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25432: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25433: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25434: include/pa_types.h, main/compile.C, main/compile.y,
25435: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25436: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25437: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25438: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25439: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25440:
25441: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25442: derivates somehow unlinked. don't know why yet
25443:
25444: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25445: include/pa_string.h, include/pa_threads.h, main/compile.C,
25446: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25447: main/execute.C, main/pa_array.C, main/pa_common.C,
25448: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25449: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25450: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25451:
25452: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25453: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25454: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25455: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25456: types/pa_vrequest.h: doc: detected Value derivates prob
25457:
25458: * src/include/pa_globals.h: z
25459:
25460: * src/: classes/_request.h, classes/request.C, include/code.h,
25461: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25462: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25463: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25464: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25465: main/execute.C, main/pa_pool.C, main/pa_request.C,
25466: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25467: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25468:
25469: 2001-03-18 paf
25470:
25471: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25472: cookie: allowed access to hash-assigned
25473:
25474: * src/targets/cgi/parser3.C: z
25475:
25476: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25477: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25478: include/pa_types.h, main/main.dsp, main/pa_common.C,
25479: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25480: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25481: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25482: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25483: types/pa_vunknown.h: cookie class
25484:
25485: * src/main/pa_request.C: zero length output allowed
25486:
25487: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25488: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25489:
25490: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25491: lang switch
25492:
25493: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25494: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25495: types/pa_value.h, types/pa_vhash.h:
25496: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25497:
25498: * src/main/execute.C: z
25499:
25500: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25501: targets/cgi/parser3.C: taint[uri
25502:
25503: * src/: classes/request.C, classes/response.C, classes/root.C,
25504: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25505: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25506: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25507:
25508: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25509: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25510: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25511: types/pa_vstateless_class.C: convinient string(pool, char *src,
25512: bool tainted) ctor
25513:
25514: * src/: include/pa_hash.h, include/pa_request.h,
25515: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25516: main/pa_request.C, main/pa_string.C, main/untaint.C,
25517: targets/cgi/parser3.C: proper @exceptions params tainting
25518:
25519: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25520: response fields to header
25521:
25522: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25523: z
25524:
25525: * src/: classes/_response.h, classes/response.C,
25526: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25527: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25528: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25529: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25530: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25531: $response: 0 request::core exception rethrow
25532:
25533: 2001-03-16 paf
25534:
25535: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25536: types/pa_vrequest.h: native method' class call with less params
25537: then needed error reporting
25538:
25539: * src/: classes/_request.h, classes/request.C,
25540: include/pa_globals.h, include/pa_request.h, main/execute.C,
25541: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25542: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25543: types/pa_vrequest.h: $request : query :uri
25544:
25545: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25546: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25547: types/pa_wcontext.h: $result
25548:
25549: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25550:
25551: * src/: classes/double.C, include/code.h, main/compile.y,
25552: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25553: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25554:
25555: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25556: main/compile.y, main/execute.C, types/pa_value.h,
25557: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25558: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25559: wcontext conflict
25560:
25561: * src/: main/execute.C, types/pa_value.h,
25562: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25563: $string.field
25564:
25565: 2001-03-15 paf
25566:
25567: * src/main/pa_request.C: news sample
25568:
25569: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25570: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25571:
25572: * src/main/: compile.y, execute.C: z
25573:
25574: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25575: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25576: pre pre works
25577:
25578: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25579: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25580: fillfields just compiled
25581:
25582: 2001-03-14 paf
25583:
25584: * src/: include/pa_request.h, main/pa_request.C,
25585: targets/cgi/parser3.C: z
25586:
25587: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25588: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25589: types/pa_vstring.h: limits -1
25590:
25591: * src/: include/pa_globals.h, include/pa_request.h,
25592: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25593: main/pa_request.C, targets/cgi/parser3.C,
25594: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25595: request_info -1
25596:
25597: * src/: include/pa_globals.h, main/pa_globals.C,
25598: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25599: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25600: vform_fields_fill
25601:
25602: * src/targets/cgi/parser3.C: # if MSVC
25603:
25604: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25605: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25606:
25607: * src/targets/cgi/parser3.C: z
25608:
25609: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25610: include/pa_string.h, include/pa_types.h, main/compile.y,
25611: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25612: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25613: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25614: types/pa_vunknown.h: global handler, exceptions in parser3
25615:
25616: 2001-03-13 paf
25617:
25618: * src/: classes/form.C, main/compile.y, main/core.C,
25619: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25620: types/pa_vform.h, types/pa_vstateless_class.C,
25621: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25622: instead
25623:
25624: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25625: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25626: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25627: started cgi target
25628:
25629: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25630: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25631: before error show with parser
25632:
25633: * src/: classes/_form.h, classes/form.C, include/core.h,
25634: include/pa_request.h, main/core.C, main/pa_request.C,
25635: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25636:
25637: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25638:
25639: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25640: parser3.C: renamed targets/ parser to cgi
25641:
25642: * src/: classes/double.C, classes/env.C, classes/int.C,
25643: classes/root.C, classes/string.C, classes/table.C,
25644: include/pa_request.h, types/pa_vhash.h: z
25645:
25646: * src/: classes/_env.h, classes/env.C, classes/root.C,
25647: include/core.h, include/pa_pool.h, include/pa_request.h,
25648: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25649: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25650: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25651: [historical moment :)]
25652:
25653: * src/: include/code.h, include/pa_string.h, main/compile.y,
25654: main/execute.C, main/pa_string.C: 'value is type' expr operator
25655:
25656: * src/types/pa_venv.h: $ENV 1
25657:
25658: * src/main/execute.C: z
25659:
25660: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25661: future methods of ENV constructor if
25662:
25663: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25664: class
25665:
25666: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25667: classes/_root.h, classes/_string.h, classes/_table.h,
25668: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25669: classes/string.C, classes/table.C, include/pa_request.h,
25670: main/compile.C, main/compile_tools.h, main/core.C,
25671: main/execute.C, main/main.dsp, main/pa_request.C,
25672: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25673: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25674: types/pa_vobject.h, types/pa_vstateless_class.C,
25675: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25676: types/pa_wcontext.h: $ENV: re 0, stateless classes
25677:
25678: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25679: classes/_root.h, classes/_string.h, classes/_table.h,
25680: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25681: classes/string.C, classes/table.C, include/pa_request.h,
25682: main/compile.C, main/compile_tools.h, main/core.C,
25683: main/execute.C, main/main.dsp, main/pa_request.C,
25684: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25685: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25686: types/pa_vobject.h, types/pa_vstateless_class.C,
25687: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25688: types/pa_wcontext.h: $ENV: re 0, stateless classes
25689:
25690: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25691: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25692: yesterdays bad decision on execute_static_method
25693:
25694: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25695:
25696: * src/: classes/double.C, classes/int.C, classes/root.C,
25697: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25698:
25699: * src/main/pa_request.C: z
25700:
25701: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25702: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25703:
25704: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25705: include/pa_pool.h, main/pa_request.C:
25706: restructure_exceptions_dead_end
25707:
25708: * src/: classes/root.C, main/compile.y: ^if required junctions.
25709: allowed ; inside {} to break params
25710:
25711: * src/classes/root.C: ^eval
25712:
25713: * src/: classes/_string.h, classes/double.C, classes/int.C,
25714: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25715: string ^format
25716:
25717: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25718: 'bad' but not 'enough'
25719:
25720: * src/: classes/double.C, classes/root.C, classes/table.C,
25721: include/pa_common.h, include/pa_types.h, main/compile.y,
25722: main/pa_common.C, main/pa_request.C, main/untaint.C,
25723: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25724: types/pa_wwrapper.h: think constructing flag as is is bad
25725:
25726: * src/: classes/double.C, classes/int.C, classes/root.C,
25727: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25728: types/pa_vint.h: ^for
25729:
25730: 2001-03-12 paf
25731:
25732: * src/classes/table.C: table ^empty
25733:
25734: * src/: classes/table.C, include/pa_table.h: table ^menu
25735:
25736: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25737: ^offset ^line ^count
25738:
25739: * src/classes/root.C: ^round() ^floor() ^ceiling()
25740: ^abs() ^sign()
25741:
25742: * src/classes/: root.C, table.C: ^use
25743:
25744: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25745: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25746: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25747: ^while. switched off wcontext.constructing after write(value) or
25748: auto-vhash-constructing
25749:
25750: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25751: main/pa_request.C: fail_if_junction_ helper func
25752:
25753: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25754: include/pa_request.h, main/execute.C, main/main.dsp,
25755: main/pa_common.C, main/pa_request.C: ^process error point by
25756: actual method_name, not source. ^load
25757:
25758: * src/types/pa_vtable.h: table: no, better with string in cells...
25759:
25760: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25761: classes/_table.h, classes/table.C, main/untaint.C: z
25762:
25763: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25764: include/pa_table.h, main/core.C, main/execute.C,
25765: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25766: types/pa_value.h: table:set 0
25767:
25768: * src/: classes/root.C, include/core.h, include/pa_array.h,
25769: include/pa_request.h, include/pa_table.h, main/core.C,
25770: main/main.dsp, main/pa_request.C, main/pa_table.C,
25771: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25772: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25773: types/pa_vstring.h: freeze, ^table:create[] -1
25774:
25775: * src/: classes/root.C, types/pa_value.h: z
25776:
25777: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25778: get_method in couple places optimizing them
25779:
25780: * src/classes/root.C: z
25781:
25782: * src/: classes/root.C, types/pa_vclass.h: process temp main
25783: zeroing
25784:
25785: * src/: classes/double.C, classes/int.C, classes/root.C,
25786: classes/string.C, include/pa_common.h, include/pa_request.h,
25787: include/pa_string.h, include/pa_types.h, main/compile.C,
25788: main/compile.y, main/compile_tools.h, main/execute.C,
25789: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25790: types/pa_vmframe.h: ^process. actual names to store param and
25791: check_actual_numbered_params for better place diagnostics
25792:
25793: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25794: method-junctions bug fixed
25795:
25796: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25797: pa_vstateless_object.h, pa_vstring.h: stateless_object
25798:
25799: 2001-03-11 paf
25800:
25801: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25802: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25803: VDouble VInt base now VObject_base - without fields
25804:
25805: * src/: classes/root.C, include/core.h, main/core.C: z
25806:
25807: * src/: classes/double.C, classes/int.C, classes/root.C,
25808: classes/string.C, include/core.h, include/pa_hash.h,
25809: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25810: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25811:
25812: * src/: classes/double.C, classes/int.C, classes/root.C,
25813: include/pa_request.h, main/execute.C: intercept_string
25814:
25815: * src/: classes/double.C, classes/int.C, classes/root.C,
25816: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25817:
25818: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25819: ^inc-s(expr)
25820:
25821: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25822: classes/_root.h, classes/_string.h, classes/double.C,
25823: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25824: include/code.h, include/core.h, include/pa_array.h,
25825: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25826: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25827: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25828: include/pa_types.h, main/compile.C, main/compile.y,
25829: main/compile_tools.C, main/compile_tools.h, main/core.C,
25830: main/execute.C, main/pa_array.C, main/pa_common.C,
25831: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25832: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25833: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25834: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25835: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25836: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25837: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25838: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25839:
25840: * src/: main/pa_request.C, types/pa_vhash.h: z
25841:
25842: * src/: include/core.h, include/pa_request.h, main/core.C,
25843: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25844:
25845: * src/: include/pa_valiased.h, include/pa_value.h,
25846: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25847: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25848: include/pa_vjunction.h, include/pa_vmframe.h,
25849: include/pa_vobject.h, include/pa_vstring.h,
25850: include/pa_vunknown.h, include/pa_wcontext.h,
25851: include/pa_wwrapper.h, main/compile.y, main/core.C,
25852: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25853: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25854: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25855: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25856: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25857: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25858: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25859: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25860: include/
25861:
25862: 2001-03-10 paf
25863:
25864: * src/: include/core.h, include/pa_request.h, main/core.C,
25865: main/pa_request.C: run+auto=run
25866:
25867: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25868:
25869: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25870: classes/_root.h, classes/_string.h, classes/double.C,
25871: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25872: include/code.h, include/core.h, include/pa_array.h,
25873: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25874: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25875: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25876: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25877: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25878: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25879: include/pa_vjunction.h, include/pa_vmframe.h,
25880: include/pa_vobject.h, include/pa_vstring.h,
25881: include/pa_vunknown.h, include/pa_wcontext.h,
25882: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25883: main/compile_tools.C, main/compile_tools.h, main/core.C,
25884: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25885: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25886: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25887: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25888: main/pa_wcontext.C: sources header
25889:
25890: * src/main/pa_request.C: auto..
25891:
25892: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25893: main/pa_request.C: auto tree0
25894:
25895: * src/: include/core.h, include/pa_request.h, main/compile.y,
25896: main/core.C, main/pa_request.C: names to core.C
25897:
25898: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25899: include/pa_request.h, main/core.C, main/execute.C,
25900: main/pa_common.C, main/pa_request.C: root auto.p loaded
25901:
25902: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25903: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25904: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25905: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25906:
25907: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25908: @auto[] realised. auto.p scan togo
25909:
25910: * src/: include/pa_request.h, main/execute.C: autocalc
25911: code-junctions result now have names
25912:
25913: * src/: classes/double.C, classes/int.C, classes/root.C,
25914: classes/string.C, include/pa_request.h, include/pa_string.h,
25915: include/pa_wcontext.h, main/compile.y, main/execute.C,
25916: main/pa_string.C, main/pa_wcontext.C: tainting 0
25917:
25918: * src/classes/env.C: env:file/line
25919:
25920: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25921: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25922: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25923: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25924: main/compile_tools.C, main/compile_tools.h, main/core.C,
25925: main/execute.C, main/main.dsp, main/pa_cframe.C,
25926: main/pa_request.C, main/pa_wcontext.C: const fight finished
25927:
25928: * src/include/pa_vclass.h: const fight to go
25929:
25930: * src/: classes/_env.h, classes/env.C, classes/root.C,
25931: include/pa_request.h, include/pa_vclass.h, main/core.C,
25932: main/main.dsp: env0
25933:
25934: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25935: classes/_string.h, classes/double.C, classes/int.C,
25936: classes/root.C, classes/string.C, include/pa_request.h,
25937: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25938: include/pa_wcontext.h, main/core.C, main/main.dsp,
25939: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25940: main/pa_wcontext.C: ^lang prepare0
25941:
25942: 2001-03-09 paf
25943:
25944: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25945: construct proper naming
25946:
25947: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25948: classes/double.C, classes/int.C, classes/root.C,
25949: classes/string.C, include/code.h, include/pa_value.h,
25950: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25951: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25952: main/compile.y, main/compile_tools.C, main/core.C,
25953: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25954: and ^double[]. fixed expr type
25955:
25956: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25957: ^string.length[]
25958:
25959: 2001-03-08 paf
25960:
25961: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25962:
25963: * src/: include/pa_vclass.h, include/pa_vstring.h,
25964: include/pa_wcontext.h, main/compile.y, main/core.C,
25965: main/execute.C, main/main.dsp: dead end: vstring can't be
25966: derivated from vobject
25967:
25968: * src/: include/pa_vclass.h, include/pa_vhash.h,
25969: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25970:
25971: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25972: remained clone conseqs
25973:
25974: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25975:
25976: * src/main/pa_vclass.C: wow! vclass were out of vcs
25977:
25978: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25979: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25980: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25981: include/pa_vobject.h, include/pa_vstring.h,
25982: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25983: main/execute.C: withoud cloning. didn't need it actually, params
25984: got passed from out unnamed ewpool
25985:
25986: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25987: include/pa_vjunction.h, include/pa_vobject.h,
25988: include/pa_vunknown.h, main/compile.y: cloning dead end
25989:
25990: * src/: include/pa_bool.h, include/pa_double.h,
25991: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25992: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25993: include/pa_vjunction.h, include/pa_vmframe.h,
25994: include/pa_vobject.h, include/pa_vstring.h,
25995: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25996: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25997: to give params proper names
25998:
25999: * src/main/pa_wcontext.C: z
26000:
26001: * src/: include/pa_vmframe.h, main/execute.C: added names to
26002: unknown values in get_element and unfilled params. removed wrong
26003: name change in get_element
26004:
26005: * src/main/execute.C: z
26006:
26007: * src/main/execute.C: fixed problems calling operators in
26008: constructors
26009:
26010: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26011: detected problems calling operators in constructors
26012:
26013: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26014: autocalc def to string
26015:
26016: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26017: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26018:
26019: * src/classes/root.C: added root.c
26020:
26021: * src/: include/pa_request.h, include/pa_value.h,
26022: include/pa_vcframe.h, include/pa_vmframe.h,
26023: include/pa_wcontext.h, main/compile.C, main/compile.y,
26024: main/core.C, main/execute.C, main/pa_cframe.C,
26025: main/pa_wcontext.C: 'if' just compiled
26026:
26027: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26028: include/pa_vjunction.h, include/pa_vmframe.h,
26029: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26030: main/pa_wcontext.C: z
26031:
26032: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26033: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26034: with parameter names in operator methods
26035:
26036: * src/main/compile.y: minor renamings in .y
26037:
26038: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26039: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26040: @BASE. changed 'RUN' assignment mech
26041:
26042: * src/main/execute.C: z
26043:
26044: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26045: main/compile_tools.h, main/execute.C: made class: dynamic, not
26046: static. so to enable runtime ^use
26047:
26048: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26049:
26050: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26051: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26052:
26053: * src/main/execute.C: root root in code-junction
26054:
26055: 2001-03-07 paf
26056:
26057: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26058: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26059:
26060: * src/: include/pa_stack.h, include/pa_value.h,
26061: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26062: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26063: fixed rwcontext of {} params up
26064:
26065: * src/main/: compile.y, compile_tools.h: ^func(params)
26066:
26067: * src/main/compile.y: .y priorities syntax shaped up a bit
26068:
26069: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26070: include/pa_vunknown.h, main/compile.y, main/execute.C,
26071: main/pa_hash.C: expr def in -f
26072:
26073: * src/main/: compile.y, execute.C: expr calls
26074:
26075: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26076: fixed
26077:
26078: * src/main/compile.y: expr quoted code
26079:
26080: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26081: support0
26082:
26083: * src/main/compile.y: expr string comparisons 0
26084:
26085: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26086: main/pa_string.C: just compiled lt&co
26087:
26088: * src/main/execute.C: ^var.menu{$field} problem detected. that
26089: $field not a $var.field
26090:
26091: 2001-03-06 paf
26092:
26093: * src/main/compile.y: .y expr visible-shorter
26094:
26095: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26096: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26097: logical
26098:
26099: * src/: include/pa_vstring.h, main/compile.y: problems with
26100: skipping whitespace in yylex
26101:
26102: * src/include/pa_vbool.h: forgot this
26103:
26104: * src/: include/code.h, main/compile.y, main/execute.C: without
26105: string ops in expressions 0
26106:
26107: * src/: include/pa_value.h, include/pa_vdouble.h,
26108: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26109: main/execute.C, main/main.dsp: !~
26110:
26111: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26112: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26113: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26114: include/pa_vunknown.h, include/pa_wcontext.h,
26115: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26116: main/compile_tools.h, main/execute.C: +-*/
26117:
26118: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26119: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26120:
26121: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26122: main/execute.C: expr grammar-1 2*2=4.000000 :)
26123:
26124: * src/main/compile.y: expr grammar-1
26125:
26126: * src/main/compile.y: expr lexx1
26127:
26128: * src/main/: compile.y, execute.C, main.dsp: z
26129:
26130: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26131: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26132: main/execute.C: expr lex0 exec-1
26133:
26134: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26135:
26136: 2001-02-26 paf
26137:
26138: * src/main/compile.y: max_string in yyerror bug fix
26139:
26140: 2001-02-25 paf
26141:
26142: * src/: include/pa_value.h, include/pa_vmframe.h,
26143: include/pa_wcontext.h, main/execute.C: VAliased3
26144:
26145: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26146:
26147: * src/main/execute.C: VAliased1
26148:
26149: * src/: include/pa_request.h, include/pa_value.h,
26150: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26151: VAliased0
26152:
26153: * src/: include/pa_pool.h, include/pa_request.h,
26154: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26155: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26156: VAliased just compiled
26157:
26158: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26159: include/pa_vobject.h, main/execute.C: alias dead end
26160:
26161: * src/: include/pa_value.h, include/pa_vclass.h,
26162: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26163: main/main.dsp: no not get fields into interm VFielded class.
26164: fields & staticfields 1
26165:
26166: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26167: include/pa_vobject.h, include/pa_wcontext.h,
26168: include/pa_wwrapper.h, main/core.C, main/execute.C,
26169: main/main.dsp: would now get fields into interm VFielded class
26170:
26171: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26172: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26173: include/pa_wcontext.h, main/compile.y, main/core.C,
26174: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26175: main/pa_wcontext.C: virtuals2
26176:
26177: * src/main/compile.y: : 1
26178:
26179: * src/main/compile.y: rethought to $class:static.field.subfield
26180:
26181: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26182: $class:element
26183:
26184: * src/: include/pa_value.h, include/pa_vmframe.h,
26185: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26186: main/pa_wcontext.C: before execute class calls rewrite
26187:
26188: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26189: name RUN, also alias
26190:
26191: * src/main/compile.y: escaping bug
26192:
26193: * src/: include/pa_request.h, include/pa_value.h,
26194: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26195: main/core.C, main/execute.C, main/pa_common.C: vobject1
26196:
26197: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26198: include/pa_vmframe.h, include/pa_vobject.h,
26199: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26200: main/compile_tools.h, main/execute.C: ^class:method() just
26201: compiled
26202:
26203: 2001-02-24 paf
26204:
26205: * src/main/main.dsp: no bison -d
26206:
26207: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26208: class' err msg wrong
26209:
26210: * src/main/compile.y: z
26211:
26212: * src/main/: compile.y, core.C: yylex need some @special lines adj
26213:
26214: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26215: main/compile.y, main/compile_tools.h, main/core.C: modules0
26216:
26217: * src/: include/pa_vclass.h, main/core.C: z
26218:
26219: * src/: include/pa_value.h, include/pa_vclass.h,
26220: include/pa_vobject.h, main/main.dsp: vobject00
26221:
26222: * src/main/pa_array.C: minor bug in expanding very small arrays.
26223: 60% from 1 were 0
26224:
26225: * src/: include/pa_value.h, include/pa_wcontext.h,
26226: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26227: as bad as you've named it: wcontext.value() was not a perfect
26228: idea
26229:
26230: * src/main/execute.C: codeframe1
26231:
26232: * src/: include/pa_value.h, include/pa_vcframe.h,
26233: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26234: include/pa_vjunction.h, include/pa_vmframe.h,
26235: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26236: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26237: just compiled
26238:
26239: * src/: include/pa_vframe.h, main/compile.y: found junction
26240: ideology @: ^x{$a()) must construct current wcontext element, so
26241: smart wcontext handling needed
26242:
26243: * src/main/compile.y: fixed grammar bugs in constructor/params
26244: klinch
26245:
26246: * src/main/: compile.y, execute.C: fixed empty constructor
26247: optimized empty case. failed on calls - produced empty string
26248: param
26249:
26250: * src/main/compile.y: fixed last \n macrotemplate strip bug
26251:
26252: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26253: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26254: main/compile_tools.C, main/compile_tools.h, main/core.C,
26255: main/execute.C: code junctions0. something wrong with last \n
26256: macrotemplate strip
26257:
26258: * src/: include/pa_value.h, main/compile.C, main/core.C,
26259: main/pa_value.C: minor error reporting format beautifyings
26260:
26261: * src/: include/pa_value.h, include/pa_vclass.h,
26262: include/pa_vframe.h, main/core.C, main/execute.C,
26263: main/pa_value.C: get_method RIP. junctions everywhere. call with
26264: junctions0
26265:
26266: 2001-02-23 paf
26267:
26268: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26269: pa_wwrapper.h: lara came, can't work, sorry :(
26270:
26271: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26272: junction
26273:
26274: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26275: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26276: main/execute.C, main/main.dsp, main/pa_value.C: call0
26277:
26278: * src/: include/pa_hash.h, include/pa_value.h,
26279: include/pa_wcontext.h, main/core.C, main/execute.C,
26280: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26281: done
26282:
26283: * src/include/pa_wcontext.h: z
26284:
26285: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26286: wrong grammar in complex constructor case
26287:
26288: * src/main/: compile.y, execute.C: empty constructor bug fixed
26289:
26290: * src/main/execute.C: with result rwpool
26291:
26292: * src/: include/pa_value.h, main/core.C, main/execute.C,
26293: main/main.dsp: value named
26294:
26295: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26296: strign 2 value in 2 places in execute
26297:
26298: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26299: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26300: wcontext.put_element when wcontext fvalue==0
26301:
26302: 2001-02-22 paf
26303:
26304: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26305: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26306: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26307:
26308: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26309: erroreos checkout
26310:
26311: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26312:
26313: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26314: main/compile_tools.h, main/pa_array.C: $self.get
26315:
26316: * src/main/: compile.C, compile.y, compile_tools.C: z
26317:
26318: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26319: bit. finished now.
26320:
26321: * src/main/compile.y: $: finished
26322:
26323: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26324:
26325: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26326: main/execute.C: OP_STRING better then some xxx _VALUE
26327:
26328: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26329: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26330: string to vstring it .y all
26331:
26332: * src/: include/pa_request.h, include/pa_stack.h,
26333: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26334: all
26335:
26336: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26337: precise parse error line:col
26338:
26339: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26340: main/pa_hash.C, main/pa_pool.C: TRY...
26341:
26342: * src/: include/pa_exception.h, include/pa_pool.h,
26343: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26344: main/compile.C, main/compile.y, main/compile_tools.C,
26345: main/core.C, main/pa_array.C, main/pa_exception.C,
26346: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26347: main/pa_table.C: removed exception from request
26348:
26349: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26350: some forgotten
26351:
26352: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26353: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26354: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26355: get/put simple vars to VClass works0
26356:
26357: * src/: include/pa_array.h, include/pa_wcontext.h,
26358: main/pa_string.C: in process, but found that exceptions are too
26359: global
26360:
26361: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26362: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26363: main/execute.C, main/pa_string.C: write_value write_string 0 it
26364: seems wcontext must write strings regardles of fvalue!=0
26365:
26366: 2001-02-21 paf
26367:
26368: * src/main/execute.C: tired :)
26369:
26370: * src/main/: compile.C, compile.y, execute.C: store0
26371:
26372: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26373: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26374: include/pa_wcontext.h, main/compile.C, main/compile.y,
26375: main/execute.C, main/main.dsp, main/pa_array.C,
26376: main/pa_request.C: get put -1 [just compiled]
26377:
26378: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26379: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26380: main/main.dsp, main/pa_request.C: request core methods0
26381:
26382: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26383: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26384: execute
26385:
26386: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26387: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26388: methods and one_big_piece. now compile returns array<method*>
26389:
26390: * src/main/compile.y: more straightforward yylex[end]
26391:
26392: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26393: string.operator==(char*)
26394:
26395: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26396: main/execute.C, main/pa_array.C: after array.const get wonders
26397:
26398: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26399: pa_string.h, pa_value.h: struck with const array.gets
26400:
26401: * src/main/: execute.C: z
26402:
26403: * src/main/: compile.y, execute.C: z
26404:
26405: * src/main/: compile.C, compile.y, compile_tools.h: error
26406: processing in eval & yyerror so it wouldn't cause memleaks.
26407:
26408: * src/main/: compile.C, compile.y: failed to add absolute precies
26409: parse error positions. leaving RIGHTMOST position as
26410: @file[line:col]
26411:
26412: * src/: include/compile.h, main/compile.C, main/compile.y,
26413: main/compile_tools.h: line numbers needed. would add them to .y
26414: now internally. externally it's not as precise as needed
26415:
26416: * src/: include/code.h, include/pa_types.h, main/compile.C,
26417: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26418: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26419: compiler works ok
26420:
26421: 2001-02-20 paf
26422:
26423: * src/main/: compile.C, compile.y, compile_tools.C,
26424: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26425: not perfect
26426:
26427: * src/: include/code.h, include/compile.h, include/execute.h,
26428: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26429: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26430: main/compile.C, main/compile.y, main/compile_tools.C,
26431: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26432: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26433: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26434: compiled. execute=dump for now
26435:
26436: * src/main/core.C: core rewrite using yacc investigations now will
26437: be compile[yacc]/execute[opcodes]
26438:
26439: 2001-02-15 paf
26440:
26441: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26442: rewrite as turing machine? for it seems it would be it's too many
26443: ifs with this syntax now
26444:
26445: 2001-02-14 paf
26446:
26447: * src/main/core.C: get_params 1
26448:
26449: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26450: :( ]
26451:
26452: * src/main/core.C: varios breaks
26453:
26454: * src/main/core.C: get names 3
26455:
26456: * src/main/core.C: get names 2
26457:
26458: * src/main/core.C: get names 1
26459:
26460: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26461: names 0
26462:
26463: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26464: text repassing2 operator static vars
26465:
26466: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26467: main/pa_string.C: process text repassing
26468:
26469: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26470: module:calls changes
26471:
26472: 2001-02-13 paf
26473:
26474: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26475: ^class:calls[] started
26476:
26477: * src/: include/pa_value.h, main/core.C: z
26478:
26479: * src/main/core.C: operators : and self. prefixes
26480:
26481: * src/main/core.C: z
26482:
26483: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26484: tested
26485:
26486: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26487: optimized
26488:
26489: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26490: would change privates to better support optimization
26491:
26492: * src/: include/pa_string.h, main/pa_string.C:
26493: String_iterator::skip_to todo:optimize
26494:
26495: 2001-02-12 paf
26496:
26497: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26498: String_iterator
26499:
26500: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26501: comments
26502:
26503: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26504: self/methodref joined
26505:
26506: 2001-02-11 paf
26507:
26508: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26509: main/main.dsp: core started. core.C, context&value .h
26510:
26511: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26512: include/pa_string.h, main/main.dsp, main/pa_array.C,
26513: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26514:
26515: 2001-01-30 paf
26516:
26517: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26518: comments
26519:
26520: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26521: main/pa_pool.C: moved pa_pool.C to be target specific
26522:
26523: * src/: include/pa_exception.h, include/pa_pool.h,
26524: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26525: to & changes
26526:
26527: * src/: include/pa_exception.h, include/pa_pool.h,
26528: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26529: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26530: re-associated. that's much better even removed 'die' necessety
26531:
26532: * src/: include/pa_error.h, include/pa_exception.h,
26533: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26534: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26535: targets/Makefile.am: lowered targets/parser into subdir, added
26536: parser_Pool(Pool) failed to add. would think..
26537:
26538: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26539: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26540: main/pa_string.C, main/pa_table.C: Table more like C++ style
26541: hence lots of 'const'
26542:
26543: * src/: include/pa_error.h, include/pa_request.h,
26544: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26545: main/pa_table.C: Error fixed
26546:
26547: 2001-01-29 paf
26548:
26549: * src/: include/pa_array.h, include/pa_common.h,
26550: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26551: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26552: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26553: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26554:
26555: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26556: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26557: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26558: main/pa_string.C, main/pa_table.C: Request Error Table
26559:
26560: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26561: templates"
26562:
26563: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26564: main/main.dsp, main/pa_array.C: templates failed no template
26565: specializations [VC6], no library auto instantation [VC6, GNU c++
26566: 2.95.2-6 from latest cygwin]
26567:
26568: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26569: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26570: main/main.dsp, main/pa_array.C, main/pa_string.C,
26571: main/pa_table.C: Table started would test template Array now
26572:
26573: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26574: String originating
26575:
26576: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26577: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26578: SYNCHRONIZED(thread_safe)
26579:
26580: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26581: parts to top
26582:
26583: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26584: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26585: see: needed only in global Hash now, made Hash:: put/get
26586: SYNCHRONIZED
26587:
26588: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26589: main/pa_threads.C: added pa_threads
26590:
26591: Mutex
26592:
26593: * src/include/pa_hash.h: some comments
26594:
26595: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26596: Array& operator += (Array& src)
26597:
26598: * src/main/pa_array.C: expand not convinient, would rewrite
26599:
26600: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26601: (Array& src)
26602:
26603: rethought, would change now
26604:
26605: 2001-01-27 paf
26606:
26607: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26608: caching
26609:
26610: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26611: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26612: cache rethought to chunk caching
26613:
26614: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26615: include/pa_string.h, main/main.dsp, main/pa_array.C,
26616: main/pa_hash.C, main/pa_string.C: Array 0
26617:
26618: * src/main/pa_string.C: String::operator ==
26619:
26620: * src/main/pa_hash.C: String(&String)
26621:
26622: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26623:
26624: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26625: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26626: pa_hash[forgotten]
26627:
26628: 2001-01-26 paf
26629:
26630: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26631: removed templates [vc++ suxx]
26632:
26633: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26634: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26635:
26636: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26637:
1.119 moko 26638: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26639:
1.119 moko 26640: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26641: check
26642:
26643: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26644: dynamic row_count
26645:
26646: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26647: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26648: targets/Makefile.am: Initial revision
26649:
26650: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26651: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26652: targets/Makefile.am: creating parser3 module
26653:
E-mail: