Annotation of parser3/ChangeLog, revision 1.212
1.212 ! moko 1: 2024-12-28 moko
! 2:
! 3: * tests/httpd/run_tests.sh: for FreeBSD compatibility
! 4:
! 5: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
! 6: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
! 7: $request:uri and $request:path tests added (related to feature
! 8: #1269)
! 9:
! 10: * operators.ru.txt, operators.txt: + $request:path documented
! 11: (related to feature #1269)
! 12:
! 13: * tests/: 065.html, results/065.processed: $request:path,
! 14: $request:uri tested
! 15:
! 16: * src/types/pa_vrequest.C: $request:path default is empty string to
! 17: match an empty URI in console mode (related to feature #1269)
! 18:
! 19: * etc/auto.p.in: $request:path used (related to feature #1269)
! 20:
! 21: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
! 22: (implements feature #1269)
! 23:
! 24: 2024-12-26 moko
! 25:
! 26: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
! 27: 3.5.0
! 28:
! 29: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
! 30: pa-include/pa_errno.h, pa-include/pa_file_info.h,
! 31: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
! 32: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
! 33: pa_strcat
! 34:
! 35: * tests/results/223.processed: apache upgraded @parser.ru
! 36:
! 37: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
! 38: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
! 39: pa-include/pa_errno.h, pa-include/pa_file_info.h,
! 40: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
! 41: pa-include/pa_strings.h: sdbm updated from version included in
! 42: apache 2.0.43 to version included in apache 2.0.65
! 43:
! 44: 2024-12-24 moko
! 45:
! 46: * etc/auto.p.in: to avoid patching Debian package
! 47:
! 48: * src/main/: pa_exec.C, pa_http.C: final fixes for
! 49: --with-build-warnings (dangling-reference warnings can be
! 50: ignored)
! 51:
! 52: 2024-12-23 moko
! 53:
! 54: * src/: classes/file.C, classes/hash.C, classes/op.C,
! 55: include/pa_common.h, main/pa_http.C, main/pa_request.C,
! 56: types/pa_vcookie.C, types/pa_vform.C: more fixes for
! 57: --with-build-warnings
! 58:
! 59: * src/: classes/date.C, classes/inet.C, classes/op.C,
! 60: classes/reflection.C, include/pa_array.h,
! 61: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
! 62: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
! 63: --with-build-warnings
! 64:
1.211 moko 65: 2024-12-21 moko
66:
67: * Makefile.am: +operators.ru.txt
68:
69: * operators.ru.txt, operators.txt: typo fixed
70:
71: 2024-12-20 moko
72:
73: * operators.txt: whitespace synced
74:
75: * operators.ru.txt, operators.txt: curl added
76:
77: * operators.ru.txt, operators.txt: logically sorted
78:
79: * operators.ru.txt: id added
80:
81: * operators.txt: ID added
82:
83: * operators.txt: translated
84:
85: * operators.ru.txt, operators.txt: operators.txt translated to
86: english, synced format with operators.ru.txt
87:
88: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
89: formatted
90:
91: * operators.ru.txt, operators.txt: formatted, actualized, oracle
92: info moved to separate file
93:
94: 2024-12-19 moko
95:
96: * src/targets/cgi/parser3.C: avoid parser version requests logging
97: in parser3.log
98:
99: 2024-12-18 moko
100:
101: * buildall: preventing --with-system-mailreceive linking with
102: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
103: to feature #1199)
104:
1.210 moko 105: 2024-12-16 moko
106:
1.211 moko 107: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 108:
109: * src/classes/table.C: exception text fixed
110:
111: 2024-12-15 moko
112:
113: * tests/: 102.html, results/102.processed: tests updated after
114: $form:fields not editable again (related to feature #1254)
115:
116: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
117: be edited (related to feature #1254)
118:
119: * src/types/pa_vform.C: reverted that
120: $form:fields/tables/files/imap can be edited (related to feature
121: #1254) for backward compatibility
122:
123: 2024-12-14 moko
124:
1.211 moko 125: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 126:
127: * tests/results/auto.p: avoid $mac execution unless on OS X
128:
129: * tests/388-sql.html: more OS support
130:
131: 2024-12-13 moko
132:
133: * tests/388-sql.html: sql tests under OS X now fixed
134:
135: * tests/results/auto.p: curl test under OS X now works
136:
137: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
138: no dll name under Windows, hiding
139:
140: * tests/: 379-curl.html, results/379-curl.processed: some curl
141: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
142:
143: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
144: 389.html, results/030.processed, results/212.processed,
145: results/219.processed, results/273.processed,
146: results/320.processed, results/346-curl.processed,
147: results/389.processed, results/auto.p: ^try-catch-filtered added
148: and used
149:
150: * tests/: 347-curl.html, results/347-curl.processed: support for
151: different error messages
152:
153: * src/classes/curl.C: several curl libraries supported,
154: ^curl:options[ $.library[] ] resets to default
155:
156: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
157: removed as depends on curl version
158:
159: * tests/results/: 223-curl.processed, 394-curl.processed: curl
160: fixed bug with \n in file names, test result updated
161:
162: * tests/388-sql.html: +libmysqlclient.so
163:
164: * etc/auto.p.in: +libmariadb
165:
166: 2024-12-12 moko
167:
168: * tests/: 388-sql.html, results/429-sql.processed: test results
169: updated after test changed
170:
171: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
172: for newer MariaDB compatibility
173:
174: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
175: results/429-sql.processed: key -> id for new MariaDB
176: compatibility
177:
178: * src/types/pa_vmethod_frame.h: warning war
179:
180: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
181: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
182: including for Debian package
183:
184: 2024-12-11 moko
185:
186: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
187: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
188: $status:log-filename added (related to feature #1262)
189:
190: * tests/: 440.html, results/440.processed: test for row is checked
191: before accessing when table is modified during select (related to
192: bug #1258)
193:
194: * src/: classes/table.C, include/pa_table.h: row should be checked
195: before accessing as table can be modified during select (related
196: to bug #1258)
197:
198: * src/types/pa_vmail.C: $mail:received tables -> elements array
199: (related to feature #1226)
200:
201: * src/: classes/file.C, classes/image.C, classes/table.C,
202: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
203: better messages (related to feature #1267)
204:
205: * tests/results/: 065.processed, 246.processed, 337.processed,
206: 342.processed, 352.processed, 356.processed, 364.processed,
207: 372.processed, 373.processed, 389.processed, 404.processed,
208: 406.processed, 414.processed, 430.processed, 432.processed,
209: 442.processed: tests updated after params.as_string error
210: reporting was improved (related to feature #1267)
211:
212: * src/classes/reflection.C: error messages optimized (related to
213: feature #1267)
214:
215: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
216: error reporing for params.as_* (related to feature #1267)
217:
218: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
219: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
220: #1267)
221:
222: * tests/results/: 246.processed, 414.processed, 432.processed:
223: tests updated after params.as_string error reporting was improved
224: (related to feature #1267)
225:
226: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
227: reporing for params.as_string (implements feature #1267)
228:
229: * tests/: 065.html, results/065.processed: tests for file methods
230: accepting file as filename added (related to feature #1265)
231:
232: * src/: classes/file.C, include/pa_exception.h,
233: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
234: methods now accept file as path specification (adopted Sumo patch
235: implements feature #1265)
236:
237: * tests/: 400.html, results/400.processed: tests for result
238: optimization "locks" after first method call (related to feature
239: #1266)
240:
241: 2024-12-10 moko
242:
243: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
244: result_optimization comments (related to feature #1266)
245:
246: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
247: $result now stored in my_result, not in local variables hash
248: (implements feature #1266)
249:
1.209 moko 250: 2024-12-09 moko
251:
1.210 moko 252: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
253: set_my_variable in preparation for $result optimization (related
254: to feature #1266)
255:
1.209 moko 256: * tests/results/119.processed: newline corrected for some OS
257:
258: * tests/: 441.html, results/441.processed: Debian-specific test
259: commented
260:
261: * buildall: pcre2 10.42 -> 10.44
262:
263: 2024-12-08 moko
264:
265: * buildall: external links fixed
266:
267: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
268:
269: * src/include/pa_table.h: some clang versions compilation fix
270:
271: * configure.ac: 3.4.7b -> 3.5.0rc
272:
273: 2024-12-07 moko
274:
275: * tests/: 443.html, 444.html, results/443.processed,
276: results/444.processed: tests for named params (related to feature
277: #1205)
278:
279: * src/: classes/reflection.C, types/pa_method.h: named_params
280: support in reflection (related to feature #1205)
281:
282: * src/types/pa_vmethod_frame.h: extra_params and named params
283: should be also inited in ^method[] call (related to feature
284: #1205)
285:
286: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
287: support using @method[arg;.named_arg;.named_arg2] syntax
288: (implements feature #1205)
289:
290: * tests/: 443.html, results/443.processed: test for *args inited
291: added (related to bug #1264)
292:
293: * src/types/pa_vmethod_frame.h: *args are now inited even if not
294: specified (fixes bug #1264)
295:
296: * tests/: 442.html, results/442.processed: tests for
297: params.as_file_name(N) with empty file name added (related to
298: feature #1121)
299:
300: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
301: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
302: include/pa_exception.h, types/pa_vmethod_frame.h:
303: params.as_file_name(N) added and used instead of
304: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
305: (implements feature #1121)
306:
307: * src/: classes/file.C, classes/image.C, classes/op.C,
308: classes/table.C, include/pa_exception.h: filename is everywhere
309: params.as_string, unify exception and remove
310: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
311:
312: * tests/: 141.html, results/141.processed: test for
313: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
314: to feature #1263)
315:
316: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
317: $.format[file] ] now supported (implements feature #1263)
318:
319: 2024-12-06 moko
320:
321: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
322: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
323: (cgi/console/mail/httpd/apache/isapi) added (related to feature
324: #1262)
325:
326: 2024-12-05 moko
327:
328: * src/targets/cgi/parser3.C: more correct arguments processing to
329: block -fl config.file log.file logic (related to feature #1262)
330:
331: 2024-12-04 moko
332:
333: * src/targets/cgi/parser3.C: now only one log location is selected
334: and tried. -l - supported for stderr specification (related to
335: feature #1262)
336:
337: 2024-12-03 moko
338:
339: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
340: results/010.processed, results/415.processed: tests for
341: $.(expression)[value], $a.(expression), ^v.(expression)[args]
342: added (related to feature #1064)
343:
344: * src/main/compile.y: $.(expression)[value], $a.(expression),
345: ^v.(expression)[args] now supported (implements feature #1064)
346:
347: 2024-12-02 moko
348:
349: * src/targets/cgi/parser3.C: -l /path/to/log options added
350: (implements feature #1262)
351:
1.208 moko 352: 2024-12-01 moko
353:
354: * tests/: 010.html, results/010.processed: some tests related to
355: bug #1149 added
356:
357: * src/main/compile.y: the check pc.pos.col > 1 is not required
358: because we can't be here without a '$' before. The begin == end
359: check was incorrect since $[a]{b} fits this condition (fixes bug
360: #1149)
361:
362: 2024-11-29 moko
363:
364: * src/classes/array.C: warning war
365:
366: 2024-11-26 moko
367:
368: * tests/: 441.html, results/441.processed: a bit more testing
369: (related to bug #1238)
370:
371: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
372:
373: * src/main/pa_exec.C: simplification arg_quote added (related to
374: bug #1229)
375:
1.207 moko 376: 2024-11-25 moko
377:
378: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
379: bug #1239)
380:
381: 2024-11-24 moko
382:
383: * src/main/pa_exec.C: added cmd.exe specific
384:
385: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
386: tests for ^file::exec env and args tainting tests (related to bug
387: #1239)
388:
389: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
390:
391: * src/include/pa_config_includes.h: added recommendations for
392: libxslt.a and and libexslt.a compilation under cygwin
393:
394: * tests/results/102.processed: $form:fields.value is now writable,
395: as $form:value (related to feature #1254)
396:
397: * src/include/pa_config_includes.h: cigwin compilation fixes
398:
399: 2024-11-23 moko
400:
401: * tests/httpd/site/run_server.sh: to simplify testing
402:
403: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
404: site/form.html: $form:files and $form:elements tests added, tests
405: with curl supported (related to feature #1254)
406:
407: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
408: types/pa_vform.h: $form:elements implemented, VForm::get_element
409: uses faster SYMBOLS_EQ, hashes no longer copied when using
410: $form:fields/tables/files/imap and can be edited (implements
411: feature #1254)
412:
413: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
414: bug #1261)
415:
1.206 moko 416: 2024-11-17 moko
417:
418: * tests/: 440.html, results/440.processed: tests for
419: ^table.array[], offset restoration, iterators robust tests
420: (related to bug #1258, features #1259 and #1260)
421:
422: * tests/: 439.html, results/439.processed: array and hash iterators
423: robust tests (related to feature #1260)
424:
425: * src/: classes/array.C, classes/table.C, include/pa_array.h,
426: include/pa_table.h: Array_robust_iterator added and used in cases
427: where array can be modified during iteration (implements feature
428: #1260)
429:
430: * src/classes/table.C: ^table.array[], ^table.array[column name],
431: ^table.array{code} added (implements feature #1259)
432:
433: 2024-11-16 moko
434:
435: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
436: table current row restoration after exception and table changes
437: (fixes bug #1258)
438:
439: 2024-11-13 moko
440:
441: * src/classes/table.C: minor optimization
442:
443: * src/main/pa_string.C: \r added to default ^string.trim chars list
444: (https://www.parser.ru/forum/?id=86648)
445:
1.205 moko 446: 2024-11-11 moko
447:
1.206 moko 448: * src/classes/classes.C: set_base commented
449:
450: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
451: deleted
452:
453: * src/classes/classes.vcproj: no more classes.awk and classes.inc
454:
455: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
456: classes.inc
457:
458: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
459: main/pa_globals.C: classes.awk is useless, preparing to delete it
460:
1.205 moko 461: * src/classes/classes.h: temp fix
462:
463: 2024-11-10 moko
464:
465: * src/: classes/date.C, classes/file.C, classes/image.C,
466: classes/op.C, main/pa_string.C: minor optimization
467:
468: * src/: classes/date.C, classes/file.C, classes/image.C,
469: classes/op.C, main/pa_string.C: typo fixed
470:
471: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
472: classes/file.C, classes/image.C, classes/op.C,
473: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
474: memory allocation befor main(). Only 3 allocations in chatsets
475: left (implements feature #1257)
476:
477: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
478: minor naming convention fix
479:
480: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
481: results/436.processed, results/437.processed,
482: results/438.processed: tests for @unhandled_exception processing
483: (related to feature #1256)
484:
485: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
486: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
487: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
488: are now processed in request::core for correct logging and
489: reporting (feature #1256)
490:
491: * src/: include/pa_sapi.h, main/pa_request.C,
492: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
493: targets/isapi/parser3isapi.C: unhandled exception now called if
494: exception occures during $response:download processing (related
495: to bug #1255)
496:
497: * etc/auto.p.in: better 404 error reporting
498:
499: 2024-11-09 moko
500:
501: * src/main/pa_memory.C: more detailed usage comment
502:
503: * src/main/pa_memory.C: usage commented
504:
505: * src/main/pa_memory.C: minor cleanup
506:
507: * src/types/: pa_varray.h, pa_vregex.h: warnings war
508:
509: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
510: httpd/site/029.html, results/436.processed: test for exception in
511: $response:download[] added
512:
513: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
514: and avoid exit status 1 on die
515:
516: * tests/results/: 007.processed, 019.processed, 098.processed,
517: 103.processed, 233.processed: windows headers matter for binary
518: files
519:
520: * tests/httpd/ok.log: tests results updated as extra headers now
521: cleared on error (related to bug #1255)
522:
523: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
524: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
525: targets/isapi/parser3isapi.C: headers buffering to avoid extra
526: headers in errors, custom send_error in cgi/httpd mode to avoid
527: memory allocations (fixes bug #1255)
528:
529: 2024-11-07 moko
530:
531: * tests/: 264.html, results/264.processed: tests updated to test
532: removal of only trailing empty arguments for backward
533: compatibility (related to feature #1252)
534:
535: * src/classes/file.C: remove trailing empty arguments for backward
536: compatibility (related to feature #1252)
537:
538: 2024-11-05 moko
539:
540: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
541: low memory case, when static initialization failed even before
542: main() start
543:
544: 2024-11-04 moko
545:
546: * configure, src/include/pa_config_auto.h.in,
547: src/include/pa_config_fixed.h: _locking no longer used
548:
549: * configure.ac: _locking no longer used (related to bug #1231)
550:
551: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
552:
553: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
554:
555: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
556: unused
557:
558: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
559: be used on locking errors (related to bug #1231)
560:
561: * src/main/pa_os.C: GetLastError used as errno is not set (related
562: to bug #1231)
563:
564: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
565: allowing shared lock to work (fixes bug #1231)
566:
567: * INSTALL: actualized, minor fixes
568:
569: * etc/auto.p.in: default LIMITS added
570:
571: * AUTHORS: links actualized
572:
573: * src/: classes/array.C, classes/bool.C, classes/classes.C,
574: classes/classes.awk, classes/classes.h, classes/curl.C,
575: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
576: classes/hash.C, classes/hashfile.C, classes/image.C,
577: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
578: classes/math.C, classes/memcached.C, classes/memory.C,
579: classes/op.C, classes/reflection.C, classes/regex.C,
580: classes/response.C, classes/string.C, classes/table.C,
581: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
582: include/pa_array.h, include/pa_base64.h,
583: include/pa_cache_managers.h, include/pa_charset.h,
584: include/pa_charsets.h, include/pa_common.h,
585: include/pa_config_fixed.h, include/pa_config_includes.h,
586: include/pa_dictionary.h, include/pa_dir.h,
587: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
588: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
589: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
590: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
591: include/pa_request_charsets.h, include/pa_request_info.h,
592: include/pa_sapi.h, include/pa_socks.h,
593: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
594: include/pa_stack.h, include/pa_string.h,
595: include/pa_stylesheet_connection.h,
596: include/pa_stylesheet_manager.h, include/pa_symbols.h,
597: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
598: include/pa_uue.h, include/pa_xml_exception.h,
599: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
600: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
601: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
602: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
603: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
604: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
605: main/compile.tab.C, main/compile.y, main/compile_tools.C,
606: main/compile_tools.h, main/execute.C, main/pa_base64.C,
607: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
608: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
609: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
610: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
611: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
612: main/pa_sql_driver_manager.C, main/pa_string.C,
613: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
614: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
615: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
616: main/untaint.C, sql/pa_sql_driver.h,
617: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
618: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
619: targets/isapi/parser3isapi.C, types/pa_junction.h,
620: types/pa_method.h, types/pa_property.h, types/pa_value.C,
621: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
622: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
623: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
624: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
625: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
626: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
627: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
628: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
629: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
630: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
631: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
632: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
633: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
634: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
635: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
636: types/pa_vresponse.C, types/pa_vresponse.h,
637: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
638: types/pa_vstateless_object.h, types/pa_vstatus.C,
639: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
640: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
641: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
642: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
643: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
644:
1.203 moko 645: 2024-10-28 moko
646:
1.204 moko 647: * src/classes/array.C: avoid invalidate()
648:
649: * src/: classes/array.C, types/pa_varray.h: minor optimization for
650: fused to survive in ^array::copy[$a] (related to feature #930)
651:
652: * src/types/pa_varray.h: minor optimization as last element is
653: allways defined if present
654:
1.203 moko 655: * tests/: 435.html, results/435.processed: tests for
656: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
657: for array added (related to feature #1253)
658:
659: * src/classes/array.C: typo fixed
660:
661: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
662: ^hash.set([-+]index)[value], and same for array added (implements
663: feature #1253)
664:
665: * tests/results/: 246.processed, 298.processed, 342.processed,
666: 389.processed, 397.processed, 430.processed, 432.processed: tests
667: results update after minor exceptions texts fixes
668:
669: 2024-10-27 moko
670:
671: * src/: classes/array.C, classes/hash.C, classes/math.C,
672: classes/reflection.C, classes/string.C, classes/table.C,
673: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
674: types/pa_vmethod_frame.h: handy as_index() added, several
675: exceptions texts fixed (related to feature #930)
676:
677: * src/: classes/array.C, types/pa_varray.h: non-working
678: $array.fields removed, ^array.delete[index] supported (related to
679: feature #930)
680:
681: * tests/: 431.html, results/431.processed: tests updated after
682: ^a.delete[3] supported
683:
684: * tests/: 431.html, 434.html, results/434.processed: tests for last
685: element used, push/pop, exceptions during arguments processing
686: and used caching (related to feature #930)
687:
688: * src/: classes/array.C, types/pa_varray.h: change_used added for
689: better used caching and now no issues if exception occures during
690: append arguments processing (related to feature #930)
691:
692: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
693: ^array.pop[] added, last element is allways used (related to
694: feature #930)
695:
696: 2024-10-26 moko
697:
698: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
699: types/pa_varray.h: confirm_all_used added where possible (related
700: to feature #930)
701:
702: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
703: small array optimizations (related to feature #930)
704:
705: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
706:
707: * tests/: 431.html, results/431.processed: test for
708: ^array.compact[undef] added
709:
710: * src/classes/array.C: ^array.compact[] now have optional 'undef'
711: argument to also compact undefined elements (related to feature
712: #930)
713:
714: 2024-10-24 moko
715:
716: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
717: VArray::hash is used rarery, no longer caching the result
718:
719: * tests/results/432.processed: testing removed from tests
720:
721: 2024-10-23 moko
722:
723: * tests/: 431.html, results/431.processed: ^array.compact[] test
724: added
725:
726: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
727:
728: * tests/: 432.html, results/432.processed: testing ^array.at[] for
729: both "solid" and "sparse" arrays
730:
731: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
732:
733: 2024-10-22 moko
734:
735: * tests/results/264.processed: spelling
736:
737: * src/classes/file.C: spelling
738:
739: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
740: tests updated after ^file::exec[cmd;;$array] implemented and
741: empty arguments not skipped (related to feature #1252)
742:
743: * src/classes/file.C: ^file::exec[cmd;;$array] supported
744: (implements feature #1252) bugfix: empty arguments no longer
745: skipped
746:
1.205 moko 747: 2024-10-21 moko
748:
749: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
750: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
751: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
752: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
753: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
754: site/index.html, site/test.txt: httpd tests added
755:
1.202 moko 756: 2024-10-20 moko
757:
758: * src/classes/string.C: warnings war
759:
760: * src/: main/pa_string.C, classes/array.C: warnings war
761:
762: * src/classes/json.C: warnings war
763:
764: * src/classes/image.C: warnings war
765:
766: * src/: classes/table.C, types/pa_varray.C: warnings war
767:
768: * src/classes/array.C: warning war
769:
770: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
771:
772: * src/main/main.vcproj: warnings war
773:
774: 2024-10-19 moko
775:
776: * tests/427.html: test updated after constructors renamed
777:
778: 2024-10-18 moko
779:
780: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
781: results/421.processed, results/430.processed,
782: results/431.processed: test updated after constructors renamed
783:
784: * src/classes/array.C: create -> copy, new -> create according to
785: https://www.parser.ru/forum/?id=86603 discussion (related to
786: feature #930)
787:
788: 2024-10-16 moko
789:
790: * src/classes/json.C: $json:array[array or hash] added to provide
791: more backward compatibility (implements feature #1251)
792:
793: 2024-10-15 moko
794:
795: * tests/: 421.html, results/421.processed: test results updated
796: after missing constuctor error check added and array is_index
797: check added
798:
799: * src/main/execute.C: absent constructor message fixed
800:
1.201 moko 801: 2024-10-13 moko
802:
803: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
804: with is_index() before calling index() for better error reporting
805: in method name typo (was invalid number, not method not found
806: exception).
807:
808: 2024-10-08 moko
809:
810: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
811:
812: * src/include/pa_array.h: warnings war
813:
1.200 moko 814: 2024-10-05 moko
815:
816: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
817: returns current row cells array (implements feature #1250)
818:
819: * tests/: 405.html, results/169.processed, results/405.processed:
820: tests updated after ^string.split[;a] implemented (related to
821: feature #1249)
822:
823: * src/classes/string.C: ^string.split[] - 'a' option added for
824: splitting into an array (implements feature #1249)
825:
826: 2024-10-04 moko
827:
828: * tests/: 431.html, results/431.processed: final code coverage
829: array tests
830:
831: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
832: array: confirm_all_used() added and used where possible, expand()
833: now expends faster
834:
835: 2024-10-03 moko
836:
837: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
838:
839: * tests/: 256.html, results/256.processed: test for
840: $.date[unix-timestamp] handling large dates
841:
842: * src/: classes/file.C, classes/op.C, classes/reflection.C,
843: classes/string.C, classes/table.C, include/pa_common.h,
844: main/pa_common.C, main/pa_http.C, main/pa_request.C,
845: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
846: format replaced with pa_uitoa where applicable,
847: $.date[unix-timestamp] fixed for handling large dates
848:
849: * tests/: 433.html, results/433.processed: more tests, including
850: test for possible endless recursion in ^o.GET[]
851:
852: * src/types/pa_vobject.C: bugfix: detecting possible endless
853: recursion in get_scalar_value inside ^o.GET[]
854:
855: * src/: classes/json.C, include/pa_request.h, main/execute.C,
856: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
857: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
858: $LIMITS.max_recursion
859:
860: 2024-10-02 moko
861:
862: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
863: results/253.processed, results/287.processed,
864: results/430.processed, results/433.processed: more tests for full
865: array and json code coverage
866:
867: * tests/: 433.html, results/433.processed: tests for hash functions
868: with array param
869:
870: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
871:
872: * tests/: 432.html, results/432.processed: modified ^hash.at tests
873: in 246.html used to test ^array.at, same result produced
874:
875: * tests/: 430.html, 431.html, results/430.processed,
876: results/431.processed: more array tests for 100% code coverage
877: (related to feature #930)
878:
879: * tests/: 427.html, 430.html, results/427.processed,
880: results/430.processed: first portion of array tests added
881: (related to feature #930)
882:
883: * src/classes/array.C: allow only whitespace string as argument for
884: add and join
885:
886: * src/classes/array.C: add behavour for array synced with hash
887:
888: 2024-09-30 moko
889:
890: * tests/: 429-sql.html, results/429-sql.processed: code coverage
891: tests added
892:
893: * src/classes/array.C: $.distinct should not be used unless
894: $.sparse(true)
895:
896: * tests/: 429-sql.html, results/388-sql.processed,
897: results/429-sql.processed: tests for ^array::sql{}, including
898: multi_statements mode (related to feature #930)
899:
1.199 moko 900: 2024-09-29 moko
901:
902: * src/classes/array.C: synced ^array::sql multi_statements logic
903: with ^hash::sql new behavour
904:
905: 2024-09-28 moko
906:
907: * tests/: 428-sql.html, results/388-sql.processed,
908: results/428-sql.processed: tests updated after column names were
909: fixed in multi_statements mode (related to feature #1197)
910:
911: * src/classes/hash.C: column names are fixed for most cases in
912: multi_statements mode (related to feature #1197)
913:
914: * tests/: 428-sql.html, results/195.processed,
915: results/224.processed, results/239.processed,
916: results/254.processed, results/261.processed,
917: results/306.processed, results/333.processed,
918: results/341.processed, results/343.processed,
919: results/344.processed, results/348.processed,
920: results/364.processed, results/389.processed,
921: results/390.processed, results/415.processed,
922: results/420.processed, results/421.processed: tests results
923: updated after error messages spelling minor fixes
924:
925: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
926: spelling
927:
928: * src/: classes/curl.C, classes/file.C, classes/hash.C,
929: classes/image.C, classes/math.C, classes/string.C,
930: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
931: main/execute.C, main/pa_charset.C, main/pa_common.C,
932: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
933: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
934: types/pa_vmail.C, types/pa_vobject.C,
935: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
936: types/pa_vxdoc.C: minor error messages spelling fixes
937:
938: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
939: implementation (related to feature #930)
940:
941: * tests/: 388-sql.html, results/388-sql.processed: test results
942: updated after rows number ^file::sql{} check added
943:
944: * src/classes/file.C: rows number now checked in ^file::sql{}
945:
946: * tests/: 428-sql.html, results/428-sql.processed: more tests
947:
948: * tests/: 428-sql.html, results/428-sql.processed: more
949: multi_statements testing before bugfix
950:
951: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
952: results/428-sql.processed: support for multiple sql test files
953: added
954:
955: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
956:
957: * src/classes/hash.C: more accurate one_bool_column processing
958:
959: * tests/: 427.html, results/427.processed: Constructors as methods
960: behavour documented in test
961:
962: * src/classes/hash.C: HashStringValue::Iterator used for options
963:
964: * tests/: 388-sql.html, results/388-sql.processed: even more tests
965:
966: * tests/: 388-sql.html, results/388-sql.processed: a bit more
967: testing
968:
969: * tests/results/367-curl.processed: test result updated after
970: server charset changed
971:
972: * tests/results/347-curl.processed: error messages updated
973:
974: * tests/results/: 346-curl.processed, 379-curl.processed,
975: 394-curl.processed: tests results updated after Type -> Exception
976: type replacement
977:
978: * tests/results/388-sql.processed: tests result updated after Type
979: -> Exception type
980:
981: 2024-09-27 moko
982:
983: * src/classes/hash.C: minor simplification
984:
985: 2024-09-24 moko
986:
987: * src/main/pa_string.C: atoui error messages improved
988:
989: * tests/: 165.html, 312.html, results/165.processed,
990: results/312.processed, results/379.processed: tests updated after
991: default endless loop limit increased, atoi error messages
992: improved
993:
994: * src/classes/hash.C: VBool::get used, unification
995:
1.198 moko 996: 2024-09-22 moko
997:
998: * src/classes/array.C: minor simplification
999:
1000: * src/classes/array.C: ^array.left(N),
1001: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1002:
1003: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1004: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1005: added, default 1000000 (related to feature #930)
1006:
1007: * tests/: 426.html, results/426.processed: test for negative limit
1008: and offset processing for table options added
1009:
1010: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1011: bugfix: negative limit and offset processing for table options
1012: fixed
1013:
1014: 2024-09-21 moko
1015:
1016: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1017: ^for added that also iterates holes; ^remove added (related to
1018: feature #930)
1019:
1020: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1021: $.offset(M) ] added (related to feature #930)
1022:
1023: 2024-09-20 moko
1024:
1025: * src/: classes/array.C, types/pa_varray.h: array:
1026: +foreach[value]{code}, + add[hash with numeric keys] (related to
1027: feature #930)
1028:
1029: 2024-09-19 moko
1030:
1031: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1032: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1033: support $a[v1;v2;...] syntax (related to feature #930)
1034:
1035: 2024-09-17 moko
1036:
1037: * src/: classes/reflection.C, include/pa_request.h,
1038: main/compile_tools.h, main/pa_request.C:
1039: ^reflection:class_alias[existing class name;alias class name]
1040: added. The array class can now be redefined regardless of the
1041: $.replace(bool) option value (related to feature #930)
1042:
1043: * src/main/: compile.y, compile_tools.h: class_add return value
1044: inverted to add it to request class
1045:
1046: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1047: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1048: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1049: resize if required. spared array - added fused, append.
1050:
1.197 moko 1051: 2024-09-16 moko
1052:
1053: * src/types/pa_varray.h: get moved to where it belongs
1054:
1055: 2024-09-15 moko
1056:
1057: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1058: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1059:
1060: * tests/: 421.html, results/323.processed, results/421.processed:
1061: tests updated after 'spared-array' class renamed to 'array'
1062: following a discussion on the forum (related to feature #930)
1063:
1064: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1065: types/pa_vmail.C: initial SparseArray separation from Array,
1066: parser class now 'array'
1067:
1068: 2024-09-14 moko
1069:
1070: * tests/: 030.html, results/030.processed: out of range expires
1071: check added
1072:
1073: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1074: checking expires time using VDate
1075:
1076: 2024-09-13 moko
1077:
1078: * src/: classes/array.C, classes/curl.C, classes/date.C,
1079: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1080: classes/memcached.C, classes/op.C, classes/regex.C,
1081: classes/string.C, classes/xdoc.C, classes/xnode.C,
1082: main/execute.C, main/pa_http.C, main/pa_request.C,
1083: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1084: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1085: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1086: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1087: removed as dynamic_cast is faster, Value::is() is still required
1088: for is operator.
1089:
1090: 2024-09-12 moko
1091:
1092: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1093: classes/table.C, classes/xnode.C, include/pa_array.h,
1094: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1095: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1096: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1097: templated pa_itoa/pa_uitoa added to work with any integer type,
1098: String::Body::Format removed
1099:
1100: 2024-09-10 moko
1101:
1102: * src/classes/array.C: append and insert methods added to
1103: sparse-array (related to feature #930)
1104:
1105: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1106: tests updated after sparse-array was added to avoid ^json:parse[]
1107: using it in old tests (related to feature #930)
1108:
1109: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1110: types/pa_varray.h: sparse-array class added (initial feature #930
1111: implementation)
1112:
1113: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1114: for sparse-array class files (related to feature #930)
1115:
1116: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1117: types/pa_vhash.h: VArray support functions without actual VArray
1118: files (related to feature #930)
1119:
1.196 moko 1120: 2024-09-07 moko
1121:
1122: * src/: classes/curl.C, classes/string.C, classes/table.C,
1123: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1124: main/pa_http.C, main/pa_sql_driver_manager.C,
1125: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1126: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1127: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1128: with Hash::Iterator, has_next() replaced with operator bool
1129: (related to feature #930)
1130:
1131: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1132: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1133: types/pa_vstateless_class.C: Array class extended,
1134: Array::Iterator added and used (related to feature #930)
1135:
1.195 moko 1136: 2024-08-26 moko
1137:
1138: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1139: should be used on argv[0] as well to match document root.
1140:
1.194 moko 1141: 2024-08-25 moko
1142:
1143: * src/main/pa_request.C: be more specific
1144:
1145: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1146: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1147: (fixes bug #1244)
1148:
1149: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1150: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1151: rsplit(..., '\\') is not correct when / and \ are mixed in path
1152:
1153: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1154:
1.193 moko 1155: 2024-07-24 moko
1156:
1157: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1158: main/execute.C, main/pa_string.C: Warning war: clang changed
1159: -Wdeprecated-register warning to -Wregister, it's easier to
1160: remove all register vars then continue this fight. :)
1161:
1162: * src/main/: compile.y, compile.tab.C: warning war: register
1163: removed
1164:
1.192 moko 1165: 2024-07-14 moko
1166:
1167: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1168: checking the HTTP request environment; if the variable is not
1169: present, checking the web server process environment (implements
1170: feature #1242)
1171:
1.191 moko 1172: 2024-05-26 moko
1173:
1174: * tests/: 195.html, 229.html, results/096.processed,
1175: results/097.processed, results/158.processed,
1176: results/186.processed, results/273.processed,
1177: results/293.processed, results/317.processed,
1178: results/389.processed, results/402.processed: tests updated as
1179: single quote now escaped with ' in HTML tainting mode
1180: (related to feature #1241)
1181:
1182: * src/main/untaint.C: single quote now escaped with ' in HTML
1183: tainting mode (implements feature #1241)
1184:
1185: * tests/results/: 020.processed, 021.processed, 026.processed,
1186: 042.processed, 043.processed, 057.processed, 110.processed,
1187: 115.processed, 116.processed, 117.processed, 118.processed,
1188: 119.processed, 120.processed, 125.processed, 126.processed,
1189: 128.processed, 130.processed, 131.processed, 132.processed,
1190: 133.processed, 135.processed, 136.processed, 138.processed,
1191: 139.processed, 140.processed, 145.processed, 150.processed,
1192: 151.processed, 165.processed, 174.processed, 181.processed,
1193: 182.processed, 192.processed, 193.processed, 201.processed,
1194: 213.processed, 224.processed, 226.processed, 230.processed,
1195: 239.processed, 240.processed, 244.processed, 253.processed,
1196: 254.processed, 261.processed, 264.processed, 269.processed,
1197: 274.processed, 275.processed, 288.processed, 294.processed,
1198: 296.processed, 303.processed, 306.processed, 307.processed,
1199: 308.processed, 311.processed, 312.processed, 314.processed,
1200: 315.processed, 316.processed, 320.processed, 323.processed,
1201: 324.processed, 325.processed, 328.processed, 330.processed,
1202: 332.processed, 333.processed, 337.processed, 338.processed,
1203: 341.processed, 342.processed, 343.processed, 344.processed,
1204: 345.processed, 348.processed, 352.processed, 356.processed,
1205: 357.processed, 363.processed, 364.processed, 368.processed,
1206: 372.processed, 373.processed, 376.processed, 378.processed,
1207: 379.processed, 385.processed, 386.processed, 387.processed,
1208: 389.processed, 390.processed, 395.processed, 397.processed,
1209: 398.processed, 399.processed, 404.processed, 406.processed,
1210: 413.processed, 414.processed, 420.processed, 421.processed,
1211: 424.processed, auto.p: Type -> Exception type for readability
1212:
1213: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1214: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1215: results/119.processed, results/165.processed,
1216: results/175.processed, results/192.processed,
1217: results/213.processed, results/217.processed,
1218: results/230.processed, results/240.processed,
1219: results/298.processed, results/380.processed,
1220: results/415.processed: try-catch, try-catch-comment used
1221:
1222: 2024-05-21 moko
1223:
1224: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1225: results/180.processed, results/195.processed,
1226: results/224.processed, results/auto.p: @try-catch-comment added
1227: and used
1228:
1229: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1230: 415.html, results/269.processed, results/283.processed,
1231: results/auto.p: more tests are updated to prepare for apostrophe
1232: escaping in HTML tainting
1233:
1234: * tests/results/: 181.processed, 294.processed, 296.processed,
1235: 315.processed, 379.processed, 389.processed, auto.p:
1236: $exception.comment printed as-is for whitespace reporting and to
1237: prepare for apostrophe escaping in HTML mode
1238:
1.190 moko 1239: 2024-05-11 moko
1240:
1241: * tests/: 099.html, 100.html, results/099.processed,
1242: results/100.processed: a test for non-UTF-8 filename* added
1243: (related to feature #1240)
1244:
1245: * tests/: 293.html, results/293.processed: tainting modes tests
1246: added
1247:
1248: * tests/results/: 099.processed, 100.processed, 205.processed,
1249: 309.processed, 310.processed, 419.processed: tests results
1250: updated after filename* added (related to feature #1240)
1251:
1252: * src/: include/pa_common.h, main/pa_request.C: The filename*
1253: parameter was added to the Content-Disposition header to conform
1254: with RFC 6266, with code provided by Sumo (implements feature
1255: #1240)
1256:
1257: 2024-05-10 moko
1258:
1259: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1260: positive performance effect in our case
1261:
1.189 moko 1262: 2024-03-27 moko
1263:
1264: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1265: (related to feature #1236)
1266:
1267: 2024-03-15 moko
1268:
1269: * tests/: 413.html, results/413.processed: test for object still
1270: can be used as file parameter (related to bug #1218)
1271:
1272: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1273: still can be used in file context (fixes bug #1218)
1274:
1275: 2024-03-14 moko
1276:
1277: * src/include/pa_string.h: ArrayString get() null result assert
1278: also added (related to bug #1238)
1279:
1280: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1281: VString::empty() used instead of new VString()
1282:
1283: 2024-03-12 moko
1284:
1285: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1286: results/379.processed: test added for cookie without value
1287: (related to bug #1238)
1288:
1289: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1290: values are now required to be non-null (related to bug #1238)
1291:
1292: * src/main/pa_http.C: cookies without value are now parsed
1293: correctly (fixed bug #1238)
1294:
1295: 2024-03-11 moko
1296:
1297: * tests/run_parser.sh: for better error reporting
1298:
1.188 moko 1299: 2023-12-30 moko
1300:
1301: * tests/: 038.html, results/038.processed: test for atan2 added
1302:
1303: 2023-12-29 moko
1304:
1305: * src/classes/math.C: atan2(y,x) math function added
1306:
1.187 moko 1307: 2023-12-14 moko
1308:
1309: * tests/212.html: pcre2 compatibility (related to feature #1236)
1310:
1311: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1312: exceptions and behavour added (related to feature #1236)
1313:
1314: 2023-12-13 moko
1315:
1316: * buildall: by default parser is now bundled with pcre2 10.42,
1317: --without-pcre2 option added to build with pcre-8.45 (related to
1318: feature #1236)
1319:
1320: 2023-12-12 moko
1321:
1322: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1323: support added (implements feature #1236)
1324:
1325: * src/: include/pa_charset.h, include/pa_config_includes.h,
1326: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1327: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1328: types/pa_vregex.h: Adopted patch from Yavor Doganov
1329: <yavor@gnu.org> to add pcre2 library support (implements feature
1330: #1236)
1331:
1.186 moko 1332: 2023-11-28 moko
1333:
1334: * src/include/pa_config_includes.h: warnings war continues
1335:
1336: * src/include/pa_config_includes.h: warning war
1337:
1338: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1339: number strings, whitespace and sign in exception messages
1340: (related to bug #1234)
1341:
1.185 moko 1342: 2023-11-26 moko
1343:
1344: * tests/: 274.html, results/224.processed, results/274.processed:
1345: tests for date double, int, bool added (related to feature #1235)
1346:
1347: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1348: added for date class (implements feature #1235)
1349:
1350: 2023-11-23 moko
1351:
1352: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1353: and '-' strings are no longer can be treated as number 0,
1354: exception thrown (fixes bug #1234)
1355:
1.184 moko 1356: 2023-11-18 moko
1357:
1358: * src/include/pa_types.h: minor
1359:
1360: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1361:
1362: * tests/: 389.html, results/389.processed: error messages for some
1363: OS differs a bit, reducing failing tests for them
1364:
1365: 2023-11-17 moko
1366:
1367: * tests/: 423.html, results/423.processed: test for optional
1368: @auto[] inheritance added (related to feature #1233)
1369:
1370: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1371: types/pa_vstateless_class.C: optional @auto[] inheritance
1372: implemented if defined with two args (path, class name)
1373: (implements feature #1233)
1374:
1375: * src/: classes/double.C, classes/int.C, classes/math.C,
1376: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1377: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1378: sync double->int overflow behavour under different architectures
1379: (fixes bug #1232)
1380:
1381: * tests/: 422.html, results/422.processed: int clipping added
1382:
1383: 2023-11-16 moko
1384:
1385: * tests/: 422.html, results/422.processed: test for int and uint
1386: overflow in ^n.format[d/u/x]
1387:
1388: * src/classes/math.C: bugfix: crc32 should not be negative (under
1389: Apple M1 when negative double converts to uint the result is 0)
1390: and crc32 should be 32 bits
1391:
1392: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1393: on Apple M1 it's 0
1394:
1395: * src/classes/file.C: bugfix: crc32 should not be negative (under
1396: Apple M1 when negative double converts to uint the result is 0)
1397: and crc32 should be 32 bits
1398:
1.183 moko 1399: 2023-10-07 moko
1400:
1401: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1402: behavour with other OP_NUM_*, related to bug #1230
1403:
1404: 2023-10-06 moko
1405:
1406: * tests/: 338.html, results/338.processed: test for bug #1230 added
1407:
1408: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1409: be converted to double to avoid 80 bit operations in x87 mode
1410: (fixes bug #1230)
1411:
1412: 2023-10-05 moko
1413:
1414: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1415: compatibility
1416:
1417: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1418:
1419: * tests/: 421.html, results/421.processed: test to cover all
1420: classes and objects nonexistent method and field exceptions
1421: (related to feature #1080 and #1227)
1422:
1423: * tests/results/: 182.processed, 324.processed: undefined method ->
1424: <type> method not found exception (related to feature #1080)
1425:
1426: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1427: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1428: "element can not be fetched from" for them, "field not found" for
1429: all other types (related to bug #1227)
1430:
1431: 2023-10-03 moko
1432:
1433: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1434: <type> method not found" exception now thrown for static calls
1435: instead of "undefined method" without class name (related to
1436: feature #1080)
1437:
1438: 2023-10-02 moko
1439:
1440: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1441: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1442: <method name>, Comment: <type> method not found" exception now
1443: thrown for all dynamic objects instead of "undefined method"
1444: without class name (implements feature #1080)
1445:
1.182 moko 1446: 2023-10-01 moko
1447:
1448: * src/classes/json.C: we don't have a dynamic json object.
1449:
1450: 2023-09-28 moko
1451:
1452: * tests/: 420.html, results/261.processed, results/420.processed:
1453: tests updated after bug #1228 fix reverted
1454:
1455: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1456: whitespace string is hash compatible, so we don't want $s.key to
1457: return a junction
1458:
1459: * tests/: 261.html, 420.html, results/261.processed,
1460: results/420.processed: test for bug #1227 added, test updated
1461: after bug #1228 fixed
1462:
1463: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1464: now throws exception as $non-empty-string.field (fixes bug #1227)
1465:
1466: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1467: #1228)
1468:
1469: 2023-09-26 moko
1470:
1471: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1472: src/classes/classes.C, src/classes/classes.awk,
1473: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1474: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1475: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1476: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1477: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1478: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1479: src/classes/regex.C, src/classes/response.C,
1480: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1481: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1482: src/include/pa_array.h, src/include/pa_base64.h,
1483: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1484: src/include/pa_charsets.h, src/include/pa_common.h,
1485: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1486: src/include/pa_dictionary.h, src/include/pa_dir.h,
1487: src/include/pa_exception.h, src/include/pa_exec.h,
1488: src/include/pa_globals.h, src/include/pa_hash.h,
1489: src/include/pa_http.h, src/include/pa_memory.h,
1490: src/include/pa_opcode.h, src/include/pa_operation.h,
1491: src/include/pa_os.h, src/include/pa_pool.h,
1492: src/include/pa_random.h, src/include/pa_request.h,
1493: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1494: src/include/pa_sapi.h, src/include/pa_socks.h,
1495: src/include/pa_sql_connection.h,
1496: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1497: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1498: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1499: src/include/pa_table.h, src/include/pa_threads.h,
1500: src/include/pa_types.h, src/include/pa_uue.h,
1501: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1502: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1503: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1504: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1505: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1506: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1507: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1508: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1509: src/main/compile.tab.C, src/main/compile.y,
1510: src/main/compile_tools.C, src/main/compile_tools.h,
1511: src/main/execute.C, src/main/pa_base64.C,
1512: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1513: src/main/pa_charsets.C, src/main/pa_common.C,
1514: src/main/pa_dictionary.C, src/main/pa_dir.C,
1515: src/main/pa_exception.C, src/main/pa_exec.C,
1516: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1517: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1518: src/main/pa_request.C, src/main/pa_socks.C,
1519: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1520: src/main/pa_stylesheet_connection.C,
1521: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1522: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1523: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1524: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1525: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1526: src/targets/apache/mod_parser3_core.C,
1527: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1528: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1529: src/types/pa_method.h, src/types/pa_property.h,
1530: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1531: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1532: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1533: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1534: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1535: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1536: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1537: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1538: src/types/pa_vhash.C, src/types/pa_vhash.h,
1539: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1540: src/types/pa_vimage.C, src/types/pa_vimage.h,
1541: src/types/pa_vint.h, src/types/pa_vjunction.C,
1542: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1543: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1544: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1545: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1546: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1547: src/types/pa_vobject.h, src/types/pa_vregex.C,
1548: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1549: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1550: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1551: src/types/pa_vstateless_class.h,
1552: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1553: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1554: src/types/pa_vstring.h, src/types/pa_vtable.C,
1555: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1556: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1557: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1558: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1559: src/types/pa_wwrapper.h: copyright, authors actualized
1560:
1.181 moko 1561: 2023-08-20 moko
1562:
1563: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1564: commited (related to feature #1219)
1565:
1566: 2023-08-16 moko
1567:
1568: * src/main/pa_random.C: replaced clock precision with monotonicity
1569: counter, good for Windows version with low clock frequency
1570: (related to feature #1229)
1571:
1572: 2023-08-15 moko
1573:
1574: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1575: fixes related to feature #1229
1576:
1577: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1578: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1579: (implements feature #1229)
1580:
1.180 moko 1581: 2023-08-02 moko
1582:
1583: * tests/: results/417.processed, 417.html: test for empty string
1584: match after last char added (related to bug #1224)
1585:
1586: * src/main/pa_string.C: avoid prestart++ after last char on zero
1587: length match (related to bug #1224)
1588:
1.179 moko 1589: 2022-11-22 moko
1590:
1591: * tests/: 419.html, results/419.processed: test for L_URI and path
1592: removeal from filename added (related to bug #1204)
1593:
1594: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1595: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1596: attribute value, L_URI should be used
1597:
1.178 moko 1598: 2022-09-21 moko
1599:
1600: * src/targets/cgi/parser3.C: more clear error messages
1601:
1602: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1603: SAPI_Info will return 0 in read_post and post_size !=
1604: content_length will be thrown
1605:
1.177 moko 1606: 2022-08-23 moko
1607:
1608: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1609: header value
1610:
1611: 2022-08-22 moko
1612:
1613: * tests/: 418.html, results/418.processed: test for
1614: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1615: to #1225)
1616:
1617: * src/classes/hash.C: keep old behavoir by default
1618:
1619: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1620: $.order[self|arg] ] added (implements #1215)
1621:
1.176 moko 1622: 2022-03-21 moko
1623:
1624: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1625: xmlInitCharEncodingHandlers is called in libxml static
1626: initializers before gc_substitute_memory_management_functions in
1627: pa_globals and thus gc may not see reference to our
1628: xmlCharEncodingHandler and free it.
1629:
1.175 moko 1630: 2022-01-26 moko
1631:
1632: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1633:
1.174 moko 1634: 2021-12-28 moko
1635:
1636: * tests/: 417.html, results/417.processed: test for empty string
1637: match added (related to bug #1224)
1638:
1639: * src/main/pa_string.C: empty string match now works (fixes bug
1640: #1224)
1641:
1.173 moko 1642: 2021-12-24 moko
1643:
1644: * tests/: 415_dir/29.p, results/415.processed: yet another test
1645:
1646: 2021-12-23 moko
1647:
1648: * src/: classes/table.C, main/pa_request.C: warnings war
1649:
1650: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1651: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1652:
1653: 2021-12-21 moko
1654:
1655: * tests/: 416.html, results/416.processed: test for ^break[] in
1656: ^hash/table.select[] (related to feature #1222)
1657:
1658: * src/classes/: hash.C, table.C: ^break[] support for
1659: ^hash/table.select[] (implements feature #1222)
1660:
1.172 moko 1661: 2021-11-30 moko
1662:
1663: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1664: 0.5 sec
1665:
1.171 moko 1666: 2021-11-10 moko
1667:
1668: * tests/results/415.processed: more syntax errors tests added
1669:
1670: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1671: 28.p: minor syntax error tests
1672:
1673: * src/main/pa_exception.C: pa_strdup added for compatibility
1674:
1675: * src/classes/curl.C: hint to call ^curl:options[
1676: $.library[correct.libcurl.so.name] ] added if default load fails.
1677:
1678: 2021-11-09 moko
1679:
1680: * src/main/compile.y: error message can be on stack
1681:
1682: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1683:
1684: * src/main/pa_charset.C: memcpy is more correct and efficient in
1685: this case then strncpy
1686:
1687: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1688: instead of strcpy where possible
1689:
1690: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1691: used to avoid MAX_STRING limit in Exception comment
1692:
1693: * tests/results/415.processed: compiler exceptions are no longer
1694: limited to MAX_STRING
1695:
1696: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1697: char * instead of fixed buffer
1698:
1699: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1700: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1701: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1702: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1703: results/415.processed: tests for parser.compile exceptions added
1704:
1705: 2021-11-08 moko
1706:
1707: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1708: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1709: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1710: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1711: drawbacks
1712:
1.170 moko 1713: 2021-11-06 moko
1714:
1715: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1716: (implements feature #1219)
1717:
1718: * tests/: 414.html, results/414.processed: test for
1719: ^hash.rename[from;to] added (related to feature #1144)
1720:
1721: 2021-11-05 moko
1722:
1723: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1724: (related to feature #1144)
1725:
1726: 2021-11-04 moko
1727:
1728: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1729: added (implements feature #1144)
1730:
1.169 moko 1731: 2021-10-19 moko
1732:
1733: * tests/: 413.html, results/413.processed: test for hash no longer
1734: is accepted as file parameter (related to bug #1218)
1735:
1736: * src/: classes/curl.C, classes/file.C, classes/image.C,
1737: classes/math.C, classes/xdoc.C, types/pa_value.C,
1738: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1739: longer is accepted as file parameter (fixes bug #1218)
1740:
1.168 moko 1741: 2021-07-19 moko
1742:
1743: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1744: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1745:
1.167 moko 1746: 2021-04-16 moko
1747:
1748: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1749: processing it leads to assertions.
1750:
1.166 moko 1751: 2021-03-25 moko
1752:
1753: * tests/: 412.html, results/412.processed: test to demonstrate bug
1754: #1213
1755:
1.165 moko 1756: 2021-02-12 moko
1757:
1758: * tests/: 360.html, results/360.processed, results/363.processed:
1759: parser method call in expression mode no longer differs from call
1760: in string mode (related to feature #1211)
1761:
1762: 2021-02-11 moko
1763:
1764: * src/types/pa_vmail.C: mail parsing with Windows line endings
1765: fixed (bug #1212)
1766:
1767: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1768: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1769: strings in both calls (implements feature #1211)
1770:
1.164 moko 1771: 2021-01-28 moko
1772:
1773: * buildall, etc/auto.p.in: to remove last patch in debian package
1774:
1775: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1776: 3.4.7b
1777:
1.162 moko 1778: 2021-01-21 moko
1779:
1780: * src/main/pa_http.C: no alarm() in file::load when web server mode
1781: is MULTITHREADED
1782:
1.157 moko 1783: 2021-01-20 moko
1784:
1.161 moko 1785: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1786: 'a2enmod mpm_prefork'
1787:
1.160 moko 1788: * src/targets/apache/mod_parser3.c: prefork name is now
1789: 'libapache2-mpm-itk'
1790:
1791: * src/targets/apache/mod_parser3_core.C: last regular malloc
1792: removed
1793:
1.159 moko 1794: * src/targets/isapi/Makefile.am: -pa_threads.C
1795:
1.158 moko 1796: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1797: 3.4.6
1798:
1.157 moko 1799: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1800:
1801: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1802: /httpd.p
1803:
1804: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1805: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1806: #1203)
1807:
1808: 2021-01-19 moko
1809:
1810: * buildall: --disable-parallel-mark added to avoid "number of
1811: processors" threads creation for heap marking as it conflicts
1812: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1813: limits threads)
1814:
1.156 moko 1815: 2021-01-16 moko
1816:
1817: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1818: main/pa_globals.C, main/pa_memory.C,
1819: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1820: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1821: feature #1209)
1822:
1823: 2021-01-15 moko
1824:
1825: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1826: 3.4.6rc
1827:
1828: * src/classes/json.C: get_delim added for delimiter caching (10%
1829: faster on large json)
1830:
1831: 2021-01-14 moko
1832:
1.211 moko 1833: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1834:
1835: * tests/results/224.processed: test result modified after
1836: today(shift) implemented
1837:
1838: * tests/: 407.html, results/407.processed: test for ^hash.select
1839: option $.default(bool) added (related to feature #1172)
1840:
1841: * src/classes/hash.C: ^hash.select option $.default(bool) added
1842: (related to feature #1172)
1843:
1844: * tests/: 141.html, results/141.processed: test modified for
1845: feature #1185.
1846:
1847: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1848: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1849: options $.lower(bool) (implements feature #1185)
1850:
1851: 2021-01-11 moko
1852:
1853: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1854: #1192)
1855:
1856: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1857: added (related to feature #1192)
1858:
1.155 moko 1859: 2021-01-05 moko
1860:
1861: * tests/: 270.html, results/270.processed: test modified to work
1862: under Windows
1863:
1864: * tests/: 390.html, 395.html, results/395.processed: tests updated
1865: 4 windows
1866:
1867: * tests/: 410.html, results/410.processed: test for
1868: $CLASS-GETTER-PROTECTED(false) added
1869:
1870: 2021-01-04 moko
1871:
1872: * tests/: 409.html, results/409.processed, results/auto.p: test for
1873: $MAIN:LOCALS(true) added
1874:
1.154 moko 1875: 2021-01-03 moko
1876:
1877: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1878: types/pa_vclass.h, types/pa_vstateless_class.C,
1879: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1880: +LOCALS. $main -> $MAIN in exception texts (implements feature
1881: #1207)
1882:
1883: 2021-01-02 moko
1884:
1885: * etc/auto.p.in: minor
1886:
1887: * src/main/pa_request.C: sending headers only after opening file to
1888: allow error reporting if file was not opened (foreign group,
1889: etc).
1890:
1891: 2020-12-31 moko
1892:
1893: * src/: include/pa_request.h, main/pa_request.C,
1894: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1895:
1896: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1897: main/pa_request.C: get_class_ref added and used
1898:
1899: * etc/auto.p.in: @CLASS httpd added
1900:
1901: * etc/auto.p.in: @auto[] is now first
1902:
1903: 2020-12-30 moko
1904:
1905: * tests/: 408.html, results/408.processed: test for bug #1166
1906: (windows only) added
1907:
1908: * src/main/pa_common.C: create_dir_for_file should not create dir
1909: for trailing / (fixes bug #1166)
1910:
1911: * tests/: 341.html, results/341.processed: tests for
1912: ^nameless_table.hash[] added (related to feature #1138)
1913:
1914: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1915: (implements feature #1138), extra fields in named tables no
1916: longer ignored (implements feature #1138)
1917:
1918: * tests/results/390.processed: updated after exception text change
1919:
1920: 2020-12-29 moko
1921:
1922: * tests/: 407.html, results/407.processed: +$._default check
1923:
1924: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1925:
1926: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1927: and ^hash.reverse[] added (releated to feature #1172)
1928:
1929: * src/classes/hash.C:
1930: ^hash.select[key;value](bool-condition)[options hash] +
1931: ^hash.reverse[] added (implements feature #1172)
1932:
1933: * src/types/pa_vtable.h: warning war
1934:
1935: * src/include/pa_config_fixed.h: win32 fix
1936:
1.153 moko 1937: 2020-12-27 moko
1938:
1939: * tests/: 406.html, results/406.processed: test results updated
1940:
1941: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1942: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1943: spelling
1944:
1945: 2020-12-26 moko
1946:
1947: * tests/: 406.html, results/406.processed: tests for
1948: ^table.rename[] added (related to feature #1148)
1949:
1950: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1951: ^table.rename[column name from;column name to], ^table.rename[
1952: $.[column name from][column name to] ... ] added (implements
1953: feature #1148)
1954:
1955: 2020-12-25 moko
1956:
1957: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1958: request_info now on stack to avoid yet another THREAD_LOCAL
1959: memory deallocation issue (now with cookies), explained in #1203
1960:
1961: * src/types/pa_vcookie.C: fields should be inited
1962:
1963: 2020-12-24 moko
1964:
1965: * src/include/pa_stylesheet_connection.h: looks like
1966: xsltFreeStylesheet leads to memory double-free. If so, it's for
1967: sure libxml bug, but we have GC anyway, so we just remove this
1968: call and see...
1969:
1970: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1971: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1972: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1973: abort.c:65:8 frame #3: 0x00000000004da663
1974: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1975: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1976: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1977: malloc.c:617:9 frame #5: 0x0000000000577f0c
1978: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1979: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1980: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1981: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1982: frame #8: 0x000000000050d35c
1983: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1984: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1985: frame #10: 0x00000000004436e5
1986: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1987: [inlined]
1988: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1989: pa_stylesheet_connection.h:62:3
1990:
1991: 2020-12-23 moko
1992:
1993: * src/classes/image.C: ^image::measure[; $.video() ] option added
1994:
1995: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1996: ^image::measure[; $.video(true) ] added
1997:
1998: * src/main/pa_exec.C: not cleared automatically in multithreaded
1999: httpd mode for unknown reasons
2000:
2001: 2020-12-22 moko
2002:
2003: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2004: error_log uri of currently processed document", but never used
2005: and conflicts with how libgc stops threads on FreeBSD (#define
2006: SIG_SUSPEND SIGUSR1), thus removed.
2007:
2008: 2020-12-21 moko
2009:
2010: * src/main/pa_request.C: +comment
2011:
1.151 moko 2012: 2020-12-20 moko
2013:
1.152 moko 2014: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2015: it is more safe to have versions of pa_strdup with one and two
2016: arguments, as helper_length=0 not always mean that strlen()
2017: should be called, but means zero.
2018:
2019: * src/targets/isapi/parser3isapi.C: minor
2020:
2021: * src/main/pa_http.C: +valid_http_method
2022:
1.151 moko 2023: * src/: include/pa_http.h, main/pa_http.C,
2024: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2025:
2026: 2020-12-17 moko
2027:
2028: * tests/: 405.html, results/405.processed: test for split by regex
2029: added (related to feature #1160)
2030:
2031: * src/classes/string.C: split by regex implemented (feature #1160)
2032:
2033: * src/classes/string.C: minor
2034:
2035: * tests/: 404.html, results/404.processed: test for whitespace
2036: string is now OK for table argument (related to feature #1169)
2037:
2038: * src/: classes/image.C, classes/string.C, classes/table.C,
2039: types/pa_vmethod_frame.C: whitespace string is now OK for table
2040: argument (as with hash) (implements feature #1169)
2041:
2042: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2043: limit for comment (fixes bug #1102)
2044:
2045: * src/targets/cgi/parser3.C: +HAVE_TLS check
2046:
2047: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2048:
2049: * src/include/pa_config_includes.h: HAVE_TLS used
2050:
2051: * configure.ac: +TLS check
2052:
2053: * src/main/pa_http.C: content logging added
2054:
2055: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2056: clear_response_headers added
2057:
2058: 2020-12-16 moko
2059:
2060: * buildall: as we now use threads, libatomic_ops still required for
2061: some OS.
2062:
2063: * src/main/pa_request.C: whitespace
2064:
2065: * src/: include/pa_request.h, main/pa_request.C:
2066: Request::Exception_trace::table extracted and used
2067:
2068: * src/main/pa_request.C: moving output_result call outside of try
2069: as network exceptions should not be handled by parser code
2070:
2071: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2072: logging network exchange
2073:
2074: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2075: via network if it was network write error.
2076:
2077: * src/targets/cgi/parser3.C: log -> pa_log
2078:
2079: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2080:
2081: * src/main/pa_threads.C: getpid() if no gettid() found
2082:
2083: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2084: we need to ignore "void" connections from browsers (browsers open
2085: connections in advance and they will be empty if user does not
2086: request more pages)
2087:
2088: 2020-12-15 moko
2089:
2090: * src/targets/cgi/parser3.C: avoid previous uri in logs
2091:
2092: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2093: RequestController not needed in httpd mode
2094:
2095: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2096: classes/classes.h, classes/curl.C, classes/date.C,
2097: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2098: classes/hashfile.C, classes/image.C, classes/inet.C,
2099: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2100: classes/memcached.C, classes/memory.C, classes/op.C,
2101: classes/reflection.C, classes/regex.C, classes/response.C,
2102: classes/string.C, classes/table.C, classes/void.C,
2103: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2104: include/pa_array.h, include/pa_base64.h,
2105: include/pa_cache_managers.h, include/pa_charset.h,
2106: include/pa_charsets.h, include/pa_common.h,
2107: include/pa_config_fixed.h, include/pa_config_includes.h,
2108: include/pa_dictionary.h, include/pa_dir.h,
2109: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2110: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2111: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2112: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2113: include/pa_request_charsets.h, include/pa_request_info.h,
2114: include/pa_sapi.h, include/pa_socks.h,
2115: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2116: include/pa_stack.h, include/pa_string.h,
2117: include/pa_stylesheet_connection.h,
2118: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2119: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2120: include/pa_uue.h, include/pa_xml_exception.h,
2121: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2122: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2123: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2124: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2125: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2126: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2127: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2128: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2129: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2130: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2131: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2132: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2133: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2134: main/pa_sql_driver_manager.C, main/pa_string.C,
2135: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2136: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2137: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2138: main/untaint.C, sql/pa_sql_driver.h,
2139: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2140: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2141: targets/isapi/parser3isapi.C, types/pa_junction.h,
2142: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2143: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2144: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2145: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2146: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2147: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2148: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2149: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2150: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2151: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2152: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2153: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2154: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2155: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2156: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2157: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2158: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2159: types/pa_vstateless_object.h, types/pa_vstatus.C,
2160: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2161: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2162: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2163: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2164: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2165:
2166: * src/main/pa_request.C: old compilers support
2167:
2168: * tests/: 362.html, results/362.processed: test updated after
2169: changes after upgrade to libxml2-2.9.9 were made (related to bug
2170: #1108)
2171:
2172: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2173: removed, as xsltFreeStylesheet has side effects on original doc.
2174: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2175: not updated after xdoc modification (part 3 of test 362).
2176: (related to bug #1108)
2177:
2178: * src/targets/isapi/parser3isapi.C: +pa_strcat
2179:
2180: * src/: classes/memory.C, include/pa_memory.h,
2181: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2182: PA_GC_GCOLLECT used
2183:
2184: * src/include/pa_memory.h: +PA_GC_COLLECT
2185:
2186: * src/targets/cgi/parser3.C: msvs support fixes
2187:
2188: * src/lib/gc/include/gc.h: more cleanup
2189:
2190: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2191:
2192: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2193: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2194:
2195: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2196:
2197: * configure.ac: pthread.h added to checked headers
2198:
2199: * src/classes/table.C: string stream is back :)
2200:
2201: * src/classes/memory.C: GC_generate_random_backtrace no longer
2202: exists
2203:
2204: * src/main/pa_globals.C: GC_dont_gc replaced
2205:
2206: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2207: left to simplify adding new functions. depricated GC_dont_gc
2208: replaced with GC_disable and GC_enable calls.
2209:
2210: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2211: CORD_from_file* not used and thus removed
2212:
2213: * src/lib/gc/include/gc_allocator.h: minor cleanup
2214:
2215: 2020-12-14 moko
2216:
2217: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2218: referenced elsewhere, or GC will collect it.
2219:
2220: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2221: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2222: elsewhere, or GC will collect them (and we'll get GPF in
2223: multithreaded enviroment). May be it can be also fixed by some
2224: GC call, not sure. But this fix costs nothing (but hours of
2225: debugging to find the issue :).
2226:
1.150 moko 2227: 2020-12-11 moko
2228:
2229: * configure.ac: gettid() check added
2230:
2231: * src/main/pa_threads.C: HAVE_GETTID used
2232:
2233: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2234:
2235: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2236: version for isapi/cgi/apache
2237:
2238: * buildall: threads are now required.
2239:
2240: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2241: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2242: main/main.vcproj: pa_threads.C moved to main
2243:
2244: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2245: isapi/pa_threads.C: pa_threads.C moved to main
2246:
2247: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2248: targets/apache/Makefile.am: pa_threads.C moved to main
2249:
2250: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2251:
2252: * src/: include/pa_stylesheet_connection.h,
2253: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2254: and weird GPF in multithreaded httpd is gone
2255:
2256: * src/include/: pa_stylesheet_connection.h,
2257: pa_sql_driver_manager.h: whitespace
2258:
2259: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2260:
2261: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2262: main/pa_stylesheet_manager.C: whitespace, warning war
2263:
2264: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2265: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2266: parser_multithreaded never used
2267:
2268: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2269:
2270: 2020-12-10 moko
2271:
2272: * src/: include/pa_config_includes.h, include/pa_http.h,
2273: main/pa_http.C, targets/cgi/parser3.C: initial support for
2274: MULTITHREADED and PARALLEL httpd server modes
2275:
2276: * src/main/pa_globals.C: GC_java_finalization is depricated
2277:
2278: 2020-12-09 moko
2279:
2280: * etc/auto.p.in: + @httpd-main
2281:
2282: * src/: include/pa_common.h, main/pa_request.C,
2283: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2284: work
2285:
2286: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2287: slow file_read_binary no longer used, send_range added
2288:
2289: 2020-12-08 moko
2290:
2291: * src/main/pa_request.C: >4Gb support
2292:
2293: * src/targets/cgi/parser3.C: msvc warning war
2294:
2295: * src/: include/pa_config_includes.h, main/pa_http.C,
2296: main/pa_request.C: msvc warnings war
2297:
2298: * src/classes/image.C: warning war
2299:
2300: * src/classes/table.C: MSVC warning war
2301:
2302: * src/targets/cgi/parser3.C: msvc warnings war
2303:
2304: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2305: added
2306:
1.149 moko 2307: 2020-12-07 moko
2308:
1.150 moko 2309: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2310: avoid logging beside system-wide auto.p
2311:
2312: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2313:
2314: * configure, configure.ac, src/include/pa_config_auto.h.in:
2315: configure options added:
2316:
2317: --with-system-cfg=FILE to specify system-wide auto.p
2318: --with-system-log=FILE to specify system-wide parser3.log
2319:
2320: * Makefile.am: bin no longer exists
2321:
2322: * configure, configure.ac: auto.p moved to etc to simplify debian
2323: package
2324:
2325: * buildall: auto.p and parser3.charsets moved to their default
2326: location after install
2327:
2328: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2329:
2330: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2331:
1.149 moko 2332: * src/targets/cgi/parser3.C: locate_config call returned to
2333: original place as it requires pa_thread_request() under Windows
2334:
2335: * src/targets/cgi/parser3.C: renaming
2336:
2337: 2020-12-06 moko
2338:
2339: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2340: check added
2341:
2342: 2020-12-04 moko
2343:
2344: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2345: main/pa_request.C: unified uint64_t lseek implemented to support
2346: >4Gb files under x86, including Windows
2347:
2348: 2020-12-02 moko
2349:
2350: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2351: with max_file_size
2352:
2353: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2354: support for processing files sized >4Gb on 32 bit planforms
2355:
2356: * tests/399.html: file moved
2357:
2358: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2359:
2360: * src/targets/cgi/pa_sapi_info.h: warning war
2361:
2362: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2363: warning war
2364:
2365: 2020-12-01 moko
2366:
2367: * src/classes/image.C: mp4 extended size (>4Gb) support added
2368:
2369: * src/classes/image.C: for "size not found" exception to be shown
2370: if size not found until eof
2371:
2372: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2373: bit linux)
2374:
2375: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2376: #1188)
2377:
2378: 2020-11-30 moko
2379:
2380: * src/classes/image.C: definitions moved closer to code
2381:
2382: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2383: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2384: 395_dir/3_VP8X.webp, results/395.processed,
2385: results/396.processed: tests for ^image::measure[] .webp support
2386: added, all image files moved into one directory (related to
2387: feature #1188)
2388:
2389: * src/classes/image.C: ^image::measure[] now supports webp (feature
2390: #1188)
2391:
1.148 moko 2392: 2020-11-29 moko
2393:
2394: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2395: processing, unnessesary defines removed
2396:
2397: 2020-11-24 moko
2398:
2399: * tests/results/: 099.processed, 100.processed, 205.processed,
2400: 309.processed, 310.processed: Content-Disposition: inline
2401: returned
2402:
2403: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2404: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2405: ] added (related to bug #1204)
2406:
2407: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2408: ] supported to avoid Content-Disposition: inline;
2409: filename="<file>.ext" but still set Content-Type for ext (related
2410: to bug #1204)
2411:
1.147 moko 2412: 2020-11-22 moko
2413:
2414: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2415: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2416:
2417: * src/main/pa_request.C: content_disposition_inline returned.
2418:
2419: 2020-11-17 moko
2420:
2421: * src/main/pa_request.C: empty main method name support
2422:
2423: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2424: config_handler added, stdout flush added.
2425:
2426: 2020-11-16 moko
2427:
2428: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2429:
2430: * tests/results/: 099.processed, 205.processed, 237.processed,
2431: 309.processed, 310.processed: Content-Disposition: inline is not
2432: required and should not contain filename="<name>"
2433:
2434: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2435: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2436: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2437:
1.146 moko 2438: 2020-11-14 moko
2439:
2440: * src/targets/cgi/parser3.C: spelling
2441:
2442: * src/targets/cgi/parser3.C: renaming
2443:
2444: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2445: relocated
2446:
2447: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2448: before request processing, which is weired
2449:
2450: 2020-11-13 moko
2451:
2452: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2453: copied in httpd.
2454:
2455: 2020-11-12 moko
2456:
2457: * src/main/pa_http.C: ALARM code unified to be used in httpd
2458:
2459: * src/: include/pa_request.h, main/pa_request.C,
2460: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2461:
2462: * src/main/pa_http.C: URI validation added
2463:
2464: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2465: can't be empty but can be null. httpd-main is now main method
2466: name for httpd mode
2467:
2468: 2020-11-11 moko
2469:
2470: * src/main/pa_request.C: path_translated can be null in httpd mode
2471:
2472: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2473: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2474: classes/xdoc.C, include/pa_request.h, main/execute.C,
2475: main/pa_request.C: r.absolute -> r.full_disk_path
2476:
2477: * src/targets/cgi/parser3.C: if filename to process is not
2478: specified, auto.p should be present.
2479:
1.145 moko 2480: 2020-11-03 moko
2481:
2482: * src/: classes/op.C, include/pa_request.h: unused argument removed
2483:
2484: * src/main/pa_request.C: content_disposition_inline is the default,
2485: not required.
2486:
1.144 moko 2487: 2020-10-29 moko
2488:
2489: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2490: ^use[file; $.main(true) ] implemented for auto.p processing and
2491: path_translated changing to correct relative files path
2492: calculation in httpd mode
2493:
2494: * src/: include/pa_request.h, main/pa_request.C:
2495: fail_on_read_problem removed, as it allways true, as if should
2496: be.
2497:
2498: * src/: include/pa_request.h, main/pa_request.C,
2499: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2500: targets/isapi/parser3isapi.C: clearing config_filespec when
2501: config was not found, thus flag not required and removed.
2502:
2503: 2020-10-28 moko
2504:
2505: * tests/: 402.html, results/402.processed: error reporting test
2506:
2507: * src/main/execute.C: better error reporting when
2508: $result[^hash::create[]] in @main.
2509:
2510: * src/main/: execute.C, pa_request.C: frame.result() should be used
2511: + minor optimization
2512:
2513: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2514: main/pa_xml_io.C: execute_*_method simplified and unified
2515:
2516: 2020-10-27 moko
2517:
2518: * tests/: 306.html, results/306.processed: a bit more testing. :)
2519:
2520: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2521: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2522: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2523: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2524: types/pa_vmethod_frame.h, types/pa_vobject.C,
2525: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2526: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2527: longer used in object-prototype mode
2528:
2529: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2530: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2531: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2532: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2533: $form:name[value] features
2534:
1.143 moko 2535: 2020-10-18 moko
2536:
2537: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2538:
2539: 2020-10-15 moko
2540:
2541: * src/main/pa_http.C: url no longer needed as
2542: ALTER_EXCEPTION_SOURCE is used
2543:
2544: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2545: main/pa_http.C: check_file_size filespec is now optional
2546:
2547: * src/: classes/curl.C, include/pa_exception.h,
2548: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2549: ALTER_EXCEPTION_COMMENT added for better error reporting
2550:
2551: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2552: results/346-curl.processed, results/379-curl.processed,
2553: results/379.processed: test results updated as load now provides
2554: better error reporting + curl responses updated
2555:
2556: 2020-10-14 moko
2557:
2558: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2559: main/pa_string.C, targets/apache/mod_parser3_core.C,
2560: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2561: checked. 10 is now default base, no hex autodetect by default
2562:
2563: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2564: connection socket closing in destructor + accept exception
2565: handling
2566:
2567: * src/targets/cgi/parser3.C: warning war
2568:
2569: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2570: main/pa_request.C, targets/apache/mod_parser3_core.C,
2571: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2572: exception handling unified
2573:
2574: 2020-10-13 moko
2575:
2576: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2577: autodetection
2578:
2579: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2580:
2581: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2582:
2583: * src/main/pa_http.C: warning war
2584:
1.142 moko 2585: 2020-10-12 moko
2586:
1.143 moko 2587: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2588: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2589: unhandled exception code optimization
2590:
2591: * src/targets/cgi/parser3.C: request_info now global variable
2592:
2593: * src/main/pa_http.C: http_read_response moved to HTTP_response
2594: class
2595:
2596: * src/: include/pa_http.h, main/pa_http.C,
2597: targets/cgi/pa_sapi_info.h: read_post implemented
2598:
1.142 moko 2599: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2600: [host:]port syntax support in httpd mode
2601:
2602: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2603: targets/cgi/parser3.C: populate_env added
2604:
2605: * src/include/pa_hash.h: to make get(char *) compiling in
2606: HashStringString
2607:
2608: 2020-10-10 moko
2609:
2610: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2611: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2612:
2613: * src/: include/pa_http.h, include/pa_request_info.h,
2614: main/pa_http.C, main/pa_string.C,
2615: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2616: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2617: types/pa_vrequest.C: initial httpd mode implementation
2618:
1.141 moko 2619: 2020-10-04 moko
2620:
2621: * src/targets/cgi/parser3.C: options together
2622:
2623: 2020-09-30 moko
2624:
2625: * src/main/pa_http.C: renamed
2626:
1.140 moko 2627: 2020-08-14 moko
2628:
2629: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2630: src/targets/cgi/Makefile.am: no httpd as separate library
2631:
2632: 2020-08-13 moko
2633:
2634: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2635: unhandled exception handler to report 500 instead of 200 it was
2636: before.
2637:
2638: * src/targets/apache/mod_parser3_core.C: minor cleanup
2639:
2640: * src/: include/pa_sapi.h, main/untaint.C,
2641: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2642: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2643: thus replaced with SAPI::die and removed
2644:
2645: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2646: cgi/parser3.C: whitespace
2647:
2648: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2649:
2650: 2020-08-12 moko
2651:
2652: * src/targets/cgi/parser3.C: duplicate info in signal logging
2653: removed, whitespace was: SIGPIPE received while executing code.
2654: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2655: cl=0]
2656:
2657: * parser3.sln: + httpd.vcproj
2658:
2659: 2020-08-11 moko
2660:
2661: * src/targets/cgi/Makefile.am: +libhttpd
2662:
2663: * configure.ac, src/lib/Makefile.am: +libhttpd
2664:
1.139 moko 2665: 2020-07-13 moko
2666:
2667: * tests/: 401.html, results/401.processed: test for hash key does
2668: not keep language, but tainted in foreach.
2669:
1.138 moko 2670: 2020-07-01 moko
2671:
2672: * tests/: 235.html, results/235.processed: test result updated as
2673: messages before attachments implemented (feature #1176)
2674:
1.137 moko 2675: 2020-06-27 moko
2676:
2677: * tests/: 400.html, results/400.processed: test updated to check
2678: ^return{code}
2679:
2680: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2681: fixed
2682:
2683: 2020-06-26 moko
2684:
2685: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2686: added (related to https://www.parser.ru/forum/?id=85319)
2687:
2688: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2689: when $result assignment was last statement in the method
2690: (https://www.parser.ru/forum/?id=85319)
2691:
1.136 moko 2692: 2020-05-23 moko
2693:
2694: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2695: whitespace, unused level removed
2696:
2697: 2020-05-19 moko
2698:
2699: * src/types/pa_vmail.C: whitespace
2700:
2701: * src/types/pa_vmail.C: files should be processed last (related to
2702: feature #1176)
2703:
1.135 moko 2704: 2020-05-12 moko
2705:
2706: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2707: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2708:
2709: * configure.ac: FreeBSD1X.X check added to avoid
2710: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2711:
1.134 moko 2712: 2020-02-26 moko
2713:
2714: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2715: compilation issue (related to bug #1201)
2716:
2717: * src/main/pa_common.C: entry_readable -> entry_exists,
2718: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2719: -f and -d now works under Windows in UTF-8 with Russian
2720: filenames.
2721:
2722: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2723: advice (related to feature #1199)
2724:
2725: 2020-02-25 moko
2726:
2727: * buildall: --silent removed
2728:
2729: * configure.ac: gmime-3.0 support
2730:
2731: * buildall: --with-system-mailreceive option added to build with
2732: system libgmime
2733:
2734: * src/types/pa_vmail.C: avoiding
2735: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2736: to feature #1199)
2737:
1.133 moko 2738: 2020-02-18 moko
2739:
2740: * src/classes/op.C: windows x64 debug mode compile fix
2741:
2742: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2743: change (releated to feature #1200)
2744:
2745: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2746: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2747: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2748: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2749: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2750: targets/apache/ApacheModuleParser3.vcproj,
2751: targets/apache/ApacheModuleParser3Core.vcproj,
2752: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2753: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2754: dependency (related to feature #1200)
2755:
1.132 moko 2756: 2020-02-12 moko
2757:
2758: * src/types/pa_vmail.C: minimize diff
2759:
2760: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2761: #1199)
2762:
1.131 moko 2763: 2020-01-18 moko
2764:
2765: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2766:
1.130 moko 2767: 2019-12-28 moko
2768:
2769: * src/targets/cgi/parser3.C: avoid empty ?
2770:
2771: 2019-12-27 moko
2772:
2773: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2774: DOCUMENT_ROOT (related to feature #1164)
2775:
2776: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2777: fcgiwrap setup (implements feature #1164)
2778:
2779: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2780: but no issues found (related to feature #1164)
2781:
2782: * src/targets/cgi/parser3.C: actualized
2783:
2784: 2019-12-26 moko
2785:
2786: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2787: removed
2788:
2789: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2790: removed
2791:
2792: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2793: allocation errors, we don't want default gc warnings (without
2794: timestamp and URI).
2795:
2796: * src/: classes/memory.C, main/pa_globals.C,
2797: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2798: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2799: pa_globals_init
2800:
2801: * src/main/pa_globals.C: setup_hex_value() removed, static array
2802: initialization used (optimization)
2803:
2804: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2805: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2806: pa_socks_init/pa_socks_done moved inside pa_globals_init
2807: (optimization)
2808:
1.129 moko 2809: 2019-12-09 moko
2810:
2811: * src/include/pa_config_fixed.h: warning war
2812:
1.128 moko 2813: 2019-12-08 moko
2814:
2815: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2816: process grammar under Unix.
2817:
2818: 2019-12-07 moko
2819:
2820: * tests/389.html: For Windows XP. :)
2821:
2822: * tests/388-sql.html: Windows compatibility added
2823:
2824: 2019-12-06 moko
2825:
2826: * src/targets/cgi/parser3.C: warning war
2827:
2828: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2829: == sizeof(CORD)) to avoid aligning bugs in future
2830:
2831: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2832: XML_STATIC
2833:
2834: * src/include/pa_request.h: StackItem() not required
2835:
2836: * src/include/pa_stack.h: warning war
2837:
2838: * src/include/pa_config_includes.h: GCC warning silenced
2839:
2840: * src/include/pa_memory.h: warning war: the program should also
2841: define 'void operator delete [](void*, std::size_t)'
2842: [-Wsized-deallocation]
2843:
2844: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2845:
2846: * src/classes/string.C: not reqired cast removed
2847:
2848: * src/classes/string.C: not reqired cast removed
2849:
2850: 2019-12-05 moko
2851:
2852: * src/lib/sdbm/pa_file_io.C: warning war
2853:
2854: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2855: enum Language : size_t - required for VS2015+ to make
2856: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2857: without it (related to feature #1198)
2858:
2859: 2019-12-04 moko
2860:
2861: * src/main/pa_base64.C: unsigned char -> uchar
2862:
2863: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2864: as other libs
2865:
2866: * src/include/pa_version.h: +amd64
2867:
2868: 2019-12-03 moko
2869:
2870: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2871: release
2872:
2873: * src/include/pa_config_includes.h: warning war
2874:
2875: * src/classes/image.C: warning war
2876:
2877: * src/main/pa_globals.C: x64 libs support
2878:
2879: * src/include/pa_config_includes.h: warning war
2880:
2881: * src/types/pa_method.h: warning war
2882:
1.127 moko 2883: 2019-11-28 moko
2884:
2885: * src/classes/math.C: vs2003 compatibility + warning war
2886:
2887: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2888: libxml2-2.9.9 (related to feature #1136)
2889:
2890: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2891: typecast for more compatibility (related to feature #1136)
2892:
2893: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2894: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2895: feature #1136)
2896:
2897: 2019-11-26 moko
2898:
2899: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2900: removed (it was failing in $$var case), condition added
2901:
1.126 moko 2902: 2019-11-25 moko
2903:
2904: * tests/: 397.html, 399.html, results/141.processed,
2905: results/399.processed: base64 options tested
2906:
2907: * src/: classes/math.C, main/pa_http.C: base64 options used
2908:
2909: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2910: implemented (feature #986)
2911:
2912: * src/main/pa_cache_managers.C: whitespace
2913:
2914: * tests/: 397.html, 399.html, results/399.processed: tests for
2915: ^base64 encode options added (related to feature #986)
2916:
2917: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2918: pa_base64_encode(file) removed - more memory, but faster and less
2919: code (related fo feature #986)
2920:
2921: 2019-11-24 moko
2922:
2923: * tests/: 155.html, results/155.processed: limit and offset in
2924: ^table::load[] now supported, thus test added
2925:
2926: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2927: main/pa_common.C: optimization: offset and limit options parsing
2928: moved inside file_load.
2929:
2930: 2019-11-23 moko
2931:
2932: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2933: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2934: optimization: file_read replaced with simplified file_read_binary
2935:
2936: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2937: types/pa_vform.C: whitespace
2938:
2939: * src/: include/pa_common.h, main/pa_common.C: never used params
2940: removed
2941:
2942: 2019-11-21 moko
2943:
2944: * tests/: 193.html, results/193.processed, results/389.processed:
2945: test results updated as now base64 does not discard tail without
2946: padding (related to feature #986)
2947:
2948: 2019-11-20 moko
2949:
2950: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2951: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2952: pa_base64_decode (related to feature #986)
2953:
2954: * tests/398.html: tests for base64 decode added (related to feature
2955: #986)
2956:
2957: * src/main/pa_base64.C: base64_decode rewritten - padding option
2958: support, padding inside base 64 supported (related to feature
2959: #096)
2960:
2961: 2019-11-19 moko
2962:
2963: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2964: FreeBSD 12
2965:
1.125 moko 2966: 2019-11-16 moko
2967:
2968: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2969: support added, step support removed (related to #986)
2970:
2971: 2019-11-15 moko
2972:
2973: * src/classes/math.C: using log since log2 is not present on
2974: FreeBSD < 8.4 (related to feature #1177)
2975:
2976: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2977: pa_base64_size extracted and used for files as well (related to
2978: feature 986)
2979:
2980: 2019-11-14 moko
2981:
2982: * tests/: 397.html, results/397.processed: + content check
2983:
2984: * tests/: 141.html, results/141.processed: make test resuls more
2985: readable
2986:
2987: * tests/: 397.html, results/193.processed, results/397.processed:
2988: test results updated after \x00 character was disabled in
2989: math:convert string mode (related to feature #1177)
2990:
2991: * src/classes/: math.C, string.C: \\x00 character disabled while
2992: converting to string (as in base64, related to feature #1177)
2993:
2994: * src/classes/file.C: more correct arguments separation
2995:
2996: * src/: classes/file.C, classes/math.C, classes/string.C,
2997: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2998: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2999: options added, but not yet implemented (related to feature #986)
3000:
3001: * src/classes/math.C: whitespace
3002:
3003: 2019-11-13 moko
3004:
3005: * tests/: 397.html, results/397.processed: +tainting test (related
3006: to feature #1177)
3007:
3008: * src/classes/math.C: as we now produce not only digits, result
3009: should be tainted (related to feature #1177)
3010:
3011: * src/main/pa_base64.C: whitespace
3012:
3013: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3014: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3015: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3016: implementation moved from pa_common.h and pa_common.C
3017:
3018: 2019-11-12 moko
3019:
3020: * tests/: 275.html, results/275.processed: out of range test fixed,
3021: as ^math:convert now supports arbitrary precision
3022:
3023: 2019-11-11 moko
3024:
3025: * tests/results/389.processed: uctualized error message
3026:
3027: * tests/: 389.html, 397.html, results/397.processed: tests for
3028: ^math:convert added (related to feature #1177)
3029:
3030: * src/classes/math.C: ^math:convert now supports arbitrary
3031: precision, alphabet support added (implements feature #1177)
3032:
1.124 moko 3033: 2019-11-06 moko
3034:
3035: * tests/: 181.html, results/181.processed: entities usage added,
3036: more entites load tests (related to bug #842 discussion)
3037:
3038: 2019-11-05 moko
3039:
3040: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3041: call from xmlFileOpen if http://localhost/<file> was not found
3042: (related to bug #842)
3043:
3044: * src/main/pa_xml_io.C: rename
3045:
3046: * src/main/pa_xml_io.C: +MemoryStream constructor
3047:
3048: * src/main/pa_xml_io.C: whitespace
3049:
1.123 moko 3050: 2019-10-31 moko
3051:
3052: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3053: XML_PARSE_NOENT) added to fix entities load, (related to feature
3054: #1181)
3055:
1.122 moko 3056: 2019-10-25 moko
3057:
3058: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3059: queries tests
3060:
3061: 2019-10-24 moko
3062:
3063: * tests/: 388-sql.html, results/388-sql.processed: support for
3064: pgsql driver test
3065:
3066: * tests/: 388-sql.html, results/388-sql.processed:
3067: multi_statements=1 now tested, mysql test now supported
3068: (connection must be specified in [parser3] section in .my.cnf)
3069: related to issues #1195 and #1194
3070:
1.121 moko 3071: 2019-09-11 moko
3072:
3073: * src/classes/int.C: whitespace
3074:
3075: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3076: exception test
3077:
3078: * tests/results/388-sql.processed: sql queries now shown (related
3079: to feature #1196)
3080:
3081: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3082: with old parser versions.
3083:
3084: * src/: classes/file.C, classes/hash.C, classes/string.C,
3085: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3086: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3087: instead of connect string in query_event_handlers exceptions
3088: (implements feature #1196)
3089:
1.120 moko 3090: 2019-09-06 moko
3091:
3092: * tests/388-sql.html: mysql compat
3093:
3094: * src/: classes/hash.C, classes/string.C, classes/table.C,
3095: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3096: sql_ variables declaration moved to pa_common.h
3097:
1.116 moko 3098: 2019-01-15 moko
3099:
3100: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3101: logically sorted
3102:
3103: 2018-12-27 moko
3104:
3105: * src/include/pa_config_includes.h: warning war:
3106: -Wdeprecated-register added for C++ 17
3107:
3108: 2018-10-15 moko
3109:
3110: * configure.ac: FreeBSD 11.2 can be build with ./configure
3111: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3112: --with-xml=/usr/local/
3113:
3114: 2018-09-24 moko
3115:
3116: * tests/: 396.html, 396.tiff, results/396.processed: test for
3117: ^image::measure[] now supports tiff added (related to feature
3118: #1188)
3119:
3120: * src/classes/image.C: ^image::measure[] now supports tiff
3121: (implements feature #1188)
3122:
3123: 2018-09-20 moko
3124:
3125: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3126: files measure added (related to ticket #1188)
3127:
3128: * src/classes/image.C: measure of bmp files implemented (related to
3129: ticket #1188)
3130:
3131: 2018-09-18 moko
3132:
3133: * tests/: 394-curl.html, results/394-curl.processed,
3134: results/auto.p: test for bug #1187 (max_file_size check for head
3135: requests) added
3136:
3137: 2018-08-24 moko
3138:
3139: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3140: response content-length check is required (fixes bug #1187)
3141:
3142: 2018-05-11 moko
3143:
3144: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3145: $.append(bool) ] option added (related to feature #919)
3146:
3147: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3148: from misha@ patch (implements feature #919)
3149:
3150: 2018-03-22 moko
3151:
3152: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3153: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3154: with 128kb buffer. Now works at least 12 times faster. :) May be
3155: Windows-only problem.
3156:
3157: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3158: build fix)
3159:
3160: 2018-02-03 moko
3161:
3162: * src/main/execute.C: removes irrelevant lines from exception stack
3163: trace when exceptions occurs in assigment (fixes bug #1165)
3164:
3165: * tests/: 393.html, results/393.processed: test for behavour after
3166: "Property can not be created, already exists field with that
3167: name" exception removed (related to feature #1183)
3168:
3169: * src/types/pa_vclass.C: "Property can not be created, already
3170: exists field with that name" exception removed (implements
3171: feature #1183)
3172:
3173: 2018-01-19 moko
3174:
3175: * src/classes/string.C: whitespace
3176:
3177: * src/classes/string.C: whitespace
3178:
3179: * tests/: 392.html, results/392.processed: test for
3180: ^regex::create[$regex] added (related to feature #1135)
3181:
3182: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3183: ^regex::create[$regex] added (implements feature #1135)
3184:
3185: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3186: commented define added (related to feature #1157)
3187:
3188: 2018-01-17 moko
3189:
3190: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3191:
3192: 2018-01-15 moko
3193:
3194: * tests/: 390.html, results/390.processed: real path replaced by
3195: stub
3196:
3197: * tests/: 391.html, results/391.processed: test for feature #1181
3198: (XML_PARSE_HUGE exception) added
3199:
3200: 2018-01-11 moko
3201:
3202: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3203: XML_PARSE_HUGE option passed by default (implements feature
3204: #1181)
3205:
3206: * src/classes/string.C: whitespace
3207:
3208: 2017-12-10 moko
3209:
3210: * tests/: 389.html, 390.html, results/389.processed,
3211: results/390.processed: image code coverage tests added (related
3212: to feature #1125)
3213:
3214: 2017-12-08 moko
3215:
3216: * tests/: 346-curl.html, 388-sql.html, 389.html,
3217: results/346-curl.processed, results/388-sql.processed,
3218: results/389.processed: more code coverage tests
3219:
3220: * tests/: 264.html, results/264.processed: code coverage for
3221: ^file::exec[]
3222:
3223: 2017-12-07 moko
3224:
3225: * tests/: 174.html, 388-sql.html, 389.html,
3226: results/388-sql.processed, results/389.processed,
3227: results/174.processed: more coverage tests
3228:
3229: * src/classes/math.C: exception text actualized
3230:
3231: 2017-12-06 moko
3232:
3233: * tests/388-sql.html: $SQL can be here
3234:
3235: * tests/results/auto.p: $SQL not required here
3236:
3237: * tests/: 388-sql.html, 389.html, Makefile,
3238: results/388-sql.processed, results/389.processed, results/auto.p:
3239: code coverage tests for sql (using sqlite) and int/double/bool
3240: added (related to feature #1125)
3241:
3242: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3243: lib/json/json.vcproj, lib/md5/md5.vcproj,
3244: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3245: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3246: targets/apache/ApacheModuleParser3Core.vcproj,
3247: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3248: types/types.vcproj: gc\include no longer required
3249:
3250: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3251: required
3252:
3253: * src/: classes/Makefile.am, classes/table.C,
3254: include/pa_config_includes.h, include/pa_string.h,
3255: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3256: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3257: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3258: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3259: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3260: used, we now include it directly
3261:
3262: 2017-12-04 moko
3263:
3264: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3265: memcached/memcached.vcproj, punycode/punycode.vcproj,
3266: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3267: where required
3268:
3269: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3270: now can be used to trace memory allocations
3271:
3272: * src/: classes/table.C, include/pa_config_includes.h,
3273: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3274: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3275: method removes, libcord also can work without libgc
3276:
3277: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3278:
3279: 2017-11-29 moko
3280:
3281: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3282: are not present (related to feature #1173)
3283:
3284: * tests/346-curl.html: test updated to test curl content-length bug
3285: (related to feature #1173)
3286:
3287: * tests/results/346-curl.processed: more test for content-length
3288: curl bug (related to feature #1173)
3289:
3290: * tests/results/346-curl.processed: test results updated after
3291: #1173 implemented
3292:
3293: 2017-11-28 moko
3294:
3295: * src/classes/curl.C: another libcurl Content-length bug walkaround
3296: (related to feature #1173)
3297:
3298: 2017-11-27 moko
3299:
3300: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3301: $.http_version[version string] added (implements feature #1173),
3302: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3303: where $post(true) bug existed.
3304:
3305: 2017-11-18 moko
3306:
3307: * src/include/pa_memory.h: warning war (related to feature #1170)
3308:
3309: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3310: feature #1170)
3311:
3312: 2017-11-17 moko
3313:
3314: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3315: std::basic_stringstream used in ^table.csv-string[] is compatible
3316: with delete usage check only under Debian 9 (related to feature
3317: #1170)
3318:
3319: 2017-11-16 moko
3320:
3321: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3322: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3323: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3324: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3325: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3326: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3327: stubs defend from accidental use (implements feature #1170)
3328:
3329: 2017-06-24 moko
3330:
3331: * configure.ac: minor fix: thanks to alx@
3332:
1.115 moko 3333: 2017-05-29 moko
3334:
3335: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3336: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3337: added to avoid cutting of UTF-8 chars (fixed bug #123)
3338:
3339: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3340: ignored, =?UTF-8?Q?= should start in case of leading space
3341: (related to bug #123)
3342:
3343: * buildall: echo -n -> printf for OS X. :)
3344:
3345: 2017-05-25 moko
3346:
3347: * tests/: 288.html, results/288.processed: test updated afted
3348: setting $o.prop without setter exception removed (related to
3349: feature #1157)
3350:
3351: * src/types/pa_vclass.C: no more "this property has no setter
3352: method" when setting $o.prop without setter (implements feature
3353: #1157)
3354:
3355: * buildall: echo \c -> echo -n for FreeBSD
3356:
3357: * configure, configure.ac, src/include/pa_config_auto.h.in,
3358: src/types/pa_vdouble.h: isfinite now checked in configure
3359:
3360: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3361: upgraded to automake 1.15
3362:
3363: 2017-05-23 moko
3364:
3365: * src/types/pa_vdouble.h: finite returned where isfinite not
3366: defined
3367:
3368: 2017-05-22 moko
3369:
3370: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3371:
3372: * buildall: extern CFLAGS setting support
3373:
3374: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3375:
3376: * buildall: http -> https
3377:
3378: * buildall: gc-7.2f -> gc-7.6.0
3379:
3380: 2017-05-20 moko
3381:
3382: * buildall: https, pcre, xml, xslt updated to current versions
3383: (related to feature #1136)
3384:
3385: 2017-05-19 moko
3386:
3387: * tests/097.html: after parser.ru moved to https
3388:
3389: 2017-05-17 moko
3390:
3391: * tests/results/: 175.processed, 372.processed: tests resuls
3392: updated after lintian spelling typos fixed (related to bug #1156)
3393:
3394: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3395: classes/string.C, classes/table.C, main/pa_charset.C,
3396: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3397: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3398: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3399:
3400: * tests/results/096.processed: +XMP
3401:
3402: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3403: $.xmp(true) options tested (test for feature #1154)
3404:
3405: * src/classes/image.C: ^image:measure[] options $.exif(false)
3406: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3407: fetched by default! (implements feature #1154)
3408:
3409: 2017-05-16 moko
3410:
3411: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3412: allowed (related to feature #1154)
3413:
3414: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3415: initial XMP implementation - without options and transcode
3416: (related to feature #1154)
3417:
3418: 2017-05-12 moko
3419:
3420: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3421: image: exif moved to ffields, skipped in ^image.html[] where
3422: iterators now used (preparation for feature #1154)
3423:
3424: 2017-05-05 moko
3425:
3426: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3427: results/387.processed: test for circular class inheritance check
3428: added (related to bug #1150)
3429:
3430: * src/types/pa_vstateless_class.C: circular class inheritance check
3431: added (fixes endless add_derived bug #1150)
3432:
3433: 2017-05-04 moko
3434:
3435: * tests/: 386.html, results/386.processed: test for
3436: $table.value(number) added (related to feature #1152)
3437:
3438: * src/types/pa_vtable.C: table put_element: column value must be
3439: string - > column value must be string compatible to allow
3440: $t.value(1) (implements feature #1152)
3441:
3442: 2017-05-03 moko
3443:
3444: * src/main/pa_request.C: $use[$method] is not possible, reverting
3445: (related to feature #1151)
3446:
3447: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3448: not possible, removing test (related to feature #1151)
3449:
3450: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3451: get_element_method added and used to allow $use[$method] and
3452: $autouse[$method] (implements feature 1151)
3453:
3454: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3455: variable added (related to feature #1151)
3456:
3457: * tests/results/226.processed: actualized after ^try-catch used
3458:
3459: * tests/: 226.html, 385.html, results/385.processed: test for
3460: @autouse in variable added
3461:
3462: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3463:
1.114 moko 3464: 2017-02-27 moko
3465:
3466: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3467:
1.113 moko 3468: 2017-02-20 moko
3469:
1.211 moko 3470: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3471:
3472: 2017-02-16 moko
3473:
3474: * tests/: 384.html, results/384.processed: test for
3475: ^reflection:mixin[; $.name[] ] option added (related to feature
3476: #1089)
3477:
3478: * tests/: 384.html, results/384.processed: test for
3479: ^reflection:mixin[] added (related to feature #1089)
3480:
3481: * src/types/pa_value.h: warning war: virtual ~Value() added
3482:
1.112 moko 3483: 2017-02-15 moko
3484:
3485: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3486: fixed
3487:
3488: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3489: test added (related to feature #1069)
3490:
3491: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3492: compilation without HASH_ORDER fixed
3493:
3494: * src/: classes/reflection.C, include/pa_hash.h:
3495: $.reverse(true/false) added to ^reflection:methods[] (related to
3496: feature #1069)
3497:
3498: 2017-02-14 moko
3499:
3500: * tests/: 152.html, results/152.processed: test for $._default hash
3501: added (related to bug #1131)
3502:
3503: * tests/: 277.html, results/277.processed: test for hash with only
3504: $._default is now defined (related to bug #1131)
3505:
3506: * src/types/pa_vhash.h: hash with only $._default is now defined
3507: (fixed bug #1131)
3508:
3509: 2017-02-13 moko
3510:
3511: * tests/cat-windows.sh: cat-windows added (cygwin required)
3512:
3513: * tests/: 171.html, 264.html, 286.html, 370.html,
3514: results/320.processed, results/375.processed, results/auto.p:
3515: cat-windows.sh support added
3516:
3517: * tests/375.html: Windows support
3518:
3519: * tests/270.html: documented
3520:
3521: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3522: (not backslashes) even under Windows (broke test 270)
3523:
3524: 2017-02-12 moko
3525:
3526: * tests/: descript.ion, todo.txt: cleanup
3527:
3528: 2017-02-09 moko
3529:
3530: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3531: run_tests.cmd: Windows compatibility
3532:
3533: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3534: incorrectly (GMT) if parser is called from cygwin
3535:
1.111 moko 3536: 2017-02-08 moko
3537:
1.211 moko 3538: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3539:
1.211 moko 3540: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3541:
3542: * NEWS, README: minor update
3543:
3544: * src/include/pa_config_includes.h: warning war continues
3545:
3546: * src/: include/pa_config_includes.h, include/pa_memory.h,
3547: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3548: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3549: gcc 6.x issues fixed
3550:
1.111 moko 3551: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3552: classes/classes.h, classes/curl.C, classes/date.C,
3553: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3554: classes/hashfile.C, classes/image.C, classes/inet.C,
3555: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3556: classes/memcached.C, classes/memory.C, classes/op.C,
3557: classes/reflection.C, classes/regex.C, classes/response.C,
3558: classes/string.C, classes/table.C, classes/void.C,
3559: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3560: include/pa_array.h, include/pa_cache_managers.h,
3561: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3562: include/pa_config_fixed.h, include/pa_config_includes.h,
3563: include/pa_dictionary.h, include/pa_dir.h,
3564: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3565: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3566: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3567: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3568: include/pa_request_charsets.h, include/pa_request_info.h,
3569: include/pa_sapi.h, include/pa_socks.h,
3570: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3571: include/pa_stack.h, include/pa_string.h,
3572: include/pa_stylesheet_connection.h,
3573: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3574: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3575: include/pa_uue.h, include/pa_xml_exception.h,
3576: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3577: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3578: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3579: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3580: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3581: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3582: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3583: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3584: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3585: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3586: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3587: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3588: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3589: main/pa_string.C, main/pa_stylesheet_connection.C,
3590: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3591: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3592: main/untaint.C, sql/pa_sql_driver.h,
3593: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3594: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3595: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3596: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3597: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3598: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3599: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3600: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3601: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3602: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3603: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3604: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3605: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3606: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3607: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3608: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3609: types/pa_vmemcached.h, types/pa_vmemory.h,
3610: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3611: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3612: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3613: types/pa_vresponse.C, types/pa_vresponse.h,
3614: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3615: types/pa_vstateless_object.h, types/pa_vstatus.C,
3616: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3617: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3618: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3619: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3620: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3621: 2015->2017
3622:
1.110 moko 3623: 2017-02-07 moko
3624:
3625: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3626:
3627: 2017-02-06 moko
3628:
3629: * src/main/pa_common.C: minor fixes, whitespace
3630:
3631: * src/: classes/curl.C, classes/file.C, classes/image.C,
3632: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3633: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3634: now used (implements feature #1081)
3635:
3636: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3637:
3638: 2017-02-01 moko
3639:
3640: * src/include/pa_request.h: cleanup
3641:
3642: 2017-01-30 moko
3643:
3644: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3645:
3646: 2017-01-29 moko
3647:
3648: * tests/: 383.html, results/383.processed: test for
3649: ^reflection:stack[] added (related to feature #1052)
3650:
3651: * src/classes/reflection.C: else added
3652:
3653: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3654: $.max_file_lock_wait added (implements feature #1128)
3655:
3656: 2017-01-28 moko
3657:
3658: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3659: body and other cases tests added (related to featue #1014)
3660:
3661: * src/classes/curl.C: bug if response is empty fixed (related to
3662: feature #1014)
3663:
3664: 2017-01-27 moko
3665:
3666: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3667: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3668: added (implements feature #1052)
3669:
3670: 2017-01-25 moko
3671:
3672: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3673: method test added
3674:
3675: 2017-01-23 moko
3676:
3677: * src/classes/reflection.C: optimization: options->get replaced by
3678: hash iterator
3679:
3680: * tests/: 381.html, results/381.processed: now -> fixed date
3681:
3682: * src/main/pa_request.C: warning war
3683:
3684: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3685: 5Mb (fixes bug #1058)
3686:
3687: * src/classes/curl.C: warning war
3688:
3689: * tests/: 381.html, results/381.processed: tests for ^json:string
3690: $.one-line(true) option added (related to feature #1124)
3691:
3692: * src/: classes/json.C, types/pa_value.h: $json-string
3693: $.one-line(true|false) options is now supported (implements
3694: feature #1124)
3695:
3696: * tests/: 380.html, results/380.processed: test for modified
3697: $.max_file_size added (related to bug #1014)
3698:
3699: * tests/: 379.html, results/auto.p: tests for rewritten http file
3700: load added (related to bug #1014)
3701:
3702: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3703: main/pa_common.C, main/pa_http.C: check_file_size added and used
3704: in curl / file load from disk and http, http file load rewritten
3705: (related to bug #1014)
3706:
3707: 2017-01-18 moko
3708:
3709: * tests/: 378.html, results/378.processed: tests for ^result[]
3710: added (related to feature #66)
3711:
3712: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3713: Method::CO_WITHOUT_FRAME as frame still added in expression
3714: (related to feature #66)
3715:
3716: 2017-01-17 moko
3717:
3718: * tests/: 377.html, results/377.processed: test for different
3719: combinations of breaks in body and delimiter (related to bug
3720: #1077)
3721:
3722: * tests/: 376.html, results/376.processed: many ^break[] tests
3723: added (related to bug #1077)
3724:
3725: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3726: passed to native method" exception added to avoid bugs due to
3727: WRITE_EXPR_RESULT skipped and native methods execution continues
3728: after ^break[] (related to bug #1077)
3729:
3730: 2017-01-14 moko
3731:
3732: * tests/: 330.html, results/330.processed: test results updated
3733: after ^break[] bugs where fixed (related to bug #1077)
3734:
3735: * tests/: 329.html, results/329.processed: test results updated
3736: after ^break[] bugs where fixed (related to bug #1077)
3737:
3738: * tests/results/320.processed: ^return[] added
3739:
3740: 2017-01-13 moko
3741:
3742: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3743: classes/table.C, include/pa_request.h, main/execute.C,
3744: main/pa_request.C, targets/cgi/parser3.C,
3745: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3746: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3747: checked after each possible process/execute call (fixes bug
3748: #1077)
3749:
3750: 2016-12-29 moko
3751:
3752: * src/main/pa_common.C: warning war
3753:
3754: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3755: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3756: pa_file_size_limit added, ^math:random fixed for upper limit and
3757: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3758: (related to feature #1014)
3759:
3760: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3761: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3762: (related to feature #1014)
3763:
3764: 2016-12-28 moko
3765:
3766: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3767: warning war
3768:
3769: 2016-12-26 moko
3770:
3771: * tests/: 341.html, results/341.processed: test for
3772: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3773:
3774: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3775: (related to feature #1057)
3776:
3777: * src/types/pa_vdate.C: warning war continues...
3778:
3779: * src/: classes/date.C, classes/image.C, classes/table.C,
3780: include/pa_config_includes.h, types/pa_vfile.C: warning war
3781:
3782: * src/lib/gd/gifio.C: warning war / cleanup
3783:
3784: * src/lib/json/pa_json.C: warning war
3785:
3786: * src/classes/hash.C: warning war
3787:
3788: * src/types/pa_vfile.C: warning war
3789:
3790: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3791: -Wall warning war continues
3792:
3793: * configure.ac: --with-build-warnings actualized
3794:
3795: 2016-12-25 moko
3796:
3797: * src/main/pa_exec.C: -wAll warning war
3798:
3799: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3800: -wAll warning war
3801:
3802: * src/: include/pa_common.h, include/pa_sapi.h,
3803: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3804: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3805: -wAll warning war
3806:
3807: 2016-12-23 moko
3808:
3809: * src/lib/ltdl/Makefile.am: extra dist added
3810:
3811: * tests/results/344.processed: test result updated after $file.text
3812: prefetched in ^hash::create[$file] (related to feature #1075)
3813:
3814: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3815: ^hash::create[$file] (related to feature #1075)
3816:
3817: 2016-12-22 moko
3818:
3819: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3820: main/pa_request.C, main/pa_stylesheet_connection.C,
3821: types/pa_vfile.C: file_stat now return 64-bit size (implements
3822: #1014 under 32-bit unix versions)
3823:
3824: 2016-12-21 moko
3825:
3826: * tests/: 375.html, results/375.processed: test for exec returning
3827: stated file added (related to feature #1119)
3828:
3829: * src/classes/file.C: load should not return file with null body
3830: (fixes bug #1119)
3831:
3832: 2016-12-14 moko
3833:
3834: * tests/: 374.html, results/374.processed: test for $method.name
3835: added (related to feature #1117) plus method returning junction
3836: test
3837:
3838: 2016-12-13 moko
3839:
3840: * src/: include/pa_symbols.h, main/pa_symbols.C,
3841: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3842: (implements feature #1117)
3843:
3844: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3845: HEAD and TRACE can't have body (implements feature #1116)
3846:
3847: 2016-12-09 moko
3848:
3849: * tests/: 373.html, results/373.processed: tests for
3850: ^reflection:tainting added (related to feature #1098)
3851:
3852: * src/classes/reflection.C: ^reflection:tainting arguments order
3853: change (related to feature #1098)
3854:
3855: 2016-12-06 moko
3856:
3857: * src/: classes/reflection.C, include/pa_string.h,
3858: main/pa_string.C: ^reflection:tainting[$string] added (implements
3859: feature #1098)
3860:
3861: 2016-12-05 moko
3862:
3863: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3864: (fixes bug #1114)
3865:
3866: 2016-12-04 moko
3867:
3868: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3869: check added
3870:
3871: 2016-12-03 moko
3872:
3873: * tests/: 346-curl.html, results/346-curl.processed: test modified
3874: to test value.as_hash() usage
3875:
3876: * src/classes/curl.C: value.as_hash() used for correct hash
3877: processing
3878:
3879: * src/classes/reflection.C: exceptions texts fixes
3880:
3881: 2016-12-02 moko
3882:
3883: * tests/: 372.html, results/372.processed: tests for
3884: ^reflection:create[ $.class[name] $.constructor[name]
3885: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3886: feature #1094)
3887:
3888: * src/types/pa_vmethod_frame.h: comment added: params should be
3889: declared outside of *_FRAME_ACTION as MethodParams destructor
3890: will be called in ~VNativeMethodFrame
3891:
3892: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3893: ] minor fix
3894:
3895: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3896: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3897: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3898: now supported (implements feature #1094) value::as_hash added
3899: (and should be used everywhere)
3900:
3901: * src/classes/reflection.C: cleanup
3902:
3903: 2016-12-01 moko
3904:
3905: * tests/: 356.html, results/356.processed: test for method
3906: junctions class name added to the resulting hash added (related
3907: to feature #1068)
3908:
3909: * src/classes/reflection.C: for method junctions class name added
3910: to the resulting hash (related to feature #1068)
3911:
3912: 2016-11-30 moko
3913:
3914: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3915: exception (related to bug #1113)
3916:
3917: * src/types/pa_vhashfile.C: whitespace
3918:
3919: * src/main/pa_os.C: errno now returned as it should (fixes bug
3920: #1113)
3921:
3922: * tests/results/: 175.processed, 192.processed, 224.processed,
3923: 229.processed, 239.processed, 244.processed, 246.processed,
3924: 314.processed, 352.processed: tests results updated after method
3925: call exceptions improved as method now keeps its name
3926:
3927: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3928: types/pa_vmethod_frame.h: method call exceptions improved as
3929: method now keeps its name
3930:
3931: * tests/: 224.html, 239.html, results/224.processed,
3932: results/239.processed: tests and tests results updated after
3933: Request::construct exception changed
3934:
3935: * src/: classes/reflection.C, main/execute.C: Request::construct
3936: exception optimized
3937:
3938: * tests/: 371.html, results/371.processed: test for
3939: WWrapper.get_element call in $.name.key[value] code added
3940: (related to feature #1091)
3941:
3942: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3943: in $.name.key[value] code (related to feature #1091)
3944:
3945: 2016-11-29 moko
3946:
3947: * src/classes/op.C: VS warning war
3948:
3949: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3950: C4239: nonstandard extension used : 'return' : conversion from
3951: 'Value' to 'Value &' (related to feature #1020)
3952:
3953: * src/: main/execute.C, types/pa_vmethod_frame.h,
3954: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3955: used : 'return' : conversion from 'Value' to 'Value &' (related
3956: to feature #1020)
3957:
3958: * src/main/execute.C: VS warning war
3959:
3960: * src/targets/cgi/parser3.C: VS compatibility fix
3961:
3962: * src/include/pa_request.h: VS warning war
3963:
3964: * tests/: 370.html, results/370.processed: test for ^file::exec[
3965: ... $.stdin[$binary_file] ] added (related to bug #1044)
3966:
3967: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3968: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3969: $.stdin[$binary_file] (fixes bug #1044)
3970:
3971: 2016-11-28 moko
3972:
3973: * src/main/pa_exec.C: whitespace
3974:
3975: * src/main/pa_request.C: whitespace
3976:
3977: * tests/: 369.html, results/369.processed: test for
3978: $response:status usage added (related to feature #1099)
3979:
3980: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3981: if < 100 (implements feature #1099)
3982:
3983: * src/targets/cgi/parser3.C: whitespace
3984:
3985: * src/targets/cgi/parser3.C: whitespace
3986:
3987: * tests/: 368.html, results/368.processed: test updated after
3988: ^reflection:filename[$method] added (related to feature #1053)
3989:
3990: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3991: main/compile.y, main/execute.C, main/pa_request.C,
3992: types/pa_vclass.h: filename -> filespec,
3993: ^reflection:filename[$method] added (related to feature #1053)
3994:
3995: 2016-11-27 moko
3996:
3997: * tests/: 368.html, results/368.processed: test for
3998: reflection:filename[$class or object] added (related to feature
3999: #1053)
4000:
4001: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4002: types/pa_vstateless_class.h: ^reflection:filename[$class or
4003: object] added (implements feature #1053)
4004:
4005: 2016-11-26 moko
4006:
4007: * src/: include/pa_request_info.h,
4008: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4009: remove_absolute_uri -> strip_absolute_uri
4010:
4011: 2016-11-25 moko
4012:
4013: * src/: include/pa_request_info.h,
4014: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4015: request_info.remove_absolute_uri added to remove possible
4016: http://site.name/ from $request:uri (implements feature #1112)
4017:
4018: 2016-11-24 moko
4019:
4020: * tests/: 367-curl.html, results/367-curl.processed: test for
4021: previous request headers clearing after redirect added (related
4022: to bug #1109)
4023:
4024: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4025: response headers from previous requests are now cleared, only
4026: last request headers are collected (fixes bug #1109)
4027:
4028: * tests/results/: 266.processed, 321.processed, 356.processed:
4029: tests results updated as method name now added to the resulting
4030: hash for new syntax only (Imp1 compatimility fixed, related to
4031: feature #1068)
4032:
4033: * src/classes/reflection.C: method name now added to the resulting
4034: hash for new syntax only (Imp1 compatimility fixed, related to
4035: feature #1068)
4036:
4037: * tests/results/366.processed: test for native and parser
4038: implementation of ^use[] logic (related to feature #1074)
4039:
4040: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4041: for native and parser implementation of ^use[] logic (related to
4042: feature #1074)
4043:
4044: 2016-11-23 moko
4045:
4046: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4047: main/pa_request.C: @USE file now implemented as ^use[file;
4048: $.origin[origin_file] ] (implements feature #1074)
4049:
1.109 moko 4050: 2016-11-21 moko
4051:
1.110 moko 4052: * tests/: 365.html, results/365.processed: test for $caller bugs in
4053: 3.4.4 and $caller.method now tested (related to feature #1110)
4054:
4055: * tests/: 364.html, results/364.processed: $caller usage in
4056: different contexts now tested (related to feature #1110)
4057:
4058: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4059:
4060: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4061:
1.109 moko 4062: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4063: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4064: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4065: used (implements feature #1110)
4066:
4067: 2016-11-20 moko
4068:
4069: * src/types/pa_vdouble.h: whitespace
4070:
4071: 2016-11-11 moko
4072:
4073: * tests/: 363.html, results/363.processed: more tests for feature
4074: #1091 (how parser methods work in expression context)
4075:
4076: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4077: expressions strings are now written as strings, not values by
4078: write_as_string (related to feature #1091)
4079:
4080: * src/classes/op.C: to make more correct behavour in expression
4081: context
4082:
4083: 2016-11-07 moko
4084:
4085: * tests/: 362.html, results/362.processed: test for
4086: xsltParseStylesheetDoc caching as xsl modification after it added
4087: (related to bug #1108)
4088:
4089: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4090: result now cached as xdoc is modified after it (fixes bug #1108)
4091:
4092: 2016-11-06 moko
4093:
4094: * src/types/pa_vxdoc.h: whitespace
4095:
4096: 2016-11-05 moko
4097:
4098: * src/types/pa_vmethod_frame.h: cleanup
4099:
4100: 2016-11-03 moko
4101:
4102: * tests/results/244.processed: more correct exception after method
4103: frames separation
4104:
4105: * src/types/pa_vmethod_frame.h: minor optimizaion
4106:
4107: * src/types/pa_method.h: optimization: params_count added
4108:
4109: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4110: include/pa_request.h, main/execute.C, main/pa_request.C,
4111: types/pa_value.C, types/pa_vmethod_frame.C,
4112: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4113: VMethodFrame now divided into VNativeMethodFrame,
4114: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4115: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4116: and used (related to feature #1104)
4117:
4118: 2016-11-02 moko
4119:
4120: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4121: classes/double.C, classes/file.C, classes/hash.C,
4122: classes/hashfile.C, classes/image.C, classes/inet.C,
4123: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4124: classes/memcached.C, classes/op.C, classes/reflection.C,
4125: classes/regex.C, classes/string.C, classes/table.C,
4126: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4127: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4128: r.write (implements feature #1091)
4129:
4130: * src/main/execute.C: cleanup (related to feature #1104)
4131:
4132: * src/: include/pa_request.h, main/execute.C,
4133: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4134: added, in_expression removed (implements feature #1104)
4135:
4136: 2016-10-31 moko
4137:
4138: * src/types/pa_value.C: whitespace
4139:
4140: 2016-10-28 moko
4141:
4142: * tests/results/244.processed: updated after error reporting fixed
4143: in pa_wcontext.C
4144:
4145: * src/types/pa_wcontext.C: error reporting fixed
4146:
4147: * src/types/pa_wcontext.h: whitespace
4148:
4149: * src/classes/image.C: not fully readed entries are no longer
4150: processed (fixes bug #1106)
4151:
4152: 2016-10-26 moko
4153:
4154: * src/classes/image.C: whitespace
4155:
4156: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4157: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4158: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4159: longer required (related to feature #1091)
4160:
4161: * tests/results/: 264.processed, 350.processed: test results update
4162: reverted (whitespace optimization) after write_no_lang removed :)
4163: (related to feature #1091)
4164:
4165: * src/: classes/file.C, classes/hash.C, classes/op.C,
4166: classes/string.C, classes/table.C, classes/void.C,
4167: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4168: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4169: equal write_pass_lang (related to feature #1091)
4170:
4171: * tests/results/: 264.processed, 350.processed: test results
4172: updated (whitespace optimization) after write_assign_lang removed
4173: (related to feature #1091)
4174:
4175: * tests/: 361.html, results/361.processed: test for non-string
4176: ^untaint added (related to feature #1091)
4177:
4178: * src/: classes/curl.C, classes/date.C, classes/file.C,
4179: classes/hash.C, classes/op.C, classes/string.C,
4180: include/pa_request.h, main/execute.C: optimization:
4181: write_assign_lang removed as not required (first part of feature
4182: #1091 implementation)
4183:
1.108 moko 4184: 2016-10-12 moko
4185:
4186: * tests/: 360.html, results/360.processed: more test code (related
4187: to feature #1104)
4188:
4189: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4190: include/pa_request.h, main/compile.y, main/execute.C: opcode
4191: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4192: WContext is next task (implements feature #1104)
4193:
4194: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4195: / CO_WITHOUT_WCONTEXT
4196:
4197: * tests/: 360.html, results/360.processed: test for in expression
4198: state (related to feature #1104)
4199:
4200: 2016-10-11 moko
4201:
4202: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4203:
4204: * src/classes/op.C: default value removed from initializer
4205:
4206: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4207:
4208: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4209:
4210: 2016-10-10 moko
4211:
4212: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4213: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4214: to feature #42)
4215:
4216: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4217: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4218:
4219: 2016-10-08 moko
4220:
4221: * src/classes/double.C: whitespace
4222:
4223: 2016-10-07 moko
4224:
4225: * src/types/pa_vmethod_frame.h: reorder
4226:
4227: 2016-10-06 moko
4228:
4229: * src/classes/date.C: typo
4230:
4231: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4232:
4233: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4234: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4235: types/pa_vmethod_frame.h: params.get now returns Value&, not
4236: Value*
4237:
4238: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4239:
4240: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4241: removed; first as_* code rewrite
4242:
4243: 2016-10-05 moko
4244:
4245: * src/include/pa_request.h: whitespace
4246:
4247: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4248: intercept_string added (related to feature #1097)
4249:
4250: * src/: classes/image.C, classes/op.C, classes/table.C,
4251: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4252: optimization: intercept_string removed (implements feature #1097)
4253:
4254: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4255:
4256: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4257: from VCodeFrame and WWrapper as not required
4258:
4259: 2016-10-04 moko
4260:
4261: * src/: classes/curl.C, classes/date.C, classes/double.C,
4262: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4263: classes/int.C, classes/json.C, classes/op.C,
4264: classes/reflection.C, classes/string.C, classes/table.C,
4265: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4266: proces_to_value -> process after StringOrValue removed (related
4267: to feature #1020)
4268:
4269: * src/classes/form.C: whitespace
4270:
4271: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4272:
4273: * tests/: 357.html, 358.html, results/357.processed,
4274: results/358.processed, results/auto.p: test for @conf
4275: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4276:
4277: 2016-10-03 moko
4278:
4279: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4280: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4281: supported (implements feature #42)
4282:
4283: * src/types/pa_vregex.h: no reason for VRegex to be
4284: is_evaluated_expr
4285:
4286: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4287: (implements feature #1095)
4288:
4289: 2016-10-01 moko
4290:
4291: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4292: false by default (related to feature #1089)
4293:
4294: 2016-09-30 moko
4295:
4296: * src/types/pa_wcontext.h: cleanup
4297:
4298: 2016-09-29 moko
4299:
4300: * src/main/execute.C: whitespace
4301:
4302: * src/include/pa_request.h: whitespace
4303:
4304: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4305: classes/op.C, classes/table.C, include/pa_request.h,
4306: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4307: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4308: StringOrValue removed as it just slows down and adds complexity
4309: (implements feature #1020)
4310:
4311: 2016-09-28 moko
4312:
4313: * tests/: 356.html, results/266.processed, results/321.processed,
4314: results/356.processed: tests updated after name was added to
4315: method_info hash, test for ^reflection:method_info[junction]
4316: added (related to feature #1068)
4317:
4318: * src/classes/reflection.C: ^reflection:method_info[junction] now
4319: supported, method name added to the resulting hash (implements
4320: feature #1068)
4321:
4322: * tests/: 276.html, results/276.processed: more tests for
4323: ^reflection:delete[]
4324:
4325: * src/classes/reflection.C: fixed bug then ^reflection:delete
4326: didn't work on class and could damage native objects (like file)
4327:
4328: 2016-09-26 moko
4329:
4330: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4331: results/345.processed, results/346-curl.processed,
4332: results/347-curl.processed, results/348.processed: numbers added
4333: to simplify diff analysis
4334:
4335: * tests/: 352.html, results/352.processed: test result updated as
4336: method name used
4337:
4338: * src/classes/reflection.C: method name used
4339:
4340: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4341: its name
4342:
4343: * src/types/pa_method.h: whitespace
4344:
4345: * src/classes/reflection.C: both method and field with one name can
4346: exist.
4347:
4348: * src/classes/reflection.C: ^reflection:mixin added (implements
4349: feature #1089)
4350:
4351: * tests/: 355.html, results/355.processed: property appears in
4352: derived class if added in base test added
4353:
4354: * src/types/pa_vstateless_class.h: get_method declaration +
4355: whitespace
4356:
4357: * tests/: 354.html, results/354.processed: nice test from method
4358: and property with one name in class added
4359:
4360: 2016-09-23 moko
4361:
4362: * src/classes/reflection.C: ^reflection:method usage documented
4363:
4364: 2016-09-22 moko
4365:
4366: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4367: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4368: compile warning and GPF occures on VS2003 (related to feature
4369: #1087)
4370:
4371: * tests/: 350.html, results/350.processed: test added for
4372: $.encloser[] support in ^table::create (related to feature #11)
4373:
4374: * src/classes/table.C: another minor fix (related to feature #11)
4375:
1.107 moko 4376: 2016-09-21 moko
4377:
4378: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4379:
4380: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4381: classes/json.C, classes/string.C, classes/table.C,
4382: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4383: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4384: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4385: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4386: pa_charsets, vs2015 warning war
4387:
4388: * src/classes/table.C: vs2015 warning war
4389:
4390: * src/types/pa_vdate.C: vs2015 warning war
4391:
4392: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4393:
4394: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4395: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4396:
4397: * src/main/pa_common.C: vs2015 compilation fixes
4398:
4399: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4400: vs2015 compilation fixes
4401:
4402: * src/main/pa_charset.C: vs2015 warning war
4403:
4404: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4405:
4406: * src/main/pa_charset.C: vs2015 warning war
4407:
4408: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4409:
4410: * src/types/pa_vdate.C: vs2015 compilation fix
4411:
4412: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4413:
4414: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4415: VS2015 compilation fixes
4416:
4417: * src/classes/table.C: minor fix (related to feature #11)
4418:
4419: * tests/results/282.processed: no longer skipping extra enclosers
4420: (related to feature #11)
4421:
4422: * src/classes/table.C: minor fix + no longer skipping extra
4423: enclosers (related to feature #11)
4424:
4425: * src/classes/table.C: minor optimization (related to feature #11)
4426:
4427: * src/classes/table.C: minor fix and optimization (related to
4428: feature #11)
4429:
4430: 2016-09-20 moko
4431:
4432: * tests/: 353.html, results/353.processed: test for
4433: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4434: added (related to bug #1090)
4435:
4436: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4437: one_big_piece (fixes bug #1090)
4438:
4439: * tests/: 229.html, results/229.processed: code coverage tests
4440:
4441: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4442: body) was called
4443:
4444: * src/classes/op.C: whitespace
4445:
4446: * tests/: 323.html, results/323.processed: test for code junction
4447: should not be returned by ^reflection:class, ^reflection:base
4448:
4449: * src/classes/reflection.C: bugfix: code junction should not be
4450: returned by ^reflection:class, ^reflection:base
4451:
4452: * tests/: 323.html, 352.html, results/352.processed: no more
4453: exception for ^reflection:method[class;no-such-method] (related
4454: to feature #1087)
4455:
4456: * src/classes/reflection.C:
4457: ^reflection:method[class;no-such-method] : exception -> void
4458: (related to feature #1087)
4459:
4460: * src/include/pa_request.h: request::write_value added to allow
4461: write value without convertion (related to issue #1091)
4462:
4463: 2016-09-19 moko
4464:
4465: * src/main/pa_random.C: windows build fix
4466:
4467: * src/types/pa_vhash.h: warning war
4468:
4469: 2016-09-14 moko
4470:
4471: * tests/: 352.html, 552.html, results/352.processed,
4472: results/552.processed: test for ^reflection:method[] extension
4473: added (related to feature #1087)
4474:
4475: * tests/: 552.html, results/552.processed: test for
4476: ^reflection:method[] extension added (related to feature #1087)
4477:
4478: * src/classes/reflection.C: compatibility issue fixed, VClass
4479: dynamic_cast check added (related to feature #1087)
4480:
4481: * tests/: 351.html, results/351.processed: test for @auto[]
4482: inheritance bug diring ^process[] added (related to bug #1088)
4483:
4484: * src/: classes/op.C, main/pa_request.C,
4485: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4486: disable it inheritance during ^process (fixes bug #1088)
4487:
4488: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4489: added (implements feature #1087)
4490:
4491: 2016-09-13 moko
4492:
4493: * tests/: 349.html, results/auto.p: test for objects prototyping
4494: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4495: to feature #1086)
4496:
4497: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4498: types/pa_vobject.C: objects now are not class instances, but have
4499: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4500: in @conf (implements feature #1086)
4501:
4502: 2016-09-08 moko
4503:
4504: * src/: classes/file.C, classes/mail.C, classes/string.C,
4505: classes/table.C, main/pa_http.C, main/pa_string.C,
4506: include/pa_string.h: cleanup: string::split limit argument
4507: removed as no longer required, pos_after no longer reference
4508: (related to feature #11)
4509:
4510: * src/classes/table.C, tests/results/348.processed: now exception
4511: is rised when invalid option is passed to ^table::create[]
4512:
4513: * tests/: 282.cfg, 282.html, results/282.processed: more code
4514: coverage tests
4515:
4516: * tests/: 348.html, results/348.processed: code coverage tests
4517: added
4518:
4519: * tests/: 348.html, results/348.processed: generic ^table::create[]
4520: tests
4521:
4522: * tests/: 035.html, results/035.processed, results/272.processed:
4523: tests updated after $.encloser[] support for ^table::create
4524: implementation (related to feature #11)
4525:
4526: * src/classes/table.C: $.encloser[] support for ^table::create
4527: finally added (implements feature #11)
4528:
4529: 2016-09-07 moko
4530:
4531: * src/include/pa_string.h: added StringSplitHelper as friend
4532: (related to feature #11)
4533:
4534: * src/include/pa_string.h: body and langs now protected, not
4535: private to allow inheritance (related to feature #11)
4536:
4537: * src/classes/table.C: lsplit optimized before cloning for
4538: ^table::create with $.encloser[] (related to feature #11)
4539:
4540: * src/classes/table.C: optimizaion: TableControlChars.separators
4541: added and used (related to feature #11)
4542:
4543: * src/classes/table.C: spelling:
4544:
4545: TableSeparators -> TableControlChars column -> separator
4546: separators -> control_chars
4547:
4548: 2016-09-06 moko
4549:
4550: * src/main/pa_string.C: whitespace
4551:
4552: * src/main/pa_string.C: whitespace
4553:
4554: 2016-09-01 moko
4555:
4556: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4557: results OS-independent
4558:
4559: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4560: compiler (related to feature #1042)
4561:
4562: 2016-08-15 moko
4563:
4564: * src/include/pa_string.h: whitespace
4565:
4566: * src/classes/table.C: whitespace
4567:
1.106 moko 4568: 2016-08-05 moko
4569:
4570: * tests/: 344.html, results/344.processed: test for
4571: ^hash::create[$file] added (related to feature #1075)
4572:
4573: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4574: supported (implements feature #1075)
4575:
4576: 2016-08-04 moko
4577:
4578: * tests/: 341.html, results/341.processed: more code coverage tests
4579:
4580: * tests/: 346-curl.html, results/346-curl.processed: more code
4581: coverage tests for curl
4582:
4583: * tests/: 346-curl.html, results/346-curl.processed: more code
4584: coverage tests for curl
4585:
4586: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4587: results/223.processed: code coverage tests: $.form[ $.table[] ]
4588: test added
4589:
4590: * tests/: 223-curl.html, results/223-curl.processed: more code
4591: coverage tests for curl
4592:
4593: 2016-08-03 moko
4594:
4595: * src/classes/curl.C: dlink(curl_library) now called not once, but
4596: until it will be loaded, allowing to find existing library.
4597:
4598: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4599: results/347-curl.processed: more code coverage tests for curl
4600:
4601: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4602: results/339-curl.processed, results/346-curl.processed: curl
4603: functionality tests
4604:
4605: 2016-08-02 moko
4606:
4607: * tests/: 339.html, results/339.processed: test for tables in
4608: ^file:load[] and ^curl:load[] (commented) added (related to
4609: feature #1042)
4610:
4611: * tests/: 345.html, results/345.processed: code coverage tests for
4612: file class
4613:
4614: * tests/: 344.html, results/344.processed: code coverage tests
4615:
4616: * tests/: 344.html, results/344.processed: mdate removed from
4617: output
4618:
4619: * src/classes/file.C: minor bugfix: is_text should be taked from
4620: fcontent.is_text_mode() if not set (related to feature #1061)
4621:
4622: * tests/: 344.html, results/344.processed: more tests
4623:
4624: * tests/: 343.html, 344.html, results/343.processed,
4625: results/344.processed: tests for ^file::create[ $.from-charset
4626: and $.to-charset ] (related to feature #1061)
4627:
4628: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4629: aset_text_mode argument optimized
4630:
4631: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4632: checkBOM now used in detect_binary_content (related to feature
4633: #1061)
4634:
4635: * src/main/pa_request.C: load_charset no longer required to_upper
4636:
4637: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4638: preserves original file mode (if no $.mode specified)
4639:
4640: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4641: ^file::create now supports $.from-charset[] and $.to-charset
4642: options (implements feature #1061), automatic transcode is done
4643: if text file is created from binary file and charset is detected.
4644:
4645: 2016-07-30 moko
4646:
4647: * src/classes/table.C: ^t.hash[..;] now supported (related to
4648: feature #1057)
4649:
4650: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4651: added (related to feature #1057)
4652:
4653: * tests/: 286.html, results/286.processed: code tests coverage
4654:
4655: 2016-07-29 moko
4656:
4657: * src/classes/table.C: table size should be checked inside menu and
4658: foreach (related to feature #858)
4659:
4660: * src/: classes/curl.C, classes/file.C, classes/string.C,
4661: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4662: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4663: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4664: charsets.get now does str_upper inside (related to feature #1061)
4665:
4666: * tests/: 342.html, results/342.processed: more code coverage tests
4667:
4668: * tests/: 342.html, outputs/342.processed: table menu code coverage
4669: + foreach test added (related to feature #858)
4670:
4671: * tests/: 341.html, results/341.processed: tests for
4672: ^table.hash[]{code} added + code coverage tests (related to
4673: feature #1057)
4674:
4675: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4676: value} support (implements feature #1057)
4677:
4678: * src/classes/table.C: whitespace
4679:
4680: 2016-07-28 moko
4681:
4682: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4683: from URL, if not specified query string removed from url-based
4684: filenames in ^curl:load[] and ^file::load[] (related to feature
4685: #1042)
4686:
4687: 2016-07-27 moko
4688:
4689: * tests/: 340.html, results/340.processed: test for
4690: transcode_text_result=false added (related to issue #1042)
4691:
4692: 2016-07-26 moko
4693:
4694: * src/types/pa_vfile.C: file name should not be empty (if file path
4695: is folder and ends with /) (related to feature #1042)
4696:
4697: * src/main/pa_http.C: whitespace optimizaion
4698:
4699: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4700: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4701: multiple headers, ^file::load supports headers transcoding
4702: (implements feature #1042)
4703:
4704: 2016-07-25 moko
4705:
4706: * src/include/pa_common.h: PA_DEFAULT added
4707:
4708: 2016-07-22 moko
4709:
4710: * tests/: 338.html, results/338.processed: test for
4711: $date.field(value) added (related to feature #1066)
4712:
4713: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4714: $date.field(value) now supported for y/m/d/h/m/s (implements
4715: feature #1066)
4716:
1.105 moko 4717: 2016-07-21 moko
4718:
4719: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4720: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4721: arguments removed; image.C - absolute path shown in exception
4722: (implements feature #1071)
4723:
4724: * tests/: 235.html, results/235.processed: test and test result
4725: updated after static boundary in mail and Errors-To: mail header
4726: removed (related to feature #1047)
4727:
4728: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4729: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4730: used, static boundary in mail removed, Errors-To: mail header
4731: removed (implements feature #1047)
4732:
4733: 2016-07-20 moko
4734:
4735: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4736: equest.classes(): Value -> VStateless_class, part 3 (related to
4737: issue #1051)
4738:
4739: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4740: request.classes(): Value -> VStateless_class, part 2 (related to
4741: issue #1051)
4742:
4743: * tests/results/: 224.processed, 323.processed: classes without
4744: methods should not be methoded (related to issue #1051)
4745:
4746: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4747: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4748: -> VStateless_class, part 1 (related to issue #1051)
4749:
4750: * tests/: 337.html, results/337.processed: test for
4751: ^reflection:fields_reference[] and VHashReference class added
4752: (related to feature #1072)
4753:
4754: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4755: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4756: and VHashReference added, allowing ^reflection:fields_reference[]
4757: implementation (closes feature #1072)
4758:
4759: 2016-07-19 moko
4760:
4761: * tests/: 323.html, results/323.processed: we want to see
4762: "methoded"
4763:
4764: * tests/: 336.html, results/336.processed: test for $BASE:property
4765: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4766: #1059)
4767:
4768: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4769: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4770: somebody_entered_some_class, $BASE:property works again,
4771: ^BASE:method[] bugs fixed (fixes bug #1059)
4772:
4773: 2016-07-14 moko
4774:
4775: * tests/: 335.html, results/335.processed: test for feature #1055
4776: added
4777:
4778: * src/classes/hash.C: bugfix: $._default was not copied if empty
4779: feature: ^hash.contains[_default] added (implements feature
4780: #1055)
4781:
4782: 2016-07-13 moko
4783:
4784: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4785: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4786:
4787: 2016-07-05 moko
4788:
4789: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4790: in ^hash.foreach (related to feature #1073)
4791:
4792: 2016-07-04 moko
4793:
4794: * tests/: 134.html, 281.html, results/134.processed,
4795: results/281.processed: tests updated after hash blocking removed
4796: (related to feature #1073)
4797:
4798: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4799: no longer blocks on change during foreach (implements feature
4800: #1073)
4801:
4802: 2016-06-17 moko
4803:
4804: * tests/: 330.html, results/330.processed: try exception source
4805: test added (related to bug in #1062)
4806:
4807: * tests/: 334.html, results/334.processed: Exception stack trace
4808: test added (related to bug in $1062)
4809:
4810: * src/classes/op.C: Exception trace now correctly restored and
4811: errors reported (related to bug #1062)
4812:
1.104 moko 4813: 2016-05-25 moko
4814:
4815: * src/main/compile.y: minor cleanup + beauty
4816:
4817: 2016-05-24 moko
4818:
4819: * tests/: 333.html, results/333.processed: more exceptions testing
4820:
4821: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4822: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4823: features #1056, #1026)
4824:
4825: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4826: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4827: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4828: (implements feature #1056)
4829:
4830: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4831: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4832: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4833: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4834: feature #1026)
4835:
4836: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4837: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4838: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4839: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4840: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4841: feature #1026)
4842:
4843: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4844: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4845: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4846: SYMBOLS_CACHING define implemented (related to feature #1026)
4847:
4848: * src/main/main.vcproj: + ps_symbols
4849:
4850: * src/: include/Makefile.am, include/pa_string.h,
4851: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4852: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4853: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4854: types/pa_vstateless_class.C: initial implementation for symbols
4855: cache (related to feature #1026)
4856:
4857: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4858:
4859: * src/main/pa_globals.C: minor cleanup
4860:
4861: 2016-05-19 moko
4862:
4863: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4864: (related to feature #1046)
4865:
4866: * tests/: 331.html, results/331.processed: test for
4867: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4868: (related to feature #1051)
4869:
4870: * src/main/compile.y:
4871: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4872: (implements feature #1054)
4873:
4874: 2016-05-18 moko
4875:
4876: * src/types/pa_vtable.C, tests/results/324.processed: no more
4877: "column not found" exception for ^table.no-such-method[] (related
4878: to feature #1046)
4879:
4880: * tests/: 261.html, results/261.processed: test added and updated
4881: after feature #1046 implementation
4882:
4883: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4884: types/pa_vvoid.h: $string.anything works for whitespace strings,
4885: ^string.contains added for hash compatibility, $string.method no
4886: longer returns stting method (implements feature #1046)
4887:
4888: 2016-05-12 moko
4889:
4890: * src/classes/curl.C: content-type response header no longer
4891: ignored (fixes issue #1045)
4892:
4893: * tests/: 330.html, results/330.processed: test for incomplete
4894: finally execution when break occures added (related to issue
4895: #1077)
4896:
4897: * src/classes/op.C: bugfix: Request::skip reset is called before
4898: executing catch and finally code (fixes issue #1062)
4899:
4900: 2016-05-11 moko
4901:
4902: * tests/: 329.html, results/329.processed: test for invalid
4903: ^break[] behavour added (bug #1077)
4904:
4905: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4906:
4907: 2016-04-24 moko
4908:
4909: * src/types/pa_vstateless_class.h: warning war
4910:
4911: 2016-04-17 moko
4912:
4913: * tests/: 328.html, results/328.processed: test for
4914: ^break(condition) and ^continue(condition) (related to feature
4915: #1063)
4916:
4917: * src/classes/op.C: ^break(condition) and ^continue(condition)
4918: implemented (feature #1063)
4919:
4920: 2016-04-12 moko
4921:
4922: * tests/results/280.processed: ordered hash now used for class
4923: methods and properties (test results updated for feature #1069)
4924:
4925: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4926: to xdoc.C as under FreeBSD it was inited after and inheritance
4927: failed (related to issue #1051)
4928:
4929: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4930: are printed to check inheritance (related to feature #1051)
4931:
1.103 moko 4932: 2016-04-09 moko
4933:
4934: * tests/results/320.processed: ordered hash now used for class
4935: methods and properties (test results updated for feature #1069)
4936:
4937: * src/types/pa_vstateless_class.h: ordered hash now used for class
4938: methods and properties (implements feature #1069)
4939:
4940: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4941: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4942: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4943: feature #1051)
4944:
4945: 2016-04-07 moko
4946:
4947: * src/main/execute.C: returned Value in .CLASS case for VJunction
4948: (related to feature #1051)
4949:
4950: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4951: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4952: string constants deduplication (related to feature #1051)
4953:
4954: * tests/results/224.processed: test result updated (related to
4955: feature #1051)
4956:
4957: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4958: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4959: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4960: types/pa_vstatus.h: classes hash now contains only
4961: VStateless_class derived objects, .CLASS is also allways
4962: VStateless_class derived object (related to feature #1051).
4963:
4964: 2016-04-06 moko
4965:
4966: * tests/results/323.processed: test result updated after feature
4967: #1051 implementation
4968:
4969: * src/: classes/classes.h, classes/op.C, classes/response.C,
4970: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4971: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4972: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4973: types/pa_vresponse.C, types/pa_vresponse.h,
4974: types/pa_vstateless_class.h: base -> methoded_donor for static
4975: classes, type() moved from VStateless_class to VClass and
4976: Methoded (implements feature #1051)
4977:
4978: 2016-04-04 moko
4979:
4980: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4981: beauty: put_class added (related to feature #1051)
4982:
4983: 2016-04-01 moko
4984:
4985: * tests/results/: 175.processed, 192.processed, 224.processed,
4986: 229.processed, 244.processed, 246.processed, 316.processed: test
4987: results updated as class.type() removed from error messages, only
4988: type() left (related to feature #1051)
4989:
4990: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4991: classes/op.C, classes/reflection.C, main/compile.y,
4992: main/compile_tools.h, main/execute.C, main/pa_request.C,
4993: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4994: types/pa_vmethod_frame.h, types/pa_vobject.h,
4995: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4996: from VStateless_class, type() is used instead (related to feature
4997: #1051)
4998:
4999: * src/classes/mail.C: old logic restored.
5000:
5001: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5002: classes/classes.h, classes/curl.C, classes/date.C,
5003: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5004: classes/hashfile.C, classes/image.C, classes/inet.C,
5005: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5006: classes/memcached.C, classes/memory.C, classes/reflection.C,
5007: classes/regex.C, classes/response.C, classes/string.C,
5008: classes/table.C, classes/xdoc.C, classes/xnode.C,
5009: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5010: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5011: feature #1051)
5012:
5013: 2016-03-30 moko
5014:
5015: * tests/: 327.html, results/224.processed, results/327.processed:
5016: test for TZ specification in ^date::create[], TZ is kept during
5017: ^date::create[$dt] (related to feature #1048)
5018:
5019: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5020: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5021: feature #1048)
5022:
5023: 2016-03-29 moko
5024:
5025: * tests/: 315.html, results/315.processed: test for timezone format
5026: +HHmm added (related to feature #1065)
5027:
5028: * src/classes/date.C: timezone format +HHmm now supported
5029: (implements feature #1065)
5030:
5031: 2016-03-28 moko
5032:
5033: * tests/: 202.html, results/131.processed, results/202.processed,
5034: results/224.processed, results/256.processed,
5035: results/315.processed: test results updated after %.2d now
5036: default for hours offset in iso-string (was %2d), test for
5037: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5038: added (related to feature #1065)
5039:
5040: 2016-03-27 moko
5041:
5042: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5043: feature #1065)
5044:
5045: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5046: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5047: added (implements feature #1065)
5048:
5049: 2016-03-24 moko
5050:
5051: * tests/: 202.html, results/202.processed: test $date.week added
5052: (related to bug #1067)
5053:
5054: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5055: date (fix for bug #1067)
5056:
5057: 2016-03-10 moko
5058:
5059: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5060:
1.102 moko 5061: 2015-12-07 moko
5062:
5063: * tests/: 326.html, results/326.processed: test for .CLASS &
5064: .CLASS_NAME optimization added (related to feature #844)
5065:
5066: 2015-11-17 moko
5067:
5068: * tests/: 323.html, results/323.processed: order added
5069:
5070: * tests/: 325.html, results/325.processed: double range test added
5071: (related to bug #1049)
5072:
5073: 2015-11-16 moko
5074:
5075: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5076: added to disallow NaN and Infinity (fixes bug #1049)
5077:
5078: 2015-11-11 moko
5079:
5080: * tests/324.html: parser 3.4.3 execution support added (related to
5081: feature #1017)
5082:
5083: * tests/: 324.html, results/324.processed: test for
5084: GET_ELEMENT4CALL feature added (feature #1017)
5085:
1.101 moko 5086: 2015-10-29 moko
5087:
1.211 moko 5088: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5089:
5090: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5091:
5092: * src/main/pa_exec.C: get_exit_status implemented for Windows
5093: (related to bug #1043)
5094:
5095: 2015-10-28 moko
5096:
5097: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5098: hangup during ^file::exec (fixes bug #1043)
5099:
1.100 moko 5100: 2015-10-27 moko
5101:
5102: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5103:
1.99 moko 5104: 2015-10-26 moko
5105:
1.100 moko 5106: * tests/322.html, src/classes/reflection.C: arguments reorder
5107: (related to issue #1041)
5108:
5109: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5110: Copyright year updated
5111:
1.99 moko 5112: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5113: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5114: classes/form.C, classes/hash.C, classes/hashfile.C,
5115: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5116: classes/mail.C, classes/math.C, classes/memcached.C,
5117: classes/memory.C, classes/op.C, classes/reflection.C,
5118: classes/regex.C, classes/response.C, classes/string.C,
5119: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5120: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5121: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5122: include/pa_config_fixed.h, include/pa_config_includes.h,
5123: include/pa_dictionary.h, include/pa_dir.h,
5124: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5125: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5126: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5127: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5128: include/pa_request_charsets.h, include/pa_request_info.h,
5129: include/pa_sapi.h, include/pa_socks.h,
5130: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5131: include/pa_stack.h, include/pa_string.h,
5132: include/pa_stylesheet_connection.h,
5133: include/pa_stylesheet_manager.h, include/pa_table.h,
5134: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5135: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5136: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5137: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5138: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5139: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5140: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5141: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5142: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5143: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5144: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5145: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5146: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5147: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5148: main/pa_string.C, main/pa_stylesheet_connection.C,
5149: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5150: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5151: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5152: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5153: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5154: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5155: targets/isapi/parser3isapi.C, types/pa_junction.h,
5156: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5157: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5158: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5159: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5160: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5161: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5162: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5163: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5164: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5165: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5166: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5167: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5168: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5169: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5170: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5171: types/pa_vresponse.C, types/pa_vresponse.h,
5172: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5173: types/pa_vstateless_object.h, types/pa_vstatus.C,
5174: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5175: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5176: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5177: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5178: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5179:
5180: * src/targets/cgi/parser3.C: year updated
5181:
5182: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5183: issue #1041)
5184:
5185: * tests/: 323.html, results/323.processed: test for base classes
5186: added
5187:
5188: * tests/: 261.html, results/261.processed: updated after better
5189: error reporting done for $string.key exception
5190:
5191: * src/types/pa_vstring.h: better error report for $string.key
5192: exception
5193:
5194: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5195: copied as VObject::get_element4call to remove extra virtual call
5196:
5197: * tests/: 322.html, results/322.processed: test for
5198: ^reflection:is[] added (related to feature #1041)
5199:
5200: * src/classes/reflection.C: ^reflection:is empty value is void
5201: (related to feature #1041)
5202:
5203: * src/classes/reflection.C:
5204: ^reflection:is[class_name|code|method;[context;]element_name]
5205: added (implements feature #1041)
5206:
5207: 2015-10-24 moko
5208:
5209: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5210:
1.98 moko 5211: 2015-10-22 moko
5212:
5213: * tests/: 321.html, results/321.processed: test for
5214: ^reflection:method_info[] file detection added
5215:
5216: * tests/: 320.html, results/320.processed: test for
5217: ^reflection:class_by_name[class_name] added (related to feature
5218: #993)
5219:
5220: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5221: added (implements feature #993)
5222:
5223: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5224: (related to feature #1017)
5225:
5226: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5227: added (related to issue #1039)
5228:
5229: * src/main/pa_request.C: ^throw origin fixed (related to feature
5230: #1039)
5231:
5232: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5233: for VDate
5234:
5235: * tests/results/182.processed: updated after feature #1038
5236: implemented
5237:
5238: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5239: compile-time exception origin added (test for feature #1039)
5240:
5241: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5242: main/pa_request.C: exception unification: compile-time exceptions
5243: now have origin, @USE origins also tracked (implements feature
5244: #1039)
5245:
5246: 2015-10-20 moko
5247:
5248: * src/main/pa_request.C: cleanup
5249:
5250: 2015-10-15 moko
5251:
5252: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5253:
5254: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5255: types/pa_vtable.C: new feature: no more $table.method and
5256: $hash.method, aliases for _at, _count, _key (related to feature
5257: #1017)
5258:
1.97 moko 5259: 2015-10-14 moko
5260:
1.98 moko 5261: * tests/: 317.html, results/317.processed: test for
5262: ^string.unescape[] added (related to feature #120)
5263:
1.97 moko 5264: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5265: defined" bug (described in issue #1036)
5266:
5267: * tests/: 247.html, results/247.processed: test for checkBOM added
5268: (test for bug #1037)
5269:
5270: * src/: include/pa_charsets.h, main/pa_charsets.C,
5271: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5272: it's not enforced, skips BOM signature if it complies charset
5273: (fixes bug #1037)
5274:
5275: 2015-10-13 moko
5276:
5277: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5278: linking
5279:
5280: * src/classes/inet.C: vs2003 compilation fix
5281:
5282: * src/classes/math.C: warning war
5283:
5284: * src/lib/punycode/pa_punycode.c: warning war
5285:
5286: 2015-10-12 moko
5287:
5288: * src/lib/punycode/pa_punycode.c: warning war
5289:
5290: * parser3.sln: moved parser3 first, to make it default startup
5291: project
5292:
5293: * buildall: parser "mirror" now used for external libs sources
5294: (implements feature #1036)
5295:
5296: * buildall: most external libs are updated to their current
5297: versions (related to feature #1036)
5298:
5299: * src/classes/image.C: more tags added
5300:
5301: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5302:
5303: 2015-10-11 moko
5304:
5305: * src/classes/curl.C: minor optimization (related to feature #1035)
5306:
5307: 2015-10-09 moko
5308:
5309: * src/classes/curl.C: pa_strdup added for strings from curl
5310: (related to feature #1035)
5311:
5312: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5313: ULLONG_MAX definition
5314:
5315: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5316: (implements feature #1035)
5317:
5318: * src/main/pa_charset.C: String::Body(String::C) used
5319:
5320: * src/main/pa_charset.C: exceptions unified
5321:
5322: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5323: unified
5324:
5325: * src/: classes/file.C, classes/image.C, classes/mail.C,
5326: classes/op.C, classes/xdoc.C, classes/xnode.C,
5327: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5328: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5329: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5330: String::Body(String::C) constructor added (related to bug #957)
5331:
5332: * src/classes/file.C: minor optimization
5333:
5334: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5335: Cord(char*) autocreation (related to bug #957)
5336:
5337: * src/: classes/string.C, main/untaint.C: minor optimizations
5338:
5339: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5340: String(char*, Lang, length) removed, String(C(), Lang) used
5341: instead (related to bug #957)
5342:
5343: 2015-10-08 moko
5344:
5345: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5346: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5347: main/untaint.C: Now char * is converted to CORD only using
5348: AS_CORD() to check for empty cord bug (fixes bug #957)
5349:
5350: * src/include/pa_hash.h: fixed compilation without
5351: HASH_CODE_CACHING
5352:
5353: * src/classes/string.C:
5354: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5355: feature #120)
5356:
5357: * src/main/pa_common.C: reduce js flags checks count (related to
5358: feature #120)
5359:
1.96 moko 5360: 2015-10-07 moko
5361:
5362: * tests/: 275.html, results/275.processed: test modified after
5363: unsigned long long int support implemented (feature #1034)
5364:
5365: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5366: pa_atoul added for unsigned long long int support
5367:
5368: 2015-10-06 moko
5369:
5370: * src/types/pa_vdate.C: INT_MAX used
5371:
5372: 2015-10-03 moko
5373:
5374: * tests/: 302.html, results/302.processed: test for bug #1023
5375: (\u2028, \u2029 escaping) added
5376:
5377: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5378: json:string[] (fixes bug #1023)
5379:
5380: 2015-09-29 moko
5381:
5382: * tests/305.html: try-catch added for OS without ipv6 support
5383:
5384: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5385: compilation
5386:
5387: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5388: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5389: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5390: implemented to distinguish ^hash.method from $hash.field
5391: (implements feature #1017)
5392:
5393: * src/lib/punycode/pa_punycode.c: warning war
5394:
5395: * src/include/pa_config_includes.h: warning war
5396:
5397: * src/include/pa_config_includes.h: pragma warning actualized a bit
5398:
5399: * src/include/pa_config_includes.h: warning war
5400:
5401: * src/include/pa_hash.h: clang compilation fix
5402:
5403: 2015-09-27 moko
5404:
5405: * src/main/compile.tab.C: Bison 3 is now default
5406:
5407: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5408:
5409: 2015-09-25 moko
5410:
5411: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5412: works with undefined HASH_ORDER (related to feature #196)
5413:
5414: 2015-09-24 moko
5415:
5416: * tests/: 027.html, results/027.processed: test modified to test
5417: ^hash.sort (feature #196)
5418:
5419: * src/: classes/hash.C, include/pa_hash.h:
5420: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5421: added (implements feature #196)
5422:
5423: * tests/: 316.html, results/316.processed: Added test for bug #1025
5424: (exception handling in non-cached ^cache), plus for "it does not
5425: have logical value" and "$exception.handled value must be either
5426: boolean or string 'cache'" exceptions.
5427:
5428: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5429: code (fixes bug #1025)
5430:
1.95 moko 5431: 2015-09-23 moko
5432:
5433: * src/classes/table.C: warning war
5434:
5435: * src/: classes/math.C, types/pa_vcookie.C: warning war
5436:
5437: * src/classes/file.C: warning war
5438:
5439: * src/: include/pa_table.h, main/pa_table.C: warning war
5440:
5441: * src/: main/pa_request.C, classes/date.C: warning war
5442:
5443: * src/: types/pa_vdate.C, classes/op.C: warning war
5444:
5445: * tests/: 122.html, results/122.processed: win sync: to remove
5446: differences with OS that doesn't keep timezone change history
5447:
5448: * src/types/pa_vdate.C: tzset() should be called in Windows after
5449: TZ change (related to feature #36)
5450:
5451: * tests/: 075.html, results/075.processed: win sync: to remove
5452: differences with OS that doesn't keep timezone change history
5453:
5454: * tests/: 315.html, results/315.processed: win sync: to remove
5455: differences with OS that doesn't keep timezone change history
5456:
5457: * tests/: 256.html, results/256.processed: win sync: to remove
5458: differences with OS that doesn't keep timezone change history
5459:
5460: * tests/: 124.html, results/124.processed: win results sync: to
5461: avoid hitting time change hole.
5462:
5463: * src/types/pa_vdate.C: static returned. :)
5464:
5465: 2015-09-22 moko
5466:
5467: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5468:
5469: * tests/results/131.processed: more tests for feature #1032
5470:
5471: * src/classes/date.C: minor fix related to feature #1032
5472:
1.211 moko 5473: * operators.ru.txt, operators.txt: ISO date creation documented
5474: (related to feature #1032)
1.95 moko 5475:
1.211 moko 5476: * operators.ru.txt, operators.txt: iso-string documented (related
5477: to feature #1032)
1.95 moko 5478:
5479: * tests/: 315.html, results/315.processed: more tests added
5480: (related to feature #1032)
5481:
5482: * tests/: 131.html, results/131.processed: date range checks
5483: updated (related to feature #36)
5484:
5485: * tests/: 315.html, results/057.processed, results/315.processed:
5486: test added for ISO date support (related to issue #315)
5487:
5488: * src/classes/date.C: more readable exceptions in date creation
5489: (related to ticket #1032)
5490:
5491: 2015-09-18 moko
5492:
5493: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5494: added (related to issue #1032)
5495:
5496: * tests/results/256.processed, src/classes/json.C: iso-string
5497: documented (related to issue #1032)
5498:
5499: * tests/: 256.html, results/256.processed: ISO date check added
5500: (related to issue #1032)
5501:
5502: * tests/: 057.html, results/057.processed, results/224.processed:
5503: tests results updated after ISO date support implemented (related
5504: to feature #1032)
5505:
5506: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5507: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5508: ^date::create[string] constructor formalized, ^date.iso-string[]
5509: added (implements feature #1032)
5510:
5511: 2015-09-05 moko
5512:
1.211 moko 5513: * operators.ru.txt, operators.txt: actualized
1.95 moko 5514:
1.211 moko 5515: * operators.ru.txt, operators.txt: date changes documented (related
5516: to ticket #36)
1.95 moko 5517:
5518: 2015-09-04 moko
5519:
5520: * src/types/pa_vdate.C: warning war
5521:
5522: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5523:
5524: 2015-09-03 moko
5525:
5526: * tests/results/096.processed: test result updated for 0..9999 year
5527: date range support (related to feature #36)
5528:
5529: * tests/: 314.html, results/314.processed: test for
5530: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5531: bug #1031)
5532:
5533: * src/classes/string.C: Static calls fixed for ^string:base64[],
5534: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5535:
1.116 moko 5536: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5537: configure.in -> configure.ac
1.95 moko 5538:
1.116 moko 5539: * configure, configure.in, src/include/pa_config_auto.h.in: more
5540: correct timezone check for FreeBSD Warning war: configure.in ->
5541: configure.ac
1.95 moko 5542:
5543: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5544: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5545: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5546: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5547: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5548: src/main/Makefile.am, src/targets/apache/Makefile.am,
5549: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5550: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5551: check added
5552:
5553: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5554:
5555: * tests/results/: 124.processed, 224.processed: test resuls updated
5556: for new date implementation (related to feature #36)
5557:
5558: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5559: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5560: types/pa_vdate.h: new double date implementation with internal
5561: support for extended 0..9999 year range, default timezone support
5562: (related to feature #36)
5563:
5564: 2015-08-28 moko
5565:
5566: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5567: (fixes bug #1030)
5568:
5569: 2015-08-21 moko
5570:
5571: * src/classes/inet.C: snprintf size "bug" commented
5572:
5573: * src/main/pa_common.C: snprintf comments updated
5574:
5575: 2015-08-16 moko
5576:
5577: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5578:
5579: 2015-08-11 moko
5580:
5581: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5582: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5583: can be null (fixes bug #1029)
5584:
5585: 2015-08-06 moko
5586:
1.116 moko 5587: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5588: pa_vdate.C added
1.95 moko 5589:
5590: 2015-08-05 moko
5591:
5592: * tests/: 313.html, results/313.processed: test for
5593: ^table.count[columns] and ^table.flip[] with nameless tables
5594: (feature #1003)
5595:
5596: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5597: max_cell added, now ^table.count[columns] and ^table.flip[] works
5598: correctly for nameless tables (implements feature #1003)
5599:
5600: 2015-08-03 moko
5601:
5602: * tests/312.html: test for ^table.append[$hash] and
5603: ^table.insert[$hash] added (related to feature #1028)
5604:
5605: * src/classes/table.C: ^table.append[$hash] and
5606: ^table.insert[$hash] now supported (implements feature #1028)
5607:
5608: * tests/: 312.html, results/312.processed: test row copy in
5609: ^table.hash[; $.type[table] ] added (related to feature #1016)
5610:
5611: * src/classes/table.C: row copy now created in ^table.hash[;
5612: $.type[table] ] (related to feature #1016)
5613:
5614: 2015-07-29 moko
5615:
5616: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5617: added (related to feature #1016)
5618:
5619: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5620: ^table.delete[] added to delete current row (related to feature
5621: 1016)
5622:
5623: 2015-07-28 moko
5624:
5625: * tests/: 312.html, results/312.processed: test for
5626: $table.column[value] and ^table.insert{row} (related to feature
5627: #1016)
5628:
5629: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5630: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5631: ^table.insert{row} are now implemented (feature #1016)
5632:
5633: * src/include/pa_array.h: Optimization: bool reverse removed from
5634: append(), insert() added, memmove arguments order in remove()
5635: fixed (related to feature #1016)
5636:
5637: 2015-07-23 moko
5638:
5639: * src/classes/json.C: tainted json and empty json exception added
5640: (implements feature #1015)
5641:
5642: * tests/: 311.html, results/311.processed: empty json and tainted
5643: json exception test added (related to issue #1015)
5644:
5645: 2015-07-22 moko
5646:
5647: * tests/: 311.html, results/311.processed: test for UTF-8
5648: processing added
5649:
5650: * tests/: 311.html, results/311.processed: test for
5651: json_exception_with_source added (related to issue #394)
5652:
5653: * src/classes/json.C: json_exception_with_source added (implements
5654: feature #394)
5655:
5656: 2015-06-29 moko
5657:
5658: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5659: directories are now correctly determined if _d_type == DT_UNKNOWN
5660: (closes bug #1027)
5661:
5662: 2015-06-10 moko
5663:
5664: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5665: error if libxml has LIBXML_ICU_ENABLED.
5666:
5667: 2015-06-04 moko
5668:
5669: * tests/099.html: ups, reverting
5670:
5671: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5672: results/310.processed: tests for $response:body[ $.file[] ] and
5673: $response:last-modified added
5674:
5675: * src/main/pa_request.C: last-modified check fixed
5676:
5677: 2015-06-03 moko
5678:
5679: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5680: results/205.processed, results/293.processed: $response:headers
5681: logging added (tests for feature #1007)
5682:
5683: * src/: include/pa_common.h, include/pa_request.h,
5684: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5685: $response:headers are now in uppercase (closes feature #1007)
5686:
5687: 2015-06-02 moko
5688:
5689: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5690: build errors reverted for clang compatibility
5691:
5692: 2015-06-01 moko
5693:
5694: * src/include/pa_memory.h: -pedantic build errors fixed
5695:
5696: * src/classes/math.C: -pedantic build error fixed
5697:
5698: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5699:
5700: 2015-05-31 moko
5701:
5702: * src/classes/table.C: USE_STRINGSTREAM optimized
5703:
5704: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5705: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5706: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5707: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5708: types/pa_vxnode.h: warning war (-pedantic flag)
5709:
5710: 2015-05-28 moko
5711:
5712: * tests/: 308.html, results/308.processed: test for
5713: ^table::create[$t;], etc work added (related to bug #975)
5714:
5715: * src/classes/table.C: check_option_param removed,
5716: ^table::create[$t;], etc now works (fixes bug #975)
5717:
5718: 2015-05-27 moko
5719:
5720: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5721: (Debian jessie) fixed (closes issue #1024)
5722:
5723: * tests/Makefile: sort added as in Debian jessie list become
5724: unsorted
5725:
5726: 2015-05-18 moko
5727:
5728: * tests/: 201.html, results/201.processed: test for
5729: ^string.trim[what] feature #1022
5730:
5731: * src/classes/string.C: ^string.trim[what] now supported,
5732: implements feature #1022
5733:
5734: 2015-05-17 moko
5735:
5736: * tests/results/185.processed: test result updated as feature #1021
5737: implemented (left/right accept negative parameter)
5738:
5739: * src/classes/string.C: left/right now accept negative parameter
5740: (implements feature #1021)
5741:
5742: 2015-05-08 moko
5743:
5744: * src/classes/math.C: isalnum -> pa_isalnum
5745:
5746: * src/main/execute.C: optimization in getter-junction processing
5747: (related to issue #997)
5748:
5749: 2015-05-07 moko
5750:
5751: * tests/: 307.html, results/307.processed: test for issue #997
5752: added
5753:
5754: * src/main/execute.C: process_getter result now checked if junction
5755: returned (closes issue #997)
5756:
5757: * tests/: 305.html, results/305.processed: sort added to ignore
5758: different order
5759:
5760: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5761: assignment (closes issue #994)
5762:
5763: * tests/: 306.html, results/306.processed: test for issue #994
5764: added
5765:
5766: * tests/: 303.html, results/303.processed: two more errors tested
5767:
5768: 2015-05-06 moko
5769:
5770: * tests/: 305.html, results/305.processed: test for name2ip &
5771: ip2name added (related to feature #992)
5772:
5773: * tests/: 303.html, 304.html, results/303.processed,
5774: results/304.processed: tests for idna conversion added (related
5775: to issue #849)
5776:
5777: 2015-05-02 moko
5778:
5779: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5780: implemented
5781:
5782: 2015-04-30 moko
5783:
5784: * src/main/pa_http.C: idna_host added, related to issue #849
5785:
5786: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5787: (related to issue #849)
5788:
5789: 2015-04-24 moko
5790:
5791: * src/types/pa_vjunction.C: warning war
5792:
5793: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5794: unification
5795:
5796: * src/lib/punycode/pa_idna.c: warning war
5797:
5798: 2015-04-22 moko
5799:
5800: * src/main/main.vcproj: punycode include path added
5801:
5802: * src/lib/punycode/pa_idna.c: windows compile error fixed
5803:
5804: * src/lib/punycode/pa_idna.c: warning war
5805:
5806: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5807: project file added
5808:
5809: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5810:
5811: * src/include/pa_memory.h: warning war
5812:
5813: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5814: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5815: implemented (related to feature #849)
5816:
5817: * configure.in, src/main/Makefile.am,
5818: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5819: libpunycode added in Unix
5820:
5821: 2015-04-21 moko
5822:
5823: * configure.in: large files support
5824:
5825: 2015-04-15 moko
5826:
5827: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5828: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5829: pa_punycode.h: initial version for punycode/idna support library
5830: (ticket #849)
5831:
5832: 2015-04-08 moko
5833:
5834: * src/: classes/curl.C, classes/date.C, classes/file.C,
5835: classes/image.C, classes/mail.C, classes/reflection.C,
5836: classes/string.C, classes/xnode.C, include/pa_request.h,
5837: include/pa_string.h, include/pa_stylesheet_connection.h,
5838: main/compile.y, main/compile_tools.h, main/execute.C,
5839: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5840: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5841: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5842: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5843: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5844: clang compiler warnings (closes issue #1018)
5845:
5846: * src/include/pa_string.h: String::Body comparation operators with
5847: char * added (related to issue #958)
5848:
5849: 2015-04-07 moko
5850:
5851: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5852: pa_malloc/pa_free to remove system malloc/free usage (related to
5853: issue #1018)
5854:
5855: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5856: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5857: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5858: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5859: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5860: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5861: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5862: malloc/strdup/free replaced with pa_ version and checks for
5863: accidental use of non-pa_ version added (related to issue #1018)
5864:
5865: 2015-04-03 moko
5866:
5867: * buildall: pcre-8.33 -> pcre-8.36
5868:
5869: * src/: main/compile.y, classes/form.C, classes/mail.C,
5870: classes/op.C, classes/string.C, main/compile.tab.C,
5871: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5872: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5873: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5874: ticket #958)
5875:
5876: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5877: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5878: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5879: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5880: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5881: $request:headers, $request:method added (implements feature
5882: #1007)
5883:
5884: 2015-03-17 misha
5885:
5886: * tests/302.html: - test for
5887: ^json:string[...;$._default[method-name]]
5888:
5889: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5890: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5891: option $._default[method-name] is specified in ^json:string[], a
5892: method with specified name will be called for classes/objects
5893: serialization ( new feature: #982 )
5894:
5895: 2015-03-16 misha
5896:
5897: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5898: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5899: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5900: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5901: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5902: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5903: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5904: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5905: types/pa_vrequest.h, types/pa_vstateless_class.C,
5906: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5907: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5908: $var.CLASS_NAME now have special opcodes. This can be switched
5909: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5910: on pa_opcode.h ( new feature: #844 )
5911:
5912: 2015-03-15 misha
5913:
5914: * tests/075.html: - test for $response:header[]
5915:
5916: * src/types/pa_vresponse.C: - $response:header[] deletes header
5917: that was set earlie ( new feature: #1001 )
5918:
5919: 2015-03-12 misha
5920:
5921: * tests/246.html: - more tests for ^hash._at[]
5922:
5923: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5924: accepts second param [key|value|hash] ( new feature: #1012 )
5925:
5926: 2015-03-09 moko
5927:
5928: * src/types/pa_vmail.C: exception for everything but
5929: $mail:received, closes issue #1011
5930:
5931: 2015-02-20 moko
5932:
5933: * tests/: 275.html, results/275.processed: hex detection in
5934: pa_atoui fix test (closes issue #1010)
5935:
5936: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5937: issue #1010)
5938:
5939: 2015-02-17 moko
5940:
5941: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5942: tainted.
5943:
5944: 2015-02-03 misha
5945:
5946: * tests/301.html: - test for ^json:string($double) causes
5947: exception. bugfix: #1008
5948:
5949: * src/classes/json.C: - ^json:string($double) causes exception.
5950: bugfix: #1008
5951:
5952: * tests/014.html: - updated for work with ^hash.delete[]
5953:
5954: 2015-01-12 misha
5955:
5956: * src/: classes/form.C, include/pa_common.h,
5957: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5958: types/pa_vform.h: - supports body with PUT method as well ( new
5959: feature: #1006 )
5960:
5961: * src/classes/file.C: - warnings war
5962:
5963: 2015-01-11 misha
5964:
5965: * tests/300.html: - test for ^hash.delete[] is added
5966:
5967: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5968: feature: #989 ) - tiny optimization in intersects
5969:
5970: 2015-01-06 moko
5971:
5972: * src/types/pa_vmail.C: file names transcode added, to and cc added
5973: with transcode, attachments detection fixed
5974:
5975: * src/main/pa_request.C: filling mail received after cgi/auto.p
5976: load to allow charset switch (related to issue #996)
5977:
5978: 2014-12-31 moko
5979:
5980: * src/types/pa_vmail.C: from and subject now transcoded if not
5981: UTF-8 source charset (fixes issue 996)
5982:
5983: * src/main/pa_exception.C: fixed string from stack bug (closes
5984: issue #1000)
5985:
5986: 2014-12-11 misha
5987:
5988: * src/types/pa_vhashfile.C: - check if key is not empty before
5989: access ( bug fix: #1005 )
5990:
5991: 2014-11-13 misha
5992:
5993: * src/main/compile.y: - PC.append does not reset to false while
5994: creating a new class. bugfix: #990
5995:
5996: * tests/299.html: - test for creation class after working with
5997: partial class (create+append)
5998:
5999: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6000: #995
6001:
6002: * tests/232.html: - test for @get[def] added
6003:
6004: 2014-10-12 moko
6005:
6006: * src/lib/pcre/pcre_internal.vcproj: correct path
6007:
6008: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6009: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6010: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6011: targets/apache/ApacheModuleParser3.vcproj,
6012: targets/apache/ApacheModuleParser3Core.vcproj,
6013: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6014: types/types.vcproj: project GUID inserted in *.vcproj for correct
6015: conversion in newer VS versions
6016:
6017: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6018: pcre_internal.vcproj added
6019:
6020: 2014-08-28 moko
6021:
6022: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6023: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6024: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6025:
6026: 2014-06-30 misha
6027:
6028: * tests/298.html: - tests for ^reflection:def[class;className]
6029: added
6030:
6031: * src/classes/reflection.C: - ^reflection:def[class;className]
6032: added ( new feature: #918 )
6033:
6034: 2014-06-29 misha
6035:
6036: * src/classes/table.C: - ^table::create[unsupported data] -
6037: exception comment changed to "body must be table or code" ( bug
6038: fix: #951 )
6039:
6040: * tests/: 261.html, results/261.processed: - tests for
6041: ^json:string[...;$.void[null|string]] added
6042:
6043: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6044: option $.void[string|null] added to ^json:string[...] ( new
6045: feature: #952 )
6046:
6047: 2014-06-28 moko
6048:
6049: * src/classes/curl.C: $.charset now processed before other curl
6050: options (closes issue #980)
6051:
6052: 2014-05-23 misha
6053:
6054: * src/classes/json.C: - bug fix: #987
6055:
6056: 2014-05-04 misha
6057:
6058: * tests/: 253.html, 253_json.txt: - test for
6059: ^json:parse[$.int(false)] is added
6060:
6061: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6062: default true). The option is similar to $.double(bool) but for
6063: integers.
6064:
6065: 2014-05-01 moko
6066:
6067: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6068: #12 )
6069:
6070: 2014-04-16 moko
6071:
6072: * src/main/pa_http.C: response-charset option should finally work
6073: now (fix for issue #867)
6074:
6075: * src/main/pa_http.C: response-charset option should work now (fix
6076: for issue #867)
6077:
6078: 2014-03-07 moko
6079:
6080: * buildall: libgc moved
6081:
6082: * buildall: libgc moved
6083:
6084: 2013-12-29 moko
6085:
6086: * src/classes/string.C: ^string:js-unescape result now tainted,
6087: closes issue #966
6088:
6089: * tests/: 186.html, results/186.processed: ^string:js-unescape
6090: result now tainted, issue #966
6091:
6092: 2013-12-03 moko
6093:
6094: * src/: classes/memcached.C, types/pa_vmemcached.C,
6095: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6096: option was added for http://www.parser.ru/forum/?id=79343
6097:
6098: * src/classes/file.C: bugfix for
6099: http://www.parser.ru/forum/?id=79337
6100:
6101: 2013-11-05 moko
6102:
6103: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6104:
6105: * src/main/pa_globals.C: spelling fixed
6106:
6107: 2013-10-29 moko
6108:
6109: * src/lib/json/json.vcproj: json.c -> pa_json.C
6110:
6111: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6112: #892
6113:
6114: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6115: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6116: exceptions to be thrown thougth json library), related to issue
6117: #892
6118:
6119: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6120: related to issue #896
6121:
6122: 2013-10-24 moko
6123:
6124: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6125:
6126: 2013-10-23 moko
6127:
6128: * README: actualization
6129:
6130: 2013-10-22 moko
6131:
6132: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6133: compatibility patch from Sergey Kirpichev
6134:
6135: * tests/: 297.html, results/297.processed: non-working getter fix
6136: test for issue #948
6137:
6138: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6139: called when saving value of $match variable in ^string.match[] to
6140: increase compatibility (related to issue #948).
6141:
6142: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6143: usage optimization
6144:
6145: 2013-10-21 moko
6146:
6147: * tests/: 182.html, results/182.processed: local path removed for
6148: compatibility
6149:
6150: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6151: results/244.processed, results/253.processed,
6152: results/254.processed, results/275.processed,
6153: results/281.processed: try_catch -> try-catch
6154:
6155: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6156: results/294.processed, results/296.processed: try_catch ->
6157: try-catch
6158:
6159: 2013-10-20 moko
6160:
6161: * tests/: 296.html, results/296.processed: test for xsl exception
6162: for issue #938 added.
6163:
6164: * src/: include/pa_xml_exception.h,
6165: main/pa_stylesheet_connection.C: forgotten to be replaced
6166: XmlException is now replaced (once again closes issue #938)
6167:
6168: 2013-10-18 moko
6169:
6170: * buildall: disable clock_gettime detection to avoid librt linking
6171: (which in turn depends on libpthread), related to issue #943
6172:
6173: 2013-10-18 misha
6174:
6175: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6176: lib/smtp/smtp.vcproj, main/main.vcproj,
6177: targets/apache/ApacheModuleParser3Core.vcproj,
6178: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6179: types/types.vcproj: - new locations for libxml2 includes where
6180: added to vcproj files
6181:
6182: 2013-10-18 moko
6183:
6184: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6185: fix
6186:
6187: * tests/: 295.html, results/295.processed: test for issue #948
6188: updated
6189:
6190: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6191: :)
6192:
6193: * tests/: 295.html, results/295.processed: test for issue #948
6194: added
6195:
6196: * src/: classes/hash.C, classes/string.C, classes/table.C,
6197: include/pa_request.h, types/pa_method.h: for getters and setters
6198: to be executed request.put_element should be called, not
6199: context.put_element (fixes issue #948)
6200:
6201: 2013-10-17 moko
6202:
6203: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6204: LIBXML2_NEW_BUFFER check (closes issue #943)
6205:
6206: * buildall: libxml 2.9.1 build is broken --without-reader.
6207:
6208: 2013-10-16 moko
6209:
6210: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6211:
6212: * tests/: 294.html, results/294.processed: test for issue #938
6213:
6214: * src/: classes/xdoc.C, classes/xnode.C,
6215: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6216: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6217:
6218: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6219: libxslt-1.1.26 -> libxslt-1.1.28
6220:
6221: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6222: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6223: to '?', related to issue #938
6224:
6225: 2013-10-15 moko
6226:
6227: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6228: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6229: minor optimizations (closes issue #896)
6230:
6231: * tests/results/: 292.processed, 293.processed: results updated to
6232: comply with issue #896
6233:
6234: * tests/: 292.html, 293.html, results/292.processed,
6235: results/293.processed: tests for json escaping
6236:
6237: 2013-10-14 moko
6238:
6239: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6240: and cleanup, code moved from .h to .C, no changes in code
6241:
6242: 2013-10-12 moko
6243:
6244: * tests/results/119.processed: updated test result commited
6245:
6246: * tests/: 291.html, results/291.processed: test for issue #894
6247: added
6248:
6249: * src/types/pa_wcontext.h: base methods call support function
6250: get_somebody_entered_some_class should not be true forever, as
6251: wcontext can have many get_elements calls (fixes issue #894)
6252:
6253: 2013-10-11 moko
6254:
6255: * tests/: 290.html, results/290.processed: test for junction GPF
6256: issue #942 added
6257:
6258: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6259: to native method fixed (closes issue #942)
6260:
6261: * tests/: 158.html, results/158.processed: test for csv-string[]
6262: added
6263:
6264: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6265: feature #907)
6266:
6267: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6268: feature #907)
6269:
6270: 2013-10-09 moko
6271:
6272: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6273: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6274: types/pa_vstateless_class.C: GET_default, SET_default now works
6275: properly not only in objects, but in classes as well (closes
6276: issue #903)
6277:
6278: * tests/: 289.html, results/289.processed: GET/SET_default now
6279: works in classes, not only objects, test case added, related to
6280: issue #903
6281:
6282: * tests/: 288.html, results/288.processed: test for endless
6283: recursion bug added (related to issue #903)
6284:
6285: 2013-10-05 moko
6286:
6287: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6288: classes/table.C, main/execute.C, types/pa_method.h,
6289: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6290: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6291: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6292: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6293: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6294: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6295: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6296: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6297: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6298: optimization: put_element no longer has "bool areplace" argument,
6299: related to issue #903
6300:
6301: 2013-10-03 moko
6302:
6303: * tests/results/182.processed: result for $.replace(false) test
6304: commited
6305:
6306: * src/classes/date.C: ^date::create(number) processed correctly
6307: (fixes issue #901)
6308:
6309: * src/classes/image.C: as_no_junction removed, as param can be
6310: expression (closes issue #931)
6311:
6312: * tests/233.html: test for issue #931 added
6313:
6314: 2013-10-02 moko
6315:
6316: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6317: modified, test for $.replace(false) added
6318:
6319: * src/main/compile_tools.h: forgotten class replace returned. :)
6320:
6321: 2013-09-30 moko
6322:
6323: * tests/: 141.html, results/141.processed: md5 tainting test added
6324:
6325: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6326: main/compile_tools.h, main/pa_request.C: allow_class_replace
6327: implemented; $.replace option added to ^process and ^use
6328:
6329: 2013-08-27 moko
6330:
6331: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6332: cstr_to_string_body_untaint should be called with charsets for
6333: possible uri language and connection for possible sql language.
6334: related to issue #857
6335:
6336: * buildall: and -> or fixed
6337:
6338: 2013-08-26 moko
6339:
6340: * buildall: prepare_ functions logic changed to support
6341: gc-7.2d.tar.gz extracting to gc-7.2 directory
6342:
6343: 2013-08-23 moko
6344:
6345: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6346: statically
6347:
6348: 2013-08-22 moko
6349:
6350: * src/classes/string.C: String::Empty used (related to issue #912)
6351: append_know_length removed (related to old GPF bug)
6352:
6353: 2013-08-21 moko
6354:
6355: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6356:
6357: * src/classes/math.C: ^math:digest[...;$file] support added
6358: (related to ticket #857
6359:
6360: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6361: implemented
6362:
6363: * src/types/pa_vhashfile.h: warning war
6364:
6365: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6366: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6367: anti_endless_json_string_recoursion removed from request;
6368: json_string_recoursion added to json_options; $.indent[indent
6369: value] now supported and passed within recoursion closes feature
6370: #937
6371:
6372: * tests/: 287.html, results/287.processed: test for feature #937
6373:
6374: 2013-07-31 moko
6375:
6376: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6377: compilation having #define _S
6378:
6379: * src/main/pa_globals.C: cleanup
6380:
6381: 2013-07-30 moko
6382:
6383: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6384: main/pa_common.C: vs2003 warning war
6385:
6386: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6387:
6388: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6389:
6390: * src/lib/md5/pa_sha2.c: warning war
6391:
6392: 2013-07-29 moko
6393:
6394: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6395: patches from github
6396:
6397: * src/: classes/bool.C, classes/double.C, classes/int.C,
6398: classes/memcached.C, include/pa_config_includes.h,
6399: types/pa_vfile.C, types/pa_vfile.h: warning war
6400:
6401: * src/lib/json/json.vcproj: C++ -> C
6402:
6403: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6404:
6405: * src/lib/json/: json.c, pa_json.C: windows compatibility
6406:
6407: * src/lib/json/: json.c, pa_json.C: windows compatibility
6408:
6409: * src/lib/json/: json.c, pa_json.C: warning war
6410:
6411: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6412:
6413: * src/include/pa_config_fixed.h: uint16_t added
6414:
6415: * configure.in: uint16_t check added
6416:
6417: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6418: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6419: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6420: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6421: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6422:
6423: 2013-07-25 moko
6424:
6425: * parser3.sln: dependencies added
6426:
6427: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6428: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6429: module support
6430:
6431: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6432:
6433: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6434:
6435: 2013-07-23 moko
6436:
6437: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6438: PA_DEBUG_GC_MEMORY removed
6439:
6440: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6441: PA_DEBUG_DISABLE_GC compilation fix
6442:
6443: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6444: main/pa_request.C: outdated RESOURCES_DEBUG removed
6445:
6446: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6447: garbage cleanup
6448:
6449: * src/main/pa_common.C: warning war
6450:
6451: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6452:
6453: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6454: minor cleanup
6455:
6456: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6457: uses cygwin, not WIN32 implementation
6458:
6459: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6460: able to exec shell scripts
6461:
6462: * src/classes/math.C: ifdef WIN32 cleanup
6463:
6464: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6465:
6466: * src/classes/curl.C: LT_MODULE_EXT used
6467:
6468: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6469:
6470: 2013-07-22 moko
6471:
6472: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6473: includes fix
6474:
6475: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6476:
6477: * configure.in, src/include/pa_config_includes.h,
6478: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6479: src/main/pa_exec.C: includes cleanup
6480:
6481: * src/targets/cgi/parser3.C: 2012->2013
6482:
6483: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6484:
6485: * configure.in, src/include/pa_config_includes.h,
6486: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6487: src/main/pa_random.C, src/main/pa_socks.C,
6488: src/types/pa_vstatus.C: cygwin support cleanup
6489:
6490: * configure.in: dirent.h check added
6491:
6492: * src/: include/pa_config_includes.h, include/pa_dir.h,
6493: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6494: not copied
6495:
6496: 2013-07-21 moko
6497:
6498: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6499:
6500: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6501: parser3.vcproj: unused getopt.h / getopt.c removed
6502:
1.211 moko 6503: * operators.ru.txt, operators.txt, src/classes/file.C,
6504: tests/022.html, tests/results/022.processed:
6505: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6506:
6507: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6508: src/main/pa_dir.C: ^file:list[] now has dir column and when
6509: $.stat(true) it has size/*date columns modified patch from misha@
6510: that closes issue #914.
6511:
6512: * src/: include/pa_config_includes.h, main/pa_globals.C:
6513: PA_RELEASE_ASSERTS removed
6514:
6515: * src/lib/md5/pa_md5c.c: minor cleanup
6516:
6517: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6518: localeconv()->decimal_point usage remoed (related to issue #934)
6519:
6520: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6521: cordprnt.c removed
6522:
6523: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6524: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6525: pa-include/pa_strings.h: includes cleanup
6526:
6527: * src/lib/md5/pa_md5c.c: headers cleanup
6528:
6529: 2013-07-20 moko
6530:
6531: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6532: cleanup
6533:
6534: 2013-07-19 moko
6535:
6536: * src/classes/math.C: extern "C" added for crypt
6537:
6538: 2013-07-18 moko
6539:
6540: * src/classes/math.C: fix redhat7.2 build
6541:
6542: 2013-07-17 moko
6543:
6544: * configure.in, src/include/pa_config_includes.h,
6545: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6546: added for uint8/32/64_t)
6547:
6548: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6549: pa_config_includes.h used for uint32/64_t
6550:
6551: 2013-07-16 moko
6552:
6553: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6554: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6555: war
6556:
6557: * src/main/compile.tab.C: compile.y was updated
6558:
6559: * src/main/compile.y: warning war
6560:
6561: * src/: include/pa_exception.h, main/pa_exception.C,
6562: main/pa_xml_exception.C: warning war
6563:
6564: * src/: include/pa_common.h, main/pa_common.C: warning war
6565:
6566: * configure.in: beauty :)
6567:
6568: * tests/: 141.html, results/141.processed: sha256/512 added
6569:
6570: 2013-07-13 moko
6571:
6572: * src/lib/md5/md5.vcproj: sha2 added
6573:
6574: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6575: classes/math.C: sha2 support (sha256/sha512 digest)
6576:
6577: 2013-07-08 moko
6578:
6579: * src/classes/image.C: directory read or other read problem message
6580: fixed (related to issue #933)
6581:
6582: 2013-07-07 moko
6583:
6584: * AUTHORS: + misha + moko. :)
6585:
6586: 2013-07-06 moko
6587:
6588: * src/: classes/curl.C, include/pa_globals.h,
6589: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6590: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6591: for lt_dlinit to be called once and lt_dlexit called at right
6592: place (related to issue #925)
6593:
6594: 2013-07-04 moko
6595:
6596: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6597: VString::as_vfile now uses vfile.set_binary_string to avoid
6598: content-type to be set, as it brokes badly designed logic in
6599: response output. This hopefully finishes issue #928.
6600:
6601: * tests/results/: 256.processed, 286.processed: file now displayed
6602: as name, size, mode, content-type
6603:
6604: * src/main/pa_common.C: read error now reported cottectly (fixes
6605: issue #933
6606:
6607: 2013-06-28 moko
6608:
6609: * tests/: 286.html, results/286.processed: test extended
6610:
6611: * tests/: 286.html, results/286.processed: Test for issue #928
6612: added. it tests default content-type change.
6613:
6614: * src/types/pa_vfile.C: closes issue #928 - default content-type
6615: now updated
6616:
6617: 2013-06-25 moko
6618:
6619: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6620: content-type for text/binary files without name added;
6621: ^file::create[$f;...] options now works properly and $f
6622: properties are default (fixes issue #928)
6623:
6624: 2013-05-16 misha
6625:
6626: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6627: added
6628:
6629: * src/main/pa_table.C: - a tiny memory optimisation while creating
6630: table if specified limit is bigger than source rows count
6631:
6632: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6633: added ( new feature: #858 )
6634:
6635: 2013-04-29 moko
6636:
6637: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6638: $.ipresolve(0|1|2) added (closes issue #891)
6639:
6640: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6641:
6642: 2013-04-24 moko
6643:
6644: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6645: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6646: types/pa_vmemcached.h: ^memcache.release[] added, calls
6647: memcached_quit (refs #893)
6648:
6649: 2013-04-22 moko
6650:
6651: * src/: include/pa_string.h, main/pa_common.C: no more double
6652: slashes in file path (fixes bug #872)
6653:
6654: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6655: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6656: #739)
6657:
6658: * tests/results/266.processed: $.max_params added (feature #915)
6659:
6660: * src/: include/pa_common.h, main/pa_http.C: response-charset
6661: option added to file::load (closes issue #867)
6662:
6663: 2013-04-20 misha
6664:
6665: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6666: commited
6667:
6668: 2013-03-15 misha
6669:
6670: * src/classes/: hash.C, table.C: - Optimisation: do not create
6671: multiple empty strings while ::sql. uae String::Empty instead
6672:
6673: 2013-03-14 misha
6674:
6675: * src/classes/reflection.C: - for user classes
6676: ^reflection:method_info[] returns $.max_params and $.extra_param
6677: with $.call_type if they available ( new feature: #915 )
6678:
6679: * src/classes/file.C: - ^file:delete[] now supports an option
6680: $.exception(false) that suppress any exception while deleting
6681: file ( new feature: #916 )
6682:
6683: * src/classes/curl.C: - parsing cookies after curl:load now should
6684: work :)
6685:
6686: 2013-03-12 misha
6687:
6688: * src/types/pa_vfile.C: - if specified file_name is empty string
6689: set default name for the file
6690:
6691: 2013-03-11 misha
6692:
6693: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6694: also available in $f.cookies
6695:
6696: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6697: moved to a separate method
6698:
6699: 2013-03-10 moko
6700:
6701: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6702: added
6703:
6704: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6705: removed (declared by autoconf)
6706:
6707: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6708: uint32_t define
6709:
6710: 2013-03-10 misha
6711:
6712: * src/classes/file.C: ^file:delete and ^file:move now support
6713: option $.keep-empty-dirs(true) ( new feature: #884 )
6714:
6715: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6716: empty dirs is added
6717:
6718: 2013-03-10 moko
6719:
6720: * src/classes/: bool.C, double.C, int.C: default can be present,
6721: but default check removed from ^int/double/bool.int/double/bool
6722: for string.int/double/bool compatibility (related to issue #913)
6723:
6724: * src/classes/string.C: ^string.int/dobule/bool no longer
6725: internally throws exception if default is present (closes issue
6726: #913)
6727:
6728: 2013-03-09 misha
6729:
6730: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6731: optimisations ( #845 )
6732:
6733: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6734:
6735: 2013-03-08 moko
6736:
6737: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6738: creates correct table (fixes issue #910)
6739:
6740: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6741: use outside of 'connect' operator (fixes issue #911)
6742:
6743: * tests/results/: 096.processed, 122.processed: test results
6744: updated as doubles now printed with 15 significant digits, not 5
6745: (fixes issue #882)
6746:
6747: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6748: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6749:
6750: 2013-02-21 moko
6751:
6752: * src/classes/table.C: _locate_name_value does not check arguments
6753: count, so we check it in advance (fixes issue #905)
6754:
6755: 2012-10-23 moko
6756:
6757: * buildall: old shell for and echo compatibility (for six)
6758:
6759: 2012-10-19 moko
6760:
6761: * buildall: --strip added --disable-safe-mode listed in usage
6762:
6763: 2012-10-17 misha
6764:
6765: * src/classes/op.C: - apply-taint should not throw "outside
6766: connect" exception with sql lang now
6767:
6768: 2012-10-17 moko
6769:
6770: * src/main/pa_request.C: bugfix: safe mode should be inited for
6771: each request (for apache module)
6772:
6773: 2012-09-26 moko
6774:
6775: * src/doc/doxygen.cfg: png -> svg
6776:
6777: 2012-09-25 moko
6778:
6779: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6780: test added
6781:
6782: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6783: double use when key is long
6784:
6785: 2012-09-16 moko
6786:
6787: * src/classes/math.C: Format -> Method Encode -> Format
6788:
6789: * tests/: 141.html, results/141.processed: math:digest hmac test
6790: added
6791:
6792: 2012-09-14 moko
6793:
6794: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6795: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6796: implementation added
6797:
6798: 2012-09-12 moko
6799:
6800: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6801: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6802: targets.dox and string.dox slightly actualized
6803:
6804: 2012-08-31 moko
6805:
6806: * ChangeLog: now generated with patched cvs2cl.pl
6807:
6808: 2012-07-29 moko
6809:
6810: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6811: result should be pushed after VMethodFrame destructor is called,
6812: as it deletes junctions from stack params (fixes issue #868)
6813:
6814: 2012-07-23 moko
6815:
6816: * INSTALL, README: buildall script usage documented, other outdated
6817: info updated.
6818:
6819: * buildall-with-xml, buildall-without-xml: replaced by buildall
6820:
6821: 2012-07-21 moko
6822:
6823: * buildall: glib does not compile when threads are disabled...
6824:
6825: * src/types/pa_vmail.C: g_assertion fixes for empty input
6826:
6827: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6828: unref, can't unref nested objects)
6829:
6830: * src/types/pa_vmail.C: another check added
6831:
6832: 2012-07-19 moko
6833:
6834: * buildall: usage added
6835:
6836: * buildall: new buildall script that unites buildall-with-xml,
6837: buildall-without-xml, --with-apache and --with-mailreceive
6838:
6839: * configure.in: support for static gmime and dynamic glib linking.
6840: fixes for FreeBSD
6841:
6842: 2012-07-17 moko
6843:
6844: * configure.in: --with-mailreceive replaced
6845: --with-static-mailreceive and --with-shared-mailreceive pathlink
6846: removed
6847:
6848: 2012-07-16 moko
6849:
6850: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6851: capitalized, content now decoded and text content converted to
6852: $request:charset. all properties are accessed by functions, this
6853: ready for dynamic load.
6854:
6855: 2012-06-28 moko
6856:
1.116 moko 6857: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6858: 32 bit
1.95 moko 6859:
6860: 2012-06-27 moko
6861:
6862: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6863: passive ftp
6864:
6865: * src/lib/ltdl/ltdl.vcproj: release build fixed
6866:
6867: * configure.in: 3.4.2 RC -> 3.4.2
6868:
6869: 2012-06-22 moko
6870:
6871: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6872: #815)
6873:
6874: * tests/: 284.html, results/284.processed: output options test
6875: (feature #265)
6876:
6877: 2012-06-22 misha
6878:
6879: * tests/215.html: - little changes
6880:
6881: 2012-06-21 moko
6882:
6883: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6884: types/pa_vxdoc.h: output_options returned and used (bugfix for
6885: feature #265)
6886:
6887: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6888: breaks long .*, default 10M restored. (issue #216)
6889:
6890: * tests/: 283.html, results/283.processed: test for issue #815
6891: added
6892:
6893: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6894: again, cstrm not required.
6895:
6896: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6897: Win32 and broken FreeBSD (issue #45)
6898:
6899: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6900:
6901: * src/main/pa_string.C: warnings war
6902:
6903: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6904: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6905: main/pa_socks.C, targets/apache/pa_threads.C,
6906: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6907: types/pa_vstatus.C: compilation under cygwin fixed
6908:
6909: 2012-06-19 moko
6910:
6911: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6912: Windows fixed
6913:
6914: * parser3.sln: removed antique pcre_ctype
6915:
6916: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6917:
6918: * src/include/pa_config_fixed.h: undefined reference to
6919: __imp__pcre_* fix for Windows
6920:
6921: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6922: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6923: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6924: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6925: define fixed
1.95 moko 6926:
6927: 2012-06-18 moko
6928:
6929: * src/classes/memcached.C: flush -> clear
6930:
6931: * src/classes/memcached.C: memcached does not support quotes even
6932: in server name
6933:
6934: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6935: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6936: called on open to check servers existance. $.key(true) syntax
6937: now supported
6938:
6939: 2012-06-17 moko
6940:
6941: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6942: cleanup
6943:
6944: * src/classes/table.C, tests/282.cfg, tests/282.html,
6945: tests/results/282.processed: encloser at the EOF bug fixed,
6946: incorrectly enclosed data now processed more logicaly (fixes
6947: #339)
6948:
6949: 2012-06-15 moko
6950:
6951: * buildall-without-xml: sync with buildall-with-xml
6952:
6953: * buildall-with-xml: download auto-detected between fetch and curl
6954:
6955: * configure.in: --with-gc and --with-pcre now also processed
6956: correctly
6957:
1.116 moko 6958: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6959: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6960: should be run on rol1 using automake / aclocal (GNU automake)
6961: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6962:
6963: * configure.in: new PARSER_VERSION logic
6964:
6965: * src/include/pa_version.h: new pa_version.h logic
6966:
6967: * src/: classes/curl.C, classes/file.C, classes/image.C,
6968: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6969: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6970: feols_normalized -> fis_text_content set_binary added
6971:
6972: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6973:
6974: 2012-06-15 misha
6975:
6976: * src/: classes/curl.C, classes/file.C, classes/image.C,
6977: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6978: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6979: ^file::create[text;content] EOLs in content now is normalized. (
6980: new feature: #815 )
6981:
6982: 2012-06-15 moko
6983:
6984: * configure.in: --disable-version-update added to disable version
6985: update with host information (for debian package) whitespace
6986: optimized
6987:
6988: * configure.in: version changed to 3.4.2 RC no-pic added for
6989: libtool
6990:
6991: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6992: it.
6993:
6994: 2012-06-14 moko
6995:
6996: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6997: tests/results/281.processed: "hash flocked" error removed for
6998: safe operations like ^h._count[] ( new feature: #335 )
6999:
1.116 moko 7000: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7001:
7002: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7003:
7004: * configure.in: --with-static/shared xml replaced with --with-xml,
7005: xml compilation check added
7006:
7007: * configure.in: --with-static/shared-gc, --with-static-pcre are
7008: replaced with --with-gc and --with-pcre test for pcre linking
7009: added
7010:
7011: 2012-06-13 moko
7012:
7013: * configure.in: apxs2 check optimized
7014:
7015: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7016: .la, includes optimized
7017:
7018: * buildall-with-xml: --with-pic looks better for -fPIC
7019:
7020: * configure.in: switched to convenience library in static linking
7021:
7022: * src/targets/apache/Makefile.am: switched to convenience library
7023: usage to avoid libtool warnings
7024:
7025: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7026: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7027: smtp/Makefile.am: switched to convenience library usage
7028:
7029: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7030:
7031: * src/targets/apache/Makefile.am: updated for libtool usage
7032:
7033: * buildall-without-xml: --with-included-ltdl added
7034:
7035: * buildall-without-xml: sync with buildall-with-xml
7036:
7037: * buildall-with-xml: --with-included-ltdl added $cflags added for
7038: -fPIC for x64 $download added for wget success check added
7039:
7040: * buildall-without-xml: --with-dynamic-stdcpp removed
7041:
7042: * configure.in: disable-static returned
7043:
7044: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7045: LIBTOOLFLAGS
7046:
7047: 2012-06-12 moko
7048:
7049: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7050: compatible with LIBTOOLFLAGS for unknown reasons
7051:
7052: * buildall-with-xml: --with-dynamic-stdcpp removed
7053:
7054: * configure.in: static/dynamic -lstdc++ linking option removed
7055: apxs2 check added
7056:
7057: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7058: option removed
7059:
7060: 2012-06-10 moko
7061:
7062: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7063: added
7064:
7065: * src/targets/cgi/pp3.cmd: old PAF stuff
7066:
1.116 moko 7067: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7068: beauty
1.95 moko 7069:
7070: * depcomp: from libtool 2.4.2
7071:
7072: * configure.in: ltdl directory removed, it has correct Makefile.in
7073:
7074: 2012-06-09 moko
7075:
1.116 moko 7076: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7077: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7078: autogenerated files updated after libtool update
7079:
1.116 moko 7080: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7081: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7082: config_auto.h.in, config_fixed.h, configure, configure.ac,
7083: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7084: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
7085: config/compile, config/config.guess, config/config.sub,
7086: config/depcomp, config/install-sh, config/ltmain.sh,
7087: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
7088: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
7089: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
7090: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
7091: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
7092: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
7093: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
7094: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7095:
7096: * configure.in: preparation for new libtool
7097:
7098: * configure.in: Some beauty added :)
7099:
7100: * src/targets/apache/Makefile.am: := -> =
7101:
7102: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7103: again. :)
7104:
7105: * src/include/pa_config_includes.h, configure.in: limits.h added,
7106: previously was taken from pcre_internal.h. :)
7107:
7108: * src/lib/pcre/Makefile.am: config.h returned
7109:
7110: * src/lib/pcre/config.h: still need this. :)
7111:
7112: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7113:
7114: * configure.in: --with-charsets removed; --with-mysql-client & co
7115: removed
7116:
7117: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7118: now in parser tree, no need to copy
7119:
7120: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7121: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7122: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7123: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7124: extracts now used old trash removed
7125:
7126: * etc/parser3.charsets/Makefile.am: charsets now in share
7127: (debian/patches/104_automake.patch) + all charsets are copied
7128:
7129: * buildall-with-xml, buildall-without-xml: curl option removed +
7130: extra arguments now supported
7131:
7132: 2012-06-08 misha
7133:
7134: * src/classes/table.C: - one params.as_hash usage was rolled back:
7135: the 2nd option in ^table.hash[] could be hash or table so
7136: .as_hash will throw an exception when table option is specified
7137:
7138: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7139: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7140: classes/table.C, classes/void.C, classes/xdoc.C,
7141: include/pa_exception.h, types/pa_vmethod_frame.C,
7142: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7143: and improved (whitespaces are allowed as empty options) -
7144: MethodParams::as_table is added - above methods are used for
7145: parsing methods' options ( new feature: #9 )
7146:
7147: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7148: to vclass. now class fields can be accessible as a hash:
7149: $h[^hash::create[$asd:CLASS]]
7150:
7151: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7152: have get_fields method so their fields can be accessed with
7153: ^reflection:fields[...] & ^reflection:field[...]
7154:
7155: 2012-06-06 misha
7156:
7157: * tests/280.html: - tests for
7158: ^reflection:method[obj-or-class;method],
7159: ^reflection:field[obj-or-class;field] and
7160: ^reflection:fields[obj-or-class] are added
7161:
7162: 2012-06-05 misha
7163:
7164: * src/classes/reflection.C: - ^reflection:method[class or
7165: object;method name] and ^reflection:field[class or object;field
7166: name] are added
7167:
7168: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7169: is used
7170:
7171: * src/types/pa_method.h: - Method::as_vjunction method is added
7172:
7173: 2012-06-05 moko
7174:
1.116 moko 7175: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7176:
7177: * src/classes/memcached.C: flish ttl fixed
7178:
7179: 2012-06-04 moko
7180:
7181: * src/classes/json.C, src/classes/op.C, tests/279.html,
7182: tests/results/279.processed: ^json:parse[] now supports $.taint
7183: option (new feature #833)
7184:
7185: 2012-06-04 misha
7186:
7187: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7188: - search_stop method was moved from pa_vcookie.C to pa_common.C
7189:
7190: 2012-06-03 misha
7191:
7192: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7193: cookies are parced and stored into $.cookies ( new feature: #31 )
7194:
7195: 2012-05-30 misha
7196:
7197: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7198: incomplete class into a scope while @USE is found
7199:
7200: * src/main/compile.y: - add incomplete class into a scope while
7201: @USE and @CLASS instructions are found ( bugfix: #838 )
7202:
7203: 2012-05-30 moko
7204:
7205: * src/types/pa_vclass.C, tests/278.html,
7206: tests/results/278.processed: removed "property has no getter
7207: method" exception when GET_DEFAULT present (fixes #269)
7208:
7209: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7210: $._default
7211:
7212: 2012-05-29 moko
7213:
7214: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7215: uninitialized values usage (new feature: #154)
7216:
7217: 2012-05-28 moko
7218:
7219: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7220: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7221: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7222: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7223: src/types/pa_vobject.C, src/types/pa_vobject.h,
7224: src/types/pa_vstring.h, src/types/pa_vtable.C,
7225: tests/results/277.processed, src/types/pa_vtable.h,
7226: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7227: ^json:string[$o; $.default[$method]] implemented for VObject (new
7228: feature #803)
7229:
7230: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7231: tests/results/277.processed: json numbers are now treated as
7232: double ( new feature: #834 )
7233:
7234: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7235: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7236: added for out of range checks, zero division in vint/vdouble
7237: check added ( fixes #832 )
7238:
7239: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7240: ( fixes #832 )
7241:
7242: 2012-05-28 misha
7243:
7244: * buildall-with-xml: - --without-lzma option is added to libxml2
7245: configure
7246:
7247: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7248: added - tests for unsupported values for options $.file, $.table
7249: and $.date are added
7250:
7251: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7252: accepts "stat" $.file[] option's value in addition to existed
7253: "text" and "base64" ( new feature: #835 )
7254:
7255: * tests/276.html: - test for
7256: ^reflection:delete[$object-or-class;field-name]
7257:
7258: * src/classes/reflection.C: -
7259: ^reflection:delete[$object-or-class;field-name] is added ( new
7260: feature: #268 )
7261:
7262: 2012-05-27 misha
7263:
7264: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7265:
7266: 2012-05-24 misha
7267:
7268: * src/include/pa_common.h: - method lastposafter was removed
7269:
7270: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7271: lastposafter - ^file:dirname[] & Co proper handle windows file
7272: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7273: work as *nix commands
7274:
7275: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7276:
7277: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7278: rskipchars were added
7279:
7280: * tests/270.html: - more tests for ^file:find[]
7281:
7282: * tests/065.html: - more tests for ^file:dirname[] & Co
7283:
7284: * src/include/pa_version.h: - must be "win32" here. it is
7285: auto-generated on *nix
7286:
7287: 2012-05-24 moko
7288:
7289: * src/classes/math.C: ^math:convert[] now supports uint32 and
7290: throws overflow exception ( new feature: #830 )
7291:
7292: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7293: uint32 support and overflow added ( new feature: #830 )
7294:
7295: 2012-05-23 moko
7296:
7297: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7298: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7299: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7300: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7301: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7302: types/pa_vregex.h, types/pa_vstateless_class.C,
7303: types/pa_vstateless_class.h, types/pa_vstring.h,
7304: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7305: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7306: "return string as-is" removed from as_expr_result. ( new feature:
7307: #831 )
7308:
7309: * tests/results/244.processed: test changed after bug #782 fix
7310: commited
7311:
7312: * tests/results/229.processed: test results for bug #782 commited
7313:
7314: * tests/: 254.html, results/254.processed: uid now just compared,
7315: not printed. :)
7316:
7317: 2012-05-20 moko
7318:
7319: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7320: feature: #341 )
7321:
7322: * tests/: 254.html, results/254.processed: test for
7323: ^reflection:uid[] added
7324:
7325: * tests/: 254.html, results/254.processed: test for
7326: ^reflection:uid[$obj] added
7327:
7328: 2012-05-17 misha
7329:
7330: * src/main/untaint.C: - do not replace ' char by _26 while
7331: exploding filespec-tainting ( new feature: #829 )
7332:
7333: 2012-05-12 moko
7334:
7335: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7336: not.
7337:
7338: 2012-05-08 moko
7339:
7340: * src/types/pa_vmethod_frame.h: bug #782 fixed
7341:
7342: * tests/229.html: test for bug #782
7343:
7344: * tests/results/259.processed, src/main/pa_request.C,
7345: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7346: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7347: src/types/pa_vvoid.h: feature #154 - first empty param now
7348: string; defined locals are empty strings; $STRICT-VARS(true)
7349: added
7350:
7351: 2012-04-27 moko
7352:
1.116 moko 7353: * src/targets/apache/Makefile.am:
1.95 moko 7354: ../../lib/memcached/libmemcached.a added
7355:
7356: 2012-04-27 misha
7357:
7358: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7359: ( #827 )
7360:
7361: 2012-04-25 moko
7362:
7363: * src/: classes/json.C, classes/memcached.C,
7364: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7365: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7366: implemented.
7367:
7368: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7369:
7370: 2012-04-23 moko
7371:
7372: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7373: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7374: types/pa_vmemcached.h: open allows options hash for new
7375: memcached(options) function
7376:
7377: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7378: not appended
7379:
7380: 2012-04-21 moko
7381:
7382: * src/classes/curl.C: '' added. :)
7383:
7384: * src/classes/classes.vcproj: new curl.h location
7385:
7386: * src/classes/curl.C: verbose output redirection from stderr to
7387: file curl option added
7388:
7389: 2012-04-20 moko
7390:
7391: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7392: contains what we need from curl, #ifdef HAVE_CURL removed
7393:
1.116 moko 7394: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7395: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7396: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7397: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7398: configure option
7399:
7400: 2012-04-19 moko
7401:
7402: * src/: classes/double.C, classes/inet.C, classes/int.C,
7403: classes/string.C, lib/gc/include/gc_allocator.h,
7404: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7405: options from sql_result_string removed. (closes issue #468)
7406:
7407: * src/types/pa_vmemcached.C: empty string fix
7408:
7409: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7410: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7411: pa_vmemcached.C
7412:
7413: 2012-04-18 moko
7414:
7415: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7416: apache2-mpm-prefork" error displayed in threaded mpm.
7417:
7418: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7419: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7420: installed (issue #354)
7421:
7422: 2012-04-16 moko
7423:
7424: * src/types/pa_vmemcached.C: call to memcached_result_create and
7425: memcached_result_free removed
7426:
7427: 2012-04-14 moko
7428:
7429: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7430:
7431: * src/types/pa_vmemcached.C: check_key added and used
7432:
7433: 2012-04-13 moko
7434:
7435: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7436: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7437: Serialization_data now added and used, VString now serialized
7438: with languages into memcached.
7439:
7440: 2012-03-28 moko
7441:
7442: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7443: lib/memcached/pa_memcached.h: result lengths added
7444:
7445: 2012-03-27 moko
7446:
7447: * src/types/pa_vmemcached.C: strdup added
7448:
7449: 2012-03-24 moko
7450:
7451: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7452: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7453: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7454:
7455: 2012-03-20 moko
7456:
1.116 moko 7457: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7458:
7459: * src/targets/cgi/Makefile.am: cleanup
7460:
7461: * src/: types/Makefile.am, types/pa_vmemcached.C,
7462: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7463:
7464: * src/: classes/Makefile.am, classes/memcached.C,
7465: lib/memcached/Makefile.am, lib/memcached/constants.h,
7466: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7467: lib/memcached/types.h, lib/Makefile.am: memcached initial
7468:
7469: 2012-03-16 moko
7470:
7471: * src/main/execute.C: ident now works under Linux + ident displays
7472: filenames (closes issue #818)
7473:
1.116 moko 7474: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7475: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7476: pa_vmethod_frame_local.h removed
7477:
7478: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7479: classes/classes.h, classes/curl.C, classes/date.C,
7480: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7481: classes/hashfile.C, classes/image.C, classes/inet.C,
7482: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7483: classes/memory.C, classes/op.C, classes/reflection.C,
7484: classes/regex.C, classes/response.C, classes/string.C,
7485: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7486: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7487: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7488: include/pa_config_fixed.h, include/pa_config_includes.h,
7489: include/pa_dictionary.h, include/pa_dir.h,
7490: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7491: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7492: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7493: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7494: include/pa_request_charsets.h, include/pa_request_info.h,
7495: include/pa_sapi.h, include/pa_socks.h,
7496: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7497: include/pa_stack.h, include/pa_string.h,
7498: include/pa_stylesheet_connection.h,
7499: include/pa_stylesheet_manager.h, include/pa_table.h,
7500: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7501: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7502: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7503: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7504: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7505: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7506: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7507: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7508: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7509: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7510: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7511: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7512: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7513: main/pa_string.C, main/pa_stylesheet_connection.C,
7514: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7515: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7516: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7517: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7518: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7519: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7520: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7521: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7522: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7523: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7524: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7525: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7526: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7527: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7528: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7529: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7530: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7531: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7532: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7533: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7534: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7535: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7536: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7537: types/pa_vresponse.h, types/pa_vstateless_class.C,
7538: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7539: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7540: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7541: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7542: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7543: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7544: ident now works under Linux + ident displays filenames (closes
7545: issue #818) Copyright updated
7546:
7547: 2012-03-13 moko
7548:
7549: * src/main/pa_string.C: compilation fix for feature #741
7550:
7551: 2012-03-09 misha
7552:
7553: * tests/193.html: - tests for ^string:base64[encoded] are updated
7554:
7555: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7556: now detects invalid base64 chars in the middle of encoded stricg
7557: ( new feature: #55 )
7558:
7559: * src/include/pa_exception.h: - new exception type for base64
7560: decoding is added
7561:
7562: 2012-03-06 misha
7563:
7564: * tests/274.html: - tests for ^date::today[] and
7565: ^date.sql-string[datetime|date|time] are added
7566:
7567: * src/classes/date.C: - constructor ^date::today[] is added ( new
7568: feature: #811 ) - ^date.sql-string[] now can accept one param --
7569: strings "datetime", "date" or "time" - comments tidying up
7570:
7571: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7572: date and time
7573:
7574: 2012-03-03 misha
7575:
7576: * tests/193.html: - tests for
7577: ^string:base64[encoded;$.strict(true)] are added
7578:
7579: * tests/results/auto.p: - try-catch operator is added
7580:
7581: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7582: main/pa_common.C: - $.strict(true|false) option is added to
7583: base64 decode methods ( new feature: #55 )
7584:
7585: * src/main/pa_common.C: - base64 decode memory usage was decreased
7586: ( new feature: #819 )
7587:
7588: 2012-02-28 moko
7589:
7590: * src/classes/hash.C: ident test
7591:
7592: 2012-02-27 misha
7593:
7594: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7595:
7596: 2012-01-08 misha
7597:
7598: * tests/273.html: - tests for ^string.replace[from;to] are added
7599:
7600: * src/: classes/string.C, include/pa_dictionary.h,
7601: main/pa_dictionary.C, main/pa_string.C: -
7602: ^string.replace[from;to] is added ( new feature: #741 ) -
7603: ^string.replace[one subst here] is slightly optimized
7604:
7605: 2011-12-07 misha
7606:
7607: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7608: named table with one empty column ( bugfix: #63 )
7609:
7610: 2011-11-30 misha
7611:
7612: * src/classes/json.C: - it's possible to set user's method for
7613: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7614: #763 )
7615:
7616: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7617:
7618: 2011-11-23 misha
7619:
7620: * src/: classes/curl.C, classes/file.C, classes/image.C,
7621: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7622: types/pa_vfile.h, types/pa_vform.C: - constructor
7623: ^file::create[mode;filename;content[;options]] now accepts binary
7624: mode and file-content - new constructor's format:
7625: ^file::create[string-or-file-content[;$.name[filename]
7626: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7627: feature: #65 )
7628:
7629: * src/: include/pa_request.h, main/pa_request.C: - new method
7630: mime_type_of(const String*) is added
7631:
7632: * src/include/pa_exception.h: - new exception constant
7633: FILE_NAME_MUST_BE_SPECIFIED is added
7634:
7635: * src/classes/table.C: - bug with negative offset transformed into
7636: a feature. it means pointing to a row from the end of the table (
7637: new feature: #810 )
7638:
7639: 2011-11-19 misha
7640:
7641: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7642: â ìåòîäå _select ( new feature: #810 )
7643:
7644: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7645: options were specified together is simplified
7646:
7647: 2011-11-12 misha
7648:
7649: * src/main/pa_request.C: - forgotten fix for escaping filename in
7650: HTTP content-disposition header (a part of bug #361 )
7651:
7652: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7653: checks for ancestors' classes as well ( new feature: #456 )
7654:
7655: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7656: "without cycle" now have types "parser.break" and
7657: "parser.continue" instead of "parser.runtime" ( new feature: #799
7658: )
7659:
7660: 2011-11-11 misha
7661:
7662: * tests/results/: 099.processed, 100.processed, 205.processed,
7663: 237.processed: - since bug #361 was fixed the content of filename
7664: in HTTP headers is quoted
7665:
7666: * tests/results/270.processed: - result for test 270
7667:
7668: * tests/: 065.html, results/065.processed: - more tests for
7669: ^file:basename[] & Co were added
7670:
7671: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7672:
7673: * tests/270.html: - tests for ^file:find[] are added
7674:
7675: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7676: using option $.charset. option $.engoding is still supported but
7677: these options can not be specified together
7678:
7679: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7680: comparation charset name with string "UTF-8" ( bugfix: #759 )
7681:
7682: 2011-10-11 misha
7683:
7684: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7685: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7686: #622)
7687:
7688: 2011-09-30 misha
7689:
7690: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7691: exception "saving stat-ed file" ( bugfix: #395 )
7692:
7693: 2011-05-30 misha
7694:
7695: * src/classes/string.C: - fixed bug which was added with
7696: params.as_hash into string:sql
7697:
7698: 2011-05-29 misha
7699:
7700: * src/types/pa_value.C: - filename in content-disposition header
7701: must be quoted ( bugfix: #361 )
7702:
7703: 2011-05-27 misha
7704:
7705: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7706: created file
7707:
7708: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7709: usage
7710:
7711: * src/include/pa_exception.h: - one more string for exception was
7712: added
7713:
7714: 2011-05-25 misha
7715:
7716: * tests/269.html: - tests for checking input params in some dom
7717: methods
7718:
7719: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7720: was added. it isn't possible not wo create xdoc with invalid
7721: tagName. ( bugfix: #160 )
7722:
7723: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7724: string "data must be string" was mover from pa_exception.h to
7725: pa_xml_exception.h
7726:
7727: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7728: as_xmlncname, as_xmlname and as_xmlnsuri were added
7729:
7730: * src/main/pa_xml_exception.C: - XmlException accepts more options
7731:
7732: * src/include/pa_xml_exception.h: - XmlException accepts more
7733: options - XML-related exception's strings were added
7734:
7735: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7736: output_options were removed)
7737:
7738: 2011-05-19 misha
7739:
7740: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7741: params.as_hash is used more while parsing methods hash-options
7742:
7743: 2011-05-18 misha
7744:
1.211 moko 7745: * operators.ru.txt, operators.txt: - info about json-serialization
7746: of xdoc was added
1.95 moko 7747:
7748: * tests/256.html: - tests for json-serialization xdoc were added
7749:
7750: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7751:
7752: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7753: classes/json.C, classes/xdoc.C: - now json:string can serialize
7754: xdoc-objects. options (the same as ^xdoc.string[]) could be
7755: specified in $.xdoc[] ( new feature: #265 )
7756:
7757: 2011-05-15 misha
7758:
7759: * tests/268.html: - tests for ^table.count[with options] were added
7760:
7761: * src/classes/table.C: - method ^table.count[] now can accept
7762: options ( new feature: #93 ): ^table.count[column] returns number
7763: of columns for named table; ^table.count[cells] returns number of
7764: cells in the current row; ^table.count[] & ^table.count[rows]
7765: return number of rows in a table.
7766:
7767: * tests/267.html: - test for checking switch/case in boolean mode
7768: was added
7769:
7770: * src/classes/op.C: - if switch's or case's value is bool, they are
7771: compared as bool values, not as double values: new feature: #351
7772:
7773: 2011-05-06 misha
7774:
7775: * tests/242.html: - EOL before EOF was added
7776:
7777: * tests/169.html: - tests for splitting empty string and void were
7778: added
7779:
7780: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7781: returned table with one empty cell)
7782:
7783: 2011-04-03 misha
7784:
7785: * src/include/pa_version.h, configure.in: - version in head was
7786: changed to 3.4.2b
7787:
7788: 2011-03-30 misha
7789:
7790: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7791: as well ( new feature #294 )
7792:
7793: 2011-03-29 misha
7794:
7795: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7796: limited to approx. 6 MB. previous limits were too big for real
7797: life. bugfix: #216
7798:
7799: 2011-03-04 moko
7800:
7801: * etc/parser3.charsets/cp866.cfg: Conforms to
7802: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7803:
7804: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7805: vlalek@
7806:
7807: 2011-02-22 misha
7808:
1.211 moko 7809: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7810: methods mustn't be under #ifdef XML or parser can't be compiled
7811: without xml support
1.95 moko 7812:
7813: 2011-02-21 misha
7814:
1.116 moko 7815: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7816: ApacheModuleParser3.vcproj was removed
7817:
7818: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7819: removed)
7820:
7821: 2011-02-20 misha
7822:
7823: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7824: $.overridden in ^reflection:method_info[...] were added
7825:
7826: * src/classes/reflection.C: - beautifying result of
7827: ^reflection:method_info[] ($.overridden/inherited)
7828:
7829: 2011-02-18 misha
7830:
7831: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7832: and pa_isalnum instead of isalpha and isalnum - bug with
7833: redundand quoting lowercased latin chars while building email
7834: body was fixed
7835:
7836: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7837: added (they check for latin chars only)
7838:
7839: 2011-02-16 misha
7840:
7841: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7842: string size for transcoding gave too small value (should ever
7843: look for availability char in dest charset inspite of the char
7844: size)
7845:
7846: 2011-02-04 moko
7847:
7848: * tests/223.html: header values now not url-encoded (issue #195)
7849:
7850: 2011-02-01 misha
7851:
7852: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7853:
7854: 2011-01-31 misha
7855:
7856: * src/main/pa_request.C: - throw exception if param file_name in
7857: use_file is empty
7858:
7859: 2011-01-08 moko
7860:
7861: * src/classes/curl.C: compilations errors fixed
7862:
7863: 2010-12-29 moko
7864:
7865: * tests/: 265.html, results/265.processed: test for issue #200
7866: added
7867:
7868: * src/main/pa_string.C: empty regex result check added (fixes issue
7869: #200)
7870:
7871: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7872:
7873: * tests/results/223.processed: header values now not url-encoded
7874: (issue #195)
7875:
7876: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7877: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7878: pa_http_safe_header_name added for headers names (fixes bug #195)
7879:
7880: 2010-12-18 misha
7881:
7882: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7883: => pa-include
7884:
7885: 2010-11-28 moko
7886:
7887: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7888:
7889: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7890: -> pa
7891:
7892: * configure.in: apr -> pa
7893:
7894: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7895:
7896: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7897: classes/Makefile.am, types/Makefile.am: apr -> pa
7898:
7899: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7900: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7901: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7902: pa-include/pa_apr.h, pa-include/pa_errno.h,
7903: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7904: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7905: module apr name conflict resolved)
7906:
7907: 2010-11-27 misha
7908:
7909: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7910: libbz2
7911:
7912: 2010-11-26 misha
7913:
7914: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7915: warnings removed
7916:
7917: 2010-11-25 moko
7918:
1.211 moko 7919: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 7920:
1.211 moko 7921: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 7922:
1.211 moko 7923: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 7924:
7925: * buildall-with-xml: libxml2-2.7.8 + with-apache
7926:
7927: 2010-11-24 moko
7928:
1.116 moko 7929: * configure: apxs support
1.95 moko 7930:
7931: * configure.in: apxs support -Bstatic gc removed for OS X
7932:
7933: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7934:
7935: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7936: THREAD_LOCAL usage
7937:
7938: * src/: classes/curl.C, include/pa_config_includes.h,
7939: main/pa_globals.C: THREAD_LOCAL defined and used
7940:
7941: 2010-11-23 moko
7942:
7943: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7944: should be passed to pa_sleep, and only fractional part (bugfix:
7945: #188)
7946:
7947: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7948:
7949: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7950: GC_dont_gc=1, as in cgi version
7951:
7952: * src/targets/apache/mod_parser3.c: warning war
7953:
7954: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7955: pa_httpd.h: version removed, some trash removed
7956:
7957: * src/targets/apache/mod_parser3.c: version removed (we don't want
7958: to show it), warning war
7959:
7960: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7961: pa_httpd.h: parser_status_allowed removed + merge config
7962: functions removed (override is the default) + beauty
7963:
7964: * src/: include/pa_request.h, main/pa_request.C,
7965: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7966: hide $status used in apache module removed
7967:
7968: 2010-11-18 moko
7969:
1.211 moko 7970: * operators.ru.txt, operators.txt: $.table[compact] added for
7971: ^json:string[]
1.95 moko 7972:
7973: 2010-11-16 moko
7974:
7975: * src/targets/apache/mod_parser3.c: some cleanup done
7976:
7977: * src/main/untaint.C: bugfix: first, second String::Body argument
7978: is hashcode; second, info.fragment_begin is original, not
7979: resulting length
7980:
7981: * src/classes/file.C: new feature: $.stdin now untainted
7982:
7983: * tests/results/264.processed: new feature: $.stdin[] now untainted
7984:
7985: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7986:
7987: * src/classes/op.C: ^apply-taint[] method added
7988:
7989: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7990: added; $.stdin untaint test added
7991:
7992: 2010-11-15 moko
7993:
7994: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7995: removed
7996:
7997: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7998: pa_httpd.h: 2x2 calculated under apache2. :)
7999:
8000: 2010-11-13 moko
8001:
8002: * src/targets/apache/mod_parser3.c: initial changes to build module
8003: with apache 2.x includes
8004:
8005: * src/targets/apache/: Makefile.am, mod_parser3.c,
8006: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8007: united apache 1.3 / apache 2.x DSO module
8008:
8009: 2010-11-09 moko
8010:
8011: * src/types/pa_method.h: check added to dissallow @method[name;*]
8012: syntax
8013:
8014: * tests/: 263.html, results/263.processed: test from method[*args]
8015: added
8016:
8017: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8018: number of params can now be passed to a method declared with *arg
8019:
8020: 2010-11-06 moko
8021:
8022: * src/classes/table.C: formating fixed. :)
8023:
8024: * src/classes/table.C: closes #4: ^table.select now supports
8025: $.limit(), $.offset, $.reverse() options
8026:
8027: * tests/: 262.html, results/262.processed: test for ^table:select
8028: with options added (feature #4)
8029:
8030: * src/include/pa_array.h: remove function added
8031:
8032: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8033: object in get_element/put_element, using static one.
8034:
8035: 2010-11-04 moko
8036:
8037: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8038: options is passed
8039:
8040: * tests/: 256.html, results/256.processed: $.table[compact] feature
8041: now tested; k and p in handler now tested.
8042:
8043: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8044: $.table[compact] feature added
8045:
8046: * src/classes/json.C: key is now passed to handler in
8047: value_json_string; ^json:string result now process tainting
8048: inside and returns clean string, related to issue #153
8049:
8050: * src/main/untaint.C: bugfix: charset can be null (in
8051: ^string:save[] as example), thus check is added
8052:
8053: 2010-10-31 moko
8054:
8055: * src/classes/string.C: error message changed (fixes issue #149)
8056:
8057: 2010-10-29 moko
8058:
8059: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8060: port is not default (fixes issue #155); exception on invalid port
8061: added.
8062:
8063: * src/main/untaint.C: '*' is now not urlencoded to allow header
8064: "Accept: */*" to be passed
8065:
8066: 2010-10-28 moko
8067:
8068: * src/classes/curl.C: bugfix: detect_charset() was throwing
8069: exception on unknown charset even if response_charset was
8070: specified
8071:
8072: 2010-10-27 moko
8073:
8074: * src/classes/string.C: ^string.append removed for void
8075: compatibility
8076:
8077: 2010-10-26 moko
8078:
8079: * src/classes/json.C: libjson supports array at top level, we too
8080: (GPF fixed)
8081:
8082: 2010-10-25 moko
8083:
8084: * tests/: 253.html, results/253.processed: libjson supports array
8085: at top level, parser now supports it as well.
8086:
8087: * tests/261.html, tests/results/261.processed,
8088: src/types/pa_vstring.h: empty string is now void compatible
8089: (allows $empty.key)
8090:
8091: 2010-10-22 misha
8092:
8093: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8094: while adding additional expires checkout)
8095:
8096: * tests/030.html: - test for session cookie was added
8097:
8098: 2010-10-21 moko
8099:
8100: * src/: classes/string.C, classes/void.C, main/execute.C,
8101: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8102: string (feature #111)
8103:
8104: * tests/: 261.html, results/261.processed: checks void from string
8105: inheritance (feature #111)
8106:
8107: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8108: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8109: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8110: now true by default
8111:
8112: 2010-10-17 moko
8113:
8114: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8115: upload now uses binary blocks instead of L_FILE_POST tainting.
8116: (bugfix: #128)
8117:
8118: * tests/: 223.html, results/223.processed: binary file upload test
8119: added, GPF (issue #128) also checked in this test
8120:
8121: 2010-10-13 misha
8122:
8123: * tests/260.html: - test for math:convert
8124:
8125: * src/classes/math.C: - error in math:convert was fixed
8126:
1.211 moko 8127: * operators.ru.txt, operators.txt: - info about
1.95 moko 8128: ^math:convert[number](from-base;to-base) was added
8129:
8130: * src/classes/math.C: - method
8131: ^math:convert[number](from-base;to-base) for converting number
8132: represention from one base to another was added ( new feature:
8133: #23 )
8134:
8135: 2010-10-13 moko
8136:
8137: * src/main/compile.tab.C: [] now is empty string, not void
8138:
8139: * src/main/compile.y: [] now is empty string, not void
8140:
8141: * src/types/pa_vvoid.h: void now passed as parameter
8142:
8143: * tests/: 259.html, results/259.processed: to test difference
8144: between void and empty string (see ticket #111)
8145:
8146: * tests/results/152.processed: $sEmpty[] is now empty string, not
8147: void
8148:
8149: * tests/256.html: $s[$void] is no longer empty string
8150:
8151: * tests/254.html: empty string is no longer void
8152:
8153: 2010-10-12 misha
8154:
8155: * src/types/pa_vcookie.C: - check if $.expires value can be
8156: converted to date during cookies set up ( bugfix: #104 )
8157:
8158: * tests/041.html: - more tests for ^table.locate were added
8159:
8160: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8161: work ( bugfix: #129 ) - exception comment for incorrect options
8162: ^table.locate[field;value;options] was fixed
8163:
8164: 2010-10-10 moko
8165:
8166: * src/: classes/reflection.C, main/execute.C: constructor returning
8167: another object feature returned
8168:
8169: * tests/results/258.processed: test result updated as constructor
8170: returning another object feature returned
8171:
8172: * tests/: 258.html, results/258.processed: test for constructor
8173: returning another object
8174:
8175: 2010-10-08 misha
8176:
8177: * tests/257.html: - whitespaces after @METACOMMANDS and their
8178: options shouldn't cause exceptions any longer
8179:
8180: 2010-10-06 moko
8181:
8182: * src/classes/: hash.C, table.C: length from sql server is now
8183: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8184:
8185: 2010-10-02 misha
8186:
1.211 moko 8187: * operators.ru.txt, operators.txt: - the X mark was removed from
8188: ^cache[file]. it is usable to delete cache file.
1.95 moko 8189:
8190: 2010-10-02 moko
8191:
8192: * tests/: 253.html, results/253.processed: hook_key added for key
8193: checking
8194:
8195: * src/classes/json.C: null key bug fixed
8196:
8197: 2010-09-29 misha
8198:
8199: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8200:
8201: 2010-09-25 moko
8202:
8203: * src/classes/json.C: small fixed
8204:
8205: * tests/results/: 253.processed, 255.processed: just updated
8206:
8207: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8208: results/255.processed: charset transcode test added for
8209: json:parse
8210:
8211: 2010-09-24 moko
8212:
8213: * src/types/pa_value.h: warning war :)
8214:
8215: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8216: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8217: ^json:string
8218:
8219: 2010-09-22 moko
8220:
8221: * src/main/pa_charset.C: parser charset tables declare only
8222: white-space before 0x20, thus adding the missing chars
8223:
8224: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8225: to http://unicode.org/Public/MAPPINGS/VENDORS/
8226:
8227: 2010-09-21 misha
8228:
8229: * src/main/compile.y: - some semicolons were added (VS2010 don't
8230: want to compile grammar if they are absent)
8231:
8232: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8233:
8234: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8235:
8236: * src/main/main.vcproj: - path to bison is changed
8237:
8238: 2010-09-21 moko
8239:
1.116 moko 8240: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8241: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8242: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8243:
8244: 2010-09-20 misha
8245:
8246: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8247:
8248: * src/classes/json.C: - add EOL while json-serializing hash
8249:
8250: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8251: compilers don't like 'ES'.
8252:
8253: 2010-09-17 misha
8254:
1.211 moko 8255: * operators.ru.txt, operators.txt: - info about json class was
8256: added
1.95 moko 8257:
8258: * src/classes/json.C: - ^json:string[object]
8259:
8260: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8261: preventing infinite recursion while executing json:string was
8262: added
8263:
8264: * src/include/pa_string.h: - method append_quoted was added
8265:
8266: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8267: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8268: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8269: was added to Value & Co
8270:
8271: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8272: were used
8273:
8274: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8275: were added
8276:
8277: 2010-09-10 moko
8278:
8279: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8280: die_or_abort (backport from 3.4.1)
8281:
8282: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8283: die_or_abort (bugfix: #106)
8284:
8285: 2010-09-09 moko
8286:
8287: * src/classes/json.C: warning war. :)
8288:
8289: 2010-09-08 misha
8290:
8291: * src/lib/json/Makefile.am: - additional include directories were
8292: added (for pa_memory.h and gc.h)
8293:
8294: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8295: compile as C++ instead default - additional include directory was
8296: added (for gc.h)
8297:
8298: * src/types/pa_vform.C: - little code reformating
8299:
8300: * src/classes/file.C: - $.content-type option now can be specified
8301: in ^file::create ( new feature: #102 )
8302:
8303: 2010-09-08 moko
8304:
8305: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8306: pa_malloc/pa_free
8307:
8308: 2010-09-07 moko
8309:
8310: * tests/results/254.processed: VStateless_class:put_element
8311: exception was fixed
8312:
8313: * src/types/: pa_value.h, pa_vstateless_class.h: now
8314: VStateless_class:put_element barks self.type, not this.type
8315: (bugfix: #105)
8316:
8317: 2010-09-06 moko
8318:
8319: * src/classes/reflection.C: bugfix: new String() is required for
8320: exception handling
8321:
8322: * tests/: 254.html, results/254.processed: test modified
8323:
8324: 2010-09-05 moko
8325:
8326: * tests/: 254.html, results/254.processed: ^reflection:copy test
8327: added
8328:
8329: * src/: classes/reflection.C, include/pa_request.h:
8330: ^reflection:copy implemented (new feature: #100)
8331:
8332: 2010-09-03 moko
8333:
8334: * src/lib/json/JSON_parser.C: c++ compatiblity
8335:
8336: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8337: option testing added
8338:
8339: 2010-09-02 moko
8340:
8341: * src/classes/json.C: $.distinct[first|last|all] added
8342:
8343: 2010-09-01 moko
8344:
8345: * tests/results/253.processed: json test result
8346:
8347: * tests/: 253.html, 253_json.txt: json test added
8348:
8349: * src/classes/json.C: json.C update to actual version + hash key
8350: creation bugfix
8351:
8352: 2010-08-31 misha
8353:
8354: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8355: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8356: src/lib/Makefile.am, src/classes/Makefile.am,
8357: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8358: json library was added
8359:
8360: 2010-08-30 moko
8361:
8362: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8363: types/pa_vobject.C: cosmetic optimization in
8364: request:execute_method usage
8365:
8366: * src/: include/pa_charset.h, main/pa_charset.C: small
8367: optimization, just to decrease number of lines. :)
8368:
8369: 2010-08-27 misha
8370:
8371: * src/classes/op.C: - taint[json] was added
8372:
8373: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8374: were added
8375:
8376: * src/main/pa_exec.C: - warning fix was rolled back.
8377:
8378: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8379: include/pa_string.h: - taint[json] was added - escaping was
8380: slightly modified
8381:
8382: 2010-08-25 misha
8383:
8384: * src/classes/file.C: - typo in file:sql exception was fixed
8385:
8386: * src/main/pa_exec.C: - warning about declared and not used
8387: variable forced_allow was removed
8388:
8389: 2010-08-14 misha
8390:
8391: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8392: were removed
8393:
8394: 2010-08-11 moko
8395:
8396: * tests/: 249.html, results/249.processed: default setter and
8397: anti-recursive default getter test added
8398:
8399: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8400: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8401: types/pa_vobject.h, types/pa_vstateless_class.C,
8402: types/pa_vstateless_class.h: default setter support +
8403: anti-recursive default getter support ( new feature: #13 )
8404:
8405: * src/include/pa_hash.h: optimization: threshold member removed
8406: from hash, reducing sizeof(hash)
8407:
8408: 2010-08-10 misha
8409:
8410: * tests/196.html: - junction-method was added to the test
8411:
8412: * tests/248.html: - ups. typo :)
8413:
8414: * tests/248.html: - test for checking .match with 4 params
8415:
8416: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8417: 247_windows1251.txt: - test for "transcode file from utf-8 to
8418: $request:charset during loading if the BOM code is detected"
8419:
8420: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8421: $request:charset during loading if the BOM code is detected ( new
8422: feature: #98 )
8423:
8424: 2010-08-05 misha
8425:
8426: * src/classes/image.C: - ^image.replace now can accept only 2
8427: params. in this case the whole image is affected ( new feature:
8428: #95 )
8429:
8430: 2010-08-04 misha
8431:
8432: * tests/246.html: - test tor ^hash._at[] was added
8433:
8434: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8435: #53 )
8436:
8437: * src/include/pa_hash.h: - methods for accessing the first and the
8438: last values of ordered hash were added (first_value and
8439: last_value)
8440:
8441: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8442: (similar to others file's methods):
8443: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8444: #68 )
8445:
8446: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8447:
8448: 2010-08-01 moko
8449:
8450: * src/classes/op.C: to correctly process $result[] in code, called
8451: from ^process
8452:
8453: * tests/245.html: $result in ^process[] test added
8454:
8455: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8456: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8457: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8458: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8459: caller, self) op_call(VMethodFrame &frame, bool constructing)
8460: removed, construct(class,method) added
8461:
8462: * tests/results/: 192.processed, 244.processed: request::construct
8463: added
8464:
8465: * tests/: 244.html, 245.html, results/244.processed,
8466: results/245.processed: object creation exceptions and ^process
8467: tests added
8468:
8469: 2010-07-28 misha
8470:
8471: * tests/make_tests.cmd: - win32 EOLs
8472:
8473: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8474: tests on Win32 were added (The system timezone should be GMT+3)
8475:
8476: 2010-07-26 misha
8477:
8478: * tests/: 212.html, results/212.processed: - sizes were removed
8479: mecause they could be different on different OSs
8480:
8481: * tests/065.html: - make it "win32 friendly"
8482:
8483: 2010-07-25 misha
8484:
8485: * src/main/compile.y: - all EOLs between methods are removed during
8486: compilation ( new feature: #47 )
8487:
8488: * tests/results/149.processed: - prepare tests to trim trailing
8489: methods' EOLs
8490:
8491: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8492:
8493: * tests/: results/006.processed, results/014.processed, 006.html,
8494: 014.html, 022.html: - prepare tests to trim trailing methods'
8495: EOLs
8496:
8497: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8498: results/071.processed, results/022.processed: - prepare tests to
8499: trim trailing methods' EOLs
8500:
8501: * tests/: results/073.processed, results/109.processed,
8502: results/142.processed, results/144.processed,
8503: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8504: 144.html: - prepare tests to trim trailing methods' EOLs
8505:
8506: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8507: 149.html, 152.html, results/096.processed, results/107.processed,
8508: results/109.processed, results/142.processed,
8509: results/144.processed: - prepare tests to trim trailing methods'
8510: EOLs
8511:
8512: 2010-07-24 moko
8513:
8514: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8515: the hash order in this test
8516:
8517: * tests/014.html: to check hash order, hash no is longer sorted
8518: before print
8519:
8520: * src/include/pa_hash.h: hash copy constructor now keeps order
8521: (bugfix: #54)
8522:
8523: 2010-07-23 moko
8524:
8525: * tests/results/224.processed: @auto[] is no longer inherited
8526:
8527: * src/types/pa_vstateless_class.C, tests/227.html,
8528: tests/results/227.processed: @auto[] is no longer inherited
8529: (bugfix: #57)
8530:
8531: 2010-07-22 misha
8532:
8533: * src/classes/table.C: - don't skip comment lines during
8534: table::load if encloser or separator is set as '#' ( new feature:
8535: #30 )
8536:
8537: * src/targets/cgi/parser3.C: - don't run as cgi if
8538: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8539: #12 )
8540:
8541: * src/classes/file.C: - set PARSER_VARSION env before external
8542: script executing
8543:
8544: 2010-07-13 misha
8545:
8546: * tests/058.html: - test for suppressing @border was added - test
8547: for user attribute was added
8548:
8549: * tests/results/186.processed: unescaping from \uXXXX
8550:
8551: * tests/186.html: unescaping from \uXXXX
8552:
8553: * tests/: 239.html, results/239.processed: method call type
8554:
8555: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8556: $junction_method.CLASS_NAME (+CLASS)
8557:
8558: 2010-07-07 misha
8559:
8560: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8561: *nix
8562:
8563: 2010-07-05 misha
8564:
8565: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8566: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8567: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8568: comment strings "options must be hash", "options must be hash,
8569: not code" and "called with invalid option" were replaced by
8570: constatns - exception comment string "invalid option passed" was
8571: replaced by "called with invalid option" (now in different
8572: methods are the same exception comment string)
8573:
8574: * src/include/pa_exception.h: - more exception strings were defined
8575:
8576: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8577: types/pa_vstateless_class.h: - now we can define possible
8578: method's call type ( new feature: #5 ) 1.
8579: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8580: methods 2. @static:method[params] (only static keyword could be
8581: used here) -- for specified methods
8582:
8583: * src/main/pa_common.C: - junction points should not be deleted on
8584: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8585: cleanup
8586:
8587: 2010-07-03 misha
8588:
8589: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8590: results/158.processed, results/160.processed,
8591: results/161.processed, results/162.processed,
8592: results/163.processed: - prepare tests to trim trailing methods'
8593: EOLs
8594:
8595: * tests/results/169.processed: - prepare tests to trim trailing
8596: methods' EOLs
8597:
8598: * tests/results/: 168.processed, 169.processed: - prepare tests to
8599: trim trailing methods' EOLs
8600:
8601: * tests/: results/170.processed, results/167.processed,
8602: results/168.processed, results/169.processed, 167.html, 168.html,
8603: 169.html: - prepare tests to trim trailing methods' EOLs
8604:
8605: * tests/: results/170.processed, results/171.processed,
8606: results/172.processed, results/173.processed,
8607: results/174.processed, results/175.processed, 170.html, 171.html,
8608: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8609: trailing methods' EOLs
8610:
8611: * tests/: results/176.processed, results/180.processed,
8612: results/184.processed, results/185.processed,
8613: results/191.processed, results/192.processed,
8614: results/196.processed, results/197.processed,
8615: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8616: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8617: to trim trailing methods' EOLs
8618:
8619: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8620: results/199.processed, results/208.processed,
8621: results/209.processed, results/213.processed,
8622: results/214.processed: - prepare tests to trim trailing methods'
8623: EOLs
8624:
8625: 2010-06-29 misha
8626:
8627: * tests/: 220.html, 218.html, results/218.processed,
8628: results/215.processed, results/217.processed, 215.html, 217.html:
8629: - prepare tests to trim trailing methods' EOLs
8630:
8631: * tests/: results/224.processed, 224.html, 223.html,
8632: results/223.processed, results/220.processed: - prepare tests to
8633: trim trailing methods' EOLs
8634:
8635: * tests/results/: 226.processed, 230.processed: - prepare tests to
8636: trim trailing methods' EOLs
8637:
8638: * tests/: 229.html, results/229.processed: - prepare tests to trim
8639: trailing methods' EOLs
8640:
8641: * tests/: 232.html, 235.html, results/232.processed,
8642: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8643: results/226.processed, results/227.processed,
8644: results/228.processed, results/230.processed: - prepare tests to
8645: trim trailing methods' EOLs
8646:
8647: 2010-06-16 moko
8648:
8649: * tests/: 229.html, results/229.processed: elseif now supported in
8650: ^if
8651:
8652: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8653:
8654: 2010-06-03 misha
8655:
8656: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8657: instead of memcopy for overlaped regions
8658:
8659: 2010-05-25 misha
8660:
8661: * src/main/pa_common.C: - wanring about unused vars was removed
8662:
8663: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8664: get_method_filename was moved to execute.C
8665:
8666: 2010-05-23 misha
8667:
8668: * src/main/pa_request.C: - more accurate detection of method's file
8669:
8670: 2010-05-22 misha
8671:
8672: * src/classes/reflection.C: - bugfix: core during detection of
8673: .file if filespec isn't detected successfully
8674:
8675: 2010-05-20 misha
8676:
8677: * src/main/pa_request.C: - fix in get_method_filename
8678:
8679: * src/include/pa_request.h: - new feature: #24 -- searching
8680: included file in @USE/^use is changed. if its filespec doesn't
8681: start from '/' it will be searched in caller file directory
8682:
8683: * src/classes/reflection.C: - ^reflection:method_info returns file
8684: where the method is defined
8685:
8686: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8687: classes/op.C: - new feature: #24 -- searching included file in
8688: @USE/^use is changed. if its filespec doesn't start from '/' it
8689: will be searched in caller file directory
8690:
8691: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8692: is moved to pa_common.h
8693:
8694: 2010-05-18 misha
8695:
8696: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8697: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8698: cookie parser decode \uXXXX as well as %uXXXX
8699:
8700: 2010-05-17 misha
8701:
8702: * src/classes/curl.C: beauty: - unused param is removed in method
8703: _curl_version_action - some spaces were removed or replaced by
8704: tabs
8705:
8706: * src/classes/table.C: - bugfix: #72 core with empty value during
8707: ^table.hash[...;name_of_the_last_column][$.type[string]]
8708:
8709: 2010-05-16 misha
8710:
8711: * src/classes/curl.C: new: #61 more curl options were added
8712: (contributed by Sumo)
8713:
8714: 2010-04-29 pretender
8715:
8716: * src/main/pa_string.C: fixes #63 Split result from empty string
8717: now empty string.
8718:
8719: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8720: string type.
8721:
8722: 2010-04-28 pretender
8723:
8724: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8725: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8726: macrodefinition removed
8727:
8728: 2010-04-19 pretender
8729:
8730: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8731: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8732:
8733: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8734: fixes #64 Now file.missing exception generates in unsafe mode to.
8735:
8736: * src/classes/file.C: fixes #48 Now not throw "not save environment
8737: variable" exception in grpunlim version.
8738:
8739: 2010-04-05 misha
8740:
8741: * src/classes/string.C: - new feature: 4th param was added to
8742: match. if specified its value is returned in case of nothing was
8743: found
8744:
8745: 2010-04-01 misha
8746:
8747: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8748: multiple execution of /a/b/auto.p
8749:
8750: 2010-03-19 misha
8751:
8752: * src/main/execute.C: - core in $table1.$table2 was fixed
8753:
8754: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8755:
8756: 2010-01-27 misha
8757:
8758: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8759: trying to open file by path /existing-file/non-exixting-file
8760:
8761: 2010-01-26 misha
8762:
8763: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8764: was added (returns file)
8765:
8766: 2009-12-22 misha
8767:
8768: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8769: now parser doesn't have class curl if it was built without it
8770:
8771: 2009-12-15 misha
8772:
8773: * configure.in: - little cheat with curl include dir was added
8774:
8775: 2009-12-05 misha
8776:
8777: * src/classes/curl.C: - some fixes
8778:
8779: 2009-12-04 misha
8780:
8781: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8782: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8783: buildall-with-xml, buildall-without-xml, configure.in: - curl
8784: class was added
8785:
8786: * src/include/pa_hash.h: - hash-iterator was added
8787:
8788: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8789: was added to pcre
8790:
8791: 2009-11-27 misha
8792:
8793: * src/classes/image.C: - don't add @border attribute to output of
8794: ^image.html[] if it was specified by user with empty value
8795:
8796: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8797: root element and we are trying to access .documentElement
8798:
8799: 2009-11-11 misha
8800:
8801: * src/classes/table.C: - in ^table.flip[] look at number of columns
8802: instead of number of items in first row for named tables
8803:
8804: 2009-11-10 misha
8805:
1.211 moko 8806: * operators.ru.txt, operators.txt: - info about hash-options in
8807: ^file::create was added
1.95 moko 8808:
8809: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8810: added
8811:
8812: 2009-11-09 misha
8813:
8814: * buildall-with-xml: - moving to libxml 2.7.6
8815:
8816: * tests/236.html: - tests for comparations cords with functions
8817: were added
8818:
8819: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8820: added
8821:
8822: * src/main/pa_http.C: - little optimisation
8823:
8824: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8825: GPF mallocs + stringstream (table.save)
8826:
8827: * src/classes/file.C: - file::create now accepts 4th param: options
8828: with $.charset
8829:
8830: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8831: bug in cord (comparation cords with functions was buggy)
8832:
8833: 2009-11-06 misha
8834:
8835: * src/main/pa_string.C: - bugfix: calculation string.length
8836: sometimes was buggy
8837:
8838: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8839: destroyed if exception occured during match/replace
8840:
8841: * src/: main/pa_charset.C, include/pa_charset.h: - method
8842: lengthUTF8Char was added
8843:
8844: * src/classes/op.C: - clean tainting lang was added for user's
8845: usage
8846:
8847: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8848: fixed: checkouts are required after GC_MALLOC
8849:
8850: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8851:
1.211 moko 8852: * operators.ru.txt, operators.txt: - actually, there is no
8853: ^untaint[xml] in file::create
1.95 moko 8854:
8855: 2009-10-15 misha
8856:
8857: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8858: were added
8859:
8860: * tests/234.html: - more tests for checking ^taint[uri] escaping
8861: were added
8862:
8863: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8864: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8865: hacking: for dealing with transcoding+^taint[uri]
8866: transcode_and_untaint was replaced by untaint_and_transcode
8867:
8868: 2009-10-13 misha
8869:
8870: * tests/: 121.html, results/121.processed: - test transcoding +
8871: url-escaping now
8872:
8873: * tests/results/auto.p: - more helpers' methods were added
8874:
8875: * src/main/pa_globals.C: - die instead of abort
8876:
8877: 2009-10-06 misha
8878:
8879: * src/main/pa_common.C: - don't allocate memory during
8880: capitalization if input string is already capitalized
8881:
8882: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8883:
8884: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8885: use format function because it calls malloc
8886:
8887: * src/include/pa_common.h: - more capitalized headers were added
8888:
8889: * src/main/pa_common.C: - in safe mode clear executable bits during
8890: file writing
8891:
8892: 2009-10-05 misha
8893:
8894: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8895:
8896: 2009-10-03 misha
8897:
8898: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8899: ^img.text[] & ^img.length[] can work in utf-8 now
8900:
8901: * src/: include/pa_charset.h, main/pa_charset.C: - class
8902: UTF8_string_iterator was added
8903:
8904: * src/classes/image.C: - respect utf-8 when calculate alphabet
8905: length
8906:
8907: * src/classes/mail.C: - check from before get message.cstr
8908:
8909: 2009-10-02 misha
8910:
8911: * tests/233.html: - test for image.font, image.length, image.text
8912: with text in utf-8 were added
8913:
8914: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8915:
8916: * buildall-with-xml, buildall-without-xml: - comment about gc
8917: version for freebsd 4 was added
8918:
8919: 2009-10-01 misha
8920:
8921: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8922: terminator) - read_pipe were slightly optimized
8923:
8924: 2009-09-28 misha
8925:
8926: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8927: removed
8928:
8929: * src/types/pa_vmail.C: - forgot about space after ':'
8930:
8931: * src/types/pa_vmail.C: - escape filenames while preparing mail
8932: body - small simplifications
8933:
8934: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8935: inout params like pa_base64
8936:
8937: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8938: option $.debug-print(1) was added to mail:send - changes for
8939: using uue_encode which uses less memory
8940:
8941: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8942:
8943: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8944: memory now
8945:
8946: 2009-09-26 misha
8947:
8948: * src/types/pa_vmail.C: - default encoding now is base64
8949:
8950: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8951:
8952: 2009-09-25 misha
8953:
8954: * src/types/pa_vmail.C: - capitalization of headers was added to
8955: sending mail as well
8956:
8957: * buildall-with-xml: - catalog package was removed from libxml
8958:
8959: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8960: win32 absolute path
8961:
8962: * src/include/pa_common.h: - one more capitalized header was added
8963:
8964: 2009-09-22 misha
8965:
8966: * INSTALL: - comment about building just httpd binary while
8967: building apache module was added
8968:
8969: 2009-09-21 misha
8970:
8971: * buildall-with-xml: - moving to the latest versions of xml libs:
8972: libxml 2.7.4 and libxslt 1.1.25
8973:
8974: 2009-09-19 misha
8975:
8976: * tests/231.html: - test for encoding cookie in win-1251
8977:
8978: 2009-09-18 misha
8979:
8980: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8981: object] were added
8982:
1.211 moko 8983: * operators.ru.txt, operators.txt: - info about method
8984: ^reflection:fields[class or object] was added
1.95 moko 8985:
8986: * src/classes/reflection.C: - method ^reflection:fields[class or
8987: object] was added
8988:
8989: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8990: methods get_fields were added
8991:
8992: * tests/232.html: - tests for @GET[name]
8993:
8994: * src/classes/table.C: - some changes in handling hash-options for
8995: creare, join and locate
8996:
8997: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8998: defined with option: the type of requested value
8999:
9000: 2009-09-17 misha
9001:
9002: * tests/212.html: - tests for .pattern and .options were added
9003:
9004: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9005: $regex.options were added
9006:
9007: 2009-09-11 misha
9008:
9009: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9010: rewrited. it checks not just one case of sending cookies during
9011: file::load[http], but also sending headers and fields (including
9012: files)
9013:
9014: 2009-09-10 misha
9015:
9016: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9017: was removed => now parser can open files with Russian 'r' in
9018: filename
9019:
9020: * src/main/untaint.C: - bugfix: client charset whould be analized
9021: while escaping cookies but now source charset
9022:
9023: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9024: ^tainted[uri] so it was possible to make request with incorrect
9025: http header
9026:
9027: * src/main/pa_http.C: - capitalization of http headers during
9028: file::load[http was slightly changes - bugfix: all headers which
9029: parser sends during file::load[http should be transcoded and only
9030: then escaped
9031:
9032: * src/main/untaint.C: - a bit more comments were added
9033:
9034: * src/classes/: file.C, string.C: - types where changes (minus 2
9035: warnings)
9036:
9037: * src/include/pa_common.h: - 2 capitalized strings for making http
9038: headers during file::load[http were added
9039:
9040: 2009-09-08 misha
9041:
1.211 moko 9042: * operators.ru.txt, operators.txt: - changes in file.save and
9043: string.save were added
1.95 moko 9044:
9045: * tests/: 230.html, 230.txt: - tests for checking options in
9046: file.save and string.save were added
9047:
9048: * src/main/pa_request.C: - http headers names, which are passed to
9049: SAPI::add_header_attribute are lowercased now (it'll be
9050: capitalized in that method)
9051:
9052: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9053: classes/string.C: - file_write accepts Request_charsets and asked
9054: charset and cound transcode content before writing - string.save
9055: and file.save have option $.charset now
9056:
9057: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9058: classes/xdoc.C: - file_write accepts Request_charsets and asked
9059: charset and cound transcode content before writing
9060:
9061: * src/include/pa_exception.h: - new exception comment string was
9062: defined
9063:
9064: 2009-09-07 misha
9065:
9066: * src/main/compile.y: - grammar $name\ name stops now for regex
9067: sub-pattern\s
9068:
9069: 2009-09-04 misha
9070:
9071: * src/main/pa_http.C: - capitalization of http headers during
9072: file::load[http was implemented
9073:
9074: 2009-09-03 misha
9075:
9076: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9077: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9078: types/pa_vmail.C, targets/cgi/parser3.C,
9079: targets/isapi/parser3isapi.C: - back to storing response http
9080: headers in lowercase - capitalize them during output
9081:
9082: 2009-08-31 misha
9083:
9084: * src/classes/table.C: - allow call with any brackets (it could be
9085: useful in methods with explict result declaration)
9086:
9087: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9088: correctly if $request:charset==koi8-r
9089:
9090: 2009-08-30 misha
9091:
9092: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9093: changed: content-type => Content-type and so on
9094:
9095: * src/classes/file.C, src/include/pa_common.h,
9096: src/include/pa_request.h, src/main/pa_http.C,
9097: src/main/pa_request.C, src/types/pa_vcookie.C,
9098: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9099: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9100: tests/results/002.processed, tests/results/003.processed,
9101: tests/results/004.processed, tests/results/005.processed,
9102: tests/results/006.processed, tests/results/007.processed,
9103: tests/results/008.processed, tests/results/009.processed,
9104: tests/results/010.processed, tests/results/011.processed,
9105: tests/results/012.processed, tests/results/013.processed,
9106: tests/results/014.processed, tests/results/015.processed,
9107: tests/results/016.processed, tests/results/017.processed,
9108: tests/results/018.processed, tests/results/019.processed,
9109: tests/results/020.processed, tests/results/021.processed,
9110: tests/results/022.processed, tests/results/023.processed,
9111: tests/results/024.processed, tests/results/025.processed,
9112: tests/results/026.processed, tests/results/027.processed,
9113: tests/results/028.processed, tests/results/029.processed,
9114: tests/results/030.processed, tests/results/031.processed,
9115: tests/results/032.processed, tests/results/033.processed,
9116: tests/results/034.processed, tests/results/035.processed,
9117: tests/results/036.processed, tests/results/037.processed,
9118: tests/results/038.processed, tests/results/039.processed,
9119: tests/results/040.processed, tests/results/041.processed,
9120: tests/results/042.processed, tests/results/043.processed,
9121: tests/results/044.processed, tests/results/045.processed,
9122: tests/results/046.processed, tests/results/047.processed,
9123: tests/results/048.processed, tests/results/049.processed,
9124: tests/results/050.processed, tests/results/051.processed,
9125: tests/results/052.processed, tests/results/053.processed,
9126: tests/results/054.processed, tests/results/055.processed,
9127: tests/results/056.processed, tests/results/057.processed,
9128: tests/results/058.processed, tests/results/059.processed,
9129: tests/results/060.processed, tests/results/061.processed,
9130: tests/results/062.processed, tests/results/063.processed,
9131: tests/results/064.processed, tests/results/065.processed,
9132: tests/results/066.processed, tests/results/067.processed,
9133: tests/results/068.processed, tests/results/069.processed,
9134: tests/results/070.processed, tests/results/071.processed,
9135: tests/results/072.processed, tests/results/073.processed,
9136: tests/results/074.processed, tests/results/075.processed,
9137: tests/results/076.processed, tests/results/077.processed,
9138: tests/results/078.processed, tests/results/079.processed,
9139: tests/results/080.processed, tests/results/081.processed,
9140: tests/results/082.processed, tests/results/083.processed,
9141: tests/results/084.processed, tests/results/085.processed,
9142: tests/results/086.processed, tests/results/087.processed,
9143: tests/results/088.processed, tests/results/089.processed,
9144: tests/results/090.processed, tests/results/091.processed,
9145: tests/results/092.processed, tests/results/093.processed,
9146: tests/results/094.processed, tests/results/095.processed,
9147: tests/results/096.processed, tests/results/097.processed,
9148: tests/results/098.processed, tests/results/099.processed,
9149: tests/results/100.processed, tests/results/101.processed,
9150: tests/results/102.processed, tests/results/103.processed,
9151: tests/results/104.processed, tests/results/105.processed,
9152: tests/results/106.processed, tests/results/107.processed,
9153: tests/results/108.processed, tests/results/109.processed,
9154: tests/results/110.processed, tests/results/111.processed,
9155: tests/results/112.processed, tests/results/113.processed,
9156: tests/results/114.processed, tests/results/115.processed,
9157: tests/results/116.processed, tests/results/117.processed,
9158: tests/results/118.processed, tests/results/119.processed,
9159: tests/results/120.processed, tests/results/121.processed,
9160: tests/results/122.processed, tests/results/123.processed,
9161: tests/results/124.processed, tests/results/125.processed,
9162: tests/results/126.processed, tests/results/127.processed,
9163: tests/results/128.processed, tests/results/129.processed,
9164: tests/results/130.processed, tests/results/131.processed,
9165: tests/results/132.processed, tests/results/133.processed,
9166: tests/results/134.processed, tests/results/135.processed,
9167: tests/results/136.processed, tests/results/138.processed,
9168: tests/results/139.processed, tests/results/140.processed,
9169: tests/results/141.processed, tests/results/142.processed,
9170: tests/results/143.processed, tests/results/144.processed,
9171: tests/results/145.processed, tests/results/146.processed,
9172: tests/results/147.processed, tests/results/148.processed,
9173: tests/results/149.processed, tests/results/150.processed,
9174: tests/results/151.processed, tests/results/152.processed,
9175: tests/results/153.processed, tests/results/154.processed,
9176: tests/results/155.processed, tests/results/156.processed,
9177: tests/results/157.processed, tests/results/158.processed,
9178: tests/results/159.processed, tests/results/160.processed,
9179: tests/results/161.processed, tests/results/162.processed,
9180: tests/results/163.processed, tests/results/164.processed,
9181: tests/results/165.processed, tests/results/166.processed,
9182: tests/results/167.processed, tests/results/168.processed,
9183: tests/results/169.processed, tests/results/170.processed,
9184: tests/results/171.processed, tests/results/172.processed,
9185: tests/results/173.processed, tests/results/174.processed,
9186: tests/results/175.processed, tests/results/176.processed,
9187: tests/results/177.processed, tests/results/178.processed,
9188: tests/results/179.processed, tests/results/180.processed,
9189: tests/results/181.processed, tests/results/182.processed,
9190: tests/results/183.processed, tests/results/184.processed,
9191: tests/results/185.processed, tests/results/186.processed,
9192: tests/results/187.processed, tests/results/188.processed,
9193: tests/results/189.processed, tests/results/190.processed,
9194: tests/results/191.processed, tests/results/192.processed,
9195: tests/results/193.processed, tests/results/194.processed,
9196: tests/results/195.processed, tests/results/196.processed,
9197: tests/results/197.processed, tests/results/198.processed,
9198: tests/results/199.processed, tests/results/200.processed,
9199: tests/results/201.processed, tests/results/202.processed,
9200: tests/results/203.processed, tests/results/204.processed,
9201: tests/results/205.processed, tests/results/206.processed,
9202: tests/results/207.processed, tests/results/208.processed,
9203: tests/results/209.processed, tests/results/210.processed,
9204: tests/results/211.processed, tests/results/212.processed,
9205: tests/results/213.processed, tests/results/214.processed,
9206: tests/results/215.processed, tests/results/216.processed,
9207: tests/results/217.processed, tests/results/218.processed,
9208: tests/results/219.processed, tests/results/220.processed,
9209: tests/results/221.processed, tests/results/222.processed,
9210: tests/results/223.processed, tests/results/224.processed,
9211: tests/results/225.processed, tests/results/226.processed,
9212: tests/results/227.processed, tests/results/228.processed,
9213: tests/results/229.processed: - http headers were changed:
9214: content-type => Content-type and so on
9215:
9216: 2009-08-27 misha
9217:
9218: * src/: main/pa_random.C, include/pa_random.h,
9219: targets/cgi/parser3.C: - year was updated :)
9220:
9221: 2009-08-26 misha
9222:
9223: * tests/: 224.html, 224.p: - test for creating of parser object
9224: using constructor without params - little bugfix in test
9225:
9226: * src/main/compile_tools.h: - bugfix: should't call autouse while
9227: checking existed class while processing partial option
9228:
9229: * src/classes/reflection.C: - bugfix: core when creating object
9230: with reflection and constructor doesn't have params
9231:
9232: 2009-08-24 misha
9233:
9234: * tests/229.html: - tests for checking the number of parameters
9235: were added
9236:
9237: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9238: number of method's parameters wasn't checked correctly (the bug
9239: was introduced in 3.4.0)
9240:
9241: 2009-08-22 misha
9242:
9243: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9244: transcoded, but tainted pieces are escaped only when
9245: content-type==url-encoding
9246:
9247: * tests/228.html: - test for checking
9248: ^file::load[http://...;$.body[]]
9249:
9250: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9251: post charset was too early (charsets is empty at this moment)
9252:
9253: 2009-08-21 misha
9254:
9255: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9256: main/untaint.C: - some fixes with transcode+untaint
9257:
9258: 2009-08-15 misha
9259:
9260: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9261: was increaced to 100 (was 50)
9262:
9263: * tests/227.html: - test for checking overriding properties in
9264: static classes was added
9265:
9266: * tests/: 226.html, 226.p: - test for @autoload[] was added
9267:
9268: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9269: main/execute.C, main/pa_request.C, classes/reflection.C: -
9270: autouse was implemented
9271:
9272: 2009-08-14 misha
9273:
9274: * src/classes/reflection.C: - outdated checkout was removed
9275:
9276: * src/classes/reflection.C: - optimization - method ^dynamical was
9277: added.
9278:
9279: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9280: types/pa_vstateless_class.h, main/execute.C: - optimization
9281:
9282: * src/types/pa_vclass.C: - exception if base on sytem class
9283:
9284: 2009-08-12 misha
9285:
9286: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9287: pa_vstateless_class.h: - little optimisation
9288:
9289: 2009-08-11 misha
9290:
9291: * tests/224.html: - method_params => method_info - checking for
9292: $.inherited
9293:
1.211 moko 9294: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9295: method method_params was renamed to method_info and now it
9296: returns class name, if method was defined in ancestor
1.95 moko 9297:
9298: * tests/225.html: - tests for cheching properties in hierarhical
9299: classes were added
9300:
9301: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9302: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9303: main/compile.y, main/execute.C, classes/classes.C: - problems
9304: with properties in new classes implementation were fixed
9305:
9306: 2009-08-10 misha
9307:
9308: * src/main/execute.C: - now constructor shouldn't be defined in
9309: class. it could be defined in parent.
9310:
9311: 2009-08-09 misha
9312:
9313: * src/classes/reflection.C: - ^reflection:methods doesn't return
9314: base's methods
9315:
9316: 2009-08-08 misha
9317:
9318: * src/: classes/classes.h, classes/date.C, classes/file.C,
9319: classes/form.C, classes/hash.C, classes/hashfile.C,
9320: classes/image.C, classes/mail.C, classes/op.C,
9321: classes/reflection.C, classes/regex.C, classes/string.C,
9322: classes/table.C, classes/xdoc.C, classes/xnode.C,
9323: classes/xnode.h, include/pa_hash.h, main/execute.C,
9324: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9325: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9326: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9327: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9328: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9329: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9330: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9331: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9332: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9333: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9334: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9335: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9336: types/pa_vresponse.C, types/pa_vresponse.h,
9337: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9338: types/pa_vstateless_object.h, types/pa_vstatus.C,
9339: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9340: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9341: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9342: types/pa_wwrapper.h, types/types.vcproj: - new classes
9343: implementation
9344:
9345: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9346: USE_MUNMAP is used. so it is disabled as a workaround.
9347:
9348: 2009-08-05 misha
9349:
9350: * src/: main/pa_common.C, include/pa_common.h: - not needed
9351: parameter was removed
9352:
9353: * src/main/pa_http.C: - bugfix: error was during detecting
9354: content-type of file which was loaded by http
9355:
9356: 2009-08-01 misha
9357:
9358: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9359: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9360: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9361: can't be disabled with defines any longer
9362:
9363: 2009-07-29 misha
9364:
9365: * src/classes/reflection.C, tests/results/224.processed: - for
9366: native methods with any call type now returned empty call_type
9367: value
9368:
9369: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9370: classes/table.C, include/pa_hash.h, include/pa_request.h,
9371: main/pa_request.C: - break in cycles was optimized
9372:
9373: * INSTALL: - more defines were described
9374:
9375: 2009-07-28 misha
9376:
1.211 moko 9377: * operators.ru.txt, operators.txt: - some changes in information
9378: about reflection class
1.95 moko 9379:
9380: * tests/: 224.html, 224.p: - tests for reflection class
9381:
9382: * src/classes/reflection.C: - some bugs were fixed, method classes
9383: was added, refactoring
9384:
9385: 2009-07-26 misha
9386:
9387: * src/classes/classes.vcproj: - reflection class wass added to
9388: project
9389:
1.211 moko 9390: * operators.ru.txt, operators.txt: - information about reflection
9391: class was added
1.95 moko 9392:
9393: * src/classes/reflection.C: - class was redesigned
9394:
9395: 2009-07-24 misha
9396:
9397: * src/classes/: Makefile.am, reflection.C: - class reflection was
9398: added
9399:
9400: * src/types/pa_vstateless_class.h: - method for reflection method's
9401: in classes was added
9402:
9403: 2009-07-22 misha
9404:
9405: * src/main/compile_tools.h: - bugfix: $object.$var was
9406: over-optimized. it failed if $object1.$object2.field
9407:
9408: 2009-07-16 misha
9409:
9410: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9411: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9412: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9413: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9414: one more arg: length of cord
9415:
9416: 2009-07-15 misha
9417:
9418: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9419: tainted in ^file::load[http://...;$.cookies[]]
9420:
9421: * src/classes/: op.C, regex.C, string.C: - new string with
9422: exception was used
9423:
9424: * src/include/pa_exception.h: - new string with exception was added
9425:
9426: * tests/223.html: - test for checking cookie-encoding during
9427: ^file::load[http was added
9428:
9429: * tests/: 221.html, 222.html: - tests for checking type of
9430: $table.fields.field were added
9431:
9432: * src/types/pa_vtable.C: - not used var decl was removed
9433:
9434: * src/include/pa_string.h: - use cached string length in Body::mid.
9435: it improves speed of match with brackets in pattern
9436:
9437: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9438: outside
9439:
9440: 2009-07-14 misha
9441:
9442: * src/types/pa_vtable.C: - $table.fields.a return string even if
9443: column is empty (sometime returned void) - $table.fields was
9444: added for nameless tables
9445:
9446: * src/targets/cgi/getopt.c: - one warning resolved
9447:
9448: * src/main/pa_string.C: - potentian bug fixed
9449:
9450: * src/classes/op.C: - small optimization in taint/untaint
9451:
9452: 2009-07-13 misha
9453:
9454: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9455: added
9456:
9457: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9458: souldn't add the attribut to output
9459:
9460: 2009-07-11 misha
9461:
9462: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9463: stack size was increaced to 2MB (default=1MB)
9464:
9465: 2009-07-08 misha
9466:
9467: * src/main/pa_string.C: - link to UTF-8 description was added
9468:
9469: * src/include/pa_hash.h: - hash keeps element's order in more
9470: places (ex: ._keys[])
9471:
9472: * tests/220.html: - test for checking order of elements in hash in
9473: foreach was added
9474:
9475: * tests/172.html: - small changes in printing hash
9476:
9477: * tests/129.html: - small changes in printing hash
9478:
9479: * src/: include/pa_common.h, include/pa_hash.h,
9480: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9481: types/pa_vmethod_frame.h: - hash now keeps order of elements
9482:
9483: * tests/014.html: - small changes in printing hash
9484:
9485: 2009-07-07 misha
9486:
9487: * src/classes/op.C: - new taint language "parser-code" was added
9488:
9489: * tests/219.html: - test for auto untaint parser code in process
9490: was added
9491:
9492: * src/classes/op.C: - tainted pieces in body of process are
9493: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9494:
9495: * src/: include/pa_string.h, main/untaint.C: - new language
9496: L_PARSER_CODE for auto-untaint in process was added
9497:
9498: * src/: classes/file.C, classes/hash.C, classes/image.C,
9499: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9500: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9501: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9502: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9503: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9504: code cleanup
9505:
9506: 2009-07-06 misha
9507:
9508: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9509: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9510: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9511:
9512: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9513: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9514: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9515: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9516: should be used
9517:
9518: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9519: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9520: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9521: untaint_cstr[m] should be used
9522:
9523: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9524: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9525:
9526: * tests/218.html: - test for checking automatic file-spec-taint was
9527: added
9528:
9529: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9530: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9531: classes/file.C, classes/hash.C, classes/image.C,
9532: classes/string.C, classes/table.C, classes/void.C,
9533: classes/xdoc.C: - optimizations and simplification of
9534: string.cstr(...)
9535:
9536: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9537: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9538: - optimizations and simplification of string.cstr(...)
9539:
9540: 2009-07-04 misha
9541:
9542: * tests/217.html: - test for recursion detection was added
9543:
9544: * src/: types/types.vcproj, main/main.vcproj,
9545: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9546: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9547: from .vcproj
9548:
9549: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9550:
9551: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9552: uploading files and case-insensitive http-method were added
9553:
9554: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9555: tainted pattern in ^file:list[] was added
9556:
9557: 2009-07-03 misha
9558:
9559: * src/: classes/classes.vcproj, main/main.vcproj,
9560: types/types.vcproj, targets/cgi/parser3.vcproj,
9561: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9562: for dynamic_cast) - little options changes
9563:
9564: * src/main/pa_http.C: - file::load[http works now with uploading
9565: files _and_ changing $.charset
9566:
9567: 2009-06-29 misha
9568:
9569: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9570: while creating pattern
9571:
9572: 2009-06-25 misha
9573:
1.211 moko 9574: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9575: names for ^image.font were changed to $.space, $.width and
9576: $spacing - default space width now == gif's width
1.95 moko 9577:
9578: 2009-06-24 misha
9579:
9580: * tests/215.html: - tests for $file.mode were added
9581:
1.211 moko 9582: * operators.ru.txt, operators.txt: - added info about $file.mode
9583: and changes in ^image.font[
1.95 moko 9584:
9585: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9586: param now could be omited - third param now could be hash (with
9587: all widths options: $.space-width, $.letter-width) - it's
9588: possible to specify tracking ($.letter-space)
9589:
9590: * src/classes/file.C: - file objects now could have mode field
9591: (text|binary)
9592:
9593: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9594:
9595: 2009-06-23 misha
9596:
9597: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9598: trim can work with utf-8 chars now
9599:
9600: 2009-06-20 misha
9601:
9602: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9603: was implemented
9604:
9605: * src/classes/table.C: - string length cacheing was implemented
9606:
9607: * src/include/pa_string.h: - string length cacheing was implemented
9608:
9609: 2009-06-17 misha
9610:
9611: * src/main/execute.C: - value param was removed from
9612: WContext::WContext
9613:
9614: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9615: pa_wwrapper.h: - value param was removed from WContext::WContext
9616: - field wcontext was removed from VCodeFrame (using fparent
9617: instead)
9618:
9619: * tests/214.html: - test with hash copying
9620:
9621: 2009-06-16 misha
9622:
9623: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9624: strings doesn't work in expression anymore
9625:
9626: * src/main/execute.C: - less calls for get_constructing() - little
9627: refactoring
9628:
9629: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9630: include/pa_request.h: - less calls for get_constructing()
9631:
9632: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9633: introduced with OPTIMIZE_SINGLE_STRING optimization
9634:
9635: 2009-06-14 misha
9636:
9637: * src/: classes/date.C, classes/file.C, classes/hash.C,
9638: classes/hashfile.C, classes/image.C, classes/regex.C,
9639: classes/table.C, classes/xdoc.C, classes/xnode.h,
9640: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9641: types/pa_vstateless_class.h, main/execute.C: - create object for
9642: storing object's fields only for parser objects
9643:
9644: 2009-06-13 misha
9645:
9646: * buildall-with-xml, buildall-without-xml: - new option was added
9647: for building GC (it slightly reduces memory usage)
9648:
9649: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9650: single string write
9651:
9652: * src/main/execute.C: - bytecode optimization of ^class:constructor
9653: - optimization of single string write
9654:
9655: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9656: - bytecode optimization of ^class:constructor
9657:
9658: 2009-06-09 misha
9659:
9660: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9661: main (better compatibility)
9662:
9663: 2009-06-08 misha
9664:
9665: * src/main/compile.y: - I've forgot to commit it :(
9666:
9667: 2009-06-07 misha
9668:
9669: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9670: WITH_READ and WITH_ROOT
9671:
9672: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9673: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9674: WITH_ROOT - little refactoring
9675:
9676: 2009-06-06 misha
9677:
9678: * tests/213.html: - tests for 3rd match string-param were added
9679:
9680: * src/classes/string.C: - 3rd match param could be string now
9681:
9682: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9683: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9684: GET_OBJECT_ELEMENT
9685:
9686: 2009-06-05 misha
9687:
9688: * src/main/pa_http.C: - bugfix: content-length was not calculated
9689: if $.body was specified
9690:
9691: 2009-06-04 misha
9692:
9693: * src/classes/op.C: - optimizing write_assign_lang in connect
9694:
9695: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9696:
9697: * src/main/execute.C: - little refactoring - optimizing
9698: write_assign_lang in taint/untaint
9699:
9700: * src/include/pa_opcode.h: - little refactoring
9701:
9702: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9703: main/compile_tools.h, main/execute.C: - optimizations for
9704: $self.field, ^self.method, $self.field[...] and $self.field(...)
9705: were added
9706:
9707: 2009-06-03 misha
9708:
9709: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9710:
9711: 2009-06-02 misha
9712:
9713: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9714: include/pa_opcode.h: - refactoring in last optimizations
9715: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9716: now but code is much easy and it is ready for further
9717: improvements.
9718:
9719: 2009-05-27 misha
9720:
9721: * src/: types/pa_junction.h, types/pa_vjunction.C,
9722: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9723: changed in destructing junctions
9724:
9725: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9726: String:Body
9727:
9728: 2009-05-26 misha
9729:
9730: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9731: one method detect_charset was deleted - bug was fixed in this
9732: method (error while detecting charset in content_type withot last
9733: ';')
9734:
9735: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9736: once
9737:
9738: 2009-05-25 misha
9739:
9740: * src/classes/file.C: - bugfix: file::exec didn't work after
9741: optimizing of helper_length
9742:
9743: 2009-05-24 misha
9744:
9745: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9746: were added - little refactoring
9747:
9748: * src/main/execute.C: - core while printing in debug log
9749: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9750: optimisations were added
9751:
9752: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9753: were added
9754:
9755: 2009-05-23 misha
9756:
9757: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9758: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9759: CORD_cat optimization
9760:
9761: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9762: - call constr optimisation under separate define now
9763:
9764: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9765: in $b should be string, not void
9766:
9767: * src/main/compile.y: - little fix for rem-cut optimisation
9768:
9769: * src/: include/pa_opcode.h, main/compile_tools.C,
9770: main/compile_tools.h, main/execute.C: - optimisations for
9771: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9772:
9773: * INSTALL: - description of some #defined were added
9774:
9775: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9776: before 1st access (memory usage is reduced if don't access to
9777: .text field)
9778:
9779: * src/include/pa_array.h: - array grows step now not static (it
9780: reduces numbers of reallocs)
9781:
9782: 2009-05-20 misha
9783:
9784: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9785: $.b(2), $c[d] and $.e[f] was added
9786:
9787: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9788: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9789: $.e[f] was added
9790:
9791: * src/main/execute.C: - debug printing moved in defines
9792:
9793: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9794: and little refactoring for OP_GET_OBJECT_ELEMENT +
9795: OP_GET_OBJECT_VAR_ELEMENT optimisation
9796:
9797: 2009-05-19 misha
9798:
9799: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9800: execute.C: - $a.$b & ^a.$b bytecode optimisation
9801:
9802: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9803: ^a.$b optimisation)
9804:
9805: * src/main/compile.y: - compiler now generate new opcodes:
9806: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9807: ^a.b - compiler now cut off ^rem{ with all content ; any number
9808: of params }
9809:
9810: * src/main/execute.C: - code for handle new opcodes
9811: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9812:
9813: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9814: added for LA2V and LA2S
9815:
9816: * src/include/pa_opcode.h: - new defines which can be used for
9817: disable some bytecode optimisation and new opcodes were added
9818:
9819: 2009-05-17 misha
9820:
9821: * src/lib/cord/cordxtra.c: - bugfix.
9822:
9823: * tests/212.html: - .size[] and .study_size[] were added to tests
9824:
1.211 moko 9825: * operators.ru.txt, operators.txt: - info about regex class was
9826: added
1.95 moko 9827:
9828: * tests/212.html: - tests for regex class were added
9829:
9830: 2009-05-16 misha
9831:
9832: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9833: gc7.1
9834:
9835: * tests/022.html: - test for ^file:list[path;] (empty second param)
9836: was added
9837:
9838: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9839: param) should work
9840:
9841: 2009-05-15 misha
9842:
9843: * src/classes/table.C: - automatically disable stringstream usage
9844: on freebsd4
9845:
9846: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9847: scope
9848:
9849: * tests/211.html: - test with different types of access to hash was
9850: added
9851:
9852: * tests/210.html: - test which checks for loosing tainting in
9853: hash's keys was added
9854:
9855: * tests/208.html: - some parser work added. or stime == 0 %-)
9856:
9857: * src/lib/cord/cordbscs.c: - little hack was added to cord
9858:
9859: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9860:
9861: * src/include/pa_version.h, configure.in: - moko have made a lot of
9862: optimisations for increacing version number more dramatically :)
9863:
9864: * src/classes/date.C: - little refactoring: use constructor which
9865: accepts formated string
9866:
9867: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9868: which can print formatted string was added
9869:
9870: 2009-05-14 misha
9871:
9872: * src/include/pa_string.h: - type was fixed
9873:
9874: * src/: classes/hashfile.C, classes/op.C,
9875: include/pa_cache_managers.h, include/pa_charset.h,
9876: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9877: include/pa_request.h, include/pa_sql_driver_manager.h,
9878: include/pa_string.h, include/pa_stylesheet_manager.h,
9879: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9880: main/pa_charsets.C, main/pa_string.C,
9881: main/pa_stylesheet_connection.C, types/pa_value.h,
9882: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9883: types/pa_vobject.C, types/pa_vstateless_class.C,
9884: types/pa_vstateless_class.h: - hash_code caching was implemented
9885: (seaches should be faster now)
9886:
9887: * src/: classes/file.C, classes/hash.C, classes/image.C,
9888: classes/string.C, classes/table.C, include/pa_string.h,
9889: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9890: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9891: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9892: types/pa_vrequest.C: - String constructors don't have that stupid
9893: true/false param which means 'tainted'. they accept lang instead.
9894:
9895: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9896: with OPTIMIZE_RESULT
9897:
9898: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9899: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9900:
9901: 2009-05-13 misha
9902:
9903: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9904: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9905: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9906: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9907: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9908: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9909: include/pa_string.h, classes/date.C, classes/file.C,
9910: classes/hash.C, classes/image.C, classes/string.C,
9911: classes/table.C, classes/xdoc.C: - result optimisation -
9912: helper_length parameter removed from string constructors
9913:
9914: 2009-05-11 misha
9915:
9916: * tests/209.html: - tests for ^hash::create[hash] were added
9917:
9918: * tests/208.html: - tests for $status:rusage, $status:memory,
9919: ^memory:compact[] were added
9920:
9921: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9922: log10 were added
9923:
9924: * tests/206.html: - test for try with finally was added
9925:
9926: 2009-05-10 misha
9927:
9928: * tests/205.html: - test for ^file::create[...] was added
9929:
9930: * tests/204.html: - test for ^response:clear[] was added
9931:
9932: * tests/038.html: - tests for trigonometric functions were added
9933:
9934: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9935: added - more tests for .add, .sub, .union, .intersects and
9936: .intersections
9937:
9938: * tests/065.html: - test for ^file:dirname was added
9939:
9940: * tests/030.html: - test for $cookie:fields was added
9941:
9942: * tests/203.html: - test for ^h._keys[column name] was added
9943:
9944: * tests/201.html: - tests for .trim were added
9945:
9946: * tests/202.html: - tests for last-day,
9947: date:calendar[type](YYYY;MM;DD) were added
9948:
9949: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9950: .offset[type](N) were added
9951:
9952: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9953: and .pos[c](N) were added
9954:
9955: * tests/141.html: - test for math:sha1 was added
9956:
9957: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9958:
9959: 2009-05-09 misha
9960:
9961: * src/main/compile.y: - rollback
9962:
9963: 2009-05-05 misha
9964:
9965: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9966: replaced by is_empty()
9967:
9968: * src/: include/pa_string.h, main/pa_charset.C: - little
9969: optimisation: somewhere length() was replaced by is_empty()
9970:
9971: * src/classes/table.C: - little optimisation: somewhere length()
9972: was replaced by is_empty()
9973:
9974: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9975: classes/op.C, classes/table.C, main/pa_exception.C: - little
9976: optimisation: somewhere length() was replaced by is_empty()
9977:
9978: 2009-05-04 misha
9979:
9980: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9981: types/pa_vstateless_class.h, main/execute.C,
9982: include/pa_request.h, classes/hash.C, classes/op.C,
9983: classes/table.C: - more optimisations were added: some operators
9984: don't switch write context anylonger
9985:
9986: 2009-05-01 misha
9987:
9988: * src/main/compile.y: - slightly more opcode optimisations for
9989: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9990:
9991: * src/main/execute.C: - simplifying process for getters
9992:
9993: 2009-04-30 misha
9994:
9995: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9996:
9997: * tests/results/199.processed: - test for checking $result into
9998: ^rem was added
9999:
10000: * tests/199.html: - test for checking $result into ^rem was added
10001:
10002: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10003: some OS it returns list in different order)
10004:
10005: * src/: include/pa_array.h, include/pa_request.h,
10006: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10007: changes in stack impl - get_element() optimisation: 3rd param
10008: removed - bugfix: problems with reading empty input param -
10009: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10010:
10011: * tests/results/198.processed: - test for reading empty local var
10012: was added
10013:
10014: * tests/198.html: - test for reading empty local var was added
10015:
10016: 2009-04-29 misha
10017:
10018: * src/main/compile.y: - bugfix: couldn't compile because
10019: OP_VALUE__GET_ELEMENT should be unde #ifdef
10020:
10021: * src/: include/pa_array.h, include/pa_opcode.h,
10022: include/pa_request.h, main/compile.y, main/execute.C,
10023: main/pa_request.C, types/pa_vmethod_frame.C,
10024: types/pa_vmethod_frame.h: - we can work without opcode
10025: OP_STORE_PARAM, so it was removed
10026:
10027: 2009-04-28 misha
10028:
10029: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10030: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10031: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10032: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10033: 4.
10034: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10035:
10036: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10037:
10038: * src/: main/pa_string.C, classes/string.C: - !length() =>
10039: is_empty()
10040:
10041: 2009-04-27 misha
10042:
10043: * src/types/pa_vregex.h: - back explicit vars initialisation
10044:
10045: 2009-04-24 misha
10046:
10047: * src/classes/string.C: - ups. typo fixed
10048:
10049: * src/main/execute.C: - more replacements '*new VBool' to
10050: 'VBool::get' - checks for ^break[], ^continue[] and
10051: parser.interrupted were optimised
10052:
10053: * src/classes/string.C: - number of params.count() calls was
10054: slightly reduced
10055:
10056: 2009-04-23 misha
10057:
10058: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10059: make it x64 friendly
10060:
10061: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10062: parser is x64 friendly now
10063:
10064: 2009-04-22 misha
10065:
10066: * src/types/pa_vhashfile.C: - coder friendly exception about
10067: exceeding record size was added
10068:
10069: * src/classes/file.C: - use vregex object instead of direct calls
10070: methods from pcre lib
10071:
10072: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10073: classes/string.C: - use vregex object instead of direct calls
10074: methods from pcre lib
10075:
10076: * src/: include/pa_common.h, main/pa_common.C: - method
10077: print_pcre_exec_error_text was moved to class vregex
10078:
10079: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10080: was added
10081:
10082: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10083: - class vregex was added
10084:
10085: 2009-04-21 misha
10086:
10087: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10088:
10089: * src/: types/pa_junction.h, types/pa_value.C,
10090: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10091: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10092: junction-optimisation (destructors)
10093:
10094: * src/include/pa_array.h: - free under if now
10095:
10096: 2009-04-19 misha
10097:
10098: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10099:
10100: 2009-04-18 misha
10101:
10102: * src/include/pa_version.h:
10103: :q :
10104:
10105: CV:
10106: ----------------------------------------------------------------------
10107:
10108: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10109: refactoring
10110:
10111: * src/: include/pa_array.h, include/pa_hash.h,
10112: types/pa_vmethod_frame.h: - destructors under #ifdef now
10113:
10114: * src/include/pa_memory.h: - define for using destructors was added
10115:
10116: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10117: main/execute.C: - some junctions will be cached now
10118:
10119: * src/include/pa_hash.h: - hash destructor frees pairs now
10120:
10121: * src/include/pa_array.h: - inline was added to destructor
10122:
10123: * src/types/pa_method.h: - comment was changed
10124:
10125: 2009-04-17 misha
10126:
10127: * src/: include/pa_array.h, include/pa_hash.h,
10128: types/pa_vmethod_frame.h: - destructors were added
10129:
10130: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10131: renamed to always_use_result
10132:
10133: * src/main/: compile.y, compile_tools.h: - rollback changes in
10134: compiler: full backward compatibility is better
10135:
10136: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10137: result in var's hash
10138:
10139: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10140: optimisation in method_frame
10141:
10142: * src/include/pa_array.h: - optimisation in array (allocate
10143: elements only when needed)
10144:
10145: * src/types/pa_vresponse.C: - check for $response:headers field
10146: before looking at custom fields
10147:
10148: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10149: not needed to check existance var with name 'result' in var's
10150: hash
10151:
10152: * src/main/compile.y: - compiler was changed: now it detects
10153: writings to $result and set flag writo_to_result in method
10154:
10155: * src/classes/string.C: - little optimisation: no needed to write
10156: number with lang
10157:
10158: * src/main/pa_charset.C: - methods readChar and skipChar which is
10159: used for read utf8-strings were renamed - is_escaped was renamed
10160: to isEscaped (to the same name convention)
10161:
10162: * src/: types/pa_method.h, main/compile_tools.h: - flag
10163: write_to_result added. compiler get this info from code.
10164:
10165: 2009-04-16 misha
10166:
10167: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10168: String only before 1st write
10169:
10170: * src/include/pa_string.h: - not needed template removed
10171:
10172: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10173: types/pa_vjunction.C, types/pa_vproperty.C,
10174: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10175: main/pa_request.C, classes/bool.C, classes/double.C,
10176: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10177: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10178: bool objects)
10179:
10180: 2009-04-15 misha
10181:
10182: * src/lib/cord/cordxtra.c: - more optimisation
10183:
10184: * src/: include/pa_string.h, main/untaint.C: - String::append
10185: optimisation
10186:
10187: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10188: then get and can sometime be used)
10189:
10190: * src/main/pa_string.C: - String::length optimisation
10191:
10192: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10193: these methods read different strings
10194:
10195: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10196: fresult_initial_void removed + some optimisation - if $result
10197: defined we don't write to context anymore
10198:
10199: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10200: need just skip char)
10201:
10202: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10203: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10204: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10205:
10206: * src/types/pa_vvoid.h: - added get() method for retreave one
10207: instance
10208:
10209: 2009-04-11 misha
10210:
10211: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10212:
10213: * tests/197.html: - test for parser://test in xml was added
10214:
10215: * src/classes/string.C: - small optimisation
10216:
10217: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10218: optimisation
10219:
10220: 2009-04-10 misha
10221:
10222: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10223: to pcre-7.8
10224:
10225: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10226:
10227: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10228: added
10229:
10230: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10231: $request:CLASS_NAME were added
10232:
10233: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10234: were added
10235:
10236: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10237: $env:CLASS_NAME were added
10238:
10239: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10240: '@todo' now
10241:
10242: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10243: compirer
10244:
10245: * src/main/pa_string.C: - little code cleanup
10246:
10247: * src/main/pa_common.C: - describe one more UTF-8 related error
10248: during PCRE compile/execute
10249:
10250: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10251: normalizing todo-comments: '@todo' now
10252:
10253: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10254:
10255: * src/main/pa_charset.C: - type changed for making compiler happy
10256:
10257: 2009-03-10 misha
10258:
10259: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10260: in main()
10261:
10262: 2009-02-01 misha
10263:
10264: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10265: boundary
10266:
10267: 2009-01-25 misha
10268:
10269: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10270:
10271: * src/classes/file.C: - more changes for parsing different number
10272: of params for file::load
10273:
10274: * tests/193.html: - tests for exception while base64-decode binary
10275: to string was added
10276:
10277: * tests/192.html: - tests for file::load with different number of
10278: options
10279:
10280: * src/classes/math.C: - ups. forgot '+1'
10281:
10282: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10283: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10284: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10285: (new option $.encode[multipart-form/data] should be specified) -
10286: $.method[] option for file::load now is not case-sensitive
10287:
10288: * src/: include/pa_string.h, main/untaint.C: - for file post the
10289: new taint language L_FILE_POST was added
10290:
10291: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10292: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10293: stuff was moved to separate files
10294:
10295: 2009-01-23 misha
10296:
10297: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10298: spaces to tabs were converted
10299:
10300: 2009-01-12 misha
10301:
10302: * src/main/pa_http.C: - value of $.method[] option force uppercased
10303: now
10304:
10305: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10306: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10307: their names
10308:
10309: * src/main/pa_common.C: - changes in formating
10310:
10311: * src/: classes/file.C, main/pa_http.C: - some constants changed
10312: their names
10313:
10314: * src/include/pa_http.h: - some spaces were converted to tabs
10315:
10316: * src/include/pa_common.h: - some constants changed their names
10317:
10318: * src/classes/file.C: - fixed 4-th paramether for file::load -
10319: little code rewriting
10320:
10321: * src/types/pa_vfile.C: - little code rewriting
10322:
10323: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10324: types/pa_value.h: - some formating changes
10325:
10326: * src/include/pa_common.h: - some formating spaces transformed to
10327: tabs
10328:
10329: * src/classes/string.C: - exception while base64-decode binary to a
10330: string
10331:
10332: 2009-01-11 misha
10333:
10334: * configure.in: - version changed to 3.3.1b
10335:
10336: 2008-09-05 misha
10337:
10338: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10339: release_3_3_0 on 2008-09-05 10:59:35 +0000
10340:
10341: 2008-09-04 misha
10342:
10343: * tests/: 130.html, 131.html: - these exceptions not typeless
10344: anymore
10345:
10346: * src/classes/op.C: - exception with 'invalid taint language' not
10347: typeless anylonger
10348:
10349: * src/classes/image.C: - some exceptions while operations with
10350: image not typeless anymore
10351:
10352: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10353: main/pa_exec.C, main/pa_http.C: - some exceptions while
10354: operations with files not typeless anymore
10355:
10356: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10357: types/pa_vdate.h: - exceptions while checking date range not
10358: typeless anymore
10359:
10360: * src/include/pa_exception.h: - exception type string for invalid
10361: date range was added
10362:
10363: 2008-09-03 misha
10364:
10365: * src/: classes/file.C, main/pa_string.C: - exception while pce
10366: operations not typeless anymore
10367:
10368: * src/include/pa_exception.h: - exception type for pce operations
10369: was added
10370:
10371: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10372: and .CLASS_NAME insite classes
10373:
10374: * src/classes/table.C: - don't save table header whiile
10375: ^table.save[append;filename] if file exists
10376:
10377: 2008-09-02 misha
10378:
10379: * src/main/compile.y, src/main/compile_tools.h,
10380: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10381: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10382: renamed to partial and it login changed: we must mark class as
10383: partial for allow their modifications in future.
10384:
10385: 2008-08-29 misha
10386:
10387: * tests/results/022.processed: - testing taint[regex] in mask for
10388: file:list
10389:
10390: * tests/022.html: - testing taint[regex] in mask for file:list
10391:
10392: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10393: for file:list was added
10394:
10395: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10396: file:list
10397:
10398: 2008-08-26 misha
10399:
10400: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10401: last derived object
10402:
10403: * src/classes/image.C: - many strings "image.format" replaced by
10404: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10405: understand some more exif tags
10406:
10407: * src/include/pa_exception.h: - string "image.format" was added
10408:
10409: 2008-08-21 misha
10410:
10411: * src/: main/pa_string.C, classes/file.C: - use method for print
10412: pcre_exec text error
10413:
10414: * src/main/pa_common.C: - method for print pcre_exec text error was
10415: added
10416:
10417: * src/include/pa_common.h: - method declaration for print pcre_exec
10418: text error was added
10419:
10420: 2008-08-19 misha
10421:
10422: * src/main/execute.C: - bugfix: opcodes must be in separate
10423: namespace while debug execution as well
10424:
10425: * tests/: 015.html, results/015.processed: - test for escaping some
10426: parser chars was added
10427:
10428: 2008-08-18 misha
10429:
10430: * tests/: 190.html, 190.p, results/190.processed: - test for
10431: $caller.self.field + default getter in one class was added
10432:
10433: * tests/: 189.html, results/189.processed: - test for
10434: ^date::create[date object]
10435:
10436: * tests/: 188.html, results/188.processed: - tests for match with
10437: UTF-8 strings
10438:
10439: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10440: ^string.match[]
10441:
10442: * ChangeLog: - parser 3.3.0 beta13
10443:
10444: 2008-08-15 misha
10445:
1.116 moko 10446: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10447: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10448: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10449: dftables.c: - old PCRE files removed
1.95 moko 10450:
10451: * src/lib/pcre/config.h: - configuration for PCRE library
10452:
10453: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10454: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10455:
10456: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10457: library and set flag UTF8 if $request:charset is UTF-8
10458:
10459: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10460: include/pa_config_fixed.h: - moved to new PCRE library
10461:
10462: * src/: main/main.vcproj, types/types.vcproj,
10463: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10464: win32\pcre instead of parser3\src\lib\pcre
10465:
10466: * src/: include/pa_opcode.h, include/pa_operation.h,
10467: main/compile.C, main/compile.y, main/compile_tools.C,
10468: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10469: opcodes were moved to separate namespace
10470:
10471: 2008-08-14 misha
10472:
10473: * src/types/pa_vstateless_class.C: - newline at the end missed
10474:
10475: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10476: tainting
10477:
10478: 2008-08-11 misha
10479:
10480: * tests/: 187.html, 187.p, results/187.processed: - tests for
10481: $caller.self, $caller.self.field and $caller.self.field[value]
10482: were added
10483:
10484: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10485: runtime as well (for $caller.self)
10486:
10487: 2008-07-25 misha
10488:
10489: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10490: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10491: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10492: tests with international characters
10493:
10494: 2008-07-23 misha
10495:
10496: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10497: file::load[...;http://
10498:
10499: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10500: now everywhere in separate namespace
10501:
10502: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10503: for vars
10504:
10505: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10506: can be escaped by '^'
10507:
10508: 2008-07-22 misha
10509:
10510: * src/classes/string.C, tests/186.html: - names changes:
10511: escape=>js-escape, unescape=>js-unescape
10512:
10513: 2008-07-21 misha
10514:
10515: * tests/results/186.processed: - test for string escape/unescape
10516:
10517: * tests/186.html: - test for string escape/unescape
10518:
10519: * src/classes/string.C: - string has escape and unescape methods
10520: now
10521:
10522: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10523: added
10524:
10525: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10526: method-layers added (with different params)
10527:
10528: 2008-07-18 misha
10529:
10530: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10531: was added
10532:
10533: * tests/185.html: - test for ^str.pos[sub](offset) added
10534:
1.211 moko 10535: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10536: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10537: accepted now
1.95 moko 10538:
10539: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10540: strings
10541:
10542: 2008-07-17 misha
10543:
10544: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10545: helper length added for mid for small optimisation
10546:
10547: 2008-07-16 misha
10548:
10549: * tests/: 185.html, results/185.processed: - tests for
10550: length/left/right/mid/pos with utf-8 strings
10551:
10552: * src/classes/string.C: - left/right/mid/length/pos works fine for
10553: utf-8 strings
10554:
10555: * src/main/untaint.C: - comments removed
10556:
10557: * src/: include/pa_string.h, main/pa_string.C,
10558: include/pa_charset.h, main/pa_charset.C: - methods for working
10559: with pos/mid for strings in utf-8 were added
10560:
10561: 2008-07-15 misha
10562:
10563: * tests/: 184.html, results/184.processed: - test for case body as
10564: expression: $var(^switch(1){^case(1)(true)..})
10565:
10566: * src/classes/op.C: - case body can be expression now:
10567: $var(^switch(1){^case(1)(true)..})
10568:
10569: * tests/: results/183.processed, 183.html: - added test for testing
10570: new cookie encoding (%uXXXX)
10571:
10572: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10573: decoding for backward compatibility they decoded from %XX in
10574: request:charset too
10575:
10576: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10577: - cookie class now decode cookies before first access after last
10578: request:charset changing (as form class).
10579:
10580: * src/main/pa_charset.C: - added method escape for escaping cookies
10581: as %uXXXX - before transcode calculate required space for dest
10582: string. it reduce mem usage for transcode
10583:
10584: * src/include/pa_charset.h: - added method escape for escaping
10585: cookies as %uXXXX
10586:
10587: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10588: was added. will used for escaping cookies as %uXXXX
10589:
10590: * src/include/pa_common.h: - escape method has new option for skip
10591: converting '+' to a space char
10592:
10593: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10594: transcode - escape method has new option for skip converting '+'
10595: to a space char
10596:
10597: 2008-07-08 misha
10598:
10599: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10600: (no UE if more then 1 case matches anylonger) - optimization:
10601: doing searching.as_string() || searching.as_double() only once
10602:
10603: 2008-07-04 misha
10604:
10605: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10606: now ^date::create[date object] works
10607:
10608: * src/classes/string.C: - left and right added as aliases for start
10609: and end in ^string.trim[]
10610:
10611: 2008-07-03 misha
10612:
10613: * src/classes/file.C: - allow $.limit for file::sql as well
10614:
10615: * src/classes/file.C: - allow $.offset option for file::sql - force
10616: send limit=1 to query for use sql specifics authomatically
10617:
10618: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10619: if $.limit value if empty. autoconvert it as everywere
10620:
10621: 2008-07-02 misha
10622:
10623: * configure.in: - time to change version number to 3.3.0 %-)
10624:
10625: * src/include/pa_version.h: - time to change version number to
10626: 3.3.0 %-)
10627:
10628: 2008-06-26 misha
10629:
10630: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10631: $.limit(0) fixes
10632:
10633: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10634: - $.limit(0) fixes
10635:
10636: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10637: new API)
10638:
10639: * src/: include/pa_sql_driver_manager.h,
10640: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10641: classes/op.C: - document_root added
10642:
10643: * src/main/compile.tab.C: - error message was changed
10644:
10645: 2008-06-25 misha
10646:
10647: * src/main/compile.y: - error message was changed
10648:
10649: 2008-06-24 misha
10650:
10651: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10652:
10653: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10654: tests for @OPTIONS\nappend
10655:
10656: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10657:
10658: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10659:
10660: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10661:
10662: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10663: compile.y
10664:
10665: 2008-06-17 misha
10666:
10667: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10668: compilation: ^if(default){true. it's incorrect. must be
10669: exception}
10670:
10671: 2008-06-16 misha
10672:
10673: * tests/: 181.ent, 181.html, results/181.processed: - test for
10674: checking external reference loading with 'http://localhost'
10675: prefix while creating xdoc
10676:
10677: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10678: ^math:long2ip[] and ^math:ip2long[]
10679:
10680: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10681: added which use scalar stateless class method when user object
10682: used in scalar context - use get_scalar_value when user object
10683: requested in scalar context
10684:
10685: * src/main/pa_common.C: - size must be int but not size_t or we
10686: can't compare with 0 sprintf result
10687:
10688: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10689: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10690: with internal switch between local/global vars
10691:
10692: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10693: specified
10694:
10695: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10696: pa_vstateless_object.h: - stateless class and object now has
10697: private scalar field and getter/setter for working with it
10698:
10699: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10700: moved to inet static class
10701:
10702: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10703: class added (^inet:aton[IP], ^inet:ntoa(number))
10704:
10705: * tests/: 180.html, results/180.processed: - tests for
10706: ^math:long2ip(long) and ^math:ip2long[IP]
10707:
10708: * src/classes/math.C: - ^math:ip2long[IP] added
10709:
10710: 2008-06-11 misha
10711:
10712: * src/main/pa_xml_io.C: - use file_read_text again because of we
10713: need cut BOM code and remove DOS newline chars. but don't
10714: transcode it anyway.
10715:
10716: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10717: main/pa_http.C: - option for disable transcoding while file_read
10718: and file_read_text added
10719:
10720: 2008-06-10 misha
10721:
10722: * tests/: 179.html, 179.p, results/179.processed: - test for many
10723: classes in 1 file
10724:
10725: * src/main/: compile.C, compile_tools.h: - compile return list of
10726: classes now.
10727:
10728: * src/main/: compile.y, compile.tab.C: - compile return list of
10729: classes now. internals.
10730:
10731: * src/main/pa_request.C: - compile return list of classes now. try
10732: call @conf and @auto for each returned class
10733:
10734: * src/include/pa_request.h: - compile return list of classes now
10735:
10736: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10737: return list of classes when compile buf)
10738:
10739: 2008-06-07 misha
10740:
10741: * src/main/pa_request.C: - constructing VRequest object with 3rd
10742: param -- form
10743:
10744: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10745: 3rd param: form. needed for get post_charset
10746:
10747: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10748: added
10749:
10750: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10751: types/pa_vform.C, types/pa_vform.h: - some polish
10752:
10753: 2008-06-06 misha
10754:
10755: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10756: charset and decode chars from it but not from response:charset
10757:
10758: * src/main/pa_http.C: - detect_charset moved out of here
10759:
10760: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10761: methods moved here - unescape_chars accepn one charset now
10762:
10763: * src/main/pa_http.C: - new constants used - don't allow
10764: $.content-type in ^file::load[;http://;$.method[POST]] - add
10765: charset info while ^file::load[;http://;$.method[POST]] - option
10766: $.omit-post-charset(true) added to ^file::load[;http://] for
10767: disabling charset during post
10768:
10769: * src/types/pa_vform.C: - new constants used
10770:
10771: * src/include/pa_common.h: - some constants were added
10772:
10773: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10774: instead of StrEqNc
10775:
10776: * src/main/pa_common.C: - new method for caseless search
10777: c-substring in c-string - use isxdigit instead of is_hex_digit
10778:
10779: * src/include/pa_common.h: - new method for caseless search
10780: c-substring in c-string
10781:
10782: 2008-06-05 misha
10783:
10784: * tests/results/178.processed: - test for testing default getter
10785:
10786: * tests/178.html: - test for testing default getter
10787:
10788: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10789: for test for testing default getter
10790:
10791: * src/main/execute.C: - default getter soul
10792:
10793: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10794: requested objects' field not found
10795:
10796: * src/types/pa_vclass.C: - register default getter if defined - get
10797: default getter if requested field not found
10798:
10799: * src/types/pa_vstateless_object.h: - method get_default_getter was
10800: added
10801:
10802: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10803: pointer to default getter and methods for get/set it were added
10804:
10805: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10806: auto_name field (for default getter)
10807:
10808: 2008-06-04 misha
10809:
10810: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10811: transcoding, no cutting BOM code, no fixing line breaks) and get
10812: it to libxml "as is"
10813:
10814: 2008-06-03 misha
10815:
10816: * src/main/pa_common.C: - use store_Char instead of
10817: transcodeCharFromUTF8
10818:
10819: * src/: include/pa_charset.h, main/pa_charset.C: - method
10820: store_Char added, transcodeCharFromUTF8 -- removed
10821:
10822: 2008-06-02 misha
10823:
10824: * tests/: results/177.processed, 177.html: - test for checking
10825: .[acm]date after local ^file::load[] was added
10826:
10827: * tests/: results/176.processed, 176.html: - test for checking
10828: @OPTION\locals + @method[vars][locals] added
10829:
10830: * tests/results/auto.p: - CLASS_PATH specified for checking use
10831:
10832: 2008-05-30 misha
10833:
10834: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10835: @OPTION\nlocals + @method[vars][;locals;] were added
10836:
10837: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10838: moved to separate method op_code - switch from VMethodFrame to
10839: VMethodFrameGlobal + VMethodFrameLocal
10840:
10841: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10842: was moved to separate method op_code
10843:
10844: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10845: VMethodFrame now
10846:
10847: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10848: all_vars_local as well
10849:
10850: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10851: pa_vmethod_frame_local.h, Makefile.am: - who children for
10852: VMethodFrame were added: one (global) works as VMethodFrame
10853: before and second (local) write all vars in self vars scope
10854:
10855: * src/types/pa_method.h: - method has bool flag all_vars_local now
10856:
10857: 2008-05-29 misha
10858:
10859: * tests/: 129.html, results/129.processed: - more tests for
10860: ^table.hash[]
10861:
10862: * src/classes/hash.C: - ^hash::sql has a new option:
10863: $.type[hash|string|table] as ^table.hash[] one.
10864:
10865: * src/classes/op.C: - ^try has 3rd param now: finally code which
10866: executed anyway after try or catch section
10867:
10868: 2008-05-27 misha
10869:
10870: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10871: must not fail if $.distinct(1) wasn't specified
10872:
10873: 2008-05-26 misha
10874:
10875: * src/classes/op.C: - allow ^throw[my type]
10876:
10877: 2008-05-22 misha
10878:
10879: * configure.in, configure: - version number updated to 3.2.4b
10880:
10881: * src/classes/: op.C, string.C: - trim format string before
10882: eval/format
10883:
10884: * tests/: results/175.processed, 175.html: - more tests for
10885: different format strings in .format[]
10886:
10887: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10888: as well (not only %XX)
10889:
10890: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10891: charset specified - checks for format before print number
10892: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10893: (instead of tabs) removed
10894:
10895: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10896: charset specified
10897:
10898: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10899: char in requested charset from utf code was added
10900:
10901: 2008-05-19 misha
10902:
10903: * tests/: 174.html, results/174.processed: - test for
10904: ^hashfile.cleanup[] added
10905:
10906: * src/classes/hashfile.C: - optimization: don't create any key or
10907: value variable if it's name weren't specified
10908: (^hf.foreach[;v]{...})
10909:
10910: 2008-05-16 misha
10911:
10912: * src/classes/hash.C: - optimization: don't create any key variable
10913: if variable name wasn't specified (^h.foreach[;v]{...})
10914:
10915: 2008-05-15 misha
10916:
10917: * src/classes/op.C: - small changes
10918:
10919: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10920:
10921: * src/classes/hash.C: - calculate var_context once before foreach
10922:
10923: 2008-05-14 misha
10924:
10925: * src/classes/hashfile.C: - incorrect vars context calculation for
10926: ^hashfile.foreach[;]{} fixed
10927:
10928: * src/classes/: hash.C, table.C: - little optimisation
10929:
10930: * src/classes/file.C: - bugfix: double absolute path while loading
10931: file
10932:
10933: * tests/: 174.html, results/174.processed: - tests for hashfile
10934: were added
10935:
10936: * buildall-with-xml: - moving to libxslt 1.1.24
10937:
10938: 2008-04-30 misha
10939:
10940: * src/classes/file.C: - stat file while loading (local only) so
10941: .adate, .mdate and .cdate available without additional ::stat
10942:
10943: 2008-04-28 misha
10944:
10945: * src/classes/file.C: - $.name and $.content-type available for
10946: stated file
10947:
10948: 2008-04-14 misha
10949:
10950: * src/targets/cgi/parser3.C: - new year in copyright %-)
10951:
10952: * src/include/pa_version.h: - new version number in head
10953:
10954: 2008-04-10 misha
10955:
10956: * tests/: 080.html, results/080.processed: - cut '0' from
10957: exponential part because of on diff OS it differ (20 or 020 for
10958: ex)
10959:
10960: * tests/: 119.html, results/119.processed: - check for encoding
10961: while creating xdoc
10962:
10963: 2008-04-09 misha
10964:
10965: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10966:
10967: * src/main/pa_common.C: - comment added
10968:
10969: * src/classes/date.C: - little refactoring
10970:
10971: 2008-04-07 misha
10972:
10973: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10974: style of ^table.save[]: prepare one big string and sabe it at
10975: once. it's safe on freebsd 4.x but use much more memory.
10976:
10977: * buildall-with-xml, buildall-without-xml: - option
10978: --disable-stringstream added (under comment. use it on freebsd
10979: 4.x)
10980:
10981: 2008-02-22 misha
10982:
10983: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10984: specified together in file::load[;http] - get back transcoding
10985: $.body[] in file::load[;http]
10986:
10987: 2008-02-21 misha
10988:
10989: * src/classes/date.C: - ^date.gmt-string[] was added
10990:
10991: * src/types/pa_value.C: - method for output date in RFC 822 format
10992: moved to pa_common.h
10993:
10994: * src/include/pa_common.h: - method for output date in RFC 822
10995: format moved here from pa_value.C
10996:
10997: * src/types/pa_vmail.C: - fixed core in sending mail with
10998: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10999:
11000: 2008-02-20 misha
11001:
11002: * src/main/pa_http.C: - transcode $.headers before escaping into
11003: specified charset while ^file::load[...;http://...] (L_URI
11004: instead of L_HTTP_HEADER) - $.cookies param available in
11005: ^file::load[;http://...] now (but we don't parse set-cookies from
11006: response yet) (cookies not transcoded as common $cookies)
11007:
11008: 2008-02-19 misha
11009:
11010: * src/main/pa_request.C: - rollback: we mustn't force taint
11011: $response:field values because in this case
11012: $response:locateion[http://...] don't works.
11013:
11014: 2008-02-15 misha
11015:
11016: * src/classes/op.C: - little refactoring
11017:
11018: * src/main/pa_http.C: - taint names of $.headers for load[;http
11019:
11020: * src/main/pa_request.C: - force taint values of $response:field
11021:
11022: 2008-02-14 misha
11023:
11024: * src/main/pa_request.C: - $response:field transcoded to
11025: $response:charset before escaping now
11026:
11027: * src/main/pa_http.C: - some outdated comments removed
11028:
11029: * src/classes/date.C: - lastdat -> last-day
11030:
11031: * src/classes/date.C: - ^date:lastday(year;month) and
11032: ^date.lastday[] were added - little code refactoring - comments
11033: changes
11034:
11035: * tests/: 159.html, results/159.processed: - test for number of
11036: days in February
11037:
11038: * src/types/pa_value.C: - fixes in code formatting
11039:
11040: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11041: and comments
11042:
11043: 2008-02-13 misha
11044:
11045: * src/main/pa_common.C: - bugfix for february at leap year
11046:
11047: 2008-01-28 misha
11048:
11049: * tests/: 160.html, results/160.processed: - more test for cache
11050: added
11051:
11052: * src/classes/op.C: - bugfix: cache body executed twice if contains
11053: unhandled exception
11054:
11055: 2008-01-25 misha
11056:
11057: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11058: bug when hashfile became inavailable after memory:compact)
11059:
11060: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11061:
11062: 2008-01-22 misha
11063:
11064: * src/classes/table.C: - little refactiring and exception texts
11065: changes in method ^table.hash[]
11066:
11067: * src/types/pa_vcookie.C: - link to cookie specification changed
11068:
11069: 2008-01-21 misha
11070:
11071: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11072: file::exec/cgi
11073:
11074: * src/classes/file.C: - bugfix: core while processing headers if
11075: executed cgi script don't return content
11076:
11077: 2008-01-18 misha
11078:
11079: * buildall-with-xml: - move to libxml2 version 2.6.31
11080:
11081: * src/include/pa_version.h, configure.in: - version number updated
11082: to '3.2.3b'
11083:
11084: 2007-12-28 misha
11085:
11086: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11087: hash.contains
11088:
11089: 2007-12-27 misha
11090:
11091: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11092: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11093: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11094: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11095: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11096: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11097: src/targets/cgi/parser3.vcproj,
11098: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11099: back to VS2003 because of Apache 1.3 module can't work if it was
11100: built in VS 2005. with cgi all file so VS2003 project files can
11101: be easy converted to the new format.
11102:
11103: 2007-12-04 misha
11104:
11105: * src/types/pa_vcode_frame.h: - changes in comment
11106:
11107: 2007-11-29 misha
11108:
11109: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11110: intercept strings any longer
11111:
11112: * tests/: 173.html, results/173.processed: - tests for
11113: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11114: but not in main code frame
11115:
11116: * tests/: 172.html, results/172.processed: - more tests for pass
11117: objects from code frames
11118:
11119: 2007-11-27 misha
11120:
11121: * tests/: 152.html, results/152.processed: - tests for converting
11122: strings 'true'/'false' to bool were added
11123:
11124: * tests/152.html: - added checks for converting strings
11125: 'true'/'false' to bool
11126:
11127: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11128: not only strings with numbers but with values 'true'/'false' as
11129: well
11130:
11131: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11132: for parser3.log increased
11133:
11134: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11135:
11136: * src/include/pa_common.h: - remove_crlf return cstring size now
11137:
11138: * src/include/pa_types.h: - constant with buffer size for
11139: parser3.log added
11140:
11141: 2007-11-16 misha
11142:
11143: * tests/cat.sh: - script for tests for file::exec/cgi
11144:
11145: * tests/171.html: - tests for file::exec/cgi
11146:
11147: * tests/results/171.processed: - tests results for file::exec/cgi
11148:
11149: 2007-11-15 misha
11150:
11151: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11152:
11153: * src/classes/file.C: - .body must be set before analyzing cgi
11154: headers
11155:
11156: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11157: only if exec/cgi return anything.
11158:
11159: 2007-11-14 misha
11160:
1.211 moko 11161: * operators.ru.txt, operators.txt: - info about new text|binary
11162: option for file::exec/cgi was added
1.95 moko 11163:
11164: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11165: ^file:exec[[text|binary];script;...]
11166:
11167: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11168: classes/string.C, classes/table.C: - more text strings moved to
11169: the one place
11170:
11171: 2007-11-09 misha
11172:
11173: * src/types/pa_vrequest.C: - $request:argv must be taint
11174:
11175: * ChangeLog: - $request:argv [patch from Sumo]
11176:
1.211 moko 11177: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11178:
11179: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11180: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11181:
11182: 2007-10-25 misha
11183:
11184: * buildall-with-xml, buildall-without-xml: - options preparations
11185: for ./configure rewrited
11186:
11187: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11188: error occure in unhandled_exception finally fixed
11189:
11190: 2007-10-23 misha
11191:
11192: * tests/: 170.html, results/170.processed: - test for
11193: @method[][result]
11194:
1.211 moko 11195: * operators.ru.txt, operators.txt: - added info about node.prefix
11196: and node.namespaceURI
1.95 moko 11197:
11198: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11199:
11200: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11201: added for node and attribute
11202:
11203: 2007-10-22 misha
11204:
11205: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11206:
11207: * src/main/pa_request.C: - added const content-transfer-encoding
11208:
11209: * src/include/pa_request.h: - added const content-transfer-encoding
11210: - ups. constants must be in lowercase (for search)
11211:
11212: * src/types/pa_vmail.C: - more constants used -
11213: content-transfer-encoding: 8bit added
11214:
11215: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11216:
11217: * src/include/pa_request.h: - more constants
11218:
11219: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11220: ommit anymore if $.content-disposition was specified - little
11221: refactoring
11222:
11223: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11224:
11225: 2007-10-17 misha
11226:
1.211 moko 11227: * operators.ru.txt, operators.txt: - info about
1.95 moko 11228: table::create[nameless]{data}[>options<] was added
11229:
11230: * src/main/: compile.tab.C, compile.y: - if error occure while
11231: compile method don't put this method in methods table anymore.
11232: in other case the parser coredumped if @unhandled_exception
11233: method can't be compiled because of parser.compile error.
11234:
11235: * src/main/execute.C: - little code reformating
11236:
11237: * src/main/pa_request.C: - little code reformating - comment
11238: changed
11239:
11240: 2007-10-16 misha
11241:
11242: * tests/: 035.html, results/035.processed: - tests
11243: table::create[]{}[options] added
11244:
11245: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11246: options (only $.seperator[] yet)
11247:
11248: 2007-10-10 misha
11249:
11250: * src/classes/table.C: - some contstants moved to pa_common.h -
11251: some code changes
11252:
11253: 2007-10-02 misha
11254:
11255: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11256: then three time as much. but base64 encoding method still use
11257: less memory anyway.
11258:
11259: 2007-09-17 misha
11260:
1.211 moko 11261: * operators.ru.txt, operators.txt: - added info about
11262: $cookie:fields
1.95 moko 11263:
11264: * src/types/pa_vcookie.C: - $cookie:fields available now
11265:
11266: * src/classes/hash.C: - some stuff for use with .for_each moved to
11267: common
11268:
11269: * src/include/pa_common.h: - some stuff for use with .for_each
11270: moved here
11271:
11272: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11273:
11274: 2007-09-14 misha
11275:
11276: * buildall-with-xml: - new xml libs again =)
11277:
11278: 2007-08-28 misha
11279:
1.211 moko 11280: * operators.ru.txt, operators.txt: - texts about
11281: ^table.columns[[column name]] and ^string.split[...][v][column
11282: name] were added
1.95 moko 11283:
11284: * tests/: 168.html, 169.html, results/168.processed,
11285: results/169.processed: - tests for ^table.columns[[column name]]
11286: and ^string.split[...][v][column name] were added
11287:
11288: * src/classes/table.C: - new option ^table.columns[[column name]]
11289: was added
11290:
11291: * src/classes/string.C: - new option ^string.split[...;v;[column
11292: name]]
11293:
11294: * src/include/pa_exception.h: - error text message for
11295: ^hash._keys[], ^table.columns[] and ^string.split[]
11296:
11297: 2007-08-27 misha
11298:
11299: * src/main/untaint.C: - try to fix coredump on unix if print to
11300: body ^taint[sql][something] outside of connect
11301:
11302: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11303: outside of connect
11304:
11305: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11306: added (commented by default)
11307:
11308: 2007-08-20 misha
11309:
1.211 moko 11310: * operators.ru.txt, operators.txt: - comment about new method
11311: ^node.hasAttributes[] was added
1.95 moko 11312:
11313: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11314: duplicated exception text strings were removed
11315:
11316: * src/include/pa_exception.h: - more exception text strings moved
11317: here
11318:
11319: * src/classes/table.C: - some duplicate exceptions' text strings
11320: removed
11321:
11322: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11323: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11324: removed
11325:
11326: * src/include/pa_exception.h: - some exception text strings movet
11327: to pa_exception
11328:
11329: * tests/: 149.html, results/149.processed: - test for
11330: ^xnode.hasAttributes[] was added - some code changes
11331:
11332: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11333: added
11334:
11335: 2007-08-17 misha
11336:
11337: * tests/: results/006.processed, results/059.processed, 006.html,
11338: 059.html: - more tests for match
11339:
11340: * tests/: 129.html, results/129.processed: - tests for
11341: ^table.hash[...][$.type[string|hash|table]] added
11342:
11343: * src/targets/cgi/parser3.C: - little syntax changes
11344:
11345: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11346: syntax changes
11347:
1.211 moko 11348: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11349: annoying 'SIGPIPE' messages in parser3.log switched off by
11350: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11351:
11352: 2007-08-08 misha
11353:
11354: * buildall-with-xml, buildall-without-xml: - remove libs source
11355: files by default since now
11356:
11357: 2007-08-07 misha
11358:
11359: * buildall-without-xml: - some option syntax changes
11360:
11361: * buildall-with-xml: - compile libxml2 without http support - some
11362: option syntax changes
11363:
11364: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11365:
11366: 2007-08-06 misha
11367:
11368: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11369:
11370: * tests/: 160.html, results/160.processed: - cache test was
11371: rewrited
11372:
11373: 2007-07-06 misha
11374:
11375: * tests/: 153.html, results/153.processed: - added test for
11376: ^math:sha1[string]
11377:
11378: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11379: transcoded
11380:
11381: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11382: were added
11383:
11384: 2007-06-28 misha
11385:
11386: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11387: some incorrect chars
11388:
11389: 2007-06-19 misha
11390:
11391: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11392: were moved on top because of gcc 4 had a problems during
11393: building.
11394:
11395: 2007-06-18 misha
11396:
11397: * tests/results/019.processed: - new image commited
11398:
11399: 2007-06-09 misha
11400:
11401: * src/classes/: op.C, table.C: - in while and table.select method
11402: as_expression used now
11403:
11404: * src/types/pa_vmethod_frame.h: - method as_expression was added
11405:
11406: 2007-06-08 misha
11407:
11408: * tests/: 166.html, results/166.processed: - test for
11409: ^match[...][n]
11410:
11411: * tests/: 165.html, results/165.processed: - tests for loops
11412:
11413: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11414: because of no speed/memory optimisation but some proglems with
11415: long cycles occure
11416:
11417: 2007-06-06 misha
11418:
11419: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11420: ^table.select(true) and ^table.select(1) didn't works because of
11421: awaiting junction-param only. fixed.
11422:
11423: 2007-05-24 misha
11424:
11425: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11426: with 0.5 secs interval
11427:
11428: * src/classes/op.C: - cache was rewrited. I hope it works with
11429: locking system now on unix
11430:
11431: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11432: system locks which wait till other threads release it but try get
11433: lock, if fail wait 1 sec and make 10 attempts.
11434:
11435: * src/include/pa_os.h: - consts for blocking locks + some comments
11436: were added
11437:
11438: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11439: opening files
11440:
11441: * src/classes/table.C: - changes in includes. if unclude <sstream>
11442: after our classes on unix it can't be build
11443:
11444: * src/types/pa_vhashfile.C: - not needed code removed
11445:
11446: 2007-05-23 misha
11447:
11448: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11449: include/pa_common.h: - cosmetic changes
11450:
11451: 2007-05-18 misha
11452:
11453: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11454: often. it's give some speed increasing
11455:
11456: * tests/results/160.processed: - returned time corrected
11457:
11458: * tests/160.html: - time increased because on unix 1 mean nothing
11459: :(
11460:
1.211 moko 11461: * operators.ru.txt, operators.txt: - added info about
11462: ^hash.contain[key]
1.95 moko 11463:
11464: * src/classes/hash.C: - added ^hash.contain[key]
11465:
11466: * src/include/pa_hash.h: - added method for checking key exists in
11467: hash
11468:
11469: 2007-05-07 misha
11470:
11471: * src/include/pa_string.h: - was compilation error during build on
11472: freebsd4
11473:
11474: 2007-05-03 misha
11475:
11476: * src/classes/table.C: - option $.type[hash|string|table] was added
11477: for ^table.hash[]
11478:
11479: * src/classes/file.C: - comment removed
11480:
11481: 2007-04-26 misha
11482:
11483: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11484: real files doesn't opened in place anymore
11485:
11486: 2007-04-24 misha
11487:
11488: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11489:
11490: * src/include/pa_exception.h: "static" removed
11491:
11492: 2007-04-23 misha
11493:
11494: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11495:
11496: * src/classes/math.C: added: - ^math:ln(N) (the same as
11497: ^math:log(N)) - ^math:lg(N)
11498:
11499: * tests/: 097.html, results/097.processed: - charsets converstion
11500: during ^file::load[text;http://...] added
11501:
11502: * tests/: 164.html, results/164.processed: - check for set expires
11503: as a date
11504:
11505: * tests/: 164.html, results/164.processed: - test for hashfile
11506:
11507: * src/classes/hashfile.C: - little comment changes
11508:
11509: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11510: access
11511:
11512: * src/: classes/date.C, classes/double.C, classes/file.C,
11513: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11514: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11515: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11516: classes/xnode.h, include/pa_request.h, main/execute.C,
11517: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11518: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11519: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11520: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11521: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11522: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11523: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11524: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11525: "parser.runtime" strings were removed
11526:
11527: * src/classes/hashfile.C: - with .clear[] called files_delete()
11528: now.
11529:
11530: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11531:
11532: * src/include/pa_exception.h: - string constant with
11533: "parser.runtime" text was added
11534:
11535: 2007-04-20 misha
11536:
1.211 moko 11537: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11538:
1.211 moko 11539: * operators.ru.txt, operators.txt: - added info about
11540: .^hashfile.release[], ^hashfile.clenaup[] and new
11541: ^string.match[][>N-option<]
1.95 moko 11542:
11543: * configure: =cheching for unsetenv
11544:
11545: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11546: ^hashfile.release[] were added
11547:
11548: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11549: ^string.match[][] understand new option now: return number of
11550: matches but not table wit results
11551:
11552: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11553: reopen now
11554:
11555: * src/classes/op.C: - bug. must be false
11556:
11557: * configure.in: - checking for unsetenv was added
11558:
11559: * src/types/pa_vform.C: - some comments
11560:
11561: 2007-04-18 misha
11562:
11563: * buildall-with-xml: moving to libxml2-2.6.28
11564:
11565: * buildall-with-xml, buildall-without-xml: added commented lines
11566: with --disable-safe-mode option
11567:
1.211 moko 11568: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11569:
11570: 2007-04-17 misha
11571:
11572: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11573: $form:files was added
11574:
11575: * tests/: 163.html, results/163.processed: removing auto format
11576:
11577: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11578:
11579: 2007-04-16 misha
11580:
11581: * tests/: 163.html, results/163.processed: - test for .int[],
11582: floor, round, ceiling and .format[]
11583:
11584: * src/classes/file.C: - little optimization for getting args in
11585: exec/cgi
11586:
11587: 2007-04-13 misha
11588:
11589: * src/classes/file.C: - arguments for file::exec/cgi can be
11590: specified now as s table with one column
11591:
11592: 2007-03-27 misha
11593:
11594: * tests/: 162.html, results/162.processed: - test for
11595: ^table.select(^condition[$t])
11596:
11597: * tests/results/auto.p: - load windows-1251 charset for some tests
11598:
11599: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11600:
11601: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11602: 161_windows1251.txt: - added test for
11603: ^file::load[text;/local/file.txt;$.charset[...]]
11604:
11605: * tests/: results/013.processed, 013.html: - added test for
11606: checking $._default value while hash modifications
11607:
11608: * tests/: 160.html, results/160.processed: - add test for
11609: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11610:
11611: 2007-03-22 misha
11612:
11613: * src/include/pa_common.h: - "charset" string defined for
11614: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11615:
11616: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11617: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11618: added - not needed transcodes were removed from
11619: ^file::load[...;http://...]
11620:
11621: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11622: added
11623:
11624: * src/classes/date.C: - date.week was fixed
11625:
1.211 moko 11626: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11627:
11628: * tests/: 159.html, results/159.processed: - tests for date.week
11629: and date.weekyear added
11630:
11631: 2007-03-15 misha
11632:
11633: * src/classes/table.C: - enclose column numbers for nameless tables
11634: as well
11635:
11636: 2007-03-14 misha
11637:
11638: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11639:
11640: * src/classes/table.C: - table.save optimization: now required much
11641: less memory
11642:
11643: 2007-03-13 misha
11644:
11645: * tests/results/: 158.processed, 158.processes: - tests for
11646: table.save/table.load
11647:
11648: * tests/: 158.html, results/158.processes: - tests for
11649: table.save/table.load
11650:
11651: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11652:
11653: * buildall-with-xml: - pattern needed now for building
11654:
11655: * tests/results/097.processed: - added test results for xdoc::load
11656: & xdoc::load[http://...]
11657:
11658: * tests/097.html: - added test for xdoc::load
11659:
11660: 2007-03-12 misha
11661:
11662: * tests/: 107.html, results/107.processed: - added test for xpath
11663: '//man'
11664:
11665: 2007-03-01 misha
11666:
11667: * tests/: 097.html, results/097.processed: - added test for
11668: creating xdoc from file
11669:
11670: * tests/: results/157.processed, 157.html: - added test for
11671: file:move
11672:
11673: 2007-02-28 misha
11674:
11675: * src/classes/xdoc.C: - another attempt
11676:
11677: * src/classes/xdoc.C: - roll back last changes for a while
11678:
1.211 moko 11679: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11680: ^xdoc::create[$file] added.
1.95 moko 11681:
11682: * src/classes/file.C: - under lock we create non-exist dir anyway
11683:
11684: * tests/results/099.processed: - ever send content-disposition to
11685: client with file
11686:
11687: * tests/157.html: + test for file:copy
11688:
11689: 2007-02-26 misha
11690:
11691: * src/classes/file.C: - some similar strings moved to #define
11692: instead of to be copy/pasted many times
11693:
11694: * src/types/pa_vfile.h: - class name string ("file") moved to
11695: #define
11696:
11697: 2007-02-20 misha
11698:
11699: * configure.in: - added some strings for sqlite detection
11700:
11701: 2007-02-19 misha
11702:
1.211 moko 11703: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11704:
11705: * buildall-with-xml, buildall-without-xml: - some modifications
11706:
11707: 2007-02-17 misha
11708:
11709: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11710:
11711: * src/main/pa_request.C: - damn, i forgot to commit it while I
11712: change console behaviour
11713:
11714: 2007-02-12 misha
11715:
11716: * src/targets/cgi/parser3.C: - don't print headers if
11717: $console:line[data] was used during cgi execution.
11718:
11719: * src/types/pa_vconsole.h: - console class have bool flag now which
11720: marked as 'true' if class was used.
11721:
11722: * tests/: 152.html, results/152.processed: - more types was added
11723: to test 152
11724:
11725: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11726: adding 'bool' (^if($image){} caused exception)
11727:
11728: 2007-02-09 misha
11729:
11730: * tests/: 152.html, results/152.processed: - test alightly updated
11731:
11732: * tests/: 152.html, results/152.processed: - test rewrited
11733:
11734: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11735: bugfix. I broke xdoc & xnode in expression
11736:
11737: 2007-02-08 misha
11738:
11739: * tests/: 152.html, results/152.processed: - add test for checking
11740: 'def' for void, string, bool, int & double
11741:
11742: 2007-02-07 misha
11743:
1.211 moko 11744: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11745: added
1.95 moko 11746:
11747: * tests/results/153.processed: - result test for
11748: ^file:base64[filespec] was updated
11749:
11750: * tests/153.html: - test for ^file:base64[filespec] was added
11751:
11752: * src/types/pa_vconsole.h: - little optimization
11753:
11754: * src/classes/file.C: - ^file:base64[filespec]
11755:
11756: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11757:
11758: * src/include/pa_common.h: - declarations for
11759: ^file:base64[filespec]
11760:
11761: * src/types/pa_vcookie.C: - little optimization
11762:
11763: 2007-02-06 misha
11764:
11765: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11766: were temporary commented
11767:
11768: * src/types/pa_vbool.h: - bugfix
11769:
11770: * tests/156.html: - added test for bool cookie
11771:
11772: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11773:
11774: * tests/: 155.html, results/155.processed: - added test for check
11775: $.encloser[] option for table save/load
11776:
11777: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11778:
11779: 2007-02-05 misha
11780:
11781: * tests/results/152.processed: - newline at the end was missed
11782:
11783: * tests/results/141.processed: - math:md5 must be lowercased
11784:
11785: * src/targets/cgi/parser3.C: - 2007 in help ;)
11786:
11787: 2007-02-03 misha
11788:
11789: * tests/results/: 150.processed, 151.processed, 152.processed: -
11790: test for bool added and some content length fixes
11791:
11792: * tests/152.html: - test for bool added
11793:
11794: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11795:
1.211 moko 11796: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11797:
1.116 moko 11798: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11799: classes/classes.vcproj, classes/double.C, classes/int.C,
11800: classes/string.C, classes/void.C, classes/xnode.C,
11801: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11802: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11803: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11804: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11805: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11806: types/types.vcproj: - bool class was added
11807:
11808: * src/main/pa_request.C: - fix
11809:
11810: 2007-01-18 misha
11811:
11812: * src/: main/pa_string.C, classes/string.C: - return table during
11813: ^string.match[][] even if no matched found.
11814:
11815: 2006-12-20 misha
11816:
11817: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11818: http://www.parser.ru/forum/?id=55598 ]
11819:
11820: 2006-12-19 misha
11821:
11822: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11823: details: http://www.parser.ru/forum/?id=52359
11824:
11825: * src/main/pa_request.C: - always set content-disposition for
11826: $response:body[hash here]. more details:
11827: http://www.parser.ru/forum/?id=52130
11828:
11829: 2006-12-07 misha
11830:
1.211 moko 11831: * operators.ru.txt, operators.txt: - added info about bool params
11832: in cookie set
1.95 moko 11833:
11834: * src/types/pa_vcookie.C: - bool param in cookies available now
11835: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11836: ]
11837:
11838: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11839: was added
11840:
11841: 2006-12-02 misha
11842:
11843: * src/classes/file.C: - file_block_read used instead of native read
11844:
11845: * src/main/pa_common.C: - added file_block_read with read error
11846: detection - file_block_read used instead of native read
11847:
11848: * src/include/pa_common.h: - added file_block_read declaration
11849:
11850: 2006-12-01 misha
11851:
1.211 moko 11852: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11853: added
1.95 moko 11854:
11855: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11856: $var.CLASS_NAME added
11857:
1.211 moko 11858: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11859:
11860: * src/classes/file.C: - ^file:copy[from;fo] was added
11861:
11862: 2006-11-20 misha
11863:
11864: * src/classes/date.C: - bug fix :)
11865:
11866: 2006-11-17 misha
11867:
11868: * src/include/pa_common.h: - array in crc32 calculation was changed
11869: to static
11870:
11871: * src/main/pa_common.C: - little optimization in getMonthDays -
11872: small changes in crc32 calculation
11873:
11874: * src/classes/date.C: - not needed code was removed
11875:
11876: 2006-11-16 misha
11877:
11878: * src/types/pa_vmail.C: - fix missed brakes
11879:
11880: * src/types/pa_vmail.C: - mail:send now set content-type:
11881: multipart/related instead of multipart/mixed if file have
11882: $.content-id[]
11883:
11884: 2006-11-15 misha
11885:
11886: * src/types/pa_vdouble.h: abs -> fabs
11887:
11888: 2006-11-14 misha
11889:
1.211 moko 11890: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
11891: and ^file:md5[file-name]
1.95 moko 11892:
11893: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11894: added
11895:
11896: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11897: FILE_BUFFER_SIZE
11898:
11899: * src/classes/math.C: - hex_string was moved to pa_common.h
11900:
11901: * src/include/pa_common.h: - hex_string was moved from math.C -
11902: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11903:
11904: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11905: values was fixed
11906:
11907: 2006-11-13 misha
11908:
1.211 moko 11909: * operators.ru.txt, operators.txt: - added info about
11910: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 11911:
11912: * src/classes/math.C: - added ^math:crc32[string]
11913:
11914: * src/classes/file.C: - some comments were changed - added
11915: ^file:crc32[file-name] and ^file.crc32[]
11916:
11917: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11918: crc32 calculation added
11919:
11920: 2006-11-03 misha
11921:
11922: * src/include/pa_array.h: - not needed variable removed
11923:
11924: * tests/: 150.html, 151.html, results/150.processed,
11925: results/151.processed: - 2 tests were added
11926:
11927: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11928: with $.reverse(1) were fixed
11929:
11930: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11931: query converted to $.charset during ^file::load[http://...]
11932:
11933: 2006-11-02 misha
11934:
11935: * src/include/pa_table.h: ups. forget '=' char
11936:
11937: * src/include/pa_table.h: - one more fix in
11938: .locate[...][$.reverse(1)]
11939:
11940: 2006-11-01 misha
11941:
11942: * src/classes/math.C: - bug fix, details:
11943: http://www.parser.ru/forum/?id=53360
11944:
11945: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11946: false for all records )[$.reverse(1)]
11947:
11948: * src/main/pa_http.C: - second param for this mid method is length
11949: but not end_index so this method has error and can't detect
11950: charsets in next content-types: Content-type: text/html;
11951: charset="windows-1251" Content-type: text/html;
11952: charset="windows-1251"; Content-type: text/html;
11953: charset=windows-1251;
11954:
11955: only Content-type: text/html; charset=windows-1251 was fine
11956:
11957: 2006-10-31 misha
11958:
11959: * src/classes/file.C: - empty args in file::exec removed now
11960:
11961: 2006-09-03 paf
11962:
11963: * src/classes/file.C: proper tainting of
11964: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11965:
11966: 2006-06-09 paf
11967:
11968: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11969:
11970: * src/classes/table.C: formatting
11971:
11972: * src/classes/table.C: incorporated patch from misha: Sent:
11973: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11974: ignoring string options for ^table.save[]
11975:
11976: * src/classes/hash.C: incorporated patch from misha Sent:
11977: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11978: $hash._default disappear while
11979:
1.211 moko 11980: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
11981: $.value[file] $.format[!uue|!base64] << new base64 option.
11982: default uue ] ]
1.95 moko 11983:
11984: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11985: PM Subject: patch for base64 in ^mail:send[] %-)
11986:
11987: 2006-04-09 paf
11988:
11989: * src/main/compile.tab.C: ` change compiled
11990:
1.211 moko 11991: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 11992: src/classes/classes.vcproj, src/classes/file.C,
11993: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11994: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11995: src/classes/xnode.C, src/include/pa_array.h,
11996: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11997: src/include/pa_memory.h, src/include/pa_request.h,
11998: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11999: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12000: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12001: src/lib/pcre/pcre_dftables.vcproj,
12002: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12003: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12004: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12005: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12006: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12007: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12008: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12009: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12010: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12011: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12012: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12013: src/types/pa_value.h, src/types/pa_vcookie.C,
12014: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12015: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12016: src/types/pa_vstatus.C, src/types/types.vcproj,
12017: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12018: ^menu, ^hash/hashfile.foreach
12019:
12020: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12021: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12022: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12023: src/classes/xnode.C, src/include/pa_array.h,
12024: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12025: src/include/pa_memory.h, src/include/pa_request.h,
12026: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12027: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12028: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12029: src/lib/pcre/pcre_dftables.vcproj,
12030: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12031: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12032: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12033: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12034: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12035: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12036: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12037: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12038: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12039: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12040: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12041: src/types/pa_value.h, src/types/pa_vcookie.C,
12042: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12043: src/types/pa_vstatus.C, src/types/types.vcproj,
12044: tests/descript.ion: ! switched to VS2005 (projects and
12045: object<info explicitly typed>.for_each(, info)) +
12046: $response:field[] setting void means removing + grammar $name`
12047: name stops now, for mysql `$field` + started ^break[]
12048: ^continue[], in ^for. TODO: to other iterators (while, menu,
12049: foreach) + all log messages += [uri=, method=, cl=]
12050:
12051: * buildall-with-xml: merged . ftp paths update
12052:
12053: * buildall-with-xml: . ftp paths update
12054:
12055: 2006-03-04 paf
12056:
12057: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12058: checks++ [thanks to Igor Zinkovsky for detailed report]
12059:
12060: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12061: Igor Zinkovsky for detailed report]
12062:
12063: 2006-03-01 paf
12064:
12065: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12066: \n to ' ' in
12067:
12068: 2006-02-18 paf
12069:
12070: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12071: \n to ' ' in
12072:
12073: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12074:
12075: 2006-02-03 paf
12076:
12077: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12078: base64
12079:
12080: * src/main/pa_common.C: ! bugfix: decoding from base64
12081:
12082: 2006-01-20 paf
12083:
12084: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12085: economy fix
12086:
12087: * src/classes/: table.C: merged from HEAD ! bugfix
12088: ^table.save[$.encloser-s now handled properly
12089:
12090: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12091: handled properly
12092:
12093: 2006-01-19 paf
12094:
12095: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12096: libgc:USE_MUNMAP activates merging of free memory blocks which
12097: helps a lot in our case: after transform we want
12098: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12099:
12100: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12101: economy fix
12102:
12103: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12104: activates merging of free memory blocks which helps a lot in our
12105: case: after transform we want CORD(main.result)->cstr[big
12106: malloc]->transcode[big malloc]
12107:
12108: 2006-01-17 paf
12109:
12110: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12111: before reading them. got rid of reallocs = became quicker and
12112: less fragmentated
12113:
12114: 2005-12-29 paf
12115:
1.116 moko 12116: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12117: configure, configure.in, src/include/pa_version.h,
12118: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12119: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12120: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12121: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12122: src/lib/ltdl/missing: . merged from 3.2.1
12123:
1.116 moko 12124: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12125: packaged when 'make dist', so do configure companion files in
12126: src/lib/ltdl
12127:
12128: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12129: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12130: missing: . now config_auto.h is created with configure [were
12131: constant]
1.95 moko 12132:
12133: * INSTALL: . references to documentation and some clarification
12134:
12135: * buildall-with-xml, buildall-without-xml: . farawell doc
12136: indication
12137:
1.116 moko 12138: * Makefile.am: . dist+=buildall*
1.95 moko 12139:
12140: 2005-12-28 paf
12141:
12142: * configure: . 3.2.1
12143:
12144: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12145: simplify build process, see INSTALL
12146:
12147: 2005-12-26 paf
12148:
12149: * configure: ver
12150:
12151: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12152: version
12153:
12154: 2005-12-21 paf
12155:
12156: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12157: compiled with bison 1.875b, it reports unexpected token names
12158:
12159: 2005-12-19 paf
12160:
12161: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12162: holds a link to xmlNode to prevent premature gc(xmlNode)
12163:
12164: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12165: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12166: src/main/main.vcproj, src/main/pa_globals.C,
12167: src/targets/cgi/parser3.vcproj,
12168: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12169: configure, configure.in, src/include/pa_version.h: . killing
12170: gdome [what a relief]
12171:
12172: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12173: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12174: run_parser.sh, results/001.processed, results/002.processed,
12175: results/003.processed, results/004.processed,
12176: results/005.processed, results/006.processed,
12177: results/008.processed, results/009.processed,
12178: results/010.processed, results/011.processed,
12179: results/012.processed, results/013.processed,
12180: results/014.processed, results/015.processed,
12181: results/016.processed, results/017.processed,
12182: results/018.processed, results/020.processed,
12183: results/021.processed, results/022.processed,
12184: results/023.processed, results/024.processed,
12185: results/025.processed, results/026.processed,
12186: results/027.processed, results/028.processed,
12187: results/029.processed, results/030.processed,
12188: results/031.processed, results/032.processed,
12189: results/033.processed, results/034.processed,
12190: results/035.processed, results/036.processed,
12191: results/037.processed, results/038.processed,
12192: results/039.processed, results/040.processed,
12193: results/041.processed, results/042.processed,
12194: results/043.processed, results/044.processed,
12195: results/045.processed, results/046.processed,
12196: results/047.processed, results/048.processed,
12197: results/049.processed, results/050.processed,
12198: results/051.processed, results/052.processed,
12199: results/053.processed, results/054.processed,
12200: results/055.processed, results/056.processed,
12201: results/057.processed, results/058.processed,
12202: results/059.processed, results/060.processed,
12203: results/061.processed, results/062.processed,
12204: results/063.processed, results/064.processed,
12205: results/065.processed, results/066.processed,
12206: results/067.processed, results/068.processed,
12207: results/069.processed, results/070.processed,
12208: results/071.processed, results/072.processed,
12209: results/073.processed, results/074.processed,
12210: results/075.processed, results/076.processed,
12211: results/077.processed, results/078.processed,
12212: results/079.processed, results/080.processed,
12213: results/081.processed, results/082.processed,
12214: results/083.processed, results/084.processed,
12215: results/085.processed, results/086.processed,
12216: results/087.processed, results/088.processed,
12217: results/089.processed, results/090.processed,
12218: results/091.processed, results/092.processed,
12219: results/093.processed, results/094.processed,
12220: results/095.processed, results/096.processed,
12221: results/097.processed, results/099.processed,
12222: results/100.processed, results/101.processed,
12223: results/102.processed, results/104.processed,
12224: results/105.processed, results/106.processed,
12225: results/107.processed, results/108.processed,
12226: results/109.processed, results/110.processed,
12227: results/111.processed, results/112.processed,
12228: results/113.processed, results/114.processed,
12229: results/115.processed, results/117.processed,
12230: results/119.processed, results/120.processed,
12231: results/121.processed, results/122.processed,
12232: results/123.processed, results/124.processed,
12233: results/125.processed, results/126.processed,
12234: results/127.processed, results/128.processed,
12235: results/129.processed, results/130.processed,
12236: results/131.processed, results/132.processed,
12237: results/133.processed, results/134.processed,
12238: results/135.processed, results/136.processed,
12239: results/138.processed, results/139.processed,
12240: results/140.processed, results/141.processed,
12241: results/142.processed, results/143.processed,
12242: results/144.processed, results/145.processed,
12243: results/146.processed, results/147.processed,
12244: results/148.processed, results/149.processed, results/auto.p: .
12245: now works if we turn off default auto.p
12246:
1.116 moko 12247: * configure: . makes
1.95 moko 12248:
12249: * src/types/pa_vxnode.C: . less warnings
12250:
12251: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12252: tests/145.html, tests/149.html, tests/descript.ion,
12253: tests/outputs/d.cmd, tests/results/142.processed,
12254: tests/results/143.processed, tests/results/144.processed,
12255: tests/results/145.processed, tests/results/146.processed,
12256: tests/results/147.processed, tests/results/148.processed,
12257: tests/results/149.processed: . removed .nodeValue from all node
12258: types other than 5 (grabbed piece from gdome)
12259:
12260: * tests/: 137.html, results/137.processed: . not handled this case
12261: yet. code does not hang from inserting parent into child,
12262: considering thing minor issue -- nodes are removed from source
12263: anyway, don't know why shold that be an error after all
12264:
12265: * src/targets/cgi/parser3.C: . style
12266:
12267: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12268: xdoc too [were barking "not element"]
12269:
12270: 2005-12-16 paf
12271:
12272: * tests/: 146.html, 147.html, 148.html: . more tests
12273:
12274: * src/classes/xnode.C: . also bark on possible errors
12275:
12276: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12277: props
12278:
12279: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12280: main/compile.y: merged from HEAD ! fixed overoptimized
12281: ^call(false) case. (confused it with ^call[] case)
12282:
12283: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12284: ^call(false) case. (confused it with ^call[] case)
12285:
12286: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12287:
12288: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12289: results/001.processed, results/002.processed,
12290: results/003.processed, results/004.processed,
12291: results/005.processed, results/006.processed,
12292: results/008.processed, results/009.processed,
12293: results/010.processed, results/011.processed,
12294: results/012.processed, results/013.processed,
12295: results/014.processed, results/015.processed,
12296: results/016.processed, results/017.processed,
12297: results/018.processed, results/019.processed,
12298: results/020.processed, results/021.processed,
12299: results/022.processed, results/023.processed,
12300: results/024.processed, results/025.processed,
12301: results/026.processed, results/027.processed,
12302: results/028.processed, results/029.processed,
12303: results/030.processed, results/031.processed,
12304: results/032.processed, results/033.processed,
12305: results/034.processed, results/035.processed,
12306: results/036.processed, results/037.processed,
12307: results/038.processed, results/039.processed,
12308: results/040.processed, results/041.processed,
12309: results/042.processed, results/043.processed,
12310: results/044.processed, results/045.processed,
12311: results/046.processed, results/047.processed,
12312: results/048.processed, results/049.processed,
12313: results/050.processed, results/051.processed,
12314: results/052.processed, results/053.processed,
12315: results/054.processed, results/055.processed,
12316: results/056.processed, results/057.processed,
12317: results/058.processed, results/059.processed,
12318: results/060.processed, results/061.processed,
12319: results/062.processed, results/063.processed,
12320: results/064.processed, results/065.processed,
12321: results/066.processed, results/067.processed,
12322: results/068.processed, results/069.processed,
12323: results/070.processed, results/071.processed,
12324: results/072.processed, results/073.processed,
12325: results/074.processed, results/075.processed,
12326: results/076.processed, results/077.processed,
12327: results/078.processed, results/079.processed,
12328: results/080.processed, results/081.processed,
12329: results/082.processed, results/083.processed,
12330: results/084.processed, results/085.processed,
12331: results/086.processed, results/087.processed,
12332: results/088.processed, results/089.processed,
12333: results/090.processed, results/091.processed,
12334: results/092.processed, results/093.processed,
12335: results/094.processed, results/095.processed,
12336: results/096.processed, results/097.processed,
12337: results/099.processed, results/101.processed,
12338: results/102.processed, results/104.processed,
12339: results/105.processed, results/106.processed,
12340: results/107.processed, results/108.processed,
12341: results/109.processed, results/110.processed,
12342: results/111.processed, results/112.processed,
12343: results/113.processed, results/114.processed,
12344: results/115.processed, results/116.processed,
12345: results/117.processed, results/118.processed,
12346: results/119.processed, results/120.processed,
12347: results/121.processed, results/122.processed,
12348: results/123.processed, results/124.processed,
12349: results/125.processed, results/126.processed,
12350: results/127.processed, results/128.processed,
12351: results/129.processed, results/130.processed,
12352: results/131.processed, results/132.processed,
12353: results/133.processed, results/134.processed,
12354: results/135.processed, results/136.processed,
12355: results/137.processed, results/138.processed,
12356: results/139.processed, results/140.processed,
12357: results/141.processed: . refreshed old tests, made them work
12358: without auto.p (in utf8) . things noted: . gif got encoded
12359: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12360: some strange year)
12361:
12362: * INSTALL: . revived linux libgc fix
12363:
12364: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12365: glib/gdome in INSTALL and patches]
12366:
12367: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12368: include/pa_charset.h, include/pa_config_includes.h,
12369: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12370: include/pa_xml_exception.h, lib/cord/Makefile.am,
12371: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12372: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12373: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12374: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12375: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12376: types/pa_vxnode.h: . started killing gdome
12377:
12378: 2005-12-13 paf
12379:
12380: * src/main/: pa_request.C: merged from HEAD ! when code in
12381: @unhandled_exception thrown another exception, print correct
12382: origin (earlier code in catch of exception inside of
12383: @unhandled_exception grabbed parent_frame(original_exception)
12384: origin and printed it, instead of true origin)
12385:
12386: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12387: another exception, print correct origin (earlier code in catch of
12388: exception inside of @unhandled_exception grabbed
12389: parent_frame(original_exception) origin and printed it, instead
12390: of true origin)
12391:
12392: 2005-12-09 paf
12393:
12394: * INSTALL: . updated INSTALL doc to work around linux stack base
12395: detection problem, due to change in gc6.4 code
12396:
12397: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12398: ignored in ^string.matched :(
12399:
12400: * src/main/pa_string.C: ! regex tainting were ignored in
12401: ^string.matched :(
12402:
12403: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12404: src/include/pa_config_fixed.h, src/include/pa_version.h,
12405: src/main/compile.y, src/main/compile_tools.h,
12406: src/main/pa_charset.C, src/main/pa_common.C,
12407: src/main/pa_globals.C, src/main/pa_string.C,
12408: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12409: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12410:
12411: 2005-12-08 paf
12412:
12413: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12414: 500 chars now handled OK [were wrapped on 500th char according to
12415: rfc, but sendmail failed to unwrap it properly]
12416:
12417: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12418: handled OK [were wrapped on 500th char according to rfc, but
12419: sendmail failed to unwrap it properly]
12420:
12421: * src/targets/isapi/parser3isapi.C: . less warnings
12422:
12423: * src/targets/isapi/parser3isapi.C: . undone some strange change
12424: since 3.1.5
12425:
12426: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12427: link fixes
12428:
12429: * src/: classes/date.C, include/pa_config_fixed.h,
12430: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12431: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12432: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12433:
12434: * src/include/pa_config_fixed.h: . removed outdated string origins
12435: [in current storage scheme there's no place for them. someday we
12436: can add third CORD to store origins and special version of parser
12437: which stores origins there [separate binary]]
12438:
12439: 2005-12-07 paf
12440:
12441: * src/targets/isapi/parser3isapi.C: . now links in release mode
12442:
12443: * src/include/pa_version.h: makefiles
12444:
12445: * src/include/pa_version.h: . not beta
12446:
12447: * configure, configure.in, src/include/pa_version.h: not beta
12448:
12449: 2005-12-06 paf
12450:
12451: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12452: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12453: decided to undo the change ^call[$void] passes void. now it will
12454: pass empty string again.
12455:
12456: * src/main/: compile.tab.C, compile.y: . version readded
12457:
12458: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12459: = ^switch[void] problem
12460:
12461: 2005-12-01 paf
12462:
12463: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12464: caused ^case[string] to be coerced to double since searching
12465: value were not string (it was vvoid)
12466:
12467: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12468: ^case[string] to be coerced to double since searching value were
12469: not string (it was vvoid)
12470:
12471: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12472: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12473:
12474: 2005-11-30 paf
12475:
12476: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12477: win32 must putenv("TZ="), on unix works only putenv("TZ")
12478:
12479: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12480: putenv("TZ="), on unix works only putenv("TZ")
12481:
12482: * INSTALL: . xml libs versions updated
12483:
12484: * src/main/pa_globals.C: //20051130 trying to remove this, author
12485: claims that fixed a lot there // 20040920 for now both
12486: workarounds needed. wait for new libxml/xsl versions
12487:
12488: 2005-11-28 paf
12489:
12490: * src/classes/table.C: merged from HEAD: ! nameless table has
12491: columns==0
12492:
12493: * src/classes/table.C: ! nameless table has columns==0
12494:
12495: * src/main/pa_http.C: merged from HEAD: ! status line check made
12496: earlier [was totally wrong]
12497:
12498: * src/main/pa_http.C: ! status line check made earlier [was totally
12499: wrong]
12500:
12501: 2005-11-25 paf
12502:
12503: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12504: undoing for now...
12505:
12506: * src/include/pa_version.h: -this reduces speed(table::load),
12507: strange. undoing
12508:
12509: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12510:
12511: * src/classes/op.C: + ^while(){}[SEPARATOR]
12512:
12513: * src/include/pa_array.h: + optimistics added: all arrays (table
12514: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12515: this speeds things up and saves memory a LOT! (not noticed
12516: negative effect on syntetic tests, future will tell...)
12517:
12518: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12519: changed gc_malloc implementation, which obscured profiling
12520:
12521: * src/classes/table.C: merged from HEAD: + optimized
12522: table::load/sql, now row ArrayString-s allocated with
12523: columns.count() elements and don't always grow from
12524: count=3[realloc,realloc]
12525:
12526: * src/classes/table.C: + optimized table::load/sql, now row
12527: ArrayString-s allocated with columns.count() elements and don't
12528: always grow from count=3[realloc,realloc]
12529:
12530: * src/classes/table.C: merged from HEAD: . ^table.save unused
12531: buffer after save
12532:
12533: * src/classes/table.C: . ^table.save unused buffer after save
12534:
12535: 2005-11-24 paf
12536:
12537: * configure.in: . merged glib2-config patch
12538:
12539: * configure.in: + trying to find glib2-config
12540:
12541: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12542: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12543: file/dir_readable to simple file/dir_exist, this would help in
12544: situations "class not found because .p file has bad rights" << in
12545: that case error would be explicit "access denied to 'this' file"
12546:
1.116 moko 12547: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12548:
12549: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12550: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12551: to simple file/dir_exist, this would help in situations "class
12552: not found because .p file has bad rights" << in that case error
12553: would be explicit "access denied to 'this' file"
12554:
12555: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12556: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12557: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12558: ^file::exec/cgi[script;$.charset[changed]
12559: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12560: encoded in $.charset charset
12561:
12562: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12563: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12564: encoded in $.charset charset
12565:
12566: * src/: include/Makefile.am, include/pa_common.h,
12567: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12568: main/pa_common.C, main/pa_http.C: . extracted http:// into
12569: separate file [preparation for
12570: ^file::cgi[script;$.form[$.field1[]
12571:
12572: 2005-11-22 paf
12573:
12574: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12575:
12576: * acinclude.m4, configure.in: . merged underquting fixes
12577:
1.116 moko 12578: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12579:
12580: * src/classes/op.C: . overmerged a little
12581:
12582: * src/main/compile.tab.C: Makefile
12583:
12584: * src/main/: pa_common.C: . less gcc warnings
12585:
12586: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12587: now reports original exception if we have no old cache
12588:
12589: * src/classes/op.C: + $exception.handled[cache] now reports
12590: original exception if we have no old cache
12591:
12592: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12593: from HEAD: + ^taint/untaint[regex] << escapes these:
12594: \^$.[]|()?*+{}
12595:
12596: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12597: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12598:
12599: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12600: getenv-ed variable, which does not work both on win32&unix.
12601: copied old TZ value now
12602:
12603: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12604: stored pointer to getenv-ed variable, which does not work both on
12605: win32&unix. copied old TZ value now
12606:
12607: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12608: getenv-ed variable, which does not work both on win32&unix.
12609: copied old TZ value now
12610:
12611: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12612: access to internal hash
12613:
12614: * src/types/pa_vresponse.C: + $response:headers access to internal
12615: hash
12616:
12617: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12618: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12619: isapi] this reduces number of "GC Warning: Repeated allocation of
12620: very large block" messages to only important onces
12621:
12622: * src/targets/isapi/parser3isapi.C: +
12623: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12624: isapi] this reduces number of "GC Warning: Repeated allocation of
12625: very large block" messages to only important onces
12626:
12627: * src/classes/string.C: merged from HEAD: + removed limitation on
12628: ^string/int/double:sql{}[$.default[({param style})] ]
12629:
12630: * src/classes/string.C: + removed limitation on
12631: ^string/int/double:sql{}[$.default[({param style})] ]
12632:
12633: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12634: with ?params or $.form option" limitation
12635:
12636: * src/main/pa_common.C: + removed "use either uri with ?params or
12637: $.form option" limitation
12638:
12639: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12640: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12641: ^file::base64[encoded] decode
12642:
12643: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12644: main/pa_common.C: + ^file.base64[] encode +
12645: ^file::base64[encoded] decode
12646:
12647: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12648: ^string:base64[encoded] decode
12649:
12650: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12651: ^string:base64[in] encode + ^string.base64[] decode
12652:
12653: 2005-11-21 paf
12654:
12655: * src/classes/file.C: + merged from HEAD:
12656: ^file::create[text;file.xml;^untaint[xml]{data}]
12657:
12658: * src/classes/file.C: +
12659: ^file::create[text;file.xml;^untaint[xml]{data}]
12660:
12661: * src/main/pa_request.C: ! merged: $response:body[file] now
12662: differes from :download, it does not return content-disposition
12663: at all now [previusely it returned valueless content-disposition]
12664:
12665: * src/main/pa_request.C: ! $response:body[file] now differes from
12666: :download, it does not return content-disposition at all now
12667: [previusely it returned valueless content-disposition]
12668:
12669: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12670: literals, reverted to just vvod, recreating empty array with each
12671: void_value token. that's absolutely needed, since that array
12672: grows
12673:
12674: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12675: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12676: types/pa_vmethod_frame.h: + merged: expression literals:
12677: true/false. ^format[$.indent(true)]
12678:
12679: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12680: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12681: types/pa_vmethod_frame.h: + expression literals: true/false.
12682: ^format[$.indent(true)]
12683:
12684: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12685: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12686: i386-pc-win32)"
12687:
12688: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12689: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12690: i386-pc-win32)"
12691:
12692: 2005-11-18 paf
12693:
12694: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12695: null}[$.default(123)] will now return default value
12696:
12697: * src/classes/op.C: + merged ^cache[] << returns current cache
12698: expiration time
12699:
12700: * src/classes/op.C: + ^cache[] << returns current cache expiration
12701: time
12702:
12703: * src/classes/table.C: ! merged ^table::create[not'nameless';
12704: failed << Exception.problem_source pointed to local var!
12705:
12706: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12707: Exception.problem_source pointed to local var!
12708:
12709: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12710: now loads VFile.ptr!=0, so such files can be saved now
12711:
12712: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12713: loads VFile.ptr!=0, so such files can be saved now
12714:
12715: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12716: only . and .. now removed from list [were removed all .*]
12717:
12718: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12719: .. now removed from list [were removed all .*]
12720:
12721: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12722: open error now checked, were not :( [stole that piece from apache
12723: 1.3 sources]
12724:
12725: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12726: checked, were not :( [stole that piece from apache 1.3 sources]
12727:
12728: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12729: untainting of @main result if returned by $result or
12730: $response:body
12731:
12732: * src/main/pa_request.C: ! ensured proper untainting of @main
12733: result if returned by $result or $response:body
12734:
12735: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12736: issue: now tries to guess content-length and allocates one big
12737: piece if possible [regretfully gc_realloc works as malloc+free,
12738: leaving lots of holes behind]
12739:
12740: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12741: fixed file load memory issue: now tries to guess content-length
12742: and allocates one big piece if possible [regretfully gc_realloc
12743: works as malloc+free, leaving lots of holes behind]
12744:
12745: 2005-11-16 paf
12746:
12747: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12748: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12749: table::save with enclosers now doubles them: "->"" !
12750: table::save/load do not remove elements from options hash
12751:
12752: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12753: [were overoptimized ^if(double_literal), compiler confused
12754: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12755:
12756: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12757: [were overoptimized ^if(double_literal), compiler confused
12758: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12759:
12760: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12761: main/pa_common.C: ! table::save with enclosers now doubles them:
12762: "->"" ! table::save/load do not remove elements from options hash
12763:
12764: 2005-11-03 paf
12765:
1.116 moko 12766: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12767: compilation, not all makefiles liked that
1.95 moko 12768:
12769: 2005-08-30 paf
12770:
12771: * src/classes/op.C: merge . speedup check of [DEFAULT]
12772:
12773: * src/classes/op.C: . speedup check of [DEFAULT]
12774:
12775: 2005-08-26 paf
12776:
12777: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12778:
12779: * src/: classes/date.C, types/pa_vdate.h: + date.week
12780:
12781: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12782: complains about bad!=nameless
12783:
12784: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12785: about bad!=nameless
12786:
12787: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12788: optional options were allowed to be empty. were checked
12789: if(is_string), changed to !defined||is_string to allow void
12790:
12791: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12792: classes/string.C, classes/table.C, classes/void.C: ! optional
12793: options were allowed to be empty. were checked if(is_string),
12794: changed to !defined||is_string to allow void
12795:
12796: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12797: as_junction where they needed as_int/double, so failed with
12798: recent "(const) now no junction" optimization
12799:
12800: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12801: merged ! many classes/* used as_junction where they needed
12802: as_int/double, so failed with recent "(const) now no junction"
12803: optimization
12804:
12805: * src/: classes/double.C, classes/int.C, classes/math.C,
12806: classes/op.C, classes/string.C, classes/table.C,
12807: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12808: used as_junction where they needed as_int/double, so failed with
12809: recent "(const) now no junction" optimization
12810:
12811: 2005-08-24 paf
12812:
12813: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12814: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12815: stripped it
12816:
12817: 2005-08-09 paf
12818:
12819: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12820: not cleared
12821:
12822: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12823: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12824: classes/hashfile.C, classes/image.C, classes/int.C,
12825: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12826: classes/response.C, classes/string.C, classes/table.C,
12827: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12828: include/pa_array.h, include/pa_cache_managers.h,
12829: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12830: include/pa_config_fixed.h, include/pa_config_includes.h,
12831: include/pa_dictionary.h, include/pa_dir.h,
12832: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12833: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12834: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12835: include/pa_request_charsets.h, include/pa_request_info.h,
12836: include/pa_sapi.h, include/pa_socks.h,
12837: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12838: include/pa_stack.h, include/pa_string.h,
12839: include/pa_stylesheet_connection.h,
12840: include/pa_stylesheet_manager.h, include/pa_table.h,
12841: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12842: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12843: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12844: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12845: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12846: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12847: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12848: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12849: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12850: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12851: main/pa_sql_driver_manager.C, main/pa_string.C,
12852: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12853: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12854: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12855: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12856: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12857: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12858: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12859: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12860: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12861: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12862: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12863: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12864: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12865: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12866: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12867: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12868: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12869: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12870: types/pa_vresponse.C, types/pa_vresponse.h,
12871: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12872: types/pa_vstateless_object.h, types/pa_vstatus.C,
12873: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12874: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12875: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12876: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12877: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12878:
12879: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12880: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12881: speedup consequent checks in vmethod_frame
12882:
12883: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12884: not cleared
12885:
12886: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12887: params: 50 max (were 10)
12888:
12889: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12890: params: 50 max (were 10)
12891:
12892: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12893: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12894: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12895: empty string) ! simplified (double) speedup consequent checks in
12896: vmethod_frame
12897:
12898: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12899: optimized constants in expressions vstring->vdouble + optimized
12900: ^call(vdouble), no junction creation, no calls later
12901:
12902: 2005-08-08 paf
12903:
12904: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12905: compile_tools.h: merged + optimized constants in expressions
12906: vstring->vdouble + optimized ^call(vdouble), no junction
12907: creation, no calls later
12908:
12909: * src/types/pa_vdouble.h: merged . double values without fractional
12910: part now default printed as %.0f instead of %g
12911:
12912: * src/types/pa_vdouble.h: . double values without fractional part
12913: now default printed as %.0f instead of %g
12914:
12915: * src/classes/hashfile.C: . merged ! second hashfile::open would
12916: cause an exception
12917:
12918: * src/classes/hashfile.C: ! second hashfile::open would cause an
12919: exception
12920:
12921: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12922: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12923: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12924: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12925: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12926: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12927: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12928: types/pa_vresponse.h, types/pa_vstateless_class.C,
12929: types/pa_vstateless_object.h, types/pa_vvoid.h,
12930: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12931: merged VJunction(new Junction) optimization from 3.1.4
12932:
12933: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12934: types/pa_vstateless_class.C: + optimized new VJunction(new
12935: Junction(params)) to new VJunction(params), thousands of mallocs
12936: removed
12937:
12938: 2005-08-05 paf
12939:
12940: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12941: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12942: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12943: creation, no calls later
12944:
12945: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12946: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12947: classes/hashfile.C, classes/image.C, classes/int.C,
12948: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12949: classes/response.C, classes/string.C, classes/table.C,
12950: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12951: include/pa_array.h, include/pa_cache_managers.h,
12952: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12953: include/pa_config_fixed.h, include/pa_config_includes.h,
12954: include/pa_dictionary.h, include/pa_dir.h,
12955: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12956: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12957: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12958: include/pa_request_charsets.h, include/pa_request_info.h,
12959: include/pa_sapi.h, include/pa_socks.h,
12960: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12961: include/pa_stack.h, include/pa_string.h,
12962: include/pa_stylesheet_connection.h,
12963: include/pa_stylesheet_manager.h, include/pa_table.h,
12964: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12965: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12966: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12967: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12968: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12969: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12970: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12971: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12972: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12973: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12974: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12975: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12976: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12977: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12978: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12979: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12980: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12981: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12982: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12983: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12984: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12985: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12986: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12987: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12988: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12989: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12990: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12991: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12992: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12993: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12994: types/pa_vstateless_object.h, types/pa_vstatus.C,
12995: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12996: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12997: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12998: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12999: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13000:
13001: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13002: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13003: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13004: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13005: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13006: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13007: optimized constants in expressions vstring->vdouble
13008:
13009: 2005-07-29 paf
13010:
13011: * src/types/pa_vclass.C: . shaped up error messages a bit
13012:
13013: * src/types/pa_vclass.C: + property getter can now be overridden
13014:
13015: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13016: bug fix: static parent fields were not replaced in case
13017: $derived:field[put] + property setter can now be overridden
13018:
13019: 2005-07-28 paf
13020:
13021: * configure, configure.in, src/classes/classes.h,
13022: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13023: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13024: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13025: src/classes/xnode.h, src/include/pa_hash.h,
13026: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13027: src/types/Makefile.am, src/types/pa_method.h,
13028: src/types/pa_value.h, src/types/pa_vclass.C,
13029: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13030: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13031: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13032: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13033: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13034: src/types/pa_vobject.C, src/types/pa_vobject.h,
13035: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13036: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13037: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13038: src/types/pa_vstateless_class.h,
1.95 moko 13039: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13040: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13041: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13042: dynamic_fields_join
13043:
13044: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13045: classes/xnode.C, include/pa_hash.h, main/execute.C,
13046: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13047: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13048: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13049: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13050: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13051: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13052: types/pa_vresponse.h, types/pa_vstateless_object.h,
13053: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13054: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13055: restored its checks in vobject.put_element->static fields |
13056: dynamic properties
13057:
13058: 2005-07-27 paf
13059:
13060: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13061: is some old code containing @set_name $name
13062:
13063: * src/types/pa_vobject.h: . fixed warning
13064:
13065: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13066: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13067:
13068: * src/: classes/xnode.C, include/pa_hash.h,
13069: types/pa_vstateless_class.C: ! new asserts were all false.
13070: regretfully reverted them all to checks
13071:
13072: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13073: classes/op.C, main/execute.C, types/pa_method.h,
13074: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13075: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13076: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13077: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13078: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13079: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13080: types/pa_vstateless_object.h, types/pa_vvoid.h,
13081: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13082: joined_dynamic_fields: removed unused param from put_method
13083: (returned to 3 params)
13084:
13085: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13086: joined_dynamic_fields: dynamic get/set works with overriding
13087: props [alpha2]
13088:
13089: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13090: works [alfa]
13091:
13092: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13093: classes/op.C, include/pa_hash.h, main/execute.C,
13094: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13096: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13097: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13098: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13099: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13100: types/pa_vresponse.h, types/pa_vstateless_class.C,
13101: types/pa_vstateless_object.h, types/pa_vvoid.h,
13102: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13103: joined_dynamic_fields: just compiled
13104:
13105: * src/: classes/date.C, classes/file.C, classes/hash.C,
13106: classes/hashfile.C, classes/image.C, classes/table.C,
13107: classes/xdoc.C, classes/xnode.h, main/execute.C,
13108: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13109: types/pa_vstateless_class.h: joined_dynamic_fields: started
13110:
13111: * src/types/pa_vobject.C: . object setters [only started, does not
13112: work yet]
13113:
13114: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13115: object setters [only started, does not work yet]
13116:
13117: 2005-07-26 paf
13118:
13119: * src/: include/pa_request.h, main/execute.C: . properties: set
13120: works [alpha2]. for classes. todo: for objects
13121:
13122: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13123: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13124: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13125: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13126: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13127: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13128: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13129: types/pa_vstateless_object.h, types/pa_vvoid.h,
13130: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13131: properties: set works [alpha1]
13132:
13133: 2005-07-25 paf
13134:
13135: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13136: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13137: properties: started, get works [alpha1, other approach]
13138:
13139: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13140: properties: started, get works [alpha2]
13141:
13142: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13143: pa_vstateless_class.h: . properties: started, get works [alpha]
13144:
13145: 2005-07-15 paf
13146:
13147: * src/: classes/classes.h, classes/op.C, main/execute.C,
13148: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13149: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13150: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13151: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13152: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13153: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13154: types/pa_vresponse.C, types/pa_vresponse.h,
13155: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13156: types/pa_vstateless_object.h, types/pa_vvoid.h,
13157: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13158: types/pa_wwrapper.h, types/types.vcproj: + started property
13159: [getters work but think of changing them too to precaching]
13160:
13161: 2005-07-08 paf
13162:
13163: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13164: gpf
13165:
13166: 2005-06-28 paf
13167:
13168: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13169: in passing empty strings to file::exec/cgi environment
13170:
13171: 2005-06-06 paf
13172:
13173: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13174: ^table:sql ^hash:sql now DO process $.bind option
13175:
13176: 2005-05-24 paf
13177:
13178: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13179: $.limit] now work again [support was broken in 3.1.4]
13180:
13181: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13182: ALL_INTERIOR_POINTERS
13183:
13184: 2005-05-12 paf
13185:
13186: * configure: 3.1.5beta
13187:
13188: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13189:
13190: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13191: $.limit] now work again [support was broken in 3.1.4]
13192:
13193: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13194: line-width [was refusing to fill if line-width >1, thanks to
13195: Seras <seras@pinxit.lt> for repro case
13196:
13197: 2005-04-25 paf
13198:
13199: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13200: correctly
13201:
13202: 2005-04-19 paf
13203:
13204: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13205: in VString violating invariant!!
13206:
13207: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13208: getenv("TZ")==null
13209:
13210: 2005-04-08 paf
13211:
13212: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13213: bugfix: when there is no char in charset one byte produces 6
13214: (ÿ <<max). increased buffer size!
13215:
13216: 2005-03-23 paf
13217:
13218: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13219: ^date.sql-string now takes TZ into account
13220:
13221: 2005-03-16 paf
13222:
13223: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13224: gcc 3.4
13225:
13226: * src/types/pa_vhash.C: . warning about eof eol
13227:
13228: 2005-02-17 paf
13229:
1.211 moko 13230: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13231: ^sleep(double seconds)
1.95 moko 13232:
13233: 2005-02-02 paf
13234:
13235: * src/classes/xnode.C: beauty: removed needless includes
13236:
13237: 2005-01-31 paf
13238:
13239: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13240: $.partNoNumber now alias to $.part1
13241:
13242: * src/types/pa_vmail.C: change: incoming letter part contains
13243: "content-disposition" header with any value? now considering that
13244: part to be "file#" [for text/plain text/html were $.text#
13245: $.html#]
13246:
13247: * INSTALL: updatet to latest working versions available
13248:
13249: 2005-01-20 paf
13250:
13251: * configure.in, src/include/pa_version.h: version
13252:
13253: 2005-01-19 paf
13254:
1.116 moko 13255: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13256: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13257: couple warnings in parser3.C
1.95 moko 13258:
13259: 2004-12-23 paf
13260:
13261: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13262:
13263: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13264: dir to directory of script (when shbang used), not to directory
13265: of its interpreter
13266:
13267: * src/include/pa_version.h: compiled on win32...
13268:
13269: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13270: we need more hspace
13271:
13272: * configure, configure.in, src/include/pa_version.h: configured
13273: host to pa_version. will be displayed everywhere
13274:
13275: * src/main/pa_request.C: new: @unhandled_exception can prevent
13276: exception from being logged by setting $exception.handled(1)
13277:
1.211 moko 13278: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13279: ^file::sql{query}[[options]] options: $.name[file name]
13280: $.content-type[application/what]
13281:
13282: * src/: include/pa_common.h, main/pa_common.C,
13283: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13284: new file
13285:
13286: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13287: bugfix: table->hash now regards _default
13288:
13289: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13290: created by accessing $name_of_method it acquired bad self=closest
13291: methodframe; instead of proper self (current class)
13292:
13293: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13294: hashfile produced bad cord
13295:
13296: 2004-12-10 paf
13297:
13298: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13299: subsequent failures though defined in .h
13300:
13301: * src/main/pa_common.C: comment on volatile
13302:
13303: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13304: alarm function were not used since the beginning due to stupid
13305: error [setsigjmp were not checked in configure.in]
13306:
13307: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13308: unix too
13309:
13310: * src/main/pa_common.C: http: exception status of send/recv errors
13311: change to most probable http.timeout
13312:
13313: * src/main/pa_common.C: win32: http connection $.timeout option now
13314: works [setsockopt on send/receive]
13315:
13316: 2004-12-08 paf
13317:
13318: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13319: cstr-ed knowing mail charset, and untainting uri lang now knows
13320: proper charset
13321:
13322: 2004-11-24 paf
13323:
13324: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13325:
13326: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13327: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13328:
13329: 2004-11-12 paf
13330:
13331: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13332: [since 3.0.4]
13333:
13334: 2004-11-09 paf
13335:
13336: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13337: writes basics to c:\parser3.log
13338:
13339: 2004-10-21 paf
13340:
13341: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13342: tainted strings [were returning clean onces]
13343:
13344: 2004-10-15 paf
13345:
13346: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13347: cycles(i=1; i=2), which was wrong, now does ONE
13348:
13349: 2004-10-12 paf
13350:
13351: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13352:
13353: 2004-10-07 paf
13354:
13355: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13356: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13357: release asserts
13358:
13359: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13360: String.dump() to stdout in detailed form [were String.v() in
13361: short form]
13362:
13363: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13364: \t\r\n as @#| and truncates long char sequences less
13365:
13366: 2004-10-06 paf
13367:
13368: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13369: win32 beauty: socket errors properly decoded
13370:
13371: 2004-10-05 paf
13372:
13373: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13374: request::configure_user/admin done always, even if no
13375: file-to-process useful in @unhandled_exception [say, if they
13376: would want to mail by SMTP something]
13377:
13378: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13379: now performed prior to file loading [and @auto executing] thus
13380: making $cookie:value available in @auto and in
13381: @unhandled_exception when IIS is configured to run interpreter
13382: even if no file exist
13383:
13384: 2004-09-20 paf
13385:
13386: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13387: somewhere where it should have called xmlMalloc and it calls
13388: xmlFree when it should have not called it. inserted two
13389: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13390: xmlFree just ignored. put away a testcase, maybe someday libxml
13391: author would fix all that. until that day: we have SLOW garbage
13392: collecting when many xml objects are alive hint: do
13393: ^memory:compact[] before xdoc::create
13394:
13395: 2004-09-17 paf
13396:
13397: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13398: error from 3.0.8 version]
13399:
13400: 2004-09-14 paf
13401:
13402: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13403: part bugfix: hashfile.foreach iterated only part if hashfile were
13404: modified inside
13405:
13406: 2004-09-13 paf
13407:
13408: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13409: [were as octal]
13410:
13411: * src/types/pa_vhashfile.C: beauty: not reproduced
13412: $hashfile.key[$novalue] bug [reported by motorin], inserted
13413: safety-check
13414:
13415: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13416: [not something obscure from sdbm lib]
13417:
13418: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13419: = strerror now returnes something and we can properly report that
13420: to client
13421:
13422: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13423: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13424:
13425: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13426: [tainted as-is] this helps //[space][newline] to remain as-is and
13427: not be unnecessary optimized away [ruining javascript]
13428:
13429: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13430: [tainted as-is]
13431:
13432: * src/classes/mail.C: bugfix: typo error
13433:
13434: 2004-09-09 paf
13435:
13436: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13437: separators bugfix: loads header with endings \r\n\r\n and \n\n
13438: (bloody yandex.server)
13439:
13440: 2004-09-06 paf
13441:
13442: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13443: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13444: encoded
13445:
13446: 2004-09-01 paf
13447:
13448: * src/types/pa_vmail.C: change: multipart/mixed changed to
13449: multipart/related outlook express have no problems showing
13450: unrelated attachments. todo: someday figure out a way of
13451: multipart/mixed multipart/related text/html
13452: image/xxx application/octet-stream << true attachments
13453:
13454: * src/types/pa_vmail.C: new:
13455: ^mail:send[$.file[$.content-disposition can be overriden new:
13456: empty mail header fields removed from letter
13457:
13458: * src/: classes/mail.C, include/pa_config_fixed.h,
13459: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13460: ^mail:send[ $.file[ $.any[header]
13461:
13462: 2004-08-30 paf
13463:
13464: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13465: warnings
13466:
13467: * src/main/pa_common.C: beauty: do not bother with charset
13468: detection when ^file::load[binary
13469:
13470: 2004-08-27 paf
13471:
13472: * src/main/pa_common.C: hack: for yandex.server http server
13473:
13474: 2004-08-18 paf
13475:
13476: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13477: possibly-chunked response
13478:
13479: 2004-08-17 paf
13480:
13481: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13482: $f.content-type now = that of http response
13483:
13484: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13485: $f.content-type now = that of http response
13486:
13487: 2004-07-30 paf
13488:
13489: * src/: include/pa_request.h, main/pa_request.C,
13490: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13491: win32: system&parser exceptions in release mode reported properly
13492: parser exception in exception handler WERE mistakenly reported as
13493: system exception, without details [in apache & isapi] +some
13494: beauty in exception text
13495:
13496: * src/: include/pa_exception.h, main/pa_request.C,
13497: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13498: release mode reported properly parser exception in exception
13499: handler WERE mistakenly reported as system exception, without
13500: details
13501:
13502: * src/main/execute.C: beauty: simplified system exception handling
13503:
13504: 2004-07-29 paf
13505:
13506: * src/classes/table.C: bugfix:
13507: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13508: were ignored, and \t used unconditionally]
13509:
13510: * src/types/Makefile.am: added vhash.c
13511:
13512: 2004-07-28 paf
13513:
13514: * src/: classes/date.C, classes/image.C, classes/math.C,
13515: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13516: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13517: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13518: failed on russian letters
13519:
13520: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13521: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13522: letters
13523:
13524: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13525: as 'currentDirectory' parameter to CreateProcess
13526:
13527: 2004-07-27 paf
13528:
13529: * src/targets/cgi/parser3.vcproj: beauty: win32:
13530: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13531: from release somewhere [to help searching for unhandled system
13532: exceptions]
13533:
13534: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13535: TZ shift
13536:
13537: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13538: but also in ctor
13539:
13540: 2004-07-26 paf
13541:
1.211 moko 13542: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13543: src/main/pa_common.C, src/main/pa_request.C,
13544: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13545: src/types/types.vcproj: new: $response:body/download[
13546: $.file[name on disk] $.name[of file for user]
13547: $.mdate[date of last-modified. default from directory] ]
13548:
13549: * src/classes/file.C: moving file:send somewhere else..
13550:
13551: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13552: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13553: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13554: $response:download[ $.filename[filename] $.option[] ,, ]
13555:
13556: * src/classes/file.C: beauty: invalid mode thoroughly reported
13557:
13558: 2004-07-21 paf
13559:
13560: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13561: to several lines
13562:
13563: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13564:
13565: note: ms outlook[!express] shows only first 255 characters of
13566: subject
13567:
13568: 2004-07-15 paf
13569:
13570: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13571: off]
13572:
13573: 2004-07-14 paf
13574:
13575: * src/classes/table.C: bugfix: $.bind values now got untainted
13576: according to lang [were: as-is]
13577:
13578: 2004-07-07 paf
13579:
13580: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13581: checked that
13582:
13583: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13584: now untainted according to their languages. were: as-is.
13585: EVERYWHERE
13586:
13587: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13588: environment string now untainted according to their languages.
13589: were: as-is. EVERYWHERE
13590:
13591: * src/main/pa_exec.C: bufix: on unix environment string now
13592: untainted according to their languages. were: as-is. on win32:
13593: ok
13594:
13595: * parser3.vssscc: ...would not go unnoticed
13596:
13597: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13598: fails. in case on input appears nonutf, those bytes will be
13599: printed in %HH form. that can be easily decoded/recovered.
13600:
13601: this form is quite noticable, and hopefully would not go noticed
13602:
13603: 2004-07-06 paf
13604:
13605: * src/main/pa_exec.C: bufix: on unix environment string now
13606: untainted according to their languages. were: as-is. on win32:
13607: ok
13608:
13609: 2004-07-01 paf
13610:
13611: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13612: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13613: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13614: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13615: main/main.vcproj, targets/cgi/parser3.vcproj,
13616: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13617: option: global optimization ON
13618:
13619: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13620: to do xdoc::create{invalid chars} standard disables chars less
13621: then \x20, except tab, cr, lf.
13622:
13623: changed tainting so that those become '!'
13624:
13625: 2004-06-25 paf
13626:
13627: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13628: int on odd address [prev bugfix failed due to superwize
13629: optimizer, which turned memcpy into same 'ld' asm command]
13630:
13631: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13632: int on odd address
13633:
13634: 2004-06-22 paf
13635:
13636: * src/sql/pa_sql_driver.h: note: about possible optimization
13637:
1.211 moko 13638: * operators.ru.txt, operators.txt, src/classes/hash.C,
13639: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13640: src/classes/void.C, src/include/pa_config_includes.h: new:
13641: ^void:sql{call paf(:a)}[ $.bind[
13642: $.a[2] ] ] output variables work. todo:
13643: check in out variables
1.95 moko 13644:
13645: 2004-06-18 paf
13646:
13647: * src/: classes/file.C, classes/hash.C, classes/string.C,
13648: classes/table.C, classes/void.C, include/pa_globals.h,
13649: include/pa_sql_connection.h, main/compile.tab.C,
13650: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13651: $.bind[ $.a[2] ]
13652: ] input variables work. todo:output
13653:
13654: * src/targets/cgi/parser3.C: bugfix: iis specific
13655: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13656: /_bug.html?404;http://hpsv/test/
13657: --------------------------------------------------------------------------------
13658: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13659: --------------------------------------------------------------------------------
13660: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13661:
13662: 2004-06-16 paf
13663:
13664: * src/targets/cgi/parser3.C: new: iis specific
13665: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13666: $request:query
13667: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13668: $form:fields IIS-STATUS="404"
13669: IIS-DOCUMENT="http://server/_bug.html" f="v"
13670:
13671: todo: isapi too
13672:
13673: 2004-05-26 paf
13674:
13675: * src/include/pa_version.h: 3.1.3
13676:
1.211 moko 13677: * operators.ru.txt, operators.txt: beauty: removed outdated level
13678: 'table'
1.95 moko 13679:
13680: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13681:
13682: * src/main/pa_string.C: beauty: removed 3 warnings
13683:
13684: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13685: classes/op.C: beauty: removed outdated level 'table'
13686:
13687: 2004-05-25 paf
13688:
13689: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13690: implementation. mistery: how anything worked
13691:
13692: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13693: changed, it is now safe to use url if pointers to it are stored
13694: to gc mem
13695:
13696: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13697: unknown errors reported and not cause SIGSEGV now
13698:
13699: 2004-05-24 paf
13700:
13701: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13702: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13703: less memory: CORD_chars_block originally intended to ... it was
13704: good that CORD_chars_block were not used: it consumes more memory
13705: [and, might be slow too] undoing that. [and removed that func so
13706: that it would not confuse parser developer in future]
13707:
13708: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13709: less memory: CORD_chars_block originally intended to
13710: speedup/reduce mem usage were forgotten, and were used stupid
13711: CORD_chars
13712:
13713: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13714:
13715: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13716: BIGENDIAN processors space-conserving mech failed, causing
13717: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13718: (1|2|3));
13719:
13720: 2004-05-14 paf
13721:
13722: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13723: bugfix: void now has vfile value, and $response:body[] works OK
13724:
13725: 2004-05-12 paf
13726:
13727: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13728: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13729: sources to use is_defined() {return as_bool();} along VBool
13730:
13731: 2004-05-11 paf
13732:
13733: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13734: referencing to local objects
13735:
13736: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13737: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13738: left intact
13739:
13740: 2004-04-15 paf
13741:
13742: * src/classes/date.C: merged: beauty: unused var removed
13743:
13744: * src/classes/date.C: beauty: unused var removed
13745:
13746: * src/include/: pa_exec.h: bugfix: interface without pointer
13747: provoked bug
13748:
13749: 2004-04-09 paf
13750:
13751: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13752:
13753: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13754:
13755: 2004-04-08 paf
13756:
13757: * src/classes/date.C: new: ^date::create[y-m-d
13758: h-M-s>>.milliseconds<<] now allowed, ignored so far
13759:
13760: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13761:
13762: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13763: to consult default catalog [usually, that file belongs to other
13764: user/group]
13765:
13766: 2004-04-06 paf
13767:
13768: * src/main/pa_common.C: beauty: gcc warning removed
13769:
13770: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13771: accept that trick, trying other
13772:
13773: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13774: explicit result problem
13775:
13776: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13777: explicit result problem
13778:
13779: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13780: explicit result problem
13781:
1.211 moko 13782: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13783: ^string.append[string]
1.95 moko 13784:
13785: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13786: main/execute.C: attempt_check_call_in_explicit_result_mode:
13787: failed
13788:
13789: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13790: http://i.p.a.ddress gethostbyaddr added [on some platforms
13791: gethostbyname failed with such 'domains'] now checked properly,
13792: were: needless reverse/forward dns lookup
13793:
13794: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13795: http://i.p.a.ddress gethostbyaddr added [on some platforms
13796: gethostbyname failed with such 'domains'] now checked properly,
13797: were: needless reverse/forward dns lookup
13798:
13799: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13800: @method[][result] means "no string output here" moved to lexical
13801: level [on grammar level it were too difficult]
13802:
1.211 moko 13803: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13804: src/main/compile.tab.C, src/main/compile.y,
13805: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13806: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13807: string output here", implemented part of that idea: compiler
13808: throws away string literal generation code. and barks
13809: nonwhitespace chars
1.95 moko 13810:
1.211 moko 13811: * operators.ru.txt, operators.txt: truth: removed comment about
13812: $ORIGIN
1.95 moko 13813:
13814: 2004-04-05 paf
13815:
13816: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13817: src/include/pa_version.h, src/main/pa_common.C,
13818: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13819:
13820: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13821: Konstantin Tomashevitch [mailto:konst@design.ru]
13822:
13823: * src/doc/html2chm.cmd: beauty: no need in bg here
13824:
13825: * src/doc/sources2html.cmd: beauty: same window, in bg it
13826: interfered with FAR console
13827:
13828: * configure, configure.in: 3.1.3
13829:
13830: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13831:
13832: * src/main/pa_common.C: removed warning
13833:
13834: * src/include/pa_version.h: 3.1.3
13835:
13836: 2004-04-02 paf
13837:
13838: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13839:
13840: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13841: allows to specify where to put parser log file
13842:
13843: 2004-04-01 paf
13844:
13845: * src/classes/table.C: bugfix: bugfix: table::load last line
13846: without tab and enter were ignored
13847:
13848: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13849: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13850: main/pa_socks.C, targets/cgi/parser3.C,
13851: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13852: bugfix: sql connections now are disconnected
13853:
13854: 2004-03-30 paf
13855:
13856: * src/classes/table.C: bugfix: table::load last line without tab
13857: and enter were ignored
13858:
13859: * src/classes/table.C: bufix: if last table lines were commented,
13860: gpfed
13861:
13862: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13863: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13864: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13865: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13866: doc/methoded.dox, doc/object.dox, doc/string.dox,
13867: doc/targets.dox, doc/value.dox, include/pa_version.h,
13868: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13869: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13870: bugfixes from 3.1.2, changed version to 3.1.3beta
13871:
13872: 2004-03-29 paf
13873:
13874: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13875: causes gpf
13876:
13877: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13878: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13879: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13880: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13881: value.dox: translated to english
13882:
13883: 2004-03-25 paf
13884:
13885: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13886: parser3project dependency removed
13887:
13888: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13889: bugfix: refused to compile without xml
13890:
13891: * src/types/pa_vform.C: beauty: removed warning
13892:
13893: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13894: any folder [removed last ;) folder dependency]
13895:
13896: * src/classes/classes.vcproj: bugfix: now all compiles in any
13897: folder [removed last ;) folder dependency]
13898:
13899: * src/include/pa_version.h: release
13900:
13901: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13902:
13903: * src/classes/table.C: beauty: comment& more meaningful error
13904: message
13905:
13906: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13907: $.hash[$.column_value1(true) ... ] [were producing some strang
13908: thing]
13909:
13910: 2004-03-23 paf
13911:
13912: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13913: and http status line parsing checked number of columns in table
13914: [user reported an assert]
13915:
1.211 moko 13916: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 13917:
13918: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13919: bugfix: junction reattach now actually reattaches a junction to
13920: new wcontext [were only assigning it to junction, which caused
13921: junction tracking to loose junction, and it's context were not
13922: killed, and it tried to process in invalid context, gpf]
13923:
13924: * src/targets/cgi/parser3.C: debug helper added
13925:
13926: 2004-03-19 paf
13927:
13928: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13929: "type(type)" in braces
13930:
13931: 2004-03-10 paf
13932:
1.211 moko 13933: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
13934: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
13935: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
13936: src/types/pa_vxnode.h: new: refined solution to
13937: search-in-namespaces problem:
1.95 moko 13938: $xdoc.search-namespaces.x[http://pif.design.ru/]
13939: $nodes[^xdoc.select[//x:second]]
13940:
1.211 moko 13941: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
13942: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
13943: search for info in namespaces
1.95 moko 13944:
13945: $nodes[^xdoc.select[//x:second][
13946: $.x[http://pif.design.ru/] ]]
13947:
13948: 2004-03-09 paf
13949:
1.211 moko 13950: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 13951: ^file::load[...][options] $.form[
13952: !$.field1[string]
13953: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13954: ] !$.body[string]
13955:
13956: GET ?here notGET(POST, HEAD, others) in content-type:
13957: application/x-www-form-urlencoded
13958:
13959: todo: upload files ability
13960:
13961: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13962: properly, done
13963:
13964: 2004-03-05 paf
13965:
1.211 moko 13966: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
13967: file::load[;http:// GET/POST $.form[$.fields started, not tested
13968: yet todo:$.field[table] for multiple values
1.95 moko 13969:
1.211 moko 13970: * operators.ru.txt, operators.txt: new: http:// options $.user
13971: $.password basic authorization
1.95 moko 13972:
13973: * src/main/pa_common.C: beauty: link to rtf added
13974:
1.211 moko 13975: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13976: src/main/pa_common.C: new: http:// options $.user $.password
13977: basic authorization
1.95 moko 13978:
13979: * src/main/pa_common.C: beauty: removed needless vars
13980:
1.211 moko 13981: * operators.ru.txt, operators.txt: new: pgsql option [like that
13982: recently added to oracle driver]
13983: ClientCharset=parser-charset << charset in which parser thinks
13984: client works
13985:
13986: * operators.ru.txt, operators.txt: new: odbc option [like that
13987: recently added to oracle driver]
13988: ClientCharset=parser-charset << charset in which parser thinks
13989: client works
1.95 moko 13990:
13991: * src/sql/pa_sql_driver.h: beauty: important warning added
13992:
13993: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13994: char!
13995:
13996: * etc/parser3.charsets/windows-1251.cfg: typo
13997:
13998: 2004-03-04 paf
13999:
14000: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14001: cached, sql transcoding now goes faster
14002:
1.211 moko 14003: * operators.ru.txt, operators.txt: new: mysql option [like that
14004: recently added to oracle driver]
14005: ClientCharset=parser-charset << charset in which parser thinks
14006: client works
1.95 moko 14007:
14008: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14009: typo error
14010:
14011: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14012: chars commented
14013:
14014: 2004-03-03 paf
14015:
14016: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14017: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14018:
14019: 2004-03-02 paf
14020:
1.211 moko 14021: * operators.ru.txt, operators.txt: new[update typo]:
14022: !^void.left(n) nothing !^void.right(n) nothing
14023: !^void.mid(p[;n]) nothing
14024:
14025: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14026: !^void.left(n) nothing !^void.right(n) nothing
14027: !^void.pos(p[;n]) nothing
1.95 moko 14028:
1.211 moko 14029: * operators.ru.txt, operators.txt, src/classes/file.C,
14030: src/include/pa_string.h: new:
1.95 moko 14031: ^file::sql[[name_to_become_$.name]]{} query result must be one
14032: row with columns: first: data second: file name third:
14033: content-type
14034:
1.211 moko 14035: * operators.ru.txt, operators.txt, src/classes/file.C:
14036: ^file.sql-string[] inside ^connect gets properly escaped string,
14037: which can be passed to request now this for mysql only. it's up
14038: to parser sql driver to fix zeros properly
1.95 moko 14039:
14040: * INSTALL: note: added on building apache with this option:
14041: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14042:
14043: 2004-03-01 paf
14044:
14045: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14046: extension memory:compact befor processingrequest
14047:
1.211 moko 14048: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14049: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14050:
1.211 moko 14051: * operators.ru.txt, operators.txt, src/classes/image.C,
14052: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14053: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14054:
14055: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14056: beauty: image -- less checks [were ugly impl]
14057:
14058: * src/classes/string.C: bugfix: ^string.left/right/mid with
14059: negative values now considered bad
14060:
14061: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14062:
14063: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14064: options now have unified defaults [after transform
14065: indent/omit-xml-declaration/standalone 'default' erroreously
14066: meant 'true']
14067:
14068: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14069: added [on some platforms gethostbyname failed with such
14070: 'domains']
14071:
14072: * src/include/pa_config_auto.h.in: no select check, no define
14073:
14074: * src/classes/string.C: feature: ^string.trim both parameters may
14075: be empty-strings, meaning kind=both chars=whitespaces
14076:
14077: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14078: exist
14079:
14080: * src/classes/string.C: check: trim 'chars' must not be empty,
14081: exception if it is
14082:
14083: * src/classes/string.C: changed: ^string.trim [] << both,
14084: whitespaces [start|both|end] << kind, whitespaces
14085: [start|both|end;chars] full
14086:
14087: 2004-02-27 paf
14088:
1.211 moko 14089: * operators.ru.txt, operators.txt, src/classes/string.C,
14090: src/main/pa_string.C: new method:
14091: ^string.trim[start|both|end[;chars]] default 'chars' --
14092: whitespace chars finished
1.95 moko 14093:
1.211 moko 14094: * operators.ru.txt, operators.txt, src/classes/string.C,
14095: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14096: ^string.trim[start|both|end[;chars]] default 'chars' --
14097: whitespace chars started, only start works
14098:
14099: * src/main/compile.C: bugfix: line numbers after
14100: ^process{}[$.line(-10]] can be negative, allowed to print they as
14101: signed
14102:
14103: * src/main/untaint.C: speed: there's no \n chars in output
14104: [normally], so no need to optimize them they could be retrived
14105: from databases, though. but 1. should be replaced 2. if not
14106: optimized, no harm done
14107:
14108: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14109: ^file::exec/cgi could return invalid status & zombie child can
14110: remain for short period until process exists [very bad in
14111: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14112:
14113: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14114: malicious SMTP server to attack as by returning too long status
14115: responses http://i2/tasks/edit/?id=4629448401140924947
14116:
14117: 2004-02-26 paf
14118:
1.211 moko 14119: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14120: has options] which are $.main[to what to rename @main]
1.95 moko 14121: $.file[file, from which (user says) goes that CODE]
14122: $.lineno(line number in that file, where CODE starts. may be
14123: negative)
14124:
1.211 moko 14125: * operators.ru.txt, operators.txt, src/classes/op.C,
14126: src/include/pa_request.h, src/main/compile.C,
14127: src/main/compile_tools.h, src/main/pa_request.C: feature:
14128: ^process...{CODE}[now has options] which are $.main[to
14129: what to rename @main] $.file[file, from which (user says)
14130: goes that CODE] $.lineno(line number in that file, where
14131: CODE starts. may be negative)
14132:
1.95 moko 14133: 2004-02-25 paf
14134:
1.116 moko 14135: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14136: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14137:
14138: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14139: produces hash of column=>1
14140:
14141: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14142: with incomplete errno constants set
14143:
14144: 2004-02-24 paf
14145:
14146: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14147: "man select"
14148:
14149: * src/main/pa_os.C: beauty: <0 better then ==-1
14150:
14151: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14152:
14153: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14154:
1.116 moko 14155: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14156:
14157: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14158: unix: steps to work on unix [extracted 'to']
14159:
14160: * src/classes/mail.C: smtp on unix: steps to work on unix
14161:
14162: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14163:
1.116 moko 14164: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14165: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14166: unix [testing on solaris]
1.95 moko 14167:
14168: 2004-02-20 paf
14169:
14170: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14171: pointing that out
14172:
14173: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14174: fixed again [same solution, mistanenly removed one line]
14175:
14176: 2004-02-19 paf
14177:
14178: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14179: date::create from bad datetime in spring daylightsaving hole now
14180: OK for all platforms [on some platforms it failed]
14181:
14182: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14183: in daylightsaving hole] now throws error
14184:
14185: * src/classes/date.C: comment: mistake fixed
14186:
14187: 2004-02-18 paf
14188:
14189: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14190: now renderes in $request:charset, but in header puts
14191: $response:charset todo: make that default only so that coder
14192: could override that
14193:
14194: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14195: turns off omit-xml-declaration
14196:
14197: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14198: /.xsl for sample
14199:
14200: 2004-02-17 paf
14201:
14202: * src/classes/xdoc.C: beauty: needless helper class removed
14203:
14204: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14205: copied extra time
14206:
14207: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14208: part of libxml
14209:
14210: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14211: libxml to do the work] <xsl:output method="html"
14212: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14213: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14214: />
14215:
14216: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14217:
14218: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14219: caused assertion
14220:
14221: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14222: could hang. now such add does nothing, sub clears $hash
14223:
14224: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14225: not made quoted-printable
14226:
14227: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14228: string invariant
14229:
14230: 2004-02-16 paf
14231:
14232: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14233: cleared [were not cleared properly]
14234:
14235: 2004-02-13 paf
14236:
1.116 moko 14237: * src/include/pa_version.h: prerelease
1.95 moko 14238:
14239: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14240: used, introducing dependencies timestamp check
14241:
14242: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14243: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14244: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14245: .xsl.stamp now not used, introducing dependencies timestamp check
14246:
1.150 moko 14247: * configure.in: auto.p: @conf made relative
1.95 moko 14248:
14249: 2004-02-12 paf
14250:
14251: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14252: ruined empty <input type=file> submits. parser thought there were
14253: nameless empty file and $form:field got value of type 'file'
14254:
14255: * INSTALL: --without-threads
14256:
14257: * src/include/pa_sapi.h: 2004
14258:
14259: 2004-02-11 paf
14260:
14261: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14262: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14263: classes/hashfile.C, classes/image.C, classes/int.C,
14264: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14265: classes/response.C, classes/string.C, classes/table.C,
14266: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14267: include/pa_array.h, include/pa_cache_managers.h,
14268: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14269: include/pa_config_fixed.h, include/pa_config_includes.h,
14270: include/pa_dictionary.h, include/pa_dir.h,
14271: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14272: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14273: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14274: include/pa_request_charsets.h, include/pa_request_info.h,
14275: include/pa_socks.h, include/pa_sql_connection.h,
14276: include/pa_sql_driver_manager.h, include/pa_stack.h,
14277: include/pa_string.h, include/pa_stylesheet_connection.h,
14278: include/pa_stylesheet_manager.h, include/pa_table.h,
14279: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14280: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14281: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14282: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14283: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14284: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14285: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14286: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14287: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14288: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14289: main/pa_sql_driver_manager.C, main/pa_string.C,
14290: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14291: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14292: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14293: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14294: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14295: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14296: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14297: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14298: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14299: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14300: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14301: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14302: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14303: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14304: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14305: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14306: types/pa_vresponse.h, types/pa_vstateless_class.C,
14307: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14308: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14309: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14310: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14311: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14312: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14313:
14314: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14315: debug version of gc.dll
14316:
14317: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14318: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14319: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14320: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14321: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14322: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14323: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14324: processes
14325:
14326: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14327: main/pa_globals.C, targets/cgi/parser3.vcproj,
14328: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14329: changes to reflect libxml xsl new folders
14330:
14331: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14332: lib/smtp/smtp.vcproj, main/main.vcproj,
14333: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14334: to reflect libxml xsl new folders
14335:
14336: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14337: lib/smtp/smtp.vcproj, main/main.vcproj,
14338: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14339: types/types.vcproj: started changes to reflect libxml xsl new
14340: folders
14341:
14342: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14343: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14344: src/main/compile.tab.C, src/main/main.vcproj,
14345: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14346: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14347: started changes to reflect libxml xsl new folders
14348:
14349: 2004-02-10 paf
14350:
14351: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14352: compile. recommened latest libxml up to date
14353:
14354: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14355: pattern compilation errors", on which spent 4 hours worktime. use
14356: versions higher than that. recommended now latest up to date
14357:
14358: 2004-02-06 paf
14359:
14360: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14361: beauty: unified destructing style
14362:
14363: * src/main/untaint.C: beauty: removed old def/ifdef
14364:
14365: * src/main/untaint.C: beauty: coredump @unknown untaint language
14366: now
14367:
14368: 2004-02-03 paf
14369:
14370: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14371: targets/isapi/parser3isapi.C, types/pa_value.C,
14372: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14373: then %ld/%lu
14374:
14375: * src/main/pa_common.C: typo: %l -> %u
14376:
14377: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14378: in attributes or documents-results of transform now not xx;
14379:
14380: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14381:
14382: * src/main/pa_charset.C: bugfix: forgot to undo some
14383:
14384: * src/main/pa_charset.C: beauty: uncomment
14385: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14386: libraries
14387:
14388: 2004-02-02 paf
14389:
14390: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14391: $cookie:example[ $.value[value] $.path[/there/] ]
14392:
14393: $cookie:example[ $.value[] $.expires[session]
14394: $.path[/there/] $.domain[test.com] ]
14395:
14396: * src/types/pa_vform.C: bugfix: empty values with
14397: enctype=multipart/form-data now produce entries in $form:tables
14398: <form method=post enctype=multipart/form-data> <input type=hidden
14399: name=a> <input type=hidden name=b>
14400:
14401: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14402: <hr> <pre>$request:body
14403:
14404: 2004-01-30 paf
14405:
14406: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14407: or documents-results of transform now not xx;
14408:
14409: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14410: produce exception.
14411:
14412: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14413: bugfix: ^date::create[invalid fields now produce exception.
14414:
14415: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14416: year] now produces exception. todo: check other fields
14417:
14418: 2004-01-29 paf
14419:
14420: * src/include/pa_memory.h: typo error
14421:
14422: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14423: more byte then specified, then zeroed it << useless and
14424: potentially harmful(could gpf)
14425:
14426: 2004-01-22 paf
14427:
14428: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14429:
14430: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14431: optimization
14432:
14433: * src/main/untaint.C: bugfix: whitespace now optimized properly
14434: [were bug: ^taint[1 & 2]="1 &2"
14435:
14436: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14437: errors
14438:
14439: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14440: overflow
14441:
14442: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14443: error-reporting code * in parser-error reporting code [when no
14444: @unhandled_exception defined]
14445:
14446: fixed in one place: my *snprintf override
14447:
14448: 2004-01-13 paf
14449:
1.211 moko 14450: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14451:
14452: 2003-12-25 paf
14453:
14454: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14455: garbled [pieces after zero bytes were removed]
14456:
14457: 2003-12-22 paf
14458:
1.116 moko 14459: * src/include/Makefile.am: bugfix: removed from dist:
14460: src/include/pa_config_auto.h which were configured for
1.95 moko 14461: make-dist-platform and badly updated proper config file in target
14462: [when .tar used for updating existing source tree]
14463:
1.211 moko 14464: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14465: src/include/pa_sql_connection.h,
14466: src/include/pa_sql_driver_manager.h,
14467: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14468: feature: sql introducing ability to transcode charsets
14469:
14470: 2003-12-19 paf
14471:
14472: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14473: error message
14474:
14475: * src/main/pa_charset.C: bugfix: memory for charsethandler
14476: structure for libxml now allocated properly
14477:
14478: 2003-12-17 paf
14479:
14480: * src/types/pa_vfile.C: beauty: removed outdated cast
14481:
14482: * src/main/pa_common.C: bugfix: empty http response caused gpf
14483:
14484: * src/include/pa_string.h: bugfix: removed too strong a assert
14485:
14486: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14487: unreported xmlGenericErrors]
14488:
14489: 2003-12-15 paf
14490:
14491: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14492: works}
14493:
14494: 2003-12-11 paf
14495:
1.211 moko 14496: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14497: !$status:pid process id
1.95 moko 14498: !$status:tid thread id
14499:
14500: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14501: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14502: bugfix(solaris): removed dependency on object initialization
14503: order [one more place]
14504:
14505: * src/: classes/file.C, classes/mail.C, classes/op.C,
14506: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14507: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14508: understand that
14509:
14510: * src/: classes/file.C, classes/mail.C, classes/op.C,
14511: classes/xdoc.C, include/pa_cache_managers.h,
14512: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14513: include/pa_stylesheet_manager.h, main/pa_request.C,
14514: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14515: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14516: ctor call [relying on implicit String::Body(cstr) call]
14517:
14518: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14519: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14520: object initialization order [two places]
14521:
14522: 2003-12-10 paf
14523:
14524: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14525: << time now ok
14526:
1.211 moko 14527: * operators.ru.txt, operators.txt,
14528: src/main/pa_sql_driver_manager.C,
1.95 moko 14529: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14530: operational
14531:
1.211 moko 14532: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14533: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14534: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14535: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14536: back operational
14537:
14538: 2003-12-02 paf
14539:
14540: * src/types/pa_vmail.C: bugfix:
14541: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14542: as-is forced]
14543:
14544: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14545: exceptions out of libxml callbacks: reimplemented error handling
14546: of http://localhost, parser://method and safemode check callbacks
14547:
14548: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14549: [merged from HEAD]
14550:
14551: * src/classes/image.C: nothing: comment removed
14552:
14553: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14554: addresses to int
14555:
14556: 2003-12-01 paf
14557:
14558: * src/main/pa_xml_io.C: bugfix: typo
14559:
14560: * src/main/pa_globals.C: bugfix: win32: compile prob
14561:
14562: * src/classes/xdoc.C: bugfix: typo
14563:
14564: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14565: exception
14566:
14567: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14568:
14569: 2003-11-28 paf
14570:
14571: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14572: all xml documents read
14573:
14574: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14575:
14576: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14577: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14578: replaced original open mech of xdoc::create & co to use libxml
14579: open, so that this would work for root document todo: safe mode
14580: checks to libxml: ideally to some 1 point
14581:
14582: * src/main/pa_xml_io.C: comment
14583:
1.211 moko 14584: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14585: in http://parser[abscent params]
1.95 moko 14586:
1.211 moko 14587: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14588: src/main/pa_xml_io.C: works. todo: maybe replace original open
14589: mech of xdoc::create & co to use libxml open, so that this would
14590: work for root document
1.95 moko 14591:
14592: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14593: "parser://method/params/here"> <test> &test^; </test> }]
14594:
14595: ^taint[^xdoc.string[]]
14596:
14597: @method[param] <!ENTITY test
14598: "test-entity-value+$form:user+$param!">
14599:
14600: 2003-11-27 paf
14601:
14602: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14603:
14604: * src/classes/date.C: bugfix: typo error
14605:
14606: 2003-11-26 paf
14607:
1.211 moko 14608: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14609: src/include/pa_globals.h, src/main/Makefile.am,
14610: src/main/main.vcproj, src/main/pa_globals.C,
14611: src/main/pa_request.C, src/include/pa_xml_io.h,
14612: src/main/pa_xml_io.C: simplification: xml errors to
14613: hash<thread_id,error> reorganization: xml io moved to
14614: pa_xml_io.C/h
1.95 moko 14615:
14616: * src/types/pa_value.h: warnings: --
14617:
14618: 2003-11-25 paf
14619:
14620: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14621: whatever)
14622:
14623: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14624: a, (c?x:y, z)
14625:
14626: * src/main/untaint.C: bugfix: consequences of not reading this
14627: comment: CORD_pos_chars_left /* Number of characters in cache.
14628: <= 0 ==> none */
14629:
14630: * src/include/pa_array.h: removed needless checks
14631:
14632: 2003-11-24 paf
14633:
14634: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14635: removed limit: now $form:xxx can be accessed anytime, even in
14636: @auto/conf [and request/response:charset still can be changed
14637: anytime]
14638:
14639: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14640: now not transcodes response body
14641:
1.211 moko 14642: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14643: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14644: $tn[^xdoc.createTextNode[text node value]]
14645: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14646: $xdoc.firstChild.firstChild.nodeValue[different]
14647: ^taint[^xdoc.string[]]
14648:
14649: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14650: workaround: static Hash::allocates -> static Hash_allocates
14651:
14652: 2003-11-21 paf
14653:
1.116 moko 14654: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14655: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14656: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14657:
14658: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14659:
14660: * src/classes/mail.C: bugfix: typo
14661:
14662: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14663: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14664: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14665: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14666: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14667: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14668:
14669: * src/main/pa_exec.C: bug in safe mode
14670:
14671: * src/include/Makefile.am: pa_xml_exception.h
14672:
14673: * src/targets/isapi/parser3isapi.C: more warnings --
14674:
14675: 2003-11-20 paf
14676:
14677: * src/: classes/math.C, classes/op.C, classes/string.C,
14678: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14679: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14680: --
14681:
14682: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14683: more warnings --
14684:
14685: * src/classes/xdoc.C: more warnings --
14686:
14687: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14688:
14689: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14690: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14691:
14692: * src/: classes/date.C, classes/file.C, classes/hash.C,
14693: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14694: classes/table.C, include/pa_cache_managers.h,
14695: include/pa_stylesheet_connection.h, main/pa_request.C,
14696: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14697: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14698: --
14699:
14700: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14701: can't report problem (undefined @unhandled_exception) problem
14702: source string were not reported
14703:
14704: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14705: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14706: classes/hashfile.C, classes/image.C, classes/int.C,
14707: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14708: classes/response.C, classes/string.C, classes/table.C,
14709: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14710: include/pa_array.h, include/pa_cache_managers.h,
14711: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14712: include/pa_config_fixed.h, include/pa_dictionary.h,
14713: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14714: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14715: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14716: include/pa_request.h, include/pa_request_charsets.h,
14717: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14718: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14719: include/pa_stack.h, include/pa_string.h,
14720: include/pa_stylesheet_connection.h,
14721: include/pa_stylesheet_manager.h, include/pa_table.h,
14722: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14723: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14724: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14725: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14726: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14727: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14728: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14729: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14730: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14731: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14732: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14733: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14734: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14735: targets/isapi/parser3isapi.C, types/pa_junction.h,
14736: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14737: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14738: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14739: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14740: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14741: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14742: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14743: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14744: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14745: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14746: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14747: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14748: types/pa_vresponse.h, types/pa_vstateless_class.C,
14749: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14750: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14751: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14752: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14753: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14754: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14755: const IDENT
14756:
14757: * src/: include/pa_array.h, include/pa_pool.h,
14758: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14759: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14760: types/pa_wcontext.h: more warnings --
14761:
14762: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14763: classes/file.C, classes/hash.C, classes/hashfile.C,
14764: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14765: classes/memory.C, classes/op.C, classes/string.C,
14766: classes/table.C, classes/xdoc.C, classes/xnode.C,
14767: include/pa_config_includes.h, include/pa_operation.h,
14768: include/pa_sql_connection.h, include/pa_table.h,
14769: include/pa_types.h, lib/ltdl/config_fixed.h,
14770: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14771: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14772: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14773: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14774: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14775: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14776: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14777: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14778: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14779: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14780: types/pa_vmail.C, types/pa_vobject.C,
14781: types/pa_vstateless_class.h, types/pa_vtable.C,
14782: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14783: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14784: on all projects (except libltdl=off & libsdbm=level3) found
14785: several unitialized vars
14786:
14787: 2003-11-19 paf
14788:
14789: * src/classes/op.C: more ansi C++ comp
14790:
1.211 moko 14791: * operators.ru.txt, operators.txt, src/classes/op.C,
14792: src/include/pa_request.h, src/main/pa_request.C:
14793: ^cache[...]{body}{catch block with $exception.handled[cache]
14794: meaning "get expired cache, if any. else error"}
1.95 moko 14795:
14796: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14797: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14798: ^cache[...]{body}{catch code with $exception.cache field}
14799:
14800: 2003-11-12 paf
14801:
14802: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14803: [copy/paste bug]
14804:
14805: 2003-11-11 paf
14806:
14807: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14808: failed]
14809:
14810: 2003-11-10 paf
14811:
14812: * src/types/pa_vconsole.h: flush
14813:
1.211 moko 14814: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14815: src/types/Makefile.am, src/types/types.vcproj,
14816: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14817:
1.211 moko 14818: * operators.ru.txt, operators.txt: mysql: transaction support:
14819: ?autocommit=0
1.95 moko 14820:
1.211 moko 14821: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14822:
14823: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14824: serialize version and exipire now removes entries
14825:
1.211 moko 14826: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14827: altogether [and dir, if could]
1.95 moko 14828:
14829: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14830: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14831: removes files altogether [and dir, if could]
14832:
14833: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14834: nonexistent pair. .c coded that that was error. fixed
14835:
14836: * src/types/pa_vhashfile.C: sdbm: exception type change to
14837: file.access [regretfull can't split it to different exceptions
14838: without modifying sdbm source wich would prefer not to]
14839:
14840: 2003-11-07 paf
14841:
14842: * src/: classes/date.C, classes/file.C, classes/hash.C,
14843: classes/hashfile.C, classes/image.C, classes/table.C,
14844: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14845: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14846: main/execute.C, main/main.vcproj, main/pa_pool.C,
14847: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14848: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14849: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14850: destructing objects at request processing end
14851:
14852: 2003-11-06 paf
14853:
14854: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14855: updates
14856:
14857: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14858: to include sdbm
14859:
1.116 moko 14860: * src/include/: pa_config_includes.h, pa_version.h: our
14861: replacements of max& co only for cpp
1.95 moko 14862:
14863: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14864: upper dir, .am updated
14865:
14866: * tests/todo.txt: hashfile: done
14867:
1.211 moko 14868: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14869: hashfile: clear & expiration [time in value. todo: move time to
14870: key]
1.95 moko 14871:
14872: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14873:
14874: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14875: to do that in foreach, no errors, but surely wrong]
14876:
1.211 moko 14877: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14878: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14879:
1.211 moko 14880: * operators.ru.txt, operators.txt, src/classes/hash.C,
14881: src/classes/hashfile.C, src/types/pa_vhashfile.C,
14882: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14883:
14884: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 14885: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
14886: hashfile: hash
1.95 moko 14887:
1.211 moko 14888: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
14889: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14890: tests/todo.txt: hashfile: delete
1.95 moko 14891:
14892: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14893: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14894: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14895: get/put [raw]
14896:
14897: * src/: classes/op.C, main/pa_os.C: just linked
14898:
14899: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14900: XmlException changes
14901:
14902: * src/: include/pa_charset.h, include/pa_globals.h,
14903: include/pa_stylesheet_connection.h, main/pa_exception.C:
14904: XmlException changes
14905:
14906: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14907:
14908: * src/: include/pa_common.h, include/pa_exception.h,
14909: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14910: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14911: main/pa_xml_exception.C: locking move to pa_os [along with
14912: pa_sleep] apr-impl locking done
14913:
1.211 moko 14914: * configure, configure.in, operators.ru.txt, operators.txt,
14915: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 14916: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14917: src/include/pa_exception.h, src/include/pa_globals.h,
14918: src/include/pa_memory.h, src/include/pa_version.h,
14919: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14920: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14921: src/main/compile.tab.C, src/main/main.vcproj,
14922: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14923: src/types/Makefile.am, src/types/pa_vhash.C,
14924: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14925: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14926: again with sdbm from apache
14927:
14928: 2003-11-05 paf
14929:
14930: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14931: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14932: \parser3project dir anymore
14933:
14934: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14935: thoughtlessly from xalan]
14936:
14937: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14938: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14939: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14940:
14941: * src/main/helpers/CaseFolding.txt:
14942: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14943:
14944: 2003-11-04 paf
14945:
1.211 moko 14946: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 14947:
14948: * src/classes/table.C: compiled on unix
14949:
1.116 moko 14950: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14951:
14952: * src/classes/mail.C: compiled on unix
14953:
1.211 moko 14954: * operators.ru.txt, operators.txt, src/classes/mail.C,
14955: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 14956: $.options[unix: string to append to sendmail command
14957: line]
14958:
1.211 moko 14959: * operators.ru.txt, operators.txt, src/classes/table.C,
14960: src/main/pa_string.C, tests/todo.txt: ^table.save[...
14961: $.separator[^#09] $.encloser["] <nothing> by default
14962:
14963: * operators.ru.txt, operators.txt, src/classes/table.C,
14964: tests/todo.txt: ^table::load !$.separator[^#09]
14965: !$.encloser["] <nothing> by default
1.95 moko 14966:
14967: 2003-11-03 paf
14968:
1.211 moko 14969: * operators.ru.txt, operators.txt, src/classes/table.C,
14970: src/main/pa_common.C: ^table::load[; options:
14971: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 14972:
1.211 moko 14973: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 14974: src/types/pa_vrequest.C: $request:document-root
14975:
14976: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14977: [already included into uri=xxx]
14978:
1.211 moko 14979: * operators.ru.txt, operators.txt, src/classes/image.C,
14980: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 14981:
14982: * src/classes/date.C: minor precaution
14983:
1.211 moko 14984: * operators.ru.txt, operators.txt, src/classes/date.C:
14985: !^date::unix-timestamp()
1.95 moko 14986: !^date.unix-timestamp[]
14987:
14988: 2003-10-30 paf
14989:
1.211 moko 14990: * operators.ru.txt, operators.txt, src/classes/date.C,
14991: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
14992: $date.hour
1.95 moko 14993:
14994: * src/classes/: date.C, image.C: improvement diagnostics:
14995: $now[^date::create[$undefined]] now is error
14996:
14997: * src/main/pa_common.C: read errors would now be reported 'actually
14998: read -1 bytes'
14999:
15000: 2003-10-24 paf
15001:
15002: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15003: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15004: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15005: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15006:
15007: 2003-10-22 paf
15008:
15009: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15010:
15011: 2003-10-21 paf
15012:
1.211 moko 15013: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15014: src/main/pa_string.C: fixed: string.match[g] without <'> option
15015: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15016:
15017: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15018: recoursion' message with intensive throw-catches fixed: incorrect
15019: name and line (one name upper then needed) in error message about
15020: problems inside try block
15021:
15022: 2003-10-10 paf
15023:
15024: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15025: check offset argument for validity did that in String::Body::pos
15026: myself http://i2/tasks/edit/?id=4577425257580789777
15027:
15028: 2003-10-07 paf
15029:
15030: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15031: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15032:
15033: 2003-10-03 paf
15034:
15035: * parser3.sln, src/include/pa_dictionary.h,
15036: src/main/pa_dictionary.C, src/main/pa_string.C,
15037: src/targets/cgi/parser3.vcproj: dictionary optimized by
15038: precalculating cstr&length
15039:
15040: 2003-10-02 paf
15041:
15042: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15043: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15044: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15045: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15046:
15047: 2003-09-30 paf
15048:
15049: * src/main/pa_string.C: string::replace bug fix [were ignoring
15050: occurrances after lang-mismatched
15051:
15052: 2003-09-29 paf
15053:
15054: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15055: helper
15056:
15057: * src/main/pa_string.C: string::serialize bug fix with
15058: zero-terminator
15059:
15060: * src/classes/table.C: ^nameless_table.save column row now has no
15061: \t at the end
15062:
15063: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15064: @postprocess now takes $response:body/download
15065:
15066: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15067: error message
15068:
15069: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15070:
15071: * src/classes/table.C: bugfix: flip: must produce nameless
15072: http://i2/tasks/edit/?id=4573405524674081244
15073:
15074: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15075: main/helpers/simple_folding.pl: utf-8 upper/lower
15076:
15077: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15078: to typo error http://i2/tasks/edit/?id=4573354650786434584
15079:
15080: 2003-09-26 paf
15081:
15082: * src/main/untaint.C: removed needless field
15083:
15084: * src/main/untaint.C: removed needless const
15085:
15086: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15087: String.for_each bug fixed [omited one-char cases]
15088:
15089: * src/include/pa_stack.h: bugfix: before collecting garbage,
15090: runtime-executor stack were cleared... BADLY
15091:
15092: * src/main/pa_string.C: ^stirng.replace code used old
15093: param-convention on langs.append, fixed that search fo the like,
15094: found none
15095:
15096: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15097: string::serialize/deserialize implemented Language enum assigned
15098: meaningful letters [more convinient for debugging. read warning
15099: before adding/changing anything]
15100:
15101: 2003-09-25 paf
15102:
15103: * src/: include/pa_string.h, include/pa_version.h,
15104: main/pa_string.C, main/untaint.C: templates and anonymous unions
15105: differences on unix
15106:
15107: * parser3.sln, src/classes/file.C, src/classes/image.C,
15108: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15109: src/classes/xdoc.C, src/classes/xnode.C,
15110: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15111: src/include/pa_charsets.h, src/include/pa_common.h,
15112: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15113: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15114: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15115: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15116: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15117: src/main/compile_tools.h, src/main/pa_charset.C,
15118: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15119: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15120: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15121: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15122: src/types/pa_vmail.C, src/types/pa_vmath.C,
15123: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15124: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15125:
15126: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15127: functions aligned to that of eeparser3 look
15128:
15129: * src/lib/cord/cordprnt.c: removed warnings
15130:
15131: 2003-09-24 paf
15132:
15133: * src/: classes/file.C, classes/image.C, classes/mail.C,
15134: classes/op.C, classes/xdoc.C, classes/xnode.C,
15135: include/pa_cache_managers.h, include/pa_charset.h,
15136: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15137: include/pa_sql_driver_manager.h, include/pa_string.h,
15138: include/pa_stylesheet_manager.h, include/pa_table.h,
15139: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15140: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15141: main/pa_sql_driver_manager.C, main/pa_string.C,
15142: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15143: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15144: types/pa_vstateless_class.h, types/pa_vstatus.C,
15145: types/pa_vxnode.C: v() functions of String::Body,
15146: String::Languages and String itself StringBody->String::Body
15147:
15148: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15149: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15150: never optimized anything. todo: somehow speed up harder cases:
15151: concatenationA+concatenationB when last block of A and first of B
15152: contain same letters
15153:
15154: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15155: lib/cord/include/cord.h: langs: speed up by joining adjucent
15156: blocks of same char [CORD_append_block]
15157:
15158: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15159: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15160: save space by extending blocks when appending block with c ==
15161: lastblock.c
15162:
15163: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15164: working yet :( but more working &understood :)
15165:
15166: * src/: classes/table.C, include/pa_string.h,
15167: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15168:
15169: 2003-09-23 paf
15170:
15171: * src/main/untaint.C: $a[ok!] $a works!
15172:
15173: * src/main/untaint.C: something even more works :)
15174:
15175: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15176: something more works :)
15177:
15178: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15179: lib/cord/cordxtra.c: something already works :)
15180:
15181: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15182: serialize&deserialize
15183:
15184: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15185: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15186: main/untaint.C: main idea implemented, details left
15187:
15188: 2003-09-22 paf
15189:
15190: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15191:
15192: * src/classes/xnode.C: copy/paste comment bugfix
15193:
15194: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15195: allocator returns 0, just die.
15196: http://i2/tasks/edit/?id=4570798492410259445
15197:
15198: * src/classes/xdoc.C: copy/paste comment bugfix
15199:
15200: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15201: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15202: xnode: getAttributeNS setAttributeNS removeAttributeNS
15203: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15204:
15205: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15206: chars due to bitwise operation signed-char error]
15207:
15208: 2003-09-19 paf
15209:
15210: * src/types/pa_wcontext.C: output message: more practical
15211: suggestion
15212:
1.211 moko 15213: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15214: $f[^file::load[binary;http://...]] $f.tables
15215:
15216: 2003-09-02 paf
15217:
15218: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15219: flush stdout without referencing 'stdout' symbol. to hell with
15220: non-ansi libraries without 'stdout' symbol
15221:
15222: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15223: unix (users reported problems with some old libc)
15224:
15225: * src/types/pa_vdate.h: forgot initializer
15226:
15227: 2003-09-01 paf
15228:
15229: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15230: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15231: zone]
15232:
15233: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15234:
15235: 2003-08-19 paf
15236:
15237: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15238: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15239: simplified a little
15240:
15241: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15242: [lost fix from 3.0.8]
15243:
15244: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15245: visible here }
15246:
15247: bug fix
15248:
15249: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15250:
15251: * src/main/compile.tab.C: initialized couple of variables about
15252: which user reported runtime problems when parser were compiled
15253: with VC7, warning level4. study shows that later in bison
15254: they've fixed that. would migrate to latest bison someday
15255:
15256: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15257: recoding headers)
15258:
15259: * src/types/pa_vmail.C: works as before, same charset problems:
15260: gmime recodes to UTF-8 only headers, not body. so not recoding
15261: anything for now
15262:
15263: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15264: problems with body
15265:
15266: * src/types/pa_vmail.C: mail_receive just compiled
15267:
15268: 2003-08-18 paf
15269:
15270: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15271: main/main.vcproj, types/types.vcproj: win32: continued process
15272: detaching from \parser3project directory
15273:
15274: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15275: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15276: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15277: src/lib/pcre/pcre_dftables.dsp,
15278: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15279: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15280: src/types/types.dsp: moved to MSVC 7
15281:
15282: * gnu.vcproj.vspscc, parser3.vssscc,
15283: src/classes/classes.vcproj.vspscc,
15284: src/lib/cord/cord.vcproj.vspscc,
15285: src/lib/ltdl/libltdl.vcproj.vspscc,
15286: src/lib/md5/md5.vcproj.vspscc,
15287: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15288: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15289: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15290: src/targets/isapi/parser3isapi.vcproj.vspscc,
15291: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15292: moved to MSVC 7
15293:
15294: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15295: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15296: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15297: src/lib/pcre/pcre_dftables.vcproj,
15298: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15299: src/targets/cgi/parser3.vcproj,
15300: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15301: new VS project files
15302:
15303: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15304: .NET to detect Jalindi Igloo capabilities.
15305:
15306: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15307: src/classes/classes.awk, src/doc/footer.htm,
15308: src/include/pa_config_fixed.h, src/include/pa_version.h,
15309: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15310: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15311: src/types/pa_vmail.C: merged 3.1.0 latest changes
15312:
15313: 2003-08-15 paf
15314:
15315: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15316: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15317:
15318: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15319: non-ascii <yyy> now encoded correctly
15320:
15321: 2003-07-29 paf
15322:
1.116 moko 15323: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15324: dist
1.95 moko 15325:
15326: * src/types/pa_vmail.C: just started --with-mail-receive
15327:
15328: 2003-07-28 paf
15329:
1.116 moko 15330: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15331: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15332:
15333: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15334:
15335: 2003-07-25 paf
15336:
15337: * src/doc/footer.htm: year
15338:
15339: 2003-07-24 paf
15340:
15341: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15342: fix
15343:
15344: * src/include/pa_version.h: release
15345:
1.116 moko 15346: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15347:
15348: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15349: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15350: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15351: getting rid of win32xml pseudo project
15352:
15353: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15354:
1.116 moko 15355: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15356: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15357: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15358: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15359: src/classes/classes.C, src/classes/classes.awk,
15360: src/classes/classes.dsp, src/classes/classes.h,
15361: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15362: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15363: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15364: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15365: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15366: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15367: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15368: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15369: src/include/pa_array.h, src/include/pa_cache_managers.h,
15370: src/include/pa_charset.h, src/include/pa_charsets.h,
15371: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15372: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15373: src/include/pa_dictionary.h, src/include/pa_dir.h,
15374: src/include/pa_exception.h, src/include/pa_exec.h,
15375: src/include/pa_globals.h, src/include/pa_hash.h,
15376: src/include/pa_memory.h, src/include/pa_opcode.h,
15377: src/include/pa_operation.h, src/include/pa_pool.h,
15378: src/include/pa_pragma_pack_begin.h,
1.95 moko 15379: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15380: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15381: src/include/pa_sapi.h, src/include/pa_socks.h,
15382: src/include/pa_sql_connection.h,
15383: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15384: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15385: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15386: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15387: src/include/pa_uue.h, src/lib/Makefile.am,
15388: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15389: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15390: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15391: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15392: src/lib/cord/include/ec.h,
15393: src/lib/cord/include/private/Makefile.am,
15394: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15395: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15396: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15397: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15398: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15399: src/main/compile_tools.C, src/main/compile_tools.h,
15400: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15401: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15402: src/main/pa_charsets.C, src/main/pa_common.C,
15403: src/main/pa_dictionary.C, src/main/pa_dir.C,
15404: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15405: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15406: src/main/pa_request.C, src/main/pa_socks.C,
15407: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15408: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15409: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15410: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15411: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15412: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15413: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15414: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15415: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15416: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15417: src/targets/isapi/parser3isapi.dsp,
15418: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15419: src/types/pa_junction.h, src/types/pa_method.h,
15420: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15421: src/types/pa_vclass.C, src/types/pa_vclass.h,
15422: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15423: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15424: src/types/pa_vdouble.h, src/types/pa_venv.h,
15425: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15426: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15427: src/types/pa_vimage.C, src/types/pa_vimage.h,
15428: src/types/pa_vint.h, src/types/pa_vjunction.h,
15429: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15430: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15431: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15432: src/types/pa_vobject.C, src/types/pa_vobject.h,
15433: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15434: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15435: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15436: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15437: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15438: src/types/pa_vstring.h, src/types/pa_vtable.C,
15439: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15440: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15441: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15442: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15443: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15444: HEAD
15445:
15446: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15447: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15448: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15449: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15450: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15451: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15452: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15453: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15454: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15455: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15456: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15457: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15458: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15459: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15460: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15461: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15462: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15463: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15464: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15465: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15466: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15467: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15468: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15469: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15470: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15471: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15472: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15473: outputs/create-dir, results/001.processed, results/002.processed,
15474: results/003.processed, results/004.processed,
15475: results/005.processed, results/006.processed,
15476: results/007.processed, results/008.processed,
15477: results/009.processed, results/010.processed,
15478: results/011.processed, results/012.processed,
15479: results/013.processed, results/014.processed,
15480: results/015.processed, results/016.processed,
15481: results/017.processed, results/018.processed,
15482: results/019.processed, results/020.processed,
15483: results/021.processed, results/022.processed,
15484: results/023.processed, results/024.processed,
15485: results/025.processed, results/026.processed,
15486: results/027.processed, results/028.processed,
15487: results/029.processed, results/030.processed,
15488: results/031.processed, results/032.processed,
15489: results/033.processed, results/034.processed,
15490: results/035.processed, results/036.processed,
15491: results/037.processed, results/038.processed,
15492: results/039.processed, results/040.processed,
15493: results/041.processed, results/042.processed,
15494: results/043.processed, results/044.processed,
15495: results/045.processed, results/046.processed,
15496: results/047.processed, results/048.processed,
15497: results/049.processed, results/050.processed,
15498: results/051.processed, results/052.processed,
15499: results/053.processed, results/054.processed,
15500: results/055.processed, results/056.processed,
15501: results/057.processed, results/058.processed,
15502: results/059.processed, results/060.processed,
15503: results/061.processed, results/062.processed,
15504: results/063.processed, results/064.processed,
15505: results/065.processed, results/066.processed,
15506: results/067.processed, results/068.processed,
15507: results/069.processed, results/070.processed,
15508: results/071.processed, results/072.processed,
15509: results/073.processed, results/074.processed,
15510: results/075.processed, results/076.processed,
15511: results/077.processed, results/078.processed,
15512: results/079.processed, results/080.processed,
15513: results/081.processed, results/082.processed,
15514: results/083.processed, results/084.processed,
15515: results/085.processed, results/086.processed,
15516: results/087.processed, results/088.processed,
15517: results/089.processed, results/090.processed,
15518: results/091.processed, results/092.processed,
15519: results/093.processed, results/094.processed,
15520: results/095.processed, results/096.processed,
15521: results/097.processed, results/098.processed,
15522: results/099.processed, results/100.processed,
15523: results/101.processed, results/102.processed,
15524: results/103.processed, results/104.processed,
15525: results/105.processed, results/106.processed,
15526: results/107.processed, results/108.processed,
15527: results/109.processed, results/110.processed,
15528: results/111.processed, results/112.processed,
15529: results/113.processed, results/114.processed,
15530: results/115.processed, results/116.processed,
15531: results/117.processed, results/118.processed,
15532: results/119.processed, results/120.processed,
15533: results/121.processed, results/122.processed,
15534: results/123.processed, results/124.processed,
15535: results/125.processed, results/126.processed,
15536: results/127.processed, results/128.processed,
15537: results/129.processed, results/130.processed,
15538: results/131.processed, results/132.processed,
15539: results/133.processed, results/134.processed,
15540: results/135.processed, results/136.processed,
15541: results/137.processed, results/138.processed,
15542: results/139.processed, results/140.processed,
15543: results/141.processed: merged(copied) to HEAD from template_gc
15544:
15545: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15546: towards \parser3project not having to be in root
15547:
15548: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15549: module compiled [were minor unnecessary changes in lib/md5
15550: interface]
15551:
15552: * src/include/pa_version.h: release
15553:
15554: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15555:
15556: * src/classes/math.C: merged uuid bugfix
15557:
15558: * tests/: 141.html, results/141.processed: fixed bug with
15559: too-small-a-buffer
15560:
15561: * src/classes/math.C: uuid bugfix
15562:
15563: * tests/: 141.html, Makefile, results/005.processed,
15564: results/030.processed, results/075.processed,
15565: results/078.processed: to reflect date format change (were -
15566: become ' ')
15567:
15568: * src/classes/math.C: uuid bugfix
15569:
15570: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15571: debug/release changes
15572:
15573: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15574:
15575: 2003-07-23 paf
15576:
15577: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15578: renamed a little [to move to comman naming conv]
15579:
1.116 moko 15580: * src/targets/Makefile.am: apache13 splitted to simplify apache
15581: build
1.95 moko 15582:
15583: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15584: main/pa_request.C, main/pa_sql_driver_manager.C,
15585: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15586: stack top_index() fixed
15587:
15588: * src/main/pa_globals.C: minor style changes
15589:
15590: * src/: classes/op.C, include/pa_sql_connection.h: connection
15591: closing/caching fixed [connections were not closed/put to cache]
15592:
15593: 2003-07-22 paf
15594:
15595: * INSTALL: gc part updated stightly
15596:
15597: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15598: new sapi interface
15599:
15600: * src/classes/file.C: comment on OS
15601:
15602: * src/main/pa_string.C: removed reduntant invariant check [there is
15603: one deeper in cord lib]
15604:
15605: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15606:
15607: * src/main/pa_memory.C: out of memory is no longer coredump
15608:
15609: * INSTALL: disable-threads adviced
15610:
15611: 2003-07-21 paf
15612:
1.116 moko 15613: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15614:
15615: * src/classes/file.C: file::exec/cgi environment variables now must
15616: be UPPERCASE and A-Z 0-9 _-
15617:
15618: * src/classes/file.C: env passing fixed
15619:
15620: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15621:
15622: * src/main/pa_common.C: http:// CRLF now
15623:
15624: 2003-07-02 paf
15625:
1.211 moko 15626: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15627: $memory:status fields to reflect their real meaning
1.95 moko 15628:
15629: 2003-06-27 paf
15630:
15631: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15632: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15633: file::exec/cgi .charset
15634:
15635: 2003-06-26 paf
15636:
15637: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15638: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15639: src/classes/table.C: fixed several uninitialized local
15640: structures. notably ^hash.foreach now inserts delimiters
15641: properly [were inserting it before first body]
15642:
15643: 2003-06-24 paf
15644:
15645: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15646:
15647: 2003-06-20 paf
15648:
1.211 moko 15649: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15650: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15651: $f[^file::load[binary;http://...]] $f.tables
15652:
15653: 2003-06-06 paf
15654:
15655: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15656: table. [were method lookup: inconsistent]
15657:
15658: 2003-06-02 paf
15659:
15660: * src/include/pa_memory.h: empty string clone fixed to return
15661: writable memory
15662:
15663: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15664: were not appended] which violated string invariant
15665:
15666: 2003-05-30 paf
15667:
15668: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15669: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15670:
15671: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15672: GMT ; RFC 822, updated by RFC 1123
15673:
15674: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15675: targets/isapi/parser3isapi.C: initialized request_info properly
15676:
15677: * src/classes/xnode.C: found minor bug, commended for future
15678:
15679: 2003-05-28 paf
15680:
15681: * src/classes/form.C: request_info.content_length can't be <0,
15682: size_t for some time
15683:
15684: 2003-05-26 paf
15685:
15686: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15687: forgotten <0 changed to !=STRING_NOT_FOUND
15688:
15689: * src/classes/math.C: merged ffffu from HEAD
15690:
15691: 2003-05-11 paf
15692:
15693: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15694:
15695: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15696: premature doc free. transformed document had xmlDoc reference
15697: stored to non-gc-memory (libgdome) added holding-reference
15698:
15699: 2003-04-29 paf
15700:
15701: * src/main/pa_globals.C: started digging on double free. on win32
15702: found that that's perfectly normal.
15703:
15704: 2003-04-25 paf
15705:
15706: * src/classes/table.C: table.join bug fix [bad limit check]
15707:
15708: * src/classes/math.C: merged from HEAD: simpiler hash_string
15709:
15710: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15711: print anything. changed to quicker and simplier code
15712:
15713: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15714: strict a check]
15715:
15716: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15717:
15718: 2003-04-24 paf
15719:
15720: * src/include/pa_table.h: too strict assert loosened
15721:
15722: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15723: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15724: report
15725:
15726: 2003-04-21 paf
15727:
1.116 moko 15728: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15729:
15730: * src/main/pa_globals.C: pcre memory management changed to use GC
15731: memory
15732:
15733: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15734: xmlMallocAtomic [author agreed to my suggestion], used that
15735:
15736: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15737:
15738: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15739: types/pa_vmail.C: attributed_meaning_to_string added
15740: L_UNSPECIFIED piece which was sortof OK, but violated string
15741: invariant [assertion barked on that] changed to L_PASS_APPEND,
15742: made that param obligatory
15743:
15744: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15745: fixed [assert helped]
15746:
15747: * src/include/pa_string.h: assert added [looking for bug]
15748:
15749: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15750: names on Win32 considered disk-global
15751:
15752: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15753: considered disk-global
15754:
15755: 2003-04-18 paf
15756:
15757: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15758: filenames
15759:
15760: * src/main/untaint.C: enabled '~' letter in filenames
15761:
15762: 2003-04-16 paf
15763:
15764: * src/classes/file.C: small bug introduced in autoptr times fixed
15765:
15766: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15767: HEAD
15768:
1.116 moko 15769: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15770:
15771: 2003-04-15 paf
15772:
1.211 moko 15773: * operators.ru.txt, operators.txt, src/classes/math.C,
15774: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15775: tests/results/141.processed: merged from head ^math:uuid[]
15776: ^math:uid64[] ^math:md5[string]
15777:
15778: test added: 141.html
15779:
1.211 moko 15780: * operators.ru.txt, operators.txt, src/classes/math.C:
15781: ^math:uid64[]
1.95 moko 15782:
15783: * src/classes/math.C: ^math:uuid[]
15784:
1.211 moko 15785: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15786:
1.211 moko 15787: * operators.ru.txt, operators.txt, src/classes/math.C,
15788: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15789: 16-byte digest
15790:
15791: * operators.ru.txt, operators.txt, src/classes/file.C,
15792: src/include/pa_common.h, src/include/pa_config_fixed.h,
15793: src/main/pa_common.C: ^file::load[mode;name; $.offset
15794: $.limit
1.95 moko 15795:
15796: 2003-04-14 paf
15797:
15798: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15799: started ^math:md5
15800:
15801: * src/classes/table.C, src/include/pa_array.h,
15802: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15803: tests/results/140.processed: table $.reverse option works in
15804: create&co table $.distinct[tables] bug fix merged
15805:
15806: * src/: classes/table.C, include/pa_table.h: table
15807: $.distinct[tables] bug fixed
15808:
15809: * src/classes/table.C: more warnings
15810:
15811: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15812: removed checks in table::set_current, moved them back to
15813: table::locate implemented table::create/join ñ $.reverse
15814:
15815: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15816: removed checks in table::set_current, moved them back to
15817: table::locate
15818:
15819: 2003-04-11 paf
15820:
1.211 moko 15821: * operators.ru.txt, operators.txt, src/classes/date.C,
15822: src/classes/table.C, src/include/pa_array.h,
15823: src/include/pa_common.h, src/include/pa_config_includes.h,
15824: src/include/pa_string.h, src/include/pa_table.h,
15825: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15826: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15827: before_append_array_limit_sense_change to
15828: after_append_array_limit_sense_change
15829:
15830: * src/classes/table.C: typo
15831:
1.211 moko 15832: * operators.ru.txt, operators.txt, src/classes/date.C,
15833: src/classes/table.C, src/include/pa_array.h,
15834: src/include/pa_common.h, src/include/pa_config_includes.h,
15835: src/include/pa_globals.h, src/include/pa_table.h,
15836: src/main/pa_array.C, src/main/pa_globals.C,
15837: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15838: src/main/pa_string.C, src/main/pa_table.C:
15839: append_array_limit_sense_change locate accepts options same as
15840: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15841:
15842: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15843: (stat xxx,
15844:
15845: * src/classes/: table.C: typo
15846:
15847: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15848: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15849: results/130.processed, results/131.processed,
15850: results/132.processed, results/133.processed,
15851: results/134.processed, results/135.processed,
15852: results/136.processed, results/137.processed,
15853: results/138.processed, results/139.processed: added few mustfail
15854: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15855: date/time 132.html mustfail: access to junction outside of
15856: context 133.html mustfail: access to junction outside of context,
15857: case version 134.html mustfail: hash: adding a key inside of
15858: foreach 135.html mustfail: modifying system class 136.html
15859: mustfail: $.name outside of $hash[here] 137.html mustfail:
15860: appendChild without import 138.html mustfail: invalid encoding
15861: inside of xml 139.html mustfail: bad XPath
15862:
1.211 moko 15863: * operators.ru.txt, operators.txt, src/classes/table.C,
15864: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15865: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15866: tests/results/126.processed, tests/results/127.processed,
15867: tests/results/128.processed, tests/results/129.processed: merged
15868: from HEAD ^table.hash[key][$.distinct[tables]]
15869:
15870: maked appropriate tests [changed one old nonconforming]
15871:
1.211 moko 15872: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15873: ^table.hash[key][$.distinct[tables]]
15874:
15875: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15876: merged fix for found very old xml (dom) bug: were passing
15877: domString objects and later ERROREOUSLY freed them
15878:
15879: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15880: src/main/pa_charset.C: re-added libgdome patch. regretfully
15881: libgdome bug can not be worked around
15882:
15883: 2003-04-10 paf
15884:
15885: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15886: found very old xml (dom) bug: were passing domString objects and
15887: later ERROREOUSLY freed them
15888:
15889: * src/doc/string.dox, src/include/pa_memory.h,
15890: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15891: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15892: tests/123.html, tests/124.html, tests/results/001.processed,
15893: tests/results/002.processed, tests/results/003.processed,
15894: tests/results/004.processed, tests/results/005.processed,
15895: tests/results/006.processed, tests/results/008.processed,
15896: tests/results/009.processed, tests/results/010.processed,
15897: tests/results/011.processed, tests/results/012.processed,
15898: tests/results/013.processed, tests/results/014.processed,
15899: tests/results/015.processed, tests/results/016.processed,
15900: tests/results/017.processed, tests/results/018.processed,
15901: tests/results/020.processed, tests/results/021.processed,
15902: tests/results/022.processed, tests/results/023.processed,
15903: tests/results/024.processed, tests/results/025.processed,
15904: tests/results/026.processed, tests/results/027.processed,
15905: tests/results/028.processed, tests/results/029.processed,
15906: tests/results/030.processed, tests/results/031.processed,
15907: tests/results/032.processed, tests/results/033.processed,
15908: tests/results/034.processed, tests/results/035.processed,
15909: tests/results/036.processed, tests/results/037.processed,
15910: tests/results/038.processed, tests/results/039.processed,
15911: tests/results/040.processed, tests/results/041.processed,
15912: tests/results/042.processed, tests/results/043.processed,
15913: tests/results/044.processed, tests/results/045.processed,
15914: tests/results/046.processed, tests/results/047.processed,
15915: tests/results/048.processed, tests/results/049.processed,
15916: tests/results/050.processed, tests/results/051.processed,
15917: tests/results/052.processed, tests/results/053.processed,
15918: tests/results/054.processed, tests/results/055.processed,
15919: tests/results/056.processed, tests/results/057.processed,
15920: tests/results/058.processed, tests/results/059.processed,
15921: tests/results/060.processed, tests/results/061.processed,
15922: tests/results/062.processed, tests/results/063.processed,
15923: tests/results/064.processed, tests/results/065.processed,
15924: tests/results/066.processed, tests/results/067.processed,
15925: tests/results/068.processed, tests/results/069.processed,
15926: tests/results/070.processed, tests/results/071.processed,
15927: tests/results/072.processed, tests/results/073.processed,
15928: tests/results/074.processed, tests/results/075.processed,
15929: tests/results/076.processed, tests/results/077.processed,
15930: tests/results/078.processed, tests/results/079.processed,
15931: tests/results/080.processed, tests/results/081.processed,
15932: tests/results/082.processed, tests/results/083.processed,
15933: tests/results/084.processed, tests/results/085.processed,
15934: tests/results/086.processed, tests/results/087.processed,
15935: tests/results/088.processed, tests/results/089.processed,
15936: tests/results/090.processed, tests/results/091.processed,
15937: tests/results/092.processed, tests/results/093.processed,
15938: tests/results/094.processed, tests/results/095.processed,
15939: tests/results/096.processed, tests/results/097.processed,
15940: tests/results/101.processed, tests/results/102.processed,
15941: tests/results/104.processed, tests/results/105.processed,
15942: tests/results/106.processed, tests/results/107.processed,
15943: tests/results/108.processed, tests/results/109.processed,
15944: tests/results/110.processed, tests/results/111.processed,
15945: tests/results/112.processed, tests/results/113.processed,
15946: tests/results/114.processed, tests/results/115.processed,
15947: tests/results/116.processed, tests/results/117.processed,
15948: tests/results/118.processed, tests/results/119.processed,
15949: tests/results/120.processed, tests/results/121.processed,
15950: tests/results/122.processed, tests/results/123.processed,
15951: tests/results/124.processed: new convention: char* never 0.
15952: assert in cord on that
15953:
15954: * src/main/pa_charset.C: couple more asserts
15955:
15956: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15957: speedup
15958:
15959: * src/main/pa_charset.C: couple assertions on fantastic situations
15960: added [may be those is the case now?]
15961:
15962: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15963: that's memory from gc_malloc, not from g_malloc :(, but would
15964: hope]
15965:
15966: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15967: that's memory from gc_malloc, not from g_malloc :(, but would
15968: hope]
15969:
15970: * src/main/pa_charset.C: checked custom malloc for returning 0
15971:
15972: 2003-04-09 paf
15973:
15974: * src/classes/date.C: merged ^date.roll changes
15975:
15976: * src/classes/date.C: ^date.roll bug fix
15977:
15978: * src/classes/date.C: ^date.roll now throws less errors: month
15979: shifts handles end of month situation by reducing day number
15980: hour-hole shift reduces hour to recover
15981:
15982: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15983: Sort by function time
15984:
1.211 moko 15985: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
15986: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 15987:
15988: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15989: added [after volatile fix. passes on win&intel-solaris]
15990:
15991: 2003-04-08 paf
15992:
15993: * src/: classes/file.C, classes/op.C, classes/table.C,
15994: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15995: include/pa_common.h, include/pa_request_charsets.h,
15996: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15997: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15998: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15999: types/pa_vresponse.C: started http:// $.charset[] param and
16000: http response charset detection just compiled. todo:test
16001:
16002: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16003:
16004: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16005: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16006: types/pa_vmail.C: changed transcode param converntion along with
16007: string creating convention -- all strings are zero-terminated,
16008: this allowed to fix one remaining String("123", 2) case
16009:
16010: * src/: classes/date.C, classes/file.C, classes/hash.C,
16011: classes/op.C, classes/string.C, classes/table.C,
16012: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16013: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16014: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16015: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16016: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16017: violated String::invariant. started fixing [not compiled now]
16018:
16019: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16020: main/compile.tab.C, main/compile.y, main/pa_string.C,
16021: main/untaint.C, targets/cgi/parser3.C: number of string style
16022: improvements & optimizations
16023:
16024: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16025: :(]
16026:
16027: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16028: [for it's a pointer really]
16029:
16030: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16031: 'n' param. worked that around
16032:
16033: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16034: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16035: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16036: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16037: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16038:
16039: Thanks for the bug report and patch.
16040:
16041: I hadn't looked at this code in a while. Reading it now, it
16042: seems to me that the tests should also be ">= MAX_DEPTH" to
16043: comply with the invariant, though that may not matter a lot. I
16044: changed that, too.
16045:
16046: Hans
16047:
16048: 2003-04-07 paf
16049:
16050: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16051: merged from head:safe mode error message now includes numbers
16052:
16053: * src/main/execute.C: n-th attempt to make a=a work with double.
16054: problem: as_double returns it's result in fp-register compiler
16055: optimizes access to that register after b->as_double, and just
16056: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16057: from memory. _SAME_ double values do not match here. when
16058: forced to REload fp-register, values do match.
16059:
16060: tried to make them volatile.
16061:
16062: * src/main/execute.C: n-th attempt to make a=a work with double.
16063: problem: as_double returns it's result in fp-register compiler
16064: optimizes access to that register after b->as_double, and just
16065: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16066: from memory. _SAME_ double values do not match here. when
16067: forced to REload fp-register, values do match.
16068:
16069: tried to make them volatile.
16070:
16071: * src/types/pa_vobject.h: small style change
16072:
16073: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16074:
16075: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16076: mode error message now includes numbers
16077:
16078: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16079: now causes death
16080:
16081: 2003-04-04 paf
16082:
16083: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16084: incorportated pa_exec patch by From: "Victor Fedoseev"
16085: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16086: Sent: Thursday, January 23, 2003 9:14 AM
16087:
16088: huge speedup on ^file::cgi with big result
16089:
16090: * src/classes/table.C: sort table with 0 rows bug fixed
16091:
16092: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16093: fix http://i2/tasks/edit/?id=4493701604654042676
16094:
16095: @main[] $with_default[ $.a[1] $._default[default from
16096: with_default] ] ^show[$with_default]
16097:
16098: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16099: =$to_add_to.xxx=<br>
16100:
16101: ^show[$to_add_to]
16102:
16103: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16104: ^show[$cloned]
16105:
16106: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16107:
16108: } <hr>
16109:
16110: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16111: http://i2/tasks/edit/?id=4493701604654042676
16112:
16113: @main[] $with_default[ $.a[1] $._default[default from
16114: with_default] ] ^show[$with_default]
16115:
16116: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16117: =$to_add_to.xxx=<br>
16118:
16119: ^show[$to_add_to]
16120:
16121: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16122: ^show[$cloned]
16123:
16124: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16125:
16126: } <hr>
16127:
16128: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16129: http://i2/tasks/edit/?id=4507350336410850921
16130:
16131: * src/classes/xdoc.C: memory allocation func bugfix
16132: http://i2/tasks/edit/?id=4499303470368629745
16133:
16134: * src/classes/math.C: allowed random 1...
16135:
16136: * src/classes/math.C: allowed random 0..
16137:
16138: * src/main/pa_globals.C: exif mem leak
16139: http://i2/tasks/edit/?id=4480590323629807263
16140:
16141: * src/: classes/classes.dsp, main/main.dsp,
16142: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16143: fix http://i2/tasks/edit/?id=4493946731322521294
16144: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16145:
16146: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16147: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16148: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16149: links to xml libs made relative, no need to unpack parser3project
16150: to /parser3project.
16151:
16152: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16153: column more precise - tab handling bug fixed
16154:
16155: * src/main/: compile.tab.C, compile.y: more understandable error
16156: message in case @CLASS with more then one line inside
16157:
16158: * src/targets/cgi/parser3.C: more understandable error message in
16159: case of errors in @unhandled_exception
16160:
16161: 2003-04-03 paf
16162:
16163: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16164: src/main/compile.tab.C, src/main/compile.y,
16165: src/main/compile_tools.C, src/main/compile_tools.h,
16166: src/main/execute.C, src/main/pa_request.C: debug info format
16167: simplified, now it's: OP_VALUE Operation::Origin << here value*
16168:
16169: higher limits: file number (max: 255) line number (max:
16170: 64535) column number (max: 255)
16171:
16172: * src/classes/math.C: top limit
16173:
16174: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16175: precise parse error position in case of
16176:
16177: ^bug ]
16178:
16179: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16180: changed to realities, and passed [bug fixed]
16181:
16182: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16183: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16184: main/compile_tools.h, main/pa_request.C: introducing
16185: ^process...[main-method-alias]
16186:
16187: * src/: classes/date.C, classes/image.C, classes/op.C,
16188: classes/string.C, classes/table.C, classes/xdoc.C,
16189: types/pa_vmethod_frame.h: MethodParams& now [methods without
16190: params receive zero reference, but they are expected not to look
16191: there]
16192:
1.211 moko 16193: * operators.ru.txt, operators.txt, src/classes/date.C,
16194: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16195: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16196: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16197: src/classes/response.C, src/classes/string.C,
16198: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16199: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16200: src/types/pa_method.h: MethodParams& now [methods without params
16201: receive zero reference, but they are expected not to look there]
16202:
16203: * operators.ru.txt, operators.txt, src/classes/op.C,
16204: src/include/pa_request.h, src/main/pa_request.C,
16205: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16206: better error reporting [file/line/col]
1.95 moko 16207:
16208: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16209: types/pa_vstring.h: slightly improved error messages text: 1. is
16210: '%s', it 2. method undefined in case of ^void[]
16211:
16212: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16213: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16214: handling done. now we have error columns todo: test it
16215:
16216: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16217: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16218:
16219: this makes life easier: were: bad stack order -- were in
16220: exception catch unwind order, which didn't match execution order
16221:
16222: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16223:
16224: @first[] ^throw[a;1]
16225:
16226: showed throw a first throw b try
16227:
16228: which is no good
16229:
16230: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16231: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16232: trace reset after handled exception [old bug fixed]
16233:
16234: * src/main/: compile.tab.C, compile.y: parse position old bug
16235: fixed. position reporting made precise [both, in parse erros and
16236: runtime errors]
16237:
16238: 2003-04-02 paf
16239:
16240: * src/: include/pa_operation.h, include/pa_request.h,
16241: main/compile.C, main/compile.tab.C, main/compile.y,
16242: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16243: main/pa_exception.C, main/pa_request.C: debug info: started
16244: using. todo:complete
16245:
16246: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16247: main/compile.C, main/compile.tab.C, main/compile.y,
16248: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16249: main/pa_request.C: prepared debug info todo:use it
16250:
16251: * src/include/pa_operation.h: strange mistake fixed: forgot to
16252: return Operation class->union after switching from autoptrs.
16253:
16254: * tests/: Makefile, results/108.processed, results/117.processed:
16255: meta considered OK [it's up to coder now to remove it not needed]
16256:
16257: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16258: Dictionary constructor when moved to gc]
16259:
16260: * src/main/pa_common.C: uncommented http:// file loading
16261:
16262: * src/include/pa_array.h, src/main/execute.C,
16263: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16264: fix [gdGrowingBuf]
16265:
16266: * configure.in, src/lib/Makefile.am: removed patches
16267:
16268: * configure, src/include/pa_config_auto.h.in,
16269: src/main/pa_charset.C: --enable-assertions autoconf-ed
16270:
16271: * src/main/pa_common.C: uncommented http:// file loading
16272:
16273: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16274: xdoc::create/load
16275:
16276: * src/: classes/form.C, classes/hash.C, classes/image.C,
16277: classes/string.C, classes/table.C, classes/void.C,
16278: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16279: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16280: String::String(str,helper_length) are checked. found/fixed one
16281: place: $request:body now zero-terminated,
16282:
16283: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16284: main/compile_tools.C, main/execute.C, types/pa_value.h,
16285: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16286: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16287: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16288: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16289: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16290: types/pa_vxnode.h: more locally scoped vars in execute (more
16291: easily optimizable)
16292:
16293: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16294: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16295:
16296: * src/: include/pa_array.h, include/pa_stack.h,
16297: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16298: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16299: become assertion iterator in methodframe filler
16300:
16301: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16302: targets/cgi/parser3.C: array::get/put inlined
16303:
16304: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16305: gc_substitute_memory_management_functions +installed CORD_oom
16306: function
16307:
16308: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16309: src/include/pa_config_includes.h, src/include/pa_string.h,
16310: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16311: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16312: assertions started configure.in --enable-assertions
16313:
16314: 2003-04-01 paf
16315:
16316: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16317: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16318: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16319: gdome uses glib memory, and stores last pointer to xmlDoc there,
16320: gc misses that and collects valid memory fixed by remembering
16321: xmlDoc from dom object in xdoc. todo: do something with
16322: premature free of xdoc with xnodes/node values referring into it
16323:
16324: * src/classes/: mail.C: typo fix
16325:
16326: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16327: changes
16328:
16329: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16330: main/pa_memory.C: moved memory debugging to global level: to
16331: pa_gc_malloc
16332:
16333: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16334: debugging showed no errors. todo: debug parser memory
16335:
16336: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16337: configurations
16338:
16339: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16340: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16341: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16342: types/types.dsp: prepared xml-static configuration
16343:
16344: 2003-03-31 paf
16345:
16346: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16347: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16348: xml lib memory debugging, simple checks failed: it seems that
16349: library does realloc(bad ptr), and recording those ptrs in heap
16350: [for debugging] was bad: heap situation changes = everything
16351: works fine
16352:
16353: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16354: xmlRegisterCharEncodingHandler limitation [currently imposed
16355: limit of 10 user-defined charsets]
16356:
16357: 2003-03-28 paf
16358:
16359: * src/main/execute.C: execution stack copied to local register
16360: variable, removed lots [~2e7) of memory accesses
16361:
16362: 2003-03-27 paf
16363:
16364: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16365: works in debug, but fails in release todo: fix that
16366:
16367: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16368: targets/cgi/parser3.C: forgot to merge XML memory funcs
16369: replacement from gc branch
16370:
16371: * src/main/pa_exec.C: introducing append_help_length [radical
16372: improvement here]
16373:
16374: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16375: 'not recommened' in gc.h, on win32 noticed no difference]
16376:
16377: * src/include/pa_array.h: returned checked array get [were disabled
16378: for debugging] result:not slower [don't understand that, it were
16379: INLINED] todo: find out a way of inlining it!
16380:
16381: * src/: include/pa_string.h, lib/gc/include/gc.h,
16382: lib/gc/include/gc_fake.h, main/compile.tab.C,
16383: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16384: convention changed: all resulting strings are zero-terminated
16385:
16386: * src/: classes/date.C, classes/file.C, classes/hash.C,
16387: classes/string.C, classes/table.C, classes/void.C,
16388: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16389: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16390: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16391: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16392: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16393: types/pa_vfile.C, types/pa_vmail.C: introducing
16394: append_help_length [radical improvement here]
16395:
16396: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16397: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16398: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16399: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16400: even slower
16401:
16402: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16403: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16404: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16405: clients of &get(): most to use non-ref version, some[in tight
16406: places] to get_unchecked_ref
16407:
16408: * src/doc/memory.dox: forgot to add
16409:
16410: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16411: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16412: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16413: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16414: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16415: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16416: targets/cgi/parser3.dsp, types/pa_vmail.C,
16417: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16418: T>>&<< removed after Stack::pop wiping removed [moved to separate
16419: func] other Array & removed
16420:
16421: 2003-03-26 paf
16422:
16423: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16424: classes/table.C, include/pa_array.h, include/pa_charset.h,
16425: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16426: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16427: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16428: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16429: main/pa_exec.C, main/pa_sql_driver_manager.C,
16430: main/pa_stylesheet_manager.C, main/pa_table.C,
16431: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16432: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16433: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16434: pre-evaluated .count() in some places
16435:
16436: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16437: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16438: types/types.dsp: .dsp profiling updated
16439:
16440: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16441: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16442: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16443:
16444: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16445: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16446: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16447: use lib/gc,lib/cord
16448:
1.116 moko 16449: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16450: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16451: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16452: src/include/pa_config_includes.h, src/include/pa_request.h,
16453: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16454: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16455: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16456: src/lib/cord/include/Makefile.am,
1.116 moko 16457: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16458: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16459: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16460: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16461: src/types/pa_vform.h, src/types/pa_vhash.h,
16462: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16463: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16464: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16465: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16466: funcs ported pa_exec
1.95 moko 16467:
16468: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16469:
16470: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16471: bundled gc includes
16472:
16473: * src/: classes/op.C, include/pa_array.h,
16474: include/pa_sql_connection.h, include/pa_string.h,
16475: include/pa_version.h, main/compile.tab.C, main/compile.y,
16476: main/execute.C, main/pa_common.C, main/pa_exception.C,
16477: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16478: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16479: first real site (aval)]
16480:
16481: 2003-03-25 paf
16482:
1.211 moko 16483: * operators.ru.txt, operators.txt,
16484: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16485: $status.memory used free since_compact process
1.95 moko 16486:
16487: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16488: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16489:
16490: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16491:
16492: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16493: src/types/pa_value.h, src/types/pa_vfile.h,
16494: src/types/pa_vobject.C, src/types/pa_vobject.h,
16495: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16496: tests/results/121.processed: untaint.C L_URI
16497:
1.211 moko 16498: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16499: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16500: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16501: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16502:
16503: * tests/results/109.processed: it was a bug in parser. updated 109
16504: test result
16505:
16506: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16507:
16508: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16509: tests/results/107.processed: fixed dom language [values are now
16510: considered tainted. it was a bug in parser. updated 107 test
16511: result
16512:
16513: * src/classes/xdoc.C: fixed transform params
16514:
16515: * src/: include/pa_stylesheet_manager.h,
16516: main/pa_stylesheet_manager.C: fixed stylesheet caching
16517:
16518: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16519: overloads for structure handling
16520:
16521: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16522: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16523: StringBody(0) ambiguilty, introducting static
16524: StringBody::Format(int)
16525:
16526: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16527: linked
16528:
16529: * src/types/pa_vxdoc.C: vxdoc compiled
16530:
16531: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16532: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16533: finalizers isntalled
16534:
16535: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16536: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16537: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16538: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16539: compiled todo: xnode.C / finalizers
16540:
16541: * src/doc/string.dox: updated: new string internals
16542:
16543: 2003-03-24 paf
16544:
16545: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16546: include/pa_charset.h, include/pa_config_fixed.h,
16547: include/pa_request.h, include/pa_stylesheet_connection.h,
16548: include/pa_stylesheet_manager.h, main/pa_charset.C,
16549: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16550: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16551: types/pa_vxnode.h: started XML
16552:
16553: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16554:
16555: * src/: classes/file.C, classes/image.C, classes/mail.C,
16556: include/pa_string.h, main/pa_common.C,
16557: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16558:
16559: * src/: classes/file.C, classes/image.C, classes/mail.C,
16560: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16561: main/pa_request.C, main/pa_sql_driver_manager.C,
16562: types/pa_vimage.h: size_t pos everywhere checks changed to check
16563: for eq STRING_NOT_FOUND
16564:
16565: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16566: optimize bit implemented
16567:
16568: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16569: String::ArrayFragment::append_positions fixed
16570:
16571: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16572: String::this_starts fixed
16573:
16574: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16575:
16576: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16577: hashcode implemented fully, including per-char callback [it can
16578: be - substr CORD node]
16579:
16580: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16581: rewritten to rewalloc with 100byte buf ahead
16582:
16583: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16584: src/include/pa_string.h, src/main/compile.tab.C,
16585: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16586: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16587: CORD_ec [bad] would rewrite as realloc now
16588:
16589: * src/: classes/date.C, classes/file.C, classes/form.C,
16590: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16591: include/pa_cache_managers.h, include/pa_charsets.h,
16592: include/pa_common.h, include/pa_request.h,
16593: include/pa_sql_driver_manager.h, include/pa_table.h,
16594: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16595: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16596: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16597: types/pa_vmail.C, types/pa_vmethod_frame.C,
16598: types/pa_vstateless_class.h: 2*2 worked :)
16599:
16600: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16601: src/include/pa_exec.h, src/include/pa_string.h,
16602: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16603: passed OK
16604:
16605: * src/: classes/hash.C, classes/string.C, classes/table.C,
16606: types/pa_value.C: all linked todo: debug
16607:
16608: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16609: types/pa_vstateless_class.C: all compiled. todo:link
16610:
16611: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16612:
16613: * src/types/pa_vtable.C: pa_vtable.C compiled
16614:
16615: * src/types/pa_vstring.C: pa_vstring.C compiled
16616:
16617: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16618:
16619: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16620: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16621: pa_vstateless_class.C, pa_vstateless_class.h:
16622: pa_vstateless_class.C compiled
16623:
16624: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16625: types/pa_vmath.C: pa_vmail.C compiled
16626:
16627: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16628:
16629: * src/types/pa_vform.C: pa_vform.C compiled
16630:
16631: * src/types/pa_vfile.C: pa_vfile.C compiled
16632:
16633: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16634: pa_vstateless_class.C: pa_vcookie.C compiled
16635:
16636: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16637: types/pa_vhash.h: pa_value.C compiled
16638:
16639: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16640: classes.lib main.lib compiled
16641:
16642: * src/classes/void.C: void.C compiled
16643:
16644: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16645: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16646: compiled
16647:
16648: * src/: classes/string.C, include/pa_request.h,
16649: include/pa_string.h, main/pa_string.C: string.C compiled
16650:
16651: * src/: classes/op.C, classes/string.C, classes/table.C,
16652: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16653: main/pa_request.C, main/pa_string.C: op.C compiled
16654:
16655: * src/classes/: math.C, op.C: math.C compiled
16656:
16657: * src/: classes/mail.C, classes/string.C, classes/table.C,
16658: types/pa_vmail.h: mail.C compiled
16659:
16660: * src/classes/: int.C, table.C: int.C compiled
16661:
16662: * src/: classes/hash.C, classes/image.C, classes/string.C,
16663: classes/table.C, include/pa_memory.h, include/pa_string.h,
16664: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16665: compiled
16666:
16667: * src/: classes/hash.C, classes/string.C, classes/table.C,
16668: classes/void.C, classes/xdoc.C, include/pa_request.h,
16669: include/pa_sql_connection.h: hash.C compiled
16670:
16671: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16672: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16673: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16674: classes/math.C, classes/op.C, classes/response.C,
16675: classes/string.C, classes/table.C, classes/void.C,
16676: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16677: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16678: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16679: file.C table.C compiled
16680:
16681: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16682: main/untaint.C: main.lib compiled
16683:
16684: 2003-03-21 paf
16685:
16686: * src/: classes/op.C, include/pa_cache_managers.h,
16687: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16688: include/pa_stylesheet_manager.h, main/pa_exception.C,
16689: main/pa_globals.C, main/pa_sql_driver_manager.C,
16690: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16691: compiled
16692:
16693: * src/: classes/hash.C, classes/image.C, classes/op.C,
16694: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16695: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16696: main/compile.C, main/pa_common.C, main/pa_request.C,
16697: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16698: pa_request.C compiled
16699:
16700: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16701: include/pa_request.h, main/execute.C, main/pa_request.C,
16702: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16703: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16704: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16705: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16706: compiled
16707:
16708: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16709: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16710: on unix
16711:
16712: * src/: include/pa_charset.h, include/pa_charsets.h,
16713: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16714: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16715: pa_charsets.C compiled
16716:
16717: * src/: classes/image.C, classes/mail.C, classes/op.C,
16718: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16719: main/compile.y, main/execute.C, main/pa_common.C,
16720: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16721: types/pa_vcode_frame.h, types/pa_vimage.h,
16722: types/pa_vmethod_frame.h: execute.C compiled
16723:
16724: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16725: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16726: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16727: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16728: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16729: include/pa_cache_managers.h, include/pa_charsets.h,
16730: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16731: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16732: include/pa_sql_driver_manager.h, include/pa_string.h,
16733: include/pa_stylesheet_connection.h,
16734: include/pa_stylesheet_manager.h, include/pa_table.h,
16735: main/compile.C, main/compile.tab.C, main/compile.y,
16736: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16737: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16738: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16739: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16740: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16741: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16742: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16743: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16744: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16745: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16746: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16747: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16748: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16749: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16750: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16751: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16752: types/pa_vresponse.h, types/pa_vstateless_class.C,
16753: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16754: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16755: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16756: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16757: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16758: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16759: [C++ CORD wrapper]
16760:
16761: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16762:
16763: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16764: $file::exec/cgi[script; $.charset[this is script's charset]
16765:
16766: command line, env values, input got transcoded before call
16767: stdout, stderr got transcoded after call
16768:
16769: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16770: by default. use: ^file::exec[...;$.stdin[$request.body]
16771:
16772: * src/main/pa_common.C: } typo bug fix
16773:
16774: * src/main/pa_common.C: } typo bug fix
16775:
16776: 2003-03-20 paf
16777:
16778: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16779: main/untaint.C: cord bug fix, but still errors todo: clear out
16780:
16781: * src/include/pa_string.h: more tests
16782:
16783: * src/main/pa_string.C: string.pos fixed
16784:
1.116 moko 16785: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16786: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16787: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16788: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16789: replaces
1.95 moko 16790:
16791: * src/: classes/image.C, include/pa_dictionary.h,
16792: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16793: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16794: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16795: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16796:
16797: * src/include/pa_string.h: warning
16798:
16799: * src/include/pa_string.h: this_starts fixed
16800:
16801: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16802: new String ctor & append params convention
16803:
16804: * src/: classes/file.C, classes/hash.C, classes/image.C,
16805: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16806: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16807: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16808: main/pa_exception.C, main/pa_exec.C,
16809: main/pa_sql_driver_manager.C, main/pa_string.C,
16810: main/pa_stylesheet_manager.C, main/untaint.C,
16811: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16812: types/pa_vmail.C: more tests OK
16813:
16814: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16815: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16816: gc/exit runned OK
16817:
16818: * src/types/pa_vmail.C: another naming problem: should not name
16819: vars like that: unpredictable close caused problems with later
16820: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16821: descriptors missing on startup: stdin; Bad file number
16822:
16823: todo: find out why so many filters(stream) here. probably wrong?
16824:
16825: * src/: include/pa_dictionary.h, include/pa_string.h,
16826: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16827: main/untaint.C: test compiled
16828:
16829: * src/: classes/image.C, classes/mail.C, classes/math.C,
16830: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16831: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16832: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16833: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16834: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16835: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16836: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16837: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16838: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16839:
16840: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16841: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16842: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16843: src/include/pa_memory.h, src/include/pa_request.h,
16844: src/include/pa_request_charsets.h,
16845: src/include/pa_sql_connection.h, src/include/pa_string.h,
16846: src/main/compile.tab.C, src/main/execute.C,
16847: src/main/pa_charset.C, src/main/pa_common.C,
16848: src/main/pa_exception.C, src/main/pa_exec.C,
16849: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16850: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16851: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16852: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16853: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16854: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16855: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16856: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16857: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16858: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16859: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16860: pa_common.C [done, without http for now]
16861:
16862: 2003-03-19 paf
16863:
16864: * src/: classes/date.C, classes/form.C, classes/hash.C,
16865: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16866: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16867: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16868: include/pa_string.h, include/pa_table.h, main/compile.C,
16869: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16870: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16871: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16872: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16873: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16874: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16875: types/pa_vstateless_class.h, types/pa_vtable.C,
16876: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16877: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16878: types/pa_wwrapper.h: started test
16879:
1.116 moko 16880: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16881: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16882:
16883: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16884: include/pa_string.h, main/pa_string.C: string compiled todo: test
16885: it
16886:
16887: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16888: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16889: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16890: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16891: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16892: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16893: types/pa_vmethod_frame.h, types/types.dsp: string
16894: reimplementation with cord+array<fragment>: 70%
16895:
16896: 2003-03-18 paf
16897:
16898: * src/: classes/date.C, classes/file.C, classes/form.C,
16899: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16900: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16901: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16902: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16903: can ignore lang in cmp and pos really, but would
16904: split properly!
16905:
16906: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16907: cord part made parser/src/lib: it's not compiled into libgc by
16908: default
16909:
16910: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16911: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16912: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16913: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16914: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16915: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16916: src/classes/xnode.C, src/classes/xnode.h,
16917: src/include/Makefile.am, src/include/pa_cache_managers.h,
16918: src/include/pa_charset.h, src/include/pa_charsets.h,
16919: src/include/pa_common.h, src/include/pa_dictionary.h,
16920: src/include/pa_exception.h, src/include/pa_exec.h,
16921: src/include/pa_globals.h, src/include/pa_hash.h,
16922: src/include/pa_memory.h, src/include/pa_pool.h,
16923: src/include/pa_request.h, src/include/pa_request_charsets.h,
16924: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16925: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16926: src/include/pa_stylesheet_connection.h,
16927: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16928: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16929: src/main/compile.C, src/main/compile.tab.C,
16930: src/main/compile_tools.C, src/main/compile_tools.h,
16931: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16932: src/main/pa_charsets.C, src/main/pa_common.C,
16933: src/main/pa_dictionary.C, src/main/pa_exception.C,
16934: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16935: src/main/pa_pool.C, src/main/pa_request.C,
16936: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16937: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16938: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16939: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16940: src/types/pa_junction.h, src/types/pa_method.h,
16941: src/types/pa_value.C, src/types/pa_value.h,
16942: src/types/pa_vclass.C, src/types/pa_vclass.h,
16943: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16944: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16945: src/types/pa_vdouble.h, src/types/pa_venv.h,
16946: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16947: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16948: src/types/pa_vimage.C, src/types/pa_vimage.h,
16949: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16950: src/types/pa_vmath.C, src/types/pa_vmath.h,
16951: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16952: src/types/pa_vobject.C, src/types/pa_vobject.h,
16953: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16954: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16955: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16956: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16957: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16958: src/types/pa_vstring.h, src/types/pa_vtable.C,
16959: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16960: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16961: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16962: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16963: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16964: gc: PA_Object done lots of replacements also
16965:
16966: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16967: gc logging
16968:
16969: 2003-03-17 paf
16970:
16971: * src/: classes/date.C, classes/file.C, classes/form.C,
16972: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16973: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16974: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16975: include/pa_string.h, include/pa_types.h, main/compile.C,
16976: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16977: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16978: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16979: main/pa_sql_driver_manager.C, main/pa_string.C,
16980: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16981: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16982: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16983: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16984: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16985: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16986: types/pa_vxnode.h: libgc attempt
16987:
16988: 2003-03-13 paf
16989:
16990: * src/: include/pa_sql_driver_manager.h,
16991: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16992: called
16993:
16994: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16995: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16996: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16997: types/pa_value.h, types/pa_vobject.h,
16998: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16999: set_base, set_derived simplified [counter leaks fixed]
17000:
17001: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17002: src/types/types.dsp: incorporated status class patch From:
17003: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17004: 2003 8:14 AM
17005:
17006: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17007: Win32 specific: QuotaPeakNonPagedPoolUsage
17008: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17009:
17010: 2003-03-12 paf
17011:
1.116 moko 17012: * configure, configure.in, src/lib/ltdl/configure,
17013: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17014: lib/ltdl/Makefile now created by /configure.in only [were by
17015: lib/ltdl/configure.in OVERWRITE]
17016:
1.116 moko 17017: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17018: linkage fixed for g++ 3.2.2
1.95 moko 17019:
17020: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17021: on using privately declared class [fixed]
17022:
17023: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17024: 3.2 rightliy complained on using privately declared class [fixed]
17025:
17026: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17027: sigpipe before request constructor now causes death
17028:
17029: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17030: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17031: not cause exception in exception handler
17032:
1.116 moko 17033: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17034: now default links libstdc++ statically. that can be overriden by
17035: --with-dynamic-stdcpp
1.95 moko 17036:
17037: 2003-03-11 paf
17038:
17039: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17040: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17041: necessity of libstdc++
17042:
17043: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17044:
17045: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17046:
17047: 2003-03-08 paf
17048:
17049: * tests/Makefile: make install & co
17050:
17051: * src/: include/pa_request.h, classes/op.C: removing
17052: vclass,object.h -> pa_request.h dependency
17053:
17054: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17055: main/pa_request.C: removing vform,response,cookie.h ->
17056: pa_request.h dependency
17057:
17058: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17059: dependency [testing...]
17060:
17061: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17062: return 0; fixed
17063:
17064: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17065: types/pa_vmail.h: vmail.C received just compiled [not tested]
17066:
17067: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17068:
17069: * src/main/pa_request.C: forgotten: ifdef XML
17070:
17071: * src/main/pa_request.C: forgotten: ifdef XML
17072:
17073: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17074: win32 and run memleak tests again
17075:
17076: * src/targets/cgi/parser3.C: charsets: see some strange things with
17077: old xml lib-- it's internal memory handling has faults
17078:
17079: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17080: problems when transcode from charset A to A.
17081:
17082: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17083: todo: still problems when transcode from charset A to A.
17084:
17085: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17086: classes/table.C, include/pa_array.h,
17087: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17088: started full-scale-site-test [~ http://parser.ru sources]
17089:
17090: some fixes
17091:
17092: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17093: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17094: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17095: results/110.processed, results/111.processed,
17096: results/112.processed, results/113.processed,
17097: results/114.processed, results/115.processed,
17098: results/116.processed, results/117.processed,
17099: results/118.processed, results/119.processed,
17100: results/120.processed: xml: tests 109 dom create/show 110 xpath
17101: selectSingle 111 xdoc.create from tainted & 112
17102: xdoc.create/output with russian attr value 113 xpath
17103: selectString/Number 114 dom attributes.count 115 xpath selectBool
17104: 116 output media-type change 117 transform by dom stylesheet 118
17105: empty transform result 119 dom setAttribute 120 nbsp letter
17106: output
17107:
17108: =END OF PREPARED XML TESTS=
17109:
17110: 2003-03-07 paf
17111:
17112: * src/classes/xdoc.C, src/include/pa_charset.h,
17113: src/include/pa_stylesheet_connection.h, tests/108.html,
17114: tests/108.xsl, tests/results/108.processed: xml: test 108
17115: transform with params [bugs fixed]
17116:
17117: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17118: from copy/paste bug
17119:
17120: * src/classes/xdoc.C, src/include/pa_charset.h,
17121: src/include/pa_request.h, src/main/execute.C,
17122: src/main/pa_charset.C, src/main/pa_exception.C,
17123: src/main/pa_globals.C, src/main/pa_request.C,
17124: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17125: src/types/pa_vxnode.C, tests/107.html,
17126: tests/results/107.processed: xml: test: 107 bug fixes
17127:
17128: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17129: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17130: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17131:
17132: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17133: string
17134:
17135: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17136: mem alloc functions used for different cases [libxml, libxsl]
17137:
17138: * src/classes/classes.C: fixed: prevent system classes from
17139: modification to lock ALL the classes, not only directly used
17140:
17141: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17142: linked
17143:
17144: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17145:
17146: 2003-03-06 paf
17147:
17148: * src/classes/xdoc.C: xdoc.C 50%
17149:
17150: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17151: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17152: main/pa_globals.C, main/pa_request.C,
17153: main/pa_stylesheet_manager.C: xnode.C compiled
17154:
17155: * src/: include/pa_stylesheet_connection.h,
17156: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17157: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17158:
17159: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17160: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17161: xml: stylesheet&manager STARTED
17162:
17163: * src/: include/pa_globals.h, main/pa_charset.C,
17164: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17165:
17166: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17167: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17168: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17169: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17170: charsets
17171:
17172: * tests/023.html: in some cases it rounded up badly. postponing
17173: solution of that problem, making more simple test
17174:
17175: * tests/: 058_paf2000.png, results/058.processed: .png added with
17176: -kb now
17177:
17178: * src/: include/pa_charset.h, include/pa_charsets.h,
17179: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17180: moved to charsets.C
17181:
17182: 2003-03-05 paf
17183:
17184: * src/classes/string.C, src/include/pa_string.h,
17185: src/main/pa_string.C, tests/105.html,
17186: tests/results/105.processed: String::match bug fixed
17187:
17188: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17189: tests/results/104.processed: ^bpt operator added [does int3 in
17190: debug build on win32]
17191:
17192: * tests/: 057.html, results/057.processed: test bug fixed
17193:
1.116 moko 17194: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17195:
17196: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17197: missing
17198:
1.116 moko 17199: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17200: forgotten files added to Makes
1.95 moko 17201:
17202: * ltmain.sh: ltmain.sh added
17203:
17204: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17205: change undone ;(
17206:
17207: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17208: made static
17209:
17210: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17211: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17212: todo:make linker happy
1.95 moko 17213:
17214: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17215: env param made optional
17216:
17217: 2003-03-04 paf
17218:
17219: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17220: types/pa_vimage.h: number of gcc compiler bugs fixed
17221:
17222: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17223: results/103.processed: tests: 103 image.copy transparence test
17224:
17225: * src/main/execute.C, tests/101.html, tests/102.html,
17226: tests/results/101.processed, tests/results/102.processed: tests:
17227: 101 method/variable name conflict test 102 form fields change
17228: should not not change anything [bug fix]
17229:
17230: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17231: results/099.processed, results/100.processed: tests: 57 date
17232: create 2002: added 99,100 response:body/download
17233:
17234: * src/classes/image.C, tests/098.html, tests/098font.gif,
17235: tests/results/098.processed: test: 98 image font text [bug fixed]
17236:
17237: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17238: tests/results/097.processed: test: 97 file::load http:// [bugs
17239: fixed]
17240:
17241: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17242: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17243: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17244: image EXIF [bug fixed]
17245:
17246: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17247: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17248: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17249: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17250: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17251: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17252: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17253: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17254: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17255: tests/094.html, tests/095.html, tests/results/061.processed,
17256: tests/results/062.processed, tests/results/063.processed,
17257: tests/results/064.processed, tests/results/065.processed,
17258: tests/results/066.processed, tests/results/067.processed,
17259: tests/results/068.processed, tests/results/069.processed,
17260: tests/results/070.processed, tests/results/071.processed,
17261: tests/results/072.processed, tests/results/073.processed,
17262: tests/results/074.processed, tests/results/075.processed,
17263: tests/results/076.processed, tests/results/077.processed,
17264: tests/results/078.processed, tests/results/080.processed,
17265: tests/results/081.processed, tests/results/082.processed,
17266: tests/results/083.processed, tests/results/084.processed,
17267: tests/results/085.processed, tests/results/086.processed,
17268: tests/results/087.processed, tests/results/088.processed,
17269: tests/results/089.processed, tests/results/090.processed,
17270: tests/results/091.processed, tests/results/092.processed,
17271: tests/results/093.processed, tests/results/094.processed,
17272: tests/results/095.processed, tests/079.html,
17273: tests/results/079.processed: tests: 61 file::stat size 62
17274: string->int autoconvert 63 double .int,dec,div,mul 64 date
17275: compare 65 file: basename,justname,justext 66 math:crypt 67
17276: string.match simple on long 68 string.match normalized simple on
17277: long 69 string.int 70 file::stat content-type 71 table.join 72
17278: hash parameter conditional pass 73 date daylightsaving,yearday 74
17279: date arithmetics 75 response date values/attributes 76 string.pos
17280: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17281: with local 80 scientific numeric literal in string autoconvert 81
17282: xor: logical and numerical 82 for delims 83 menu delims 84
17283: table.hash distinct 85 long string replace 86 throw+catch
17284: current language preserve 87 bit shifts 88 junction tests +
17285: $caller test 89 hash.foreach selfmodification 90 int/void to int
17286: 91 $caller test 92 junction is + def junction tests 93 $caller
17287: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17288:
17289: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17290: fixed] 60 string eq string [bug fixed]
17291:
17292: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17293: 058.html, 058_paf2000.png, 059.html, 060.html,
17294: results/053.processed, results/054.processed,
17295: results/055.processed, results/056.processed,
17296: results/057.processed, results/058.processed,
17297: results/059.processed, results/060.processed: test: 53
17298: string.replace 54 junctions 55 table.hash 56 call indirect 57
17299: date.create[string] 58 image.measure[png]
17300:
17301: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17302: outputs/051.processed, results/052.processed: test: 52
17303: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17304: task: fix that
17305:
17306: 2003-03-03 paf
17307:
17308: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17309: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17310: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17311: outputs/049.processed, outputs/050.processed,
17312: outputs/051.processed, results/001.processed,
17313: results/002.processed, results/003.processed,
17314: results/005.processed, results/006.processed,
17315: results/008.processed, results/009.processed,
17316: results/011.processed, results/012.processed,
17317: results/013.processed, results/014.processed,
17318: results/015.processed, results/016.processed,
17319: results/017.processed, results/020.processed,
17320: results/021.processed, results/022.processed,
17321: results/024.processed, results/025.processed,
17322: results/026.processed, results/027.processed,
17323: results/028.processed, results/029.processed,
17324: results/030.processed, results/031.processed,
17325: results/049.processed, results/050.processed,
17326: results/051.processed, results/043.processed,
17327: results/044.processed, results/045.processed,
17328: results/046.processed, results/047.processed,
17329: results/048.processed: tests: 43,44,45 date rolls 46
17330: autoevaluating junction 47 table.select 48 name with subvar 49
17331: hash-creating switch 50 process 51 started parent/child, works as
17332: it were but it were NOT GOOD, created separate task to fix that
17333:
17334: * tests/: 042.html, results/042.processed: test: 42
17335: exception.handled
17336:
17337: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17338: expression
17339:
17340: * tests/: 040.html, results/040.processed: test: 39 method result
17341: of type table 40 method param junction auto evaluate
17342:
17343: * tests/: 039.html, results/039.processed: test: 37 method result
17344: of type table
17345:
17346: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17347: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17348: tests/038.html, tests/results/033.processed,
17349: tests/results/034.processed, tests/results/035.processed,
17350: tests/results/036.processed, tests/results/037.processed,
17351: tests/results/038.processed: tests: 33 string.replace 34
17352: string.upper 35 table created 36 local/global vars with juntions
17353: 37 table clone 38 math PI & number formatting
17354:
17355: math class registring typo fixed
17356:
17357: * src/classes/op.C, src/include/pa_request.h,
17358: src/include/pa_string.h, src/main/execute.C,
17359: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17360: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17361: tests/032.html, tests/results/032.processed: uchar changed to
17362: String_UL in all places [was not everywhere] untaint test: 032
17363:
17364: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17365: tests/results/004.processed, tests/parser-cygwin.sh,
17366: tests/parser-unix.sh: removed -H command line key, now testing
17367: using .sh file with SERVER_SOFTWARE=xxx
17368:
17369: 2003-02-26 paf
17370:
17371: * src/main/execute.C, src/types/pa_vstateless_class.h,
17372: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17373: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17374: tests/results/024.processed, tests/results/025.processed,
17375: tests/results/026.processed, tests/results/027.processed,
17376: tests/results/028.processed, tests/results/029.processed,
17377: tests/results/030.processed, tests/results/031.processed: fixed
17378: bug with name_cstr mutable CharPtr more tests
17379:
17380: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17381: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17382: << abort. die now just exits
17383:
17384: * src/classes/classes.awk, src/classes/classes.h,
17385: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17386: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17387: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17388: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17389: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17390: src/classes/xnode.C, src/include/pa_memory.h,
17391: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17392: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17393: src/types/pa_vform.C, tests/015.html, tests/016.html,
17394: tests/017.html, tests/018.html, tests/019.html,
17395: tests/019paf2001.gif, tests/020.html, tests/021.html,
17396: tests/022.html, tests/023.html, tests/022_dir/a.html,
17397: tests/022_dir/b.txt, tests/022_dir/c.htm,
17398: tests/results/015.processed, tests/results/016.processed,
17399: tests/results/017.processed, tests/results/018.processed,
17400: tests/results/019.processed, tests/results/020.processed,
17401: tests/results/021.processed, tests/results/022.processed,
17402: tests/results/023.processed: methoded_array now contains all Mxxx
17403: classes SAPI::get_env now returns info on pool more tests
17404:
17405: * src/include/pa_array.h, src/include/pa_hash.h,
17406: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17407: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17408: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17409: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17410: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17411: tests/results/001.processed, tests/results/002.processed,
17412: tests/results/003.processed, tests/results/004.processed,
17413: tests/results/005.processed, tests/results/006.processed,
17414: tests/results/007.processed, tests/results/008.processed,
17415: tests/results/009.processed, tests/results/010.processed,
17416: tests/results/011.processed, tests/results/012.processed,
17417: tests/results/013.processed, tests/results/014.processed: hash
17418: cloning fixed
17419:
17420: 2003-02-25 paf
17421:
17422: * src/main/pa_common.C: typo fixed
17423:
17424: 2003-02-24 paf
17425:
17426: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17427: [one remained]
17428:
17429: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17430: [should have been get_string(&pool)] todo: check other such calls
17431:
17432: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17433: test10, bad lookups
17434:
17435: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17436: object got destructed, and xxx points to sky
17437:
17438: * ChangeLog, src/classes/string.C: match bug fixed
17439:
17440: * src/types/pa_vmail.C: body [text/html] transcoded to
17441: $.charset[specified] now
17442:
17443: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17444: which failed to handle sigsetjmp+throw: crashed inside of
17445: pre-throw code. rewritten simplier [though duplicating
17446: closesocket code]
17447:
17448: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17449: which failed to handle sigsetjmp+throw: crashed inside of
17450: pre-throw code. rewritten simplier [though duplicating
17451: closesocket code]
17452:
17453: 2003-02-21 paf
17454:
1.211 moko 17455: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17456: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17457: now]]
1.95 moko 17458:
17459: written makefile with regression tests [raw]
17460:
17461: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17462: tests' only [it's not forcing CGI mode now] now use -H to output
17463: CGI header when parser used in command line [useful for tests
17464: also]
17465:
17466: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17467: switches on CGI mode, and is used in regression tests
17468:
17469: * src/: include/pa_request.h, main/pa_request.C,
17470: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17471: fixed
17472:
17473: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17474: handling pa_*
17475:
17476: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17477: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17478: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17479: memory handling files
17480:
17481: * src/main/pa_array.C: pool::format_integer terminator fixed
17482:
17483: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17484: compiles OK test to show benefits of free
17485:
17486: * src/: classes/file.C, classes/image.C, classes/mail.C,
17487: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17488: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17489: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17490: use pool [as the one in ^process]
17491:
17492: * src/classes/op.C: fixed process. sould now check for all cstr's
17493: -- some must use pool [as the one in ^process]
17494:
17495: 2003-02-20 paf
17496:
17497: * src/: classes/date.C, classes/double.C, classes/file.C,
17498: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17499: classes/math.C, classes/op.C, classes/response.C,
17500: classes/string.C, classes/table.C, classes/void.C,
17501: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17502: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17503: string cmp fixed
17504:
17505: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17506: values passed OK now
17507:
17508: 2003-02-19 paf
17509:
17510: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17511: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17512: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17513: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17514: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17515: all remaning leaks resulted from pooled::malloc calls [excluding
17516: in gd -- planning complete rewrite extremely ugly code]
17517:
17518: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17519: files
17520:
17521: 2003-02-17 paf
17522:
17523: * src/: classes/date.C, classes/double.C, classes/file.C,
17524: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17525: classes/response.C, classes/string.C, classes/table.C,
17526: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17527: include/pa_stylesheet_connection.h,
17528: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17529: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17530: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17531: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17532: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17533: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17534: of unitialized simple-typed field
17535:
17536: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17537: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17538: simple-typed field fixed. todo: find&kill all like that one
17539:
17540: * src/: main/execute.C, targets/cgi/pa_pool.C,
17541: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17542: debug output fixed
17543:
17544: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17545: main/pa_request.C: stack-stored items need extra .ref to prevent
17546: object_ptr from delete[them]
17547:
17548: * src/: classes/date.C, classes/op.C, classes/table.C,
17549: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17550: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17551: main/pa_charset.C, main/pa_common.C,
17552: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17553: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17554: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17555: calls
17556:
17557: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17558: couple mem leaks rusulted from old pooled::malloc usage.
17559: todo:find more like those
17560:
17561: * src/main/: compile.C, compile_tools.C: 2*2!
17562:
17563: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17564: stackItem fixed [there were no string on stack before]
17565:
17566: * src/: main/execute.C, main/pa_request.C,
17567: types/pa_vmethod_frame.C: first letters out OK
17568:
17569: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17570: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17571: main/pa_string.C, main/untaint.C, types/pa_value.h,
17572: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17573: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17574: type not initialized with zeros :( while class fields of class
17575: types initialized with default constructors. learn C++
17576:
17577: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17578: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17579: classes/math.C, classes/xdoc.C, classes/xnode.C,
17580: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17581: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17582:
17583: 2003-02-14 paf
17584:
17585: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17586: 13 link errors
17587:
17588: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17589: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17590: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17591: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17592: errors :)
17593:
17594: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17595: classes/hash.C, classes/mail.C, classes/op.C,
17596: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17597: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17598: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17599: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17600:
17601: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17602: classes/table.C, include/pa_common.h, include/pa_globals.h,
17603: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17604: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17605: types/pa_vint.h, types/types.dsp: op compiled
17606:
17607: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17608: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17609: main/untaint.C, types/pa_vtable.h: string, response compiled
17610:
17611: 2003-02-07 paf
17612:
17613: * src/: classes/table.C, types/pa_vtable.h: table compiled
17614:
17615: 2003-02-06 paf
17616:
17617: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17618: mail compiled
17619:
17620: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17621: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17622: types/pa_vfile.h, types/pa_vimage.h: image compiled
17623:
17624: * src/classes/: file.C, form.C: form compiled
17625:
17626: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17627: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17628: types/pa_vfile.C, types/pa_vfile.h: file compiled
17629:
17630: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17631: types/pa_vmath.h: math compiled [win32]
17632:
17633: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17634: types/pa_vstring.h: hash compiled
17635:
17636: 2003-02-04 paf
17637:
17638: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17639: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17640: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17641: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17642: types/pa_vhash.h: hash 50% compiled
17643:
17644: * src/: classes/date.C, classes/file.C, classes/hash.C,
17645: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17646: classes/string.C, classes/table.C, classes/xdoc.C,
17647: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17648: main/pa_string.C: date compiled
17649:
17650: * src/classes/: classes.dsp, double.C: double compiled
17651:
17652: * src/: classes/date.C, classes/double.C, classes/file.C,
17653: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17654: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17655: classes/string.C, classes/table.C, classes/void.C,
17656: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17657: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17658: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17659: compiled
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, classes/xnode.h,
17666: types/pa_vvoid.h: void compiled :)
17667:
17668: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17669: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17670: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17671: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17672: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17673: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17674: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17675: types/pa_vresponse.C, types/pa_vstateless_class.C,
17676: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17677: types/pa_wcontext.C, types/types.dsp: removed stupid
17678: value_includes.h
17679:
17680: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17681: trying to remove stupid value_includes.h
17682:
17683: * src/main/pa_exec.C: pa_exec compiled on win32
17684:
17685: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17686:
17687: * src/: include/pa_globals.h, include/pa_request.h,
17688: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17689: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17690: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17691: types/pa_vrequest.C, types/pa_vstateless_class.C,
17692: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17693:
17694: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17695: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17696: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17697:
17698: * src/: include/pa_array.h, include/pa_config_includes.h,
17699: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17700: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17701: compiled
17702:
17703: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17704: name conflicts)
17705:
17706: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17707: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17708: yelds "virtual memory exhausted" while trying to compile
17709: execute.C [eating up to 127MB]
17710:
17711: 2003-02-03 paf
17712:
17713: * src/: include/pa_config_includes.h, include/pa_hash.h,
17714: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17715: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17716: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17717: types/pa_vint.h, types/pa_vjunction.h,
17718: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17719: started gcc compiling pa_common compiled
17720:
17721: * src/: include/pa_exception.h, include/pa_pool.h,
17722: main/pa_exception.C: exception gcc change #1
17723:
1.116 moko 17724: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17725: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17726:
17727: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17728:
17729: * src/types/pa_vtable.C: vtable compiled
17730:
17731: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17732:
17733: * src/: include/pa_cache_managers.h, main/pa_request.C,
17734: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17735:
17736: * src/types/pa_vstateless_class.C: vstateless_class compiled
17737:
17738: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17739:
17740: * src/types/pa_vrequest.C: vrequest compiled
17741:
17742: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17743: pa_vobject.C, pa_vobject.h: vobject compiled
17744:
17745: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17746: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17747: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17748: compiled
17749:
17750: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17751:
17752: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17753: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17754: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17755: compiled
17756:
17757: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17758: main.lib - 0 error(s), 0 warning(s)
17759:
17760: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17761: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17762:
17763: 2003-01-31 paf
17764:
17765: * src/: include/pa_array.h, include/pa_operation.h,
17766: include/pa_request.h, main/execute.C, main/main.dsp,
17767: types/pa_vjunction.h: started last file from main library:
17768: execute
17769:
17770: * src/: include/pa_request.h, include/pa_sapi.h,
17771: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17772: main/pa_request.C, targets/cgi/parser3.C,
17773: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17774: types/pa_vhash.h: pa_request compiled
17775:
17776: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17777: include/pa_globals.h, include/pa_request.h,
17778: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17779: main/execute.C, main/main.dsp, main/pa_common.C,
17780: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17781: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17782: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17783: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17784: types/types.dsp: most pa_request compiled
17785:
17786: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17787: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17788: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17789: classes/op.C, classes/response.C, classes/string.C,
17790: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17791: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17792: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17793: include/pa_config_fixed.h, include/pa_config_includes.h,
17794: include/pa_dictionary.h, include/pa_dir.h,
17795: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17796: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17797: include/pa_pool.h, include/pa_request.h,
17798: include/pa_request_charsets.h, include/pa_request_info.h,
17799: include/pa_sapi.h, include/pa_socks.h,
17800: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17801: include/pa_stack.h, include/pa_string.h,
17802: include/pa_stylesheet_connection.h,
17803: include/pa_stylesheet_manager.h, include/pa_table.h,
17804: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17805: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17806: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17807: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17808: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17809: main/compile.C, main/compile.tab.C, main/compile.y,
17810: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17811: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17812: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17813: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17814: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17815: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17816: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17817: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17818: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17819: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17820: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17821: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17822: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17823: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17824: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17825: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17826: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17827: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17828: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17829: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17830: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17831: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17832: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17833: types/pa_vresponse.h, types/pa_vstateless_class.C,
17834: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17835: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17836: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17837: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17838: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17839: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17840:
17841: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17842: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17843: src/include/pa_charsets.h, src/include/pa_common.h,
17844: src/include/pa_dictionary.h, src/include/pa_exception.h,
17845: src/include/pa_exec.h, src/include/pa_pool.h,
17846: src/include/pa_request.h, src/include/pa_sapi.h,
17847: src/include/pa_sql_connection.h,
17848: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17849: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17850: src/main/compile.tab.C, src/main/compile_tools.C,
17851: src/main/compile_tools.h, src/main/main.dsp,
17852: src/main/pa_charset.C, src/main/pa_charsets.C,
17853: src/main/pa_common.C, src/main/pa_dictionary.C,
17854: src/main/pa_exception.C, src/main/pa_exec.C,
17855: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17856: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17857: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17858: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17859: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17860: src/types/pa_vdouble.h, src/types/pa_venv.h,
17861: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17862: src/types/pa_vhash.h, src/types/pa_vimage.C,
17863: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17864: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17865: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17866: src/types/pa_vobject.C, src/types/pa_vobject.h,
17867: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17868: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17869: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17870: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17871: src/types/pa_vstring.h, src/types/pa_vtable.h,
17872: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17873: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17874: died, long live StringPtr
17875:
17876: 2003-01-30 paf
17877:
17878: * src/: include/pa_charset.h, include/pa_request.h,
17879: include/pa_sql_driver_manager.h, main/compile.tab.C,
17880: main/compile.y, main/compile_tools.h, main/pa_request.C,
17881: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17882:
17883: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17884: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17885: types/pa_vhash.h, types/pa_vmethod_frame.h,
17886: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17887: types/types.dsp: vstateless_class compiled
17888:
17889: * src/main/compile.C: compile compiled
17890:
17891: * src/: include/pa_array.h, include/pa_operation.h,
17892: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17893: main/pa_table.C: compile_tools compiled
17894:
17895: * src/: include/pa_operation.h, main/compile.y,
17896: main/compile_tools.C, main/compile_tools.h: started
17897: compile_tools. vagues ideas of how to free compiled code
17898:
17899: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17900: main/main.dsp, types/pa_value.C, types/pa_value.h,
17901: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17902: compiled
17903:
17904: 2003-01-29 paf
17905:
17906: * src/: include/pa_globals.h, include/pa_request.h,
17907: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17908: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17909: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17910: compiled
17911:
17912: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17913: now
17914:
17915: * src/: include/pa_array.h, include/pa_exception.h,
17916: include/pa_pool.h, main/pa_exception.C: gd compiled
17917:
17918: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17919: compiled
17920:
17921: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17922: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17923: types/pa_vfile.h: vfile compiled
17924:
17925: * src/: include/pa_common.h, include/pa_globals.h,
17926: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17927: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17928: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17929:
17930: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17931: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17932: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17933: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17934: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17935:
17936: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17937: main/main.dsp, main/untaint.C: more compiled
17938:
17939: * src/: include/pa_charsets.h, include/pa_request.h,
17940: include/pa_request_info.h, include/pa_string.h,
17941: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17942: types/pa_vresponse.h: vrequest compiled
17943:
17944: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17945: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17946: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17947:
17948: * src/: classes/classes.h, include/pa_charset.h,
17949: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17950: include/pa_request.h, include/pa_string.h, main/main.dsp,
17951: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17952: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17953: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17954: types/pa_vrequest.C, types/pa_vrequest.h,
17955: types/pa_vstateless_class.h, types/pa_vstring.h,
17956: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17957:
17958: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17959: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17960: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17961: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17962: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17963: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17964: types/pa_vobject.h, types/pa_vstateless_class.h,
17965: types/pa_vstateless_object.h, types/pa_vstatus.h,
17966: types/pa_vstring.h, types/types.dsp: vmath compiled
17967:
17968: 2003-01-28 paf
17969:
17970: * src/: classes/classes.h, classes/date.C, classes/file.C,
17971: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17972: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17973: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17974: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17975: compile_tools
17976:
17977: * src/: include/pa_charset.h, include/pa_exception.h,
17978: include/pa_request.h, include/pa_string.h, main/untaint.C:
17979: untaint compiled
17980:
17981: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17982: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17983: more compiled. struck with string::store_to needing to know
17984: source/client charsets
17985:
17986: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17987: types/pa_vfile.h: uue compiled
17988:
17989: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17990: table compiled
17991:
17992: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17993: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17994:
17995: * src/: include/pa_charset.h, main/pa_charset.C,
17996: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17997: introduced]
17998:
17999: * src/: classes/date.C, include/pa_charset.h,
18000: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18001: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18002: pa_charsets compiled
18003:
18004: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18005: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18006:
18007: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18008: common compiled
18009:
18010: * src/: include/pa_charsets.h, main/pa_charsets.C,
18011: main/pa_sql_driver_manager.C: pa_charsets compiled
18012:
18013: * src/: include/pa_array.h, include/pa_charset.h,
18014: include/pa_charsets.h, include/pa_pool.h,
18015: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18016: include/pa_stack.h, include/pa_string.h,
18017: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18018: sql_driver_manager compiled
18019:
18020: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18021: letter i with two dots added to koi, all ukranian letters added
18022: to win1251.
18023:
18024: typographic simbol 0xb9 deleted from win1251 [strange one & were
18025: abscent from koi]
18026:
18027: 2003-01-27 paf
18028:
18029: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18030: include/pa_sql_driver_manager.h, include/pa_string.h,
18031: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18032: sql/pa_sql_driver.h: paused on sql_manager
18033:
18034: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18035: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18036: include/pa_stack.h, main/pa_sql_driver_manager.C,
18037: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18038:
18039: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18040: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18041: include/pa_table.h, main/pa_sql_driver_manager.C,
18042: main/pa_table.C: table compiled
18043:
18044: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18045: cache_managers compiled
18046:
18047: * src/: include/pa_array.h, include/pa_charset.h,
18048: include/pa_pool.h, main/pa_charset.C: charset compiled
18049:
18050: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18051:
18052: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18053: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18054: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18055: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18056: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18057:
18058: 2003-01-24 paf
18059:
18060: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18061: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18062: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18063: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18064: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18065: types/pa_vint.h, types/pa_vjunction.h,
18066: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18067: types/pa_vstatus.h, types/pa_vstring.h: more patched
18068:
18069: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18070: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18071: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18072: main/pa_string.C, main/pa_table.C: string compiled
18073:
18074: * src/: include/pa_array.h, include/pa_common.h,
18075: include/pa_dictionary.h, include/pa_exception.h,
18076: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18077: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18078: main/pa_string.C: dictionary compiled
18079:
18080: 2003-01-23 paf
18081:
18082: * src/: include/pa_array.h, include/pa_common.h,
18083: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18084: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18085: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18086: types/pa_value.h: resurrected pool in new sense: now it's
18087: factory, producing&accounting memory chunks for read[autofree]
18088: buffers
18089:
18090: * src/: include/pa_array.h, include/pa_exception.h,
18091: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18092: main/pa_exception.C, main/pa_table.C: table compiled
18093:
18094: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18095: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18096: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18097: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18098: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18099: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18100: main/pa_table.C: aint that easy
18101:
18102: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18103: main/main.dsp: continued with Hash
18104:
18105: * src/main/pa_common.C: connect_string allocated on heap[wes on
18106: stack] now. and exception can be reported OK now [can be reported
18107: outside of pro c with that stack]
18108:
18109: 2003-01-22 paf
18110:
18111: * src/: include/pa_array.h, include/pa_charset.h,
18112: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18113: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18114: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18115: base: contains references_count. auto_ptr template calls
18116: add_ref/release
18117:
18118: 2003-01-21 paf
18119:
18120: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18121: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18122: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18123: classes/op.C, classes/response.C, classes/string.C,
18124: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18125: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18126: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18127: include/pa_config_fixed.h, include/pa_config_includes.h,
18128: include/pa_dictionary.h, include/pa_dir.h,
18129: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18130: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18131: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18132: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18133: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18134: include/pa_stack.h, include/pa_string.h,
18135: include/pa_stylesheet_connection.h,
18136: include/pa_stylesheet_manager.h, include/pa_table.h,
18137: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18138: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18139: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18140: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18141: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18142: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18143: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18144: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18145: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18146: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18147: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18148: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18149: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18150: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18151: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18152: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18153: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18154: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18155: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18156: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18157: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18158: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18159: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18160: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18161: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18162: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18163: types/pa_vstateless_object.h, types/pa_vstatus.C,
18164: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18165: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18166: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18167: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18168: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18169: 2002->2003
18170:
18171: 2003-01-16 paf
18172:
1.211 moko 18173: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18174: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18175: $.any-status(1)
1.95 moko 18176:
1.211 moko 18177: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18178: src/main/pa_common.C: http request now return status. and not
18179: fail on status!=200
18180:
18181: 2003-01-15 paf
18182:
18183: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18184:
18185: 2003-01-14 paf
18186:
18187: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18188: mkinstalldirs: removed some ancient files [they in / really]
18189:
18190: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18191: regretfully needed patch in two places. in config_fixed.h made
18192: stubs for lib to compile in MSVC
18193:
18194: 2003-01-13 paf
18195:
18196: * config.guess, config.sub, ltmain.sh: removed last piece of
18197: configure.in(libtool) hacks
18198:
1.116 moko 18199: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18200: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18201: ltdl.h: moved to latest libtool (1.4.3)
18202:
18203: 2003-01-10 paf
18204:
18205: * src/lib/ltdl/: configure, configure.in: PROG_NM
18206:
18207: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18208: patches. libxml2 >= 2.5.1
18209: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18210: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18211: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18212:
18213: * INSTALL: moved to latest versions of xml libs libxml2 >=
18214: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18215: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18216: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18217:
18218: 2003-01-09 paf
18219:
18220: * INSTALL: xml,xslt,gdome lib urls updated
18221:
18222: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18223: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18224: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18225: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18226: 1.7.2
1.95 moko 18227:
18228: * depcomp: moving to automake 1.7.2
18229:
18230: 2002-12-27 paf
18231:
18232: * src/include/pa_version.h: 0007
18233:
18234: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18235: outdated parts, made links to language docs
18236:
18237: * src/include/pa_config_auto.h.in: comment
18238:
18239: 2002-12-26 paf
18240:
18241: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18242: not contain trailing / fixed.
18243:
18244: * INSTALL: changing SAFE_MODE politics
18245:
18246: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18247:
18248: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18249:
18250: 2002-12-25 paf
18251:
18252: * src/main/pa_globals.C: optimized-xml
18253:
18254: * src/main/pa_globals.C: optimized-as-is
18255:
18256: 2002-12-24 paf
18257:
18258: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18259: fixed [were really called with zero size when .html?a=&b=]
18260:
18261: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18262: with --with-sendmail
18263:
18264: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18265: fixed]
18266:
18267: 2002-12-23 paf
18268:
18269: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18270: ignoring parameters & were storing only string with default
18271: expires
18272:
18273: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18274: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18275: December 23, 2002 4:22 AM Subject: bug â
18276: Charset::transcode_buf2xchar
18277:
18278: 2002-12-20 paf
18279:
18280: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18281: non-cgi [script] runs
18282:
18283: 2002-12-19 paf
18284:
18285: * INSTALL: --without-iconv recommended [it crashes on some systems
18286: [tested on elik]] moreover, it's not needed there [parser
18287: registers charsets itself]
18288:
18289: * INSTALL: --without-iconv recommended [it crashes on some systems
18290: [tested on elik]]
18291:
1.211 moko 18292: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18293: src/include/pa_request.h, src/main/pa_globals.C,
18294: src/main/pa_request.C: $response:download
18295:
18296: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18297: compiler [win32]].
18298:
18299: 2002-12-18 paf
18300:
18301: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18302:
18303: 2002-12-17 paf
18304:
18305: * src/targets/cgi/parser3.C: merged die&iis changes
18306:
18307: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18308: to exit(1) 2. more flexible iilegal call check
18309:
18310: 2002-12-16 paf
18311:
18312: * ltmain.sh: some automakes silly insist on having this handy
18313:
18314: * src/main/untaint.C: filespec russian small 'r' changed to latin
18315: 'p' bug fix
18316:
18317: 2002-12-15 paf
18318:
18319: * src/main/untaint.C: filespec russian small 'r' changed to latin
18320: 'p'
18321:
18322: * configure.in, src/include/pa_config_auto.h.in,
18323: src/main/compile.C, src/main/pa_common.C: merged small changes
18324: from branch 6 to HEAD
18325:
18326: * src/main/compile.C: removed warning
18327:
18328: * src/main/pa_common.C: ftruncate having checked
18329:
18330: * configure.in, src/include/pa_version.h: new version
18331:
18332: 2002-12-14 paf
18333:
18334: * src/classes/table.C: removed unnecessary code
18335:
18336: * src/sql/pa_sql_driver.h: exception type fixed
18337:
18338: 2002-12-09 paf
18339:
18340: * src/types/pa_vvoid.h: $void.store[now] error
18341:
18342: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18343:
18344: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18345: tries to write core dump
18346:
18347: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18348:
18349: * src/: classes/hash.C, classes/string.C, classes/table.C,
18350: classes/void.C, main/pa_sql_driver_manager.C,
18351: sql/pa_sql_driver.h: changed exception handling mech in sql
18352: handlers #2
18353:
18354: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18355: exception handling mech in sql handlers
18356:
18357: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18358: handlers
18359:
18360: * src/: classes/hash.C, classes/string.C, classes/table.C,
18361: classes/void.C, main/pa_sql_driver_manager.C,
18362: sql/pa_sql_driver.h: changed exception handling mech in sql
18363: handlers
18364:
1.116 moko 18365: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18366: to write makefile which used libtool to install things, which is
18367: not needed
1.95 moko 18368:
18369: 2002-12-06 paf
18370:
1.211 moko 18371: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18372: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18373: more like 'table'
1.95 moko 18374:
18375: 2002-12-05 paf
18376:
18377: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18378: cc/bcc OK now
18379:
18380: * src/main/untaint.C: mail header closed properly
18381:
18382: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18383: header ',' allowed. still bugs in smtp [only one receiptient
18384: works, cc, bcc ignored now, and MAILED ;)]
18385:
18386: [strncpy killed, memnchr used]
18387:
18388: * src/main/pa_table.C: table-copy now current=0
18389:
18390: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18391: lowlevel proc
18392:
18393: * src/targets/cgi/parser3.C: more checks on
18394: http://domain/parser.cgi start [maybe some getenv returns "",
18395: checked that now
18396:
18397: * src/targets/cgi/parser3.C: more checks on
18398: http://domain/parser.cgi start [maybe some getenv returns "",
18399: checked that now
18400:
18401: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18402: out-of-mem errors reached log]
18403:
18404: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18405: mail:send MIME-Version default
18406:
18407: * src/main/main.dsp: pa_version included into main.dsp
18408:
18409: 2002-12-04 paf
18410:
18411: * src/types/pa_vform.C: $form:field string value cut by premature 0
18412:
18413: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18414: lib/libltdl -> lib/ltdl Win32 changes. s
18415:
18416: * src/classes/classes.awk: more strict *.C$
18417:
18418: * gnu.dsp: restored
18419:
1.116 moko 18420: * configure.in, gnu.dsp, src/lib/Makefile.am,
18421: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18422: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18423: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18424: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18425: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18426: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18427: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18428: now created with /configure, not ltdl/configure, so it does have
18429: no problems with automake. ltdl/configure
18430: AC_OUTPUT(Makefile<<removed)
1.95 moko 18431:
18432: 2002-12-02 paf
18433:
1.211 moko 18434: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18435:
18436: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18437: src/main/pa_common.C, src/main/pa_request.C,
18438: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18439: tainted parts becomes http-header
18440:
18441: 2002-11-29 paf
18442:
1.211 moko 18443: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18444: operators.txt: exif dates now objects of type date
1.95 moko 18445:
18446: * src/classes/image.C: file.seek removed [it were used in image.C
18447: only, and for parser user this means that jpeg image has bad
18448: size in fragment's header] now used image.format
18449:
18450: * src/: include/pa_common.h, main/pa_common.C,
18451: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18452: now handled exactly like $response:header values. e.g. can be
18453: hash [can have subattributes] & contain date values.
18454:
18455: * src/main/pa_common.C: http:// param values lang forced URI
18456:
18457: * src/main/pa_common.C: http:// tainted partes now %xx
18458:
18459: 2002-11-28 paf
18460:
1.211 moko 18461: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18462:
18463: * src/classes/image.C: ^image.length now counts interchar space.
18464: plus space after last char
18465:
18466: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18467:
18468: * src/classes/image.C: ^image.font width measurer now scans full
18469: height [were -1]
18470:
18471: * configure.in: stopped double libltdl/Makefile generation
18472:
18473: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18474: chars [one top horizontal line of 1pixel height were missing]
18475:
18476: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18477: 'false' to go into (Hash *) parameter
18478:
18479: 2002-11-27 paf
18480:
18481: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18482: types/pa_vmail.C: response:body[file] if file nows it's name now
18483: returns content-disposition: >>attachment<<
18484:
18485: * src/classes/image.C: ^image.font << bad font file-size now
18486: properly reported
18487:
18488: 2002-11-26 paf
18489:
18490: * src/main/pa_request.C: fixed lang in reponse header
18491:
18492: * src/main/pa_common.C: utf8 prefix ignored @read text
18493:
1.211 moko 18494: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18495: response status!=200 made exception: http.status with source=bad
18496: status#
1.95 moko 18497:
18498: 2002-11-25 paf
18499:
18500: * configure.in, src/classes/image.C,
18501: src/include/pa_config_auto.h.in,
18502: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18503: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18504: const void related probs fixed
1.95 moko 18505:
1.211 moko 18506: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18507: fields now UPPERCASE
1.95 moko 18508:
18509: $file[^file::load[http://there]] $file.SERVER
18510:
18511: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18512: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18513: http options [invalid onces now reported] made default
18514: user-agent: paf
18515:
1.211 moko 18516: * operators.ru.txt, operators.txt, src/classes/file.C,
18517: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18518: src/include/pa_globals.h, src/main/pa_common.C,
18519: src/main/pa_globals.C, src/main/pa_request.C,
18520: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18521: now understand http:// prefix and additional params, sample:
18522: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18523: $.USER-AGENT[parser3] ]]
18524:
18525: 2002-11-22 paf
18526:
18527: * src/classes/image.C, src/include/pa_globals.h,
18528: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18529: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18530: $image.exif support $image.exif.DateTime & co
1.95 moko 18531:
18532: 2002-11-21 paf
18533:
18534: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18535: _PASS_APPENDED)
18536:
18537: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18538: EXIF information [were big block and it's size were considered
18539: negative :(]
18540:
1.211 moko 18541: * operators.ru.txt, operators.txt, src/classes/image.C,
18542: src/include/pa_common.h, src/main/pa_common.C,
18543: src/types/pa_vmail.C: image.measure internals rewritten. no
18544: there's reader.seek, and all's ready for EXIF extraction [now we
18545: fail to measure files with EXIF info]
1.95 moko 18546:
18547: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18548: O_TRUNC truncates even exclusevely write-locked file [thanks to
18549: Igor Milyakov <virtan@rotabanner.com> for discovering]
18550:
18551: 2002-11-20 paf
18552:
18553: * src/targets/cgi/parser3.C: logging @signal += query_string
18554:
18555: * configure.in, src/include/pa_config_auto.h.in,
18556: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18557: comment
18558:
18559: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18560:
18561: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18562: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18563: currently processed document SIGPIPE >> interrupts request
18564: processing [exception = DB rollback]
18565:
18566: * src/main/pa_exec.C: comment
18567:
18568: * src/main/pa_exec.C: pa_exec: data written only if size>0
18569:
1.211 moko 18570: * operators.ru.txt, operators.txt, src/classes/file.C:
18571: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18572:
18573: * src/: include/pa_config_fixed.h, main/pa_common.C,
18574: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18575: pipe read errors now checked
18576:
18577: 2002-11-19 paf
18578:
18579: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18580: CGI: Illegal call
18581:
18582: 2002-11-01 paf
18583:
18584: * src/main/execute.C: comment
18585:
18586: 2002-10-31 paf
18587:
18588: * src/main/execute.C: found out why, checked that for now. todo:
18589: find out a way for that user could do that
18590:
18591: * src/types/pa_vstateless_object.h: object put replaces static
18592: parent if any
18593:
18594: * src/types/pa_vobject.C: object put replaces static parent if any
18595:
18596: * src/: classes/form.C, classes/mail.C, classes/op.C,
18597: classes/xnode.h, main/compile.tab.C, main/execute.C,
18598: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18599: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18600: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18601: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18602: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18603: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18604: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18605: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18606: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18607: types/pa_vstateless_object.h, types/pa_vstatus.C,
18608: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18609: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18610: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18611: types/pa_wwrapper.h: static fix merged
18612:
18613: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18614: $virtual_fields in dynamic, but one can reach derived
18615: static[class] variable from base
18616:
18617: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18618: types/pa_vobject.C, types/pa_vobject.h,
18619: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18620: statics, left $virtual_fields in dynamic
18621:
18622: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18623: one can't remember derivates in base class: there's so many of
18624: them. also there can be no virtual method calls in static
18625: classes
18626:
18627: * src/: classes/form.C, classes/mail.C, classes/op.C,
18628: classes/xnode.h, main/execute.C, main/pa_request.C,
18629: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18630: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18631: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18632: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18633: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18634: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18635: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18636: types/pa_vresponse.C, types/pa_vresponse.h,
18637: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18638: types/pa_vstateless_object.h, types/pa_vstatus.C,
18639: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18640: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18641: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18642: types/pa_wwrapper.h: static call $self fixed
18643:
18644: * src/main/execute.C: comment
18645:
18646: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18647: ^process[$caller.self]{...} now compiles to last derived object
18648: part of that 'self'
18649:
18650: 2002-10-29 paf
18651:
18652: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18653: re-passing [iis to blame]
18654:
18655: * src/classes/string.C: changed string.save to pass current sql
18656: connection to cstr thus one can ^connect[some server]{
18657: $s[insert into table x (x) values (^taint[sql]{value})]
18658: ^s.save[some.sql] } and he'd get in some.sql file code with
18659: properly escaped. [tried in mssql->mysql export->import of
18660: binary data]
18661:
18662: 2002-10-25 paf
18663:
18664: * src/types/pa_vresponse.C: case insensitive response user fields
18665: get/put
18666:
18667: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18668: types/pa_vresponse.C: saving for maybe-future
18669:
18670: 2002-10-23 paf
18671:
1.211 moko 18672: * operators.ru.txt, operators.txt, src/classes/table.C:
18673: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18674:
18675: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18676:
18677: 2002-10-22 paf
18678:
18679: * src/types/: pa_vform.C, pa_vform.h: removed needless
18680: VForm::Append...(...Value)
18681:
18682: * src/main/execute.C: $.name outside of $name[...] checked
18683:
18684: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18685: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18686:
18687: 2002-10-21 paf
18688:
1.211 moko 18689: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18690: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18691:
1.211 moko 18692: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18693: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18694:
1.211 moko 18695: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18696: $form:image-map
1.95 moko 18697:
1.211 moko 18698: * operators.ru.txt, operators.txt, src/classes/file.C:
18699: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18700:
18701: 2002-10-17 paf
18702:
18703: * src/main/: compile.tab.C, compile.y: operators precedence changed
18704: a little: logical not and bitwise negation precedence made
18705: highest, << and >> bitshits precedence made equal [were << higher
18706: than >>]
18707:
18708: * src/classes/op.C: exception handling fixed [were bad with
18709: contexts]
18710:
18711: 2002-10-16 paf
18712:
18713: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18714: main/pa_request.C: Request::self considered equal to
18715: VMethodFrame::self, and removed, Request::get_self() mapped to
18716: VMethodFrame.self()
18717:
18718: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18719: $hash in open field now gives old good error meesage
18720:
18721: 2002-10-15 paf
18722:
18723: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18724: use ^if($junction is junction){was and now true}
18725:
18726: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18727: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18728: types/pa_vxnode.C: xml->parser strings now have origin, which
18729: points to place where value left xml library and came to parser:
18730: place of dom field extraction/call
18731:
18732: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18733: main/compile.tab.C, main/compile.y, main/execute.C,
18734: types/pa_vmethod_frame.h: removed last pieces of old code
18735: allowing $junction.xxx at compile time
18736:
18737: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18738: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18739: objects also considered [were only classes]
18740:
18741: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18742: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18743: with CLASS self. [ (request&method_frame).self temporarily
18744: changed ]
18745:
18746: * src/classes/: hash.C, op.C: method_frame now always changed, with
18747: no exception to native calls. for&foreach changed to use
18748: method_frame.caller for their var's name context
18749:
18750: * src/: main/execute.C, targets/cgi/parser3.C,
18751: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18752: compiling to system classes disabled
18753:
1.211 moko 18754: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18755: ^process[$caller.CLASS]{code-string} added
18756:
1.211 moko 18757: * operators.ru.txt, operators.txt, src/classes/op.C,
18758: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18759: src/main/pa_request.C, src/types/Makefile.am,
18760: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18761: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18762: $junction.get $junction.set[] introducing $caller
1.95 moko 18763:
18764: * src/types/pa_value.h: removed outdated comments. doxygen would
18765: find them lower by inheritance tree
18766:
18767: * src/types/pa_vjunction.C: ident
18768:
18769: 2002-10-14 paf
18770:
18771: * src/classes/op.C: process compiles to code's class class
18772:
18773: * src/: classes/form.C, classes/mail.C, classes/op.C,
18774: include/pa_request.h, main/compile.C, main/compile.tab.C,
18775: main/compile.y, main/execute.C, main/pa_request.C,
18776: types/pa_vstateless_class.h: operators now main-class-methods
18777:
18778: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18779: better stack trace [has "call" & co there]
18780:
18781: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18782: operators @auto now executed in MAIN context
18783:
18784: * src/main/execute.C: operator execution context now = MAIN, not
18785: closest stack frame
18786:
18787: @touchit[] $i[after]
18788:
18789: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18790: were 'after'
18791:
18792: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18793: 'after'
18794:
18795: * src/main/execute.C: comment
18796:
18797: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18798: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18799: action]
18800:
18801: * src/types/pa_vxnode.C: misreplace fixed
18802:
18803: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18804: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18805: $status:rusage.tv_secs/usecs introduced
18806:
18807: 2002-10-09 paf
18808:
18809: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18810: on empty string [or uses (default)]
18811:
18812: 2002-10-08 paf
18813:
18814: * src/main/untaint.C: mail header quoted printable changed after
18815: RFC reread
18816:
1.211 moko 18817: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18818:
18819: * src/types/pa_vxnode.C: misreplace
18820:
18821: 2002-09-24 paf
18822:
1.116 moko 18823: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18824:
18825: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18826: mailreceive would compile on freebsd now
18827:
18828: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18829: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18830: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18831: mailreceive would compile on freebsd now
1.95 moko 18832:
18833: * src/: classes/file.C, main/untaint.C: 1. file spec language
18834: changed: now there are only few chars are untainted: * ? ' " < >
18835: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18836: one should use ^untaint[uri]{...} now]
18837:
18838: 2. $list[^file:list[dir]] now returns simply tainted names in
18839: $list.name, not tainted as filespec
18840:
18841: @russianindex[] #dir with files with russian-lang names
18842: $where[dir]
18843:
18844: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18845: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18846:
18847: 2002-09-23 paf
18848:
18849: * src/types/pa_vdouble.h: double->int round added
18850:
18851: * src/classes/date.C: date bug fix, now
18852: round(floatDays*secondsPerDay)
18853:
18854: * src/classes/date.C: date bug fix, now
18855: round(floatDays*secondsPerDay)
18856:
18857: 2002-09-20 paf
18858:
18859: * src/main/execute.C: code junction calls disabled [before: code
18860: was compiled in such a way, that there were no code-junctions in
18861: OP_CALL]
18862:
18863: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18864:
18865: @badjunctioncallinside[code] ^code[]
18866:
18867: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18868: expanding to include ^junction.method
18869:
18870: * src/main/pa_common.C: -d "DIR/" now true
18871:
18872: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18873: as internal xdoc encoding, and after decoding attributes set by
18874: dom functions now encoded OK, not as digital entities
18875:
18876: * src/classes/xdoc.C: empty transform result, being taken as file
18877: now returns empty file, not raises stupid error about "stat-ed
18878: file"
18879:
18880: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18881: allowed
18882:
18883: * src/types/types.dsp: introducing $junction.get/put(1) one can
18884: write iterators now:
18885:
18886: ^user-foreach[key;value]{$key=$value<br>}
18887:
18888: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18889: $code.value($i*2) $code }
18890:
18891: * src/main/compile_tools.h: mistype
18892:
1.116 moko 18893: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18894: thus taking linking options configure changes into account [were:
18895: ignoring]
1.95 moko 18896:
18897: * src/types/: pa_vjunction.C, Makefile.am: introducing
18898: $junction.get/put(1) one can write iterators now:
18899:
18900: ^user-foreach[key;value]{$key=$value<br>}
18901:
18902: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18903: $code.value($i*2) $code }
18904:
18905: * src/: include/pa_opcode.h, include/pa_request.h,
18906: main/compile.tab.C, main/compile.y, main/execute.C,
18907: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18908: introducing $junction.get/put(1) one can write iterators now:
18909:
18910: ^user-foreach[key;value]{$key=$value<br>}
18911:
18912: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18913: $code.value($i*2) $code }
18914:
18915: 2002-09-19 paf
18916:
1.116 moko 18917: * Makefile.am: new: make commit
1.95 moko 18918:
18919: * aclocal.m4: forced to be older
18920:
18921: 2002-09-18 paf
18922:
18923: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18924: src/main/compile.y, src/main/execute.C: << >> int shifts
18925:
18926: * src/: include/pa_common.h, include/pa_request.h,
18927: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18928: - now this - fatal error
18929:
18930: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18931: that one can pass binary data there
18932:
18933: * src/: classes/date.C, classes/double.C, classes/file.C,
18934: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18935: classes/op.C, classes/response.C, classes/string.C,
18936: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18937: include/pa_request.h: pa_request contexts made privated, plus
18938: get_{self/method_frame} to read. Request_context_saver used in
18939: ^try to save flang too. [were not saved]
18940:
18941: * src/types/pa_vresponse.C: header value chains joined before
18942: output, this should help $.subject[$var $var] from being
18943: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18944:
18945: 2002-09-17 paf
18946:
18947: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18948: removed changes, operators executed with calling self. lots of
18949: code with ^include code relies on defined/defining self variables
18950:
18951: $a[1] ^include[print_a.p] print_a.p: $a
18952:
18953: ^include[set_a.p] a=$a set_a.p: $a[1]
18954:
18955: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18956: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18957: types/pa_vstateless_class.h: operators now executed with MAIN
18958: self. it's for ^include sake, too strong a change
18959:
18960: * src/classes/op.C: made place for ^process to compile it's code to
18961: in case of no self
18962:
18963: * src/main/execute.C: found ancient param to Junction, removed.
18964: allowed passing self to native_code_operators [for ^process to
18965: work, she needs self]
18966:
18967: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18968: types/pa_vstateless_class.h: found ancient param to Junction,
18969: removed. allowed passing self to native_code_operators [for
18970: ^process to work, she needs self]
18971:
18972: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18973: types/pa_value.h, types/pa_vmethod_frame.h,
18974: types/pa_vstateless_class.h: allowed Request.self to be 0,
18975: checked that in VMethodFrame get/put and $self.
18976:
18977: * src/classes/: table.C, xdoc.C: table::sql options table::create
18978: copy options options checked, wrong option now fatal error
18979:
18980: * src/main/pa_string.C: string.replace fixed [were missing words on
18981: pieces boundaries]
18982:
1.150 moko 18983: * configure, configure.in: .so now detected [can be .sl on hpux,
18984: .dll on cygwin, .so in other cases)
1.95 moko 18985:
18986: * configure, configure.in: .so now detected [can be .sl on hpux,
18987: .dll on cygwin, .so in other cases)
18988:
1.211 moko 18989: * operators.ru.txt, operators.txt, src/classes/hash.C,
18990: src/classes/table.C, src/include/pa_globals.h,
18991: src/main/pa_globals.C: table.sql hash::sql flag to allow
18992: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 18993:
18994: * src/: classes/hash.C, classes/table.C,
18995: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18996: now errors
18997:
18998: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18999:
19000: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19001: ,2,3]
19002:
19003: 2002-09-16 paf
19004:
19005: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19006: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19007: stdout to be binary. now detected closest header break.
19008:
19009: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19010: closed right
19011:
19012: 2002-09-13 paf
19013:
1.211 moko 19014: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19015: src/main/compile.y, src/main/compile_tools.h: (expression
19016: #comment)
1.95 moko 19017:
19018: (multiline expression #comment line2 #comment )
19019:
19020: (expression #comment with (brackets) comment) << OK
19021:
1.211 moko 19022: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19023: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19024: for expression #comments]
1.95 moko 19025:
19026: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19027: error
19028:
19029: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19030: cheched in pa_socks.C
19031:
1.116 moko 19032: * configure, configure.in, src/include/pa_config_auto.h.in:
19033: HAVE_WINSOCK_H created in configure.in
1.95 moko 19034:
19035: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19036: cookie date now clean [were mistakenly tainted & that worked bad
19037: with opera -- 'happily' that worked OK with msie]
19038:
19039: 2002-09-12 paf
19040:
19041: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19042: VClass get_element now first looks to fields, next to methods &
19043: co todo: the rest reason: more speed
19044:
19045: * src/main/untaint.C: quoted printable encoding stops before
19046: \s*<...>$
19047:
19048: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19049: stops before <...>$
19050:
19051: 2002-09-11 paf
19052:
19053: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19054: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19055: forgot to check users of those funcs. not all were using that
19056: return value convention
19057:
19058: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19059: windows-1254 added
19060:
19061: 2002-09-10 paf
19062:
19063: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19064: VCodeFrame parent param were specified badly
19065:
19066: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19067: WWrapper which used in constructing objects(second param to sql
19068: method) ^...sql{}[$.default{code}] now has parent, wich helps
19069: code in hash to survivi
19070:
19071: * src/: include/pa_request.h, main/execute.C: removed redundant
19072: param to execute [stack said 'thanks']
19073:
19074: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19075: types/pa_value.h, types/pa_vcode_frame.h,
19076: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19077: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19078: responsibility to wcontext
19079:
19080: * src/classes/file.C: decided not to log exec's with stderr, that
19081: could be warnings, and it's up to scritper to log/show them
19082:
19083: * src/: classes/double.C, main/execute.C: double:sql badly called
19084: write_assign_lang, not write_no_lang, thus doing unnecessary
19085: double/string converstion, which were loosing time&precesion
19086:
19087: * src/: main/pa_charset.C, types/pa_vmail.C:
19088: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19089: case of unfinished in buffer processing, causing accidental
19090: transcode stop [in case that source enc != utf-8 & there is
19091: incomplete utf-8 sequence at the end of 16000block iside of
19092: libxml lib] tfm readed & code updated
19093:
19094: 2002-09-04 paf
19095:
19096: * configure: makes with sjlj
19097:
19098: * INSTALL, src/include/pa_config_fixed.h,
19099: src/include/pa_sql_connection.h,
19100: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19101: checked. on win32 it made default
19102:
19103: * src/include/pa_config_auto.h.in: sjlj define
19104:
19105: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19106: can not work with longjump/throw pair, and one must switch that
19107: on there. todo: detect that automatically]
19108:
19109: * src/types/pa_vxnode.C: removed too strong checks of
19110: xnode.elements. now, for instance, if element does not have any
19111: attributes, $xnode.attributes is void, not error
19112:
19113: 2002-09-02 paf
19114:
1.211 moko 19115: * operators.ru.txt, operators.txt, src/main/execute.C,
19116: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19117:
19118: * src/main/execute.C: double_result made to move that var away from
19119: hungry g++ optimizer (-O2), before: it were optimized and
19120: comparison operators worked badly
19121:
19122: * src/types/pa_vdate.h: removed debug
19123:
1.116 moko 19124: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19125:
19126: * src/main/execute.C: fixed numeric < & co so that thay now use
19127: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19128: unknown reason.
19129:
19130: 2002-08-29 paf
19131:
19132: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19133: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19134: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19135: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19136: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19137: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19138: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19139: [called less frequent, allowed to remove ugly
19140: Junction.change_context-s from many places, switch,
19141: mail:send..html{}, ..] request.root renamed to method_frame [more
19142: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19143: [speed up]
19144:
19145: 2002-08-28 paf
19146:
19147: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19148: tainted
19149:
19150: * src/types/pa_vcookie.C: fixed cookie delete when
19151: $cookie:name[$.value[]]
19152:
1.211 moko 19153: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19154: ^string.split[delim[;options]]
19155:
19156: 2002-08-27 paf
19157:
1.116 moko 19158: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19159:
1.211 moko 19160: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19161: src/main/compile.y: # now delimiter
1.95 moko 19162:
19163: * INSTALL: recommended latest gmime 1.0.5
19164:
19165: 2002-08-26 paf
19166:
19167: * configure, configure.in: apache13/hook added to make dist.
19168:
19169: 2002-08-23 paf
19170:
19171: * src/: include/pa_common.h, main/pa_common.C,
19172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19173: beside binary [cgi, isapi] not accessible [due to bad rights or
19174: whatever] it's error now
19175:
19176: 2002-08-21 paf
19177:
1.116 moko 19178: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19179:
19180: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19181: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19182: class". compiled as if here they named base class
19183:
19184: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19185: cloning constructor]
19186:
19187: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19188:
1.150 moko 19189: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19190: $mail.received.file.value.content-type fixed
19191:
19192: 2002-08-20 paf
19193:
19194: * src/classes/file.C: fixed language of file:file result
19195:
1.211 moko 19196: * operators.ru.txt, operators.txt, src/classes/void.C:
19197: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19198:
1.211 moko 19199: * operators.ru.txt, operators.txt, src/classes/void.C:
19200: ^void.pos[...] = -1
1.95 moko 19201:
1.211 moko 19202: * operators.ru.txt, operators.txt, src/classes/void.C:
19203: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19204:
1.211 moko 19205: * src/classes/void.C, operators.ru.txt, operators.txt:
19206: ^void.length[] = 0
1.95 moko 19207:
19208: 2002-08-19 paf
19209:
19210: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19211: work now
19212:
19213: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19214: error in xnode, which were not catched in xdoc]
19215:
19216: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19217: prepared: // validate each document after load/create (?)
19218: //xmlDoValidityCheckingDefaultValue = 1;
19219:
19220: 2002-08-15 paf
19221:
19222: * src/classes/classes.h: write to static var caused useless
19223: Exception, introduced Methoded::put_element wich consumes those
19224:
1.211 moko 19225: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19226: src/main/pa_common.C, src/types/pa_vcookie.C,
19227: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19228: src/types/pa_vresponse.h: $response:field[date]
19229: $response:field[$.xxx[date]]
1.95 moko 19230:
19231: * src/: classes/hash.C, classes/string.C, classes/table.C,
19232: classes/void.C, include/pa_sql_connection.h: fixed source of
19233: ^hash::sql{bad}
19234:
1.211 moko 19235: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19236: request body
1.95 moko 19237:
19238: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19239:
19240: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19241: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19242:
1.211 moko 19243: * operators.ru.txt, operators.txt, src/classes/form.C,
19244: src/include/pa_pool.h, src/include/pa_request.h,
19245: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19246: planning/preparing_to $request:body r.post_data now const
1.95 moko 19247:
19248: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19249: classes/xnode.C, main/execute.C, types/pa_value.h,
19250: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19251: types/pa_vtable.h: instead of type() checking everywhere used
19252: Value.as now user descendants can be used in params.
19253:
19254: VObject::as_*, is_defined now taken from bases. xtable(table)
19255: ^if($xtable) now OK
19256:
19257: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19258: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19259: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19260:
19261: 2002-08-14 paf
19262:
19263: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19264: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19265: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19266: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19267: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19268: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19269: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19270: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19271: types/pa_vresponse.C, types/pa_vresponse.h,
19272: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19273: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19274: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19275: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19276: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19277: & VClass
19278:
19279: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19280:
19281: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19282: removed fixopt stupidity. on stupid linux use cd /document/root
19283: ../cgi/parser3 script
19284:
19285: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19286: params, splitting them by space, excluding argv[0], argv[argc-1]
19287:
19288: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19289: fixopt.h: fixopt now preprocesses command line params, splitting
19290: them by space, excluding argv[0], argv[argc-1]
19291:
19292: * src/targets/cgi/parser3.C: -f config file
19293:
19294: * src/targets/cgi/parser3.C: fixed .log file dir
19295:
19296: 2002-08-13 paf
19297:
19298: * src/types/pa_vobject.C: allow override parent variables, useful
19299: for form descendants [in vobject too, were in vclass]
19300:
19301: * src/types/pa_vclass.C: allow override parent variables, useful
19302: for form descendants
19303:
19304: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19305: overwritten in derived(table)
19306:
19307: * src/: classes/form.C, classes/mail.C, classes/op.C,
19308: classes/xnode.h, include/pa_request.h, main/execute.C,
19309: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19310: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19311: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19312: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19313: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19314: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19315: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19316: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19317: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19318: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19319: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19320: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19321: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19322: Value::get_element(..., bool looking_down) [needed to exclude
19323: endless recoursion]
19324:
19325: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19326: fix bug with put endless recoursion todo: check 'as'
19327:
19328: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19329: reorganized modules todo: fix bug with put endless recoursion
19330: todo: check 'as'
19331:
19332: * src/types/pa_vobject.h: checked: table fields can be overwritten
19333: in derived(table)
19334:
19335: * src/types/pa_vobject.h: derived classes can have fields of their
19336: own now
19337:
19338: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19339: fixed error message on using non-created table
19340:
19341: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19342: classes/op.C, classes/xnode.h, include/pa_request.h,
19343: main/compile.C, main/compile.tab.C, main/execute.C,
19344: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19345: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19346: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19347: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19348: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19349: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19350: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19351: types/pa_vresponse.C, types/pa_vresponse.h,
19352: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19353: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19354: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19355: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19356: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19357: looking down/up tree todo: fix error message on non-constructed
19358: parents
19359:
19360: 2002-08-12 paf
19361:
19362: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19363: derived OK
19364:
19365: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19366: thorough testing
19367:
19368: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19369: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19370: types/pa_vobject.h, types/pa_vstateless_class.h,
19371: types/pa_vstateless_object.h, types/pa_wcontext.h,
19372: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19373: ^base:create[] dynamic call rewritten todo: thorough testing
19374:
19375: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19376: now instantates base class, remembers it and saves child in
19377: parent VObject.get_class now returns last child = downward
19378: virtual calls OK
19379:
19380: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19381: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19382: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19383: types/pa_vobject.h, types/pa_vresponse.h,
19384: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19385: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19386: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19387: VAliased [redundant], moved $CLASS to VObject only [parser class
19388: instance]
19389:
19390: * src/main/pa_request.C: $response:body[file] content-type check
19391: fixed [were bad when content-type is hash]
19392:
19393: 2002-08-09 paf
19394:
19395: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19396: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19397:
19398: 2002-08-08 paf
19399:
1.211 moko 19400: * operators.ru.txt, operators.txt, src/classes/date.C,
19401: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19402: month calendar [week year]
1.95 moko 19403:
19404: * src/main/execute.C: error reporting on object writes to MAIN
19405: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19406:
1.211 moko 19407: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19408: $date.yearday $date.daylightsaving
1.95 moko 19409:
19410: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19411: use tainted data now. only she must specify the language.
19412:
19413: ^mail:send[ $.from[paf@mail.design.ru]
19414: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19415: $.text[^taint[uri][ìîñêâà]=] ]
19416:
19417: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19418: now prints more precise origin
19419:
19420: * src/include/pa_string.h: String::first_char now not fails on
19421: empty strings ^if(-f '') now ok and in 3 other places.
19422:
1.211 moko 19423: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19424: src/main/pa_string.C: String::first_char now not fails on empty
19425: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19426:
19427: 2002-08-07 paf
19428:
19429: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19430: fixed
19431:
19432: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19433:
19434: * src/: main/execute.C, types/pa_vcode_frame.h,
19435: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19436: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19437: mistakenly not completely transparent to object writes.
19438: $hash[^if(1){$hash}] now works
19439:
1.211 moko 19440: * operators.ru.txt, operators.txt, src/classes/op.C:
19441: ^cache...{...^cache<<to past...} now erasing cache file [there
19442: were bad check on that]
1.95 moko 19443:
19444: * src/: classes/classes.dsp, classes/table.C,
19445: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19446: all Debug dirs in .dsp now named 'Debug'
19447:
1.116 moko 19448: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19449:
1.211 moko 19450: * operators.ru.txt, operators.txt, src/classes/mail.C:
19451: exception_type email.send
1.95 moko 19452:
1.211 moko 19453: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19454: exception_type email.format
1.95 moko 19455:
19456: * src/types/pa_vmail.C: mail:send empty email checked
19457:
19458: 2002-08-06 paf
19459:
1.211 moko 19460: * operators.ru.txt, operators.txt, src/classes/table.C,
19461: src/include/pa_array.h, src/include/pa_table.h,
19462: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19463: ^table::create[$source;$.options] ^table::join[$source;$.options]
19464:
1.211 moko 19465: * operators.ru.txt, operators.txt, src/classes/hash.C,
19466: src/classes/string.C, src/classes/table.C: sql options can be
19467: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19468:
19469: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19470:
19471: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19472: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19473: $file.content-type [instead of .mime-type] now works for
19474: file::stat also
19475:
19476: * src/main/pa_request.C: case insensitive mime_type_of
19477:
19478: 2002-08-05 paf
19479:
19480: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19481:
19482: * src/types/pa_vmail.C: file buffer relocated to parser heap
19483:
1.211 moko 19484: * operators.ru.txt, operators.txt: comment on date:calendar week
19485: column
1.95 moko 19486:
19487: * src/main/pa_common.C: write checked
19488:
19489: * src/main/: pa_common.C: write checked
19490:
19491: * src/classes/date.C: +1 buf size for stupid snprintfs
19492:
19493: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19494: month calendar week column [ISO 8601 Week Numbers]
19495:
19496: 2002-08-02 paf
19497:
19498: * src/: include/pa_config_fixed.h, main/pa_string.C,
19499: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19500: DEBUG*
19501:
19502: * configure, configure.in, src/include/pa_version.h: release
19503: 3_0_0005
19504:
19505: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19506: multipart post fixed
19507:
1.211 moko 19508: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19509: src/types/pa_vform.C: response transcoded source->client only
19510: when text/* or simple onoverridden $response:body
1.95 moko 19511:
19512: 2002-08-01 paf
19513:
19514: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19515: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19516: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19517: classes/op.C, classes/response.C, classes/string.C,
19518: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19519: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19520: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19521: include/pa_config_fixed.h, include/pa_dictionary.h,
19522: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19523: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19524: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19525: include/pa_socks.h, include/pa_sql_connection.h,
19526: include/pa_sql_driver_manager.h, include/pa_stack.h,
19527: include/pa_string.h, include/pa_stylesheet_connection.h,
19528: include/pa_stylesheet_manager.h, include/pa_table.h,
19529: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19530: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19531: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19532: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19533: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19534: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19535: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19536: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19537: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19538: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19539: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19540: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19541: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19542: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19543: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19544: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19545: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19546: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19547: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19548: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19549: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19550: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19551: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19552: types/pa_vmethod_frame.h, types/pa_vobject.h,
19553: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19554: types/pa_vresponse.h, types/pa_vstateless_class.C,
19555: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19556: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19557: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19558: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19559: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19560: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19561:
19562: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19563: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19564: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19565: classes/math.C, classes/op.C, classes/response.C,
19566: classes/string.C, classes/table.C, classes/void.C,
19567: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19568: include/pa_array.h, include/pa_cache_managers.h,
19569: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19570: include/pa_config_fixed.h, include/pa_config_includes.h,
19571: include/pa_dictionary.h, include/pa_dir.h,
19572: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19573: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19574: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19575: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19576: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19577: include/pa_stack.h, include/pa_string.h,
19578: include/pa_stylesheet_connection.h,
19579: include/pa_stylesheet_manager.h, include/pa_table.h,
19580: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19581: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19582: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19583: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19584: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19585: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19586: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19587: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19588: main/pa_sql_driver_manager.C, main/pa_string.C,
19589: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19590: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19591: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19592: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19593: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19594: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19595: targets/isapi/pool_storage.h, types/pa_valiased.C,
19596: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19597: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19598: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19599: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19600: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19601: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19602: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19603: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19604: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19605: types/pa_vresponse.C, types/pa_vresponse.h,
19606: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19607: types/pa_vstateless_object.h, types/pa_vstatus.C,
19608: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19609: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19610: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19611: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19612: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19613: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19614: types/Makefile.am: ident.C* removed
19615:
1.211 moko 19616: * operators.ru.txt, operators.txt, src/classes/file.C,
19617: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19618:
19619: * src/targets/cgi/parser3.C: usage to stdout now
19620:
19621: 2002-07-31 paf
19622:
19623: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19624:
19625: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19626: default "postmaster"
19627:
19628: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19629: -f postmaster now default sendmail key word "postmaster"
19630: replaced to $.from
19631:
19632: 2002-07-30 paf
19633:
1.116 moko 19634: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19635: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19636:
19637: * src/main/pa_charset.C: comment
19638:
19639: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19640: table, &#decimal;
19641:
19642: * src/main/pa_request.C: comment
19643:
19644: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19645: paragraf]
19646:
19647: 2002-07-11 paf
19648:
19649: * src/main/pa_exec.C: build command line badly added params twice
19650: [and first time without ' ']. double wrong. fixed.
19651:
19652: * src/main/pa_exec.C: invalid .exe caused error message with params
19653: wich parser did not provide = reported badly. fixed that.
19654:
19655: * src/classes/mail.C: $MAIL[ # xxx ]
19656:
19657: now ok
19658:
1.211 moko 19659: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19660:
19661: 2002-07-01 paf
19662:
19663: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19664: [MForm.configure_admin were called when request.main_class ==0
19665:
19666: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19667:
19668: * src/classes/form.C: content_length type fix
19669:
19670: 2002-06-30 paf
19671:
19672: * src/classes/mail.C: merged from 4
19673:
19674: * src/classes/mail.C: restored $MAIL
19675:
19676: 2002-06-28 paf
19677:
19678: * configure, configure.in: removed paths.h
19679:
1.116 moko 19680: * configure, src/include/pa_version.h,
1.95 moko 19681: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19682: merged, makes updated
19683:
1.211 moko 19684: * ChangeLog, configure, operators.ru.txt, operators.txt,
19685: src/classes/xdoc.C, src/include/pa_charset.h,
19686: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19687: src/include/pa_version.h, src/main/pa_charset.C,
19688: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19689: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19690: latest updates to head
1.95 moko 19691:
19692: 2002-06-27 paf
19693:
19694: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19695: not error now
19696:
1.211 moko 19697: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19698: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19699: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19700: ^xdoc::create[[uri]]... base uri for document being created,
19701: imports and other relative file names would be relative to this
19702: uri default uri=path_translated
19703:
19704: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19705:
19706: 2002-06-26 paf
19707:
19708: * configure, configure.in, src/include/pa_version.h:
19709: release_3_0_0004
19710:
19711: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19712: 0 now
19713:
19714: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19715:
19716: 2002-06-25 paf
19717:
19718: * src/main/pa_string.C: emtpy string, or string of whitespaces
19719: considered bad number now
19720:
1.211 moko 19721: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19722: ^xdoc.transform[xdoc <<can be now
1.95 moko 19723:
1.211 moko 19724: * operators.ru.txt, operators.txt, src/classes/string.C:
19725: ^string.normalize [old name: optimize
1.95 moko 19726:
19727: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19728: library configured
19729:
19730: * src/main/pa_request.C: configure_admin forced if no @conf
19731:
1.211 moko 19732: * operators.ru.txt, operators.txt, src/classes/math.C,
19733: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19734: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19735:
19736: 2002-06-24 paf
19737:
19738: * INSTALL: --with-static/shared-mailreceive described
19739:
19740: * src/include/pa_config_fixed.h: ssize_t fixed
19741:
1.116 moko 19742: * configure, configure.in, src/include/pa_config_auto.h.in,
19743: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19744: src/types/pa_vmail.C: $mail:received makes update
19745:
19746: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19747: WITH_MAILRECEIVE
19748:
19749: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19750:
19751: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19752: option, for $mail:receive
19753:
19754: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19755: introducting $message:received ^mail:send rewritten with backward
19756: comp
19757:
19758: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19759: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19760: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19761: now
19762:
1.211 moko 19763: * operators.ru.txt, operators.txt, src/classes/mail.C,
19764: src/include/Makefile.am, src/include/pa_charset.h,
19765: src/include/pa_config_fixed.h, src/include/pa_request.h,
19766: src/include/pa_string.h, src/include/pa_uue.h,
19767: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19768: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19769: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19770: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19771: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19772: uue to separate file introducting $message:received ^mail:send
19773: rewritten with backward comp
19774:
19775: 2002-06-21 paf
19776:
1.116 moko 19777: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19778: co changes
1.95 moko 19779:
1.116 moko 19780: * configure, configure.in, src/lib/md5/Makefile.am,
19781: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19782: restructure .in and .am files appropriate changes
1.95 moko 19783:
19784: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19785: pcre to libs/ added libs/md5 which is linked to non-apache
19786: targets ^math:crypt[password;$apr1$salt]
19787:
1.211 moko 19788: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19789: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19790: src/classes/classes.dsp, src/classes/math.C,
19791: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19792: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19793: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19794: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19795: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19796: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19797: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19798: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19799: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19800: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19801: src/lib/pcre/pcre_parser_ctype.dsp,
19802: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19803: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19804: src/main/compile.tab.C, src/main/main.dsp,
19805: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19806: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19807: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19808: to libs/ added libs/md5 which is linked to non-apache targets
19809: ^math:crypt[password;$apr1$salt]
19810:
19811: 2002-06-20 paf
19812:
1.211 moko 19813: * INSTALL, configure, configure.in, operators.ru.txt,
19814: operators.txt, src/classes/file.C, src/classes/op.C,
19815: src/doc/doxygen.cfg, src/include/pa_globals.h,
19816: src/include/pa_request.h, src/main/execute.C,
19817: src/main/pa_request.C, src/targets/cgi/parser3.C,
19818: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19819: marged latest HEAD updates, mainly file:justname&co &
19820: @auto/conf[filespec
1.95 moko 19821:
1.211 moko 19822: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19823: !^file:dirname[/a/some.tar.gz]=/a
19824: !^file:dirname[/a/b/]=/a
19825: !^file:basename[/a/some.tar.gz]=some.tar.gz
19826: !^file:justname[/a/some.tar.gz]=some.tar
19827: !^file:justext[/a/some.tar.gz]=gz
19828:
19829: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19830: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19831: @conf/auto[filespec]
19832:
1.116 moko 19833: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19834:
1.211 moko 19835: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19836: src/doc/doxygen.cfg, src/include/pa_globals.h,
19837: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19838: parser3.conf renamed to auto.p
1.95 moko 19839:
19840: 2002-06-18 paf
19841:
19842: * configure, configure.in, src/include/pa_version.h: version to
19843: configure.in
19844:
19845: * INSTALL: reflected .conf.dist dir change
19846:
1.150 moko 19847: * Makefile.am, configure, configure.in,
1.116 moko 19848: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19849: .in & *.am updated
19850:
19851: * src/classes/file.C: strncasecmp
19852:
19853: * src/classes/file.C: strcasecmp
19854:
1.150 moko 19855: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19856:
19857: * src/classes/file.C: ^file::exec[script;$.bad error case
19858: insensitive check now
19859:
19860: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19861:
19862: * configure, configure.in, src/include/pa_pool.h,
19863: src/include/pa_types.h: pack configure.in detection simplified.
19864: figured out that gcc on sparc not that stupid as thought
19865: previously: on sparc: when it sees packed class it modifies it's
19866: field-access-code to byte operations [stb, ldub] instead of 4byte
19867: operations [st, lduh] so packed must be all parts of packed
19868: class, i.e. it's parents&fields(classes). for now it's only
19869: String that packed and what was wrong is that it's parent -
19870: Pooled, were not packed. fixed that.
19871:
19872: 2002-06-14 paf
19873:
1.211 moko 19874: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19875:
1.211 moko 19876: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19877: attribute_node.name/value xnode pi.node.data
19878:
19879: 2002-06-12 paf
19880:
1.116 moko 19881: * configure, configure.in, src/targets/cgi/Makefile.am,
19882: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19883:
1.211 moko 19884: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19885: etc/Makefile.am, src/include/pa_globals.h,
19886: src/include/pa_request.h, src/main/compile.tab.C,
19887: src/main/pa_globals.C, src/main/pa_request.C,
19888: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19889: parser3.conf now one and only
1.95 moko 19890:
19891: * src/classes/mail.C: sendmail -ti [default now]
19892:
19893: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19894: to be strings. for convinient #ing
19895:
19896: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19897: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19898:
19899: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19900: main/pa_globals.C, main/pa_request.C: @conf
19901:
19902: 2002-06-11 paf
19903:
19904: * src/classes/file.C: check simplified
19905:
19906: * src/: classes/file.C, targets/cgi/parser3.dsp,
19907: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19908: valid prefix
19909:
19910: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19911: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19912: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19913:
19914: 2002-06-10 paf
19915:
1.211 moko 19916: * operators.ru.txt, operators.txt, src/classes/op.C,
19917: src/include/pa_common.h, src/main/pa_common.C: lock failures
19918: reported now
1.95 moko 19919:
19920: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19921: string->double @ compile time were not-enough-checking...
19922:
19923: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19924: autoconvert now ignored
19925:
19926: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19927: check
19928:
19929: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19930: $response:body content-type:name
19931:
19932: * configure, configure.in: hpux check, nsl link, no socket
19933:
1.211 moko 19934: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 19935:
19936: * configure, configure.in: pack even address access on sparc&co
19937: arch checked in configure
19938:
19939: * configure, src/include/pa_version.h: makes
19940:
19941: * configure, configure.in, src/include/pa_version.h: makes
19942:
19943: * src/main/untaint.C: (bug#2) mail subject got always prepended
19944: with charset even when all letters were 7bit one
19945:
19946: * src/main/pa_common.C: merged fixed -d (bug)
19947:
19948: * src/main/pa_common.C: fixed -d (bug)
19949:
19950: 2002-06-03 paf
19951:
1.211 moko 19952: * ChangeLog, operators.ru.txt, operators.txt,
19953: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
19954: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 19955: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19956: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19957: .dsp-s along with reorganized cvs modules dirs structure
19958:
19959: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19960: main/pa_globals.C, targets/cgi/parser3.dsp,
19961: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19962: modules
19963:
19964: 2002-05-28 paf
19965:
19966: * src/targets/cgi/parser3.C: info.uri now ""
19967:
19968: 2002-05-17 paf
19969:
19970: * src/classes/: table.C: ^table.save << checked empty
19971: pre/match/post columns
19972:
19973: 2002-05-16 paf
19974:
19975: * src/classes/image.C: image::measure can png now
19976:
19977: 2002-05-15 paf
19978:
1.211 moko 19979: * operators.ru.txt, operators.txt, src/classes/date.C:
19980: ^date::create[%H:%M[:%S]] added
1.95 moko 19981:
19982: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19983:
1.211 moko 19984: * operators.ru.txt, operators.txt, src/classes/date.C:
19985: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 19986:
19987: 2002-05-14 paf
19988:
19989: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19990:
19991: 2002-05-07 paf
19992:
19993: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19994: src/include/pa_globals.h, src/include/pa_request.h,
19995: src/include/pa_table.h, src/main/compile.tab.C,
19996: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19997: src/main/pa_request.C, src/main/pa_table.C,
19998: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19999: src/targets/isapi/parser3isapi.dsp,
20000: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20001: name2number field now &. main_method_name now on Request pool
20002: rather on global_pool [Junction+VJunction created on same pool as
20003: name = were created on global pool, causing mem leaks]
20004:
20005: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20006: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20007: main/compile.y, main/main.dsp, main/pa_globals.C,
20008: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20009: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20010: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20011: field now &. main_method_name now on Request pool rather on
20012: global_pool [Junction+VJunction created on same pool as name =
20013: were created on global pool, causing mem leaks]
20014:
20015: 2002-05-06 paf
20016:
20017: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20018: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20019: 100*40 bytes per request memory leak [nonpool malloc in globals]
20020:
20021: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20022: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20023: 100*40 bytes per request memory leak [nonpool malloc in globals]
20024:
20025: 2002-04-30 paf
20026:
20027: * configure, src/include/pa_version.h: version now not b
20028:
20029: * src/targets/cgi/parser3.C: request.uri now never 0
20030:
20031: 2002-04-29 paf
20032:
20033: * configure.in: removed b
20034:
20035: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20036: Exception::comment/type checked in (), no there's no empty
20037: type/comment by default
20038:
20039: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20040: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20041: src/doc/value.dox, src/include/pa_exception.h,
20042: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20043: 0001
20044:
20045: 2002-04-26 paf
20046:
20047: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20048: size reduced
20049:
20050: 2002-04-25 paf
20051:
20052: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20053: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20054: now that took into account
20055:
1.211 moko 20056: * operators.ru.txt, operators.txt, src/classes/date.C:
20057: ^date::create[2002-12-33 01:03:04]
1.95 moko 20058:
1.211 moko 20059: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20060: ^date::create[2002-12-33 01:03:04]
20061:
20062: * ChangeLog: updated changelog
20063:
20064: * src/classes/table.C: removed restriction on column count to
20065: ^table.hash to work, now must be >0 [were >1]
20066:
20067: 2002-04-24 paf
20068:
20069: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20070: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20071: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20072: targets
20073:
20074: 2002-04-23 paf
20075:
1.211 moko 20076: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20077: int/double/string:sql{}[$.default{code}] fixed [were barking:
20078: "junction used outside of context"]
20079:
20080: 2002-04-22 paf
20081:
20082: * types.txt, src/classes/string.C, src/include/pa_string.h,
20083: src/main/pa_string.C, src/types/pa_vstring.C,
20084: src/types/pa_vstring.h: ^string.optimize[]
20085:
20086: * src/: include/pa_globals.h, include/pa_table.h,
20087: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20088: table template
20089:
20090: * src/classes/: string.C: optimize removed from string
20091: .left/right/pos
20092:
20093: * src/main/execute.C: rolled back to
20094: before_killing_userjunction_contexts
20095:
20096: * src/main/execute.C: user junctions context killed
20097:
20098: * src/main/execute.C: junctions to local contexts got
20099: cleanized&checked later
20100:
20101: 2002-04-19 paf
20102:
20103: * src/: classes/string.C, include/pa_request.h,
20104: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20105: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20106: prior to .left .right .mid .pos .match when that is profitable,
20107: and always before .replace when $ORIGINS(1) optimization disabled
20108: economy from not wasting mem on lots of strings which occur by
20109: lots of String:mid calls to get parts of source string between
20110: found_occurances
20111:
20112: * src/classes/file.C: ovector now local economy: 16 bytes per
20113: ^file:list
20114:
20115: * src/: include/pa_globals.h, include/pa_table.h,
20116: main/pa_globals.C, main/pa_string.C: String::match table columns
20117: globalized, not created @ each ^match anymore economy:
20118: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20119:
20120: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20121: removed from each String::match replace iteration, and made
20122: stacked sizeof(VTable)=12bytes economy on each replace code
20123:
20124: * src/doc/footer.htm: 2001,
20125:
20126: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20127: string.match[]['] option enables generation of $match.prematch
20128: .match .postmatch columns
20129:
20130: * src/main/pa_string.C: String::match options analized without
20131: cstr-ing them now
20132:
20133: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20134: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20135: config updated to doxygen 1.2.15, created helper which fixes
20136: minor bugs in chm project files & htm tree. changed extension to
20137: .htm
20138:
20139: 2002-04-18 paf
20140:
20141: * src/doc/doxygen.cfg: .chi generation disabled
20142:
20143: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20144: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20145: fields&methods
20146:
20147: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20148: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20149: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20150: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20151: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20152: types/pa_vresponse.h, types/pa_vstateless_class.h,
20153: types/pa_vstateless_object.h, types/pa_vstatus.h,
20154: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20155: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20156: VStateless_class to VObject
20157:
20158: * src/: main/pa_request.C, types/pa_valiased.h,
20159: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20160: types/pa_vstring.h: VStateless_string_object speicalized light
20161: version of VStateless_object
20162:
20163: * src/classes/op.C: ^throw comment param made optional
20164:
20165: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20166: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20167: and implemented down in VClass, fclass_alias removed,
20168:
20169: * src/types/pa_value.C: forced to cut that from .h because of
20170: VStateless_class usage [undefined in .h]
20171:
20172: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20173: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20174: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20175: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20176: on each CALL]
20177:
20178: * src/: classes/classes.h, classes/date.C, classes/double.C,
20179: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20180: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20181: classes/response.C, classes/string.C, classes/table.C,
20182: classes/void.C, classes/xnode.C, include/pa_globals.h,
20183: include/pa_request.h, main/execute.C, main/pa_globals.C,
20184: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20185: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20186: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20187: types/pa_vstateless_class.h, types/pa_wcontext.C,
20188: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20189: removed Value::fname
20190:
20191: 2002-04-17 paf
20192:
20193: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20194: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20195: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20196: include/pa_pool.h, include/pa_types.h: dox updated to current
20197: state, PTHROW freshen to throw & co
20198:
20199: * src/types/pa_vhash.h: vstring wrong parent fixed
20200:
20201: * src/classes/op.C: taint local result var bug fixed
20202:
20203: 2002-04-16 paf
20204:
20205: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20206: Attic asm.txt as most interesting
20207:
20208: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20209: check, preventing content-length: 0 from appearing
20210:
20211: * src/main/execute.C: $result in @main now taken into account as in
20212: usual functions
20213:
20214: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20215: & @unhandled_exception now taken into account as in usual
20216: functions
20217:
20218: * src/doc/postbuild.txt: instructions on post .html build
20219:
20220: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20221:
20222: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20223: tainted
20224:
20225: * src/main/pa_request.C: uri in error log
20226:
20227: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20228: cheched date:create(days) param for validity [later were assumed
20229: valid and crashed on invalid onces]
20230:
20231: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20232: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20233: and used that for removing VString wrapper
20234:
20235: * src/classes/op.C: exception2vhash file now tainted
20236:
20237: * src/classes/op.C: _process pseudo origin copied from local var to
20238: heap
20239:
20240: * src/classes/op.C: extra check on empty file in origin in _execute
20241:
20242: 2002-04-15 paf
20243:
20244: * src/: main/execute.C, types/pa_value.h: fixed name update
20245:
20246: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20247: functions
20248:
20249: * src/: classes/file.C, classes/hash.C, classes/op.C,
20250: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20251: started dual write_xxx_lang functions, if checked & works
20252:
20253: * src/: classes/date.C, classes/file.C, classes/mail.C,
20254: classes/string.C, classes/xnode.C, include/pa_request.h,
20255: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20256: unnecessary VString shells
20257:
20258: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20259: prev changes]
20260:
20261: * src/: classes/image.C, classes/op.C, classes/string.C,
20262: classes/table.C, include/pa_request.h, main/execute.C,
20263: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20264: StringOrValue wcontext result, now ready for dual writes
20265:
20266: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20267: checked that
20268:
20269: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20270: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20271: changed to OP_WRITE_VALUE in var get cases
20272:
20273: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20274: include/pa_request.h, main/compile.tab.C, main/compile.y,
20275: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20276: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20277: switch in hash constructor fixed [were problems with using of
20278: stacked wwrapper after it's death]
20279:
20280: 2002-04-12 paf
20281:
1.211 moko 20282: * operators.ru.txt, operators.txt, src/classes/table.C:
20283: table.select(expression) 0
1.95 moko 20284:
20285: 2002-04-11 paf
20286:
20287: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20288: Request::process_internal codeFrame & wwrapper stacked [not
20289: wasting heap anymore]
20290:
20291: 2002-04-10 paf
20292:
20293: * src/: classes/double.C, classes/file.C, classes/hash.C,
20294: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20295: classes/string.C, classes/table.C, classes/void.C,
20296: classes/xdoc.C, include/pa_request.h, main/execute.C,
20297: main/pa_string.C: killed Request::process() wrapping
20298: VString(String) in case we need only String
20299:
20300: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20301: killed 8 bytes from String.head
20302:
20303: 2002-04-09 paf
20304:
20305: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20306: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20307: local*/char b[...]; a=b; situations
20308:
1.211 moko 20309: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20310: made literal
1.95 moko 20311:
20312: * src/classes/xdoc.C: xslt params fixed
20313:
20314: * src/: main/pa_common.C, targets/cgi/parser3.C,
20315: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20316: not pool.malloc(MAX_NUMBER) but really neaded
20317:
1.211 moko 20318: * operators.ru.txt, operators.txt, src/classes/double.C,
20319: src/classes/int.C: int/double.int/double(default)
1.95 moko 20320:
20321: 2002-04-04 paf
20322:
20323: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20324: [when reconstructing pieces were split by
20325: max_integral(piece.size), thus some strings to replace happen to
20326: be split into two = not replaced)
20327:
20328: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20329: standalone version = current dir
20330:
20331: * src/targets/cgi/parser3.C: document root in standalone version =
20332: current dir
20333:
20334: 2002-04-03 paf
20335:
20336: * configure, configure.in: more checks on nonexistent charset
20337:
1.116 moko 20338: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20339:
20340: 2002-04-02 paf
20341:
20342: * src/main/compile.C: parser.compile [exception name more like in
20343: doc]
20344:
20345: 2002-04-01 paf
20346:
20347: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20348: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20349: .content-type.charset, not .charset
20350:
20351: 2002-03-29 paf
20352:
20353: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20354:
1.211 moko 20355: * operators.ru.txt, operators.txt, src/classes/date.C:
20356: ^date::create now may not supply day, default 1. checked 29.03
20357: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20358:
20359: 2002-03-28 paf
20360:
1.211 moko 20361: * operators.ru.txt, operators.txt, src/classes/date.C,
20362: src/classes/op.C, src/include/pa_globals.h,
20363: src/include/pa_hash.h, src/main/pa_globals.C,
20364: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20365: ^cache[date] }
1.95 moko 20366:
20367: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20368: param
20369:
20370: 2002-03-27 paf
20371:
1.211 moko 20372: * operators.ru.txt, operators.txt, src/classes/date.C,
20373: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20374: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20375: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20376: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20377: src/classes/xdoc.C, src/classes/xnode.C,
20378: src/include/pa_exception.h, src/include/pa_request.h,
20379: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20380: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20381: src/main/pa_array.C, src/main/pa_charset.C,
20382: src/main/pa_charsets.C, src/main/pa_common.C,
20383: src/main/pa_dictionary.C, src/main/pa_exception.C,
20384: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20385: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20386: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20387: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20388: src/types/pa_value.h, src/types/pa_vcookie.C,
20389: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20390: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20391: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20392: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20393: src/types/pa_wwrapper.h: assigned exception types
20394:
1.211 moko 20395: * operators.ru.txt, operators.txt, src/classes/op.C,
20396: src/include/pa_config_fixed.h, src/include/pa_request.h,
20397: src/main/execute.C, src/main/pa_request.C: decided agains
20398: resetting exception_trace, just changed name
1.95 moko 20399:
20400: 2002-03-26 paf
20401:
20402: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20403: fixed
20404:
20405: * src/classes/op.C: forced language of $source field of exception
20406: to 'tainted', so that sql-langed-frags could be outputed outside
20407: of connect
20408:
1.211 moko 20409: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20410: offset
1.95 moko 20411:
20412: * src/classes/date.C: removed date.roll limit of +-1 offset
20413:
1.211 moko 20414: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20415: roll on daylightsaving days mktime took into account tm_isdst
20416: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20417:
20418: 2002-03-25 paf
20419:
1.211 moko 20420: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20421: http_site_config_filespec
20422:
20423: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20424: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20425: with any/both --disable-foreign-group-files --disable-execs
20426:
20427: * INSTALL: "--with=sendmail=COMMAND" comment
20428:
20429: * INSTALL, configure, configure.in, src/classes/mail.C,
20430: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20431: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20432: disables execs also. introducing --sendmail
1.95 moko 20433:
1.211 moko 20434: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20435:
20436: * INSTALL: comment on --disable-link-stdcpp
20437:
1.116 moko 20438: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20439: libstdc++ link skipping configure option
1.95 moko 20440:
20441: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20442: with error were put to cache with 'marked_to_rollback' flag, all
20443: consequent even OK requests rolled back
20444:
20445: 2002-03-22 paf
20446:
20447: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20448: false return
20449:
1.211 moko 20450: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20451:
20452: 2002-03-18 paf
20453:
1.211 moko 20454: * operators.ru.txt, operators.txt, src/classes/op.C,
20455: src/include/pa_exception.h, src/include/pa_globals.h,
20456: src/include/pa_request.h, src/include/pa_stack.h,
20457: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20458:
20459: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20460: types/pa_vdouble.h: removed some tested @tests
20461:
20462: 2002-03-15 paf
20463:
1.211 moko 20464: * operators.ru.txt, operators.txt, src/classes/table.C:
20465: ^table.locate(logical expr)
1.95 moko 20466:
20467: 2002-03-13 paf
20468:
20469: * src/main/pa_exception.C: checked not-pooled malloc
20470:
20471: 2002-03-11 paf
20472:
20473: * INSTALL, configure, configure.in,
20474: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20475:
20476: * src/main/pa_common.C: --disable-foreign-group-files
20477:
20478: * INSTALL: --disable-execs
20479:
20480: * src/main/pa_exec.C: --disable-execs
20481:
20482: * configure, configure.in, src/include/pa_config_auto.h.in:
20483: --disable-execs
20484:
20485: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20486:
20487: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20488: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20489:
20490: 2002-03-05 paf
20491:
1.211 moko 20492: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20493: calendar columns named
1.95 moko 20494:
1.211 moko 20495: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20496: calendar columns named
1.95 moko 20497:
20498: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20499: requires headers to be terminated with \r\n manually [refuses to
20500: separate header/body itself]
20501:
20502: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20503: targets/isapi/parser3isapi.C: isapi site config beside .dll
20504:
20505: 2002-03-04 paf
20506:
20507: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20508: in PASS language
20509:
20510: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20511: deserialize checks on broken file
20512:
20513: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20514: parser3isapi.dsp: isapi updated
20515:
20516: 2002-03-01 paf
20517:
20518: * src/main/pa_exec.C: execle -> execve, now argc OK
20519:
20520: 2002-02-28 paf
20521:
20522: * src/main/untaint.C: removed some debug comments
20523:
20524: * src/main/pa_charsets.C: when placing charset to cache using
20525: global name now [were request]
20526:
20527: * configure, configure.in: apache module updated
20528:
20529: * src/main/pa_string.C: origin by first piece preferred before last
20530: piece
20531:
20532: 2002-02-27 paf
20533:
20534: * src/main/pa_charset.C: size_t
20535:
20536: * INSTALL: shared/static-xml with-pathlink
20537:
1.211 moko 20538: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20539:
20540: 2002-02-26 paf
20541:
20542: * src/main/pa_exec.C: more precise names for vars, cosmetic
20543:
20544: * src/classes/xnode.C: in some situation, xpath query returned
20545: result with type NODESET, but empty nodeset member field, checked
20546: that
20547:
20548: 2002-02-22 paf
20549:
20550: * INSTALL: without-zlib comment
20551:
20552: * etc/parser3.charsets/windows-1251.cfg: °
20553:
20554: * configure, configure.in: glib###.a detection fixed
20555:
20556: * INSTALL: hashfile removed from INSTALL
20557:
1.116 moko 20558: * Makefile.am: make update
1.95 moko 20559:
20560: * src/main/pa_string.C: string iterators fixed again, so were
20561: String::join_chain
20562:
20563: * src/main/pa_string.C: string iterators fixed again, so were
20564: String::join_chain
20565:
20566: * src/: include/pa_string.h, main/pa_string.C: string iterators
20567: fixed again, so were String::join_chain
20568:
20569: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20570:
1.211 moko 20571: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20572: "expires=0" = "session"
1.95 moko 20573:
1.116 moko 20574: * configure, configure.in, src/include/pa_config_auto.h.in:
20575: --with-shared-xml --with-static-xml
1.95 moko 20576:
20577: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20578: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20579: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20580: xalan&xml
20581:
20582: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20583:
1.211 moko 20584: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20585: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20586: from sources for now
1.95 moko 20587:
1.116 moko 20588: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20589: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20590: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20591: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20592: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20593: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20594: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20595: src/types/Makefile.am, src/types/pa_vhashfile.C,
20596: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20597:
20598: 2002-02-21 paf
20599:
20600: * src/main/untaint.C: removed debug code, activated commented-for
20601: debug parts
20602:
1.116 moko 20603: * Makefile.am: make cvsupdate
1.95 moko 20604:
20605: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20606: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20607: append_row, not at link zero now string to string appending works
20608:
20609: 2002-02-20 paf
20610:
20611: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20612: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20613: DEBUG_STRING_APPENDS_VS_EXPANDS
20614:
20615: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20616: economy: 22%
20617:
20618: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20619: space uptimized: string::link_row removed
20620:
20621: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20622: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20623: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20624: types/pa_vstring.h: speed uptimized: string::is_empty
20625:
1.211 moko 20626: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20627: src/include/pa_config_fixed.h, src/include/pa_string.h,
20628: src/include/pa_types.h, src/main/compile.tab.C,
20629: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20630: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20631: string append optimiziation idea and estimates
20632:
20633: 2002-02-19 paf
20634:
20635: * src/classes/math.C: not used directly [but erroreously reported
20636: that 'is', thus registering twice&other probs]
20637:
20638: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20639: to node [element]
20640:
20641: * src/main/compile.C: without string_origins parse error
20642: file+line+col possible
20643:
20644: * src/main/: compile.C: without string_origins not worked
20645:
20646: 2002-02-18 paf
20647:
20648: * src/types/pa_vdouble.h: since we have in_expression removed that
20649: trick i've installed into double::as_string
20650:
20651: * src/main/pa_globals.C: extern "C" was removed too fast
20652:
20653: * src/: include/pa_opcode.h, include/pa_request.h,
20654: main/compile.tab.C, main/compile.y, main/execute.C,
20655: types/pa_wcontext.h: in_expression aimed to solve old problem
20656: with string/nonstring values, now in expressions double/int
20657: values are passed as-is, without stupid tostring/fromstring
20658: conversions
20659:
20660: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20661: __cplusplus } #endif
20662:
20663: * src/main/compile.tab.C: bison env set so one could compile
20664: without cygwin installed
20665:
20666: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20667: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20668: gnome xml libs parser .dsp-s changed accordingly
20669:
1.211 moko 20670: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20671: PARSER_ROOT_CONFIG
1.95 moko 20672:
1.211 moko 20673: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20674: [were date::set, with backward comp
1.95 moko 20675:
20676: * src/classes/math.C: math:random range check fixed
20677:
20678: * src/main/: compile.tab.C, compile.y: integer division stops name
20679:
20680: * INSTALL: local install comment
20681:
1.116 moko 20682: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20683:
1.116 moko 20684: * acinclude.m4, aclocal.m4, configure, configure.in,
20685: src/include/pa_config_auto.h.in,
20686: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20687: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20688:
1.211 moko 20689: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20690:
20691: 2002-02-13 paf
20692:
20693: * src/include/pa_config_includes.h: sys/time time both included
20694: now. vaguely remember confilicts on this on some system [not on
20695: six|ablv] so when would see them again would think up proper
20696: check
20697:
1.116 moko 20698: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20699: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20700:
20701: * src/main/pa_common.C: truncation never occured when writing files
20702: on unix [since i've changed cache mech] fix
20703:
20704: * src/main/pa_common.C: strnchr: sanity check added
20705:
20706: * etc/parser3.charsets/windows-1257.cfg: id added
20707:
20708: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20709: baltic charset file generated, in generation script ispunct check
20710: added
20711:
20712: 2002-02-08 paf
20713:
1.116 moko 20714: * src/: include/Makefile.am, sql/Makefile.am,
20715: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20716:
20717: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20718: forgotten
20719:
20720: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20721:
20722: * INSTALL, README: install&others updated
20723:
20724: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20725:
1.116 moko 20726: * Makefile.am, configure, configure.in,
20727: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20728: src/classes/Makefile.am, src/main/Makefile.am,
20729: src/main/pa_status_provider.C, src/targets/Makefile.am,
20730: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20731: works
1.95 moko 20732:
20733: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20734: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20735: classes/hashfile.C, classes/int.C, classes/mail.C,
20736: classes/math.C, classes/op.C, classes/response.C,
20737: classes/string.C, classes/table.C, classes/void.C,
20738: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20739: include/pa_array.h, include/pa_cache_managers.h,
20740: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20741: include/pa_config_fixed.h, include/pa_config_includes.h,
20742: include/pa_db_connection.h, include/pa_db_manager.h,
20743: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20744: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20745: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20746: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20747: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20748: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20749: include/pa_stack.h, include/pa_string.h,
20750: include/pa_stylesheet_connection.h,
20751: include/pa_stylesheet_manager.h, include/pa_table.h,
20752: include/pa_threads.h, include/pa_types.h, main/compile.C,
20753: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20754: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20755: main/pa_db_connection.C, main/pa_db_manager.C,
20756: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20757: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20758: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20759: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20760: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20761: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20762: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20763: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20764: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20765: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20766: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20767: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20768: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20769: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20770: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20771: types/pa_vmethod_frame.h, types/pa_vobject.h,
20772: types/pa_vrequest.h, types/pa_vresponse.h,
20773: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20774: types/pa_vstateless_object.h, types/pa_vstatus.C,
20775: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20776: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20777: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20778: classes/image.C, main/pa_common.C, main/pa_exec.C,
20779: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20780: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20781: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20782: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20783: types/pa_vxnode.C, main/pa_charset.C: name spelling
20784:
20785: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20786: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20787: classes/hashfile.C, classes/image.C, classes/int.C,
20788: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20789: classes/string.C, classes/table.C, classes/void.C,
20790: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20791: include/pa_array.h, include/pa_cache_managers.h,
20792: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20793: include/pa_config_fixed.h, include/pa_config_includes.h,
20794: include/pa_db_connection.h, include/pa_db_manager.h,
20795: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20796: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20797: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20798: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20799: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20800: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20801: include/pa_stack.h, include/pa_string.h,
20802: include/pa_stylesheet_connection.h,
20803: include/pa_stylesheet_manager.h, include/pa_table.h,
20804: include/pa_threads.h, include/pa_types.h, main/compile.C,
20805: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20806: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20807: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20808: main/pa_db_connection.C, main/pa_db_manager.C,
20809: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20810: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20811: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20812: main/pa_socks.C, main/pa_sql_driver_manager.C,
20813: main/pa_status_provider.C, main/pa_string.C,
20814: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20815: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20816: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20817: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20818: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20819: targets/isapi/pool_storage.h, types/pa_valiased.C,
20820: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20821: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20822: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20823: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20824: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20825: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20826: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20827: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20828: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20829: types/pa_vresponse.h, types/pa_vstateless_class.C,
20830: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20831: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20832: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20833: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20834: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20835: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20836:
20837: 2002-02-07 paf
20838:
20839: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20840:
1.116 moko 20841: * configure, configure.in, src/include/pa_config_auto.h.in,
20842: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20843: added yet another locking function: fcntl
1.95 moko 20844:
20845: * config.sub: on cygwin configure passes it with strange i1586
20846: const, hacked it to mean i586
20847:
20848: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20849: disabled $if reference due to conflicts with local variables
20850:
1.211 moko 20851: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20852: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20853: xdoc::create, with both sences
20854:
20855: * operators.ru.txt, operators.txt, src/classes/table.C,
20856: src/include/pa_array.h, src/include/pa_table.h,
20857: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20858: 'set' name obsolete now table clone.
1.95 moko 20859:
1.211 moko 20860: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20861: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20862: ^int/double/string.format now can be called with normal []
20863: brackets, not stupid {} as it were implemented for some strange
20864: reason. retaining backward compatibility due to some
20865: already-implemented servers
20866:
20867: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20868: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20869: operators now detected by check at name_without_curly_rdive_read
20870: rule whether diving code constists only of
20871: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20872: with OP_GET_ELEMENT_OR_OPERATOR to form
20873: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20874:
20875: 2002-02-06 paf
20876:
20877: * configure, configure.in: prefix expanded, grr
20878:
1.211 moko 20879: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
20880: config changed
1.95 moko 20881:
20882: 2002-02-05 paf
20883:
1.211 moko 20884: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20885:
20886: * src/main/: pa_exec.C: argv0 now correct
20887:
20888: * src/types/pa_vstatus.C: status:rusage 3
20889:
20890: * src/types/pa_vstatus.C: status:rusage 2
20891:
1.211 moko 20892: * operators.ru.txt, operators.txt: status:rusage described int
20893: operators
1.95 moko 20894:
20895: * src/types/pa_vstatus.C: status:rusage 1
20896:
20897: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20898: src/types/types.dsp: status:rusage
20899:
1.211 moko 20900: * configure.in, operators.ru.txt, operators.txt,
20901: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 20902: src/include/pa_config_includes.h, src/main/compile.tab.C,
20903: src/main/pa_common.C: rewritten ^cache to use
20904: non-blocking-exclusive-caches
20905:
20906: * src/main/pa_common.C: text file read mode on win32 adjusted
20907: [speed impact. was off for debugging purpose, but forgotten
20908: afterwards]
20909:
20910: 2002-02-01 paf
20911:
20912: * src/classes/op.C: file_write does EX lock after create, while
20913: file_read does SH after open, so there's a moment after create
20914: but before EX lock when read can sneak into, and read
20915: just-created-for-writing-and-not-yet-locked file, added a check
20916: for that in ^cache...read
20917:
20918: 2002-01-31 paf
20919:
20920: * src/main/: compile.y, compile.tab.C: disabled operator call after
20921: ^xxx:
20922:
20923: * src/main/: compile.tab.C, execute.C: made operators lookup first
20924: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20925:
20926: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20927: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20928: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20929: operators check 6.1 rewritten. now check is done at compile time
20930:
20931: * src/main/execute.C: operators check 5 floated up old error of
20932: staying in 'entered class/object' state after $a($a..) it
20933: prevented operators from being called thereafter
20934:
20935: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20936: main/execute.C: operators check 4 floated up old error of staying
20937: in 'entered object' state after ^a.a(a) it prevented operators
20938: from being called thereafter
20939:
20940: * src/main/execute.C: operators check 3 floated up old error of
20941: staying in 'entered class' state after $a:a(a) it prevented
20942: operators from being called thereafter
20943:
20944: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20945: floated up old error of staying in 'entered class' state after
20946: $a:a[a] it prevented operators from being called thereafter
20947:
20948: * src/main/execute.C: operators check, thay mistakenly seen in
20949: $class:operator $object.operators contexts
20950:
20951: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20952: win32
20953:
1.116 moko 20954: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20955: src/classes/Makefile.am, src/main/Makefile.am,
20956: src/targets/cgi/Makefile.am,
1.95 moko 20957: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20958: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20959:
1.116 moko 20960: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20961: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20962: configure, configure.in, form.txt, ident.awk, install-sh,
20963: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 20964: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
20965: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 20966: etc/parser3.charsets/koi8-r.cfg,
20967: etc/parser3.charsets/windows-1250.cfg,
20968: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20969: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20970: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20971: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20972: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20973: straightened installation scripts procedure made
20974: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20975: change
20976:
20977: 2002-01-30 paf
20978:
20979: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20980: removed] those comments were a mistake, and prevented libltdl
20981: from function properly
20982:
20983: 2002-01-29 paf
20984:
1.116 moko 20985: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20986: creation [modified acinclude.m4 which were creating int into just
20987: assignment LIBTOOL=../libtool] added default system
20988: config&charsetts prepared 'make install', now it installs
20989: targets/cgi/parser3 into bin directory etc/parser3.conf &
20990: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20991: $sysconfdir/parser3.charsets respectively
20992:
20993: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20994: main/pa_globals.C: few forgotten ifdef XML added
20995:
20996: 2002-01-28 paf
20997:
1.116 moko 20998: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20999: removed
21000:
21001: * src/main/pa_exception.C: dom|generic error output fix
21002:
21003: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21004:
21005: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21006:
21007: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21008: [fixed as_node helper func to accept docs]
21009:
21010: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21011: xdoc.importNode 0
21012:
21013: * src/classes/xdoc.C: xdoc::set now untaints OK
21014:
21015: 2002-01-25 paf
21016:
21017: * src/main/: compile.tab.C, compile.y: #comment before @ after
21018: @SPECIAL now works OK
21019:
21020: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21021:
21022: * src/main/pa_exec.C: max arg count now 10, and proper message on
21023: violation that added
21024:
21025: * src/classes/hash.C: unified hash::sql, now
21026: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21027:
21028: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21029: ^file:lock[filename]{code}
21030:
21031: * src/: classes/file.C, classes/op.C, classes/string.C,
21032: classes/table.C, classes/xdoc.C, include/pa_common.h,
21033: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21034: to some pa_common funcs
21035:
21036: * src/: include/pa_charset.h, main/pa_globals.C:
21037: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21038:
21039: * src/: include/pa_charset.h, main/pa_charset.C,
21040: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21041: not stupid illegal define
21042:
21043: 2002-01-24 paf
21044:
21045: * src/include/pa_version.h: changed version number
21046:
21047: * src/: classes/hashfile.C, include/pa_db_table.h,
21048: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21049: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21050: main/pa_db_connection.C, main/pa_db_table.C,
21051: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21052: hashfile without logfiles
21053:
21054: * src/: classes/hashfile.C, include/pa_db_table.h,
21055: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21056: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21057: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21058: DB_INIT_TXN init bits, thus got rid of huge log files, which
21059: cluttered disk without huge need]
21060:
21061: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21062: handy macro, which is strangly abscent in dome lib
21063:
21064: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21065:
21066: * src/classes/xdoc.C: checked empty response
21067:
21068: * src/classes/xnode.C: xdoc.select fixed context node [were always
21069: /, not self node]
21070:
21071: * src/classes/xnode.C: xnode.select returns array always now, in
21072: case 'nothing found' returns empty array
21073:
21074: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21075: be more tender with ctrl/c/v
21076:
21077: 2002-01-23 paf
21078:
21079: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21080: substituted. // 2. when dom tree with entites goes under
21081: transform text nodes // got [erroreosly] cut on first
21082: entity occurance
21083:
21084: * src/types/pa_vdouble.h: double prec. todo: get rid of
21085: twice-converting
21086:
21087: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21088: 'e' in output this is for regretful twice-converting here:
21089: $a(double value) when they write double falue they convert it to
21090: string first, thus %g were losing precesion.
21091:
21092: todo: think up some way to remove double->string string->double
21093: twice-converting
21094:
21095: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21096: %.20E now default float format this is for regretful
21097: twice-converting here: $a(double value) when they write double
21098: falue they convert it to string first, thus %g were losing
21099: precesion.
21100:
21101: todo: think up some way to remove double->string string->double
21102: twice-converting
21103:
21104: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21105: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21106: reasons in comment inside
21107:
21108: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21109: statically linked]
21110:
21111: * src/: include/pa_exception.h, main/compile.tab.C,
21112: main/pa_exception.C: removed exception va_list constructor. 1.
21113: not needed anymore 2. there were a conflict[causing errors]
21114: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21115: never detected an ambiguilty here, compiling ctor(, "hello") into
21116: ctor(, va_list) which, of course, caused gpf
21117:
21118: * src/main/pa_globals.C: removed debug xslt messages
21119:
21120: 2002-01-22 paf
21121:
21122: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21123: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21124: helps compiling stylesheet properly. example: this refused to
21125: work, <b>«<xsl:value-of select="@title"
21126: />»</b> stranly worked only this way:
21127: <b>«<xsl:value-of select="@title" />»</b>
21128:
21129: docs says "set it to 1", never going into details, so I decided
21130: to try NOT to do that
21131:
21132: * src/classes/table.C: join behaived badly in case named tables
21133: structure mismatched: 0 strings sneaked into dest failing
21134: afterwards. replaced them with empty strings
21135:
21136: 2002-01-21 paf
21137:
21138: * src/main/pa_charset.C: checked empty transcoders in
21139: transcode_cstr|buf
21140:
21141: * src/classes/xdoc.C: xdoc::load error source = filespec
21142:
21143: * src/classes/xdoc.C: transform error source now
21144: stylesheet_filespec
21145:
1.116 moko 21146: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21147: include/pa_stylesheet_connection.h, main/pa_charset.C,
21148: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21149: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21150: gnome
1.95 moko 21151:
21152: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21153: include/pa_globals.h, include/pa_stylesheet_connection.h,
21154: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21155: xslt generic error 1
21156:
21157: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21158: xml generic message 1
21159:
21160: * src/classes/table.C: ^table::load empty lines or #comments before
21161: headline
21162:
21163: * src/: include/pa_array.h, include/pa_globals.h,
21164: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21165: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21166: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21167: errors 0
21168:
21169: 2002-01-16 paf
21170:
21171: * src/: classes/hash.C, classes/op.C, classes/string.C,
21172: classes/table.C, classes/void.C, classes/xdoc.C,
21173: include/pa_db_connection.h, include/pa_request.h,
21174: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21175: include/pa_stylesheet_connection.h,
21176: include/pa_stylesheet_manager.h, main/pa_request.C,
21177: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21178: targets/cgi/pool_storage.h: auto closers to sql_connection,
21179: stylesheet_connection auto destroyers to remaining gnome objects
21180:
21181: * src/classes/xdoc.C: few comments
21182:
21183: 2002-01-15 paf
21184:
21185: * src/classes/xdoc.C: xdoc file save string
21186:
21187: ready. todo: error handling
21188:
21189: * src/classes/xdoc.C: xdoc save rewritten using
21190: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21191: result
21192:
21193: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21194: started output options parsing
21195:
21196: 2002-01-14 paf
21197:
21198: * src/classes/xdoc.C: method
21199:
21200: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21201: include/pa_pool.h, include/pa_stylesheet_connection.h,
21202: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21203: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21204: xslt transform0. TODO: use output options handle errors
21205:
21206: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21207:
21208: 2002-01-11 paf
21209:
21210: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21211: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21212: partial logical && || evaluation
21213:
21214: * src/classes/xnode.C: xpath selectNodes
21215:
21216: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21217: string/number/bool
21218:
21219: * src/classes/xnode.C: xpath selectNode 2
21220:
21221: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21222: xpath selectNode 1
21223:
21224: 2002-01-10 paf
21225:
21226: * src/classes/xnode.C: xpath selectNode -100 [just written]
21227:
21228: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21229: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21230: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21231: refcounter]
21232:
21233: 2001-12-29 paf
21234:
21235: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21236: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21237: glib works 0
21238:
21239: 2001-12-28 paf
21240:
21241: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21242: main/pa_exception.C: started glib transcoders
21243:
21244: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21245:
21246: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21247: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21248: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21249: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21250: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21251: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21252: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21253: libs just compiled in. no refcounting no xpath no xslt yet
21254:
21255: 2001-12-27 paf
21256:
21257: * src/: include/pa_charset.h, include/pa_common.h,
21258: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21259: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21260: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21261: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21262: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21263: from xalan&xerces, started the process. globals [initialization
21264: pool [charset update charset [transcodings vxnode vxdoc [DOM
21265: calls
21266:
21267: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21268: anymore
21269:
21270: 2001-12-26 paf
21271:
21272: * src/: include/pa_charset.h, include/pa_charsets.h,
21273: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21274: key globalized [bug]
21275:
21276: 2001-12-25 paf
21277:
21278: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21279: main/pa_string.C: table set & append changed splitting languages,
21280: separators now can be clean AND as-is same to mail command line
21281: $MAIN:MAIL.progX arguments
21282:
21283: 2001-12-24 paf
21284:
21285: * src/classes/mail.C: one parted text messages - no multipart
21286: mime-type anymore. for convinient if $.attach-ments
21287:
21288: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21289: main/pa_string.C: read from cache size check updated
21290:
21291: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21292:
21293: 2001-12-21 paf
21294:
21295: * src/classes/date.C: date:sql-string now returns localtime
21296:
21297: * src/main/pa_request.C: $result in @main actually not working, to
21298: hell with it for now
21299:
21300: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21301: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21302: @postprocess @exception
21303:
21304: * src/main/execute.C: junction evaluation canceled - endless
21305: recursion detected
21306:
21307: 2001-12-19 paf
21308:
21309: * src/main/pa_charset.C: charset->charset transcoding via unicode
21310: intermediate
21311:
21312: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21313:
21314: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21315:
21316: * src/classes/op.C: ^cache keypath now relative
21317:
21318: * src/classes/mail.C: changed weighting prior to sort
21319:
21320: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21321: were missing
21322:
21323: 2001-12-17 paf
21324:
21325: * src/main/pa_charset.C: ifndef XML were bad type
21326:
21327: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21328: outdated unset services_pool
21329:
21330: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21331: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21332: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21333:
21334: * src/main/untaint.C: allowed space in filespec
21335:
21336: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21337:
21338: * src/classes/image.C: no govno
21339:
21340: * src/classes/image.C: govno
21341:
21342: 2001-12-16 paf
21343:
21344: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21345:
21346: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21347: charset_connection&manager replaced by charset&charsets
21348:
21349: * src/main/pa_charset.C: name_cstr 0
21350:
21351: * src/main/untaint.C: uri lang now knows about client/source
21352: charsets
21353:
21354: * src/: classes/file.C, classes/math.C, classes/op.C,
21355: classes/string.C, classes/table.C, classes/xdoc.C,
21356: include/pa_array.h, include/pa_cache_managers.h,
21357: include/pa_charset_connection.h, include/pa_charset_manager.h,
21358: include/pa_common.h, include/pa_db_connection.h,
21359: include/pa_db_manager.h, include/pa_db_table.h,
21360: include/pa_dictionary.h, include/pa_exception.h,
21361: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21362: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21363: include/pa_sapi.h, include/pa_socks.h,
21364: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21365: include/pa_string.h, include/pa_stylesheet_connection.h,
21366: include/pa_stylesheet_manager.h, include/pa_table.h,
21367: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21368: main/pa_charset.C, main/pa_charset_connection.C,
21369: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21370: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21371: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21372: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21373: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21374: types/types.dsp: introducing Charset
21375:
21376: 2001-12-14 paf
21377:
21378: * src/: include/pa_request.h, include/pa_transcoder.h,
21379: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21380: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21381: uri lang
21382:
21383: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21384:
21385: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21386:
21387: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21388: defalts_name global
21389:
21390: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21391: include/pa_request.h, main/main.dsp,
21392: main/pa_charset_connection.C, main/pa_charset_manager.C,
21393: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21394: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21395: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21396: changed charset model. now important: $request:charset
21397: $response:charset while $response:content-type.charset become
21398: unimportant [informational]
21399:
21400: 2001-12-13 paf
21401:
21402: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21403:
21404: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21405: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21406: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21407: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21408: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21409: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21410:
21411: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21412: auto_ptr part other way, because of stupid gcc 2.96
21413: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21414: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21415: FormatterListener] /usr/include/g++-3/memory:48:
21416: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21417: _Tp1 = FormatterListener, _Tp = FormatterListener]
21418:
21419: * src/classes/xdoc.C: removed extra inc
21420:
21421: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21422:
21423: * src/include/pa_types.h: msvc head debugging flag
21424:
21425: * src/classes/xdoc.C: freed up listener
21426:
21427: * src/classes/string.C: change msg '... code is not code'
21428:
21429: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21430: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21431: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21432: [past/future prob]
21433:
21434: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21435: include/pa_config_fixed.h, include/pa_db_manager.h,
21436: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21437: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21438:
21439: * src/: include/pa_config_fixed.h, main/pa_common.C,
21440: main/pa_string.C: removed signed mismatch warnings
21441:
21442: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21443: 'expires' from header outputs
21444:
21445: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21446: row ptr
21447:
21448: * src/classes/file.C: file::cgi bug, request_method were passed to
21449: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21450:
21451: * src/classes/xdoc.C: lang list updated
21452:
21453: 2001-12-10 paf
21454:
21455: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21456:
21457: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21458: erase files like that, knowing their full name introducing //
21459: theoretical problem with, for instance, "_2B" and "." fragments,
21460: // they would yield the same // because
21461: need_file_encode('_')=false // but we need to delete such files
21462: somehow, getting names from ^index
21463:
21464: * src/main/pa_string.C: ^string.replace bug fixed [bad
21465: string::join_chank break]
21466:
21467: 2001-12-07 paf
21468:
21469: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21470: include/pa_common.h, include/pa_config_auto.h.in,
21471: include/pa_config_fixed.h, include/pa_config_includes.h,
21472: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21473: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21474: types/pa_vhashfile.C: merged from r14_simple_cache
21475:
21476: * src/main/pa_string.C: stupid sparc architecture failed to access
21477: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21478: lduh [ %i2 + 1 ], %l0
21479:
21480: bus error, fixed that
21481:
21482: * src/main/pa_string.C: strange string deserialize bug on
21483: client[pmts], a bit shortened,
21484:
21485: * src/include/pa_config_auto.h.in: makes
21486:
21487: * src/: include/pa_common.h, include/pa_config_fixed.h,
21488: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21489: file write shared lock file read
21490:
21491: * src/: classes/op.C, include/pa_common.h,
21492: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21493:
21494: 2001-12-06 paf
21495:
21496: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21497: main/pa_request.C: #ifdef RESOURCES_DEBUG
21498:
21499: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21500: info
21501:
21502: * src/classes/hashfile.C: removed transaction from ^cache
21503:
21504: 2001-12-05 paf
21505:
21506: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21507: IIS5 there were a prob with illegal call check
21508:
21509: 2001-12-04 paf
21510:
21511: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21512: main/pa_request.C: measures to log
21513:
21514: 2001-11-23 paf
21515:
21516: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21517: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21518: types/pa_vhashfile.C: merged from _0014, 1
21519:
21520: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21521: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21522: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21523: ^cache(33) would change
21524:
21525: 0660 bits in file_write & hashfile create
21526:
21527: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21528: after pa_string optimization]
21529:
21530: 2001-11-22 paf
21531:
21532: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21533: table.offset[whence]
21534:
21535: * src/classes/op.C: process cstr(,connection)
21536:
21537: * src/classes/op.C: process now gets its body on current language,
21538: not as-is
21539:
21540: * src/main/untaint.C: ORIGINS mode removed UHTML
21541:
21542: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21543: bit
21544:
1.116 moko 21545: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21546:
21547: 2001-11-21 paf
21548:
21549: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21550: <xsl:output output options made identical to xsl:output
21551: attributes exclusion: cdata-section-elements what xalan can do
21552: but that not used now: it can escape and remove CDATA sections
21553:
21554: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21555: produced by xslt
21556:
21557: * src/targets/cgi/parser3.C: removed debug cgi||1
21558:
21559: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21560:
21561: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21562: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21563: default language for {code}, it happen to change it's language
21564: from CLEAN, so later refused to split by CLEAN \t
21565:
21566: 2001-11-20 paf
21567:
1.116 moko 21568: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21569: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21570: bottom of dependeces, so that errors would popup quicklier, fixed
21571: line numbering in table::sql
21572:
21573: 2001-11-19 paf
21574:
21575: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21576: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21577: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21578: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21579: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21580: at wcontext.write
21581:
1.116 moko 21582: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21583: _set_new_handler
21584:
1.116 moko 21585: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21586: set_new_handler in apache&isapi
1.95 moko 21587:
21588: 2001-11-16 paf
21589:
21590: * src/targets/cgi/parser3.C: pool debug @ die
21591:
21592: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21593: removed 8 bytes from String, 2 bytes from
21594: string::chunk::row::item
21595:
21596: * src/main/pa_string.C: removed 1+4 bytes from String
21597:
21598: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21599: types/pa_vstring.C: removed 1+4 bytes from String
21600:
21601: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21602: 0
21603:
21604: * src/: include/pa_globals.h, include/pa_string.h,
21605: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21606: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21607: targets/cgi/parser3.C: introducing estimating
21608: String::cstr_bufsize, 0
21609:
21610: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21611:
21612: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21613:
21614: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21615: include/pa_pool.h: die in pool::fail
21616:
21617: 2001-11-15 paf
21618:
21619: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21620: main/pa_exception.C, targets/cgi/parser3.C: exception with
21621: dynamic buffer re-back now with counter
21622:
21623: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21624: static buffer back
21625:
21626: * src/targets/cgi/parser3.C: std::
21627:
21628: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21629: include/pa_config_includes.h: setnewhandler check
21630:
1.116 moko 21631: * src/include/pa_config_auto.h.in: makes
1.95 moko 21632:
21633: * src/targets/cgi/parser3.C: set_new_handler started
21634:
21635: 2001-11-14 paf
21636:
21637: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21638: was wrong
21639:
21640: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21641: was wrong
21642:
21643: * src/main/pa_request.C: z
21644:
21645: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21646: full returns win32 -1 solaris >buffer_size
21647:
21648: checked all that
21649:
21650: * src/classes/op.C: ^untaint{body} as-is default now
21651:
21652: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21653: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21654: with no_bad_constructors_try
21655:
21656: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21657: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21658: this: $bred[^string::length[]] $bred[^response::clear[]]
21659: $bred[^int::int[]]
21660:
21661: now VObject creation moved into overriden
21662: VClass::create_new_value, thus 0 from create_new_value means that
21663: class has no ctors
21664:
21665: 2001-11-13 paf
21666:
21667: * src/classes/classes.C: returned accedently removed if in foreach
21668: callbacks [when hash no-0-restructure]
21669:
21670: 2001-11-12 paf
21671:
21672: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21673: passed as-is to method, xalan makes & into & itself
21674:
21675: * src/classes/date.C: date.roll parser2 alg used
21676:
21677: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21678: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21679: main/pa_dictionary.C, main/pa_hash.C,
21680: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21681: now does not containt 0 values. put 0 actullay removes. no check
21682: on 0 value in foreach now required
21683:
21684: 2001-11-11 paf
21685:
21686: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21687:
21688: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21689:
21690: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21691: driver initialize not const
21692:
21693: 2001-11-10 paf
21694:
21695: * src/main/pa_exec.C: doc
21696:
21697: 2001-11-09 paf
21698:
21699: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21700: param properly
21701:
21702: * src/classes/string.C: string.save now does untainting before
21703: saving
21704:
21705: * src/main/pa_common.C: line endings fixing fixed last piece[was
21706: still cstr oriented]
21707:
21708: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21709: line endings fixing got rid of cstr, now must work ok with post
21710: multipart
21711:
21712: * src/types/pa_vform.C: line endings fixed at post / multipart /
21713: not file also now
21714:
21715: 2001-11-08 paf
21716:
21717: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21718: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21719: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21720: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21721: main/pa_stylesheet_manager.C: restructured Cache manager to be
21722: simple parent, not second parent [gcc 2.96 strangly refused to
21723: call virtual from second parent]
21724:
1.116 moko 21725: * src/: include/pa_common.h, main/Makefile.am,
21726: targets/cgi/pa_pool.C: makes
1.95 moko 21727:
21728: * src/: include/pa_request.h, main/pa_request.C,
21729: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21730: 'status' class enabler
21731:
21732: <Location /parser-status.html> ParserStatusAllowed </Location>
21733:
21734: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21735: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21736: include/pa_stylesheet_manager.h, main/main.dsp,
21737: main/pa_cache_managers.C, main/pa_charset_manager.C,
21738: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21739: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21740: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21741: todo: apache 'status' class enabler
21742:
21743: 2001-11-05 paf
21744:
21745: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21746: debug to normal
21747:
21748: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21749: hence i removed skipping 0 values in hash::for_each-es we need to
21750: check cleaned cache items manually. few more checks.
21751:
21752: expiring to 0 time was wrong, changed to 'now' time
21753:
21754: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21755: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21756: on apache already done :)
21757:
21758: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21759: skipping 0 values in hash::for_each-es we need to check cleaned
21760: cache items manually
21761:
21762: * src/main/: pa_db_connection.C, pa_db_table.C:
21763: parser_multithreaded check was wrong
21764:
21765: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21766: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21767: classes/hashfile.C, classes/image.C, classes/int.C,
21768: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21769: classes/string.C, classes/table.C, classes/void.C,
21770: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21771: include/pa_array.h, include/pa_charset_connection.h,
21772: include/pa_charset_manager.h, include/pa_common.h,
21773: include/pa_config_fixed.h, include/pa_config_includes.h,
21774: include/pa_db_connection.h, include/pa_db_manager.h,
21775: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21776: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21777: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21778: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21779: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21780: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21781: include/pa_stack.h, include/pa_string.h,
21782: include/pa_stylesheet_connection.h,
21783: include/pa_stylesheet_manager.h, include/pa_table.h,
21784: include/pa_threads.h, include/pa_types.h, main/compile.C,
21785: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21786: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21787: main/pa_charset_manager.C, main/pa_common.C,
21788: main/pa_db_connection.C, main/pa_db_manager.C,
21789: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21790: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21791: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21792: main/pa_socks.C, main/pa_sql_driver_manager.C,
21793: main/pa_status_provider.C, main/pa_string.C,
21794: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21795: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21796: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21797: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21798: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21799: targets/isapi/pool_storage.h, types/pa_valiased.C,
21800: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21801: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21802: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21803: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21804: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21805: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21806: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21807: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21808: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21809: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21810: types/pa_vstateless_object.h, types/pa_vstatus.h,
21811: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21812: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21813: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21814: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21815: $status:db fixed used not initialized in db_connection & db_table
21816:
21817: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21818: $status:charset
21819:
21820: * src/: classes/xdoc.C, include/pa_db_connection.h,
21821: include/pa_stylesheet_connection.h,
21822: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21823: types/pa_vstatus.h: $status:stylesheet
21824:
21825: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21826: include/pa_request.h, include/pa_sql_connection.h,
21827: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21828: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21829: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21830: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21831: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21832: types/pa_vxnode.C, types/types.dsp: started status parser class
21833:
21834: 2001-11-01 paf
21835:
21836: * src/include/pa_config_auto.h.in: makes
21837:
21838: * src/main/pa_hash.C: removed old extra include
21839:
21840: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21841: checks [for hp, there are such in math.h]
21842:
21843: * src/classes/op.C: ^for endless loop check strightened
21844:
21845: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21846: behavior in native calls. it left unchanged, so ^for ^foreach &
21847: co can use r.root to write their i & key,value there
21848:
21849: * src/classes/op.C: detected for var storage bug, fixed.
21850: todo:foreach
21851:
21852: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21853: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21854: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21855: changing of hash inside of foreach
21856:
21857: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21858: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21859: were hash.foreach
21860:
21861: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21862: types/pa_vstring.C, types/pa_vstring.h:
21863: ^foreach[key|value]{body}[[separator]|{separator}]
21864:
21865: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21866: types/pa_vcookie.C: ^hash.delete[key]
21867:
21868: 2001-10-31 paf
21869:
21870: * src/main/: compile.C, pa_common.C: completely empty file now
21871: considered "read", not ignored [not perfect trick used]
21872:
21873: * src/main/pa_common.C: simplier common ifdefs
21874:
21875: * src/main/pa_common.C: typing bug in common - bad ifdeff
21876:
21877: * src/main/pa_db_connection.C: z
21878:
21879: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21880: lockdetector flags
21881: dbenv.lk_detect=DB_LOCK_RANDOM;
21882:
21883: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21884: from accidental show [imagine user forgot @exception]
21885:
21886: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21887:
21888: * src/: classes/file.C, classes/image.C, classes/mail.C,
21889: classes/string.C, classes/xnode.C, include/pa_common.h,
21890: main/pa_common.C: ^string.save[[append;]path]
21891:
21892: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21893: main/execute.C: \ in expression: int divide 10/3=3
21894:
21895: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21896: inside of ^cache
21897:
21898: * src/: include/pa_threads.h, main/pa_db_connection.C,
21899: main/pa_db_table.C, targets/cgi/pa_threads.C,
21900: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21901: needed
21902:
21903: 2001-10-30 paf
21904:
21905: * src/: classes/classes.dsp, main/main.dsp,
21906: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21907: types/types.dsp: enabled debug incremental compile
21908:
21909: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21910: form post data line endings not reformatted now.
21911:
21912: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21913: now required [had bug when file= has no value]
21914:
21915: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21916: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21917: cstr(asis) default param removed
21918:
21919: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21920:
21921: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21922:
21923: * src/include/pa_dir.h: LOAD_DIR fixed
21924:
21925: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21926: was broken} fix_line_breaks
21927:
21928: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21929: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21930: packed with #pragma pack
21931:
1.116 moko 21932: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21933:
21934: 2001-10-29 paf
21935:
21936: * src/types/pa_wcontext.h: bitfield syntax stricter
21937:
21938: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21939: string hash.puts
21940:
21941: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21942:
21943: * src/include/pa_sql_connection.h: there were one wrong
21944: SQL_CONNECTION_FUNC_GUARDED [failed]
21945:
21946: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21947: param.someday either ifdef or remove it
21948:
21949: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21950:
21951: * src/main/untaint.C: optimizing returned after debugging
21952:
21953: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21954: main/untaint.C: memory hunging #pragma pack(1)
21955:
21956: 16 419 844 13 169 394
21957:
21958: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21959: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21960: places [todo:Array]
21961:
21962: * src/: main/execute.C, targets/cgi/pa_pool.C,
21963: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21964: types/pa_wwrapper.h: debugging memory WContext flags to bits
21965:
21966: total 5 652 652/158731 total 5 469 332/158731
21967:
21968: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21969: Array:: without cache in get/put now
21970:
21971: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21972: 18:25:27 2001] total 5 652 652/158731
21973:
21974: * src/: include/pa_string.h, main/pa_string.C,
21975: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21976: now
21977:
21978: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21979: 18:11:53 2001] total 5796092/158731
21980:
21981: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21982: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21983: key ref now
21984:
21985: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21986: 17:11:17 2001] total 16867948/202658
21987:
21988: * src/: classes/file.C, classes/image.C, classes/string.C,
21989: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21990: main/execute.C, main/pa_array.C, main/pa_common.C,
21991: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21992: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21993: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21994: string::as_int/double now usually uses stack, not heap [200K out
21995: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21996:
21997: * src/main/pa_sql_driver_manager.C: ping to have services [old
21998: hiding bug]
21999:
22000: * src/Makefile.am: .am order
22001:
22002: * src/: include/pa_array.h, include/pa_charset_manager.h,
22003: include/pa_db_connection.h, include/pa_db_manager.h,
22004: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22005: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22006: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22007: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22008: required "friend class"
22009:
22010: ../include/pa_request.h:51: friend declaration requires
22011: class-key, i.e. `friend class Temp_lang'
22012:
22013: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22014: main/pa_exception.C, main/pa_sql_driver_manager.C,
22015: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22016:
22017: the idea is to #1 jump to C++ some function to main body, where
22018: every function stack frame has exception unwind information and
22019: from there... #2 propagate_exception()
22020:
22021: 2001-10-28 paf
22022:
22023: * src/main/pa_db_connection.C: removed old consts
22024:
22025: * src/main/pa_db_connection.C: expire table [was accidently pasted
22026: with wrong type/cast]
22027:
22028: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22029: translation
22030:
1.116 moko 22031: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22032: remember to build DB2 with -fexceptions!!!
22033:
22034: * src/main/pa_db_table.C: DB_RMW defed
22035:
22036: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22037: include/pa_db_connection.h, include/pa_db_manager.h,
22038: include/pa_db_table.h, main/pa_db_connection.C,
22039: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22040:
22041: 2001-10-27 paf
22042:
22043: * src/: classes/hashfile.C, include/pa_db_connection.h,
22044: include/pa_db_table.h, main/pa_db_connection.C,
22045: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22046: types/pa_vhashfile.C: DB2 ifdefs
22047:
1.116 moko 22048: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22049: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22050: makes with DB2
22051:
1.116 moko 22052: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22053: types/Makefile.am: makes db
1.95 moko 22054:
22055: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22056: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22057: globals.C
22058:
22059: * src/: classes/hashfile.C, include/pa_db_connection.h,
22060: include/pa_db_table.h, main/pa_db_connection.C,
22061: main/pa_db_table.C: ^hashfile.clear[]
22062:
22063: * src/classes/classes.awk: no $ in var names
22064:
22065: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22066: connection&table [forgotten calls]
22067:
22068: 2001-10-26 paf
22069:
22070: * src/main/pa_db_connection.C: db checkpoints
22071:
22072: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22073: checkpoints
22074:
22075: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22076: default. but entities still reparsed. todo: tothink
22077:
22078: * src/main/pa_db_connection.C: db recover mech 2
22079:
22080: * src/: classes/hashfile.C, include/pa_db_connection.h,
22081: include/pa_db_manager.h, include/pa_db_table.h,
22082: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22083: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22084: types/pa_vhashfile.h: db connections & tables now cached at
22085: create time & multithreaded
22086:
22087: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22088: parsed_source
22089:
22090: * src/main/pa_db_connection.C: about to remove connection from
22091: vhashfile
22092:
22093: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22094: transaction commit/rollback responsibility left to parent [as it
22095: sould - else there were a bug with double free]
22096:
22097: * src/include/pa_db_table.h: db: child transaction commit/rollback
22098: responsibility left to parent [as it sould - else there were a
22099: bug with double free]
22100:
22101: 2001-10-25 paf
22102:
22103: * src/: classes/hashfile.C, include/pa_common.h,
22104: include/pa_db_connection.h, include/pa_db_manager.h,
22105: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22106: types/pa_vhashfile.C, types/pa_vhashfile.h,
22107: include/pa_db_table.h, main/pa_db_table.C: started db_home
22108: [multiple, cached] todo: autorecover [tried, but not succeded,
22109: yet]
22110:
22111: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22112:
22113: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22114: transaction parent passed
22115:
22116: 2001-10-24 parser
22117:
1.116 moko 22118: * src/classes/Makefile.am: makes
1.95 moko 22119:
22120: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22121: isapi/pool_storage.h: pool_storage fixed
22122:
22123: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22124: types/pa_vform.h: form fix_line_breaks
22125:
1.116 moko 22126: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22127:
22128: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22129: targets/cgi/pool_storage.h: makes
22130:
22131: * src/sql/pa_sql_driver.h: version
22132:
22133: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22134: types/pa_vform.C, types/pa_vform.h: .am
22135:
22136: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22137: this: DB_RMW Acquire write locks instead of read locks when doing
22138: the retrieval. Setting this flag may decrease the likelihood of
22139: deadlock during a read-modify-write cycle by immediately
22140: acquiring the write lock during the read part of the cycle so
22141: that another thread of control acquiring a read lock for the same
22142: item, in its own read-modify-write cycle, will not result in
22143: deadlock
22144:
22145: * src/targets/isapi/parser3isapi.dsp: doc
22146:
22147: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22148:
22149: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22150:
22151: * src/: classes/hashfile.C, include/pa_db_connection.h,
22152: main/pa_db_connection.C: hashfile expired deleted from db when
22153: get & iterate
22154:
22155: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22156: expiring 1
22157:
22158: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22159:
22160: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22161: db_connection not bothers with key when not returning expired
22162: data
22163:
22164: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22165: types/pa_vhashfile.C: db_cursor constructor public now
22166:
22167: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22168: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22169: stamped, todo: put_element analize
22170:
22171: * src/: include/pa_db_connection.h, include/pa_string.h,
22172: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22173: serialize. todo stamp
22174:
22175: 2001-10-23 parser
22176:
22177: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22178: classes/image.C, classes/mail.C, classes/response.C,
22179: classes/string.C, classes/table.C, classes/xdoc.C,
22180: include/pa_config_fixed.h, include/pa_db_connection.h,
22181: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22182: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22183: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22184: types/pa_vtable.C: ^hashfile.hash[]
22185:
22186: * src/: classes/hashfile.C, classes/xdoc.C,
22187: include/pa_config_fixed.h, main/pa_db_manager.C,
22188: main/pa_globals.C: ifdefs so it compiled without db
22189:
22190: * src/: classes/hashfile.C, include/pa_db_connection.h,
22191: include/pa_db_manager.h, main/pa_db_connection.C,
22192: main/pa_db_manager.C, types/pa_vhashfile.h:
22193: ^hashfile.transaction{code} ^hashfile:clear[filename]
22194: ^hashfile.delete[key]
22195:
22196: 2001-10-22 parser
22197:
22198: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22199: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22200:
22201: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22202: classes/xnode.C, include/pa_charset_connection.h,
22203: include/pa_db_connection.h, include/pa_db_manager.h,
22204: include/pa_exception.h, include/pa_sapi.h,
22205: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22206: include/pa_stylesheet_connection.h,
22207: include/pa_stylesheet_manager.h,
22208: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22209: main/pa_db_connection.C, main/pa_db_manager.C,
22210: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22211: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22212: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22213: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22214: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22215: types/types.dsp: hashfile 0
22216:
22217: * src/types/pa_vhashfile.C: z
22218:
22219: * src/: classes/classes.dsp, classes/hashfile.C,
22220: include/pa_config_fixed.h, main/execute.C,
22221: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22222: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22223:
22224: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22225:
22226: * src/: include/pa_exception.h, include/pa_request.h,
22227: main/execute.C, main/pa_exception.C, main/pa_request.C,
22228: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22229: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22230:
22231: 2001-10-19 parser
22232:
22233: * src/include/pa_pool.h: header
22234:
22235: * src/main/pa_pool.C: auto compiled on gcc
22236:
22237: * src/classes/image.C: comment
22238:
1.116 moko 22239: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22240:
22241: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22242: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22243: types/pa_vxnode.h: xnode clone got freed
22244:
22245: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22246: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22247: can free up xalandomstring resulting from pool::transcode
22248:
22249: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22250: include/pa_config_fixed.h, include/pa_exception.h,
22251: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22252: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22253: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22254: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22255: from non-xml compile
22256:
22257: * src/main/pa_request.C: pool:: context - get_context
22258:
22259: * src/: classes/classes.h, classes/date.C, classes/double.C,
22260: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22261: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22262: classes/string.C, classes/table.C, classes/void.C,
22263: include/pa_config_fixed.h, include/pa_exception.h,
22264: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22265: main/compile.C, main/compile_tools.C, main/execute.C,
22266: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22267: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22268: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22269: main/pa_string.C, main/pa_table.C, main/untaint.C,
22270: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22271: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22272: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22273: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22274: types/pa_vstateless_class.h, types/pa_vtable.C,
22275: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22276: exceptions 0
22277:
22278: * src/classes/classes.awk: $ removed
22279:
22280: 2001-10-18 parser
22281:
22282: * src/types/pa_vcookie.C: cookie:CLASS
22283:
22284: * src/main/main.dsp: project
22285:
22286: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22287: set_document & ctor question "who owns document" solved
22288:
22289: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22290:
22291: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22292: main/pa_pool.C: encoding in dom creating funcs
22293:
22294: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22295: be transformed now
22296:
22297: * src/classes/xdoc.C: dom created by create can be transformed now
22298:
22299: * src/classes/xdoc.C: z
22300:
22301: * src/classes/xdoc.C: comment
22302:
22303: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22304: create now uses XercesDocumentBridge, appendChild&co now works
22305:
22306: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22307: @ recompile
22308:
22309: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22310: $origin @exception[
22311:
22312: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22313: tag names forced to XML lang
22314:
22315: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22316: leechy-found bugs in code&doc fixed
22317:
22318: 2001-10-17 parser
22319:
22320: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22321: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22322: n functionality preserved
22323:
22324: * src/types/pa_vimage.h: removed unused vimage::save
22325:
22326: 2001-10-16 parser
22327:
22328: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22329:
22330: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22331:
22332: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22333:
22334: * src/classes/image.C: image.copy tolerance
22335:
22336: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22337: ineffective, but works for small paleted image
22338:
22339: * src/types/pa_vimage.C: comment
22340:
22341: * src/classes/image.C: gd size/resize bugfix
22342:
22343: * src/: classes/classes.dsp, main/main.dsp,
22344: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22345: types/types.dsp: ident >nul 2>&1
22346:
22347: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22348: systems
22349:
22350: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22351: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22352:
22353: 2001-10-15 parser
22354:
22355: * src/main/execute.C: z
22356:
22357: * src/classes/: xdoc.C: !::create{qualifiedName}
22358:
22359: * src/types/pa_vxnode.C: document_type_node.
22360: !readonly attribute DOMString name
22361: !notation_node.
22362: !readonly attribute DOMString publicId
22363: !readonly attribute DOMString systemId
22364:
1.116 moko 22365: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22366: ::write badly passed string too transparently [failed to
22367: intercept it]
1.95 moko 22368:
22369: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22370: include/pa_request.h, main/pa_sql_driver_manager.C,
22371: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22372: types/pa_vxnode.h: DOM1 major addtion, only few
22373: attributes/methods left
22374:
22375: 2001-10-13 parser
22376:
22377: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22378: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22379: in main handler
22380:
22381: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22382: cleanups & frees order
22383:
22384: * src/types/pa_vcode_frame.h: couple comments
22385:
22386: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22387: transparent enough to handle hash if creation&passing
22388:
22389: * src/: include/pa_config_fixed.h, main/execute.C,
22390: main/pa_exception.C: noticed that vcodeframe not transparent
22391: enough, would change now
22392:
22393: 2001-10-12 parser
22394:
22395: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22396: fixed. initialization&free on each thread!
22397:
22398: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22399: handling changed: now type of default param analized always, not
22400: only at problem time, thus helping early problem spotting
22401:
22402: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22403: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22404: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22405: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22406: multithread bug fixed. initialization&free on each thread!
22407:
22408: 2001-10-11 parser
22409:
22410: * src/classes/xnode.C: xnode.selectSingle now
22411:
22412: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22413: include/pa_pool.h, include/pa_stylesheet_connection.h,
22414: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22415: convertors out of Pool into Exception
22416:
22417: * src/main/pa_string.C: const
22418:
22419: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22420: linked pieces of same language together prior to String::replace
22421:
22422: * src/classes/hash.C: !^hash.add[addme]
22423: !^hash.sub[subme]
22424: !^a.union[b] = new
22425: !^a.intersection[b] = new
22426: !^a.intersects[b] = bool
22427:
22428: * src/classes/hash.C: !^hash::append[append_from]
22429:
22430: * src/: classes/hash.C, types/pa_vhash.h:
22431: !^hash::create[[copy_from]]
22432:
22433: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22434: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22435: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22436: fixed. got rid of empty_string, which caused errors - it hasnt
22437: exception but somebody[value.bark] tried to throw it on it's pool
22438:
1.116 moko 22439: * src/include/pa_config_auto.h.in: makes
1.95 moko 22440:
22441: 2001-10-10 parser
22442:
22443: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22444:
22445: * src/main/: compile.tab.C, compile.y: ^a[
22446:
22447: @next_method << now unclosed ] would be reported here
22448:
22449: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22450: compile error
22451:
22452: 2001-10-09 parser
22453:
1.116 moko 22454: * src/: classes/Makefile.am, main/Makefile.am,
22455: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22456:
22457: * src/classes/Makefile.am: makes
22458:
22459: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22460: win32 errors intercepted [xalan transformer patched and
22461: incorporated]
22462:
22463: * src/: classes/classes.dsp, classes/xdoc.C,
22464: include/pa_stylesheet_connection.h, main/main.dsp,
22465: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22466: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22467: patches starting
22468:
22469: * src/classes/: string.C, table.C: ^string.save[file]
22470:
22471: * src/classes/: date.C, table.C: calendar moved to date
22472:
22473: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22474: string/table] now
22475:
22476: * src/classes/: op.C, table.C: z
22477:
22478: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22479: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22480: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22481: be code [be string..]
22482:
22483: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22484: table.C: lots of
22485: params->as_int/double/as_string/as_junction/as_no_junction
22486: messages added
22487:
22488: 2001-10-08 parser
22489:
22490: * src/: classes/date.C, classes/image.C, classes/string.C,
22491: classes/table.C, classes/void.C, include/pa_request.h:
22492: params->as_int/double message added
22493:
22494: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22495:
22496: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22497: image:sector removed image:html internal "line-*" attribs
22498:
22499: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22500: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22501:
22502: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22503: way
22504:
22505: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22506: main/untaint.C: header untainting to UL_HTTP_HEADER,
22507: UL_MAIL_HEADER made nonforced [only tainted pieces]
22508:
22509: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22510: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22511: @ SAPI::log
22512:
22513: * src/main/untaint.C: \r to ' ' in origins mode
22514:
22515: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22516: set]
22517:
22518: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22519: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22520: nonstandard liaison freed up
22521:
22522: 2001-10-07 parser
22523:
22524: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22525: project
22526:
22527: 2001-10-05 parser
22528:
22529: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22530: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22531: from outputing to cerr. lots of "todos"
22532:
22533: * src/main/untaint.C: http_header tainting more gentle with
22534: enquoting now
22535:
22536: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22537: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22538: xml errorhandler. fixed string.replace a little, read @test
22539:
22540: * src/main/pa_string.C: found replace bug - first_that_starts(char
22541: *) does not have limit, and looks further eos, fixing....
22542:
22543: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22544:
22545: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22546:
22547: * src/main/: pa_charset_connection.C: ctype another mem clear
22548: bugfix
22549:
1.116 moko 22550: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22551: $result[^[$p^]z] now works fine
1.95 moko 22552:
22553: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22554: wrong. fixed it
22555:
22556: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22557: of totable appered to be vital
22558:
22559: 2001-10-04 parser
22560:
22561: * src/classes/image.C: ^image.length[text]
22562:
22563: 2001-10-03 parser
22564:
22565: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22566:
22567: * src/main/pa_request.C: restored pcre defaulting in request
22568: [mindlessly "optimized" yesterday] comment left
22569:
22570: 2001-10-02 parser
22571:
22572: * src/: main/pa_charset_manager.C,
22573: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22574: needed
22575:
22576: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22577: forgot non-xml pool.*charset needed
22578:
22579: * src/classes/table.C: # config comments fixed
22580:
22581: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22582: charset_connection #comment now
22583:
22584: * src/: classes/classes.dsp, types/types.dsp: release projects
22585: options fixed to use release msvcrt lib
22586:
22587: * src/main/pa_charset_connection.C: pcre tables now const inside
22588: removed default - pcre handles that internally fixed bug on
22589: not-cleaning tables [previously was calloced, now member]
22590:
22591: * src/: include/pa_request.h, main/pa_charset_connection.C,
22592: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22593: inside removed default - pcre handles that internally fixed bug
22594: on not-cleaning tables [previously was calloced, now member]
22595:
22596: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22597: tested charset reload on file change @ apache version = OK tested
22598: freeing up prev encoding on adding new = OK
22599:
22600: 2001-10-01 parser
22601:
22602: * src/main/pa_charset_connection.C: removed entitify external hack
22603: [internal installed]
22604:
1.116 moko 22605: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22606:
22607: * src/: include/pa_charset_connection.h,
22608: include/pa_charset_manager.h,
22609: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22610: main/pa_charset_connection.C, main/pa_charset_manager.C,
22611: main/pa_request.C: charset loading & caching mech 0
22612:
22613: * src/: include/pa_stylesheet_connection.h,
22614: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22615: main/pa_globals.C, main/pa_request.C: would make charset loading
22616: & caching mech now
22617:
22618: 2001-09-30 parser
22619:
22620: * src/main/pa_request.C: forgot to fill toTable
22621:
22622: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22623: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22624: failed on win32 for now..
22625:
22626: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22627: now charsets table configuration variable is: CHARSETS
22628:
22629: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22630: ctype with unicode 1. todo: no П entities on output somehow
22631:
22632: * src/: classes/file.C, classes/op.C, classes/string.C,
22633: include/pa_request.h, main/pa_request.C: started ctype with
22634: unicode values
22635:
22636: 2001-09-28 parser
22637:
22638: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22639: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22640: string passed AS-IS now
22641:
22642: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22643: way of user-configuring... todo: implement
22644:
22645: 2001-09-27 parser
22646:
22647: * src/classes/table.C: table.sort changed to sort table itself
22648:
22649: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22650: X^.getElementsByTagName[tagname] = array of xnode
22651: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22652: nodes removed - regretfully not supported @ xalan. maybe someday
22653: would reimplement, if needed.
22654:
22655: win32build system: solved long waiting anti-non-started-apache
22656: problem
22657:
22658: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22659: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22660: types/types.dsp: win32 ident make system so not to rebuild
22661: library [ident.C.new]
22662:
22663: 2001-09-26 parser
22664:
22665: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22666: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22667: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22668: types/pa_vxnode.C, types/types.dsp: z
22669:
22670: * src/classes/classes.C: forgot one non-xml check
22671:
1.116 moko 22672: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22673: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22674:
22675: * src/targets/cgi/parser3.C: z
22676:
22677: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22678: targets/isapi/parser3isapi.C: #ifdef SMTP
22679:
22680: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22681: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22682: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22683: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22684: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22685: types/types.dsp: xdoc&xnode now
22686:
22687: * src/: classes/classes.C, classes/classes.awk,
22688: classes/classes.dsp, classes/classes.h, classes/date.C,
22689: classes/dnode.C, classes/dnode.h, classes/dom.C,
22690: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22691: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22692: classes/op.C, classes/response.C, classes/string.C,
22693: classes/table.C, classes/void.C, include/pa_array.h,
22694: include/pa_common.h, include/pa_config_fixed.h,
22695: include/pa_config_includes.h, include/pa_dictionary.h,
22696: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22697: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22698: include/pa_socks.h, include/pa_sql_connection.h,
22699: include/pa_sql_driver_manager.h, include/pa_stack.h,
22700: include/pa_string.h, include/pa_stylesheet_connection.h,
22701: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22702: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22703: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22704: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22705: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22706: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22707: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22708: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22709: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22710: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22711: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22712: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22713: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22714: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22715: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22716: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22717: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22718: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22719: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22720: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22721: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22722: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22723: types/pa_vmethod_frame.h, types/pa_vobject.h,
22724: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22725: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22726: types/pa_vstateless_object.h, types/pa_vstring.C,
22727: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22728: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22729: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22730: main.dsp splitted to main+classes+types along to .am
22731:
22732: * src/classes/Makefile.am: removed useless var
22733:
22734: * src/: classes/classes.cmd, main/main.dsp,
22735: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22736: main.dsp
22737:
22738: 2001-09-25 parser
22739:
22740: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22741: 1251 though, todo ICU
22742:
1.116 moko 22743: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22744: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22745: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22746: types/pa_vdom.h: xml configure makes
1.95 moko 22747:
22748: 2001-09-24 parser
22749:
1.116 moko 22750: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22751: types/Makefile.am: makes
1.95 moko 22752:
1.116 moko 22753: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22754:
22755: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22756: started unix makes update
22757:
22758: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22759: started unix makes update
22760:
22761: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22762:
22763: * src/types/pa_value.h: z
22764:
22765: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22766: bugs with usinge hash/table in expressions
22767:
22768: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22769: resolved conflicts fixed [const]
22770:
22771: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22772: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22773: main/compile.C, main/compile.tab.C, main/compile.y,
22774: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22775: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22776: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22777: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22778: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22779: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22780: with before_xml [merge2 actually didn't happen - i've created
22781: tags on wrong branch. so this merge is in fact re-merge]
22782:
22783: 2001-09-21 parser
22784:
22785: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22786: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22787: produced "" in make file and sadly wrong interpreted on load]
22788:
1.116 moko 22789: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22790: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22791: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22792: include/pa_sql_driver_manager.h, include/pa_string.h,
22793: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22794: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22795: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22796:
22797: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22798: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22799: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22800: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22801: main/pa_pool.C, main/pa_request.C,
22802: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22803: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22804: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22805: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22806: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22807: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22808: types/pa_vrequest.C, types/pa_vresponse.h,
22809: types/pa_vstateless_class.C, types/pa_vstring.C,
22810: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22811: created new projects for sql drivers [planning to remove sql
22812: drivers from main cvs project] first, will join latest changes
22813:
22814: * src/classes/: dom.C: defaulted dom writing methods encoding to
22815: pool.get_charset
22816:
22817: * src/classes/dom.C: defaulted dom writing methods encoding to
22818: pool.get_charset
22819:
22820: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22821: pool.get_charset
22822:
22823: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22824: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22825: methods encoding to pool.get_charset
22826:
22827: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22828: transcoder were created right "unsupported encoding" message.
22829: not @ set time, but @ use time, so until xml output functions
22830: .string, .file, .save used - no encoding name check occur
22831:
22832: reduced transcode buffer size to 60 fixed pool cleanup - no
22833: registration needed, pools are officially destructured
22834:
22835: 2001-09-20 parser
22836:
22837: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22838:
22839: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22840: $MAIN:DEFAULTS.content-type[$.charset[here]]
22841:
22842: * src/: classes/dnode.C, classes/dom.C,
22843: include/pa_config_includes.h, include/pa_globals.h,
22844: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22845: main/pa_pool.C, targets/cgi/parser3.dsp,
22846: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22847: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22848: Pool::transcode 0
22849:
22850: * src/classes/dom.C: dom. string save file moved output xml options
22851: to last param and made it optional
22852:
22853: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22854: dnodes
22855: !$attributenode.specified = boolean
22856: true if the attribute received its value explicitly
22857: in the XML document,
22858: or if a value was assigned programatically with the
22859: setValue function.
22860: false if the attribute value came from the default value
22861: declared in the document's DTD.
22862: !$pinode.target = target of this processing instruction
22863: XML defines this as being the first token following the
22864: markup
22865: that begins the processing instruction.
22866: XPath:
22867: !^node.select[xpath/query/expression] = hash of 0->node0
22868: 1->node1
22869: !^node.select-single[xpath/query/expression] = first node if
22870: any
22871:
22872: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22873: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22874: some 'const's added
22875:
22876: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22877: expression context now, there value = size and boolean value
22878: size!=0
22879:
22880: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22881: can be used in expression context now, there value = size and
22882: boolean value size!=0
22883:
22884: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22885: types/pa_vstring.h: dnode .file .string .save moved back to dom
22886: due to strange xalan bug
22887:
22888: 2001-09-18 parser
22889:
22890: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22891: classes/image.C, classes/op.C, classes/table.C,
22892: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22893: include/pa_sql_driver_manager.h, main/compile.C,
22894: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22895: main/execute.C, main/pa_common.C, main/pa_request.C,
22896: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22897: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22898: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22899: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22900: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22901: before_xml branch ^if(def $hash) now true only when
22902: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22903:
22904: * src/: classes/op.C, main/execute.C: operators self changed to
22905: root ^for variable context changed to self
22906:
22907: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22908: dnode 1
22909:
22910: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22911: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22912:
22913: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22914: poly* fixed
22915:
22916: 2001-09-17 parser
22917:
22918: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22919: types/pa_vdom.h: started dnode+dom
22920:
22921: dnode DOM methods: $node.name $node.value
22922: ...others...
22923:
22924: ^node.xpath[/rates/USD] = hash
22925: $hash[
22926: $.0[node0]
22927: $.1[node1]
22928: ]
22929:
22930: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22931: applies to all linear primitives
22932:
22933: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22934: include/pa_stylesheet_connection.h, main/main.dsp,
22935: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22936: types/pa_vimage.h: started dnode DOM: $node.name
22937: $node.value ...others... ^node.xpath[/rates/USD] = hash
22938: dom(dnode)
22939:
22940: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22941: main/compile.y, main/compile_tools.h, main/execute.C,
22942: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22943: in expression compound($aa.zz.xx) names now can have minus '-' in
22944: name after '.'
22945:
22946: 2001-09-15 parser
22947:
22948: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22949: image: $line-width ^line(...)[**** style]
22950:
22951: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22952: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22953: pool_storage - cleanups first, allocations second. apache wisely
22954: does just like that
22955:
22956: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22957: rewritten using template, no bugs now
22958:
22959: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22960: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22961: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22962: poorly started isapi pool_storage, would rewrite using template
22963: now
22964:
22965: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22966: include/pa_stylesheet_connection.h, main/main.dsp,
22967: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22968: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22969: xalan objects freed up [introducing Pool::register_cleanup]
22970:
22971: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22972: comments
22973:
22974: 2001-09-14 parser
22975:
22976: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22977: z
22978:
22979: * src/: classes/dom.C, classes/file.C, classes/image.C,
22980: classes/mail.C, include/pa_common.h,
22981: include/pa_sql_driver_manager.h, include/pa_string.h,
22982: include/pa_stylesheet_connection.h,
22983: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22984: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22985: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22986: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22987: compiled&cached
22988:
22989: 2001-09-13 parser
22990:
22991: * src/: classes/dom.C, classes/file.C, classes/image.C,
22992: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22993:
22994: * src/classes/dom.C: dom:file content-type(.method)
22995:
22996: * src/: include/pa_common.h, include/pa_globals.h,
22997: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22998: string now more informative error messages
22999:
23000: * src/: include/pa_globals.h, include/pa_request.h,
23001: main/pa_request.C, targets/cgi/parser3.C,
23002: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23003: ParserSiteConfig .../parser3.conf
23004:
23005: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23006:
23007: 2001-09-12 parser
23008:
23009: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23010: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23011: precise error reporting: "connection string must start with
23012: protocol://" now
23013:
23014: * src/main/compile.tab.C: fixed - subname code parts actually []
23015: braced
23016:
23017: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23018: lexer on LS_USER level did [] matching without setting nestage,
23019: introduced special LS_NAME_SQUARE_PART state
23020:
23021: 2001-09-11 parser
23022:
23023: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23024: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23025: languages+=xml
23026:
23027: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23028:
23029: * src/classes/dom.C: ^dom:save/string/file[output options] output
23030: options: $.method[xml|html|text] detection fixed
23031:
23032: * src/types/pa_vdom.h: messages
23033:
23034: * src/classes/dom.C: ^dom:save/string/file[output options] output
23035: options: $.method[xml|html|text] detection fixed
23036:
23037: 2001-09-10 parser
23038:
23039: * src/classes/dom.C: ^dom:save/string/file[output options] output
23040: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23041:
23042: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23043: added]
23044:
23045: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23046: ^dom.xslt[stylesheet filename] 0
23047:
23048: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23049: ^dom.xslt[stylesheet filename] -1 doc is lying
23050:
23051: * src/classes/dom.C: ^dom.file[encoding] = file
23052:
23053: * src/classes/: dom.C: ^dom.string[encoding] 1
23054: ^dom.save[encoding;filename]
23055:
23056: * src/classes/dom.C: ^dom.string[] 0
23057:
23058: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23059:
23060: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23061: types/pa_vform.h: ^dom.save[b.xml] 0
23062:
23063: 2001-09-08 parser
23064:
23065: * src/types/pa_vform.C: $form:tables.name.field
23066:
23067: 2001-09-07 parser
23068:
23069: * src/classes/table.C: table:empty removed, superceded by ^if(def
23070: $table)...
23071:
23072: * src/targets/cgi/parser3.C: z
23073:
23074: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23075: from '' to int/double is 0]
23076:
23077: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23078: $table) is false when table is empty
23079:
23080: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23081: !$form:tables $atable[$form:tables.a]
23082: ^atable.menu{a=$atable.element}[,]
23083:
23084: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23085: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23086:
1.116 moko 23087: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23088: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23089: of dom
23090:
23091: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23092: types/pa_vform.C, types/pa_vform.h: z
23093:
23094: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23095: element [not last]
23096:
1.116 moko 23097: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23098: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23099:
23100: 2001-09-06 parser
23101:
23102: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23103: table with one column 'element' and two rows: 1 and 2
23104:
23105: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23106: table with one column 'element' and two rows: 1 and 2
23107:
23108: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23109: bad int/double conversions, and now $form:nonexistent.int(88)
23110: would return 88
23111:
23112: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23113: types/pa_vhash.h: now there's special hash key '_default'
23114: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23115: $._default[xx] ] $hash.c
23116:
23117: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23118: fixed [thanks, fif], ^; were treated there non-literally
23119:
23120: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23121: doxygen
23122:
23123: * src/: classes/image.C, classes/op.C, classes/string.C,
23124: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23125: types/pa_vtable.C: few #ifndef DOXYGEN
23126:
23127: 2001-09-05 parser
23128:
23129: * src/classes/: string.C, table.C: sql options can be void [same as
23130: image:html the other day]
23131:
23132: * src/targets/cgi/Makefile.am: .am undo
23133:
23134: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23135: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23136: macro expantion on param, simply qoutes whatever passed, undone
23137:
23138: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23139: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23140: STRINGIZE(name) #name invented
23141:
23142: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23143: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23144: MAIN_SQL_DRIVERS_NAME "drivers"
23145:
23146: moved to be availible to all users
23147:
23148: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23149: SQL_DRIVER_CREATE_FUNC_NAME
23150:
23151: * src/classes/mail.C: MAIN:MAIL check fixed
23152:
23153: 2001-09-04 parser
23154:
23155: * src/classes/image.C: image.html now can accept void params
23156:
23157: * src/targets/isapi/parser3isapi.C: z
23158:
23159: * src/targets/cgi/parser3.C: full_file_spec bug
23160:
23161: * src/targets/cgi/parser3.C: getenvcheck
23162:
23163: * src/targets/cgi/parser3.C: zz
23164:
23165: * src/targets/cgi/parser3.C: zzz
23166:
23167: * src/classes/date.C: date
23168:
23169: * src/classes/date.C: date:sql-string is now without ''
23170:
1.116 moko 23171: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23172: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23173: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23174:
1.116 moko 23175: * src/include/pa_config_auto.h.in: makes
1.95 moko 23176:
23177: 2001-09-03 parser
23178:
23179: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23180:
23181: 2001-09-01 parser
23182:
23183: * src/classes/image.C: letter_spacing
23184:
23185: * src/classes/image.C: image: font params changed
23186:
23187: * src/classes/image.C: image: as_int as_string used
23188:
23189: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23190: analized
23191:
23192: 2001-08-31 parser
23193:
23194: * src/targets/cgi/parser3.C: z
23195:
1.116 moko 23196: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23197: cygwin
1.95 moko 23198:
23199: * src/classes/void.C: void:int/double += (default)
23200:
23201: * src/classes/image.C: image:font added space param image:font
23202: changed charwidth alg, added kerning const[for now]
23203:
23204: * src/classes/: string.C, table.C: string:int/double (defaults)
23205:
23206: 2001-08-29 parser
23207:
23208: * src/main/pa_exception.C: exception redundant debug info
23209:
23210: 2001-08-28 parser
23211:
23212: * src/classes/image.C: image error msgs
23213:
23214: * src/classes/image.C: image: gifsize little endian
23215:
23216: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23217: doxygeneration
23218:
23219: * src/: classes/Makefile.am, main/Makefile.am,
23220: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23221:
23222: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23223: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23224:
23225: * src/main/compile.C: NO_STRING_ORIGIN check2
23226:
23227: * src/classes/table.C: NO_STRING_ORIGIN check
23228:
23229: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23230: storage class specifiers invalid in friend function declarations
23231:
23232: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23233: main/untaint.C, targets/cgi/parser3.C,
23234: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23235: case of limit
23236:
23237: * src/: classes/file.C, main/pa_common.C: file:move
23238: autocreate/remove dest/src dir
23239:
23240: * src/: classes/string.C, include/pa_dictionary.h,
23241: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23242: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23243: to directory constructor. string:replace
23244:
23245: 2001-08-27 parser
23246:
23247: * src/classes/image.C: fixed jpgsize alg
23248:
23249: * src/classes/image.C: fixed jpgsize alg
23250:
23251: * src/main/pa_exception.C: z
23252:
23253: * src/main/pa_common.C: removed debug info from pa_common
23254:
23255: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23256: [auto.p from current dir loading]
23257:
1.116 moko 23258: * src/: main/pa_common.C, main/pa_exception.C,
23259: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23260: for solaris -lsocket
1.95 moko 23261:
23262: 2001-08-24 parser
23263:
23264: * src/targets/cgi/parser3.C: not cgi extra \n 3
23265:
23266: * src/targets/cgi/parser3.C: not cgi extra \n 2
23267:
23268: * src/targets/cgi/parser3.C: not cgi extra \n
23269:
23270: * src/main/pa_sql_driver_manager.C: z
23271:
23272: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23273: sql* removed services from disconnect - cross-request ideological
23274: probs.
23275:
23276: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23277: cross-request ideological probs. oracle - fixed bug: cs
23278: allocated on request.pool and got freed before disconnect
23279:
23280: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23281: mallocs fixed
23282:
23283: 2001-08-23 parser
23284:
23285: * src/classes/file.C: minor bug in file:save fixed
23286:
23287: * src/main/pa_sql_driver_manager.C: oracle: dlink
23288:
23289: 2001-08-22 parser
23290:
23291: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23292: types/pa_vfile.h: file:load|save[text|binary;
23293:
23294: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23295:
23296: 2001-08-21 parser
23297:
23298: * src/classes/: file.C, table.C: ^file:list
23299:
23300: 2001-08-20 parser
23301:
23302: * src/: main/compile.tab.C, main/compile.y,
23303: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23304: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23305: recousively caused problems: inc incremeted 123 literal!! fixed
23306:
23307: 2001-08-10 parser
23308:
23309: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23310:
23311: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23312: added
23313:
23314: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23315: added
23316:
23317: * src/classes/table.C: table:sort restored [it was bad test :(]
23318:
23319: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23320: ''
23321:
23322: * src/main/: pa_request.C: wanted to make const int
23323: MAX_EXECUTE_SECONDS=1;
23324:
23325: but couldnt, set_callback_and_alarm appeared to be not exported
23326: :(
23327:
23328: * src/main/pa_string.C: string.match hanged on. there were a hang
23329: check but it weren't wise enough
23330:
23331: @parse[dateString][tmp]
23332: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23333: #end
23334:
23335: @main[] ^parse[2001-02-03]
23336:
23337: * src/classes/: table.C: table:sort now default desc
23338:
23339: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23340: table.sort now creates new sorted table
23341:
23342: 2001-08-09 parser
23343:
23344: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23345:
23346: * src/classes/hash.C: hash:_default now [was hash:default]
23347:
23348: * src/classes/op.C: case without switch check added
23349:
23350: * src/types/pa_vcookie.C: cookie name&value origins added, more
23351: precise $ORIGINS(1)
23352:
23353: * src/main/Makefile.am: .am
23354:
23355: * src/classes/void.C: void: int double copy/paste from int: bug
23356: fixed
23357:
23358: * src/classes/void.C: void: int double copy/paste from int: bug
23359: fixed
23360:
23361: 2001-08-07 parser
23362:
23363: * src/: classes/double.C, classes/int.C, classes/string.C,
23364: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23365: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23366: string, table
23367:
23368: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23369: srand made working
23370:
23371: 2001-08-06 parser
23372:
23373: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23374: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23375: main/compile.tab.C, main/compile.y, main/pa_array.C,
23376: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23377: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23378:
23379: * src/main/pa_exec.C: exec win32 real filename
23380:
23381: * src/classes/file.C: exec stderr out
23382:
23383: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23384:
23385: 2001-08-03 parser
23386:
23387: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23388:
23389: 2001-08-02 parser
23390:
23391: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23392: main/execute.C, main/pa_exec.C: introducing Array_iter
23393:
23394: * src/main/execute.C: detected quick_get recursion bug. changed to
23395: get@execute, but needs array iterator, separate from array to
23396: avoid it & use caching
23397:
23398: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23399: bug fixed
23400:
23401: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23402: main/execute.C, main/pa_globals.C: found another multithread bug
23403: in op.C (last, last global var killed) :)
23404:
23405: 2001-08-01 parser
23406:
23407: * src/: include/pa_dictionary.h, include/pa_globals.h,
23408: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23409: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23410: main/untaint.C: speeded up typo-html replacements. introducing
23411: Dictionary with first-char caching
23412:
23413: 2001-07-31 parser
23414:
23415: * src/types/Makefile.am: pa_vtable.C added to .am
23416:
23417: * src/main/compile.tab.C: added, so that could be compiled even on
23418: non-bison-enabled platforms
23419:
23420: 2001-07-28 parser
23421:
23422: * src/classes/table.C: table:hash always produces hash, when can't
23423: - empty
23424:
23425: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23426: skipped \n
23427:
23428: 2001-07-27 parser
23429:
23430: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23431: on int/double/string :sql without result and default
23432:
23433: 2001-07-26 parser
23434:
23435: * src/classes/op.C: fixed bad multithread bug with strangly global
23436: OP
23437:
23438: * src/main/compile.y: $man[$.age[zzz]] 0
23439:
23440: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23441: creation syntax problem persists. restored $: for a while.
23442: thinking of $man[$.age[zzz]] syntax now
23443:
23444: * src/: classes/double.C, classes/int.C, classes/string.C,
23445: include/pa_opcode.h, main/compile.C, main/compile.y,
23446: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23447: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23448: types/pa_wwrapper.h: fixing :: realization #1
23449:
23450: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23451: main/compile_tools.h, main/execute.C, main/pa_request.C,
23452: types/pa_vmethod_frame.h: introducing :: this is constructor call
23453: prefix. ordinary : remains for static accesses
23454:
23455: 2001-07-25 parser
23456:
23457: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23458: fields 2. methods 3. columns
23459:
23460: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23461: quote. optimized double&int tostring-s
23462:
23463: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23464: whitespace before first method decl
23465:
23466: * src/classes/table.C: allowed nontable result in table:sql,
23467: results in empty table
23468:
23469: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23470: lines before first method decl
23471:
23472: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23473: types/pa_vtable.h: ^table.record[] now $table.fields
23474:
23475: * src/main/compile.y: $var[] is now empty string, not void
23476:
23477: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23478: void
23479:
23480: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23481: main/pa_globals.C: match replace code context moved to implicit
23482: $match context
23483:
23484: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23485: main/compile_tools.h, main/execute.C: with killed, code storage
23486: introduced with former 'with' syntax
23487:
23488: 2001-07-24 parser
23489:
23490: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23491: types/pa_value.h: first get_element, next get operator
23492:
23493: * src/main/compile.y: removed @end handling
23494:
23495: * src/main/: compile.C, compile.y: @end handling method2
23496:
23497: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23498: file:move
23499:
23500: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23501: fixed
23502:
23503: 2001-07-23 parser
23504:
23505: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23506: driver
23507:
23508: * src/classes/hash.C: changed sql driver query interface
23509:
23510: * src/: classes/hash.C, classes/string.C, classes/table.C,
23511: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23512: changed sql driver query interface
23513:
23514: 2001-07-20 parser
23515:
23516: * src/types/pa_vrequest.C: X!$browser:type
23517:
23518: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23519: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23520: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23521: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23522: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23523: types/pa_vobject.h, types/pa_vrequest.C,
23524: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23525: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23526: BASE element globally removed
23527:
23528: 2001-07-18 parser
23529:
23530: * src/classes/file.C: file:exec/cgi msg
23531:
23532: * src/classes/file.C: $file:exit-code renamed to 'status'
23533:
23534: * src/: classes/file.C, main/pa_exec.C: file:exec
23535:
1.116 moko 23536: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23537: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23538: removed $id from *.in *.am
1.95 moko 23539:
23540: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23541: abbrevations
23542:
23543: * src/: classes/date.C, classes/mail.C, classes/math.C,
23544: classes/string.C, classes/table.C, include/pa_globals.h,
23545: include/pa_string.h, main/execute.C, main/pa_globals.C,
23546: main/pa_request.C, main/pa_string.C, main/untaint.C,
23547: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23548: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23549: $ORIGINS(1) output tracing mode
23550:
23551: 2001-07-13 parser
23552:
23553: * src/: classes/double.C, classes/int.C, classes/string.C,
23554: include/pa_request.h, main/execute.C, main/pa_request.C:
23555: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23556: second would not call first @auto
23557:
23558: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23559: wrong, fixed
23560:
23561: 2001-07-12 parser
23562:
23563: * src/types/pa_value.h: pa_value.putelement modification of system
23564: classes prevented
23565:
23566: 2001-07-11 parser
23567:
23568: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23569: table $piece
23570:
23571: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23572: types/pa_vstateless_class.h: $file created by file:state +=
23573: .atime .mtime .ctime +found&fixed bug with exceptions on
23574: get_junction-created objects [they were on wrong pool]
23575:
23576: 2001-07-09 parser
23577:
23578: * src/main/untaint.C: qp wrong name
23579:
23580: * src/: classes/date.C, classes/string.C, classes/table.C,
23581: main/compile.y: date format 0
23582:
23583: 2001-07-07 parser
23584:
23585: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23586: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23587: roll table calendar
23588:
23589: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23590: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23591: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23592: include/pa_request.h, main/main.dsp, types/pa_value.h,
23593: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23594: string. todo: sql, calendar
23595:
23596: 2001-07-06 parser
23597:
23598: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23599: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23600:
23601: 2001-07-03 parser
23602:
23603: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23604: classes/random.C, main/main.dsp: class random renamed to math,
23605: operators became methods
23606:
23607: * src/classes/op.C: pow sqrt
23608:
23609: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23610:
23611: 2001-07-02 parser
23612:
23613: * src/classes/table.C: ^table.columns column renamed from 'name' to
23614: 'column'
23615:
23616: * src/classes/hash.C: ^hash.keys[]
23617:
23618: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23619:
23620: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23621: 'strings'
23622:
23623: 2001-06-29 parser
23624:
23625: * src/main/: execute.C: /0 %0 checkes ver 2
23626:
23627: * src/main/execute.C: /0 %0 checke
23628:
23629: * src/classes/Makefile.am: nothing - void
23630:
23631: * src/classes/table.C: empty strings @ sql
23632:
23633: 2001-06-28 parser
23634:
23635: * src/: classes/double.C, classes/file.C, classes/form.C,
23636: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23637: classes/op.C, classes/random.C, classes/response.C,
23638: classes/string.C, classes/table.C, classes/void.C,
23639: main/compile.C, main/compile_tools.C, main/execute.C,
23640: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23641: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23642: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23643: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23644: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23645: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23646: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23647: $";
23648:
23649: * src/: classes/double.C, classes/file.C, classes/form.C,
23650: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23651: classes/op.C, classes/random.C, classes/response.C,
23652: classes/string.C, classes/table.C, classes/void.C,
23653: main/compile.C, main/compile.y, main/compile_tools.C,
23654: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23655: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23656: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23657: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23658: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23659: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23660:
23661: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23662: $class:name: == ${class:name}:
23663:
23664: * src/classes/string.C: exactly one
23665:
23666: 2001-06-27 parser
23667:
23668: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23669: types/pa_vvoid.h: nothing renamed to void
23670:
23671: * src/classes/op.C: ^switch ^case
23672:
23673: * src/main/compile.y: nothing renamed to void
23674:
23675: * src/: classes/hash.C, classes/table.C, main/compile.y,
23676: main/execute.C, main/main.dsp, main/pa_request.C,
23677: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23678: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23679: void
23680:
23681: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23682:
23683: 2001-05-28 parser
23684:
23685: * src/doc/html2chm.cmd: removed >a
23686:
23687: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23688: project options [some bugs]
23689:
23690: * src/doc/sources2html.cmd: z
23691:
23692: * src/: classes/classes.C, main/compile.C, main/compile.y,
23693: main/execute.C: operators are not in root class again
23694:
23695: 2001-05-24 parser
23696:
23697: * src/targets/cgi/parser3.dsp: project file
23698:
23699: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23700: ^log ^exp
23701:
23702: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23703: conversions in @exception[params]
23704:
23705: * src/main/pa_request.C: // no _ conversions in @exception[params]
23706:
23707: 2001-05-23 parser
23708:
23709: * src/main/pa_string.C: string cmp bug
23710:
23711: * src/classes/: mail.C, op.C: rem max 1000
23712:
23713: * src/: classes/op.C, main/compile.y: allow one empty line before
23714: LS_DEF_NAME
23715:
23716: 2001-05-22 parser
23717:
23718: * src/classes/op.C: if params code-required
23719:
23720: 2001-05-21 parser
23721:
23722: * src/types/pa_vstring.C: eoleof
23723:
23724: * src/classes/Makefile.am: .AM
23725:
23726: * src/classes/nothing.C: resultless ^sql moved to nothing:
23727:
23728: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23729:
23730: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23731: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23732: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23733: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23734: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23735: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23736: 'nothing'
23737:
23738: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23739: vstring::set_string
23740:
23741: * src/classes/: double.C, int.C, string.C: int,double;sql
23742:
23743: * src/: classes/hash.C, classes/int.C, classes/string.C,
23744: classes/table.C, include/pa_string.h, main/pa_string.C,
23745: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23746:
23747: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23748: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23749: hash:sql moved to main trunc. operators.txt updated
23750:
23751: * src/classes/: hash.C, op.C, table.C: hash:sql
23752:
23753: * src/classes/op.C: z
23754:
23755: * src/: main/compile.C, classes/classes.C: 1
23756:
23757: * src/: classes/classes.C, main/compile.C, main/compile.y,
23758: main/execute.C: 0
23759:
23760: * src/main/execute.C: z
23761:
23762: * src/targets/cgi/parser3.C: z
23763:
23764: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23765: site_auto_path "." in that case
23766:
23767: * src/targets/cgi/: parser3.C: z
23768:
23769: * src/main/pa_request.C: .am
23770:
23771: * src/: main/pa_request.C, targets/cgi/parser3.C:
23772: pcre_tables=pcre_default_tables;
23773:
23774: 2001-05-19 parser
23775:
23776: * src/main/pa_string.C: z
23777:
23778: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23779: introducing String::cstr_bufsize, returns just size+1 for as_is
23780: target.
23781:
23782: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23783: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23784: used, 4* mem wasted
23785:
23786: * src/classes/string.C: root context in match replace body now
23787: unchanged
23788:
23789: * src/types/pa_value.h: parameter # 1 based
23790:
23791: * src/main/pa_common.C: common: actual filename '%s'
23792:
23793: * src/classes/string.C: z
23794:
23795: * src/classes/Makefile.am: classes/.am
23796:
23797: * src/classes/: Makefile.am: classes/.am
23798:
23799: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23800: targets/cgi/pa_pool.C: classes/.am
23801:
23802: 2001-05-18 parser
23803:
1.116 moko 23804: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23805: pa_threads.C ins
1.95 moko 23806:
23807: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23808:
23809: 2001-05-17 parser
23810:
23811: * src/: classes/string.C, include/pa_config_fixed.h,
23812: include/pa_config_includes.h, main/compile.y,
23813: main/compile_tools.h, main/execute.C, main/pa_array.C,
23814: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23815: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23816: types/pa_vform.C: #include "pa_config_includes.h" removed from
23817: most .C
23818:
23819: * src/doc/html2chm.cmd: z
23820:
23821: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23822: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23823:
23824: * src/main/pa_sql_driver_manager.C: moved expiration to
23825: get_connection_from_cache
23826:
23827: * src/main/pa_sql_driver_manager.C: cache expiration bf
23828:
23829: * src/: classes/classes.h, include/pa_sql_connection.h,
23830: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23831: cache expiration[use SQL_Driver::disconnect]
23832:
23833: * src/main/pa_table.C: table.locate current restored on "not found"
23834:
23835: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23836: line no
23837:
23838: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23839: ANTI_ENDLESS_EXECUTE_RECOURSION
23840:
23841: * src/: classes/op.C, include/pa_sql_connection.h,
23842: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23843: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23844: 1driver and set_services fight for driver::fservices. before fix
23845:
23846: * src/: classes/op.C, include/pa_config_fixed.h,
23847: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23848: main/pa_sql_driver_manager.C: found problem at last: 2connections
23849: own 1driver and set_services fight for driver::fservices. before
23850: fix
23851:
23852: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23853: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23854: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23855: pa_threads.C
23856:
23857: * src/include/pa_threads.h: removed targets/parser
23858:
23859: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23860: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23861: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23862: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23863: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23864: headers
23865:
23866: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23867: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23868: order prevented sqlmanager to see MULTYTHREAD define
23869:
23870: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23871: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23872: put/gets
23873:
23874: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23875: from hash.h
23876:
23877: * src/: classes/op.C, include/pa_sql_connection.h,
23878: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23879: from cache ->set_services(&services);
23880:
23881: 2001-05-16 parser
23882:
23883: * src/targets/cgi/parser3.C: z
23884:
23885: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23886: debug, #ifdefed some. would debug later, on more precise sample
23887: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23888: $name.$tail[$tail!] $name.$tail } ok3
23889:
23890: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23891: removed array debug. before vstring rebasing
23892:
23893: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23894: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23895: array debugged; adjusted
23896:
23897: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23898: SQL_Driver_manager line no for connect/charset errors
23899:
23900: 2001-05-15 parser
23901:
23902: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23903: main/pa_string.C: string+array made linear grows
23904:
23905: * src/: include/pa_string.h, main/pa_string.C,
23906: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23907: grow lineary, not exponentialy
23908:
23909: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23910: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23911: with fullchunk cmps
23912:
23913: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23914: 70041= 81
23915:
23916: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23917: targets/cgi/parser3.C: detected huge mem allocation: size/times
23918: malloc 27809390/368771, calloc 3232/83. would test now
23919:
23920: * src/: classes/random.C, main/compile.y, main/execute.C,
23921: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23922: numbered params had wrong name - for instance: bad error message
23923: in ^for[] bad body type. fixed
23924:
23925: 2001-05-14 parser
23926:
23927: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23928: main/untaint.C: ^string.upper|lower[]
23929:
23930: 2001-05-11 parser
23931:
23932: * src/: classes/double.C, classes/image.C, classes/op.C,
23933: classes/string.C, classes/table.C, classes/unknown.C,
23934: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23935: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23936: types/pa_vunknown.h: op: MAX_LOOPS as_int
23937:
23938: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23939: .dsp for win32tools
23940:
23941: 2001-05-11 paf
23942:
23943: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23944: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23945: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23946: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23947:
23948: 2001-05-10 paf
23949:
23950: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23951: for C++, that's all
23952:
1.116 moko 23953: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23954: pa_config_includes.h: inline wonders
1.95 moko 23955:
23956: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23957: doc/doxygen.cmd: hash.C added
23958:
23959: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23960:
23961: * src/main/compile.y: @end grammar: allowed zero strings in control
23962: menthod
23963:
23964: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23965: pa_vstateless_object.h: changed priority: field before method
23966: lookup in vclass & vobject
23967:
23968: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23969: grammar: priorities changes [lowerd && prior] vobject: now first
23970: fields, next methods
23971:
23972: 2001-05-08 paf
23973:
23974: * src/main/pa_table.C: table columnname2item on nameless ignored
23975: bark=false. fixed
23976:
23977: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23978: types/pa_vmethod_frame.h: hash:default works at last!
23979:
23980: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23981: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23982: hash:default
23983:
23984: * src/classes/table.C: z
23985:
23986: * src/classes/table.C: table:hash always hash of hash now
23987:
23988: * src/classes/table.C: table:empty return bool now
23989:
23990: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23991: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23992: types/pa_vtable.h: table:hash
23993:
23994: * src/classes/table.C: table:record have name
23995:
23996: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23997: returns vunknown
23998:
23999: * src/classes/: double.C, int.C, op.C, string.C:
24000: int,double,string:int[] double[] string:length[] results now have
24001: hames
24002:
24003: * src/: classes/op.C, classes/table.C, main/main.dsp,
24004: types/pa_vtable.h: removed table:find. table:locate and op:eval
24005: now return bool
24006:
24007: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24008: in method checkparams again. fixed
24009:
24010: 2001-05-07 paf
24011:
24012: * src/doc/chm.cmd: cmd
24013:
24014: * src/: classes/image.C, classes/mail.C, classes/string.C,
24015: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24016: types/pa_value.h: method reported errors on wrong pool
24017:
24018: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24019: now
24020:
24021: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24022: include/code.h, include/pa_opcode.h, main/compile.C,
24023: main/compile_tools.h, main/execute.C, types/pa_value.h,
24024: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24025: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24026: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24027: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24028: types/pa_vmethod_frame.h, types/pa_vobject.h,
24029: types/pa_vrequest.h, types/pa_vresponse.h,
24030: types/pa_vstateless_class.h, types/pa_vstring.h,
24031: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24032: types/pa_wwrapper.h: pa_code.h
24033:
24034: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24035:
24036: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24037: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24038: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24039: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24040: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24041: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24042: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24043: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24044: types/pa_vtable.h: dox, split by not clean parts also
24045:
24046: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24047: types/pa_vtable.h: table: fields, then methods. so to enable
24048: 'dir' fields & co. more
24049:
24050: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24051: so to enable 'dir' fields & co.
24052:
24053: * src/main/compile.y: grammar: @end
24054:
24055: 2001-05-04 paf
24056:
24057: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24058: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24059:
24060: * src/: classes/classes.h, classes/double.C, classes/file.C,
24061: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24062: classes/op.C, classes/random.C, classes/response.C,
24063: classes/string.C, classes/table.C, classes/unknown.C,
24064: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24065: method dox
24066:
24067: 2001-05-03 paf
24068:
24069: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24070: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24071: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24072: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24073: doc/string.dox, doc/targets.dox, doc/value.dox,
24074: main/pa_request.C: dox splitted .dox files and added some
24075:
24076: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24077:
24078: 2001-05-02 paf
24079:
24080: * src/classes/: image.C, table.C: table:dir result are not tainted
24081: by file_name language now
24082:
24083: 2001-04-28 paf
24084:
24085: * src/classes/classes.inc: removed classes.inc
24086:
24087: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24088: from .am
24089:
24090: * src/classes/classes.awk: skipped classes in .awk
24091:
24092: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24093: classes/classes.inc, classes/double.C, classes/file.C,
24094: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24095: classes/string.C, classes/table.C, classes/unknown.C,
24096: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24097: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24098: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24099: pa_methoded back to classes/classes.h
24100:
24101: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24102:
24103: * src/: classes/Makefile.am, classes/classes.awk,
24104: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24105: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24106:
24107: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24108: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24109: classes/response.C, classes/string.C, classes/table.C,
24110: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24111: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24112: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24113: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24114: include|main/pa_methoded
24115:
24116: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24117: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24118:
24119: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24120: moved some configured data to request::classes_conf moved some
24121: string crations from globals to M... [works]
24122:
24123: * src/: classes/form.C, classes/mail.C, classes/op.C,
24124: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24125: main/pa_request.C: moved some configured data to
24126: request::classes_conf moved some string crations from globals to
24127: M...
24128:
24129: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24130: about to move configured data to special request hash
24131:
24132: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24133: classes/form.C, classes/mail.C, include/pa_request.h,
24134: main/pa_request.C: configure started
24135:
24136: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24137: 2. todo: methoded-configure
24138:
24139: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24140: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24141: classes/_random.h, classes/_response.h, classes/_string.h,
24142: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24143: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24144: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24145: classes/random.C, classes/response.C, classes/string.C,
24146: classes/table.C, classes/unknown.C, include/pa_globals.h,
24147: include/pa_request.h, main/compile.y, main/execute.C,
24148: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24149: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24150: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24151: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24152: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24153: types/pa_vrequest.h, types/pa_vresponse.h,
24154: types/pa_vstateless_class.h, types/pa_vstring.h,
24155: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24156: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24157: methoded-configure
24158:
24159: * src/: classes/file.C, classes/table.C, main/compile.y,
24160: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24161: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24162: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24163:
24164: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24165: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24166: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24167: classes/random.C, classes/response.C, classes/string.C,
24168: classes/table.C, classes/unknown.C, include/pa_request.h,
24169: main/compile.y, main/execute.C, main/pa_globals.C,
24170: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24171: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24172: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24173: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24174: beautifying just compiled. todo: debug, configure
24175:
24176: 2001-04-27 paf
24177:
24178: * src/: classes/file.C, classes/image.C, classes/table.C,
24179: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24180: beautifying -99
24181:
24182: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24183: classes/_response.h, classes/_unknown.h, classes/classes.C,
24184: classes/classes.h, classes/double.C, classes/file.C,
24185: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24186: classes/op.C, classes/random.C, classes/response.C,
24187: classes/string.C, include/pa_globals.h, main/main.dsp,
24188: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24189: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24190: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24191: types/pa_vunknown.h: beautifying -100
24192:
24193: * src/main/compile.y: serge@ found @CLASS bug. fixed
24194:
24195: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24196: classes/_op.h, classes/_random.h, classes/_table.h,
24197: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24198: classes/op.C, classes/random.C, classes/response.C,
24199: classes/string.C, classes/table.C, classes/unknown.C,
24200: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24201: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24202: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24203: beautifying
24204:
24205: 2001-04-26 paf
24206:
24207: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24208:
24209: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24210: documentation ++
24211:
24212: * src/: classes/_exec.h, doc/doxygen.cfg,
24213: include/pa_config_fixed.h, include/pa_config_includes.h,
24214: targets/cgi/pa_pool.C: code documentation ++
24215:
24216: * src/: classes/_image.h, classes/op.C, classes/random.C,
24217: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24218: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24219: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24220: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24221: types/pa_vmethod_frame.h, types/pa_vobject.h,
24222: types/pa_vrequest.C, types/pa_vrequest.h,
24223: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24224: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24225: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24226: code documentation ++
24227:
24228: * src/: classes/image.C, classes/mail.C, classes/string.C,
24229: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24230: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24231: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24232: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24233: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24234: types/pa_vobject.h, types/pa_vstateless_class.h,
24235: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24236:
24237: * src/main/: pa_request.C, pa_string.C: z
24238:
24239: * src/: include/pa_common.h, include/pa_types.h,
24240: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24241: connection caching fixed. request-pooled-url were stored into
24242: global connectioncache
24243:
24244: 2001-04-25 paf
24245:
24246: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24247: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24248:
24249: * src/: include/code.h, include/pa_common.h, main/compile.y,
24250: main/execute.C, main/pa_common.C: -d
24251:
24252: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24253: illegal call check a bit improved, but still under iis no mapping
24254: of dir with parser allowed!
24255:
24256: 2001-04-24 paf
24257:
24258: * src/targets/Makefile.am: apache module lib .am
24259:
24260: * src/main/pa_exec.C: windows32 buildCommand
24261:
24262: 2001-04-23 paf
24263:
24264: * src/targets/cgi/Makefile.am: win32 conditional
24265:
24266: * src/targets/cgi/Makefile.am: win32 conditional
24267:
24268: * src/targets/cgi/Makefile.am: liblink
24269:
24270: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24271: vfile fields return type
24272:
24273: * src/types/pa_vfile.h: vfile fields return type
24274:
24275: * src/include/pa_config_auto.h.in: .h.in
24276:
24277: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24278: types/Makefile: makefiles removed
24279:
24280: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24281: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24282:
24283: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24284: [tested: i & g ]
24285:
24286: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24287: @test noticed series in isapi, check how initialize_random_class
24288: is called! [must be called only once]
24289:
24290: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24291: would not be 'unknown column'
24292:
24293: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24294: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24295:
24296: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24297: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24298: [now doesnt]
24299:
24300: * src/targets/cgi/parser3.C: cgi cmdline ver
24301:
24302: * src/targets/cgi/parser3.C: cgi /// @test disable
24303: /cgi-bin/parser3/auto.p
24304:
24305: * src/main/untaint.C: untaint without charset
24306:
24307: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24308: main/pa_common.C: common: file_write /// @test mkdirs
24309: file_delete rmdirs
24310:
24311: * src/main/untaint.C: mail header only once to =?
24312:
24313: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24314: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24315: main/untaint.C: untaint - @test optimize whitespaces for
24316: all but 'html'
24317:
24318: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24319: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24320: main/untaint.C: untaint - @test mail-header
24321:
24322: 2001-04-20 paf
24323:
24324: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24325: include/pa_request.h, include/pa_string.h, main/compile.y,
24326: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24327: targets/cgi/parser3.C: $MAIN:LOCALE
24328:
24329: * src/main/untaint.C: z
24330:
24331: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24332:
24333: 2001-04-19 paf
24334:
24335: * src/main/compile_tools.h: $a$b bugfix
24336:
24337: * src/targets/cgi/parser3.C: z
24338:
24339: * src/classes/file.C: z
24340:
24341: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24342: done: header to $fields. waits for header '\' tricks
24343:
24344: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24345: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24346: changed urlencode here and in untaint.C to HTTP standard's " and
24347: \" mech
24348:
24349: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24350: http://alx/~paf/ doesnt load /auto.p
24351:
24352: 2001-04-18 paf
24353:
24354: * src/main/pa_request.C: 1
24355:
24356: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24357: linux @alx
24358:
24359: 2001-04-17 paf
24360:
24361: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24362: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24363: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24364: enabled
24365:
24366: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24367: classes/_exec.h, classes/_file.h, classes/_form.h,
24368: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24369: classes/_random.h, classes/_response.h, classes/_string.h,
24370: classes/_table.h, classes/_unknown.h, classes/file.C,
24371: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24372: include/pa_config_fixed.h, include/pa_config_includes.h,
24373: include/pa_hash.h, include/pa_sql_driver_manager.h,
24374: include/pa_version.h, main/Makefile.am, main/compile.y,
24375: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24376: main/pa_sql_driver_manager.C, sql/Makefile.am,
24377: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24378: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24379: types/pa_vform.C, types/pa_vimage.h: exec @jav
24380:
24381: * src/: include/pa_sql_driver_manager.h,
24382: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24383: types/pa_vimage.h: sql driver interface now has initialize(client
24384: .so)
24385:
24386: 2001-04-16 paf
24387:
24388: * src/Makefile.am: compile2 cygwin
24389:
24390: * src/: include/pa_config_includes.h, main/pa_exec.C,
24391: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24392:
24393: * src/targets/cgi/Makefile.am: compile0 jav
24394:
24395: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24396: classes/_exec.h, classes/_file.h, classes/_form.h,
24397: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24398: classes/_random.h, classes/_response.h, classes/_string.h,
24399: classes/_table.h, classes/_unknown.h, classes/image.C,
24400: classes/mail.C, classes/op.C, classes/random.C,
24401: include/pa_config_fixed.h, include/pa_config_includes.h,
24402: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24403: main/compile.y, main/pa_common.C, main/pa_exec.C,
24404: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24405: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24406: compile-1
24407:
24408: 2001-04-15 paf
24409:
24410: * src/classes/op.C: z
24411:
24412: * src/classes/table.C: table:empty +=process
24413:
24414: * src/types/pa_value.h: MethodParams !junction
24415:
24416: * src/: classes/_string.h, classes/double.C, classes/file.C,
24417: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24418: classes/random.C, classes/response.C, classes/string.C,
24419: classes/table.C, classes/unknown.C, main/pa_request.C:
24420: MethodParams everywhere
24421:
24422: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24423: types/pa_vmethod_frame.h: MethodParams in op.C
24424:
24425: 2001-04-12 paf
24426:
24427: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24428:
24429: * src/: classes/_unknown.h, classes/unknown.C,
24430: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24431: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24432:
24433: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24434:
24435: * src/classes/image.C: image:gif now does not have params
24436:
24437: * src/classes/image.C:
24438: image:line/fill/rectangle/bar/replace/polygon/polybar
24439:
24440: * src/: classes/image.C, classes/op.C, main/execute.C,
24441: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24442: for var now written not to r.wcontext, but to r.root cleared
24443: "entered_object" state
24444:
24445: 2001-04-11 paf
24446:
24447: * src/classes/image.C: image:create image:load
24448:
24449: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24450: just compiled
24451:
24452: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24453: todo: gif without file
24454:
24455: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24456: started porting to Pooled descendant
24457:
24458: * src/: classes/image.C, main/execute.C, main/main.dsp,
24459: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24460: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24461: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24462:
24463: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24464: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24465: end. switching to python imaging lib
24466:
24467: * src/main/main.dsp: gd+smtp made separate libs
24468:
24469: * src/: include/pa_globals.h, include/pa_string.h,
24470: main/pa_common.C, main/pa_request.C, main/untaint.C,
24471: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24472: length
24473:
24474: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24475: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24476: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24477: UL_FILE_NAME of posted file name
24478:
24479: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24480: post [broke when moved post read to core]
24481:
24482: 2001-04-10 paf
24483:
24484: * src/classes/image.C: image:html done
24485:
24486: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24487:
24488: * src/classes/image.C: z
24489:
24490: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24491: forgotten!
24492:
24493: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24494: main/pa_request.C, main/pa_string.C, main/untaint.C,
24495: types/pa_vimage.h: image:measure -90
24496:
24497: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24498: classes/_int.h, classes/_mail.h, classes/_op.h,
24499: classes/_random.h, classes/_response.h, classes/_string.h,
24500: classes/_table.h, classes/file.C, classes/mail.C,
24501: include/pa_common.h, include/pa_globals.h, main/execute.C,
24502: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24503: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24504: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24505: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24506: compiled
24507:
24508: * src/classes/mail.C: minor bug with unclear from/to
24509:
24510: * src/classes/mail.C: sendmail unix skipping defaults
24511:
24512: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24513: sendmail unix added defaults
24514:
24515: * src/classes/mail.C: unix sendmail compiled. todo:testing
24516:
24517: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24518:
24519: 2001-04-09 paf
24520:
24521: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24522: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24523: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24524: targets/isapi/parser3isapi.dsp: all targets exec
24525:
24526: * src/: include/pa_sapi.h, include/pa_string.h,
24527: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24528: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24529: args in apache:util.script
24530:
24531: * src/include/pa_string.h: written but not tested exec with env for
24532: unix
24533:
24534: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24535: targets/cgi/parser3.C: exec win32 env
24536:
24537: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24538: 0
24539:
24540: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24541: main/execute.C, main/main.dsp, main/pa_globals.C,
24542: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24543: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24544:
24545: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24546: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24547:
24548: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24549: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24550:
24551: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24552: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24553: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24554: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24555: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24556: exec class just compiled. moved post read to request core
24557:
24558: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24559: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24560: main/pa_globals.C, targets/cgi/parser3.C,
24561: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24562: are already read by vform
24563:
24564: 2001-04-08 paf
24565:
24566: * src/: classes/file.C, classes/mail.C, classes/string.C,
24567: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24568: uuencode. string<<
24569:
24570: 2001-04-07 paf
24571:
24572: * src/classes/mail.C: z
24573:
24574: * src/classes/mail.C: z
24575:
24576: * src/classes/mail.C: ^mail[$attach
24577:
24578: * src/classes/mail.C: ^attach dead end
24579:
24580: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24581: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24582: targets/isapi/parser3isapi.C: mail:send 1
24583:
24584: * src/: classes/mail.C, main/pa_request.C: z
24585:
24586: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24587: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24588: compiled
24589:
24590: * src/classes/mail.C: +=
24591:
24592: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24593: prepared
24594:
24595: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24596: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24597: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24598: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24599:
24600: 2001-04-06 paf
24601:
24602: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24603: main/pa_string.C: table:dir 1
24604:
24605: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24606: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24607:
24608: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24609: classes/root.C, include/pa_globals.h, include/pa_request.h,
24610: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24611: main/pa_request.C: renamed 'root' to 'op'
24612:
24613: * src/classes/: _op.h, op.C: renamed from 'root'
24614:
24615: * src/types/pa_valiased.C: another root inherititance skipped
24616:
24617: * src/main/: compile.C, compile.y, execute.C: operators are now not
24618: root methods of parent class. just 'ROOT' class
24619:
24620: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24621: @office
24622:
24623: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24624:
24625: 2001-04-05 paf
24626:
24627: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24628: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24629: constructor flag dropped at get_method_frame and remembered into
24630: method_frame
24631:
24632: * src/: classes/file.C, classes/root.C, classes/string.C,
24633: classes/table.C, main/pa_request.C: junction to code&expression
24634: in errors
24635:
24636: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24637: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24638: $LOCALE:ctype[Russian_Russia.1251]
24639:
24640: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24641: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24642: main/pa_table.C: hash now not thread-safe.
24643:
24644: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24645: main/untaint.C: z
24646:
24647: * src/: classes/random.C, classes/root.C, classes/table.C,
24648: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24649: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24650: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24651: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24652:
24653: * src/: classes/table.C, include/pa_sql_connection.h,
24654: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24655:
24656: * src/classes/table.C: select * from hren error contains statement
24657:
24658: * src/: classes/table.C, include/pa_sql_connection.h,
24659: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24660: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24661:
24662: * src/: classes/root.C, include/pa_sql_connection.h,
24663: include/pa_sql_driver.h, main/main.dsp,
24664: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24665: services for conv memory & error reporting
24666:
24667: 2001-04-04 paf
24668:
24669: * src/doc/doxygen.cfg: z
24670:
24671: * src/include/pa_sql_driver.h: mysql connect
24672:
24673: * src/include/pa_sql_driver.h: mysql info
24674:
24675: * src/: classes/root.C, include/pa_sql_driver.h,
24676: include/pa_sql_driver_manager.h, main/main.dsp,
24677: main/pa_sql_driver_manager.C: more manager&connection&driver
24678:
24679: * src/sql/Makefile.am: forgot to add mysql client
24680:
24681: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24682: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24683: [forgot to add libltdl, added]
24684:
24685: * src/: Makefile.am, classes/root.C, classes/string.C,
24686: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24687: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24688: include/pa_string.h, include/pa_table.h, main/main.dsp,
24689: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24690: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24691: -1000 just compiled
24692:
24693: * src/: classes/random.C, classes/root.C, classes/table.C,
24694: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24695: main/pa_request.C, types/pa_vclass.h: sql frame -10
24696:
24697: 2001-04-03 paf
24698:
24699: * src/types/pa_vform.C: z
24700:
24701: * src/: classes/string.C, types/pa_vform.C: string:match replace
24702: assigned lang
24703:
24704: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24705: {}[]< empty []
24706:
24707: * src/: classes/file.C, classes/string.C, classes/table.C,
24708: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24709: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24710:
24711: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24712: string:match replace strange matches
24713:
24714: * src/classes/string.C: string:match replace 0
24715:
24716: * src/: classes/string.C, main/pa_string.C: string:match replace
24717: prepared 2
24718:
24719: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24720: string:match replace prepared
24721:
24722: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24723: string:match replace -11
24724:
24725: * src/: classes/string.C, include/pa_globals.h,
24726: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24727: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24728:
24729: * src/: classes/string.C, include/pa_globals.h,
24730: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24731: main/pa_string.C: string:match [search] -1 just compiled
24732:
24733: * src/types/pa_vstring.C: z
24734:
24735: * src/: classes/double.C, classes/file.C, classes/form.C,
24736: classes/int.C, classes/response.C, classes/root.C,
24737: classes/string.C, classes/table.C, include/pa_string.h,
24738: main/pa_string.C: string:match -10 [frame]
24739:
24740: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24741: main/pa_request.C: z
24742:
24743: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24744: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24745: todo/tests
24746:
24747: * src/include/pa_common.h: z
24748:
24749: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24750: main/pa_request.C, targets/cgi/parser3.C,
24751: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24752: content-disposition
24753:
24754: * src/: include/pa_common.h, include/pa_globals.h,
24755: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24756: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24757:
24758: * src/: include/pa_common.h, include/pa_request.h,
24759: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24760: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24761: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24762: response:body
24763:
24764: * src/classes/table.C: table:append now uses string::split
24765:
24766: * src/classes/table.C: z
24767:
24768: * src/: classes/file.C, classes/root.C, classes/string.C,
24769: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24770: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24771: include/pa_string.h, main/execute.C, main/pa_string.C,
24772: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24773: string::pos & cmp & piece bugs fixed. string::split new
24774: table:load separated from set table:set implemented with clean \n
24775: \t searches
24776:
24777: 2001-04-02 paf
24778:
24779: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24780: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24781: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24782: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24783: it in table:set/load
24784:
24785: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24786: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24787:
24788: * src/classes/random.C: random:generate 1
24789:
24790: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24791: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24792: types/pa_value.h: random:generate
24793:
24794: 2001-03-30 paf
24795:
24796: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24797: todo: table flip and append. string::pos
24798:
24799: * src/: classes/double.C, classes/file.C, classes/int.C,
24800: classes/response.C, classes/root.C, classes/string.C,
24801: classes/table.C, main/compile.y, main/execute.C,
24802: types/pa_value.h, types/pa_vstateless_class.C,
24803: types/pa_vstateless_class.h: static|dynamic|any method
24804: registration
24805:
24806: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24807: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24808: table:flip
24809:
24810: 2001-03-29 paf
24811:
24812: * src/classes/string.C: string:xsplit forgot that they must result
24813: in 1 row N column [not vice versa]
24814:
24815: * src/classes/string.C: z
24816:
24817: * src/classes/string.C: string: rsplit
24818:
24819: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24820: string: lsplit
24821:
24822: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24823: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24824: lsplit -1
24825:
24826: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24827: string: pos
24828:
24829: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24830: string: pos -1
24831:
24832: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24833: main/compile.y, main/pa_request.C, main/pa_string.C,
24834: main/untaint.C: string: left right mid
24835:
24836: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24837: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24838: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24839: and [;] are different now.
24840:
24841: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24842: main/untaint.C: pool.request undone
24843:
24844: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24845: main/untaint.C: pool.request
24846:
24847: 2001-03-28 paf
24848:
24849: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24850: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24851: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24852: $request:browser [.type .version]; unknown.get_double now = 0.
24853:
24854: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24855: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24856: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24857: types/pa_vform.C: file:load autodetection of mime-type by
24858: user-file-name
24859:
24860: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24861: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24862: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24863:
24864: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24865: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24866: write. must be self.set
24867:
24868: * src/: classes/file.C, classes/root.C, classes/table.C,
24869: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24870:
24871: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24872: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24873: types/pa_vtable.h: table:locate just compiled
24874:
24875: 2001-03-27 paf
24876:
24877: * src/main/: execute.C, pa_common.C: fixed r/w context of
24878: code-params2, fixed ntfs hardlink slow dir update
24879:
24880: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24881: types/pa_wcontext.h: fixed r/w context of code-params
24882:
24883: * src/: classes/table.C, main/execute.C: about to change junction
24884: rcontext!!
24885:
24886: * src/: classes/double.C, classes/int.C, classes/root.C,
24887: classes/string.C, classes/table.C, main/compile_tools.C,
24888: main/execute.C, main/pa_request.C, main/untaint.C,
24889: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24890: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24891: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24892: types/pa_vunknown.h: sort 0
24893:
24894: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24895: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24896: renamed to are_static_calls_disabled
24897:
24898: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24899: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24900: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24901: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24902:
24903: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24904:
24905: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24906: started table:sort fixed minor bug in #...^{
24907:
24908: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24909: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24910: decided to have as it were. stepped back. grammar: added 'in'
24911: 'is' 'lt'&co follow-space check
24912:
24913: 2001-03-26 paf
24914:
24915: * src/: classes/file.C, classes/root.C, classes/table.C,
24916: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24917: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24918: main/pa_table.C: moved ::save to pa_table. disabled @auto
24919: invocation in ^process
24920:
24921: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24922:
24923: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24924: main/pa_array.C: table:record
24925:
24926: * src/: main/untaint.C, targets/cgi/parser3.C,
24927: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24928: targets/isapi/pool_storage.h, types/pa_valiased.h,
24929: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24930: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24931: types/pa_vtable.h: z
24932:
24933: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24934: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24935: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24936: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24937: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24938: method realisations on 'self' validity - they now can simply
24939: assume that 'self' is V{Proper} .
24940:
24941: 2001-03-25 paf
24942:
24943: * src/main/untaint.C: z
24944:
24945: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24946: lowlevel - it initialization could be skipped if failed in @auto.
24947: so that exception report would use some table
24948:
24949: * src/main/pa_request.C: table empty lines ignored. system-default
24950: content type assigned in output:result [can fail in main:auto and
24951: skipped normal defaults extraction]
24952:
24953: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24954: bug
24955:
24956: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24957: processing to table [except preliminary \r\n \r \n replacements
24958: to "\n"]
24959:
24960: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24961: move all the processing to table
24962:
24963: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24964: main/pa_table.C, main/untaint.C: returned table originating.
24965: useful for reporting typo table problems origin. think would be
24966: useful somewhere else
24967:
24968: * src/main/untaint.C: typo \r \r\n \n properly handled
24969:
24970: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24971: include/pa_table.h, main/compile.y, main/compile_tools.C,
24972: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24973: main/pa_string.C, main/pa_table.C, main/untaint.C,
24974: types/pa_vcookie.h: typo & typo-default
24975:
24976: 2001-03-24 paf
24977:
24978: * src/main/pa_common.C: z
24979:
24980: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24981: targets/cgi/parser3.C: html-typo 2
24982:
24983: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24984: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24985: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24986: main/execute.C, main/pa_array.C, main/pa_globals.C,
24987: main/pa_request.C, main/pa_string.C, main/untaint.C,
24988: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24989: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24990: noticed double default content-type prob. run cgi.cmd tomorrow
24991: first html-typo sample. detected << problem: they become ltlt too
24992: fast
24993:
24994: * src/main/compile.y: z
24995:
24996: * src/main/: compile.y, compile_tools.h: #comment
24997:
24998: * src/: classes/file.C, classes/root.C, classes/table.C,
24999: include/pa_common.h, include/pa_request.h, main/compile.y,
25000: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25001: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25002: stringified
25003:
25004: * src/types/pa_valiased.C: decided to String-ify file_read
25005:
25006: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25007: isapi/parser3isapi.dsp: cgi: sapi::log
25008:
25009: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25010: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25011: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25012: error log experiments failed - cgi under iis got no access to
25013: log. registereventsource simply failed with 5(illegal call) code,
25014: while worked OK as standalone executable. isapi: used
25015: HSE_APPEND_LOG_PARAMETER feature
25016:
25017: * src/: include/pa_common.h, include/pa_globals.h,
25018: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25019: targets/isapi/parser3isapi.C: fixed default content-type
25020: allocation storage
25021:
25022: * src/: include/pa_globals.h, include/pa_request.h,
25023: main/pa_globals.C, main/pa_request.C: z
25024:
25025: * src/: include/pa_array.h, include/pa_hash.h,
25026: include/pa_request.h, main/compile.y, main/pa_array.C,
25027: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25028: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25029: content-type
25030:
25031: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25032: sanity
25033:
25034: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25035: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25036: away freeze mech. no danger now for you can't do
25037: ^request:process[@new-method[] body] trick anymore. still
25038: remains $some_instance.process[@new-method[] possibility] but
25039: would leave it as a feature. see index for sample
25040:
25041: * src/: include/pa_common.h, main/pa_common.C,
25042: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25043: monkey every target
25044:
25045: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25046: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25047: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25048:
25049: 2001-03-23 paf
25050:
25051: * src/: include/pa_pool.h, main/pa_request.C,
25052: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25053: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25054: targets/isapi/pool_storage.h: isapi: dumb pool storage
25055:
25056: * src/targets/isapi/pa_pool.C: decided to continue with extension
25057:
25058: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25059: it would be better to rewrite as filter then to deal with pool
25060:
25061: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25062: now like in cgi, not from APPL_PHYSICAL_PATH
25063:
25064: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25065: include/pa_config_fixed.h, include/pa_config_includes.h,
25066: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25067: include/pa_version.h, main/compile.y, main/execute.C,
25068: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25069: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25070: main/untaint.C, targets/cgi/parser3.C,
25071: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25072: cgi: reinvent document_root and request_uri under iis. autoconf
25073: updated. introducing ap_config_includes
25074:
25075: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25076:
25077: * src/targets/cgi/parser3.C: cgi: only one pool now
25078:
25079: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25080: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25081: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25082: types/pa_venv.h, types/pa_vform.C: sapi made object
25083:
25084: * src/: include/pa_globals.h, main/pa_request.C,
25085: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25086: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25087: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25088:
25089: * src/: main/pa_request.C, targets/cgi/parser3.C,
25090: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25091: isapi minor env beauty
25092:
25093: * src/: main/pa_request.C, targets/cgi/parser3.C,
25094: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25095: isapi document_root 0
25096:
25097: 2001-03-22 paf
25098:
25099: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25100:
25101: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25102: isapi/parser3isapi.C: z
25103:
25104: * src/: include/pa_pool.h, main/pa_request.C,
25105: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25106:
25107: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25108: kill.pl: isapi added utils
25109:
25110: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25111: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25112: types/pa_vform.C: isapi 0
25113:
25114: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25115: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25116: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25117: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25118: started isapi
25119:
25120: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25121: some comments
25122:
25123: * src/: include/pa_globals.h, include/pa_request.h,
25124: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25125: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25126: parser_root_auto_path parser_site_auto_path
25127:
25128: * src/types/pa_vcookie.C: cookie attr decoded
25129:
25130: 2001-03-21 paf
25131:
25132: * src/targets/cgi/parser3.C: z
25133:
25134: * src/include/pa_globals.h: post. todo: config of auto.p path
25135:
25136: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25137: types/pa_venv.h: in cookie & env. todo:post
25138:
25139: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25140: classes/root.C, classes/table.C, include/pa_array.h,
25141: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25142: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25143: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25144: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25145: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25146: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25147: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25148: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25149: shifted apache branch on main trunc
25150:
25151: * src/: include/pa_common.h, include/pa_globals.h,
25152: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25153: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25154: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25155: starting mod_parser3
25156:
25157: * src/targets/cgi/parser3.C: starting mod_parser3
25158:
25159: 2001-03-20 paf
25160:
25161: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25162: targets/cgi/parser3.C: automake compiled and works. todo:make
25163: win32 ifdefs work and add ifdef unistd
25164:
25165: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25166: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25167: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25168: z
25169:
25170: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25171: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25172: locking
25173:
25174: * src/: classes/Makefile.am, types/Makefile.am: z
25175:
25176: * src/: Makefile.am, classes/file.C, classes/root.C,
25177: classes/table.C, include/pa_array.h, include/pa_request.h,
25178: include/pa_string.h, main/Makefile.am, main/execute.C,
25179: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25180: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25181: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25182: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25183:
25184: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25185: main/pa_request.C, types/pa_vfile.h: ^table:save
25186:
25187: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25188: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25189: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25190: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25191: types/pa_vform.h: z
25192:
25193: * src/include/pa_string.h: z
25194:
25195: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25196: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25197: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25198: :Value
25199:
25200: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25201: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25202: :VStateless_object
25203:
25204: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25205: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25206: :VStateless_object
25207:
25208: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25209: types/pa_valiased.C, types/pa_vform.h: commented VForm
25210:
25211: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25212: types/pa_valiased.h, types/pa_value.h,
25213: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25214: types/pa_vstateless_object.h: moved common get_element part from
25215: stateless object&class into VAliased
25216:
25217: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25218: classes/table.C, main/execute.C, main/main.dsp,
25219: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25220: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25221: now :Value
25222:
25223: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25224: main/execute.C, main/main.dsp, main/pa_globals.C,
25225: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25226:
25227: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25228: doxx
25229:
25230: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25231: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25232: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25233: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25234: and ^file:save
25235:
25236: 2001-03-19 paf
25237:
25238: * src/types/pa_vfile.C: z
25239:
25240: * src/: classes/file.C, classes/request.C, classes/table.C,
25241: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25242: main/pa_request.C, main/untaint.C, types/pa_value.h,
25243: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25244:
25245: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25246: include/pa_string.h, include/pa_table.h, main/main.dsp,
25247: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25248: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25249: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25250: classes/_file.h, classes/file.C, types/pa_vfile.C,
25251: types/pa_vfile.h: file class just compiled
25252:
25253: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25254: include/pa_table.h, include/pa_types.h, main/execute.C,
25255: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25256: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25257: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25258:
25259: * src/include/pa_pool.h: z
25260:
25261: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25262: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25263: Hash::Value to Val so to doxygen would finlly stop confusing
25264: those Value-s
25265:
25266: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25267: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25268: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25269: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25270: include/pa_types.h, main/compile.C, main/compile.y,
25271: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25272: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25273: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25274: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25275: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25276:
25277: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25278: derivates somehow unlinked. don't know why yet
25279:
25280: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25281: include/pa_string.h, include/pa_threads.h, main/compile.C,
25282: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25283: main/execute.C, main/pa_array.C, main/pa_common.C,
25284: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25285: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25286: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25287:
25288: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25289: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25290: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25291: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25292: types/pa_vrequest.h: doc: detected Value derivates prob
25293:
25294: * src/include/pa_globals.h: z
25295:
25296: * src/: classes/_request.h, classes/request.C, include/code.h,
25297: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25298: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25299: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25300: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25301: main/execute.C, main/pa_pool.C, main/pa_request.C,
25302: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25303: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25304:
25305: 2001-03-18 paf
25306:
25307: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25308: cookie: allowed access to hash-assigned
25309:
25310: * src/targets/cgi/parser3.C: z
25311:
25312: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25313: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25314: include/pa_types.h, main/main.dsp, main/pa_common.C,
25315: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25316: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25317: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25318: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25319: types/pa_vunknown.h: cookie class
25320:
25321: * src/main/pa_request.C: zero length output allowed
25322:
25323: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25324: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25325:
25326: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25327: lang switch
25328:
25329: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25330: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25331: types/pa_value.h, types/pa_vhash.h:
25332: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25333:
25334: * src/main/execute.C: z
25335:
25336: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25337: targets/cgi/parser3.C: taint[uri
25338:
25339: * src/: classes/request.C, classes/response.C, classes/root.C,
25340: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25341: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25342: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25343:
25344: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25345: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25346: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25347: types/pa_vstateless_class.C: convinient string(pool, char *src,
25348: bool tainted) ctor
25349:
25350: * src/: include/pa_hash.h, include/pa_request.h,
25351: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25352: main/pa_request.C, main/pa_string.C, main/untaint.C,
25353: targets/cgi/parser3.C: proper @exceptions params tainting
25354:
25355: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25356: response fields to header
25357:
25358: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25359: z
25360:
25361: * src/: classes/_response.h, classes/response.C,
25362: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25363: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25364: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25365: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25366: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25367: $response: 0 request::core exception rethrow
25368:
25369: 2001-03-16 paf
25370:
25371: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25372: types/pa_vrequest.h: native method' class call with less params
25373: then needed error reporting
25374:
25375: * src/: classes/_request.h, classes/request.C,
25376: include/pa_globals.h, include/pa_request.h, main/execute.C,
25377: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25378: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25379: types/pa_vrequest.h: $request : query :uri
25380:
25381: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25382: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25383: types/pa_wcontext.h: $result
25384:
25385: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25386:
25387: * src/: classes/double.C, include/code.h, main/compile.y,
25388: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25389: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25390:
25391: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25392: main/compile.y, main/execute.C, types/pa_value.h,
25393: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25394: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25395: wcontext conflict
25396:
25397: * src/: main/execute.C, types/pa_value.h,
25398: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25399: $string.field
25400:
25401: 2001-03-15 paf
25402:
25403: * src/main/pa_request.C: news sample
25404:
25405: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25406: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25407:
25408: * src/main/: compile.y, execute.C: z
25409:
25410: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25411: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25412: pre pre works
25413:
25414: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25415: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25416: fillfields just compiled
25417:
25418: 2001-03-14 paf
25419:
25420: * src/: include/pa_request.h, main/pa_request.C,
25421: targets/cgi/parser3.C: z
25422:
25423: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25424: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25425: types/pa_vstring.h: limits -1
25426:
25427: * src/: include/pa_globals.h, include/pa_request.h,
25428: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25429: main/pa_request.C, targets/cgi/parser3.C,
25430: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25431: request_info -1
25432:
25433: * src/: include/pa_globals.h, main/pa_globals.C,
25434: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25435: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25436: vform_fields_fill
25437:
25438: * src/targets/cgi/parser3.C: # if MSVC
25439:
25440: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25441: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25442:
25443: * src/targets/cgi/parser3.C: z
25444:
25445: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25446: include/pa_string.h, include/pa_types.h, main/compile.y,
25447: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25448: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25449: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25450: types/pa_vunknown.h: global handler, exceptions in parser3
25451:
25452: 2001-03-13 paf
25453:
25454: * src/: classes/form.C, main/compile.y, main/core.C,
25455: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25456: types/pa_vform.h, types/pa_vstateless_class.C,
25457: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25458: instead
25459:
25460: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25461: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25462: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25463: started cgi target
25464:
25465: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25466: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25467: before error show with parser
25468:
25469: * src/: classes/_form.h, classes/form.C, include/core.h,
25470: include/pa_request.h, main/core.C, main/pa_request.C,
25471: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25472:
25473: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25474:
25475: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25476: parser3.C: renamed targets/ parser to cgi
25477:
25478: * src/: classes/double.C, classes/env.C, classes/int.C,
25479: classes/root.C, classes/string.C, classes/table.C,
25480: include/pa_request.h, types/pa_vhash.h: z
25481:
25482: * src/: classes/_env.h, classes/env.C, classes/root.C,
25483: include/core.h, include/pa_pool.h, include/pa_request.h,
25484: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25485: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25486: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25487: [historical moment :)]
25488:
25489: * src/: include/code.h, include/pa_string.h, main/compile.y,
25490: main/execute.C, main/pa_string.C: 'value is type' expr operator
25491:
25492: * src/types/pa_venv.h: $ENV 1
25493:
25494: * src/main/execute.C: z
25495:
25496: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25497: future methods of ENV constructor if
25498:
25499: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25500: class
25501:
25502: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25503: classes/_root.h, classes/_string.h, classes/_table.h,
25504: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25505: classes/string.C, classes/table.C, include/pa_request.h,
25506: main/compile.C, main/compile_tools.h, main/core.C,
25507: main/execute.C, main/main.dsp, main/pa_request.C,
25508: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25509: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25510: types/pa_vobject.h, types/pa_vstateless_class.C,
25511: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25512: types/pa_wcontext.h: $ENV: re 0, stateless classes
25513:
25514: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25515: classes/_root.h, classes/_string.h, classes/_table.h,
25516: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25517: classes/string.C, classes/table.C, include/pa_request.h,
25518: main/compile.C, main/compile_tools.h, main/core.C,
25519: main/execute.C, main/main.dsp, main/pa_request.C,
25520: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25521: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25522: types/pa_vobject.h, types/pa_vstateless_class.C,
25523: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25524: types/pa_wcontext.h: $ENV: re 0, stateless classes
25525:
25526: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25527: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25528: yesterdays bad decision on execute_static_method
25529:
25530: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25531:
25532: * src/: classes/double.C, classes/int.C, classes/root.C,
25533: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25534:
25535: * src/main/pa_request.C: z
25536:
25537: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25538: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25539:
25540: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25541: include/pa_pool.h, main/pa_request.C:
25542: restructure_exceptions_dead_end
25543:
25544: * src/: classes/root.C, main/compile.y: ^if required junctions.
25545: allowed ; inside {} to break params
25546:
25547: * src/classes/root.C: ^eval
25548:
25549: * src/: classes/_string.h, classes/double.C, classes/int.C,
25550: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25551: string ^format
25552:
25553: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25554: 'bad' but not 'enough'
25555:
25556: * src/: classes/double.C, classes/root.C, classes/table.C,
25557: include/pa_common.h, include/pa_types.h, main/compile.y,
25558: main/pa_common.C, main/pa_request.C, main/untaint.C,
25559: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25560: types/pa_wwrapper.h: think constructing flag as is is bad
25561:
25562: * src/: classes/double.C, classes/int.C, classes/root.C,
25563: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25564: types/pa_vint.h: ^for
25565:
25566: 2001-03-12 paf
25567:
25568: * src/classes/table.C: table ^empty
25569:
25570: * src/: classes/table.C, include/pa_table.h: table ^menu
25571:
25572: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25573: ^offset ^line ^count
25574:
25575: * src/classes/root.C: ^round() ^floor() ^ceiling()
25576: ^abs() ^sign()
25577:
25578: * src/classes/: root.C, table.C: ^use
25579:
25580: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25581: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25582: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25583: ^while. switched off wcontext.constructing after write(value) or
25584: auto-vhash-constructing
25585:
25586: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25587: main/pa_request.C: fail_if_junction_ helper func
25588:
25589: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25590: include/pa_request.h, main/execute.C, main/main.dsp,
25591: main/pa_common.C, main/pa_request.C: ^process error point by
25592: actual method_name, not source. ^load
25593:
25594: * src/types/pa_vtable.h: table: no, better with string in cells...
25595:
25596: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25597: classes/_table.h, classes/table.C, main/untaint.C: z
25598:
25599: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25600: include/pa_table.h, main/core.C, main/execute.C,
25601: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25602: types/pa_value.h: table:set 0
25603:
25604: * src/: classes/root.C, include/core.h, include/pa_array.h,
25605: include/pa_request.h, include/pa_table.h, main/core.C,
25606: main/main.dsp, main/pa_request.C, main/pa_table.C,
25607: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25608: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25609: types/pa_vstring.h: freeze, ^table:create[] -1
25610:
25611: * src/: classes/root.C, types/pa_value.h: z
25612:
25613: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25614: get_method in couple places optimizing them
25615:
25616: * src/classes/root.C: z
25617:
25618: * src/: classes/root.C, types/pa_vclass.h: process temp main
25619: zeroing
25620:
25621: * src/: classes/double.C, classes/int.C, classes/root.C,
25622: classes/string.C, include/pa_common.h, include/pa_request.h,
25623: include/pa_string.h, include/pa_types.h, main/compile.C,
25624: main/compile.y, main/compile_tools.h, main/execute.C,
25625: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25626: types/pa_vmframe.h: ^process. actual names to store param and
25627: check_actual_numbered_params for better place diagnostics
25628:
25629: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25630: method-junctions bug fixed
25631:
25632: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25633: pa_vstateless_object.h, pa_vstring.h: stateless_object
25634:
25635: 2001-03-11 paf
25636:
25637: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25638: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25639: VDouble VInt base now VObject_base - without fields
25640:
25641: * src/: classes/root.C, include/core.h, main/core.C: z
25642:
25643: * src/: classes/double.C, classes/int.C, classes/root.C,
25644: classes/string.C, include/core.h, include/pa_hash.h,
25645: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25646: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25647:
25648: * src/: classes/double.C, classes/int.C, classes/root.C,
25649: include/pa_request.h, main/execute.C: intercept_string
25650:
25651: * src/: classes/double.C, classes/int.C, classes/root.C,
25652: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25653:
25654: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25655: ^inc-s(expr)
25656:
25657: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25658: classes/_root.h, classes/_string.h, classes/double.C,
25659: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25660: include/code.h, include/core.h, include/pa_array.h,
25661: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25662: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25663: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25664: include/pa_types.h, main/compile.C, main/compile.y,
25665: main/compile_tools.C, main/compile_tools.h, main/core.C,
25666: main/execute.C, main/pa_array.C, main/pa_common.C,
25667: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25668: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25669: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25670: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25671: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25672: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25673: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25674: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25675:
25676: * src/: main/pa_request.C, types/pa_vhash.h: z
25677:
25678: * src/: include/core.h, include/pa_request.h, main/core.C,
25679: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25680:
25681: * src/: include/pa_valiased.h, include/pa_value.h,
25682: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25683: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25684: include/pa_vjunction.h, include/pa_vmframe.h,
25685: include/pa_vobject.h, include/pa_vstring.h,
25686: include/pa_vunknown.h, include/pa_wcontext.h,
25687: include/pa_wwrapper.h, main/compile.y, main/core.C,
25688: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25689: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25690: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25691: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25692: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25693: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25694: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25695: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25696: include/
25697:
25698: 2001-03-10 paf
25699:
25700: * src/: include/core.h, include/pa_request.h, main/core.C,
25701: main/pa_request.C: run+auto=run
25702:
25703: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25704:
25705: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25706: classes/_root.h, classes/_string.h, classes/double.C,
25707: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25708: include/code.h, include/core.h, include/pa_array.h,
25709: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25710: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25711: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25712: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25713: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25714: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25715: include/pa_vjunction.h, include/pa_vmframe.h,
25716: include/pa_vobject.h, include/pa_vstring.h,
25717: include/pa_vunknown.h, include/pa_wcontext.h,
25718: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25719: main/compile_tools.C, main/compile_tools.h, main/core.C,
25720: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25721: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25722: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25723: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25724: main/pa_wcontext.C: sources header
25725:
25726: * src/main/pa_request.C: auto..
25727:
25728: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25729: main/pa_request.C: auto tree0
25730:
25731: * src/: include/core.h, include/pa_request.h, main/compile.y,
25732: main/core.C, main/pa_request.C: names to core.C
25733:
25734: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25735: include/pa_request.h, main/core.C, main/execute.C,
25736: main/pa_common.C, main/pa_request.C: root auto.p loaded
25737:
25738: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25739: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25740: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25741: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25742:
25743: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25744: @auto[] realised. auto.p scan togo
25745:
25746: * src/: include/pa_request.h, main/execute.C: autocalc
25747: code-junctions result now have names
25748:
25749: * src/: classes/double.C, classes/int.C, classes/root.C,
25750: classes/string.C, include/pa_request.h, include/pa_string.h,
25751: include/pa_wcontext.h, main/compile.y, main/execute.C,
25752: main/pa_string.C, main/pa_wcontext.C: tainting 0
25753:
25754: * src/classes/env.C: env:file/line
25755:
25756: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25757: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25758: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25759: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25760: main/compile_tools.C, main/compile_tools.h, main/core.C,
25761: main/execute.C, main/main.dsp, main/pa_cframe.C,
25762: main/pa_request.C, main/pa_wcontext.C: const fight finished
25763:
25764: * src/include/pa_vclass.h: const fight to go
25765:
25766: * src/: classes/_env.h, classes/env.C, classes/root.C,
25767: include/pa_request.h, include/pa_vclass.h, main/core.C,
25768: main/main.dsp: env0
25769:
25770: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25771: classes/_string.h, classes/double.C, classes/int.C,
25772: classes/root.C, classes/string.C, include/pa_request.h,
25773: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25774: include/pa_wcontext.h, main/core.C, main/main.dsp,
25775: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25776: main/pa_wcontext.C: ^lang prepare0
25777:
25778: 2001-03-09 paf
25779:
25780: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25781: construct proper naming
25782:
25783: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25784: classes/double.C, classes/int.C, classes/root.C,
25785: classes/string.C, include/code.h, include/pa_value.h,
25786: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25787: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25788: main/compile.y, main/compile_tools.C, main/core.C,
25789: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25790: and ^double[]. fixed expr type
25791:
25792: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25793: ^string.length[]
25794:
25795: 2001-03-08 paf
25796:
25797: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25798:
25799: * src/: include/pa_vclass.h, include/pa_vstring.h,
25800: include/pa_wcontext.h, main/compile.y, main/core.C,
25801: main/execute.C, main/main.dsp: dead end: vstring can't be
25802: derivated from vobject
25803:
25804: * src/: include/pa_vclass.h, include/pa_vhash.h,
25805: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25806:
25807: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25808: remained clone conseqs
25809:
25810: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25811:
25812: * src/main/pa_vclass.C: wow! vclass were out of vcs
25813:
25814: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25815: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25816: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25817: include/pa_vobject.h, include/pa_vstring.h,
25818: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25819: main/execute.C: withoud cloning. didn't need it actually, params
25820: got passed from out unnamed ewpool
25821:
25822: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25823: include/pa_vjunction.h, include/pa_vobject.h,
25824: include/pa_vunknown.h, main/compile.y: cloning dead end
25825:
25826: * src/: include/pa_bool.h, include/pa_double.h,
25827: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25828: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25829: include/pa_vjunction.h, include/pa_vmframe.h,
25830: include/pa_vobject.h, include/pa_vstring.h,
25831: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25832: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25833: to give params proper names
25834:
25835: * src/main/pa_wcontext.C: z
25836:
25837: * src/: include/pa_vmframe.h, main/execute.C: added names to
25838: unknown values in get_element and unfilled params. removed wrong
25839: name change in get_element
25840:
25841: * src/main/execute.C: z
25842:
25843: * src/main/execute.C: fixed problems calling operators in
25844: constructors
25845:
25846: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25847: detected problems calling operators in constructors
25848:
25849: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25850: autocalc def to string
25851:
25852: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25853: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25854:
25855: * src/classes/root.C: added root.c
25856:
25857: * src/: include/pa_request.h, include/pa_value.h,
25858: include/pa_vcframe.h, include/pa_vmframe.h,
25859: include/pa_wcontext.h, main/compile.C, main/compile.y,
25860: main/core.C, main/execute.C, main/pa_cframe.C,
25861: main/pa_wcontext.C: 'if' just compiled
25862:
25863: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25864: include/pa_vjunction.h, include/pa_vmframe.h,
25865: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25866: main/pa_wcontext.C: z
25867:
25868: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25869: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25870: with parameter names in operator methods
25871:
25872: * src/main/compile.y: minor renamings in .y
25873:
25874: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25875: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25876: @BASE. changed 'RUN' assignment mech
25877:
25878: * src/main/execute.C: z
25879:
25880: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25881: main/compile_tools.h, main/execute.C: made class: dynamic, not
25882: static. so to enable runtime ^use
25883:
25884: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25885:
25886: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25887: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25888:
25889: * src/main/execute.C: root root in code-junction
25890:
25891: 2001-03-07 paf
25892:
25893: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25894: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25895:
25896: * src/: include/pa_stack.h, include/pa_value.h,
25897: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25898: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25899: fixed rwcontext of {} params up
25900:
25901: * src/main/: compile.y, compile_tools.h: ^func(params)
25902:
25903: * src/main/compile.y: .y priorities syntax shaped up a bit
25904:
25905: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25906: include/pa_vunknown.h, main/compile.y, main/execute.C,
25907: main/pa_hash.C: expr def in -f
25908:
25909: * src/main/: compile.y, execute.C: expr calls
25910:
25911: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25912: fixed
25913:
25914: * src/main/compile.y: expr quoted code
25915:
25916: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25917: support0
25918:
25919: * src/main/compile.y: expr string comparisons 0
25920:
25921: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25922: main/pa_string.C: just compiled lt&co
25923:
25924: * src/main/execute.C: ^var.menu{$field} problem detected. that
25925: $field not a $var.field
25926:
25927: 2001-03-06 paf
25928:
25929: * src/main/compile.y: .y expr visible-shorter
25930:
25931: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25932: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25933: logical
25934:
25935: * src/: include/pa_vstring.h, main/compile.y: problems with
25936: skipping whitespace in yylex
25937:
25938: * src/include/pa_vbool.h: forgot this
25939:
25940: * src/: include/code.h, main/compile.y, main/execute.C: without
25941: string ops in expressions 0
25942:
25943: * src/: include/pa_value.h, include/pa_vdouble.h,
25944: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25945: main/execute.C, main/main.dsp: !~
25946:
25947: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25948: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25949: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25950: include/pa_vunknown.h, include/pa_wcontext.h,
25951: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25952: main/compile_tools.h, main/execute.C: +-*/
25953:
25954: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25955: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25956:
25957: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25958: main/execute.C: expr grammar-1 2*2=4.000000 :)
25959:
25960: * src/main/compile.y: expr grammar-1
25961:
25962: * src/main/compile.y: expr lexx1
25963:
25964: * src/main/: compile.y, execute.C, main.dsp: z
25965:
25966: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25967: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25968: main/execute.C: expr lex0 exec-1
25969:
25970: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25971:
25972: 2001-02-26 paf
25973:
25974: * src/main/compile.y: max_string in yyerror bug fix
25975:
25976: 2001-02-25 paf
25977:
25978: * src/: include/pa_value.h, include/pa_vmframe.h,
25979: include/pa_wcontext.h, main/execute.C: VAliased3
25980:
25981: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25982:
25983: * src/main/execute.C: VAliased1
25984:
25985: * src/: include/pa_request.h, include/pa_value.h,
25986: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25987: VAliased0
25988:
25989: * src/: include/pa_pool.h, include/pa_request.h,
25990: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25991: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25992: VAliased just compiled
25993:
25994: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25995: include/pa_vobject.h, main/execute.C: alias dead end
25996:
25997: * src/: include/pa_value.h, include/pa_vclass.h,
25998: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25999: main/main.dsp: no not get fields into interm VFielded class.
26000: fields & staticfields 1
26001:
26002: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26003: include/pa_vobject.h, include/pa_wcontext.h,
26004: include/pa_wwrapper.h, main/core.C, main/execute.C,
26005: main/main.dsp: would now get fields into interm VFielded class
26006:
26007: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26008: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26009: include/pa_wcontext.h, main/compile.y, main/core.C,
26010: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26011: main/pa_wcontext.C: virtuals2
26012:
26013: * src/main/compile.y: : 1
26014:
26015: * src/main/compile.y: rethought to $class:static.field.subfield
26016:
26017: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26018: $class:element
26019:
26020: * src/: include/pa_value.h, include/pa_vmframe.h,
26021: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26022: main/pa_wcontext.C: before execute class calls rewrite
26023:
26024: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26025: name RUN, also alias
26026:
26027: * src/main/compile.y: escaping bug
26028:
26029: * src/: include/pa_request.h, include/pa_value.h,
26030: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26031: main/core.C, main/execute.C, main/pa_common.C: vobject1
26032:
26033: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26034: include/pa_vmframe.h, include/pa_vobject.h,
26035: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26036: main/compile_tools.h, main/execute.C: ^class:method() just
26037: compiled
26038:
26039: 2001-02-24 paf
26040:
26041: * src/main/main.dsp: no bison -d
26042:
26043: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26044: class' err msg wrong
26045:
26046: * src/main/compile.y: z
26047:
26048: * src/main/: compile.y, core.C: yylex need some @special lines adj
26049:
26050: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26051: main/compile.y, main/compile_tools.h, main/core.C: modules0
26052:
26053: * src/: include/pa_vclass.h, main/core.C: z
26054:
26055: * src/: include/pa_value.h, include/pa_vclass.h,
26056: include/pa_vobject.h, main/main.dsp: vobject00
26057:
26058: * src/main/pa_array.C: minor bug in expanding very small arrays.
26059: 60% from 1 were 0
26060:
26061: * src/: include/pa_value.h, include/pa_wcontext.h,
26062: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26063: as bad as you've named it: wcontext.value() was not a perfect
26064: idea
26065:
26066: * src/main/execute.C: codeframe1
26067:
26068: * src/: include/pa_value.h, include/pa_vcframe.h,
26069: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26070: include/pa_vjunction.h, include/pa_vmframe.h,
26071: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26072: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26073: just compiled
26074:
26075: * src/: include/pa_vframe.h, main/compile.y: found junction
26076: ideology @: ^x{$a()) must construct current wcontext element, so
26077: smart wcontext handling needed
26078:
26079: * src/main/compile.y: fixed grammar bugs in constructor/params
26080: klinch
26081:
26082: * src/main/: compile.y, execute.C: fixed empty constructor
26083: optimized empty case. failed on calls - produced empty string
26084: param
26085:
26086: * src/main/compile.y: fixed last \n macrotemplate strip bug
26087:
26088: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26089: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26090: main/compile_tools.C, main/compile_tools.h, main/core.C,
26091: main/execute.C: code junctions0. something wrong with last \n
26092: macrotemplate strip
26093:
26094: * src/: include/pa_value.h, main/compile.C, main/core.C,
26095: main/pa_value.C: minor error reporting format beautifyings
26096:
26097: * src/: include/pa_value.h, include/pa_vclass.h,
26098: include/pa_vframe.h, main/core.C, main/execute.C,
26099: main/pa_value.C: get_method RIP. junctions everywhere. call with
26100: junctions0
26101:
26102: 2001-02-23 paf
26103:
26104: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26105: pa_wwrapper.h: lara came, can't work, sorry :(
26106:
26107: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26108: junction
26109:
26110: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26111: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26112: main/execute.C, main/main.dsp, main/pa_value.C: call0
26113:
26114: * src/: include/pa_hash.h, include/pa_value.h,
26115: include/pa_wcontext.h, main/core.C, main/execute.C,
26116: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26117: done
26118:
26119: * src/include/pa_wcontext.h: z
26120:
26121: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26122: wrong grammar in complex constructor case
26123:
26124: * src/main/: compile.y, execute.C: empty constructor bug fixed
26125:
26126: * src/main/execute.C: with result rwpool
26127:
26128: * src/: include/pa_value.h, main/core.C, main/execute.C,
26129: main/main.dsp: value named
26130:
26131: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26132: strign 2 value in 2 places in execute
26133:
26134: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26135: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26136: wcontext.put_element when wcontext fvalue==0
26137:
26138: 2001-02-22 paf
26139:
26140: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26141: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26142: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26143:
26144: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26145: erroreos checkout
26146:
26147: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26148:
26149: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26150: main/compile_tools.h, main/pa_array.C: $self.get
26151:
26152: * src/main/: compile.C, compile.y, compile_tools.C: z
26153:
26154: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26155: bit. finished now.
26156:
26157: * src/main/compile.y: $: finished
26158:
26159: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26160:
26161: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26162: main/execute.C: OP_STRING better then some xxx _VALUE
26163:
26164: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26165: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26166: string to vstring it .y all
26167:
26168: * src/: include/pa_request.h, include/pa_stack.h,
26169: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26170: all
26171:
26172: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26173: precise parse error line:col
26174:
26175: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26176: main/pa_hash.C, main/pa_pool.C: TRY...
26177:
26178: * src/: include/pa_exception.h, include/pa_pool.h,
26179: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26180: main/compile.C, main/compile.y, main/compile_tools.C,
26181: main/core.C, main/pa_array.C, main/pa_exception.C,
26182: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26183: main/pa_table.C: removed exception from request
26184:
26185: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26186: some forgotten
26187:
26188: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26189: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26190: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26191: get/put simple vars to VClass works0
26192:
26193: * src/: include/pa_array.h, include/pa_wcontext.h,
26194: main/pa_string.C: in process, but found that exceptions are too
26195: global
26196:
26197: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26198: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26199: main/execute.C, main/pa_string.C: write_value write_string 0 it
26200: seems wcontext must write strings regardles of fvalue!=0
26201:
26202: 2001-02-21 paf
26203:
26204: * src/main/execute.C: tired :)
26205:
26206: * src/main/: compile.C, compile.y, execute.C: store0
26207:
26208: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26209: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26210: include/pa_wcontext.h, main/compile.C, main/compile.y,
26211: main/execute.C, main/main.dsp, main/pa_array.C,
26212: main/pa_request.C: get put -1 [just compiled]
26213:
26214: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26215: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26216: main/main.dsp, main/pa_request.C: request core methods0
26217:
26218: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26219: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26220: execute
26221:
26222: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26223: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26224: methods and one_big_piece. now compile returns array<method*>
26225:
26226: * src/main/compile.y: more straightforward yylex[end]
26227:
26228: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26229: string.operator==(char*)
26230:
26231: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26232: main/execute.C, main/pa_array.C: after array.const get wonders
26233:
26234: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26235: pa_string.h, pa_value.h: struck with const array.gets
26236:
26237: * src/main/: execute.C: z
26238:
26239: * src/main/: compile.y, execute.C: z
26240:
26241: * src/main/: compile.C, compile.y, compile_tools.h: error
26242: processing in eval & yyerror so it wouldn't cause memleaks.
26243:
26244: * src/main/: compile.C, compile.y: failed to add absolute precies
26245: parse error positions. leaving RIGHTMOST position as
26246: @file[line:col]
26247:
26248: * src/: include/compile.h, main/compile.C, main/compile.y,
26249: main/compile_tools.h: line numbers needed. would add them to .y
26250: now internally. externally it's not as precise as needed
26251:
26252: * src/: include/code.h, include/pa_types.h, main/compile.C,
26253: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26254: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26255: compiler works ok
26256:
26257: 2001-02-20 paf
26258:
26259: * src/main/: compile.C, compile.y, compile_tools.C,
26260: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26261: not perfect
26262:
26263: * src/: include/code.h, include/compile.h, include/execute.h,
26264: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26265: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26266: main/compile.C, main/compile.y, main/compile_tools.C,
26267: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26268: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26269: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26270: compiled. execute=dump for now
26271:
26272: * src/main/core.C: core rewrite using yacc investigations now will
26273: be compile[yacc]/execute[opcodes]
26274:
26275: 2001-02-15 paf
26276:
26277: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26278: rewrite as turing machine? for it seems it would be it's too many
26279: ifs with this syntax now
26280:
26281: 2001-02-14 paf
26282:
26283: * src/main/core.C: get_params 1
26284:
26285: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26286: :( ]
26287:
26288: * src/main/core.C: varios breaks
26289:
26290: * src/main/core.C: get names 3
26291:
26292: * src/main/core.C: get names 2
26293:
26294: * src/main/core.C: get names 1
26295:
26296: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26297: names 0
26298:
26299: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26300: text repassing2 operator static vars
26301:
26302: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26303: main/pa_string.C: process text repassing
26304:
26305: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26306: module:calls changes
26307:
26308: 2001-02-13 paf
26309:
26310: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26311: ^class:calls[] started
26312:
26313: * src/: include/pa_value.h, main/core.C: z
26314:
26315: * src/main/core.C: operators : and self. prefixes
26316:
26317: * src/main/core.C: z
26318:
26319: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26320: tested
26321:
26322: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26323: optimized
26324:
26325: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26326: would change privates to better support optimization
26327:
26328: * src/: include/pa_string.h, main/pa_string.C:
26329: String_iterator::skip_to todo:optimize
26330:
26331: 2001-02-12 paf
26332:
26333: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26334: String_iterator
26335:
26336: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26337: comments
26338:
26339: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26340: self/methodref joined
26341:
26342: 2001-02-11 paf
26343:
26344: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26345: main/main.dsp: core started. core.C, context&value .h
26346:
26347: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26348: include/pa_string.h, main/main.dsp, main/pa_array.C,
26349: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26350:
26351: 2001-01-30 paf
26352:
26353: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26354: comments
26355:
26356: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26357: main/pa_pool.C: moved pa_pool.C to be target specific
26358:
26359: * src/: include/pa_exception.h, include/pa_pool.h,
26360: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26361: to & changes
26362:
26363: * src/: include/pa_exception.h, include/pa_pool.h,
26364: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26365: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26366: re-associated. that's much better even removed 'die' necessety
26367:
26368: * src/: include/pa_error.h, include/pa_exception.h,
26369: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26370: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26371: targets/Makefile.am: lowered targets/parser into subdir, added
26372: parser_Pool(Pool) failed to add. would think..
26373:
26374: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26375: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26376: main/pa_string.C, main/pa_table.C: Table more like C++ style
26377: hence lots of 'const'
26378:
26379: * src/: include/pa_error.h, include/pa_request.h,
26380: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26381: main/pa_table.C: Error fixed
26382:
26383: 2001-01-29 paf
26384:
26385: * src/: include/pa_array.h, include/pa_common.h,
26386: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26387: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26388: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26389: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26390:
26391: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26392: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26393: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26394: main/pa_string.C, main/pa_table.C: Request Error Table
26395:
26396: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26397: templates"
26398:
26399: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26400: main/main.dsp, main/pa_array.C: templates failed no template
26401: specializations [VC6], no library auto instantation [VC6, GNU c++
26402: 2.95.2-6 from latest cygwin]
26403:
26404: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26405: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26406: main/main.dsp, main/pa_array.C, main/pa_string.C,
26407: main/pa_table.C: Table started would test template Array now
26408:
26409: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26410: String originating
26411:
26412: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26413: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26414: SYNCHRONIZED(thread_safe)
26415:
26416: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26417: parts to top
26418:
26419: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26420: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26421: see: needed only in global Hash now, made Hash:: put/get
26422: SYNCHRONIZED
26423:
26424: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26425: main/pa_threads.C: added pa_threads
26426:
26427: Mutex
26428:
26429: * src/include/pa_hash.h: some comments
26430:
26431: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26432: Array& operator += (Array& src)
26433:
26434: * src/main/pa_array.C: expand not convinient, would rewrite
26435:
26436: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26437: (Array& src)
26438:
26439: rethought, would change now
26440:
26441: 2001-01-27 paf
26442:
26443: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26444: caching
26445:
26446: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26447: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26448: cache rethought to chunk caching
26449:
26450: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26451: include/pa_string.h, main/main.dsp, main/pa_array.C,
26452: main/pa_hash.C, main/pa_string.C: Array 0
26453:
26454: * src/main/pa_string.C: String::operator ==
26455:
26456: * src/main/pa_hash.C: String(&String)
26457:
26458: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26459:
26460: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26461: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26462: pa_hash[forgotten]
26463:
26464: 2001-01-26 paf
26465:
26466: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26467: removed templates [vc++ suxx]
26468:
26469: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26470: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26471:
26472: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26473:
1.119 moko 26474: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26475:
1.119 moko 26476: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26477: check
26478:
26479: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26480: dynamic row_count
26481:
26482: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26483: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26484: targets/Makefile.am: Initial revision
26485:
26486: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26487: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26488: targets/Makefile.am: creating parser3 module
26489:
E-mail: