Annotation of parser3/ChangeLog, revision 1.211
1.211 ! moko 1: 2024-12-21 moko
! 2:
! 3: * Makefile.am: +operators.ru.txt
! 4:
! 5: * operators.ru.txt, operators.txt: typo fixed
! 6:
! 7: 2024-12-20 moko
! 8:
! 9: * operators.txt: whitespace synced
! 10:
! 11: * operators.ru.txt, operators.txt: curl added
! 12:
! 13: * operators.ru.txt, operators.txt: logically sorted
! 14:
! 15: * operators.ru.txt: id added
! 16:
! 17: * operators.txt: ID added
! 18:
! 19: * operators.txt: translated
! 20:
! 21: * operators.ru.txt, operators.txt: operators.txt translated to
! 22: english, synced format with operators.ru.txt
! 23:
! 24: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
! 25: formatted
! 26:
! 27: * operators.ru.txt, operators.txt: formatted, actualized, oracle
! 28: info moved to separate file
! 29:
! 30: 2024-12-19 moko
! 31:
! 32: * src/targets/cgi/parser3.C: avoid parser version requests logging
! 33: in parser3.log
! 34:
! 35: 2024-12-18 moko
! 36:
! 37: * buildall: preventing --with-system-mailreceive linking with
! 38: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
! 39: to feature #1199)
! 40:
1.210 moko 41: 2024-12-16 moko
42:
1.211 ! moko 43: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 44:
45: * src/classes/table.C: exception text fixed
46:
47: 2024-12-15 moko
48:
49: * tests/: 102.html, results/102.processed: tests updated after
50: $form:fields not editable again (related to feature #1254)
51:
52: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
53: be edited (related to feature #1254)
54:
55: * src/types/pa_vform.C: reverted that
56: $form:fields/tables/files/imap can be edited (related to feature
57: #1254) for backward compatibility
58:
59: 2024-12-14 moko
60:
1.211 ! moko 61: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 62:
63: * tests/results/auto.p: avoid $mac execution unless on OS X
64:
65: * tests/388-sql.html: more OS support
66:
67: 2024-12-13 moko
68:
69: * tests/388-sql.html: sql tests under OS X now fixed
70:
71: * tests/results/auto.p: curl test under OS X now works
72:
73: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
74: no dll name under Windows, hiding
75:
76: * tests/: 379-curl.html, results/379-curl.processed: some curl
77: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
78:
79: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
80: 389.html, results/030.processed, results/212.processed,
81: results/219.processed, results/273.processed,
82: results/320.processed, results/346-curl.processed,
83: results/389.processed, results/auto.p: ^try-catch-filtered added
84: and used
85:
86: * tests/: 347-curl.html, results/347-curl.processed: support for
87: different error messages
88:
89: * src/classes/curl.C: several curl libraries supported,
90: ^curl:options[ $.library[] ] resets to default
91:
92: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
93: removed as depends on curl version
94:
95: * tests/results/: 223-curl.processed, 394-curl.processed: curl
96: fixed bug with \n in file names, test result updated
97:
98: * tests/388-sql.html: +libmysqlclient.so
99:
100: * etc/auto.p.in: +libmariadb
101:
102: 2024-12-12 moko
103:
104: * tests/: 388-sql.html, results/429-sql.processed: test results
105: updated after test changed
106:
107: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
108: for newer MariaDB compatibility
109:
110: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
111: results/429-sql.processed: key -> id for new MariaDB
112: compatibility
113:
114: * src/types/pa_vmethod_frame.h: warning war
115:
116: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
117: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
118: including for Debian package
119:
120: 2024-12-11 moko
121:
122: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
123: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
124: $status:log-filename added (related to feature #1262)
125:
126: * tests/: 440.html, results/440.processed: test for row is checked
127: before accessing when table is modified during select (related to
128: bug #1258)
129:
130: * src/: classes/table.C, include/pa_table.h: row should be checked
131: before accessing as table can be modified during select (related
132: to bug #1258)
133:
134: * src/types/pa_vmail.C: $mail:received tables -> elements array
135: (related to feature #1226)
136:
137: * src/: classes/file.C, classes/image.C, classes/table.C,
138: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
139: better messages (related to feature #1267)
140:
141: * tests/results/: 065.processed, 246.processed, 337.processed,
142: 342.processed, 352.processed, 356.processed, 364.processed,
143: 372.processed, 373.processed, 389.processed, 404.processed,
144: 406.processed, 414.processed, 430.processed, 432.processed,
145: 442.processed: tests updated after params.as_string error
146: reporting was improved (related to feature #1267)
147:
148: * src/classes/reflection.C: error messages optimized (related to
149: feature #1267)
150:
151: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
152: error reporing for params.as_* (related to feature #1267)
153:
154: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
155: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
156: #1267)
157:
158: * tests/results/: 246.processed, 414.processed, 432.processed:
159: tests updated after params.as_string error reporting was improved
160: (related to feature #1267)
161:
162: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
163: reporing for params.as_string (implements feature #1267)
164:
165: * tests/: 065.html, results/065.processed: tests for file methods
166: accepting file as filename added (related to feature #1265)
167:
168: * src/: classes/file.C, include/pa_exception.h,
169: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
170: methods now accept file as path specification (adopted Sumo patch
171: implements feature #1265)
172:
173: * tests/: 400.html, results/400.processed: tests for result
174: optimization "locks" after first method call (related to feature
175: #1266)
176:
177: 2024-12-10 moko
178:
179: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
180: result_optimization comments (related to feature #1266)
181:
182: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
183: $result now stored in my_result, not in local variables hash
184: (implements feature #1266)
185:
1.209 moko 186: 2024-12-09 moko
187:
1.210 moko 188: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
189: set_my_variable in preparation for $result optimization (related
190: to feature #1266)
191:
1.209 moko 192: * tests/results/119.processed: newline corrected for some OS
193:
194: * tests/: 441.html, results/441.processed: Debian-specific test
195: commented
196:
197: * buildall: pcre2 10.42 -> 10.44
198:
199: 2024-12-08 moko
200:
201: * buildall: external links fixed
202:
203: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
204:
205: * src/include/pa_table.h: some clang versions compilation fix
206:
207: * configure.ac: 3.4.7b -> 3.5.0rc
208:
209: 2024-12-07 moko
210:
211: * tests/: 443.html, 444.html, results/443.processed,
212: results/444.processed: tests for named params (related to feature
213: #1205)
214:
215: * src/: classes/reflection.C, types/pa_method.h: named_params
216: support in reflection (related to feature #1205)
217:
218: * src/types/pa_vmethod_frame.h: extra_params and named params
219: should be also inited in ^method[] call (related to feature
220: #1205)
221:
222: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
223: support using @method[arg;.named_arg;.named_arg2] syntax
224: (implements feature #1205)
225:
226: * tests/: 443.html, results/443.processed: test for *args inited
227: added (related to bug #1264)
228:
229: * src/types/pa_vmethod_frame.h: *args are now inited even if not
230: specified (fixes bug #1264)
231:
232: * tests/: 442.html, results/442.processed: tests for
233: params.as_file_name(N) with empty file name added (related to
234: feature #1121)
235:
236: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
237: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
238: include/pa_exception.h, types/pa_vmethod_frame.h:
239: params.as_file_name(N) added and used instead of
240: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
241: (implements feature #1121)
242:
243: * src/: classes/file.C, classes/image.C, classes/op.C,
244: classes/table.C, include/pa_exception.h: filename is everywhere
245: params.as_string, unify exception and remove
246: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
247:
248: * tests/: 141.html, results/141.processed: test for
249: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
250: to feature #1263)
251:
252: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
253: $.format[file] ] now supported (implements feature #1263)
254:
255: 2024-12-06 moko
256:
257: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
258: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
259: (cgi/console/mail/httpd/apache/isapi) added (related to feature
260: #1262)
261:
262: 2024-12-05 moko
263:
264: * src/targets/cgi/parser3.C: more correct arguments processing to
265: block -fl config.file log.file logic (related to feature #1262)
266:
267: 2024-12-04 moko
268:
269: * src/targets/cgi/parser3.C: now only one log location is selected
270: and tried. -l - supported for stderr specification (related to
271: feature #1262)
272:
273: 2024-12-03 moko
274:
275: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
276: results/010.processed, results/415.processed: tests for
277: $.(expression)[value], $a.(expression), ^v.(expression)[args]
278: added (related to feature #1064)
279:
280: * src/main/compile.y: $.(expression)[value], $a.(expression),
281: ^v.(expression)[args] now supported (implements feature #1064)
282:
283: 2024-12-02 moko
284:
285: * src/targets/cgi/parser3.C: -l /path/to/log options added
286: (implements feature #1262)
287:
1.208 moko 288: 2024-12-01 moko
289:
290: * tests/: 010.html, results/010.processed: some tests related to
291: bug #1149 added
292:
293: * src/main/compile.y: the check pc.pos.col > 1 is not required
294: because we can't be here without a '$' before. The begin == end
295: check was incorrect since $[a]{b} fits this condition (fixes bug
296: #1149)
297:
298: 2024-11-29 moko
299:
300: * src/classes/array.C: warning war
301:
302: 2024-11-26 moko
303:
304: * tests/: 441.html, results/441.processed: a bit more testing
305: (related to bug #1238)
306:
307: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
308:
309: * src/main/pa_exec.C: simplification arg_quote added (related to
310: bug #1229)
311:
1.207 moko 312: 2024-11-25 moko
313:
314: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
315: bug #1239)
316:
317: 2024-11-24 moko
318:
319: * src/main/pa_exec.C: added cmd.exe specific
320:
321: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
322: tests for ^file::exec env and args tainting tests (related to bug
323: #1239)
324:
325: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
326:
327: * src/include/pa_config_includes.h: added recommendations for
328: libxslt.a and and libexslt.a compilation under cygwin
329:
330: * tests/results/102.processed: $form:fields.value is now writable,
331: as $form:value (related to feature #1254)
332:
333: * src/include/pa_config_includes.h: cigwin compilation fixes
334:
335: 2024-11-23 moko
336:
337: * tests/httpd/site/run_server.sh: to simplify testing
338:
339: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
340: site/form.html: $form:files and $form:elements tests added, tests
341: with curl supported (related to feature #1254)
342:
343: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
344: types/pa_vform.h: $form:elements implemented, VForm::get_element
345: uses faster SYMBOLS_EQ, hashes no longer copied when using
346: $form:fields/tables/files/imap and can be edited (implements
347: feature #1254)
348:
349: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
350: bug #1261)
351:
1.206 moko 352: 2024-11-17 moko
353:
354: * tests/: 440.html, results/440.processed: tests for
355: ^table.array[], offset restoration, iterators robust tests
356: (related to bug #1258, features #1259 and #1260)
357:
358: * tests/: 439.html, results/439.processed: array and hash iterators
359: robust tests (related to feature #1260)
360:
361: * src/: classes/array.C, classes/table.C, include/pa_array.h,
362: include/pa_table.h: Array_robust_iterator added and used in cases
363: where array can be modified during iteration (implements feature
364: #1260)
365:
366: * src/classes/table.C: ^table.array[], ^table.array[column name],
367: ^table.array{code} added (implements feature #1259)
368:
369: 2024-11-16 moko
370:
371: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
372: table current row restoration after exception and table changes
373: (fixes bug #1258)
374:
375: 2024-11-13 moko
376:
377: * src/classes/table.C: minor optimization
378:
379: * src/main/pa_string.C: \r added to default ^string.trim chars list
380: (https://www.parser.ru/forum/?id=86648)
381:
1.205 moko 382: 2024-11-11 moko
383:
1.206 moko 384: * src/classes/classes.C: set_base commented
385:
386: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
387: deleted
388:
389: * src/classes/classes.vcproj: no more classes.awk and classes.inc
390:
391: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
392: classes.inc
393:
394: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
395: main/pa_globals.C: classes.awk is useless, preparing to delete it
396:
1.205 moko 397: * src/classes/classes.h: temp fix
398:
399: 2024-11-10 moko
400:
401: * src/: classes/date.C, classes/file.C, classes/image.C,
402: classes/op.C, main/pa_string.C: minor optimization
403:
404: * src/: classes/date.C, classes/file.C, classes/image.C,
405: classes/op.C, main/pa_string.C: typo fixed
406:
407: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
408: classes/file.C, classes/image.C, classes/op.C,
409: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
410: memory allocation befor main(). Only 3 allocations in chatsets
411: left (implements feature #1257)
412:
413: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
414: minor naming convention fix
415:
416: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
417: results/436.processed, results/437.processed,
418: results/438.processed: tests for @unhandled_exception processing
419: (related to feature #1256)
420:
421: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
422: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
423: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
424: are now processed in request::core for correct logging and
425: reporting (feature #1256)
426:
427: * src/: include/pa_sapi.h, main/pa_request.C,
428: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
429: targets/isapi/parser3isapi.C: unhandled exception now called if
430: exception occures during $response:download processing (related
431: to bug #1255)
432:
433: * etc/auto.p.in: better 404 error reporting
434:
435: 2024-11-09 moko
436:
437: * src/main/pa_memory.C: more detailed usage comment
438:
439: * src/main/pa_memory.C: usage commented
440:
441: * src/main/pa_memory.C: minor cleanup
442:
443: * src/types/: pa_varray.h, pa_vregex.h: warnings war
444:
445: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
446: httpd/site/029.html, results/436.processed: test for exception in
447: $response:download[] added
448:
449: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
450: and avoid exit status 1 on die
451:
452: * tests/results/: 007.processed, 019.processed, 098.processed,
453: 103.processed, 233.processed: windows headers matter for binary
454: files
455:
456: * tests/httpd/ok.log: tests results updated as extra headers now
457: cleared on error (related to bug #1255)
458:
459: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
460: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
461: targets/isapi/parser3isapi.C: headers buffering to avoid extra
462: headers in errors, custom send_error in cgi/httpd mode to avoid
463: memory allocations (fixes bug #1255)
464:
465: 2024-11-07 moko
466:
467: * tests/: 264.html, results/264.processed: tests updated to test
468: removal of only trailing empty arguments for backward
469: compatibility (related to feature #1252)
470:
471: * src/classes/file.C: remove trailing empty arguments for backward
472: compatibility (related to feature #1252)
473:
474: 2024-11-05 moko
475:
476: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
477: low memory case, when static initialization failed even before
478: main() start
479:
480: 2024-11-04 moko
481:
482: * configure, src/include/pa_config_auto.h.in,
483: src/include/pa_config_fixed.h: _locking no longer used
484:
485: * configure.ac: _locking no longer used (related to bug #1231)
486:
487: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
488:
489: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
490:
491: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
492: unused
493:
494: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
495: be used on locking errors (related to bug #1231)
496:
497: * src/main/pa_os.C: GetLastError used as errno is not set (related
498: to bug #1231)
499:
500: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
501: allowing shared lock to work (fixes bug #1231)
502:
503: * INSTALL: actualized, minor fixes
504:
505: * etc/auto.p.in: default LIMITS added
506:
507: * AUTHORS: links actualized
508:
509: * src/: classes/array.C, classes/bool.C, classes/classes.C,
510: classes/classes.awk, classes/classes.h, classes/curl.C,
511: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
512: classes/hash.C, classes/hashfile.C, classes/image.C,
513: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
514: classes/math.C, classes/memcached.C, classes/memory.C,
515: classes/op.C, classes/reflection.C, classes/regex.C,
516: classes/response.C, classes/string.C, classes/table.C,
517: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
518: include/pa_array.h, include/pa_base64.h,
519: include/pa_cache_managers.h, include/pa_charset.h,
520: include/pa_charsets.h, include/pa_common.h,
521: include/pa_config_fixed.h, include/pa_config_includes.h,
522: include/pa_dictionary.h, include/pa_dir.h,
523: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
524: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
525: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
526: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
527: include/pa_request_charsets.h, include/pa_request_info.h,
528: include/pa_sapi.h, include/pa_socks.h,
529: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
530: include/pa_stack.h, include/pa_string.h,
531: include/pa_stylesheet_connection.h,
532: include/pa_stylesheet_manager.h, include/pa_symbols.h,
533: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
534: include/pa_uue.h, include/pa_xml_exception.h,
535: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
536: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
537: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
538: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
539: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
540: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
541: main/compile.tab.C, main/compile.y, main/compile_tools.C,
542: main/compile_tools.h, main/execute.C, main/pa_base64.C,
543: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
544: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
545: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
546: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
547: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
548: main/pa_sql_driver_manager.C, main/pa_string.C,
549: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
550: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
551: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
552: main/untaint.C, sql/pa_sql_driver.h,
553: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
554: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
555: targets/isapi/parser3isapi.C, types/pa_junction.h,
556: types/pa_method.h, types/pa_property.h, types/pa_value.C,
557: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
558: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
559: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
560: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
561: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
562: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
563: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
564: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
565: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
566: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
567: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
568: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
569: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
570: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
571: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
572: types/pa_vresponse.C, types/pa_vresponse.h,
573: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
574: types/pa_vstateless_object.h, types/pa_vstatus.C,
575: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
576: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
577: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
578: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
579: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
580:
1.203 moko 581: 2024-10-28 moko
582:
1.204 moko 583: * src/classes/array.C: avoid invalidate()
584:
585: * src/: classes/array.C, types/pa_varray.h: minor optimization for
586: fused to survive in ^array::copy[$a] (related to feature #930)
587:
588: * src/types/pa_varray.h: minor optimization as last element is
589: allways defined if present
590:
1.203 moko 591: * tests/: 435.html, results/435.processed: tests for
592: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
593: for array added (related to feature #1253)
594:
595: * src/classes/array.C: typo fixed
596:
597: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
598: ^hash.set([-+]index)[value], and same for array added (implements
599: feature #1253)
600:
601: * tests/results/: 246.processed, 298.processed, 342.processed,
602: 389.processed, 397.processed, 430.processed, 432.processed: tests
603: results update after minor exceptions texts fixes
604:
605: 2024-10-27 moko
606:
607: * src/: classes/array.C, classes/hash.C, classes/math.C,
608: classes/reflection.C, classes/string.C, classes/table.C,
609: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
610: types/pa_vmethod_frame.h: handy as_index() added, several
611: exceptions texts fixed (related to feature #930)
612:
613: * src/: classes/array.C, types/pa_varray.h: non-working
614: $array.fields removed, ^array.delete[index] supported (related to
615: feature #930)
616:
617: * tests/: 431.html, results/431.processed: tests updated after
618: ^a.delete[3] supported
619:
620: * tests/: 431.html, 434.html, results/434.processed: tests for last
621: element used, push/pop, exceptions during arguments processing
622: and used caching (related to feature #930)
623:
624: * src/: classes/array.C, types/pa_varray.h: change_used added for
625: better used caching and now no issues if exception occures during
626: append arguments processing (related to feature #930)
627:
628: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
629: ^array.pop[] added, last element is allways used (related to
630: feature #930)
631:
632: 2024-10-26 moko
633:
634: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
635: types/pa_varray.h: confirm_all_used added where possible (related
636: to feature #930)
637:
638: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
639: small array optimizations (related to feature #930)
640:
641: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
642:
643: * tests/: 431.html, results/431.processed: test for
644: ^array.compact[undef] added
645:
646: * src/classes/array.C: ^array.compact[] now have optional 'undef'
647: argument to also compact undefined elements (related to feature
648: #930)
649:
650: 2024-10-24 moko
651:
652: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
653: VArray::hash is used rarery, no longer caching the result
654:
655: * tests/results/432.processed: testing removed from tests
656:
657: 2024-10-23 moko
658:
659: * tests/: 431.html, results/431.processed: ^array.compact[] test
660: added
661:
662: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
663:
664: * tests/: 432.html, results/432.processed: testing ^array.at[] for
665: both "solid" and "sparse" arrays
666:
667: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
668:
669: 2024-10-22 moko
670:
671: * tests/results/264.processed: spelling
672:
673: * src/classes/file.C: spelling
674:
675: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
676: tests updated after ^file::exec[cmd;;$array] implemented and
677: empty arguments not skipped (related to feature #1252)
678:
679: * src/classes/file.C: ^file::exec[cmd;;$array] supported
680: (implements feature #1252) bugfix: empty arguments no longer
681: skipped
682:
1.205 moko 683: 2024-10-21 moko
684:
685: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
686: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
687: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
688: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
689: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
690: site/index.html, site/test.txt: httpd tests added
691:
1.202 moko 692: 2024-10-20 moko
693:
694: * src/classes/string.C: warnings war
695:
696: * src/: main/pa_string.C, classes/array.C: warnings war
697:
698: * src/classes/json.C: warnings war
699:
700: * src/classes/image.C: warnings war
701:
702: * src/: classes/table.C, types/pa_varray.C: warnings war
703:
704: * src/classes/array.C: warning war
705:
706: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
707:
708: * src/main/main.vcproj: warnings war
709:
710: 2024-10-19 moko
711:
712: * tests/427.html: test updated after constructors renamed
713:
714: 2024-10-18 moko
715:
716: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
717: results/421.processed, results/430.processed,
718: results/431.processed: test updated after constructors renamed
719:
720: * src/classes/array.C: create -> copy, new -> create according to
721: https://www.parser.ru/forum/?id=86603 discussion (related to
722: feature #930)
723:
724: 2024-10-16 moko
725:
726: * src/classes/json.C: $json:array[array or hash] added to provide
727: more backward compatibility (implements feature #1251)
728:
729: 2024-10-15 moko
730:
731: * tests/: 421.html, results/421.processed: test results updated
732: after missing constuctor error check added and array is_index
733: check added
734:
735: * src/main/execute.C: absent constructor message fixed
736:
1.201 moko 737: 2024-10-13 moko
738:
739: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
740: with is_index() before calling index() for better error reporting
741: in method name typo (was invalid number, not method not found
742: exception).
743:
744: 2024-10-08 moko
745:
746: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
747:
748: * src/include/pa_array.h: warnings war
749:
1.200 moko 750: 2024-10-05 moko
751:
752: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
753: returns current row cells array (implements feature #1250)
754:
755: * tests/: 405.html, results/169.processed, results/405.processed:
756: tests updated after ^string.split[;a] implemented (related to
757: feature #1249)
758:
759: * src/classes/string.C: ^string.split[] - 'a' option added for
760: splitting into an array (implements feature #1249)
761:
762: 2024-10-04 moko
763:
764: * tests/: 431.html, results/431.processed: final code coverage
765: array tests
766:
767: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
768: array: confirm_all_used() added and used where possible, expand()
769: now expends faster
770:
771: 2024-10-03 moko
772:
773: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
774:
775: * tests/: 256.html, results/256.processed: test for
776: $.date[unix-timestamp] handling large dates
777:
778: * src/: classes/file.C, classes/op.C, classes/reflection.C,
779: classes/string.C, classes/table.C, include/pa_common.h,
780: main/pa_common.C, main/pa_http.C, main/pa_request.C,
781: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
782: format replaced with pa_uitoa where applicable,
783: $.date[unix-timestamp] fixed for handling large dates
784:
785: * tests/: 433.html, results/433.processed: more tests, including
786: test for possible endless recursion in ^o.GET[]
787:
788: * src/types/pa_vobject.C: bugfix: detecting possible endless
789: recursion in get_scalar_value inside ^o.GET[]
790:
791: * src/: classes/json.C, include/pa_request.h, main/execute.C,
792: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
793: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
794: $LIMITS.max_recursion
795:
796: 2024-10-02 moko
797:
798: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
799: results/253.processed, results/287.processed,
800: results/430.processed, results/433.processed: more tests for full
801: array and json code coverage
802:
803: * tests/: 433.html, results/433.processed: tests for hash functions
804: with array param
805:
806: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
807:
808: * tests/: 432.html, results/432.processed: modified ^hash.at tests
809: in 246.html used to test ^array.at, same result produced
810:
811: * tests/: 430.html, 431.html, results/430.processed,
812: results/431.processed: more array tests for 100% code coverage
813: (related to feature #930)
814:
815: * tests/: 427.html, 430.html, results/427.processed,
816: results/430.processed: first portion of array tests added
817: (related to feature #930)
818:
819: * src/classes/array.C: allow only whitespace string as argument for
820: add and join
821:
822: * src/classes/array.C: add behavour for array synced with hash
823:
824: 2024-09-30 moko
825:
826: * tests/: 429-sql.html, results/429-sql.processed: code coverage
827: tests added
828:
829: * src/classes/array.C: $.distinct should not be used unless
830: $.sparse(true)
831:
832: * tests/: 429-sql.html, results/388-sql.processed,
833: results/429-sql.processed: tests for ^array::sql{}, including
834: multi_statements mode (related to feature #930)
835:
1.199 moko 836: 2024-09-29 moko
837:
838: * src/classes/array.C: synced ^array::sql multi_statements logic
839: with ^hash::sql new behavour
840:
841: 2024-09-28 moko
842:
843: * tests/: 428-sql.html, results/388-sql.processed,
844: results/428-sql.processed: tests updated after column names were
845: fixed in multi_statements mode (related to feature #1197)
846:
847: * src/classes/hash.C: column names are fixed for most cases in
848: multi_statements mode (related to feature #1197)
849:
850: * tests/: 428-sql.html, results/195.processed,
851: results/224.processed, results/239.processed,
852: results/254.processed, results/261.processed,
853: results/306.processed, results/333.processed,
854: results/341.processed, results/343.processed,
855: results/344.processed, results/348.processed,
856: results/364.processed, results/389.processed,
857: results/390.processed, results/415.processed,
858: results/420.processed, results/421.processed: tests results
859: updated after error messages spelling minor fixes
860:
861: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
862: spelling
863:
864: * src/: classes/curl.C, classes/file.C, classes/hash.C,
865: classes/image.C, classes/math.C, classes/string.C,
866: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
867: main/execute.C, main/pa_charset.C, main/pa_common.C,
868: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
869: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
870: types/pa_vmail.C, types/pa_vobject.C,
871: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
872: types/pa_vxdoc.C: minor error messages spelling fixes
873:
874: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
875: implementation (related to feature #930)
876:
877: * tests/: 388-sql.html, results/388-sql.processed: test results
878: updated after rows number ^file::sql{} check added
879:
880: * src/classes/file.C: rows number now checked in ^file::sql{}
881:
882: * tests/: 428-sql.html, results/428-sql.processed: more tests
883:
884: * tests/: 428-sql.html, results/428-sql.processed: more
885: multi_statements testing before bugfix
886:
887: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
888: results/428-sql.processed: support for multiple sql test files
889: added
890:
891: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
892:
893: * src/classes/hash.C: more accurate one_bool_column processing
894:
895: * tests/: 427.html, results/427.processed: Constructors as methods
896: behavour documented in test
897:
898: * src/classes/hash.C: HashStringValue::Iterator used for options
899:
900: * tests/: 388-sql.html, results/388-sql.processed: even more tests
901:
902: * tests/: 388-sql.html, results/388-sql.processed: a bit more
903: testing
904:
905: * tests/results/367-curl.processed: test result updated after
906: server charset changed
907:
908: * tests/results/347-curl.processed: error messages updated
909:
910: * tests/results/: 346-curl.processed, 379-curl.processed,
911: 394-curl.processed: tests results updated after Type -> Exception
912: type replacement
913:
914: * tests/results/388-sql.processed: tests result updated after Type
915: -> Exception type
916:
917: 2024-09-27 moko
918:
919: * src/classes/hash.C: minor simplification
920:
921: 2024-09-24 moko
922:
923: * src/main/pa_string.C: atoui error messages improved
924:
925: * tests/: 165.html, 312.html, results/165.processed,
926: results/312.processed, results/379.processed: tests updated after
927: default endless loop limit increased, atoi error messages
928: improved
929:
930: * src/classes/hash.C: VBool::get used, unification
931:
1.198 moko 932: 2024-09-22 moko
933:
934: * src/classes/array.C: minor simplification
935:
936: * src/classes/array.C: ^array.left(N),
937: ^array.right(N),^array.mid(P;N) added (related to feature #930)
938:
939: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
940: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
941: added, default 1000000 (related to feature #930)
942:
943: * tests/: 426.html, results/426.processed: test for negative limit
944: and offset processing for table options added
945:
946: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
947: bugfix: negative limit and offset processing for table options
948: fixed
949:
950: 2024-09-21 moko
951:
952: * src/: classes/array.C, types/pa_varray.h: join supports hash;
953: ^for added that also iterates holes; ^remove added (related to
954: feature #930)
955:
956: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
957: $.offset(M) ] added (related to feature #930)
958:
959: 2024-09-20 moko
960:
961: * src/: classes/array.C, types/pa_varray.h: array:
962: +foreach[value]{code}, + add[hash with numeric keys] (related to
963: feature #930)
964:
965: 2024-09-19 moko
966:
967: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
968: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
969: support $a[v1;v2;...] syntax (related to feature #930)
970:
971: 2024-09-17 moko
972:
973: * src/: classes/reflection.C, include/pa_request.h,
974: main/compile_tools.h, main/pa_request.C:
975: ^reflection:class_alias[existing class name;alias class name]
976: added. The array class can now be redefined regardless of the
977: $.replace(bool) option value (related to feature #930)
978:
979: * src/main/: compile.y, compile_tools.h: class_add return value
980: inverted to add it to request class
981:
982: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
983: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
984: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
985: resize if required. spared array - added fused, append.
986:
1.197 moko 987: 2024-09-16 moko
988:
989: * src/types/pa_varray.h: get moved to where it belongs
990:
991: 2024-09-15 moko
992:
993: * src/: include/pa_array.h, types/pa_varray.h: more agressive
994: expansion to minimize reallocs: fallocated/32 -> fallocated/4
995:
996: * tests/: 421.html, results/323.processed, results/421.processed:
997: tests updated after 'spared-array' class renamed to 'array'
998: following a discussion on the forum (related to feature #930)
999:
1000: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1001: types/pa_vmail.C: initial SparseArray separation from Array,
1002: parser class now 'array'
1003:
1004: 2024-09-14 moko
1005:
1006: * tests/: 030.html, results/030.processed: out of range expires
1007: check added
1008:
1009: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1010: checking expires time using VDate
1011:
1012: 2024-09-13 moko
1013:
1014: * src/: classes/array.C, classes/curl.C, classes/date.C,
1015: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1016: classes/memcached.C, classes/op.C, classes/regex.C,
1017: classes/string.C, classes/xdoc.C, classes/xnode.C,
1018: main/execute.C, main/pa_http.C, main/pa_request.C,
1019: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1020: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1021: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1022: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1023: removed as dynamic_cast is faster, Value::is() is still required
1024: for is operator.
1025:
1026: 2024-09-12 moko
1027:
1028: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1029: classes/table.C, classes/xnode.C, include/pa_array.h,
1030: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1031: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1032: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1033: templated pa_itoa/pa_uitoa added to work with any integer type,
1034: String::Body::Format removed
1035:
1036: 2024-09-10 moko
1037:
1038: * src/classes/array.C: append and insert methods added to
1039: sparse-array (related to feature #930)
1040:
1041: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1042: tests updated after sparse-array was added to avoid ^json:parse[]
1043: using it in old tests (related to feature #930)
1044:
1045: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1046: types/pa_varray.h: sparse-array class added (initial feature #930
1047: implementation)
1048:
1049: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1050: for sparse-array class files (related to feature #930)
1051:
1052: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1053: types/pa_vhash.h: VArray support functions without actual VArray
1054: files (related to feature #930)
1055:
1.196 moko 1056: 2024-09-07 moko
1057:
1058: * src/: classes/curl.C, classes/string.C, classes/table.C,
1059: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1060: main/pa_http.C, main/pa_sql_driver_manager.C,
1061: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1062: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1063: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1064: with Hash::Iterator, has_next() replaced with operator bool
1065: (related to feature #930)
1066:
1067: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1068: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1069: types/pa_vstateless_class.C: Array class extended,
1070: Array::Iterator added and used (related to feature #930)
1071:
1.195 moko 1072: 2024-08-26 moko
1073:
1074: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1075: should be used on argv[0] as well to match document root.
1076:
1.194 moko 1077: 2024-08-25 moko
1078:
1079: * src/main/pa_request.C: be more specific
1080:
1081: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1082: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1083: (fixes bug #1244)
1084:
1085: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1086: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1087: rsplit(..., '\\') is not correct when / and \ are mixed in path
1088:
1089: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1090:
1.193 moko 1091: 2024-07-24 moko
1092:
1093: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1094: main/execute.C, main/pa_string.C: Warning war: clang changed
1095: -Wdeprecated-register warning to -Wregister, it's easier to
1096: remove all register vars then continue this fight. :)
1097:
1098: * src/main/: compile.y, compile.tab.C: warning war: register
1099: removed
1100:
1.192 moko 1101: 2024-07-14 moko
1102:
1103: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1104: checking the HTTP request environment; if the variable is not
1105: present, checking the web server process environment (implements
1106: feature #1242)
1107:
1.191 moko 1108: 2024-05-26 moko
1109:
1110: * tests/: 195.html, 229.html, results/096.processed,
1111: results/097.processed, results/158.processed,
1112: results/186.processed, results/273.processed,
1113: results/293.processed, results/317.processed,
1114: results/389.processed, results/402.processed: tests updated as
1115: single quote now escaped with ' in HTML tainting mode
1116: (related to feature #1241)
1117:
1118: * src/main/untaint.C: single quote now escaped with ' in HTML
1119: tainting mode (implements feature #1241)
1120:
1121: * tests/results/: 020.processed, 021.processed, 026.processed,
1122: 042.processed, 043.processed, 057.processed, 110.processed,
1123: 115.processed, 116.processed, 117.processed, 118.processed,
1124: 119.processed, 120.processed, 125.processed, 126.processed,
1125: 128.processed, 130.processed, 131.processed, 132.processed,
1126: 133.processed, 135.processed, 136.processed, 138.processed,
1127: 139.processed, 140.processed, 145.processed, 150.processed,
1128: 151.processed, 165.processed, 174.processed, 181.processed,
1129: 182.processed, 192.processed, 193.processed, 201.processed,
1130: 213.processed, 224.processed, 226.processed, 230.processed,
1131: 239.processed, 240.processed, 244.processed, 253.processed,
1132: 254.processed, 261.processed, 264.processed, 269.processed,
1133: 274.processed, 275.processed, 288.processed, 294.processed,
1134: 296.processed, 303.processed, 306.processed, 307.processed,
1135: 308.processed, 311.processed, 312.processed, 314.processed,
1136: 315.processed, 316.processed, 320.processed, 323.processed,
1137: 324.processed, 325.processed, 328.processed, 330.processed,
1138: 332.processed, 333.processed, 337.processed, 338.processed,
1139: 341.processed, 342.processed, 343.processed, 344.processed,
1140: 345.processed, 348.processed, 352.processed, 356.processed,
1141: 357.processed, 363.processed, 364.processed, 368.processed,
1142: 372.processed, 373.processed, 376.processed, 378.processed,
1143: 379.processed, 385.processed, 386.processed, 387.processed,
1144: 389.processed, 390.processed, 395.processed, 397.processed,
1145: 398.processed, 399.processed, 404.processed, 406.processed,
1146: 413.processed, 414.processed, 420.processed, 421.processed,
1147: 424.processed, auto.p: Type -> Exception type for readability
1148:
1149: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1150: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1151: results/119.processed, results/165.processed,
1152: results/175.processed, results/192.processed,
1153: results/213.processed, results/217.processed,
1154: results/230.processed, results/240.processed,
1155: results/298.processed, results/380.processed,
1156: results/415.processed: try-catch, try-catch-comment used
1157:
1158: 2024-05-21 moko
1159:
1160: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1161: results/180.processed, results/195.processed,
1162: results/224.processed, results/auto.p: @try-catch-comment added
1163: and used
1164:
1165: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1166: 415.html, results/269.processed, results/283.processed,
1167: results/auto.p: more tests are updated to prepare for apostrophe
1168: escaping in HTML tainting
1169:
1170: * tests/results/: 181.processed, 294.processed, 296.processed,
1171: 315.processed, 379.processed, 389.processed, auto.p:
1172: $exception.comment printed as-is for whitespace reporting and to
1173: prepare for apostrophe escaping in HTML mode
1174:
1.190 moko 1175: 2024-05-11 moko
1176:
1177: * tests/: 099.html, 100.html, results/099.processed,
1178: results/100.processed: a test for non-UTF-8 filename* added
1179: (related to feature #1240)
1180:
1181: * tests/: 293.html, results/293.processed: tainting modes tests
1182: added
1183:
1184: * tests/results/: 099.processed, 100.processed, 205.processed,
1185: 309.processed, 310.processed, 419.processed: tests results
1186: updated after filename* added (related to feature #1240)
1187:
1188: * src/: include/pa_common.h, main/pa_request.C: The filename*
1189: parameter was added to the Content-Disposition header to conform
1190: with RFC 6266, with code provided by Sumo (implements feature
1191: #1240)
1192:
1193: 2024-05-10 moko
1194:
1195: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1196: positive performance effect in our case
1197:
1.189 moko 1198: 2024-03-27 moko
1199:
1200: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1201: (related to feature #1236)
1202:
1203: 2024-03-15 moko
1204:
1205: * tests/: 413.html, results/413.processed: test for object still
1206: can be used as file parameter (related to bug #1218)
1207:
1208: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1209: still can be used in file context (fixes bug #1218)
1210:
1211: 2024-03-14 moko
1212:
1213: * src/include/pa_string.h: ArrayString get() null result assert
1214: also added (related to bug #1238)
1215:
1216: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1217: VString::empty() used instead of new VString()
1218:
1219: 2024-03-12 moko
1220:
1221: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1222: results/379.processed: test added for cookie without value
1223: (related to bug #1238)
1224:
1225: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1226: values are now required to be non-null (related to bug #1238)
1227:
1228: * src/main/pa_http.C: cookies without value are now parsed
1229: correctly (fixed bug #1238)
1230:
1231: 2024-03-11 moko
1232:
1233: * tests/run_parser.sh: for better error reporting
1234:
1.188 moko 1235: 2023-12-30 moko
1236:
1237: * tests/: 038.html, results/038.processed: test for atan2 added
1238:
1239: 2023-12-29 moko
1240:
1241: * src/classes/math.C: atan2(y,x) math function added
1242:
1.187 moko 1243: 2023-12-14 moko
1244:
1245: * tests/212.html: pcre2 compatibility (related to feature #1236)
1246:
1247: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1248: exceptions and behavour added (related to feature #1236)
1249:
1250: 2023-12-13 moko
1251:
1252: * buildall: by default parser is now bundled with pcre2 10.42,
1253: --without-pcre2 option added to build with pcre-8.45 (related to
1254: feature #1236)
1255:
1256: 2023-12-12 moko
1257:
1258: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1259: support added (implements feature #1236)
1260:
1261: * src/: include/pa_charset.h, include/pa_config_includes.h,
1262: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1263: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1264: types/pa_vregex.h: Adopted patch from Yavor Doganov
1265: <yavor@gnu.org> to add pcre2 library support (implements feature
1266: #1236)
1267:
1.186 moko 1268: 2023-11-28 moko
1269:
1270: * src/include/pa_config_includes.h: warnings war continues
1271:
1272: * src/include/pa_config_includes.h: warning war
1273:
1274: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1275: number strings, whitespace and sign in exception messages
1276: (related to bug #1234)
1277:
1.185 moko 1278: 2023-11-26 moko
1279:
1280: * tests/: 274.html, results/224.processed, results/274.processed:
1281: tests for date double, int, bool added (related to feature #1235)
1282:
1283: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1284: added for date class (implements feature #1235)
1285:
1286: 2023-11-23 moko
1287:
1288: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1289: and '-' strings are no longer can be treated as number 0,
1290: exception thrown (fixes bug #1234)
1291:
1.184 moko 1292: 2023-11-18 moko
1293:
1294: * src/include/pa_types.h: minor
1295:
1296: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1297:
1298: * tests/: 389.html, results/389.processed: error messages for some
1299: OS differs a bit, reducing failing tests for them
1300:
1301: 2023-11-17 moko
1302:
1303: * tests/: 423.html, results/423.processed: test for optional
1304: @auto[] inheritance added (related to feature #1233)
1305:
1306: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1307: types/pa_vstateless_class.C: optional @auto[] inheritance
1308: implemented if defined with two args (path, class name)
1309: (implements feature #1233)
1310:
1311: * src/: classes/double.C, classes/int.C, classes/math.C,
1312: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1313: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1314: sync double->int overflow behavour under different architectures
1315: (fixes bug #1232)
1316:
1317: * tests/: 422.html, results/422.processed: int clipping added
1318:
1319: 2023-11-16 moko
1320:
1321: * tests/: 422.html, results/422.processed: test for int and uint
1322: overflow in ^n.format[d/u/x]
1323:
1324: * src/classes/math.C: bugfix: crc32 should not be negative (under
1325: Apple M1 when negative double converts to uint the result is 0)
1326: and crc32 should be 32 bits
1327:
1328: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1329: on Apple M1 it's 0
1330:
1331: * src/classes/file.C: bugfix: crc32 should not be negative (under
1332: Apple M1 when negative double converts to uint the result is 0)
1333: and crc32 should be 32 bits
1334:
1.183 moko 1335: 2023-10-07 moko
1336:
1337: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1338: behavour with other OP_NUM_*, related to bug #1230
1339:
1340: 2023-10-06 moko
1341:
1342: * tests/: 338.html, results/338.processed: test for bug #1230 added
1343:
1344: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1345: be converted to double to avoid 80 bit operations in x87 mode
1346: (fixes bug #1230)
1347:
1348: 2023-10-05 moko
1349:
1350: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1351: compatibility
1352:
1353: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1354:
1355: * tests/: 421.html, results/421.processed: test to cover all
1356: classes and objects nonexistent method and field exceptions
1357: (related to feature #1080 and #1227)
1358:
1359: * tests/results/: 182.processed, 324.processed: undefined method ->
1360: <type> method not found exception (related to feature #1080)
1361:
1362: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1363: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1364: "element can not be fetched from" for them, "field not found" for
1365: all other types (related to bug #1227)
1366:
1367: 2023-10-03 moko
1368:
1369: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1370: <type> method not found" exception now thrown for static calls
1371: instead of "undefined method" without class name (related to
1372: feature #1080)
1373:
1374: 2023-10-02 moko
1375:
1376: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1377: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1378: <method name>, Comment: <type> method not found" exception now
1379: thrown for all dynamic objects instead of "undefined method"
1380: without class name (implements feature #1080)
1381:
1.182 moko 1382: 2023-10-01 moko
1383:
1384: * src/classes/json.C: we don't have a dynamic json object.
1385:
1386: 2023-09-28 moko
1387:
1388: * tests/: 420.html, results/261.processed, results/420.processed:
1389: tests updated after bug #1228 fix reverted
1390:
1391: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1392: whitespace string is hash compatible, so we don't want $s.key to
1393: return a junction
1394:
1395: * tests/: 261.html, 420.html, results/261.processed,
1396: results/420.processed: test for bug #1227 added, test updated
1397: after bug #1228 fixed
1398:
1399: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1400: now throws exception as $non-empty-string.field (fixes bug #1227)
1401:
1402: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1403: #1228)
1404:
1405: 2023-09-26 moko
1406:
1407: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1408: src/classes/classes.C, src/classes/classes.awk,
1409: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1410: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1411: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1412: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1413: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1414: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1415: src/classes/regex.C, src/classes/response.C,
1416: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1417: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1418: src/include/pa_array.h, src/include/pa_base64.h,
1419: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1420: src/include/pa_charsets.h, src/include/pa_common.h,
1421: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1422: src/include/pa_dictionary.h, src/include/pa_dir.h,
1423: src/include/pa_exception.h, src/include/pa_exec.h,
1424: src/include/pa_globals.h, src/include/pa_hash.h,
1425: src/include/pa_http.h, src/include/pa_memory.h,
1426: src/include/pa_opcode.h, src/include/pa_operation.h,
1427: src/include/pa_os.h, src/include/pa_pool.h,
1428: src/include/pa_random.h, src/include/pa_request.h,
1429: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1430: src/include/pa_sapi.h, src/include/pa_socks.h,
1431: src/include/pa_sql_connection.h,
1432: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1433: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1434: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1435: src/include/pa_table.h, src/include/pa_threads.h,
1436: src/include/pa_types.h, src/include/pa_uue.h,
1437: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1438: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1439: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1440: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1441: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1442: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1443: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1444: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1445: src/main/compile.tab.C, src/main/compile.y,
1446: src/main/compile_tools.C, src/main/compile_tools.h,
1447: src/main/execute.C, src/main/pa_base64.C,
1448: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1449: src/main/pa_charsets.C, src/main/pa_common.C,
1450: src/main/pa_dictionary.C, src/main/pa_dir.C,
1451: src/main/pa_exception.C, src/main/pa_exec.C,
1452: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1453: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1454: src/main/pa_request.C, src/main/pa_socks.C,
1455: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1456: src/main/pa_stylesheet_connection.C,
1457: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1458: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1459: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1460: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1461: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1462: src/targets/apache/mod_parser3_core.C,
1463: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1464: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1465: src/types/pa_method.h, src/types/pa_property.h,
1466: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1467: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1468: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1469: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1470: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1471: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1472: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1473: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1474: src/types/pa_vhash.C, src/types/pa_vhash.h,
1475: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1476: src/types/pa_vimage.C, src/types/pa_vimage.h,
1477: src/types/pa_vint.h, src/types/pa_vjunction.C,
1478: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1479: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1480: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1481: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1482: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1483: src/types/pa_vobject.h, src/types/pa_vregex.C,
1484: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1485: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1486: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1487: src/types/pa_vstateless_class.h,
1488: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1489: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1490: src/types/pa_vstring.h, src/types/pa_vtable.C,
1491: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1492: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1493: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1494: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1495: src/types/pa_wwrapper.h: copyright, authors actualized
1496:
1.181 moko 1497: 2023-08-20 moko
1498:
1499: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1500: commited (related to feature #1219)
1501:
1502: 2023-08-16 moko
1503:
1504: * src/main/pa_random.C: replaced clock precision with monotonicity
1505: counter, good for Windows version with low clock frequency
1506: (related to feature #1229)
1507:
1508: 2023-08-15 moko
1509:
1510: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1511: fixes related to feature #1229
1512:
1513: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1514: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1515: (implements feature #1229)
1516:
1.180 moko 1517: 2023-08-02 moko
1518:
1519: * tests/: results/417.processed, 417.html: test for empty string
1520: match after last char added (related to bug #1224)
1521:
1522: * src/main/pa_string.C: avoid prestart++ after last char on zero
1523: length match (related to bug #1224)
1524:
1.179 moko 1525: 2022-11-22 moko
1526:
1527: * tests/: 419.html, results/419.processed: test for L_URI and path
1528: removeal from filename added (related to bug #1204)
1529:
1530: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1531: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1532: attribute value, L_URI should be used
1533:
1.178 moko 1534: 2022-09-21 moko
1535:
1536: * src/targets/cgi/parser3.C: more clear error messages
1537:
1538: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1539: SAPI_Info will return 0 in read_post and post_size !=
1540: content_length will be thrown
1541:
1.177 moko 1542: 2022-08-23 moko
1543:
1544: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1545: header value
1546:
1547: 2022-08-22 moko
1548:
1549: * tests/: 418.html, results/418.processed: test for
1550: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1551: to #1225)
1552:
1553: * src/classes/hash.C: keep old behavoir by default
1554:
1555: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1556: $.order[self|arg] ] added (implements #1215)
1557:
1.176 moko 1558: 2022-03-21 moko
1559:
1560: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1561: xmlInitCharEncodingHandlers is called in libxml static
1562: initializers before gc_substitute_memory_management_functions in
1563: pa_globals and thus gc may not see reference to our
1564: xmlCharEncodingHandler and free it.
1565:
1.175 moko 1566: 2022-01-26 moko
1567:
1568: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1569:
1.174 moko 1570: 2021-12-28 moko
1571:
1572: * tests/: 417.html, results/417.processed: test for empty string
1573: match added (related to bug #1224)
1574:
1575: * src/main/pa_string.C: empty string match now works (fixes bug
1576: #1224)
1577:
1.173 moko 1578: 2021-12-24 moko
1579:
1580: * tests/: 415_dir/29.p, results/415.processed: yet another test
1581:
1582: 2021-12-23 moko
1583:
1584: * src/: classes/table.C, main/pa_request.C: warnings war
1585:
1586: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1587: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1588:
1589: 2021-12-21 moko
1590:
1591: * tests/: 416.html, results/416.processed: test for ^break[] in
1592: ^hash/table.select[] (related to feature #1222)
1593:
1594: * src/classes/: hash.C, table.C: ^break[] support for
1595: ^hash/table.select[] (implements feature #1222)
1596:
1.172 moko 1597: 2021-11-30 moko
1598:
1599: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1600: 0.5 sec
1601:
1.171 moko 1602: 2021-11-10 moko
1603:
1604: * tests/results/415.processed: more syntax errors tests added
1605:
1606: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1607: 28.p: minor syntax error tests
1608:
1609: * src/main/pa_exception.C: pa_strdup added for compatibility
1610:
1611: * src/classes/curl.C: hint to call ^curl:options[
1612: $.library[correct.libcurl.so.name] ] added if default load fails.
1613:
1614: 2021-11-09 moko
1615:
1616: * src/main/compile.y: error message can be on stack
1617:
1618: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1619:
1620: * src/main/pa_charset.C: memcpy is more correct and efficient in
1621: this case then strncpy
1622:
1623: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1624: instead of strcpy where possible
1625:
1626: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1627: used to avoid MAX_STRING limit in Exception comment
1628:
1629: * tests/results/415.processed: compiler exceptions are no longer
1630: limited to MAX_STRING
1631:
1632: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1633: char * instead of fixed buffer
1634:
1635: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1636: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1637: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1638: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1639: results/415.processed: tests for parser.compile exceptions added
1640:
1641: 2021-11-08 moko
1642:
1643: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1644: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1645: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1646: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1647: drawbacks
1648:
1.170 moko 1649: 2021-11-06 moko
1650:
1651: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1652: (implements feature #1219)
1653:
1654: * tests/: 414.html, results/414.processed: test for
1655: ^hash.rename[from;to] added (related to feature #1144)
1656:
1657: 2021-11-05 moko
1658:
1659: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1660: (related to feature #1144)
1661:
1662: 2021-11-04 moko
1663:
1664: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1665: added (implements feature #1144)
1666:
1.169 moko 1667: 2021-10-19 moko
1668:
1669: * tests/: 413.html, results/413.processed: test for hash no longer
1670: is accepted as file parameter (related to bug #1218)
1671:
1672: * src/: classes/curl.C, classes/file.C, classes/image.C,
1673: classes/math.C, classes/xdoc.C, types/pa_value.C,
1674: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1675: longer is accepted as file parameter (fixes bug #1218)
1676:
1.168 moko 1677: 2021-07-19 moko
1678:
1679: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1680: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1681:
1.167 moko 1682: 2021-04-16 moko
1683:
1684: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1685: processing it leads to assertions.
1686:
1.166 moko 1687: 2021-03-25 moko
1688:
1689: * tests/: 412.html, results/412.processed: test to demonstrate bug
1690: #1213
1691:
1.165 moko 1692: 2021-02-12 moko
1693:
1694: * tests/: 360.html, results/360.processed, results/363.processed:
1695: parser method call in expression mode no longer differs from call
1696: in string mode (related to feature #1211)
1697:
1698: 2021-02-11 moko
1699:
1700: * src/types/pa_vmail.C: mail parsing with Windows line endings
1701: fixed (bug #1212)
1702:
1703: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1704: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1705: strings in both calls (implements feature #1211)
1706:
1.164 moko 1707: 2021-01-28 moko
1708:
1709: * buildall, etc/auto.p.in: to remove last patch in debian package
1710:
1711: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1712: 3.4.7b
1713:
1.162 moko 1714: 2021-01-21 moko
1715:
1716: * src/main/pa_http.C: no alarm() in file::load when web server mode
1717: is MULTITHREADED
1718:
1.157 moko 1719: 2021-01-20 moko
1720:
1.161 moko 1721: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1722: 'a2enmod mpm_prefork'
1723:
1.160 moko 1724: * src/targets/apache/mod_parser3.c: prefork name is now
1725: 'libapache2-mpm-itk'
1726:
1727: * src/targets/apache/mod_parser3_core.C: last regular malloc
1728: removed
1729:
1.159 moko 1730: * src/targets/isapi/Makefile.am: -pa_threads.C
1731:
1.158 moko 1732: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1733: 3.4.6
1734:
1.157 moko 1735: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1736:
1737: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1738: /httpd.p
1739:
1740: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1741: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1742: #1203)
1743:
1744: 2021-01-19 moko
1745:
1746: * buildall: --disable-parallel-mark added to avoid "number of
1747: processors" threads creation for heap marking as it conflicts
1748: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1749: limits threads)
1750:
1.156 moko 1751: 2021-01-16 moko
1752:
1753: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1754: main/pa_globals.C, main/pa_memory.C,
1755: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1756: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1757: feature #1209)
1758:
1759: 2021-01-15 moko
1760:
1761: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1762: 3.4.6rc
1763:
1764: * src/classes/json.C: get_delim added for delimiter caching (10%
1765: faster on large json)
1766:
1767: 2021-01-14 moko
1768:
1.211 ! moko 1769: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1770:
1771: * tests/results/224.processed: test result modified after
1772: today(shift) implemented
1773:
1774: * tests/: 407.html, results/407.processed: test for ^hash.select
1775: option $.default(bool) added (related to feature #1172)
1776:
1777: * src/classes/hash.C: ^hash.select option $.default(bool) added
1778: (related to feature #1172)
1779:
1780: * tests/: 141.html, results/141.processed: test modified for
1781: feature #1185.
1782:
1783: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1784: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1785: options $.lower(bool) (implements feature #1185)
1786:
1787: 2021-01-11 moko
1788:
1789: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1790: #1192)
1791:
1792: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1793: added (related to feature #1192)
1794:
1.155 moko 1795: 2021-01-05 moko
1796:
1797: * tests/: 270.html, results/270.processed: test modified to work
1798: under Windows
1799:
1800: * tests/: 390.html, 395.html, results/395.processed: tests updated
1801: 4 windows
1802:
1803: * tests/: 410.html, results/410.processed: test for
1804: $CLASS-GETTER-PROTECTED(false) added
1805:
1806: 2021-01-04 moko
1807:
1808: * tests/: 409.html, results/409.processed, results/auto.p: test for
1809: $MAIN:LOCALS(true) added
1810:
1.154 moko 1811: 2021-01-03 moko
1812:
1813: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1814: types/pa_vclass.h, types/pa_vstateless_class.C,
1815: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1816: +LOCALS. $main -> $MAIN in exception texts (implements feature
1817: #1207)
1818:
1819: 2021-01-02 moko
1820:
1821: * etc/auto.p.in: minor
1822:
1823: * src/main/pa_request.C: sending headers only after opening file to
1824: allow error reporting if file was not opened (foreign group,
1825: etc).
1826:
1827: 2020-12-31 moko
1828:
1829: * src/: include/pa_request.h, main/pa_request.C,
1830: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1831:
1832: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1833: main/pa_request.C: get_class_ref added and used
1834:
1835: * etc/auto.p.in: @CLASS httpd added
1836:
1837: * etc/auto.p.in: @auto[] is now first
1838:
1839: 2020-12-30 moko
1840:
1841: * tests/: 408.html, results/408.processed: test for bug #1166
1842: (windows only) added
1843:
1844: * src/main/pa_common.C: create_dir_for_file should not create dir
1845: for trailing / (fixes bug #1166)
1846:
1847: * tests/: 341.html, results/341.processed: tests for
1848: ^nameless_table.hash[] added (related to feature #1138)
1849:
1850: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1851: (implements feature #1138), extra fields in named tables no
1852: longer ignored (implements feature #1138)
1853:
1854: * tests/results/390.processed: updated after exception text change
1855:
1856: 2020-12-29 moko
1857:
1858: * tests/: 407.html, results/407.processed: +$._default check
1859:
1860: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1861:
1862: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1863: and ^hash.reverse[] added (releated to feature #1172)
1864:
1865: * src/classes/hash.C:
1866: ^hash.select[key;value](bool-condition)[options hash] +
1867: ^hash.reverse[] added (implements feature #1172)
1868:
1869: * src/types/pa_vtable.h: warning war
1870:
1871: * src/include/pa_config_fixed.h: win32 fix
1872:
1.153 moko 1873: 2020-12-27 moko
1874:
1875: * tests/: 406.html, results/406.processed: test results updated
1876:
1877: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1878: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1879: spelling
1880:
1881: 2020-12-26 moko
1882:
1883: * tests/: 406.html, results/406.processed: tests for
1884: ^table.rename[] added (related to feature #1148)
1885:
1886: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1887: ^table.rename[column name from;column name to], ^table.rename[
1888: $.[column name from][column name to] ... ] added (implements
1889: feature #1148)
1890:
1891: 2020-12-25 moko
1892:
1893: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1894: request_info now on stack to avoid yet another THREAD_LOCAL
1895: memory deallocation issue (now with cookies), explained in #1203
1896:
1897: * src/types/pa_vcookie.C: fields should be inited
1898:
1899: 2020-12-24 moko
1900:
1901: * src/include/pa_stylesheet_connection.h: looks like
1902: xsltFreeStylesheet leads to memory double-free. If so, it's for
1903: sure libxml bug, but we have GC anyway, so we just remove this
1904: call and see...
1905:
1906: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1907: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1908: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1909: abort.c:65:8 frame #3: 0x00000000004da663
1910: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1911: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1912: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1913: malloc.c:617:9 frame #5: 0x0000000000577f0c
1914: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1915: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1916: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1917: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1918: frame #8: 0x000000000050d35c
1919: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1920: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1921: frame #10: 0x00000000004436e5
1922: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1923: [inlined]
1924: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1925: pa_stylesheet_connection.h:62:3
1926:
1927: 2020-12-23 moko
1928:
1929: * src/classes/image.C: ^image::measure[; $.video() ] option added
1930:
1931: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1932: ^image::measure[; $.video(true) ] added
1933:
1934: * src/main/pa_exec.C: not cleared automatically in multithreaded
1935: httpd mode for unknown reasons
1936:
1937: 2020-12-22 moko
1938:
1939: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
1940: error_log uri of currently processed document", but never used
1941: and conflicts with how libgc stops threads on FreeBSD (#define
1942: SIG_SUSPEND SIGUSR1), thus removed.
1943:
1944: 2020-12-21 moko
1945:
1946: * src/main/pa_request.C: +comment
1947:
1.151 moko 1948: 2020-12-20 moko
1949:
1.152 moko 1950: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
1951: it is more safe to have versions of pa_strdup with one and two
1952: arguments, as helper_length=0 not always mean that strlen()
1953: should be called, but means zero.
1954:
1955: * src/targets/isapi/parser3isapi.C: minor
1956:
1957: * src/main/pa_http.C: +valid_http_method
1958:
1.151 moko 1959: * src/: include/pa_http.h, main/pa_http.C,
1960: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
1961:
1962: 2020-12-17 moko
1963:
1964: * tests/: 405.html, results/405.processed: test for split by regex
1965: added (related to feature #1160)
1966:
1967: * src/classes/string.C: split by regex implemented (feature #1160)
1968:
1969: * src/classes/string.C: minor
1970:
1971: * tests/: 404.html, results/404.processed: test for whitespace
1972: string is now OK for table argument (related to feature #1169)
1973:
1974: * src/: classes/image.C, classes/string.C, classes/table.C,
1975: types/pa_vmethod_frame.C: whitespace string is now OK for table
1976: argument (as with hash) (implements feature #1169)
1977:
1978: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
1979: limit for comment (fixes bug #1102)
1980:
1981: * src/targets/cgi/parser3.C: +HAVE_TLS check
1982:
1983: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
1984:
1985: * src/include/pa_config_includes.h: HAVE_TLS used
1986:
1987: * configure.ac: +TLS check
1988:
1989: * src/main/pa_http.C: content logging added
1990:
1991: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1992: clear_response_headers added
1993:
1994: 2020-12-16 moko
1995:
1996: * buildall: as we now use threads, libatomic_ops still required for
1997: some OS.
1998:
1999: * src/main/pa_request.C: whitespace
2000:
2001: * src/: include/pa_request.h, main/pa_request.C:
2002: Request::Exception_trace::table extracted and used
2003:
2004: * src/main/pa_request.C: moving output_result call outside of try
2005: as network exceptions should not be handled by parser code
2006:
2007: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2008: logging network exchange
2009:
2010: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2011: via network if it was network write error.
2012:
2013: * src/targets/cgi/parser3.C: log -> pa_log
2014:
2015: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2016:
2017: * src/main/pa_threads.C: getpid() if no gettid() found
2018:
2019: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2020: we need to ignore "void" connections from browsers (browsers open
2021: connections in advance and they will be empty if user does not
2022: request more pages)
2023:
2024: 2020-12-15 moko
2025:
2026: * src/targets/cgi/parser3.C: avoid previous uri in logs
2027:
2028: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2029: RequestController not needed in httpd mode
2030:
2031: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2032: classes/classes.h, classes/curl.C, classes/date.C,
2033: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2034: classes/hashfile.C, classes/image.C, classes/inet.C,
2035: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2036: classes/memcached.C, classes/memory.C, classes/op.C,
2037: classes/reflection.C, classes/regex.C, classes/response.C,
2038: classes/string.C, classes/table.C, classes/void.C,
2039: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2040: include/pa_array.h, include/pa_base64.h,
2041: include/pa_cache_managers.h, include/pa_charset.h,
2042: include/pa_charsets.h, include/pa_common.h,
2043: include/pa_config_fixed.h, include/pa_config_includes.h,
2044: include/pa_dictionary.h, include/pa_dir.h,
2045: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2046: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2047: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2048: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2049: include/pa_request_charsets.h, include/pa_request_info.h,
2050: include/pa_sapi.h, include/pa_socks.h,
2051: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2052: include/pa_stack.h, include/pa_string.h,
2053: include/pa_stylesheet_connection.h,
2054: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2055: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2056: include/pa_uue.h, include/pa_xml_exception.h,
2057: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2058: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2059: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2060: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2061: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2062: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2063: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2064: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2065: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2066: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2067: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2068: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2069: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2070: main/pa_sql_driver_manager.C, main/pa_string.C,
2071: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2072: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2073: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2074: main/untaint.C, sql/pa_sql_driver.h,
2075: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2076: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2077: targets/isapi/parser3isapi.C, types/pa_junction.h,
2078: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2079: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2080: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2081: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2082: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2083: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2084: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2085: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2086: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2087: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2088: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2089: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2090: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2091: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2092: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2093: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2094: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2095: types/pa_vstateless_object.h, types/pa_vstatus.C,
2096: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2097: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2098: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2099: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2100: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2101:
2102: * src/main/pa_request.C: old compilers support
2103:
2104: * tests/: 362.html, results/362.processed: test updated after
2105: changes after upgrade to libxml2-2.9.9 were made (related to bug
2106: #1108)
2107:
2108: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2109: removed, as xsltFreeStylesheet has side effects on original doc.
2110: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2111: not updated after xdoc modification (part 3 of test 362).
2112: (related to bug #1108)
2113:
2114: * src/targets/isapi/parser3isapi.C: +pa_strcat
2115:
2116: * src/: classes/memory.C, include/pa_memory.h,
2117: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2118: PA_GC_GCOLLECT used
2119:
2120: * src/include/pa_memory.h: +PA_GC_COLLECT
2121:
2122: * src/targets/cgi/parser3.C: msvs support fixes
2123:
2124: * src/lib/gc/include/gc.h: more cleanup
2125:
2126: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2127:
2128: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2129: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2130:
2131: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2132:
2133: * configure.ac: pthread.h added to checked headers
2134:
2135: * src/classes/table.C: string stream is back :)
2136:
2137: * src/classes/memory.C: GC_generate_random_backtrace no longer
2138: exists
2139:
2140: * src/main/pa_globals.C: GC_dont_gc replaced
2141:
2142: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2143: left to simplify adding new functions. depricated GC_dont_gc
2144: replaced with GC_disable and GC_enable calls.
2145:
2146: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2147: CORD_from_file* not used and thus removed
2148:
2149: * src/lib/gc/include/gc_allocator.h: minor cleanup
2150:
2151: 2020-12-14 moko
2152:
2153: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2154: referenced elsewhere, or GC will collect it.
2155:
2156: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2157: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2158: elsewhere, or GC will collect them (and we'll get GPF in
2159: multithreaded enviroment). May be it can be also fixed by some
2160: GC call, not sure. But this fix costs nothing (but hours of
2161: debugging to find the issue :).
2162:
1.150 moko 2163: 2020-12-11 moko
2164:
2165: * configure.ac: gettid() check added
2166:
2167: * src/main/pa_threads.C: HAVE_GETTID used
2168:
2169: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2170:
2171: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2172: version for isapi/cgi/apache
2173:
2174: * buildall: threads are now required.
2175:
2176: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2177: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2178: main/main.vcproj: pa_threads.C moved to main
2179:
2180: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2181: isapi/pa_threads.C: pa_threads.C moved to main
2182:
2183: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2184: targets/apache/Makefile.am: pa_threads.C moved to main
2185:
2186: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2187:
2188: * src/: include/pa_stylesheet_connection.h,
2189: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2190: and weird GPF in multithreaded httpd is gone
2191:
2192: * src/include/: pa_stylesheet_connection.h,
2193: pa_sql_driver_manager.h: whitespace
2194:
2195: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2196:
2197: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2198: main/pa_stylesheet_manager.C: whitespace, warning war
2199:
2200: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2201: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2202: parser_multithreaded never used
2203:
2204: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2205:
2206: 2020-12-10 moko
2207:
2208: * src/: include/pa_config_includes.h, include/pa_http.h,
2209: main/pa_http.C, targets/cgi/parser3.C: initial support for
2210: MULTITHREADED and PARALLEL httpd server modes
2211:
2212: * src/main/pa_globals.C: GC_java_finalization is depricated
2213:
2214: 2020-12-09 moko
2215:
2216: * etc/auto.p.in: + @httpd-main
2217:
2218: * src/: include/pa_common.h, main/pa_request.C,
2219: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2220: work
2221:
2222: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2223: slow file_read_binary no longer used, send_range added
2224:
2225: 2020-12-08 moko
2226:
2227: * src/main/pa_request.C: >4Gb support
2228:
2229: * src/targets/cgi/parser3.C: msvc warning war
2230:
2231: * src/: include/pa_config_includes.h, main/pa_http.C,
2232: main/pa_request.C: msvc warnings war
2233:
2234: * src/classes/image.C: warning war
2235:
2236: * src/classes/table.C: MSVC warning war
2237:
2238: * src/targets/cgi/parser3.C: msvc warnings war
2239:
2240: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2241: added
2242:
1.149 moko 2243: 2020-12-07 moko
2244:
1.150 moko 2245: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2246: avoid logging beside system-wide auto.p
2247:
2248: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2249:
2250: * configure, configure.ac, src/include/pa_config_auto.h.in:
2251: configure options added:
2252:
2253: --with-system-cfg=FILE to specify system-wide auto.p
2254: --with-system-log=FILE to specify system-wide parser3.log
2255:
2256: * Makefile.am: bin no longer exists
2257:
2258: * configure, configure.ac: auto.p moved to etc to simplify debian
2259: package
2260:
2261: * buildall: auto.p and parser3.charsets moved to their default
2262: location after install
2263:
2264: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2265:
2266: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2267:
1.149 moko 2268: * src/targets/cgi/parser3.C: locate_config call returned to
2269: original place as it requires pa_thread_request() under Windows
2270:
2271: * src/targets/cgi/parser3.C: renaming
2272:
2273: 2020-12-06 moko
2274:
2275: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2276: check added
2277:
2278: 2020-12-04 moko
2279:
2280: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2281: main/pa_request.C: unified uint64_t lseek implemented to support
2282: >4Gb files under x86, including Windows
2283:
2284: 2020-12-02 moko
2285:
2286: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2287: with max_file_size
2288:
2289: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2290: support for processing files sized >4Gb on 32 bit planforms
2291:
2292: * tests/399.html: file moved
2293:
2294: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2295:
2296: * src/targets/cgi/pa_sapi_info.h: warning war
2297:
2298: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2299: warning war
2300:
2301: 2020-12-01 moko
2302:
2303: * src/classes/image.C: mp4 extended size (>4Gb) support added
2304:
2305: * src/classes/image.C: for "size not found" exception to be shown
2306: if size not found until eof
2307:
2308: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2309: bit linux)
2310:
2311: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2312: #1188)
2313:
2314: 2020-11-30 moko
2315:
2316: * src/classes/image.C: definitions moved closer to code
2317:
2318: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2319: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2320: 395_dir/3_VP8X.webp, results/395.processed,
2321: results/396.processed: tests for ^image::measure[] .webp support
2322: added, all image files moved into one directory (related to
2323: feature #1188)
2324:
2325: * src/classes/image.C: ^image::measure[] now supports webp (feature
2326: #1188)
2327:
1.148 moko 2328: 2020-11-29 moko
2329:
2330: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2331: processing, unnessesary defines removed
2332:
2333: 2020-11-24 moko
2334:
2335: * tests/results/: 099.processed, 100.processed, 205.processed,
2336: 309.processed, 310.processed: Content-Disposition: inline
2337: returned
2338:
2339: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2340: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2341: ] added (related to bug #1204)
2342:
2343: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2344: ] supported to avoid Content-Disposition: inline;
2345: filename="<file>.ext" but still set Content-Type for ext (related
2346: to bug #1204)
2347:
1.147 moko 2348: 2020-11-22 moko
2349:
2350: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2351: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2352:
2353: * src/main/pa_request.C: content_disposition_inline returned.
2354:
2355: 2020-11-17 moko
2356:
2357: * src/main/pa_request.C: empty main method name support
2358:
2359: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2360: config_handler added, stdout flush added.
2361:
2362: 2020-11-16 moko
2363:
2364: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2365:
2366: * tests/results/: 099.processed, 205.processed, 237.processed,
2367: 309.processed, 310.processed: Content-Disposition: inline is not
2368: required and should not contain filename="<name>"
2369:
2370: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2371: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2372: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2373:
1.146 moko 2374: 2020-11-14 moko
2375:
2376: * src/targets/cgi/parser3.C: spelling
2377:
2378: * src/targets/cgi/parser3.C: renaming
2379:
2380: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2381: relocated
2382:
2383: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2384: before request processing, which is weired
2385:
2386: 2020-11-13 moko
2387:
2388: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2389: copied in httpd.
2390:
2391: 2020-11-12 moko
2392:
2393: * src/main/pa_http.C: ALARM code unified to be used in httpd
2394:
2395: * src/: include/pa_request.h, main/pa_request.C,
2396: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2397:
2398: * src/main/pa_http.C: URI validation added
2399:
2400: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2401: can't be empty but can be null. httpd-main is now main method
2402: name for httpd mode
2403:
2404: 2020-11-11 moko
2405:
2406: * src/main/pa_request.C: path_translated can be null in httpd mode
2407:
2408: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2409: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2410: classes/xdoc.C, include/pa_request.h, main/execute.C,
2411: main/pa_request.C: r.absolute -> r.full_disk_path
2412:
2413: * src/targets/cgi/parser3.C: if filename to process is not
2414: specified, auto.p should be present.
2415:
1.145 moko 2416: 2020-11-03 moko
2417:
2418: * src/: classes/op.C, include/pa_request.h: unused argument removed
2419:
2420: * src/main/pa_request.C: content_disposition_inline is the default,
2421: not required.
2422:
1.144 moko 2423: 2020-10-29 moko
2424:
2425: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2426: ^use[file; $.main(true) ] implemented for auto.p processing and
2427: path_translated changing to correct relative files path
2428: calculation in httpd mode
2429:
2430: * src/: include/pa_request.h, main/pa_request.C:
2431: fail_on_read_problem removed, as it allways true, as if should
2432: be.
2433:
2434: * src/: include/pa_request.h, main/pa_request.C,
2435: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2436: targets/isapi/parser3isapi.C: clearing config_filespec when
2437: config was not found, thus flag not required and removed.
2438:
2439: 2020-10-28 moko
2440:
2441: * tests/: 402.html, results/402.processed: error reporting test
2442:
2443: * src/main/execute.C: better error reporting when
2444: $result[^hash::create[]] in @main.
2445:
2446: * src/main/: execute.C, pa_request.C: frame.result() should be used
2447: + minor optimization
2448:
2449: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2450: main/pa_xml_io.C: execute_*_method simplified and unified
2451:
2452: 2020-10-27 moko
2453:
2454: * tests/: 306.html, results/306.processed: a bit more testing. :)
2455:
2456: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2457: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2458: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2459: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2460: types/pa_vmethod_frame.h, types/pa_vobject.C,
2461: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2462: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2463: longer used in object-prototype mode
2464:
2465: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2466: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2467: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2468: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2469: $form:name[value] features
2470:
1.143 moko 2471: 2020-10-18 moko
2472:
2473: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2474:
2475: 2020-10-15 moko
2476:
2477: * src/main/pa_http.C: url no longer needed as
2478: ALTER_EXCEPTION_SOURCE is used
2479:
2480: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2481: main/pa_http.C: check_file_size filespec is now optional
2482:
2483: * src/: classes/curl.C, include/pa_exception.h,
2484: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2485: ALTER_EXCEPTION_COMMENT added for better error reporting
2486:
2487: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2488: results/346-curl.processed, results/379-curl.processed,
2489: results/379.processed: test results updated as load now provides
2490: better error reporting + curl responses updated
2491:
2492: 2020-10-14 moko
2493:
2494: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2495: main/pa_string.C, targets/apache/mod_parser3_core.C,
2496: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2497: checked. 10 is now default base, no hex autodetect by default
2498:
2499: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2500: connection socket closing in destructor + accept exception
2501: handling
2502:
2503: * src/targets/cgi/parser3.C: warning war
2504:
2505: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2506: main/pa_request.C, targets/apache/mod_parser3_core.C,
2507: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2508: exception handling unified
2509:
2510: 2020-10-13 moko
2511:
2512: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2513: autodetection
2514:
2515: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2516:
2517: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2518:
2519: * src/main/pa_http.C: warning war
2520:
1.142 moko 2521: 2020-10-12 moko
2522:
1.143 moko 2523: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2524: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2525: unhandled exception code optimization
2526:
2527: * src/targets/cgi/parser3.C: request_info now global variable
2528:
2529: * src/main/pa_http.C: http_read_response moved to HTTP_response
2530: class
2531:
2532: * src/: include/pa_http.h, main/pa_http.C,
2533: targets/cgi/pa_sapi_info.h: read_post implemented
2534:
1.142 moko 2535: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2536: [host:]port syntax support in httpd mode
2537:
2538: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2539: targets/cgi/parser3.C: populate_env added
2540:
2541: * src/include/pa_hash.h: to make get(char *) compiling in
2542: HashStringString
2543:
2544: 2020-10-10 moko
2545:
2546: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2547: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2548:
2549: * src/: include/pa_http.h, include/pa_request_info.h,
2550: main/pa_http.C, main/pa_string.C,
2551: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2552: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2553: types/pa_vrequest.C: initial httpd mode implementation
2554:
1.141 moko 2555: 2020-10-04 moko
2556:
2557: * src/targets/cgi/parser3.C: options together
2558:
2559: 2020-09-30 moko
2560:
2561: * src/main/pa_http.C: renamed
2562:
1.140 moko 2563: 2020-08-14 moko
2564:
2565: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2566: src/targets/cgi/Makefile.am: no httpd as separate library
2567:
2568: 2020-08-13 moko
2569:
2570: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2571: unhandled exception handler to report 500 instead of 200 it was
2572: before.
2573:
2574: * src/targets/apache/mod_parser3_core.C: minor cleanup
2575:
2576: * src/: include/pa_sapi.h, main/untaint.C,
2577: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2578: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2579: thus replaced with SAPI::die and removed
2580:
2581: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2582: cgi/parser3.C: whitespace
2583:
2584: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2585:
2586: 2020-08-12 moko
2587:
2588: * src/targets/cgi/parser3.C: duplicate info in signal logging
2589: removed, whitespace was: SIGPIPE received while executing code.
2590: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2591: cl=0]
2592:
2593: * parser3.sln: + httpd.vcproj
2594:
2595: 2020-08-11 moko
2596:
2597: * src/targets/cgi/Makefile.am: +libhttpd
2598:
2599: * configure.ac, src/lib/Makefile.am: +libhttpd
2600:
1.139 moko 2601: 2020-07-13 moko
2602:
2603: * tests/: 401.html, results/401.processed: test for hash key does
2604: not keep language, but tainted in foreach.
2605:
1.138 moko 2606: 2020-07-01 moko
2607:
2608: * tests/: 235.html, results/235.processed: test result updated as
2609: messages before attachments implemented (feature #1176)
2610:
1.137 moko 2611: 2020-06-27 moko
2612:
2613: * tests/: 400.html, results/400.processed: test updated to check
2614: ^return{code}
2615:
2616: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2617: fixed
2618:
2619: 2020-06-26 moko
2620:
2621: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2622: added (related to https://www.parser.ru/forum/?id=85319)
2623:
2624: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2625: when $result assignment was last statement in the method
2626: (https://www.parser.ru/forum/?id=85319)
2627:
1.136 moko 2628: 2020-05-23 moko
2629:
2630: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2631: whitespace, unused level removed
2632:
2633: 2020-05-19 moko
2634:
2635: * src/types/pa_vmail.C: whitespace
2636:
2637: * src/types/pa_vmail.C: files should be processed last (related to
2638: feature #1176)
2639:
1.135 moko 2640: 2020-05-12 moko
2641:
2642: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2643: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2644:
2645: * configure.ac: FreeBSD1X.X check added to avoid
2646: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2647:
1.134 moko 2648: 2020-02-26 moko
2649:
2650: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2651: compilation issue (related to bug #1201)
2652:
2653: * src/main/pa_common.C: entry_readable -> entry_exists,
2654: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2655: -f and -d now works under Windows in UTF-8 with Russian
2656: filenames.
2657:
2658: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2659: advice (related to feature #1199)
2660:
2661: 2020-02-25 moko
2662:
2663: * buildall: --silent removed
2664:
2665: * configure.ac: gmime-3.0 support
2666:
2667: * buildall: --with-system-mailreceive option added to build with
2668: system libgmime
2669:
2670: * src/types/pa_vmail.C: avoiding
2671: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2672: to feature #1199)
2673:
1.133 moko 2674: 2020-02-18 moko
2675:
2676: * src/classes/op.C: windows x64 debug mode compile fix
2677:
2678: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2679: change (releated to feature #1200)
2680:
2681: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2682: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2683: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2684: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2685: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2686: targets/apache/ApacheModuleParser3.vcproj,
2687: targets/apache/ApacheModuleParser3Core.vcproj,
2688: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2689: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2690: dependency (related to feature #1200)
2691:
1.132 moko 2692: 2020-02-12 moko
2693:
2694: * src/types/pa_vmail.C: minimize diff
2695:
2696: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2697: #1199)
2698:
1.131 moko 2699: 2020-01-18 moko
2700:
2701: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2702:
1.130 moko 2703: 2019-12-28 moko
2704:
2705: * src/targets/cgi/parser3.C: avoid empty ?
2706:
2707: 2019-12-27 moko
2708:
2709: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2710: DOCUMENT_ROOT (related to feature #1164)
2711:
2712: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2713: fcgiwrap setup (implements feature #1164)
2714:
2715: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2716: but no issues found (related to feature #1164)
2717:
2718: * src/targets/cgi/parser3.C: actualized
2719:
2720: 2019-12-26 moko
2721:
2722: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2723: removed
2724:
2725: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2726: removed
2727:
2728: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2729: allocation errors, we don't want default gc warnings (without
2730: timestamp and URI).
2731:
2732: * src/: classes/memory.C, main/pa_globals.C,
2733: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2734: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2735: pa_globals_init
2736:
2737: * src/main/pa_globals.C: setup_hex_value() removed, static array
2738: initialization used (optimization)
2739:
2740: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2741: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2742: pa_socks_init/pa_socks_done moved inside pa_globals_init
2743: (optimization)
2744:
1.129 moko 2745: 2019-12-09 moko
2746:
2747: * src/include/pa_config_fixed.h: warning war
2748:
1.128 moko 2749: 2019-12-08 moko
2750:
2751: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2752: process grammar under Unix.
2753:
2754: 2019-12-07 moko
2755:
2756: * tests/389.html: For Windows XP. :)
2757:
2758: * tests/388-sql.html: Windows compatibility added
2759:
2760: 2019-12-06 moko
2761:
2762: * src/targets/cgi/parser3.C: warning war
2763:
2764: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2765: == sizeof(CORD)) to avoid aligning bugs in future
2766:
2767: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2768: XML_STATIC
2769:
2770: * src/include/pa_request.h: StackItem() not required
2771:
2772: * src/include/pa_stack.h: warning war
2773:
2774: * src/include/pa_config_includes.h: GCC warning silenced
2775:
2776: * src/include/pa_memory.h: warning war: the program should also
2777: define 'void operator delete [](void*, std::size_t)'
2778: [-Wsized-deallocation]
2779:
2780: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2781:
2782: * src/classes/string.C: not reqired cast removed
2783:
2784: * src/classes/string.C: not reqired cast removed
2785:
2786: 2019-12-05 moko
2787:
2788: * src/lib/sdbm/pa_file_io.C: warning war
2789:
2790: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2791: enum Language : size_t - required for VS2015+ to make
2792: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2793: without it (related to feature #1198)
2794:
2795: 2019-12-04 moko
2796:
2797: * src/main/pa_base64.C: unsigned char -> uchar
2798:
2799: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2800: as other libs
2801:
2802: * src/include/pa_version.h: +amd64
2803:
2804: 2019-12-03 moko
2805:
2806: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2807: release
2808:
2809: * src/include/pa_config_includes.h: warning war
2810:
2811: * src/classes/image.C: warning war
2812:
2813: * src/main/pa_globals.C: x64 libs support
2814:
2815: * src/include/pa_config_includes.h: warning war
2816:
2817: * src/types/pa_method.h: warning war
2818:
1.127 moko 2819: 2019-11-28 moko
2820:
2821: * src/classes/math.C: vs2003 compatibility + warning war
2822:
2823: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2824: libxml2-2.9.9 (related to feature #1136)
2825:
2826: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2827: typecast for more compatibility (related to feature #1136)
2828:
2829: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2830: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2831: feature #1136)
2832:
2833: 2019-11-26 moko
2834:
2835: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2836: removed (it was failing in $$var case), condition added
2837:
1.126 moko 2838: 2019-11-25 moko
2839:
2840: * tests/: 397.html, 399.html, results/141.processed,
2841: results/399.processed: base64 options tested
2842:
2843: * src/: classes/math.C, main/pa_http.C: base64 options used
2844:
2845: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2846: implemented (feature #986)
2847:
2848: * src/main/pa_cache_managers.C: whitespace
2849:
2850: * tests/: 397.html, 399.html, results/399.processed: tests for
2851: ^base64 encode options added (related to feature #986)
2852:
2853: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2854: pa_base64_encode(file) removed - more memory, but faster and less
2855: code (related fo feature #986)
2856:
2857: 2019-11-24 moko
2858:
2859: * tests/: 155.html, results/155.processed: limit and offset in
2860: ^table::load[] now supported, thus test added
2861:
2862: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2863: main/pa_common.C: optimization: offset and limit options parsing
2864: moved inside file_load.
2865:
2866: 2019-11-23 moko
2867:
2868: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2869: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2870: optimization: file_read replaced with simplified file_read_binary
2871:
2872: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2873: types/pa_vform.C: whitespace
2874:
2875: * src/: include/pa_common.h, main/pa_common.C: never used params
2876: removed
2877:
2878: 2019-11-21 moko
2879:
2880: * tests/: 193.html, results/193.processed, results/389.processed:
2881: test results updated as now base64 does not discard tail without
2882: padding (related to feature #986)
2883:
2884: 2019-11-20 moko
2885:
2886: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2887: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2888: pa_base64_decode (related to feature #986)
2889:
2890: * tests/398.html: tests for base64 decode added (related to feature
2891: #986)
2892:
2893: * src/main/pa_base64.C: base64_decode rewritten - padding option
2894: support, padding inside base 64 supported (related to feature
2895: #096)
2896:
2897: 2019-11-19 moko
2898:
2899: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2900: FreeBSD 12
2901:
1.125 moko 2902: 2019-11-16 moko
2903:
2904: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2905: support added, step support removed (related to #986)
2906:
2907: 2019-11-15 moko
2908:
2909: * src/classes/math.C: using log since log2 is not present on
2910: FreeBSD < 8.4 (related to feature #1177)
2911:
2912: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2913: pa_base64_size extracted and used for files as well (related to
2914: feature 986)
2915:
2916: 2019-11-14 moko
2917:
2918: * tests/: 397.html, results/397.processed: + content check
2919:
2920: * tests/: 141.html, results/141.processed: make test resuls more
2921: readable
2922:
2923: * tests/: 397.html, results/193.processed, results/397.processed:
2924: test results updated after \x00 character was disabled in
2925: math:convert string mode (related to feature #1177)
2926:
2927: * src/classes/: math.C, string.C: \\x00 character disabled while
2928: converting to string (as in base64, related to feature #1177)
2929:
2930: * src/classes/file.C: more correct arguments separation
2931:
2932: * src/: classes/file.C, classes/math.C, classes/string.C,
2933: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2934: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2935: options added, but not yet implemented (related to feature #986)
2936:
2937: * src/classes/math.C: whitespace
2938:
2939: 2019-11-13 moko
2940:
2941: * tests/: 397.html, results/397.processed: +tainting test (related
2942: to feature #1177)
2943:
2944: * src/classes/math.C: as we now produce not only digits, result
2945: should be tainted (related to feature #1177)
2946:
2947: * src/main/pa_base64.C: whitespace
2948:
2949: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
2950: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2951: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
2952: implementation moved from pa_common.h and pa_common.C
2953:
2954: 2019-11-12 moko
2955:
2956: * tests/: 275.html, results/275.processed: out of range test fixed,
2957: as ^math:convert now supports arbitrary precision
2958:
2959: 2019-11-11 moko
2960:
2961: * tests/results/389.processed: uctualized error message
2962:
2963: * tests/: 389.html, 397.html, results/397.processed: tests for
2964: ^math:convert added (related to feature #1177)
2965:
2966: * src/classes/math.C: ^math:convert now supports arbitrary
2967: precision, alphabet support added (implements feature #1177)
2968:
1.124 moko 2969: 2019-11-06 moko
2970:
2971: * tests/: 181.html, results/181.processed: entities usage added,
2972: more entites load tests (related to bug #842 discussion)
2973:
2974: 2019-11-05 moko
2975:
2976: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
2977: call from xmlFileOpen if http://localhost/<file> was not found
2978: (related to bug #842)
2979:
2980: * src/main/pa_xml_io.C: rename
2981:
2982: * src/main/pa_xml_io.C: +MemoryStream constructor
2983:
2984: * src/main/pa_xml_io.C: whitespace
2985:
1.123 moko 2986: 2019-10-31 moko
2987:
2988: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2989: XML_PARSE_NOENT) added to fix entities load, (related to feature
2990: #1181)
2991:
1.122 moko 2992: 2019-10-25 moko
2993:
2994: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2995: queries tests
2996:
2997: 2019-10-24 moko
2998:
2999: * tests/: 388-sql.html, results/388-sql.processed: support for
3000: pgsql driver test
3001:
3002: * tests/: 388-sql.html, results/388-sql.processed:
3003: multi_statements=1 now tested, mysql test now supported
3004: (connection must be specified in [parser3] section in .my.cnf)
3005: related to issues #1195 and #1194
3006:
1.121 moko 3007: 2019-09-11 moko
3008:
3009: * src/classes/int.C: whitespace
3010:
3011: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3012: exception test
3013:
3014: * tests/results/388-sql.processed: sql queries now shown (related
3015: to feature #1196)
3016:
3017: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3018: with old parser versions.
3019:
3020: * src/: classes/file.C, classes/hash.C, classes/string.C,
3021: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3022: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3023: instead of connect string in query_event_handlers exceptions
3024: (implements feature #1196)
3025:
1.120 moko 3026: 2019-09-06 moko
3027:
3028: * tests/388-sql.html: mysql compat
3029:
3030: * src/: classes/hash.C, classes/string.C, classes/table.C,
3031: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3032: sql_ variables declaration moved to pa_common.h
3033:
1.116 moko 3034: 2019-01-15 moko
3035:
3036: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3037: logically sorted
3038:
3039: 2018-12-27 moko
3040:
3041: * src/include/pa_config_includes.h: warning war:
3042: -Wdeprecated-register added for C++ 17
3043:
3044: 2018-10-15 moko
3045:
3046: * configure.ac: FreeBSD 11.2 can be build with ./configure
3047: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3048: --with-xml=/usr/local/
3049:
3050: 2018-09-24 moko
3051:
3052: * tests/: 396.html, 396.tiff, results/396.processed: test for
3053: ^image::measure[] now supports tiff added (related to feature
3054: #1188)
3055:
3056: * src/classes/image.C: ^image::measure[] now supports tiff
3057: (implements feature #1188)
3058:
3059: 2018-09-20 moko
3060:
3061: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3062: files measure added (related to ticket #1188)
3063:
3064: * src/classes/image.C: measure of bmp files implemented (related to
3065: ticket #1188)
3066:
3067: 2018-09-18 moko
3068:
3069: * tests/: 394-curl.html, results/394-curl.processed,
3070: results/auto.p: test for bug #1187 (max_file_size check for head
3071: requests) added
3072:
3073: 2018-08-24 moko
3074:
3075: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3076: response content-length check is required (fixes bug #1187)
3077:
3078: 2018-05-11 moko
3079:
3080: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3081: $.append(bool) ] option added (related to feature #919)
3082:
3083: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3084: from misha@ patch (implements feature #919)
3085:
3086: 2018-03-22 moko
3087:
3088: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3089: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3090: with 128kb buffer. Now works at least 12 times faster. :) May be
3091: Windows-only problem.
3092:
3093: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3094: build fix)
3095:
3096: 2018-02-03 moko
3097:
3098: * src/main/execute.C: removes irrelevant lines from exception stack
3099: trace when exceptions occurs in assigment (fixes bug #1165)
3100:
3101: * tests/: 393.html, results/393.processed: test for behavour after
3102: "Property can not be created, already exists field with that
3103: name" exception removed (related to feature #1183)
3104:
3105: * src/types/pa_vclass.C: "Property can not be created, already
3106: exists field with that name" exception removed (implements
3107: feature #1183)
3108:
3109: 2018-01-19 moko
3110:
3111: * src/classes/string.C: whitespace
3112:
3113: * src/classes/string.C: whitespace
3114:
3115: * tests/: 392.html, results/392.processed: test for
3116: ^regex::create[$regex] added (related to feature #1135)
3117:
3118: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3119: ^regex::create[$regex] added (implements feature #1135)
3120:
3121: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3122: commented define added (related to feature #1157)
3123:
3124: 2018-01-17 moko
3125:
3126: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3127:
3128: 2018-01-15 moko
3129:
3130: * tests/: 390.html, results/390.processed: real path replaced by
3131: stub
3132:
3133: * tests/: 391.html, results/391.processed: test for feature #1181
3134: (XML_PARSE_HUGE exception) added
3135:
3136: 2018-01-11 moko
3137:
3138: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3139: XML_PARSE_HUGE option passed by default (implements feature
3140: #1181)
3141:
3142: * src/classes/string.C: whitespace
3143:
3144: 2017-12-10 moko
3145:
3146: * tests/: 389.html, 390.html, results/389.processed,
3147: results/390.processed: image code coverage tests added (related
3148: to feature #1125)
3149:
3150: 2017-12-08 moko
3151:
3152: * tests/: 346-curl.html, 388-sql.html, 389.html,
3153: results/346-curl.processed, results/388-sql.processed,
3154: results/389.processed: more code coverage tests
3155:
3156: * tests/: 264.html, results/264.processed: code coverage for
3157: ^file::exec[]
3158:
3159: 2017-12-07 moko
3160:
3161: * tests/: 174.html, 388-sql.html, 389.html,
3162: results/388-sql.processed, results/389.processed,
3163: results/174.processed: more coverage tests
3164:
3165: * src/classes/math.C: exception text actualized
3166:
3167: 2017-12-06 moko
3168:
3169: * tests/388-sql.html: $SQL can be here
3170:
3171: * tests/results/auto.p: $SQL not required here
3172:
3173: * tests/: 388-sql.html, 389.html, Makefile,
3174: results/388-sql.processed, results/389.processed, results/auto.p:
3175: code coverage tests for sql (using sqlite) and int/double/bool
3176: added (related to feature #1125)
3177:
3178: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3179: lib/json/json.vcproj, lib/md5/md5.vcproj,
3180: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3181: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3182: targets/apache/ApacheModuleParser3Core.vcproj,
3183: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3184: types/types.vcproj: gc\include no longer required
3185:
3186: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3187: required
3188:
3189: * src/: classes/Makefile.am, classes/table.C,
3190: include/pa_config_includes.h, include/pa_string.h,
3191: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3192: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3193: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3194: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3195: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3196: used, we now include it directly
3197:
3198: 2017-12-04 moko
3199:
3200: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3201: memcached/memcached.vcproj, punycode/punycode.vcproj,
3202: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3203: where required
3204:
3205: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3206: now can be used to trace memory allocations
3207:
3208: * src/: classes/table.C, include/pa_config_includes.h,
3209: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3210: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3211: method removes, libcord also can work without libgc
3212:
3213: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3214:
3215: 2017-11-29 moko
3216:
3217: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3218: are not present (related to feature #1173)
3219:
3220: * tests/346-curl.html: test updated to test curl content-length bug
3221: (related to feature #1173)
3222:
3223: * tests/results/346-curl.processed: more test for content-length
3224: curl bug (related to feature #1173)
3225:
3226: * tests/results/346-curl.processed: test results updated after
3227: #1173 implemented
3228:
3229: 2017-11-28 moko
3230:
3231: * src/classes/curl.C: another libcurl Content-length bug walkaround
3232: (related to feature #1173)
3233:
3234: 2017-11-27 moko
3235:
3236: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3237: $.http_version[version string] added (implements feature #1173),
3238: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3239: where $post(true) bug existed.
3240:
3241: 2017-11-18 moko
3242:
3243: * src/include/pa_memory.h: warning war (related to feature #1170)
3244:
3245: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3246: feature #1170)
3247:
3248: 2017-11-17 moko
3249:
3250: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3251: std::basic_stringstream used in ^table.csv-string[] is compatible
3252: with delete usage check only under Debian 9 (related to feature
3253: #1170)
3254:
3255: 2017-11-16 moko
3256:
3257: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3258: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3259: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3260: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3261: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3262: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3263: stubs defend from accidental use (implements feature #1170)
3264:
3265: 2017-06-24 moko
3266:
3267: * configure.ac: minor fix: thanks to alx@
3268:
1.115 moko 3269: 2017-05-29 moko
3270:
3271: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3272: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3273: added to avoid cutting of UTF-8 chars (fixed bug #123)
3274:
3275: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3276: ignored, =?UTF-8?Q?= should start in case of leading space
3277: (related to bug #123)
3278:
3279: * buildall: echo -n -> printf for OS X. :)
3280:
3281: 2017-05-25 moko
3282:
3283: * tests/: 288.html, results/288.processed: test updated afted
3284: setting $o.prop without setter exception removed (related to
3285: feature #1157)
3286:
3287: * src/types/pa_vclass.C: no more "this property has no setter
3288: method" when setting $o.prop without setter (implements feature
3289: #1157)
3290:
3291: * buildall: echo \c -> echo -n for FreeBSD
3292:
3293: * configure, configure.ac, src/include/pa_config_auto.h.in,
3294: src/types/pa_vdouble.h: isfinite now checked in configure
3295:
3296: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3297: upgraded to automake 1.15
3298:
3299: 2017-05-23 moko
3300:
3301: * src/types/pa_vdouble.h: finite returned where isfinite not
3302: defined
3303:
3304: 2017-05-22 moko
3305:
3306: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3307:
3308: * buildall: extern CFLAGS setting support
3309:
3310: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3311:
3312: * buildall: http -> https
3313:
3314: * buildall: gc-7.2f -> gc-7.6.0
3315:
3316: 2017-05-20 moko
3317:
3318: * buildall: https, pcre, xml, xslt updated to current versions
3319: (related to feature #1136)
3320:
3321: 2017-05-19 moko
3322:
3323: * tests/097.html: after parser.ru moved to https
3324:
3325: 2017-05-17 moko
3326:
3327: * tests/results/: 175.processed, 372.processed: tests resuls
3328: updated after lintian spelling typos fixed (related to bug #1156)
3329:
3330: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3331: classes/string.C, classes/table.C, main/pa_charset.C,
3332: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3333: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3334: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3335:
3336: * tests/results/096.processed: +XMP
3337:
3338: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3339: $.xmp(true) options tested (test for feature #1154)
3340:
3341: * src/classes/image.C: ^image:measure[] options $.exif(false)
3342: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3343: fetched by default! (implements feature #1154)
3344:
3345: 2017-05-16 moko
3346:
3347: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3348: allowed (related to feature #1154)
3349:
3350: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3351: initial XMP implementation - without options and transcode
3352: (related to feature #1154)
3353:
3354: 2017-05-12 moko
3355:
3356: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3357: image: exif moved to ffields, skipped in ^image.html[] where
3358: iterators now used (preparation for feature #1154)
3359:
3360: 2017-05-05 moko
3361:
3362: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3363: results/387.processed: test for circular class inheritance check
3364: added (related to bug #1150)
3365:
3366: * src/types/pa_vstateless_class.C: circular class inheritance check
3367: added (fixes endless add_derived bug #1150)
3368:
3369: 2017-05-04 moko
3370:
3371: * tests/: 386.html, results/386.processed: test for
3372: $table.value(number) added (related to feature #1152)
3373:
3374: * src/types/pa_vtable.C: table put_element: column value must be
3375: string - > column value must be string compatible to allow
3376: $t.value(1) (implements feature #1152)
3377:
3378: 2017-05-03 moko
3379:
3380: * src/main/pa_request.C: $use[$method] is not possible, reverting
3381: (related to feature #1151)
3382:
3383: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3384: not possible, removing test (related to feature #1151)
3385:
3386: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3387: get_element_method added and used to allow $use[$method] and
3388: $autouse[$method] (implements feature 1151)
3389:
3390: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3391: variable added (related to feature #1151)
3392:
3393: * tests/results/226.processed: actualized after ^try-catch used
3394:
3395: * tests/: 226.html, 385.html, results/385.processed: test for
3396: @autouse in variable added
3397:
3398: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3399:
1.114 moko 3400: 2017-02-27 moko
3401:
3402: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3403:
1.113 moko 3404: 2017-02-20 moko
3405:
1.211 ! moko 3406: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3407:
3408: 2017-02-16 moko
3409:
3410: * tests/: 384.html, results/384.processed: test for
3411: ^reflection:mixin[; $.name[] ] option added (related to feature
3412: #1089)
3413:
3414: * tests/: 384.html, results/384.processed: test for
3415: ^reflection:mixin[] added (related to feature #1089)
3416:
3417: * src/types/pa_value.h: warning war: virtual ~Value() added
3418:
1.112 moko 3419: 2017-02-15 moko
3420:
3421: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3422: fixed
3423:
3424: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3425: test added (related to feature #1069)
3426:
3427: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3428: compilation without HASH_ORDER fixed
3429:
3430: * src/: classes/reflection.C, include/pa_hash.h:
3431: $.reverse(true/false) added to ^reflection:methods[] (related to
3432: feature #1069)
3433:
3434: 2017-02-14 moko
3435:
3436: * tests/: 152.html, results/152.processed: test for $._default hash
3437: added (related to bug #1131)
3438:
3439: * tests/: 277.html, results/277.processed: test for hash with only
3440: $._default is now defined (related to bug #1131)
3441:
3442: * src/types/pa_vhash.h: hash with only $._default is now defined
3443: (fixed bug #1131)
3444:
3445: 2017-02-13 moko
3446:
3447: * tests/cat-windows.sh: cat-windows added (cygwin required)
3448:
3449: * tests/: 171.html, 264.html, 286.html, 370.html,
3450: results/320.processed, results/375.processed, results/auto.p:
3451: cat-windows.sh support added
3452:
3453: * tests/375.html: Windows support
3454:
3455: * tests/270.html: documented
3456:
3457: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3458: (not backslashes) even under Windows (broke test 270)
3459:
3460: 2017-02-12 moko
3461:
3462: * tests/: descript.ion, todo.txt: cleanup
3463:
3464: 2017-02-09 moko
3465:
3466: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3467: run_tests.cmd: Windows compatibility
3468:
3469: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3470: incorrectly (GMT) if parser is called from cygwin
3471:
1.111 moko 3472: 2017-02-08 moko
3473:
1.211 ! moko 3474: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3475:
1.211 ! moko 3476: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3477:
3478: * NEWS, README: minor update
3479:
3480: * src/include/pa_config_includes.h: warning war continues
3481:
3482: * src/: include/pa_config_includes.h, include/pa_memory.h,
3483: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3484: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3485: gcc 6.x issues fixed
3486:
1.111 moko 3487: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3488: classes/classes.h, classes/curl.C, classes/date.C,
3489: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3490: classes/hashfile.C, classes/image.C, classes/inet.C,
3491: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3492: classes/memcached.C, classes/memory.C, classes/op.C,
3493: classes/reflection.C, classes/regex.C, classes/response.C,
3494: classes/string.C, classes/table.C, classes/void.C,
3495: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3496: include/pa_array.h, include/pa_cache_managers.h,
3497: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3498: include/pa_config_fixed.h, include/pa_config_includes.h,
3499: include/pa_dictionary.h, include/pa_dir.h,
3500: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3501: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3502: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3503: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3504: include/pa_request_charsets.h, include/pa_request_info.h,
3505: include/pa_sapi.h, include/pa_socks.h,
3506: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3507: include/pa_stack.h, include/pa_string.h,
3508: include/pa_stylesheet_connection.h,
3509: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3510: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3511: include/pa_uue.h, include/pa_xml_exception.h,
3512: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3513: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3514: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3515: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3516: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3517: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3518: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3519: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3520: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3521: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3522: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3523: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3524: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3525: main/pa_string.C, main/pa_stylesheet_connection.C,
3526: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3527: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3528: main/untaint.C, sql/pa_sql_driver.h,
3529: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3530: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3531: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3532: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3533: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3534: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3535: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3536: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3537: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3538: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3539: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3540: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3541: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3542: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3543: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3544: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3545: types/pa_vmemcached.h, types/pa_vmemory.h,
3546: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3547: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3548: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3549: types/pa_vresponse.C, types/pa_vresponse.h,
3550: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3551: types/pa_vstateless_object.h, types/pa_vstatus.C,
3552: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3553: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3554: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3555: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3556: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3557: 2015->2017
3558:
1.110 moko 3559: 2017-02-07 moko
3560:
3561: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3562:
3563: 2017-02-06 moko
3564:
3565: * src/main/pa_common.C: minor fixes, whitespace
3566:
3567: * src/: classes/curl.C, classes/file.C, classes/image.C,
3568: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3569: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3570: now used (implements feature #1081)
3571:
3572: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3573:
3574: 2017-02-01 moko
3575:
3576: * src/include/pa_request.h: cleanup
3577:
3578: 2017-01-30 moko
3579:
3580: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3581:
3582: 2017-01-29 moko
3583:
3584: * tests/: 383.html, results/383.processed: test for
3585: ^reflection:stack[] added (related to feature #1052)
3586:
3587: * src/classes/reflection.C: else added
3588:
3589: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3590: $.max_file_lock_wait added (implements feature #1128)
3591:
3592: 2017-01-28 moko
3593:
3594: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3595: body and other cases tests added (related to featue #1014)
3596:
3597: * src/classes/curl.C: bug if response is empty fixed (related to
3598: feature #1014)
3599:
3600: 2017-01-27 moko
3601:
3602: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3603: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3604: added (implements feature #1052)
3605:
3606: 2017-01-25 moko
3607:
3608: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3609: method test added
3610:
3611: 2017-01-23 moko
3612:
3613: * src/classes/reflection.C: optimization: options->get replaced by
3614: hash iterator
3615:
3616: * tests/: 381.html, results/381.processed: now -> fixed date
3617:
3618: * src/main/pa_request.C: warning war
3619:
3620: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3621: 5Mb (fixes bug #1058)
3622:
3623: * src/classes/curl.C: warning war
3624:
3625: * tests/: 381.html, results/381.processed: tests for ^json:string
3626: $.one-line(true) option added (related to feature #1124)
3627:
3628: * src/: classes/json.C, types/pa_value.h: $json-string
3629: $.one-line(true|false) options is now supported (implements
3630: feature #1124)
3631:
3632: * tests/: 380.html, results/380.processed: test for modified
3633: $.max_file_size added (related to bug #1014)
3634:
3635: * tests/: 379.html, results/auto.p: tests for rewritten http file
3636: load added (related to bug #1014)
3637:
3638: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3639: main/pa_common.C, main/pa_http.C: check_file_size added and used
3640: in curl / file load from disk and http, http file load rewritten
3641: (related to bug #1014)
3642:
3643: 2017-01-18 moko
3644:
3645: * tests/: 378.html, results/378.processed: tests for ^result[]
3646: added (related to feature #66)
3647:
3648: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3649: Method::CO_WITHOUT_FRAME as frame still added in expression
3650: (related to feature #66)
3651:
3652: 2017-01-17 moko
3653:
3654: * tests/: 377.html, results/377.processed: test for different
3655: combinations of breaks in body and delimiter (related to bug
3656: #1077)
3657:
3658: * tests/: 376.html, results/376.processed: many ^break[] tests
3659: added (related to bug #1077)
3660:
3661: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3662: passed to native method" exception added to avoid bugs due to
3663: WRITE_EXPR_RESULT skipped and native methods execution continues
3664: after ^break[] (related to bug #1077)
3665:
3666: 2017-01-14 moko
3667:
3668: * tests/: 330.html, results/330.processed: test results updated
3669: after ^break[] bugs where fixed (related to bug #1077)
3670:
3671: * tests/: 329.html, results/329.processed: test results updated
3672: after ^break[] bugs where fixed (related to bug #1077)
3673:
3674: * tests/results/320.processed: ^return[] added
3675:
3676: 2017-01-13 moko
3677:
3678: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3679: classes/table.C, include/pa_request.h, main/execute.C,
3680: main/pa_request.C, targets/cgi/parser3.C,
3681: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3682: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3683: checked after each possible process/execute call (fixes bug
3684: #1077)
3685:
3686: 2016-12-29 moko
3687:
3688: * src/main/pa_common.C: warning war
3689:
3690: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3691: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3692: pa_file_size_limit added, ^math:random fixed for upper limit and
3693: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3694: (related to feature #1014)
3695:
3696: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3697: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3698: (related to feature #1014)
3699:
3700: 2016-12-28 moko
3701:
3702: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3703: warning war
3704:
3705: 2016-12-26 moko
3706:
3707: * tests/: 341.html, results/341.processed: test for
3708: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3709:
3710: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3711: (related to feature #1057)
3712:
3713: * src/types/pa_vdate.C: warning war continues...
3714:
3715: * src/: classes/date.C, classes/image.C, classes/table.C,
3716: include/pa_config_includes.h, types/pa_vfile.C: warning war
3717:
3718: * src/lib/gd/gifio.C: warning war / cleanup
3719:
3720: * src/lib/json/pa_json.C: warning war
3721:
3722: * src/classes/hash.C: warning war
3723:
3724: * src/types/pa_vfile.C: warning war
3725:
3726: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3727: -Wall warning war continues
3728:
3729: * configure.ac: --with-build-warnings actualized
3730:
3731: 2016-12-25 moko
3732:
3733: * src/main/pa_exec.C: -wAll warning war
3734:
3735: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3736: -wAll warning war
3737:
3738: * src/: include/pa_common.h, include/pa_sapi.h,
3739: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3740: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3741: -wAll warning war
3742:
3743: 2016-12-23 moko
3744:
3745: * src/lib/ltdl/Makefile.am: extra dist added
3746:
3747: * tests/results/344.processed: test result updated after $file.text
3748: prefetched in ^hash::create[$file] (related to feature #1075)
3749:
3750: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3751: ^hash::create[$file] (related to feature #1075)
3752:
3753: 2016-12-22 moko
3754:
3755: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3756: main/pa_request.C, main/pa_stylesheet_connection.C,
3757: types/pa_vfile.C: file_stat now return 64-bit size (implements
3758: #1014 under 32-bit unix versions)
3759:
3760: 2016-12-21 moko
3761:
3762: * tests/: 375.html, results/375.processed: test for exec returning
3763: stated file added (related to feature #1119)
3764:
3765: * src/classes/file.C: load should not return file with null body
3766: (fixes bug #1119)
3767:
3768: 2016-12-14 moko
3769:
3770: * tests/: 374.html, results/374.processed: test for $method.name
3771: added (related to feature #1117) plus method returning junction
3772: test
3773:
3774: 2016-12-13 moko
3775:
3776: * src/: include/pa_symbols.h, main/pa_symbols.C,
3777: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3778: (implements feature #1117)
3779:
3780: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3781: HEAD and TRACE can't have body (implements feature #1116)
3782:
3783: 2016-12-09 moko
3784:
3785: * tests/: 373.html, results/373.processed: tests for
3786: ^reflection:tainting added (related to feature #1098)
3787:
3788: * src/classes/reflection.C: ^reflection:tainting arguments order
3789: change (related to feature #1098)
3790:
3791: 2016-12-06 moko
3792:
3793: * src/: classes/reflection.C, include/pa_string.h,
3794: main/pa_string.C: ^reflection:tainting[$string] added (implements
3795: feature #1098)
3796:
3797: 2016-12-05 moko
3798:
3799: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3800: (fixes bug #1114)
3801:
3802: 2016-12-04 moko
3803:
3804: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3805: check added
3806:
3807: 2016-12-03 moko
3808:
3809: * tests/: 346-curl.html, results/346-curl.processed: test modified
3810: to test value.as_hash() usage
3811:
3812: * src/classes/curl.C: value.as_hash() used for correct hash
3813: processing
3814:
3815: * src/classes/reflection.C: exceptions texts fixes
3816:
3817: 2016-12-02 moko
3818:
3819: * tests/: 372.html, results/372.processed: tests for
3820: ^reflection:create[ $.class[name] $.constructor[name]
3821: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3822: feature #1094)
3823:
3824: * src/types/pa_vmethod_frame.h: comment added: params should be
3825: declared outside of *_FRAME_ACTION as MethodParams destructor
3826: will be called in ~VNativeMethodFrame
3827:
3828: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3829: ] minor fix
3830:
3831: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3832: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3833: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3834: now supported (implements feature #1094) value::as_hash added
3835: (and should be used everywhere)
3836:
3837: * src/classes/reflection.C: cleanup
3838:
3839: 2016-12-01 moko
3840:
3841: * tests/: 356.html, results/356.processed: test for method
3842: junctions class name added to the resulting hash added (related
3843: to feature #1068)
3844:
3845: * src/classes/reflection.C: for method junctions class name added
3846: to the resulting hash (related to feature #1068)
3847:
3848: 2016-11-30 moko
3849:
3850: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3851: exception (related to bug #1113)
3852:
3853: * src/types/pa_vhashfile.C: whitespace
3854:
3855: * src/main/pa_os.C: errno now returned as it should (fixes bug
3856: #1113)
3857:
3858: * tests/results/: 175.processed, 192.processed, 224.processed,
3859: 229.processed, 239.processed, 244.processed, 246.processed,
3860: 314.processed, 352.processed: tests results updated after method
3861: call exceptions improved as method now keeps its name
3862:
3863: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3864: types/pa_vmethod_frame.h: method call exceptions improved as
3865: method now keeps its name
3866:
3867: * tests/: 224.html, 239.html, results/224.processed,
3868: results/239.processed: tests and tests results updated after
3869: Request::construct exception changed
3870:
3871: * src/: classes/reflection.C, main/execute.C: Request::construct
3872: exception optimized
3873:
3874: * tests/: 371.html, results/371.processed: test for
3875: WWrapper.get_element call in $.name.key[value] code added
3876: (related to feature #1091)
3877:
3878: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3879: in $.name.key[value] code (related to feature #1091)
3880:
3881: 2016-11-29 moko
3882:
3883: * src/classes/op.C: VS warning war
3884:
3885: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3886: C4239: nonstandard extension used : 'return' : conversion from
3887: 'Value' to 'Value &' (related to feature #1020)
3888:
3889: * src/: main/execute.C, types/pa_vmethod_frame.h,
3890: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3891: used : 'return' : conversion from 'Value' to 'Value &' (related
3892: to feature #1020)
3893:
3894: * src/main/execute.C: VS warning war
3895:
3896: * src/targets/cgi/parser3.C: VS compatibility fix
3897:
3898: * src/include/pa_request.h: VS warning war
3899:
3900: * tests/: 370.html, results/370.processed: test for ^file::exec[
3901: ... $.stdin[$binary_file] ] added (related to bug #1044)
3902:
3903: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3904: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3905: $.stdin[$binary_file] (fixes bug #1044)
3906:
3907: 2016-11-28 moko
3908:
3909: * src/main/pa_exec.C: whitespace
3910:
3911: * src/main/pa_request.C: whitespace
3912:
3913: * tests/: 369.html, results/369.processed: test for
3914: $response:status usage added (related to feature #1099)
3915:
3916: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3917: if < 100 (implements feature #1099)
3918:
3919: * src/targets/cgi/parser3.C: whitespace
3920:
3921: * src/targets/cgi/parser3.C: whitespace
3922:
3923: * tests/: 368.html, results/368.processed: test updated after
3924: ^reflection:filename[$method] added (related to feature #1053)
3925:
3926: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3927: main/compile.y, main/execute.C, main/pa_request.C,
3928: types/pa_vclass.h: filename -> filespec,
3929: ^reflection:filename[$method] added (related to feature #1053)
3930:
3931: 2016-11-27 moko
3932:
3933: * tests/: 368.html, results/368.processed: test for
3934: reflection:filename[$class or object] added (related to feature
3935: #1053)
3936:
3937: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
3938: types/pa_vstateless_class.h: ^reflection:filename[$class or
3939: object] added (implements feature #1053)
3940:
3941: 2016-11-26 moko
3942:
3943: * src/: include/pa_request_info.h,
3944: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3945: remove_absolute_uri -> strip_absolute_uri
3946:
3947: 2016-11-25 moko
3948:
3949: * src/: include/pa_request_info.h,
3950: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3951: request_info.remove_absolute_uri added to remove possible
3952: http://site.name/ from $request:uri (implements feature #1112)
3953:
3954: 2016-11-24 moko
3955:
3956: * tests/: 367-curl.html, results/367-curl.processed: test for
3957: previous request headers clearing after redirect added (related
3958: to bug #1109)
3959:
3960: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
3961: response headers from previous requests are now cleared, only
3962: last request headers are collected (fixes bug #1109)
3963:
3964: * tests/results/: 266.processed, 321.processed, 356.processed:
3965: tests results updated as method name now added to the resulting
3966: hash for new syntax only (Imp1 compatimility fixed, related to
3967: feature #1068)
3968:
3969: * src/classes/reflection.C: method name now added to the resulting
3970: hash for new syntax only (Imp1 compatimility fixed, related to
3971: feature #1068)
3972:
3973: * tests/results/366.processed: test for native and parser
3974: implementation of ^use[] logic (related to feature #1074)
3975:
3976: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
3977: for native and parser implementation of ^use[] logic (related to
3978: feature #1074)
3979:
3980: 2016-11-23 moko
3981:
3982: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3983: main/pa_request.C: @USE file now implemented as ^use[file;
3984: $.origin[origin_file] ] (implements feature #1074)
3985:
1.109 moko 3986: 2016-11-21 moko
3987:
1.110 moko 3988: * tests/: 365.html, results/365.processed: test for $caller bugs in
3989: 3.4.4 and $caller.method now tested (related to feature #1110)
3990:
3991: * tests/: 364.html, results/364.processed: $caller usage in
3992: different contexts now tested (related to feature #1110)
3993:
3994: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3995:
3996: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3997:
1.109 moko 3998: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3999: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4000: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4001: used (implements feature #1110)
4002:
4003: 2016-11-20 moko
4004:
4005: * src/types/pa_vdouble.h: whitespace
4006:
4007: 2016-11-11 moko
4008:
4009: * tests/: 363.html, results/363.processed: more tests for feature
4010: #1091 (how parser methods work in expression context)
4011:
4012: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4013: expressions strings are now written as strings, not values by
4014: write_as_string (related to feature #1091)
4015:
4016: * src/classes/op.C: to make more correct behavour in expression
4017: context
4018:
4019: 2016-11-07 moko
4020:
4021: * tests/: 362.html, results/362.processed: test for
4022: xsltParseStylesheetDoc caching as xsl modification after it added
4023: (related to bug #1108)
4024:
4025: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4026: result now cached as xdoc is modified after it (fixes bug #1108)
4027:
4028: 2016-11-06 moko
4029:
4030: * src/types/pa_vxdoc.h: whitespace
4031:
4032: 2016-11-05 moko
4033:
4034: * src/types/pa_vmethod_frame.h: cleanup
4035:
4036: 2016-11-03 moko
4037:
4038: * tests/results/244.processed: more correct exception after method
4039: frames separation
4040:
4041: * src/types/pa_vmethod_frame.h: minor optimizaion
4042:
4043: * src/types/pa_method.h: optimization: params_count added
4044:
4045: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4046: include/pa_request.h, main/execute.C, main/pa_request.C,
4047: types/pa_value.C, types/pa_vmethod_frame.C,
4048: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4049: VMethodFrame now divided into VNativeMethodFrame,
4050: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4051: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4052: and used (related to feature #1104)
4053:
4054: 2016-11-02 moko
4055:
4056: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4057: classes/double.C, classes/file.C, classes/hash.C,
4058: classes/hashfile.C, classes/image.C, classes/inet.C,
4059: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4060: classes/memcached.C, classes/op.C, classes/reflection.C,
4061: classes/regex.C, classes/string.C, classes/table.C,
4062: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4063: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4064: r.write (implements feature #1091)
4065:
4066: * src/main/execute.C: cleanup (related to feature #1104)
4067:
4068: * src/: include/pa_request.h, main/execute.C,
4069: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4070: added, in_expression removed (implements feature #1104)
4071:
4072: 2016-10-31 moko
4073:
4074: * src/types/pa_value.C: whitespace
4075:
4076: 2016-10-28 moko
4077:
4078: * tests/results/244.processed: updated after error reporting fixed
4079: in pa_wcontext.C
4080:
4081: * src/types/pa_wcontext.C: error reporting fixed
4082:
4083: * src/types/pa_wcontext.h: whitespace
4084:
4085: * src/classes/image.C: not fully readed entries are no longer
4086: processed (fixes bug #1106)
4087:
4088: 2016-10-26 moko
4089:
4090: * src/classes/image.C: whitespace
4091:
4092: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4093: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4094: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4095: longer required (related to feature #1091)
4096:
4097: * tests/results/: 264.processed, 350.processed: test results update
4098: reverted (whitespace optimization) after write_no_lang removed :)
4099: (related to feature #1091)
4100:
4101: * src/: classes/file.C, classes/hash.C, classes/op.C,
4102: classes/string.C, classes/table.C, classes/void.C,
4103: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4104: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4105: equal write_pass_lang (related to feature #1091)
4106:
4107: * tests/results/: 264.processed, 350.processed: test results
4108: updated (whitespace optimization) after write_assign_lang removed
4109: (related to feature #1091)
4110:
4111: * tests/: 361.html, results/361.processed: test for non-string
4112: ^untaint added (related to feature #1091)
4113:
4114: * src/: classes/curl.C, classes/date.C, classes/file.C,
4115: classes/hash.C, classes/op.C, classes/string.C,
4116: include/pa_request.h, main/execute.C: optimization:
4117: write_assign_lang removed as not required (first part of feature
4118: #1091 implementation)
4119:
1.108 moko 4120: 2016-10-12 moko
4121:
4122: * tests/: 360.html, results/360.processed: more test code (related
4123: to feature #1104)
4124:
4125: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4126: include/pa_request.h, main/compile.y, main/execute.C: opcode
4127: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4128: WContext is next task (implements feature #1104)
4129:
4130: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4131: / CO_WITHOUT_WCONTEXT
4132:
4133: * tests/: 360.html, results/360.processed: test for in expression
4134: state (related to feature #1104)
4135:
4136: 2016-10-11 moko
4137:
4138: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4139:
4140: * src/classes/op.C: default value removed from initializer
4141:
4142: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4143:
4144: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4145:
4146: 2016-10-10 moko
4147:
4148: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4149: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4150: to feature #42)
4151:
4152: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4153: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4154:
4155: 2016-10-08 moko
4156:
4157: * src/classes/double.C: whitespace
4158:
4159: 2016-10-07 moko
4160:
4161: * src/types/pa_vmethod_frame.h: reorder
4162:
4163: 2016-10-06 moko
4164:
4165: * src/classes/date.C: typo
4166:
4167: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4168:
4169: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4170: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4171: types/pa_vmethod_frame.h: params.get now returns Value&, not
4172: Value*
4173:
4174: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4175:
4176: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4177: removed; first as_* code rewrite
4178:
4179: 2016-10-05 moko
4180:
4181: * src/include/pa_request.h: whitespace
4182:
4183: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4184: intercept_string added (related to feature #1097)
4185:
4186: * src/: classes/image.C, classes/op.C, classes/table.C,
4187: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4188: optimization: intercept_string removed (implements feature #1097)
4189:
4190: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4191:
4192: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4193: from VCodeFrame and WWrapper as not required
4194:
4195: 2016-10-04 moko
4196:
4197: * src/: classes/curl.C, classes/date.C, classes/double.C,
4198: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4199: classes/int.C, classes/json.C, classes/op.C,
4200: classes/reflection.C, classes/string.C, classes/table.C,
4201: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4202: proces_to_value -> process after StringOrValue removed (related
4203: to feature #1020)
4204:
4205: * src/classes/form.C: whitespace
4206:
4207: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4208:
4209: * tests/: 357.html, 358.html, results/357.processed,
4210: results/358.processed, results/auto.p: test for @conf
4211: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4212:
4213: 2016-10-03 moko
4214:
4215: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4216: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4217: supported (implements feature #42)
4218:
4219: * src/types/pa_vregex.h: no reason for VRegex to be
4220: is_evaluated_expr
4221:
4222: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4223: (implements feature #1095)
4224:
4225: 2016-10-01 moko
4226:
4227: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4228: false by default (related to feature #1089)
4229:
4230: 2016-09-30 moko
4231:
4232: * src/types/pa_wcontext.h: cleanup
4233:
4234: 2016-09-29 moko
4235:
4236: * src/main/execute.C: whitespace
4237:
4238: * src/include/pa_request.h: whitespace
4239:
4240: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4241: classes/op.C, classes/table.C, include/pa_request.h,
4242: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4243: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4244: StringOrValue removed as it just slows down and adds complexity
4245: (implements feature #1020)
4246:
4247: 2016-09-28 moko
4248:
4249: * tests/: 356.html, results/266.processed, results/321.processed,
4250: results/356.processed: tests updated after name was added to
4251: method_info hash, test for ^reflection:method_info[junction]
4252: added (related to feature #1068)
4253:
4254: * src/classes/reflection.C: ^reflection:method_info[junction] now
4255: supported, method name added to the resulting hash (implements
4256: feature #1068)
4257:
4258: * tests/: 276.html, results/276.processed: more tests for
4259: ^reflection:delete[]
4260:
4261: * src/classes/reflection.C: fixed bug then ^reflection:delete
4262: didn't work on class and could damage native objects (like file)
4263:
4264: 2016-09-26 moko
4265:
4266: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4267: results/345.processed, results/346-curl.processed,
4268: results/347-curl.processed, results/348.processed: numbers added
4269: to simplify diff analysis
4270:
4271: * tests/: 352.html, results/352.processed: test result updated as
4272: method name used
4273:
4274: * src/classes/reflection.C: method name used
4275:
4276: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4277: its name
4278:
4279: * src/types/pa_method.h: whitespace
4280:
4281: * src/classes/reflection.C: both method and field with one name can
4282: exist.
4283:
4284: * src/classes/reflection.C: ^reflection:mixin added (implements
4285: feature #1089)
4286:
4287: * tests/: 355.html, results/355.processed: property appears in
4288: derived class if added in base test added
4289:
4290: * src/types/pa_vstateless_class.h: get_method declaration +
4291: whitespace
4292:
4293: * tests/: 354.html, results/354.processed: nice test from method
4294: and property with one name in class added
4295:
4296: 2016-09-23 moko
4297:
4298: * src/classes/reflection.C: ^reflection:method usage documented
4299:
4300: 2016-09-22 moko
4301:
4302: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4303: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4304: compile warning and GPF occures on VS2003 (related to feature
4305: #1087)
4306:
4307: * tests/: 350.html, results/350.processed: test added for
4308: $.encloser[] support in ^table::create (related to feature #11)
4309:
4310: * src/classes/table.C: another minor fix (related to feature #11)
4311:
1.107 moko 4312: 2016-09-21 moko
4313:
4314: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4315:
4316: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4317: classes/json.C, classes/string.C, classes/table.C,
4318: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4319: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4320: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4321: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4322: pa_charsets, vs2015 warning war
4323:
4324: * src/classes/table.C: vs2015 warning war
4325:
4326: * src/types/pa_vdate.C: vs2015 warning war
4327:
4328: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4329:
4330: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4331: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4332:
4333: * src/main/pa_common.C: vs2015 compilation fixes
4334:
4335: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4336: vs2015 compilation fixes
4337:
4338: * src/main/pa_charset.C: vs2015 warning war
4339:
4340: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4341:
4342: * src/main/pa_charset.C: vs2015 warning war
4343:
4344: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4345:
4346: * src/types/pa_vdate.C: vs2015 compilation fix
4347:
4348: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4349:
4350: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4351: VS2015 compilation fixes
4352:
4353: * src/classes/table.C: minor fix (related to feature #11)
4354:
4355: * tests/results/282.processed: no longer skipping extra enclosers
4356: (related to feature #11)
4357:
4358: * src/classes/table.C: minor fix + no longer skipping extra
4359: enclosers (related to feature #11)
4360:
4361: * src/classes/table.C: minor optimization (related to feature #11)
4362:
4363: * src/classes/table.C: minor fix and optimization (related to
4364: feature #11)
4365:
4366: 2016-09-20 moko
4367:
4368: * tests/: 353.html, results/353.processed: test for
4369: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4370: added (related to bug #1090)
4371:
4372: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4373: one_big_piece (fixes bug #1090)
4374:
4375: * tests/: 229.html, results/229.processed: code coverage tests
4376:
4377: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4378: body) was called
4379:
4380: * src/classes/op.C: whitespace
4381:
4382: * tests/: 323.html, results/323.processed: test for code junction
4383: should not be returned by ^reflection:class, ^reflection:base
4384:
4385: * src/classes/reflection.C: bugfix: code junction should not be
4386: returned by ^reflection:class, ^reflection:base
4387:
4388: * tests/: 323.html, 352.html, results/352.processed: no more
4389: exception for ^reflection:method[class;no-such-method] (related
4390: to feature #1087)
4391:
4392: * src/classes/reflection.C:
4393: ^reflection:method[class;no-such-method] : exception -> void
4394: (related to feature #1087)
4395:
4396: * src/include/pa_request.h: request::write_value added to allow
4397: write value without convertion (related to issue #1091)
4398:
4399: 2016-09-19 moko
4400:
4401: * src/main/pa_random.C: windows build fix
4402:
4403: * src/types/pa_vhash.h: warning war
4404:
4405: 2016-09-14 moko
4406:
4407: * tests/: 352.html, 552.html, results/352.processed,
4408: results/552.processed: test for ^reflection:method[] extension
4409: added (related to feature #1087)
4410:
4411: * tests/: 552.html, results/552.processed: test for
4412: ^reflection:method[] extension added (related to feature #1087)
4413:
4414: * src/classes/reflection.C: compatibility issue fixed, VClass
4415: dynamic_cast check added (related to feature #1087)
4416:
4417: * tests/: 351.html, results/351.processed: test for @auto[]
4418: inheritance bug diring ^process[] added (related to bug #1088)
4419:
4420: * src/: classes/op.C, main/pa_request.C,
4421: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4422: disable it inheritance during ^process (fixes bug #1088)
4423:
4424: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4425: added (implements feature #1087)
4426:
4427: 2016-09-13 moko
4428:
4429: * tests/: 349.html, results/auto.p: test for objects prototyping
4430: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4431: to feature #1086)
4432:
4433: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4434: types/pa_vobject.C: objects now are not class instances, but have
4435: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4436: in @conf (implements feature #1086)
4437:
4438: 2016-09-08 moko
4439:
4440: * src/: classes/file.C, classes/mail.C, classes/string.C,
4441: classes/table.C, main/pa_http.C, main/pa_string.C,
4442: include/pa_string.h: cleanup: string::split limit argument
4443: removed as no longer required, pos_after no longer reference
4444: (related to feature #11)
4445:
4446: * src/classes/table.C, tests/results/348.processed: now exception
4447: is rised when invalid option is passed to ^table::create[]
4448:
4449: * tests/: 282.cfg, 282.html, results/282.processed: more code
4450: coverage tests
4451:
4452: * tests/: 348.html, results/348.processed: code coverage tests
4453: added
4454:
4455: * tests/: 348.html, results/348.processed: generic ^table::create[]
4456: tests
4457:
4458: * tests/: 035.html, results/035.processed, results/272.processed:
4459: tests updated after $.encloser[] support for ^table::create
4460: implementation (related to feature #11)
4461:
4462: * src/classes/table.C: $.encloser[] support for ^table::create
4463: finally added (implements feature #11)
4464:
4465: 2016-09-07 moko
4466:
4467: * src/include/pa_string.h: added StringSplitHelper as friend
4468: (related to feature #11)
4469:
4470: * src/include/pa_string.h: body and langs now protected, not
4471: private to allow inheritance (related to feature #11)
4472:
4473: * src/classes/table.C: lsplit optimized before cloning for
4474: ^table::create with $.encloser[] (related to feature #11)
4475:
4476: * src/classes/table.C: optimizaion: TableControlChars.separators
4477: added and used (related to feature #11)
4478:
4479: * src/classes/table.C: spelling:
4480:
4481: TableSeparators -> TableControlChars column -> separator
4482: separators -> control_chars
4483:
4484: 2016-09-06 moko
4485:
4486: * src/main/pa_string.C: whitespace
4487:
4488: * src/main/pa_string.C: whitespace
4489:
4490: 2016-09-01 moko
4491:
4492: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4493: results OS-independent
4494:
4495: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4496: compiler (related to feature #1042)
4497:
4498: 2016-08-15 moko
4499:
4500: * src/include/pa_string.h: whitespace
4501:
4502: * src/classes/table.C: whitespace
4503:
1.106 moko 4504: 2016-08-05 moko
4505:
4506: * tests/: 344.html, results/344.processed: test for
4507: ^hash::create[$file] added (related to feature #1075)
4508:
4509: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4510: supported (implements feature #1075)
4511:
4512: 2016-08-04 moko
4513:
4514: * tests/: 341.html, results/341.processed: more code coverage tests
4515:
4516: * tests/: 346-curl.html, results/346-curl.processed: more code
4517: coverage tests for curl
4518:
4519: * tests/: 346-curl.html, results/346-curl.processed: more code
4520: coverage tests for curl
4521:
4522: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4523: results/223.processed: code coverage tests: $.form[ $.table[] ]
4524: test added
4525:
4526: * tests/: 223-curl.html, results/223-curl.processed: more code
4527: coverage tests for curl
4528:
4529: 2016-08-03 moko
4530:
4531: * src/classes/curl.C: dlink(curl_library) now called not once, but
4532: until it will be loaded, allowing to find existing library.
4533:
4534: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4535: results/347-curl.processed: more code coverage tests for curl
4536:
4537: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4538: results/339-curl.processed, results/346-curl.processed: curl
4539: functionality tests
4540:
4541: 2016-08-02 moko
4542:
4543: * tests/: 339.html, results/339.processed: test for tables in
4544: ^file:load[] and ^curl:load[] (commented) added (related to
4545: feature #1042)
4546:
4547: * tests/: 345.html, results/345.processed: code coverage tests for
4548: file class
4549:
4550: * tests/: 344.html, results/344.processed: code coverage tests
4551:
4552: * tests/: 344.html, results/344.processed: mdate removed from
4553: output
4554:
4555: * src/classes/file.C: minor bugfix: is_text should be taked from
4556: fcontent.is_text_mode() if not set (related to feature #1061)
4557:
4558: * tests/: 344.html, results/344.processed: more tests
4559:
4560: * tests/: 343.html, 344.html, results/343.processed,
4561: results/344.processed: tests for ^file::create[ $.from-charset
4562: and $.to-charset ] (related to feature #1061)
4563:
4564: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4565: aset_text_mode argument optimized
4566:
4567: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4568: checkBOM now used in detect_binary_content (related to feature
4569: #1061)
4570:
4571: * src/main/pa_request.C: load_charset no longer required to_upper
4572:
4573: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4574: preserves original file mode (if no $.mode specified)
4575:
4576: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4577: ^file::create now supports $.from-charset[] and $.to-charset
4578: options (implements feature #1061), automatic transcode is done
4579: if text file is created from binary file and charset is detected.
4580:
4581: 2016-07-30 moko
4582:
4583: * src/classes/table.C: ^t.hash[..;] now supported (related to
4584: feature #1057)
4585:
4586: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4587: added (related to feature #1057)
4588:
4589: * tests/: 286.html, results/286.processed: code tests coverage
4590:
4591: 2016-07-29 moko
4592:
4593: * src/classes/table.C: table size should be checked inside menu and
4594: foreach (related to feature #858)
4595:
4596: * src/: classes/curl.C, classes/file.C, classes/string.C,
4597: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4598: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4599: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4600: charsets.get now does str_upper inside (related to feature #1061)
4601:
4602: * tests/: 342.html, results/342.processed: more code coverage tests
4603:
4604: * tests/: 342.html, outputs/342.processed: table menu code coverage
4605: + foreach test added (related to feature #858)
4606:
4607: * tests/: 341.html, results/341.processed: tests for
4608: ^table.hash[]{code} added + code coverage tests (related to
4609: feature #1057)
4610:
4611: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4612: value} support (implements feature #1057)
4613:
4614: * src/classes/table.C: whitespace
4615:
4616: 2016-07-28 moko
4617:
4618: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4619: from URL, if not specified query string removed from url-based
4620: filenames in ^curl:load[] and ^file::load[] (related to feature
4621: #1042)
4622:
4623: 2016-07-27 moko
4624:
4625: * tests/: 340.html, results/340.processed: test for
4626: transcode_text_result=false added (related to issue #1042)
4627:
4628: 2016-07-26 moko
4629:
4630: * src/types/pa_vfile.C: file name should not be empty (if file path
4631: is folder and ends with /) (related to feature #1042)
4632:
4633: * src/main/pa_http.C: whitespace optimizaion
4634:
4635: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4636: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4637: multiple headers, ^file::load supports headers transcoding
4638: (implements feature #1042)
4639:
4640: 2016-07-25 moko
4641:
4642: * src/include/pa_common.h: PA_DEFAULT added
4643:
4644: 2016-07-22 moko
4645:
4646: * tests/: 338.html, results/338.processed: test for
4647: $date.field(value) added (related to feature #1066)
4648:
4649: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4650: $date.field(value) now supported for y/m/d/h/m/s (implements
4651: feature #1066)
4652:
1.105 moko 4653: 2016-07-21 moko
4654:
4655: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4656: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4657: arguments removed; image.C - absolute path shown in exception
4658: (implements feature #1071)
4659:
4660: * tests/: 235.html, results/235.processed: test and test result
4661: updated after static boundary in mail and Errors-To: mail header
4662: removed (related to feature #1047)
4663:
4664: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4665: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4666: used, static boundary in mail removed, Errors-To: mail header
4667: removed (implements feature #1047)
4668:
4669: 2016-07-20 moko
4670:
4671: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4672: equest.classes(): Value -> VStateless_class, part 3 (related to
4673: issue #1051)
4674:
4675: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4676: request.classes(): Value -> VStateless_class, part 2 (related to
4677: issue #1051)
4678:
4679: * tests/results/: 224.processed, 323.processed: classes without
4680: methods should not be methoded (related to issue #1051)
4681:
4682: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4683: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4684: -> VStateless_class, part 1 (related to issue #1051)
4685:
4686: * tests/: 337.html, results/337.processed: test for
4687: ^reflection:fields_reference[] and VHashReference class added
4688: (related to feature #1072)
4689:
4690: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4691: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4692: and VHashReference added, allowing ^reflection:fields_reference[]
4693: implementation (closes feature #1072)
4694:
4695: 2016-07-19 moko
4696:
4697: * tests/: 323.html, results/323.processed: we want to see
4698: "methoded"
4699:
4700: * tests/: 336.html, results/336.processed: test for $BASE:property
4701: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4702: #1059)
4703:
4704: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4705: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4706: somebody_entered_some_class, $BASE:property works again,
4707: ^BASE:method[] bugs fixed (fixes bug #1059)
4708:
4709: 2016-07-14 moko
4710:
4711: * tests/: 335.html, results/335.processed: test for feature #1055
4712: added
4713:
4714: * src/classes/hash.C: bugfix: $._default was not copied if empty
4715: feature: ^hash.contains[_default] added (implements feature
4716: #1055)
4717:
4718: 2016-07-13 moko
4719:
4720: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4721: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4722:
4723: 2016-07-05 moko
4724:
4725: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4726: in ^hash.foreach (related to feature #1073)
4727:
4728: 2016-07-04 moko
4729:
4730: * tests/: 134.html, 281.html, results/134.processed,
4731: results/281.processed: tests updated after hash blocking removed
4732: (related to feature #1073)
4733:
4734: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4735: no longer blocks on change during foreach (implements feature
4736: #1073)
4737:
4738: 2016-06-17 moko
4739:
4740: * tests/: 330.html, results/330.processed: try exception source
4741: test added (related to bug in #1062)
4742:
4743: * tests/: 334.html, results/334.processed: Exception stack trace
4744: test added (related to bug in $1062)
4745:
4746: * src/classes/op.C: Exception trace now correctly restored and
4747: errors reported (related to bug #1062)
4748:
1.104 moko 4749: 2016-05-25 moko
4750:
4751: * src/main/compile.y: minor cleanup + beauty
4752:
4753: 2016-05-24 moko
4754:
4755: * tests/: 333.html, results/333.processed: more exceptions testing
4756:
4757: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4758: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4759: features #1056, #1026)
4760:
4761: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4762: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4763: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4764: (implements feature #1056)
4765:
4766: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4767: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4768: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4769: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4770: feature #1026)
4771:
4772: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4773: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4774: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4775: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4776: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4777: feature #1026)
4778:
4779: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4780: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4781: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4782: SYMBOLS_CACHING define implemented (related to feature #1026)
4783:
4784: * src/main/main.vcproj: + ps_symbols
4785:
4786: * src/: include/Makefile.am, include/pa_string.h,
4787: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4788: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4789: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4790: types/pa_vstateless_class.C: initial implementation for symbols
4791: cache (related to feature #1026)
4792:
4793: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4794:
4795: * src/main/pa_globals.C: minor cleanup
4796:
4797: 2016-05-19 moko
4798:
4799: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4800: (related to feature #1046)
4801:
4802: * tests/: 331.html, results/331.processed: test for
4803: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4804: (related to feature #1051)
4805:
4806: * src/main/compile.y:
4807: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4808: (implements feature #1054)
4809:
4810: 2016-05-18 moko
4811:
4812: * src/types/pa_vtable.C, tests/results/324.processed: no more
4813: "column not found" exception for ^table.no-such-method[] (related
4814: to feature #1046)
4815:
4816: * tests/: 261.html, results/261.processed: test added and updated
4817: after feature #1046 implementation
4818:
4819: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4820: types/pa_vvoid.h: $string.anything works for whitespace strings,
4821: ^string.contains added for hash compatibility, $string.method no
4822: longer returns stting method (implements feature #1046)
4823:
4824: 2016-05-12 moko
4825:
4826: * src/classes/curl.C: content-type response header no longer
4827: ignored (fixes issue #1045)
4828:
4829: * tests/: 330.html, results/330.processed: test for incomplete
4830: finally execution when break occures added (related to issue
4831: #1077)
4832:
4833: * src/classes/op.C: bugfix: Request::skip reset is called before
4834: executing catch and finally code (fixes issue #1062)
4835:
4836: 2016-05-11 moko
4837:
4838: * tests/: 329.html, results/329.processed: test for invalid
4839: ^break[] behavour added (bug #1077)
4840:
4841: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4842:
4843: 2016-04-24 moko
4844:
4845: * src/types/pa_vstateless_class.h: warning war
4846:
4847: 2016-04-17 moko
4848:
4849: * tests/: 328.html, results/328.processed: test for
4850: ^break(condition) and ^continue(condition) (related to feature
4851: #1063)
4852:
4853: * src/classes/op.C: ^break(condition) and ^continue(condition)
4854: implemented (feature #1063)
4855:
4856: 2016-04-12 moko
4857:
4858: * tests/results/280.processed: ordered hash now used for class
4859: methods and properties (test results updated for feature #1069)
4860:
4861: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4862: to xdoc.C as under FreeBSD it was inited after and inheritance
4863: failed (related to issue #1051)
4864:
4865: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4866: are printed to check inheritance (related to feature #1051)
4867:
1.103 moko 4868: 2016-04-09 moko
4869:
4870: * tests/results/320.processed: ordered hash now used for class
4871: methods and properties (test results updated for feature #1069)
4872:
4873: * src/types/pa_vstateless_class.h: ordered hash now used for class
4874: methods and properties (implements feature #1069)
4875:
4876: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4877: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4878: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4879: feature #1051)
4880:
4881: 2016-04-07 moko
4882:
4883: * src/main/execute.C: returned Value in .CLASS case for VJunction
4884: (related to feature #1051)
4885:
4886: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4887: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4888: string constants deduplication (related to feature #1051)
4889:
4890: * tests/results/224.processed: test result updated (related to
4891: feature #1051)
4892:
4893: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4894: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4895: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4896: types/pa_vstatus.h: classes hash now contains only
4897: VStateless_class derived objects, .CLASS is also allways
4898: VStateless_class derived object (related to feature #1051).
4899:
4900: 2016-04-06 moko
4901:
4902: * tests/results/323.processed: test result updated after feature
4903: #1051 implementation
4904:
4905: * src/: classes/classes.h, classes/op.C, classes/response.C,
4906: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4907: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4908: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4909: types/pa_vresponse.C, types/pa_vresponse.h,
4910: types/pa_vstateless_class.h: base -> methoded_donor for static
4911: classes, type() moved from VStateless_class to VClass and
4912: Methoded (implements feature #1051)
4913:
4914: 2016-04-04 moko
4915:
4916: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4917: beauty: put_class added (related to feature #1051)
4918:
4919: 2016-04-01 moko
4920:
4921: * tests/results/: 175.processed, 192.processed, 224.processed,
4922: 229.processed, 244.processed, 246.processed, 316.processed: test
4923: results updated as class.type() removed from error messages, only
4924: type() left (related to feature #1051)
4925:
4926: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4927: classes/op.C, classes/reflection.C, main/compile.y,
4928: main/compile_tools.h, main/execute.C, main/pa_request.C,
4929: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4930: types/pa_vmethod_frame.h, types/pa_vobject.h,
4931: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4932: from VStateless_class, type() is used instead (related to feature
4933: #1051)
4934:
4935: * src/classes/mail.C: old logic restored.
4936:
4937: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4938: classes/classes.h, classes/curl.C, classes/date.C,
4939: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4940: classes/hashfile.C, classes/image.C, classes/inet.C,
4941: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4942: classes/memcached.C, classes/memory.C, classes/reflection.C,
4943: classes/regex.C, classes/response.C, classes/string.C,
4944: classes/table.C, classes/xdoc.C, classes/xnode.C,
4945: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
4946: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
4947: feature #1051)
4948:
4949: 2016-03-30 moko
4950:
4951: * tests/: 327.html, results/224.processed, results/327.processed:
4952: test for TZ specification in ^date::create[], TZ is kept during
4953: ^date::create[$dt] (related to feature #1048)
4954:
4955: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
4956: ^date::create[], TZ is kept during ^date::create[$dt] (implements
4957: feature #1048)
4958:
4959: 2016-03-29 moko
4960:
4961: * tests/: 315.html, results/315.processed: test for timezone format
4962: +HHmm added (related to feature #1065)
4963:
4964: * src/classes/date.C: timezone format +HHmm now supported
4965: (implements feature #1065)
4966:
4967: 2016-03-28 moko
4968:
4969: * tests/: 202.html, results/131.processed, results/202.processed,
4970: results/224.processed, results/256.processed,
4971: results/315.processed: test results updated after %.2d now
4972: default for hours offset in iso-string (was %2d), test for
4973: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4974: added (related to feature #1065)
4975:
4976: 2016-03-27 moko
4977:
4978: * src/types/pa_vdate.C: '+' sign for zero offset (related to
4979: feature #1065)
4980:
4981: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4982: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4983: added (implements feature #1065)
4984:
4985: 2016-03-24 moko
4986:
4987: * tests/: 202.html, results/202.processed: test $date.week added
4988: (related to bug #1067)
4989:
4990: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4991: date (fix for bug #1067)
4992:
4993: 2016-03-10 moko
4994:
4995: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4996:
1.102 moko 4997: 2015-12-07 moko
4998:
4999: * tests/: 326.html, results/326.processed: test for .CLASS &
5000: .CLASS_NAME optimization added (related to feature #844)
5001:
5002: 2015-11-17 moko
5003:
5004: * tests/: 323.html, results/323.processed: order added
5005:
5006: * tests/: 325.html, results/325.processed: double range test added
5007: (related to bug #1049)
5008:
5009: 2015-11-16 moko
5010:
5011: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5012: added to disallow NaN and Infinity (fixes bug #1049)
5013:
5014: 2015-11-11 moko
5015:
5016: * tests/324.html: parser 3.4.3 execution support added (related to
5017: feature #1017)
5018:
5019: * tests/: 324.html, results/324.processed: test for
5020: GET_ELEMENT4CALL feature added (feature #1017)
5021:
1.101 moko 5022: 2015-10-29 moko
5023:
1.211 ! moko 5024: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5025:
5026: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5027:
5028: * src/main/pa_exec.C: get_exit_status implemented for Windows
5029: (related to bug #1043)
5030:
5031: 2015-10-28 moko
5032:
5033: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5034: hangup during ^file::exec (fixes bug #1043)
5035:
1.100 moko 5036: 2015-10-27 moko
5037:
5038: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5039:
1.99 moko 5040: 2015-10-26 moko
5041:
1.100 moko 5042: * tests/322.html, src/classes/reflection.C: arguments reorder
5043: (related to issue #1041)
5044:
5045: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5046: Copyright year updated
5047:
1.99 moko 5048: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5049: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5050: classes/form.C, classes/hash.C, classes/hashfile.C,
5051: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5052: classes/mail.C, classes/math.C, classes/memcached.C,
5053: classes/memory.C, classes/op.C, classes/reflection.C,
5054: classes/regex.C, classes/response.C, classes/string.C,
5055: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5056: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5057: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5058: include/pa_config_fixed.h, include/pa_config_includes.h,
5059: include/pa_dictionary.h, include/pa_dir.h,
5060: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5061: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5062: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5063: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5064: include/pa_request_charsets.h, include/pa_request_info.h,
5065: include/pa_sapi.h, include/pa_socks.h,
5066: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5067: include/pa_stack.h, include/pa_string.h,
5068: include/pa_stylesheet_connection.h,
5069: include/pa_stylesheet_manager.h, include/pa_table.h,
5070: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5071: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5072: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5073: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5074: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5075: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5076: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5077: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5078: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5079: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5080: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5081: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5082: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5083: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5084: main/pa_string.C, main/pa_stylesheet_connection.C,
5085: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5086: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5087: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5088: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5089: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5090: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5091: targets/isapi/parser3isapi.C, types/pa_junction.h,
5092: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5093: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5094: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5095: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5096: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5099: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5100: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5101: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5102: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5103: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5104: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5105: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5106: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5107: types/pa_vresponse.C, types/pa_vresponse.h,
5108: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5109: types/pa_vstateless_object.h, types/pa_vstatus.C,
5110: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5111: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5112: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5113: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5114: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5115:
5116: * src/targets/cgi/parser3.C: year updated
5117:
5118: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5119: issue #1041)
5120:
5121: * tests/: 323.html, results/323.processed: test for base classes
5122: added
5123:
5124: * tests/: 261.html, results/261.processed: updated after better
5125: error reporting done for $string.key exception
5126:
5127: * src/types/pa_vstring.h: better error report for $string.key
5128: exception
5129:
5130: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5131: copied as VObject::get_element4call to remove extra virtual call
5132:
5133: * tests/: 322.html, results/322.processed: test for
5134: ^reflection:is[] added (related to feature #1041)
5135:
5136: * src/classes/reflection.C: ^reflection:is empty value is void
5137: (related to feature #1041)
5138:
5139: * src/classes/reflection.C:
5140: ^reflection:is[class_name|code|method;[context;]element_name]
5141: added (implements feature #1041)
5142:
5143: 2015-10-24 moko
5144:
5145: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5146:
1.98 moko 5147: 2015-10-22 moko
5148:
5149: * tests/: 321.html, results/321.processed: test for
5150: ^reflection:method_info[] file detection added
5151:
5152: * tests/: 320.html, results/320.processed: test for
5153: ^reflection:class_by_name[class_name] added (related to feature
5154: #993)
5155:
5156: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5157: added (implements feature #993)
5158:
5159: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5160: (related to feature #1017)
5161:
5162: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5163: added (related to issue #1039)
5164:
5165: * src/main/pa_request.C: ^throw origin fixed (related to feature
5166: #1039)
5167:
5168: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5169: for VDate
5170:
5171: * tests/results/182.processed: updated after feature #1038
5172: implemented
5173:
5174: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5175: compile-time exception origin added (test for feature #1039)
5176:
5177: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5178: main/pa_request.C: exception unification: compile-time exceptions
5179: now have origin, @USE origins also tracked (implements feature
5180: #1039)
5181:
5182: 2015-10-20 moko
5183:
5184: * src/main/pa_request.C: cleanup
5185:
5186: 2015-10-15 moko
5187:
5188: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5189:
5190: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5191: types/pa_vtable.C: new feature: no more $table.method and
5192: $hash.method, aliases for _at, _count, _key (related to feature
5193: #1017)
5194:
1.97 moko 5195: 2015-10-14 moko
5196:
1.98 moko 5197: * tests/: 317.html, results/317.processed: test for
5198: ^string.unescape[] added (related to feature #120)
5199:
1.97 moko 5200: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5201: defined" bug (described in issue #1036)
5202:
5203: * tests/: 247.html, results/247.processed: test for checkBOM added
5204: (test for bug #1037)
5205:
5206: * src/: include/pa_charsets.h, main/pa_charsets.C,
5207: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5208: it's not enforced, skips BOM signature if it complies charset
5209: (fixes bug #1037)
5210:
5211: 2015-10-13 moko
5212:
5213: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5214: linking
5215:
5216: * src/classes/inet.C: vs2003 compilation fix
5217:
5218: * src/classes/math.C: warning war
5219:
5220: * src/lib/punycode/pa_punycode.c: warning war
5221:
5222: 2015-10-12 moko
5223:
5224: * src/lib/punycode/pa_punycode.c: warning war
5225:
5226: * parser3.sln: moved parser3 first, to make it default startup
5227: project
5228:
5229: * buildall: parser "mirror" now used for external libs sources
5230: (implements feature #1036)
5231:
5232: * buildall: most external libs are updated to their current
5233: versions (related to feature #1036)
5234:
5235: * src/classes/image.C: more tags added
5236:
5237: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5238:
5239: 2015-10-11 moko
5240:
5241: * src/classes/curl.C: minor optimization (related to feature #1035)
5242:
5243: 2015-10-09 moko
5244:
5245: * src/classes/curl.C: pa_strdup added for strings from curl
5246: (related to feature #1035)
5247:
5248: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5249: ULLONG_MAX definition
5250:
5251: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5252: (implements feature #1035)
5253:
5254: * src/main/pa_charset.C: String::Body(String::C) used
5255:
5256: * src/main/pa_charset.C: exceptions unified
5257:
5258: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5259: unified
5260:
5261: * src/: classes/file.C, classes/image.C, classes/mail.C,
5262: classes/op.C, classes/xdoc.C, classes/xnode.C,
5263: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5264: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5265: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5266: String::Body(String::C) constructor added (related to bug #957)
5267:
5268: * src/classes/file.C: minor optimization
5269:
5270: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5271: Cord(char*) autocreation (related to bug #957)
5272:
5273: * src/: classes/string.C, main/untaint.C: minor optimizations
5274:
5275: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5276: String(char*, Lang, length) removed, String(C(), Lang) used
5277: instead (related to bug #957)
5278:
5279: 2015-10-08 moko
5280:
5281: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5282: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5283: main/untaint.C: Now char * is converted to CORD only using
5284: AS_CORD() to check for empty cord bug (fixes bug #957)
5285:
5286: * src/include/pa_hash.h: fixed compilation without
5287: HASH_CODE_CACHING
5288:
5289: * src/classes/string.C:
5290: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5291: feature #120)
5292:
5293: * src/main/pa_common.C: reduce js flags checks count (related to
5294: feature #120)
5295:
1.96 moko 5296: 2015-10-07 moko
5297:
5298: * tests/: 275.html, results/275.processed: test modified after
5299: unsigned long long int support implemented (feature #1034)
5300:
5301: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5302: pa_atoul added for unsigned long long int support
5303:
5304: 2015-10-06 moko
5305:
5306: * src/types/pa_vdate.C: INT_MAX used
5307:
5308: 2015-10-03 moko
5309:
5310: * tests/: 302.html, results/302.processed: test for bug #1023
5311: (\u2028, \u2029 escaping) added
5312:
5313: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5314: json:string[] (fixes bug #1023)
5315:
5316: 2015-09-29 moko
5317:
5318: * tests/305.html: try-catch added for OS without ipv6 support
5319:
5320: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5321: compilation
5322:
5323: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5324: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5325: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5326: implemented to distinguish ^hash.method from $hash.field
5327: (implements feature #1017)
5328:
5329: * src/lib/punycode/pa_punycode.c: warning war
5330:
5331: * src/include/pa_config_includes.h: warning war
5332:
5333: * src/include/pa_config_includes.h: pragma warning actualized a bit
5334:
5335: * src/include/pa_config_includes.h: warning war
5336:
5337: * src/include/pa_hash.h: clang compilation fix
5338:
5339: 2015-09-27 moko
5340:
5341: * src/main/compile.tab.C: Bison 3 is now default
5342:
5343: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5344:
5345: 2015-09-25 moko
5346:
5347: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5348: works with undefined HASH_ORDER (related to feature #196)
5349:
5350: 2015-09-24 moko
5351:
5352: * tests/: 027.html, results/027.processed: test modified to test
5353: ^hash.sort (feature #196)
5354:
5355: * src/: classes/hash.C, include/pa_hash.h:
5356: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5357: added (implements feature #196)
5358:
5359: * tests/: 316.html, results/316.processed: Added test for bug #1025
5360: (exception handling in non-cached ^cache), plus for "it does not
5361: have logical value" and "$exception.handled value must be either
5362: boolean or string 'cache'" exceptions.
5363:
5364: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5365: code (fixes bug #1025)
5366:
1.95 moko 5367: 2015-09-23 moko
5368:
5369: * src/classes/table.C: warning war
5370:
5371: * src/: classes/math.C, types/pa_vcookie.C: warning war
5372:
5373: * src/classes/file.C: warning war
5374:
5375: * src/: include/pa_table.h, main/pa_table.C: warning war
5376:
5377: * src/: main/pa_request.C, classes/date.C: warning war
5378:
5379: * src/: types/pa_vdate.C, classes/op.C: warning war
5380:
5381: * tests/: 122.html, results/122.processed: win sync: to remove
5382: differences with OS that doesn't keep timezone change history
5383:
5384: * src/types/pa_vdate.C: tzset() should be called in Windows after
5385: TZ change (related to feature #36)
5386:
5387: * tests/: 075.html, results/075.processed: win sync: to remove
5388: differences with OS that doesn't keep timezone change history
5389:
5390: * tests/: 315.html, results/315.processed: win sync: to remove
5391: differences with OS that doesn't keep timezone change history
5392:
5393: * tests/: 256.html, results/256.processed: win sync: to remove
5394: differences with OS that doesn't keep timezone change history
5395:
5396: * tests/: 124.html, results/124.processed: win results sync: to
5397: avoid hitting time change hole.
5398:
5399: * src/types/pa_vdate.C: static returned. :)
5400:
5401: 2015-09-22 moko
5402:
5403: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5404:
5405: * tests/results/131.processed: more tests for feature #1032
5406:
5407: * src/classes/date.C: minor fix related to feature #1032
5408:
1.211 ! moko 5409: * operators.ru.txt, operators.txt: ISO date creation documented
! 5410: (related to feature #1032)
1.95 moko 5411:
1.211 ! moko 5412: * operators.ru.txt, operators.txt: iso-string documented (related
! 5413: to feature #1032)
1.95 moko 5414:
5415: * tests/: 315.html, results/315.processed: more tests added
5416: (related to feature #1032)
5417:
5418: * tests/: 131.html, results/131.processed: date range checks
5419: updated (related to feature #36)
5420:
5421: * tests/: 315.html, results/057.processed, results/315.processed:
5422: test added for ISO date support (related to issue #315)
5423:
5424: * src/classes/date.C: more readable exceptions in date creation
5425: (related to ticket #1032)
5426:
5427: 2015-09-18 moko
5428:
5429: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5430: added (related to issue #1032)
5431:
5432: * tests/results/256.processed, src/classes/json.C: iso-string
5433: documented (related to issue #1032)
5434:
5435: * tests/: 256.html, results/256.processed: ISO date check added
5436: (related to issue #1032)
5437:
5438: * tests/: 057.html, results/057.processed, results/224.processed:
5439: tests results updated after ISO date support implemented (related
5440: to feature #1032)
5441:
5442: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5443: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5444: ^date::create[string] constructor formalized, ^date.iso-string[]
5445: added (implements feature #1032)
5446:
5447: 2015-09-05 moko
5448:
1.211 ! moko 5449: * operators.ru.txt, operators.txt: actualized
1.95 moko 5450:
1.211 ! moko 5451: * operators.ru.txt, operators.txt: date changes documented (related
! 5452: to ticket #36)
1.95 moko 5453:
5454: 2015-09-04 moko
5455:
5456: * src/types/pa_vdate.C: warning war
5457:
5458: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5459:
5460: 2015-09-03 moko
5461:
5462: * tests/results/096.processed: test result updated for 0..9999 year
5463: date range support (related to feature #36)
5464:
5465: * tests/: 314.html, results/314.processed: test for
5466: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5467: bug #1031)
5468:
5469: * src/classes/string.C: Static calls fixed for ^string:base64[],
5470: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5471:
1.116 moko 5472: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5473: configure.in -> configure.ac
1.95 moko 5474:
1.116 moko 5475: * configure, configure.in, src/include/pa_config_auto.h.in: more
5476: correct timezone check for FreeBSD Warning war: configure.in ->
5477: configure.ac
1.95 moko 5478:
5479: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5480: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5481: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5482: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5483: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5484: src/main/Makefile.am, src/targets/apache/Makefile.am,
5485: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5486: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5487: check added
5488:
5489: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5490:
5491: * tests/results/: 124.processed, 224.processed: test resuls updated
5492: for new date implementation (related to feature #36)
5493:
5494: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5495: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5496: types/pa_vdate.h: new double date implementation with internal
5497: support for extended 0..9999 year range, default timezone support
5498: (related to feature #36)
5499:
5500: 2015-08-28 moko
5501:
5502: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5503: (fixes bug #1030)
5504:
5505: 2015-08-21 moko
5506:
5507: * src/classes/inet.C: snprintf size "bug" commented
5508:
5509: * src/main/pa_common.C: snprintf comments updated
5510:
5511: 2015-08-16 moko
5512:
5513: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5514:
5515: 2015-08-11 moko
5516:
5517: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5518: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5519: can be null (fixes bug #1029)
5520:
5521: 2015-08-06 moko
5522:
1.116 moko 5523: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5524: pa_vdate.C added
1.95 moko 5525:
5526: 2015-08-05 moko
5527:
5528: * tests/: 313.html, results/313.processed: test for
5529: ^table.count[columns] and ^table.flip[] with nameless tables
5530: (feature #1003)
5531:
5532: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5533: max_cell added, now ^table.count[columns] and ^table.flip[] works
5534: correctly for nameless tables (implements feature #1003)
5535:
5536: 2015-08-03 moko
5537:
5538: * tests/312.html: test for ^table.append[$hash] and
5539: ^table.insert[$hash] added (related to feature #1028)
5540:
5541: * src/classes/table.C: ^table.append[$hash] and
5542: ^table.insert[$hash] now supported (implements feature #1028)
5543:
5544: * tests/: 312.html, results/312.processed: test row copy in
5545: ^table.hash[; $.type[table] ] added (related to feature #1016)
5546:
5547: * src/classes/table.C: row copy now created in ^table.hash[;
5548: $.type[table] ] (related to feature #1016)
5549:
5550: 2015-07-29 moko
5551:
5552: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5553: added (related to feature #1016)
5554:
5555: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5556: ^table.delete[] added to delete current row (related to feature
5557: 1016)
5558:
5559: 2015-07-28 moko
5560:
5561: * tests/: 312.html, results/312.processed: test for
5562: $table.column[value] and ^table.insert{row} (related to feature
5563: #1016)
5564:
5565: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5566: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5567: ^table.insert{row} are now implemented (feature #1016)
5568:
5569: * src/include/pa_array.h: Optimization: bool reverse removed from
5570: append(), insert() added, memmove arguments order in remove()
5571: fixed (related to feature #1016)
5572:
5573: 2015-07-23 moko
5574:
5575: * src/classes/json.C: tainted json and empty json exception added
5576: (implements feature #1015)
5577:
5578: * tests/: 311.html, results/311.processed: empty json and tainted
5579: json exception test added (related to issue #1015)
5580:
5581: 2015-07-22 moko
5582:
5583: * tests/: 311.html, results/311.processed: test for UTF-8
5584: processing added
5585:
5586: * tests/: 311.html, results/311.processed: test for
5587: json_exception_with_source added (related to issue #394)
5588:
5589: * src/classes/json.C: json_exception_with_source added (implements
5590: feature #394)
5591:
5592: 2015-06-29 moko
5593:
5594: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5595: directories are now correctly determined if _d_type == DT_UNKNOWN
5596: (closes bug #1027)
5597:
5598: 2015-06-10 moko
5599:
5600: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5601: error if libxml has LIBXML_ICU_ENABLED.
5602:
5603: 2015-06-04 moko
5604:
5605: * tests/099.html: ups, reverting
5606:
5607: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5608: results/310.processed: tests for $response:body[ $.file[] ] and
5609: $response:last-modified added
5610:
5611: * src/main/pa_request.C: last-modified check fixed
5612:
5613: 2015-06-03 moko
5614:
5615: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5616: results/205.processed, results/293.processed: $response:headers
5617: logging added (tests for feature #1007)
5618:
5619: * src/: include/pa_common.h, include/pa_request.h,
5620: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5621: $response:headers are now in uppercase (closes feature #1007)
5622:
5623: 2015-06-02 moko
5624:
5625: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5626: build errors reverted for clang compatibility
5627:
5628: 2015-06-01 moko
5629:
5630: * src/include/pa_memory.h: -pedantic build errors fixed
5631:
5632: * src/classes/math.C: -pedantic build error fixed
5633:
5634: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5635:
5636: 2015-05-31 moko
5637:
5638: * src/classes/table.C: USE_STRINGSTREAM optimized
5639:
5640: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5641: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5642: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5643: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5644: types/pa_vxnode.h: warning war (-pedantic flag)
5645:
5646: 2015-05-28 moko
5647:
5648: * tests/: 308.html, results/308.processed: test for
5649: ^table::create[$t;], etc work added (related to bug #975)
5650:
5651: * src/classes/table.C: check_option_param removed,
5652: ^table::create[$t;], etc now works (fixes bug #975)
5653:
5654: 2015-05-27 moko
5655:
5656: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5657: (Debian jessie) fixed (closes issue #1024)
5658:
5659: * tests/Makefile: sort added as in Debian jessie list become
5660: unsorted
5661:
5662: 2015-05-18 moko
5663:
5664: * tests/: 201.html, results/201.processed: test for
5665: ^string.trim[what] feature #1022
5666:
5667: * src/classes/string.C: ^string.trim[what] now supported,
5668: implements feature #1022
5669:
5670: 2015-05-17 moko
5671:
5672: * tests/results/185.processed: test result updated as feature #1021
5673: implemented (left/right accept negative parameter)
5674:
5675: * src/classes/string.C: left/right now accept negative parameter
5676: (implements feature #1021)
5677:
5678: 2015-05-08 moko
5679:
5680: * src/classes/math.C: isalnum -> pa_isalnum
5681:
5682: * src/main/execute.C: optimization in getter-junction processing
5683: (related to issue #997)
5684:
5685: 2015-05-07 moko
5686:
5687: * tests/: 307.html, results/307.processed: test for issue #997
5688: added
5689:
5690: * src/main/execute.C: process_getter result now checked if junction
5691: returned (closes issue #997)
5692:
5693: * tests/: 305.html, results/305.processed: sort added to ignore
5694: different order
5695:
5696: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5697: assignment (closes issue #994)
5698:
5699: * tests/: 306.html, results/306.processed: test for issue #994
5700: added
5701:
5702: * tests/: 303.html, results/303.processed: two more errors tested
5703:
5704: 2015-05-06 moko
5705:
5706: * tests/: 305.html, results/305.processed: test for name2ip &
5707: ip2name added (related to feature #992)
5708:
5709: * tests/: 303.html, 304.html, results/303.processed,
5710: results/304.processed: tests for idna conversion added (related
5711: to issue #849)
5712:
5713: 2015-05-02 moko
5714:
5715: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5716: implemented
5717:
5718: 2015-04-30 moko
5719:
5720: * src/main/pa_http.C: idna_host added, related to issue #849
5721:
5722: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5723: (related to issue #849)
5724:
5725: 2015-04-24 moko
5726:
5727: * src/types/pa_vjunction.C: warning war
5728:
5729: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5730: unification
5731:
5732: * src/lib/punycode/pa_idna.c: warning war
5733:
5734: 2015-04-22 moko
5735:
5736: * src/main/main.vcproj: punycode include path added
5737:
5738: * src/lib/punycode/pa_idna.c: windows compile error fixed
5739:
5740: * src/lib/punycode/pa_idna.c: warning war
5741:
5742: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5743: project file added
5744:
5745: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5746:
5747: * src/include/pa_memory.h: warning war
5748:
5749: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5750: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5751: implemented (related to feature #849)
5752:
5753: * configure.in, src/main/Makefile.am,
5754: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5755: libpunycode added in Unix
5756:
5757: 2015-04-21 moko
5758:
5759: * configure.in: large files support
5760:
5761: 2015-04-15 moko
5762:
5763: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5764: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5765: pa_punycode.h: initial version for punycode/idna support library
5766: (ticket #849)
5767:
5768: 2015-04-08 moko
5769:
5770: * src/: classes/curl.C, classes/date.C, classes/file.C,
5771: classes/image.C, classes/mail.C, classes/reflection.C,
5772: classes/string.C, classes/xnode.C, include/pa_request.h,
5773: include/pa_string.h, include/pa_stylesheet_connection.h,
5774: main/compile.y, main/compile_tools.h, main/execute.C,
5775: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5776: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5777: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5778: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5779: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5780: clang compiler warnings (closes issue #1018)
5781:
5782: * src/include/pa_string.h: String::Body comparation operators with
5783: char * added (related to issue #958)
5784:
5785: 2015-04-07 moko
5786:
5787: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5788: pa_malloc/pa_free to remove system malloc/free usage (related to
5789: issue #1018)
5790:
5791: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5792: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5793: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5794: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5795: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5796: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5797: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5798: malloc/strdup/free replaced with pa_ version and checks for
5799: accidental use of non-pa_ version added (related to issue #1018)
5800:
5801: 2015-04-03 moko
5802:
5803: * buildall: pcre-8.33 -> pcre-8.36
5804:
5805: * src/: main/compile.y, classes/form.C, classes/mail.C,
5806: classes/op.C, classes/string.C, main/compile.tab.C,
5807: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5808: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5809: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5810: ticket #958)
5811:
5812: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5813: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5814: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5815: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5816: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5817: $request:headers, $request:method added (implements feature
5818: #1007)
5819:
5820: 2015-03-17 misha
5821:
5822: * tests/302.html: - test for
5823: ^json:string[...;$._default[method-name]]
5824:
5825: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5826: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5827: option $._default[method-name] is specified in ^json:string[], a
5828: method with specified name will be called for classes/objects
5829: serialization ( new feature: #982 )
5830:
5831: 2015-03-16 misha
5832:
5833: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5834: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5835: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5836: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5837: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5838: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5839: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5840: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5841: types/pa_vrequest.h, types/pa_vstateless_class.C,
5842: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5843: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5844: $var.CLASS_NAME now have special opcodes. This can be switched
5845: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5846: on pa_opcode.h ( new feature: #844 )
5847:
5848: 2015-03-15 misha
5849:
5850: * tests/075.html: - test for $response:header[]
5851:
5852: * src/types/pa_vresponse.C: - $response:header[] deletes header
5853: that was set earlie ( new feature: #1001 )
5854:
5855: 2015-03-12 misha
5856:
5857: * tests/246.html: - more tests for ^hash._at[]
5858:
5859: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5860: accepts second param [key|value|hash] ( new feature: #1012 )
5861:
5862: 2015-03-09 moko
5863:
5864: * src/types/pa_vmail.C: exception for everything but
5865: $mail:received, closes issue #1011
5866:
5867: 2015-02-20 moko
5868:
5869: * tests/: 275.html, results/275.processed: hex detection in
5870: pa_atoui fix test (closes issue #1010)
5871:
5872: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5873: issue #1010)
5874:
5875: 2015-02-17 moko
5876:
5877: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5878: tainted.
5879:
5880: 2015-02-03 misha
5881:
5882: * tests/301.html: - test for ^json:string($double) causes
5883: exception. bugfix: #1008
5884:
5885: * src/classes/json.C: - ^json:string($double) causes exception.
5886: bugfix: #1008
5887:
5888: * tests/014.html: - updated for work with ^hash.delete[]
5889:
5890: 2015-01-12 misha
5891:
5892: * src/: classes/form.C, include/pa_common.h,
5893: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5894: types/pa_vform.h: - supports body with PUT method as well ( new
5895: feature: #1006 )
5896:
5897: * src/classes/file.C: - warnings war
5898:
5899: 2015-01-11 misha
5900:
5901: * tests/300.html: - test for ^hash.delete[] is added
5902:
5903: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5904: feature: #989 ) - tiny optimization in intersects
5905:
5906: 2015-01-06 moko
5907:
5908: * src/types/pa_vmail.C: file names transcode added, to and cc added
5909: with transcode, attachments detection fixed
5910:
5911: * src/main/pa_request.C: filling mail received after cgi/auto.p
5912: load to allow charset switch (related to issue #996)
5913:
5914: 2014-12-31 moko
5915:
5916: * src/types/pa_vmail.C: from and subject now transcoded if not
5917: UTF-8 source charset (fixes issue 996)
5918:
5919: * src/main/pa_exception.C: fixed string from stack bug (closes
5920: issue #1000)
5921:
5922: 2014-12-11 misha
5923:
5924: * src/types/pa_vhashfile.C: - check if key is not empty before
5925: access ( bug fix: #1005 )
5926:
5927: 2014-11-13 misha
5928:
5929: * src/main/compile.y: - PC.append does not reset to false while
5930: creating a new class. bugfix: #990
5931:
5932: * tests/299.html: - test for creation class after working with
5933: partial class (create+append)
5934:
5935: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
5936: #995
5937:
5938: * tests/232.html: - test for @get[def] added
5939:
5940: 2014-10-12 moko
5941:
5942: * src/lib/pcre/pcre_internal.vcproj: correct path
5943:
5944: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
5945: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
5946: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
5947: targets/apache/ApacheModuleParser3.vcproj,
5948: targets/apache/ApacheModuleParser3Core.vcproj,
5949: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5950: types/types.vcproj: project GUID inserted in *.vcproj for correct
5951: conversion in newer VS versions
5952:
5953: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
5954: pcre_internal.vcproj added
5955:
5956: 2014-08-28 moko
5957:
5958: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
5959: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
5960: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
5961:
5962: 2014-06-30 misha
5963:
5964: * tests/298.html: - tests for ^reflection:def[class;className]
5965: added
5966:
5967: * src/classes/reflection.C: - ^reflection:def[class;className]
5968: added ( new feature: #918 )
5969:
5970: 2014-06-29 misha
5971:
5972: * src/classes/table.C: - ^table::create[unsupported data] -
5973: exception comment changed to "body must be table or code" ( bug
5974: fix: #951 )
5975:
5976: * tests/: 261.html, results/261.processed: - tests for
5977: ^json:string[...;$.void[null|string]] added
5978:
5979: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
5980: option $.void[string|null] added to ^json:string[...] ( new
5981: feature: #952 )
5982:
5983: 2014-06-28 moko
5984:
5985: * src/classes/curl.C: $.charset now processed before other curl
5986: options (closes issue #980)
5987:
5988: 2014-05-23 misha
5989:
5990: * src/classes/json.C: - bug fix: #987
5991:
5992: 2014-05-04 misha
5993:
5994: * tests/: 253.html, 253_json.txt: - test for
5995: ^json:parse[$.int(false)] is added
5996:
5997: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5998: default true). The option is similar to $.double(bool) but for
5999: integers.
6000:
6001: 2014-05-01 moko
6002:
6003: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6004: #12 )
6005:
6006: 2014-04-16 moko
6007:
6008: * src/main/pa_http.C: response-charset option should finally work
6009: now (fix for issue #867)
6010:
6011: * src/main/pa_http.C: response-charset option should work now (fix
6012: for issue #867)
6013:
6014: 2014-03-07 moko
6015:
6016: * buildall: libgc moved
6017:
6018: * buildall: libgc moved
6019:
6020: 2013-12-29 moko
6021:
6022: * src/classes/string.C: ^string:js-unescape result now tainted,
6023: closes issue #966
6024:
6025: * tests/: 186.html, results/186.processed: ^string:js-unescape
6026: result now tainted, issue #966
6027:
6028: 2013-12-03 moko
6029:
6030: * src/: classes/memcached.C, types/pa_vmemcached.C,
6031: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6032: option was added for http://www.parser.ru/forum/?id=79343
6033:
6034: * src/classes/file.C: bugfix for
6035: http://www.parser.ru/forum/?id=79337
6036:
6037: 2013-11-05 moko
6038:
6039: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6040:
6041: * src/main/pa_globals.C: spelling fixed
6042:
6043: 2013-10-29 moko
6044:
6045: * src/lib/json/json.vcproj: json.c -> pa_json.C
6046:
6047: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6048: #892
6049:
6050: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6051: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6052: exceptions to be thrown thougth json library), related to issue
6053: #892
6054:
6055: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6056: related to issue #896
6057:
6058: 2013-10-24 moko
6059:
6060: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6061:
6062: 2013-10-23 moko
6063:
6064: * README: actualization
6065:
6066: 2013-10-22 moko
6067:
6068: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6069: compatibility patch from Sergey Kirpichev
6070:
6071: * tests/: 297.html, results/297.processed: non-working getter fix
6072: test for issue #948
6073:
6074: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6075: called when saving value of $match variable in ^string.match[] to
6076: increase compatibility (related to issue #948).
6077:
6078: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6079: usage optimization
6080:
6081: 2013-10-21 moko
6082:
6083: * tests/: 182.html, results/182.processed: local path removed for
6084: compatibility
6085:
6086: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6087: results/244.processed, results/253.processed,
6088: results/254.processed, results/275.processed,
6089: results/281.processed: try_catch -> try-catch
6090:
6091: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6092: results/294.processed, results/296.processed: try_catch ->
6093: try-catch
6094:
6095: 2013-10-20 moko
6096:
6097: * tests/: 296.html, results/296.processed: test for xsl exception
6098: for issue #938 added.
6099:
6100: * src/: include/pa_xml_exception.h,
6101: main/pa_stylesheet_connection.C: forgotten to be replaced
6102: XmlException is now replaced (once again closes issue #938)
6103:
6104: 2013-10-18 moko
6105:
6106: * buildall: disable clock_gettime detection to avoid librt linking
6107: (which in turn depends on libpthread), related to issue #943
6108:
6109: 2013-10-18 misha
6110:
6111: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6112: lib/smtp/smtp.vcproj, main/main.vcproj,
6113: targets/apache/ApacheModuleParser3Core.vcproj,
6114: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6115: types/types.vcproj: - new locations for libxml2 includes where
6116: added to vcproj files
6117:
6118: 2013-10-18 moko
6119:
6120: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6121: fix
6122:
6123: * tests/: 295.html, results/295.processed: test for issue #948
6124: updated
6125:
6126: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6127: :)
6128:
6129: * tests/: 295.html, results/295.processed: test for issue #948
6130: added
6131:
6132: * src/: classes/hash.C, classes/string.C, classes/table.C,
6133: include/pa_request.h, types/pa_method.h: for getters and setters
6134: to be executed request.put_element should be called, not
6135: context.put_element (fixes issue #948)
6136:
6137: 2013-10-17 moko
6138:
6139: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6140: LIBXML2_NEW_BUFFER check (closes issue #943)
6141:
6142: * buildall: libxml 2.9.1 build is broken --without-reader.
6143:
6144: 2013-10-16 moko
6145:
6146: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6147:
6148: * tests/: 294.html, results/294.processed: test for issue #938
6149:
6150: * src/: classes/xdoc.C, classes/xnode.C,
6151: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6152: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6153:
6154: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6155: libxslt-1.1.26 -> libxslt-1.1.28
6156:
6157: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6158: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6159: to '?', related to issue #938
6160:
6161: 2013-10-15 moko
6162:
6163: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6164: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6165: minor optimizations (closes issue #896)
6166:
6167: * tests/results/: 292.processed, 293.processed: results updated to
6168: comply with issue #896
6169:
6170: * tests/: 292.html, 293.html, results/292.processed,
6171: results/293.processed: tests for json escaping
6172:
6173: 2013-10-14 moko
6174:
6175: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6176: and cleanup, code moved from .h to .C, no changes in code
6177:
6178: 2013-10-12 moko
6179:
6180: * tests/results/119.processed: updated test result commited
6181:
6182: * tests/: 291.html, results/291.processed: test for issue #894
6183: added
6184:
6185: * src/types/pa_wcontext.h: base methods call support function
6186: get_somebody_entered_some_class should not be true forever, as
6187: wcontext can have many get_elements calls (fixes issue #894)
6188:
6189: 2013-10-11 moko
6190:
6191: * tests/: 290.html, results/290.processed: test for junction GPF
6192: issue #942 added
6193:
6194: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6195: to native method fixed (closes issue #942)
6196:
6197: * tests/: 158.html, results/158.processed: test for csv-string[]
6198: added
6199:
6200: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6201: feature #907)
6202:
6203: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6204: feature #907)
6205:
6206: 2013-10-09 moko
6207:
6208: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6209: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6210: types/pa_vstateless_class.C: GET_default, SET_default now works
6211: properly not only in objects, but in classes as well (closes
6212: issue #903)
6213:
6214: * tests/: 289.html, results/289.processed: GET/SET_default now
6215: works in classes, not only objects, test case added, related to
6216: issue #903
6217:
6218: * tests/: 288.html, results/288.processed: test for endless
6219: recursion bug added (related to issue #903)
6220:
6221: 2013-10-05 moko
6222:
6223: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6224: classes/table.C, main/execute.C, types/pa_method.h,
6225: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6226: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6227: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6228: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6229: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6230: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6231: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6232: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6233: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6234: optimization: put_element no longer has "bool areplace" argument,
6235: related to issue #903
6236:
6237: 2013-10-03 moko
6238:
6239: * tests/results/182.processed: result for $.replace(false) test
6240: commited
6241:
6242: * src/classes/date.C: ^date::create(number) processed correctly
6243: (fixes issue #901)
6244:
6245: * src/classes/image.C: as_no_junction removed, as param can be
6246: expression (closes issue #931)
6247:
6248: * tests/233.html: test for issue #931 added
6249:
6250: 2013-10-02 moko
6251:
6252: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6253: modified, test for $.replace(false) added
6254:
6255: * src/main/compile_tools.h: forgotten class replace returned. :)
6256:
6257: 2013-09-30 moko
6258:
6259: * tests/: 141.html, results/141.processed: md5 tainting test added
6260:
6261: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6262: main/compile_tools.h, main/pa_request.C: allow_class_replace
6263: implemented; $.replace option added to ^process and ^use
6264:
6265: 2013-08-27 moko
6266:
6267: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6268: cstr_to_string_body_untaint should be called with charsets for
6269: possible uri language and connection for possible sql language.
6270: related to issue #857
6271:
6272: * buildall: and -> or fixed
6273:
6274: 2013-08-26 moko
6275:
6276: * buildall: prepare_ functions logic changed to support
6277: gc-7.2d.tar.gz extracting to gc-7.2 directory
6278:
6279: 2013-08-23 moko
6280:
6281: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6282: statically
6283:
6284: 2013-08-22 moko
6285:
6286: * src/classes/string.C: String::Empty used (related to issue #912)
6287: append_know_length removed (related to old GPF bug)
6288:
6289: 2013-08-21 moko
6290:
6291: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6292:
6293: * src/classes/math.C: ^math:digest[...;$file] support added
6294: (related to ticket #857
6295:
6296: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6297: implemented
6298:
6299: * src/types/pa_vhashfile.h: warning war
6300:
6301: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6302: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6303: anti_endless_json_string_recoursion removed from request;
6304: json_string_recoursion added to json_options; $.indent[indent
6305: value] now supported and passed within recoursion closes feature
6306: #937
6307:
6308: * tests/: 287.html, results/287.processed: test for feature #937
6309:
6310: 2013-07-31 moko
6311:
6312: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6313: compilation having #define _S
6314:
6315: * src/main/pa_globals.C: cleanup
6316:
6317: 2013-07-30 moko
6318:
6319: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6320: main/pa_common.C: vs2003 warning war
6321:
6322: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6323:
6324: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6325:
6326: * src/lib/md5/pa_sha2.c: warning war
6327:
6328: 2013-07-29 moko
6329:
6330: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6331: patches from github
6332:
6333: * src/: classes/bool.C, classes/double.C, classes/int.C,
6334: classes/memcached.C, include/pa_config_includes.h,
6335: types/pa_vfile.C, types/pa_vfile.h: warning war
6336:
6337: * src/lib/json/json.vcproj: C++ -> C
6338:
6339: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6340:
6341: * src/lib/json/: json.c, pa_json.C: windows compatibility
6342:
6343: * src/lib/json/: json.c, pa_json.C: windows compatibility
6344:
6345: * src/lib/json/: json.c, pa_json.C: warning war
6346:
6347: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6348:
6349: * src/include/pa_config_fixed.h: uint16_t added
6350:
6351: * configure.in: uint16_t check added
6352:
6353: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6354: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6355: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6356: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6357: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6358:
6359: 2013-07-25 moko
6360:
6361: * parser3.sln: dependencies added
6362:
6363: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6364: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6365: module support
6366:
6367: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6368:
6369: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6370:
6371: 2013-07-23 moko
6372:
6373: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6374: PA_DEBUG_GC_MEMORY removed
6375:
6376: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6377: PA_DEBUG_DISABLE_GC compilation fix
6378:
6379: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6380: main/pa_request.C: outdated RESOURCES_DEBUG removed
6381:
6382: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6383: garbage cleanup
6384:
6385: * src/main/pa_common.C: warning war
6386:
6387: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6388:
6389: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6390: minor cleanup
6391:
6392: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6393: uses cygwin, not WIN32 implementation
6394:
6395: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6396: able to exec shell scripts
6397:
6398: * src/classes/math.C: ifdef WIN32 cleanup
6399:
6400: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6401:
6402: * src/classes/curl.C: LT_MODULE_EXT used
6403:
6404: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6405:
6406: 2013-07-22 moko
6407:
6408: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6409: includes fix
6410:
6411: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6412:
6413: * configure.in, src/include/pa_config_includes.h,
6414: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6415: src/main/pa_exec.C: includes cleanup
6416:
6417: * src/targets/cgi/parser3.C: 2012->2013
6418:
6419: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6420:
6421: * configure.in, src/include/pa_config_includes.h,
6422: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6423: src/main/pa_random.C, src/main/pa_socks.C,
6424: src/types/pa_vstatus.C: cygwin support cleanup
6425:
6426: * configure.in: dirent.h check added
6427:
6428: * src/: include/pa_config_includes.h, include/pa_dir.h,
6429: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6430: not copied
6431:
6432: 2013-07-21 moko
6433:
6434: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6435:
6436: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6437: parser3.vcproj: unused getopt.h / getopt.c removed
6438:
1.211 ! moko 6439: * operators.ru.txt, operators.txt, src/classes/file.C,
! 6440: tests/022.html, tests/results/022.processed:
! 6441: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6442:
6443: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6444: src/main/pa_dir.C: ^file:list[] now has dir column and when
6445: $.stat(true) it has size/*date columns modified patch from misha@
6446: that closes issue #914.
6447:
6448: * src/: include/pa_config_includes.h, main/pa_globals.C:
6449: PA_RELEASE_ASSERTS removed
6450:
6451: * src/lib/md5/pa_md5c.c: minor cleanup
6452:
6453: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6454: localeconv()->decimal_point usage remoed (related to issue #934)
6455:
6456: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6457: cordprnt.c removed
6458:
6459: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6460: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6461: pa-include/pa_strings.h: includes cleanup
6462:
6463: * src/lib/md5/pa_md5c.c: headers cleanup
6464:
6465: 2013-07-20 moko
6466:
6467: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6468: cleanup
6469:
6470: 2013-07-19 moko
6471:
6472: * src/classes/math.C: extern "C" added for crypt
6473:
6474: 2013-07-18 moko
6475:
6476: * src/classes/math.C: fix redhat7.2 build
6477:
6478: 2013-07-17 moko
6479:
6480: * configure.in, src/include/pa_config_includes.h,
6481: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6482: added for uint8/32/64_t)
6483:
6484: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6485: pa_config_includes.h used for uint32/64_t
6486:
6487: 2013-07-16 moko
6488:
6489: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6490: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6491: war
6492:
6493: * src/main/compile.tab.C: compile.y was updated
6494:
6495: * src/main/compile.y: warning war
6496:
6497: * src/: include/pa_exception.h, main/pa_exception.C,
6498: main/pa_xml_exception.C: warning war
6499:
6500: * src/: include/pa_common.h, main/pa_common.C: warning war
6501:
6502: * configure.in: beauty :)
6503:
6504: * tests/: 141.html, results/141.processed: sha256/512 added
6505:
6506: 2013-07-13 moko
6507:
6508: * src/lib/md5/md5.vcproj: sha2 added
6509:
6510: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6511: classes/math.C: sha2 support (sha256/sha512 digest)
6512:
6513: 2013-07-08 moko
6514:
6515: * src/classes/image.C: directory read or other read problem message
6516: fixed (related to issue #933)
6517:
6518: 2013-07-07 moko
6519:
6520: * AUTHORS: + misha + moko. :)
6521:
6522: 2013-07-06 moko
6523:
6524: * src/: classes/curl.C, include/pa_globals.h,
6525: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6526: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6527: for lt_dlinit to be called once and lt_dlexit called at right
6528: place (related to issue #925)
6529:
6530: 2013-07-04 moko
6531:
6532: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6533: VString::as_vfile now uses vfile.set_binary_string to avoid
6534: content-type to be set, as it brokes badly designed logic in
6535: response output. This hopefully finishes issue #928.
6536:
6537: * tests/results/: 256.processed, 286.processed: file now displayed
6538: as name, size, mode, content-type
6539:
6540: * src/main/pa_common.C: read error now reported cottectly (fixes
6541: issue #933
6542:
6543: 2013-06-28 moko
6544:
6545: * tests/: 286.html, results/286.processed: test extended
6546:
6547: * tests/: 286.html, results/286.processed: Test for issue #928
6548: added. it tests default content-type change.
6549:
6550: * src/types/pa_vfile.C: closes issue #928 - default content-type
6551: now updated
6552:
6553: 2013-06-25 moko
6554:
6555: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6556: content-type for text/binary files without name added;
6557: ^file::create[$f;...] options now works properly and $f
6558: properties are default (fixes issue #928)
6559:
6560: 2013-05-16 misha
6561:
6562: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6563: added
6564:
6565: * src/main/pa_table.C: - a tiny memory optimisation while creating
6566: table if specified limit is bigger than source rows count
6567:
6568: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6569: added ( new feature: #858 )
6570:
6571: 2013-04-29 moko
6572:
6573: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6574: $.ipresolve(0|1|2) added (closes issue #891)
6575:
6576: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6577:
6578: 2013-04-24 moko
6579:
6580: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6581: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6582: types/pa_vmemcached.h: ^memcache.release[] added, calls
6583: memcached_quit (refs #893)
6584:
6585: 2013-04-22 moko
6586:
6587: * src/: include/pa_string.h, main/pa_common.C: no more double
6588: slashes in file path (fixes bug #872)
6589:
6590: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6591: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6592: #739)
6593:
6594: * tests/results/266.processed: $.max_params added (feature #915)
6595:
6596: * src/: include/pa_common.h, main/pa_http.C: response-charset
6597: option added to file::load (closes issue #867)
6598:
6599: 2013-04-20 misha
6600:
6601: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6602: commited
6603:
6604: 2013-03-15 misha
6605:
6606: * src/classes/: hash.C, table.C: - Optimisation: do not create
6607: multiple empty strings while ::sql. uae String::Empty instead
6608:
6609: 2013-03-14 misha
6610:
6611: * src/classes/reflection.C: - for user classes
6612: ^reflection:method_info[] returns $.max_params and $.extra_param
6613: with $.call_type if they available ( new feature: #915 )
6614:
6615: * src/classes/file.C: - ^file:delete[] now supports an option
6616: $.exception(false) that suppress any exception while deleting
6617: file ( new feature: #916 )
6618:
6619: * src/classes/curl.C: - parsing cookies after curl:load now should
6620: work :)
6621:
6622: 2013-03-12 misha
6623:
6624: * src/types/pa_vfile.C: - if specified file_name is empty string
6625: set default name for the file
6626:
6627: 2013-03-11 misha
6628:
6629: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6630: also available in $f.cookies
6631:
6632: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6633: moved to a separate method
6634:
6635: 2013-03-10 moko
6636:
6637: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6638: added
6639:
6640: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6641: removed (declared by autoconf)
6642:
6643: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6644: uint32_t define
6645:
6646: 2013-03-10 misha
6647:
6648: * src/classes/file.C: ^file:delete and ^file:move now support
6649: option $.keep-empty-dirs(true) ( new feature: #884 )
6650:
6651: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6652: empty dirs is added
6653:
6654: 2013-03-10 moko
6655:
6656: * src/classes/: bool.C, double.C, int.C: default can be present,
6657: but default check removed from ^int/double/bool.int/double/bool
6658: for string.int/double/bool compatibility (related to issue #913)
6659:
6660: * src/classes/string.C: ^string.int/dobule/bool no longer
6661: internally throws exception if default is present (closes issue
6662: #913)
6663:
6664: 2013-03-09 misha
6665:
6666: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6667: optimisations ( #845 )
6668:
6669: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6670:
6671: 2013-03-08 moko
6672:
6673: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6674: creates correct table (fixes issue #910)
6675:
6676: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6677: use outside of 'connect' operator (fixes issue #911)
6678:
6679: * tests/results/: 096.processed, 122.processed: test results
6680: updated as doubles now printed with 15 significant digits, not 5
6681: (fixes issue #882)
6682:
6683: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6684: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6685:
6686: 2013-02-21 moko
6687:
6688: * src/classes/table.C: _locate_name_value does not check arguments
6689: count, so we check it in advance (fixes issue #905)
6690:
6691: 2012-10-23 moko
6692:
6693: * buildall: old shell for and echo compatibility (for six)
6694:
6695: 2012-10-19 moko
6696:
6697: * buildall: --strip added --disable-safe-mode listed in usage
6698:
6699: 2012-10-17 misha
6700:
6701: * src/classes/op.C: - apply-taint should not throw "outside
6702: connect" exception with sql lang now
6703:
6704: 2012-10-17 moko
6705:
6706: * src/main/pa_request.C: bugfix: safe mode should be inited for
6707: each request (for apache module)
6708:
6709: 2012-09-26 moko
6710:
6711: * src/doc/doxygen.cfg: png -> svg
6712:
6713: 2012-09-25 moko
6714:
6715: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6716: test added
6717:
6718: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6719: double use when key is long
6720:
6721: 2012-09-16 moko
6722:
6723: * src/classes/math.C: Format -> Method Encode -> Format
6724:
6725: * tests/: 141.html, results/141.processed: math:digest hmac test
6726: added
6727:
6728: 2012-09-14 moko
6729:
6730: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6731: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6732: implementation added
6733:
6734: 2012-09-12 moko
6735:
6736: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6737: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6738: targets.dox and string.dox slightly actualized
6739:
6740: 2012-08-31 moko
6741:
6742: * ChangeLog: now generated with patched cvs2cl.pl
6743:
6744: 2012-07-29 moko
6745:
6746: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6747: result should be pushed after VMethodFrame destructor is called,
6748: as it deletes junctions from stack params (fixes issue #868)
6749:
6750: 2012-07-23 moko
6751:
6752: * INSTALL, README: buildall script usage documented, other outdated
6753: info updated.
6754:
6755: * buildall-with-xml, buildall-without-xml: replaced by buildall
6756:
6757: 2012-07-21 moko
6758:
6759: * buildall: glib does not compile when threads are disabled...
6760:
6761: * src/types/pa_vmail.C: g_assertion fixes for empty input
6762:
6763: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6764: unref, can't unref nested objects)
6765:
6766: * src/types/pa_vmail.C: another check added
6767:
6768: 2012-07-19 moko
6769:
6770: * buildall: usage added
6771:
6772: * buildall: new buildall script that unites buildall-with-xml,
6773: buildall-without-xml, --with-apache and --with-mailreceive
6774:
6775: * configure.in: support for static gmime and dynamic glib linking.
6776: fixes for FreeBSD
6777:
6778: 2012-07-17 moko
6779:
6780: * configure.in: --with-mailreceive replaced
6781: --with-static-mailreceive and --with-shared-mailreceive pathlink
6782: removed
6783:
6784: 2012-07-16 moko
6785:
6786: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6787: capitalized, content now decoded and text content converted to
6788: $request:charset. all properties are accessed by functions, this
6789: ready for dynamic load.
6790:
6791: 2012-06-28 moko
6792:
1.116 moko 6793: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6794: 32 bit
1.95 moko 6795:
6796: 2012-06-27 moko
6797:
6798: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6799: passive ftp
6800:
6801: * src/lib/ltdl/ltdl.vcproj: release build fixed
6802:
6803: * configure.in: 3.4.2 RC -> 3.4.2
6804:
6805: 2012-06-22 moko
6806:
6807: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6808: #815)
6809:
6810: * tests/: 284.html, results/284.processed: output options test
6811: (feature #265)
6812:
6813: 2012-06-22 misha
6814:
6815: * tests/215.html: - little changes
6816:
6817: 2012-06-21 moko
6818:
6819: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6820: types/pa_vxdoc.h: output_options returned and used (bugfix for
6821: feature #265)
6822:
6823: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6824: breaks long .*, default 10M restored. (issue #216)
6825:
6826: * tests/: 283.html, results/283.processed: test for issue #815
6827: added
6828:
6829: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6830: again, cstrm not required.
6831:
6832: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6833: Win32 and broken FreeBSD (issue #45)
6834:
6835: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6836:
6837: * src/main/pa_string.C: warnings war
6838:
6839: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6840: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6841: main/pa_socks.C, targets/apache/pa_threads.C,
6842: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6843: types/pa_vstatus.C: compilation under cygwin fixed
6844:
6845: 2012-06-19 moko
6846:
6847: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6848: Windows fixed
6849:
6850: * parser3.sln: removed antique pcre_ctype
6851:
6852: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6853:
6854: * src/include/pa_config_fixed.h: undefined reference to
6855: __imp__pcre_* fix for Windows
6856:
6857: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6858: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6859: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6860: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6861: define fixed
1.95 moko 6862:
6863: 2012-06-18 moko
6864:
6865: * src/classes/memcached.C: flush -> clear
6866:
6867: * src/classes/memcached.C: memcached does not support quotes even
6868: in server name
6869:
6870: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6871: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6872: called on open to check servers existance. $.key(true) syntax
6873: now supported
6874:
6875: 2012-06-17 moko
6876:
6877: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6878: cleanup
6879:
6880: * src/classes/table.C, tests/282.cfg, tests/282.html,
6881: tests/results/282.processed: encloser at the EOF bug fixed,
6882: incorrectly enclosed data now processed more logicaly (fixes
6883: #339)
6884:
6885: 2012-06-15 moko
6886:
6887: * buildall-without-xml: sync with buildall-with-xml
6888:
6889: * buildall-with-xml: download auto-detected between fetch and curl
6890:
6891: * configure.in: --with-gc and --with-pcre now also processed
6892: correctly
6893:
1.116 moko 6894: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6895: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6896: should be run on rol1 using automake / aclocal (GNU automake)
6897: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6898:
6899: * configure.in: new PARSER_VERSION logic
6900:
6901: * src/include/pa_version.h: new pa_version.h logic
6902:
6903: * src/: classes/curl.C, classes/file.C, classes/image.C,
6904: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6905: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6906: feols_normalized -> fis_text_content set_binary added
6907:
6908: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6909:
6910: 2012-06-15 misha
6911:
6912: * src/: classes/curl.C, classes/file.C, classes/image.C,
6913: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6914: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6915: ^file::create[text;content] EOLs in content now is normalized. (
6916: new feature: #815 )
6917:
6918: 2012-06-15 moko
6919:
6920: * configure.in: --disable-version-update added to disable version
6921: update with host information (for debian package) whitespace
6922: optimized
6923:
6924: * configure.in: version changed to 3.4.2 RC no-pic added for
6925: libtool
6926:
6927: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6928: it.
6929:
6930: 2012-06-14 moko
6931:
6932: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6933: tests/results/281.processed: "hash flocked" error removed for
6934: safe operations like ^h._count[] ( new feature: #335 )
6935:
1.116 moko 6936: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 6937:
6938: * buildall-with-xml, buildall-without-xml: --with-static -> --with
6939:
6940: * configure.in: --with-static/shared xml replaced with --with-xml,
6941: xml compilation check added
6942:
6943: * configure.in: --with-static/shared-gc, --with-static-pcre are
6944: replaced with --with-gc and --with-pcre test for pcre linking
6945: added
6946:
6947: 2012-06-13 moko
6948:
6949: * configure.in: apxs2 check optimized
6950:
6951: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
6952: .la, includes optimized
6953:
6954: * buildall-with-xml: --with-pic looks better for -fPIC
6955:
6956: * configure.in: switched to convenience library in static linking
6957:
6958: * src/targets/apache/Makefile.am: switched to convenience library
6959: usage to avoid libtool warnings
6960:
6961: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
6962: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
6963: smtp/Makefile.am: switched to convenience library usage
6964:
6965: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
6966:
6967: * src/targets/apache/Makefile.am: updated for libtool usage
6968:
6969: * buildall-without-xml: --with-included-ltdl added
6970:
6971: * buildall-without-xml: sync with buildall-with-xml
6972:
6973: * buildall-with-xml: --with-included-ltdl added $cflags added for
6974: -fPIC for x64 $download added for wget success check added
6975:
6976: * buildall-without-xml: --with-dynamic-stdcpp removed
6977:
6978: * configure.in: disable-static returned
6979:
6980: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
6981: LIBTOOLFLAGS
6982:
6983: 2012-06-12 moko
6984:
6985: * configure.in, src/targets/cgi/Makefile.am: disable-static not
6986: compatible with LIBTOOLFLAGS for unknown reasons
6987:
6988: * buildall-with-xml: --with-dynamic-stdcpp removed
6989:
6990: * configure.in: static/dynamic -lstdc++ linking option removed
6991: apxs2 check added
6992:
6993: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6994: option removed
6995:
6996: 2012-06-10 moko
6997:
6998: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6999: added
7000:
7001: * src/targets/cgi/pp3.cmd: old PAF stuff
7002:
1.116 moko 7003: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7004: beauty
1.95 moko 7005:
7006: * depcomp: from libtool 2.4.2
7007:
7008: * configure.in: ltdl directory removed, it has correct Makefile.in
7009:
7010: 2012-06-09 moko
7011:
1.116 moko 7012: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7013: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7014: autogenerated files updated after libtool update
7015:
1.116 moko 7016: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7017: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7018: config_auto.h.in, config_fixed.h, configure, configure.ac,
7019: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7020: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
7021: config/compile, config/config.guess, config/config.sub,
7022: config/depcomp, config/install-sh, config/ltmain.sh,
7023: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
7024: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
7025: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
7026: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
7027: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
7028: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
7029: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
7030: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7031:
7032: * configure.in: preparation for new libtool
7033:
7034: * configure.in: Some beauty added :)
7035:
7036: * src/targets/apache/Makefile.am: := -> =
7037:
7038: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7039: again. :)
7040:
7041: * src/include/pa_config_includes.h, configure.in: limits.h added,
7042: previously was taken from pcre_internal.h. :)
7043:
7044: * src/lib/pcre/Makefile.am: config.h returned
7045:
7046: * src/lib/pcre/config.h: still need this. :)
7047:
7048: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7049:
7050: * configure.in: --with-charsets removed; --with-mysql-client & co
7051: removed
7052:
7053: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7054: now in parser tree, no need to copy
7055:
7056: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7057: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7058: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7059: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7060: extracts now used old trash removed
7061:
7062: * etc/parser3.charsets/Makefile.am: charsets now in share
7063: (debian/patches/104_automake.patch) + all charsets are copied
7064:
7065: * buildall-with-xml, buildall-without-xml: curl option removed +
7066: extra arguments now supported
7067:
7068: 2012-06-08 misha
7069:
7070: * src/classes/table.C: - one params.as_hash usage was rolled back:
7071: the 2nd option in ^table.hash[] could be hash or table so
7072: .as_hash will throw an exception when table option is specified
7073:
7074: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7075: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7076: classes/table.C, classes/void.C, classes/xdoc.C,
7077: include/pa_exception.h, types/pa_vmethod_frame.C,
7078: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7079: and improved (whitespaces are allowed as empty options) -
7080: MethodParams::as_table is added - above methods are used for
7081: parsing methods' options ( new feature: #9 )
7082:
7083: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7084: to vclass. now class fields can be accessible as a hash:
7085: $h[^hash::create[$asd:CLASS]]
7086:
7087: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7088: have get_fields method so their fields can be accessed with
7089: ^reflection:fields[...] & ^reflection:field[...]
7090:
7091: 2012-06-06 misha
7092:
7093: * tests/280.html: - tests for
7094: ^reflection:method[obj-or-class;method],
7095: ^reflection:field[obj-or-class;field] and
7096: ^reflection:fields[obj-or-class] are added
7097:
7098: 2012-06-05 misha
7099:
7100: * src/classes/reflection.C: - ^reflection:method[class or
7101: object;method name] and ^reflection:field[class or object;field
7102: name] are added
7103:
7104: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7105: is used
7106:
7107: * src/types/pa_method.h: - Method::as_vjunction method is added
7108:
7109: 2012-06-05 moko
7110:
1.116 moko 7111: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7112:
7113: * src/classes/memcached.C: flish ttl fixed
7114:
7115: 2012-06-04 moko
7116:
7117: * src/classes/json.C, src/classes/op.C, tests/279.html,
7118: tests/results/279.processed: ^json:parse[] now supports $.taint
7119: option (new feature #833)
7120:
7121: 2012-06-04 misha
7122:
7123: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7124: - search_stop method was moved from pa_vcookie.C to pa_common.C
7125:
7126: 2012-06-03 misha
7127:
7128: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7129: cookies are parced and stored into $.cookies ( new feature: #31 )
7130:
7131: 2012-05-30 misha
7132:
7133: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7134: incomplete class into a scope while @USE is found
7135:
7136: * src/main/compile.y: - add incomplete class into a scope while
7137: @USE and @CLASS instructions are found ( bugfix: #838 )
7138:
7139: 2012-05-30 moko
7140:
7141: * src/types/pa_vclass.C, tests/278.html,
7142: tests/results/278.processed: removed "property has no getter
7143: method" exception when GET_DEFAULT present (fixes #269)
7144:
7145: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7146: $._default
7147:
7148: 2012-05-29 moko
7149:
7150: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7151: uninitialized values usage (new feature: #154)
7152:
7153: 2012-05-28 moko
7154:
7155: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7156: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7157: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7158: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7159: src/types/pa_vobject.C, src/types/pa_vobject.h,
7160: src/types/pa_vstring.h, src/types/pa_vtable.C,
7161: tests/results/277.processed, src/types/pa_vtable.h,
7162: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7163: ^json:string[$o; $.default[$method]] implemented for VObject (new
7164: feature #803)
7165:
7166: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7167: tests/results/277.processed: json numbers are now treated as
7168: double ( new feature: #834 )
7169:
7170: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7171: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7172: added for out of range checks, zero division in vint/vdouble
7173: check added ( fixes #832 )
7174:
7175: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7176: ( fixes #832 )
7177:
7178: 2012-05-28 misha
7179:
7180: * buildall-with-xml: - --without-lzma option is added to libxml2
7181: configure
7182:
7183: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7184: added - tests for unsupported values for options $.file, $.table
7185: and $.date are added
7186:
7187: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7188: accepts "stat" $.file[] option's value in addition to existed
7189: "text" and "base64" ( new feature: #835 )
7190:
7191: * tests/276.html: - test for
7192: ^reflection:delete[$object-or-class;field-name]
7193:
7194: * src/classes/reflection.C: -
7195: ^reflection:delete[$object-or-class;field-name] is added ( new
7196: feature: #268 )
7197:
7198: 2012-05-27 misha
7199:
7200: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7201:
7202: 2012-05-24 misha
7203:
7204: * src/include/pa_common.h: - method lastposafter was removed
7205:
7206: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7207: lastposafter - ^file:dirname[] & Co proper handle windows file
7208: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7209: work as *nix commands
7210:
7211: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7212:
7213: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7214: rskipchars were added
7215:
7216: * tests/270.html: - more tests for ^file:find[]
7217:
7218: * tests/065.html: - more tests for ^file:dirname[] & Co
7219:
7220: * src/include/pa_version.h: - must be "win32" here. it is
7221: auto-generated on *nix
7222:
7223: 2012-05-24 moko
7224:
7225: * src/classes/math.C: ^math:convert[] now supports uint32 and
7226: throws overflow exception ( new feature: #830 )
7227:
7228: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7229: uint32 support and overflow added ( new feature: #830 )
7230:
7231: 2012-05-23 moko
7232:
7233: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7234: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7235: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7236: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7237: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7238: types/pa_vregex.h, types/pa_vstateless_class.C,
7239: types/pa_vstateless_class.h, types/pa_vstring.h,
7240: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7241: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7242: "return string as-is" removed from as_expr_result. ( new feature:
7243: #831 )
7244:
7245: * tests/results/244.processed: test changed after bug #782 fix
7246: commited
7247:
7248: * tests/results/229.processed: test results for bug #782 commited
7249:
7250: * tests/: 254.html, results/254.processed: uid now just compared,
7251: not printed. :)
7252:
7253: 2012-05-20 moko
7254:
7255: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7256: feature: #341 )
7257:
7258: * tests/: 254.html, results/254.processed: test for
7259: ^reflection:uid[] added
7260:
7261: * tests/: 254.html, results/254.processed: test for
7262: ^reflection:uid[$obj] added
7263:
7264: 2012-05-17 misha
7265:
7266: * src/main/untaint.C: - do not replace ' char by _26 while
7267: exploding filespec-tainting ( new feature: #829 )
7268:
7269: 2012-05-12 moko
7270:
7271: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7272: not.
7273:
7274: 2012-05-08 moko
7275:
7276: * src/types/pa_vmethod_frame.h: bug #782 fixed
7277:
7278: * tests/229.html: test for bug #782
7279:
7280: * tests/results/259.processed, src/main/pa_request.C,
7281: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7282: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7283: src/types/pa_vvoid.h: feature #154 - first empty param now
7284: string; defined locals are empty strings; $STRICT-VARS(true)
7285: added
7286:
7287: 2012-04-27 moko
7288:
1.116 moko 7289: * src/targets/apache/Makefile.am:
1.95 moko 7290: ../../lib/memcached/libmemcached.a added
7291:
7292: 2012-04-27 misha
7293:
7294: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7295: ( #827 )
7296:
7297: 2012-04-25 moko
7298:
7299: * src/: classes/json.C, classes/memcached.C,
7300: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7301: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7302: implemented.
7303:
7304: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7305:
7306: 2012-04-23 moko
7307:
7308: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7309: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7310: types/pa_vmemcached.h: open allows options hash for new
7311: memcached(options) function
7312:
7313: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7314: not appended
7315:
7316: 2012-04-21 moko
7317:
7318: * src/classes/curl.C: '' added. :)
7319:
7320: * src/classes/classes.vcproj: new curl.h location
7321:
7322: * src/classes/curl.C: verbose output redirection from stderr to
7323: file curl option added
7324:
7325: 2012-04-20 moko
7326:
7327: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7328: contains what we need from curl, #ifdef HAVE_CURL removed
7329:
1.116 moko 7330: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7331: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7332: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7333: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7334: configure option
7335:
7336: 2012-04-19 moko
7337:
7338: * src/: classes/double.C, classes/inet.C, classes/int.C,
7339: classes/string.C, lib/gc/include/gc_allocator.h,
7340: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7341: options from sql_result_string removed. (closes issue #468)
7342:
7343: * src/types/pa_vmemcached.C: empty string fix
7344:
7345: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7346: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7347: pa_vmemcached.C
7348:
7349: 2012-04-18 moko
7350:
7351: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7352: apache2-mpm-prefork" error displayed in threaded mpm.
7353:
7354: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7355: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7356: installed (issue #354)
7357:
7358: 2012-04-16 moko
7359:
7360: * src/types/pa_vmemcached.C: call to memcached_result_create and
7361: memcached_result_free removed
7362:
7363: 2012-04-14 moko
7364:
7365: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7366:
7367: * src/types/pa_vmemcached.C: check_key added and used
7368:
7369: 2012-04-13 moko
7370:
7371: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7372: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7373: Serialization_data now added and used, VString now serialized
7374: with languages into memcached.
7375:
7376: 2012-03-28 moko
7377:
7378: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7379: lib/memcached/pa_memcached.h: result lengths added
7380:
7381: 2012-03-27 moko
7382:
7383: * src/types/pa_vmemcached.C: strdup added
7384:
7385: 2012-03-24 moko
7386:
7387: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7388: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7389: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7390:
7391: 2012-03-20 moko
7392:
1.116 moko 7393: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7394:
7395: * src/targets/cgi/Makefile.am: cleanup
7396:
7397: * src/: types/Makefile.am, types/pa_vmemcached.C,
7398: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7399:
7400: * src/: classes/Makefile.am, classes/memcached.C,
7401: lib/memcached/Makefile.am, lib/memcached/constants.h,
7402: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7403: lib/memcached/types.h, lib/Makefile.am: memcached initial
7404:
7405: 2012-03-16 moko
7406:
7407: * src/main/execute.C: ident now works under Linux + ident displays
7408: filenames (closes issue #818)
7409:
1.116 moko 7410: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7411: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7412: pa_vmethod_frame_local.h removed
7413:
7414: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7415: classes/classes.h, classes/curl.C, classes/date.C,
7416: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7417: classes/hashfile.C, classes/image.C, classes/inet.C,
7418: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7419: classes/memory.C, classes/op.C, classes/reflection.C,
7420: classes/regex.C, classes/response.C, classes/string.C,
7421: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7422: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7423: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7424: include/pa_config_fixed.h, include/pa_config_includes.h,
7425: include/pa_dictionary.h, include/pa_dir.h,
7426: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7427: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7428: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7429: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7430: include/pa_request_charsets.h, include/pa_request_info.h,
7431: include/pa_sapi.h, include/pa_socks.h,
7432: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7433: include/pa_stack.h, include/pa_string.h,
7434: include/pa_stylesheet_connection.h,
7435: include/pa_stylesheet_manager.h, include/pa_table.h,
7436: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7437: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7438: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7439: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7440: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7441: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7442: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7443: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7444: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7445: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7446: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7447: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7448: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7449: main/pa_string.C, main/pa_stylesheet_connection.C,
7450: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7451: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7452: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7453: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7454: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7455: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7456: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7457: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7458: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7459: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7460: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7461: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7462: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7463: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7464: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7465: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7466: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7467: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7468: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7469: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7470: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7471: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7472: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7473: types/pa_vresponse.h, types/pa_vstateless_class.C,
7474: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7475: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7476: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7477: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7478: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7479: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7480: ident now works under Linux + ident displays filenames (closes
7481: issue #818) Copyright updated
7482:
7483: 2012-03-13 moko
7484:
7485: * src/main/pa_string.C: compilation fix for feature #741
7486:
7487: 2012-03-09 misha
7488:
7489: * tests/193.html: - tests for ^string:base64[encoded] are updated
7490:
7491: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7492: now detects invalid base64 chars in the middle of encoded stricg
7493: ( new feature: #55 )
7494:
7495: * src/include/pa_exception.h: - new exception type for base64
7496: decoding is added
7497:
7498: 2012-03-06 misha
7499:
7500: * tests/274.html: - tests for ^date::today[] and
7501: ^date.sql-string[datetime|date|time] are added
7502:
7503: * src/classes/date.C: - constructor ^date::today[] is added ( new
7504: feature: #811 ) - ^date.sql-string[] now can accept one param --
7505: strings "datetime", "date" or "time" - comments tidying up
7506:
7507: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7508: date and time
7509:
7510: 2012-03-03 misha
7511:
7512: * tests/193.html: - tests for
7513: ^string:base64[encoded;$.strict(true)] are added
7514:
7515: * tests/results/auto.p: - try-catch operator is added
7516:
7517: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7518: main/pa_common.C: - $.strict(true|false) option is added to
7519: base64 decode methods ( new feature: #55 )
7520:
7521: * src/main/pa_common.C: - base64 decode memory usage was decreased
7522: ( new feature: #819 )
7523:
7524: 2012-02-28 moko
7525:
7526: * src/classes/hash.C: ident test
7527:
7528: 2012-02-27 misha
7529:
7530: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7531:
7532: 2012-01-08 misha
7533:
7534: * tests/273.html: - tests for ^string.replace[from;to] are added
7535:
7536: * src/: classes/string.C, include/pa_dictionary.h,
7537: main/pa_dictionary.C, main/pa_string.C: -
7538: ^string.replace[from;to] is added ( new feature: #741 ) -
7539: ^string.replace[one subst here] is slightly optimized
7540:
7541: 2011-12-07 misha
7542:
7543: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7544: named table with one empty column ( bugfix: #63 )
7545:
7546: 2011-11-30 misha
7547:
7548: * src/classes/json.C: - it's possible to set user's method for
7549: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7550: #763 )
7551:
7552: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7553:
7554: 2011-11-23 misha
7555:
7556: * src/: classes/curl.C, classes/file.C, classes/image.C,
7557: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7558: types/pa_vfile.h, types/pa_vform.C: - constructor
7559: ^file::create[mode;filename;content[;options]] now accepts binary
7560: mode and file-content - new constructor's format:
7561: ^file::create[string-or-file-content[;$.name[filename]
7562: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7563: feature: #65 )
7564:
7565: * src/: include/pa_request.h, main/pa_request.C: - new method
7566: mime_type_of(const String*) is added
7567:
7568: * src/include/pa_exception.h: - new exception constant
7569: FILE_NAME_MUST_BE_SPECIFIED is added
7570:
7571: * src/classes/table.C: - bug with negative offset transformed into
7572: a feature. it means pointing to a row from the end of the table (
7573: new feature: #810 )
7574:
7575: 2011-11-19 misha
7576:
7577: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7578: â ìåòîäå _select ( new feature: #810 )
7579:
7580: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7581: options were specified together is simplified
7582:
7583: 2011-11-12 misha
7584:
7585: * src/main/pa_request.C: - forgotten fix for escaping filename in
7586: HTTP content-disposition header (a part of bug #361 )
7587:
7588: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7589: checks for ancestors' classes as well ( new feature: #456 )
7590:
7591: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7592: "without cycle" now have types "parser.break" and
7593: "parser.continue" instead of "parser.runtime" ( new feature: #799
7594: )
7595:
7596: 2011-11-11 misha
7597:
7598: * tests/results/: 099.processed, 100.processed, 205.processed,
7599: 237.processed: - since bug #361 was fixed the content of filename
7600: in HTTP headers is quoted
7601:
7602: * tests/results/270.processed: - result for test 270
7603:
7604: * tests/: 065.html, results/065.processed: - more tests for
7605: ^file:basename[] & Co were added
7606:
7607: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7608:
7609: * tests/270.html: - tests for ^file:find[] are added
7610:
7611: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7612: using option $.charset. option $.engoding is still supported but
7613: these options can not be specified together
7614:
7615: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7616: comparation charset name with string "UTF-8" ( bugfix: #759 )
7617:
7618: 2011-10-11 misha
7619:
7620: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7621: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7622: #622)
7623:
7624: 2011-09-30 misha
7625:
7626: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7627: exception "saving stat-ed file" ( bugfix: #395 )
7628:
7629: 2011-05-30 misha
7630:
7631: * src/classes/string.C: - fixed bug which was added with
7632: params.as_hash into string:sql
7633:
7634: 2011-05-29 misha
7635:
7636: * src/types/pa_value.C: - filename in content-disposition header
7637: must be quoted ( bugfix: #361 )
7638:
7639: 2011-05-27 misha
7640:
7641: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7642: created file
7643:
7644: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7645: usage
7646:
7647: * src/include/pa_exception.h: - one more string for exception was
7648: added
7649:
7650: 2011-05-25 misha
7651:
7652: * tests/269.html: - tests for checking input params in some dom
7653: methods
7654:
7655: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7656: was added. it isn't possible not wo create xdoc with invalid
7657: tagName. ( bugfix: #160 )
7658:
7659: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7660: string "data must be string" was mover from pa_exception.h to
7661: pa_xml_exception.h
7662:
7663: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7664: as_xmlncname, as_xmlname and as_xmlnsuri were added
7665:
7666: * src/main/pa_xml_exception.C: - XmlException accepts more options
7667:
7668: * src/include/pa_xml_exception.h: - XmlException accepts more
7669: options - XML-related exception's strings were added
7670:
7671: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7672: output_options were removed)
7673:
7674: 2011-05-19 misha
7675:
7676: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7677: params.as_hash is used more while parsing methods hash-options
7678:
7679: 2011-05-18 misha
7680:
1.211 ! moko 7681: * operators.ru.txt, operators.txt: - info about json-serialization
! 7682: of xdoc was added
1.95 moko 7683:
7684: * tests/256.html: - tests for json-serialization xdoc were added
7685:
7686: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7687:
7688: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7689: classes/json.C, classes/xdoc.C: - now json:string can serialize
7690: xdoc-objects. options (the same as ^xdoc.string[]) could be
7691: specified in $.xdoc[] ( new feature: #265 )
7692:
7693: 2011-05-15 misha
7694:
7695: * tests/268.html: - tests for ^table.count[with options] were added
7696:
7697: * src/classes/table.C: - method ^table.count[] now can accept
7698: options ( new feature: #93 ): ^table.count[column] returns number
7699: of columns for named table; ^table.count[cells] returns number of
7700: cells in the current row; ^table.count[] & ^table.count[rows]
7701: return number of rows in a table.
7702:
7703: * tests/267.html: - test for checking switch/case in boolean mode
7704: was added
7705:
7706: * src/classes/op.C: - if switch's or case's value is bool, they are
7707: compared as bool values, not as double values: new feature: #351
7708:
7709: 2011-05-06 misha
7710:
7711: * tests/242.html: - EOL before EOF was added
7712:
7713: * tests/169.html: - tests for splitting empty string and void were
7714: added
7715:
7716: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7717: returned table with one empty cell)
7718:
7719: 2011-04-03 misha
7720:
7721: * src/include/pa_version.h, configure.in: - version in head was
7722: changed to 3.4.2b
7723:
7724: 2011-03-30 misha
7725:
7726: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7727: as well ( new feature #294 )
7728:
7729: 2011-03-29 misha
7730:
7731: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7732: limited to approx. 6 MB. previous limits were too big for real
7733: life. bugfix: #216
7734:
7735: 2011-03-04 moko
7736:
7737: * etc/parser3.charsets/cp866.cfg: Conforms to
7738: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7739:
7740: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7741: vlalek@
7742:
7743: 2011-02-22 misha
7744:
1.211 ! moko 7745: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
! 7746: methods mustn't be under #ifdef XML or parser can't be compiled
! 7747: without xml support
1.95 moko 7748:
7749: 2011-02-21 misha
7750:
1.116 moko 7751: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7752: ApacheModuleParser3.vcproj was removed
7753:
7754: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7755: removed)
7756:
7757: 2011-02-20 misha
7758:
7759: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7760: $.overridden in ^reflection:method_info[...] were added
7761:
7762: * src/classes/reflection.C: - beautifying result of
7763: ^reflection:method_info[] ($.overridden/inherited)
7764:
7765: 2011-02-18 misha
7766:
7767: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7768: and pa_isalnum instead of isalpha and isalnum - bug with
7769: redundand quoting lowercased latin chars while building email
7770: body was fixed
7771:
7772: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7773: added (they check for latin chars only)
7774:
7775: 2011-02-16 misha
7776:
7777: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7778: string size for transcoding gave too small value (should ever
7779: look for availability char in dest charset inspite of the char
7780: size)
7781:
7782: 2011-02-04 moko
7783:
7784: * tests/223.html: header values now not url-encoded (issue #195)
7785:
7786: 2011-02-01 misha
7787:
7788: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7789:
7790: 2011-01-31 misha
7791:
7792: * src/main/pa_request.C: - throw exception if param file_name in
7793: use_file is empty
7794:
7795: 2011-01-08 moko
7796:
7797: * src/classes/curl.C: compilations errors fixed
7798:
7799: 2010-12-29 moko
7800:
7801: * tests/: 265.html, results/265.processed: test for issue #200
7802: added
7803:
7804: * src/main/pa_string.C: empty regex result check added (fixes issue
7805: #200)
7806:
7807: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7808:
7809: * tests/results/223.processed: header values now not url-encoded
7810: (issue #195)
7811:
7812: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7813: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7814: pa_http_safe_header_name added for headers names (fixes bug #195)
7815:
7816: 2010-12-18 misha
7817:
7818: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7819: => pa-include
7820:
7821: 2010-11-28 moko
7822:
7823: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7824:
7825: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7826: -> pa
7827:
7828: * configure.in: apr -> pa
7829:
7830: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7831:
7832: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7833: classes/Makefile.am, types/Makefile.am: apr -> pa
7834:
7835: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7836: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7837: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7838: pa-include/pa_apr.h, pa-include/pa_errno.h,
7839: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7840: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7841: module apr name conflict resolved)
7842:
7843: 2010-11-27 misha
7844:
7845: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7846: libbz2
7847:
7848: 2010-11-26 misha
7849:
7850: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7851: warnings removed
7852:
7853: 2010-11-25 moko
7854:
1.211 ! moko 7855: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 7856:
1.211 ! moko 7857: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 7858:
1.211 ! moko 7859: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 7860:
7861: * buildall-with-xml: libxml2-2.7.8 + with-apache
7862:
7863: 2010-11-24 moko
7864:
1.116 moko 7865: * configure: apxs support
1.95 moko 7866:
7867: * configure.in: apxs support -Bstatic gc removed for OS X
7868:
7869: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7870:
7871: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7872: THREAD_LOCAL usage
7873:
7874: * src/: classes/curl.C, include/pa_config_includes.h,
7875: main/pa_globals.C: THREAD_LOCAL defined and used
7876:
7877: 2010-11-23 moko
7878:
7879: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7880: should be passed to pa_sleep, and only fractional part (bugfix:
7881: #188)
7882:
7883: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7884:
7885: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7886: GC_dont_gc=1, as in cgi version
7887:
7888: * src/targets/apache/mod_parser3.c: warning war
7889:
7890: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7891: pa_httpd.h: version removed, some trash removed
7892:
7893: * src/targets/apache/mod_parser3.c: version removed (we don't want
7894: to show it), warning war
7895:
7896: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7897: pa_httpd.h: parser_status_allowed removed + merge config
7898: functions removed (override is the default) + beauty
7899:
7900: * src/: include/pa_request.h, main/pa_request.C,
7901: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7902: hide $status used in apache module removed
7903:
7904: 2010-11-18 moko
7905:
1.211 ! moko 7906: * operators.ru.txt, operators.txt: $.table[compact] added for
! 7907: ^json:string[]
1.95 moko 7908:
7909: 2010-11-16 moko
7910:
7911: * src/targets/apache/mod_parser3.c: some cleanup done
7912:
7913: * src/main/untaint.C: bugfix: first, second String::Body argument
7914: is hashcode; second, info.fragment_begin is original, not
7915: resulting length
7916:
7917: * src/classes/file.C: new feature: $.stdin now untainted
7918:
7919: * tests/results/264.processed: new feature: $.stdin[] now untainted
7920:
7921: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7922:
7923: * src/classes/op.C: ^apply-taint[] method added
7924:
7925: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7926: added; $.stdin untaint test added
7927:
7928: 2010-11-15 moko
7929:
7930: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7931: removed
7932:
7933: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7934: pa_httpd.h: 2x2 calculated under apache2. :)
7935:
7936: 2010-11-13 moko
7937:
7938: * src/targets/apache/mod_parser3.c: initial changes to build module
7939: with apache 2.x includes
7940:
7941: * src/targets/apache/: Makefile.am, mod_parser3.c,
7942: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
7943: united apache 1.3 / apache 2.x DSO module
7944:
7945: 2010-11-09 moko
7946:
7947: * src/types/pa_method.h: check added to dissallow @method[name;*]
7948: syntax
7949:
7950: * tests/: 263.html, results/263.processed: test from method[*args]
7951: added
7952:
7953: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
7954: number of params can now be passed to a method declared with *arg
7955:
7956: 2010-11-06 moko
7957:
7958: * src/classes/table.C: formating fixed. :)
7959:
7960: * src/classes/table.C: closes #4: ^table.select now supports
7961: $.limit(), $.offset, $.reverse() options
7962:
7963: * tests/: 262.html, results/262.processed: test for ^table:select
7964: with options added (feature #4)
7965:
7966: * src/include/pa_array.h: remove function added
7967:
7968: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
7969: object in get_element/put_element, using static one.
7970:
7971: 2010-11-04 moko
7972:
7973: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
7974: options is passed
7975:
7976: * tests/: 256.html, results/256.processed: $.table[compact] feature
7977: now tested; k and p in handler now tested.
7978:
7979: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
7980: $.table[compact] feature added
7981:
7982: * src/classes/json.C: key is now passed to handler in
7983: value_json_string; ^json:string result now process tainting
7984: inside and returns clean string, related to issue #153
7985:
7986: * src/main/untaint.C: bugfix: charset can be null (in
7987: ^string:save[] as example), thus check is added
7988:
7989: 2010-10-31 moko
7990:
7991: * src/classes/string.C: error message changed (fixes issue #149)
7992:
7993: 2010-10-29 moko
7994:
7995: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7996: port is not default (fixes issue #155); exception on invalid port
7997: added.
7998:
7999: * src/main/untaint.C: '*' is now not urlencoded to allow header
8000: "Accept: */*" to be passed
8001:
8002: 2010-10-28 moko
8003:
8004: * src/classes/curl.C: bugfix: detect_charset() was throwing
8005: exception on unknown charset even if response_charset was
8006: specified
8007:
8008: 2010-10-27 moko
8009:
8010: * src/classes/string.C: ^string.append removed for void
8011: compatibility
8012:
8013: 2010-10-26 moko
8014:
8015: * src/classes/json.C: libjson supports array at top level, we too
8016: (GPF fixed)
8017:
8018: 2010-10-25 moko
8019:
8020: * tests/: 253.html, results/253.processed: libjson supports array
8021: at top level, parser now supports it as well.
8022:
8023: * tests/261.html, tests/results/261.processed,
8024: src/types/pa_vstring.h: empty string is now void compatible
8025: (allows $empty.key)
8026:
8027: 2010-10-22 misha
8028:
8029: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8030: while adding additional expires checkout)
8031:
8032: * tests/030.html: - test for session cookie was added
8033:
8034: 2010-10-21 moko
8035:
8036: * src/: classes/string.C, classes/void.C, main/execute.C,
8037: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8038: string (feature #111)
8039:
8040: * tests/: 261.html, results/261.processed: checks void from string
8041: inheritance (feature #111)
8042:
8043: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8044: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8045: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8046: now true by default
8047:
8048: 2010-10-17 moko
8049:
8050: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8051: upload now uses binary blocks instead of L_FILE_POST tainting.
8052: (bugfix: #128)
8053:
8054: * tests/: 223.html, results/223.processed: binary file upload test
8055: added, GPF (issue #128) also checked in this test
8056:
8057: 2010-10-13 misha
8058:
8059: * tests/260.html: - test for math:convert
8060:
8061: * src/classes/math.C: - error in math:convert was fixed
8062:
1.211 ! moko 8063: * operators.ru.txt, operators.txt: - info about
1.95 moko 8064: ^math:convert[number](from-base;to-base) was added
8065:
8066: * src/classes/math.C: - method
8067: ^math:convert[number](from-base;to-base) for converting number
8068: represention from one base to another was added ( new feature:
8069: #23 )
8070:
8071: 2010-10-13 moko
8072:
8073: * src/main/compile.tab.C: [] now is empty string, not void
8074:
8075: * src/main/compile.y: [] now is empty string, not void
8076:
8077: * src/types/pa_vvoid.h: void now passed as parameter
8078:
8079: * tests/: 259.html, results/259.processed: to test difference
8080: between void and empty string (see ticket #111)
8081:
8082: * tests/results/152.processed: $sEmpty[] is now empty string, not
8083: void
8084:
8085: * tests/256.html: $s[$void] is no longer empty string
8086:
8087: * tests/254.html: empty string is no longer void
8088:
8089: 2010-10-12 misha
8090:
8091: * src/types/pa_vcookie.C: - check if $.expires value can be
8092: converted to date during cookies set up ( bugfix: #104 )
8093:
8094: * tests/041.html: - more tests for ^table.locate were added
8095:
8096: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8097: work ( bugfix: #129 ) - exception comment for incorrect options
8098: ^table.locate[field;value;options] was fixed
8099:
8100: 2010-10-10 moko
8101:
8102: * src/: classes/reflection.C, main/execute.C: constructor returning
8103: another object feature returned
8104:
8105: * tests/results/258.processed: test result updated as constructor
8106: returning another object feature returned
8107:
8108: * tests/: 258.html, results/258.processed: test for constructor
8109: returning another object
8110:
8111: 2010-10-08 misha
8112:
8113: * tests/257.html: - whitespaces after @METACOMMANDS and their
8114: options shouldn't cause exceptions any longer
8115:
8116: 2010-10-06 moko
8117:
8118: * src/classes/: hash.C, table.C: length from sql server is now
8119: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8120:
8121: 2010-10-02 misha
8122:
1.211 ! moko 8123: * operators.ru.txt, operators.txt: - the X mark was removed from
! 8124: ^cache[file]. it is usable to delete cache file.
1.95 moko 8125:
8126: 2010-10-02 moko
8127:
8128: * tests/: 253.html, results/253.processed: hook_key added for key
8129: checking
8130:
8131: * src/classes/json.C: null key bug fixed
8132:
8133: 2010-09-29 misha
8134:
8135: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8136:
8137: 2010-09-25 moko
8138:
8139: * src/classes/json.C: small fixed
8140:
8141: * tests/results/: 253.processed, 255.processed: just updated
8142:
8143: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8144: results/255.processed: charset transcode test added for
8145: json:parse
8146:
8147: 2010-09-24 moko
8148:
8149: * src/types/pa_value.h: warning war :)
8150:
8151: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8152: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8153: ^json:string
8154:
8155: 2010-09-22 moko
8156:
8157: * src/main/pa_charset.C: parser charset tables declare only
8158: white-space before 0x20, thus adding the missing chars
8159:
8160: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8161: to http://unicode.org/Public/MAPPINGS/VENDORS/
8162:
8163: 2010-09-21 misha
8164:
8165: * src/main/compile.y: - some semicolons were added (VS2010 don't
8166: want to compile grammar if they are absent)
8167:
8168: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8169:
8170: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8171:
8172: * src/main/main.vcproj: - path to bison is changed
8173:
8174: 2010-09-21 moko
8175:
1.116 moko 8176: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8177: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8178: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8179:
8180: 2010-09-20 misha
8181:
8182: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8183:
8184: * src/classes/json.C: - add EOL while json-serializing hash
8185:
8186: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8187: compilers don't like 'ES'.
8188:
8189: 2010-09-17 misha
8190:
1.211 ! moko 8191: * operators.ru.txt, operators.txt: - info about json class was
! 8192: added
1.95 moko 8193:
8194: * src/classes/json.C: - ^json:string[object]
8195:
8196: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8197: preventing infinite recursion while executing json:string was
8198: added
8199:
8200: * src/include/pa_string.h: - method append_quoted was added
8201:
8202: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8203: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8204: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8205: was added to Value & Co
8206:
8207: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8208: were used
8209:
8210: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8211: were added
8212:
8213: 2010-09-10 moko
8214:
8215: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8216: die_or_abort (backport from 3.4.1)
8217:
8218: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8219: die_or_abort (bugfix: #106)
8220:
8221: 2010-09-09 moko
8222:
8223: * src/classes/json.C: warning war. :)
8224:
8225: 2010-09-08 misha
8226:
8227: * src/lib/json/Makefile.am: - additional include directories were
8228: added (for pa_memory.h and gc.h)
8229:
8230: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8231: compile as C++ instead default - additional include directory was
8232: added (for gc.h)
8233:
8234: * src/types/pa_vform.C: - little code reformating
8235:
8236: * src/classes/file.C: - $.content-type option now can be specified
8237: in ^file::create ( new feature: #102 )
8238:
8239: 2010-09-08 moko
8240:
8241: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8242: pa_malloc/pa_free
8243:
8244: 2010-09-07 moko
8245:
8246: * tests/results/254.processed: VStateless_class:put_element
8247: exception was fixed
8248:
8249: * src/types/: pa_value.h, pa_vstateless_class.h: now
8250: VStateless_class:put_element barks self.type, not this.type
8251: (bugfix: #105)
8252:
8253: 2010-09-06 moko
8254:
8255: * src/classes/reflection.C: bugfix: new String() is required for
8256: exception handling
8257:
8258: * tests/: 254.html, results/254.processed: test modified
8259:
8260: 2010-09-05 moko
8261:
8262: * tests/: 254.html, results/254.processed: ^reflection:copy test
8263: added
8264:
8265: * src/: classes/reflection.C, include/pa_request.h:
8266: ^reflection:copy implemented (new feature: #100)
8267:
8268: 2010-09-03 moko
8269:
8270: * src/lib/json/JSON_parser.C: c++ compatiblity
8271:
8272: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8273: option testing added
8274:
8275: 2010-09-02 moko
8276:
8277: * src/classes/json.C: $.distinct[first|last|all] added
8278:
8279: 2010-09-01 moko
8280:
8281: * tests/results/253.processed: json test result
8282:
8283: * tests/: 253.html, 253_json.txt: json test added
8284:
8285: * src/classes/json.C: json.C update to actual version + hash key
8286: creation bugfix
8287:
8288: 2010-08-31 misha
8289:
8290: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8291: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8292: src/lib/Makefile.am, src/classes/Makefile.am,
8293: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8294: json library was added
8295:
8296: 2010-08-30 moko
8297:
8298: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8299: types/pa_vobject.C: cosmetic optimization in
8300: request:execute_method usage
8301:
8302: * src/: include/pa_charset.h, main/pa_charset.C: small
8303: optimization, just to decrease number of lines. :)
8304:
8305: 2010-08-27 misha
8306:
8307: * src/classes/op.C: - taint[json] was added
8308:
8309: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8310: were added
8311:
8312: * src/main/pa_exec.C: - warning fix was rolled back.
8313:
8314: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8315: include/pa_string.h: - taint[json] was added - escaping was
8316: slightly modified
8317:
8318: 2010-08-25 misha
8319:
8320: * src/classes/file.C: - typo in file:sql exception was fixed
8321:
8322: * src/main/pa_exec.C: - warning about declared and not used
8323: variable forced_allow was removed
8324:
8325: 2010-08-14 misha
8326:
8327: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8328: were removed
8329:
8330: 2010-08-11 moko
8331:
8332: * tests/: 249.html, results/249.processed: default setter and
8333: anti-recursive default getter test added
8334:
8335: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8336: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8337: types/pa_vobject.h, types/pa_vstateless_class.C,
8338: types/pa_vstateless_class.h: default setter support +
8339: anti-recursive default getter support ( new feature: #13 )
8340:
8341: * src/include/pa_hash.h: optimization: threshold member removed
8342: from hash, reducing sizeof(hash)
8343:
8344: 2010-08-10 misha
8345:
8346: * tests/196.html: - junction-method was added to the test
8347:
8348: * tests/248.html: - ups. typo :)
8349:
8350: * tests/248.html: - test for checking .match with 4 params
8351:
8352: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8353: 247_windows1251.txt: - test for "transcode file from utf-8 to
8354: $request:charset during loading if the BOM code is detected"
8355:
8356: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8357: $request:charset during loading if the BOM code is detected ( new
8358: feature: #98 )
8359:
8360: 2010-08-05 misha
8361:
8362: * src/classes/image.C: - ^image.replace now can accept only 2
8363: params. in this case the whole image is affected ( new feature:
8364: #95 )
8365:
8366: 2010-08-04 misha
8367:
8368: * tests/246.html: - test tor ^hash._at[] was added
8369:
8370: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8371: #53 )
8372:
8373: * src/include/pa_hash.h: - methods for accessing the first and the
8374: last values of ordered hash were added (first_value and
8375: last_value)
8376:
8377: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8378: (similar to others file's methods):
8379: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8380: #68 )
8381:
8382: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8383:
8384: 2010-08-01 moko
8385:
8386: * src/classes/op.C: to correctly process $result[] in code, called
8387: from ^process
8388:
8389: * tests/245.html: $result in ^process[] test added
8390:
8391: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8392: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8393: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8394: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8395: caller, self) op_call(VMethodFrame &frame, bool constructing)
8396: removed, construct(class,method) added
8397:
8398: * tests/results/: 192.processed, 244.processed: request::construct
8399: added
8400:
8401: * tests/: 244.html, 245.html, results/244.processed,
8402: results/245.processed: object creation exceptions and ^process
8403: tests added
8404:
8405: 2010-07-28 misha
8406:
8407: * tests/make_tests.cmd: - win32 EOLs
8408:
8409: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8410: tests on Win32 were added (The system timezone should be GMT+3)
8411:
8412: 2010-07-26 misha
8413:
8414: * tests/: 212.html, results/212.processed: - sizes were removed
8415: mecause they could be different on different OSs
8416:
8417: * tests/065.html: - make it "win32 friendly"
8418:
8419: 2010-07-25 misha
8420:
8421: * src/main/compile.y: - all EOLs between methods are removed during
8422: compilation ( new feature: #47 )
8423:
8424: * tests/results/149.processed: - prepare tests to trim trailing
8425: methods' EOLs
8426:
8427: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8428:
8429: * tests/: results/006.processed, results/014.processed, 006.html,
8430: 014.html, 022.html: - prepare tests to trim trailing methods'
8431: EOLs
8432:
8433: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8434: results/071.processed, results/022.processed: - prepare tests to
8435: trim trailing methods' EOLs
8436:
8437: * tests/: results/073.processed, results/109.processed,
8438: results/142.processed, results/144.processed,
8439: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8440: 144.html: - prepare tests to trim trailing methods' EOLs
8441:
8442: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8443: 149.html, 152.html, results/096.processed, results/107.processed,
8444: results/109.processed, results/142.processed,
8445: results/144.processed: - prepare tests to trim trailing methods'
8446: EOLs
8447:
8448: 2010-07-24 moko
8449:
8450: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8451: the hash order in this test
8452:
8453: * tests/014.html: to check hash order, hash no is longer sorted
8454: before print
8455:
8456: * src/include/pa_hash.h: hash copy constructor now keeps order
8457: (bugfix: #54)
8458:
8459: 2010-07-23 moko
8460:
8461: * tests/results/224.processed: @auto[] is no longer inherited
8462:
8463: * src/types/pa_vstateless_class.C, tests/227.html,
8464: tests/results/227.processed: @auto[] is no longer inherited
8465: (bugfix: #57)
8466:
8467: 2010-07-22 misha
8468:
8469: * src/classes/table.C: - don't skip comment lines during
8470: table::load if encloser or separator is set as '#' ( new feature:
8471: #30 )
8472:
8473: * src/targets/cgi/parser3.C: - don't run as cgi if
8474: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8475: #12 )
8476:
8477: * src/classes/file.C: - set PARSER_VARSION env before external
8478: script executing
8479:
8480: 2010-07-13 misha
8481:
8482: * tests/058.html: - test for suppressing @border was added - test
8483: for user attribute was added
8484:
8485: * tests/results/186.processed: unescaping from \uXXXX
8486:
8487: * tests/186.html: unescaping from \uXXXX
8488:
8489: * tests/: 239.html, results/239.processed: method call type
8490:
8491: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8492: $junction_method.CLASS_NAME (+CLASS)
8493:
8494: 2010-07-07 misha
8495:
8496: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8497: *nix
8498:
8499: 2010-07-05 misha
8500:
8501: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8502: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8503: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8504: comment strings "options must be hash", "options must be hash,
8505: not code" and "called with invalid option" were replaced by
8506: constatns - exception comment string "invalid option passed" was
8507: replaced by "called with invalid option" (now in different
8508: methods are the same exception comment string)
8509:
8510: * src/include/pa_exception.h: - more exception strings were defined
8511:
8512: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8513: types/pa_vstateless_class.h: - now we can define possible
8514: method's call type ( new feature: #5 ) 1.
8515: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8516: methods 2. @static:method[params] (only static keyword could be
8517: used here) -- for specified methods
8518:
8519: * src/main/pa_common.C: - junction points should not be deleted on
8520: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8521: cleanup
8522:
8523: 2010-07-03 misha
8524:
8525: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8526: results/158.processed, results/160.processed,
8527: results/161.processed, results/162.processed,
8528: results/163.processed: - prepare tests to trim trailing methods'
8529: EOLs
8530:
8531: * tests/results/169.processed: - prepare tests to trim trailing
8532: methods' EOLs
8533:
8534: * tests/results/: 168.processed, 169.processed: - prepare tests to
8535: trim trailing methods' EOLs
8536:
8537: * tests/: results/170.processed, results/167.processed,
8538: results/168.processed, results/169.processed, 167.html, 168.html,
8539: 169.html: - prepare tests to trim trailing methods' EOLs
8540:
8541: * tests/: results/170.processed, results/171.processed,
8542: results/172.processed, results/173.processed,
8543: results/174.processed, results/175.processed, 170.html, 171.html,
8544: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8545: trailing methods' EOLs
8546:
8547: * tests/: results/176.processed, results/180.processed,
8548: results/184.processed, results/185.processed,
8549: results/191.processed, results/192.processed,
8550: results/196.processed, results/197.processed,
8551: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8552: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8553: to trim trailing methods' EOLs
8554:
8555: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8556: results/199.processed, results/208.processed,
8557: results/209.processed, results/213.processed,
8558: results/214.processed: - prepare tests to trim trailing methods'
8559: EOLs
8560:
8561: 2010-06-29 misha
8562:
8563: * tests/: 220.html, 218.html, results/218.processed,
8564: results/215.processed, results/217.processed, 215.html, 217.html:
8565: - prepare tests to trim trailing methods' EOLs
8566:
8567: * tests/: results/224.processed, 224.html, 223.html,
8568: results/223.processed, results/220.processed: - prepare tests to
8569: trim trailing methods' EOLs
8570:
8571: * tests/results/: 226.processed, 230.processed: - prepare tests to
8572: trim trailing methods' EOLs
8573:
8574: * tests/: 229.html, results/229.processed: - prepare tests to trim
8575: trailing methods' EOLs
8576:
8577: * tests/: 232.html, 235.html, results/232.processed,
8578: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8579: results/226.processed, results/227.processed,
8580: results/228.processed, results/230.processed: - prepare tests to
8581: trim trailing methods' EOLs
8582:
8583: 2010-06-16 moko
8584:
8585: * tests/: 229.html, results/229.processed: elseif now supported in
8586: ^if
8587:
8588: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8589:
8590: 2010-06-03 misha
8591:
8592: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8593: instead of memcopy for overlaped regions
8594:
8595: 2010-05-25 misha
8596:
8597: * src/main/pa_common.C: - wanring about unused vars was removed
8598:
8599: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8600: get_method_filename was moved to execute.C
8601:
8602: 2010-05-23 misha
8603:
8604: * src/main/pa_request.C: - more accurate detection of method's file
8605:
8606: 2010-05-22 misha
8607:
8608: * src/classes/reflection.C: - bugfix: core during detection of
8609: .file if filespec isn't detected successfully
8610:
8611: 2010-05-20 misha
8612:
8613: * src/main/pa_request.C: - fix in get_method_filename
8614:
8615: * src/include/pa_request.h: - new feature: #24 -- searching
8616: included file in @USE/^use is changed. if its filespec doesn't
8617: start from '/' it will be searched in caller file directory
8618:
8619: * src/classes/reflection.C: - ^reflection:method_info returns file
8620: where the method is defined
8621:
8622: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8623: classes/op.C: - new feature: #24 -- searching included file in
8624: @USE/^use is changed. if its filespec doesn't start from '/' it
8625: will be searched in caller file directory
8626:
8627: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8628: is moved to pa_common.h
8629:
8630: 2010-05-18 misha
8631:
8632: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8633: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8634: cookie parser decode \uXXXX as well as %uXXXX
8635:
8636: 2010-05-17 misha
8637:
8638: * src/classes/curl.C: beauty: - unused param is removed in method
8639: _curl_version_action - some spaces were removed or replaced by
8640: tabs
8641:
8642: * src/classes/table.C: - bugfix: #72 core with empty value during
8643: ^table.hash[...;name_of_the_last_column][$.type[string]]
8644:
8645: 2010-05-16 misha
8646:
8647: * src/classes/curl.C: new: #61 more curl options were added
8648: (contributed by Sumo)
8649:
8650: 2010-04-29 pretender
8651:
8652: * src/main/pa_string.C: fixes #63 Split result from empty string
8653: now empty string.
8654:
8655: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8656: string type.
8657:
8658: 2010-04-28 pretender
8659:
8660: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8661: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8662: macrodefinition removed
8663:
8664: 2010-04-19 pretender
8665:
8666: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8667: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8668:
8669: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8670: fixes #64 Now file.missing exception generates in unsafe mode to.
8671:
8672: * src/classes/file.C: fixes #48 Now not throw "not save environment
8673: variable" exception in grpunlim version.
8674:
8675: 2010-04-05 misha
8676:
8677: * src/classes/string.C: - new feature: 4th param was added to
8678: match. if specified its value is returned in case of nothing was
8679: found
8680:
8681: 2010-04-01 misha
8682:
8683: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8684: multiple execution of /a/b/auto.p
8685:
8686: 2010-03-19 misha
8687:
8688: * src/main/execute.C: - core in $table1.$table2 was fixed
8689:
8690: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8691:
8692: 2010-01-27 misha
8693:
8694: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8695: trying to open file by path /existing-file/non-exixting-file
8696:
8697: 2010-01-26 misha
8698:
8699: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8700: was added (returns file)
8701:
8702: 2009-12-22 misha
8703:
8704: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8705: now parser doesn't have class curl if it was built without it
8706:
8707: 2009-12-15 misha
8708:
8709: * configure.in: - little cheat with curl include dir was added
8710:
8711: 2009-12-05 misha
8712:
8713: * src/classes/curl.C: - some fixes
8714:
8715: 2009-12-04 misha
8716:
8717: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8718: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8719: buildall-with-xml, buildall-without-xml, configure.in: - curl
8720: class was added
8721:
8722: * src/include/pa_hash.h: - hash-iterator was added
8723:
8724: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8725: was added to pcre
8726:
8727: 2009-11-27 misha
8728:
8729: * src/classes/image.C: - don't add @border attribute to output of
8730: ^image.html[] if it was specified by user with empty value
8731:
8732: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8733: root element and we are trying to access .documentElement
8734:
8735: 2009-11-11 misha
8736:
8737: * src/classes/table.C: - in ^table.flip[] look at number of columns
8738: instead of number of items in first row for named tables
8739:
8740: 2009-11-10 misha
8741:
1.211 ! moko 8742: * operators.ru.txt, operators.txt: - info about hash-options in
! 8743: ^file::create was added
1.95 moko 8744:
8745: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8746: added
8747:
8748: 2009-11-09 misha
8749:
8750: * buildall-with-xml: - moving to libxml 2.7.6
8751:
8752: * tests/236.html: - tests for comparations cords with functions
8753: were added
8754:
8755: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8756: added
8757:
8758: * src/main/pa_http.C: - little optimisation
8759:
8760: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8761: GPF mallocs + stringstream (table.save)
8762:
8763: * src/classes/file.C: - file::create now accepts 4th param: options
8764: with $.charset
8765:
8766: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8767: bug in cord (comparation cords with functions was buggy)
8768:
8769: 2009-11-06 misha
8770:
8771: * src/main/pa_string.C: - bugfix: calculation string.length
8772: sometimes was buggy
8773:
8774: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8775: destroyed if exception occured during match/replace
8776:
8777: * src/: main/pa_charset.C, include/pa_charset.h: - method
8778: lengthUTF8Char was added
8779:
8780: * src/classes/op.C: - clean tainting lang was added for user's
8781: usage
8782:
8783: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8784: fixed: checkouts are required after GC_MALLOC
8785:
8786: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8787:
1.211 ! moko 8788: * operators.ru.txt, operators.txt: - actually, there is no
! 8789: ^untaint[xml] in file::create
1.95 moko 8790:
8791: 2009-10-15 misha
8792:
8793: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8794: were added
8795:
8796: * tests/234.html: - more tests for checking ^taint[uri] escaping
8797: were added
8798:
8799: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8800: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8801: hacking: for dealing with transcoding+^taint[uri]
8802: transcode_and_untaint was replaced by untaint_and_transcode
8803:
8804: 2009-10-13 misha
8805:
8806: * tests/: 121.html, results/121.processed: - test transcoding +
8807: url-escaping now
8808:
8809: * tests/results/auto.p: - more helpers' methods were added
8810:
8811: * src/main/pa_globals.C: - die instead of abort
8812:
8813: 2009-10-06 misha
8814:
8815: * src/main/pa_common.C: - don't allocate memory during
8816: capitalization if input string is already capitalized
8817:
8818: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8819:
8820: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8821: use format function because it calls malloc
8822:
8823: * src/include/pa_common.h: - more capitalized headers were added
8824:
8825: * src/main/pa_common.C: - in safe mode clear executable bits during
8826: file writing
8827:
8828: 2009-10-05 misha
8829:
8830: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8831:
8832: 2009-10-03 misha
8833:
8834: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8835: ^img.text[] & ^img.length[] can work in utf-8 now
8836:
8837: * src/: include/pa_charset.h, main/pa_charset.C: - class
8838: UTF8_string_iterator was added
8839:
8840: * src/classes/image.C: - respect utf-8 when calculate alphabet
8841: length
8842:
8843: * src/classes/mail.C: - check from before get message.cstr
8844:
8845: 2009-10-02 misha
8846:
8847: * tests/233.html: - test for image.font, image.length, image.text
8848: with text in utf-8 were added
8849:
8850: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8851:
8852: * buildall-with-xml, buildall-without-xml: - comment about gc
8853: version for freebsd 4 was added
8854:
8855: 2009-10-01 misha
8856:
8857: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8858: terminator) - read_pipe were slightly optimized
8859:
8860: 2009-09-28 misha
8861:
8862: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8863: removed
8864:
8865: * src/types/pa_vmail.C: - forgot about space after ':'
8866:
8867: * src/types/pa_vmail.C: - escape filenames while preparing mail
8868: body - small simplifications
8869:
8870: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8871: inout params like pa_base64
8872:
8873: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8874: option $.debug-print(1) was added to mail:send - changes for
8875: using uue_encode which uses less memory
8876:
8877: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8878:
8879: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8880: memory now
8881:
8882: 2009-09-26 misha
8883:
8884: * src/types/pa_vmail.C: - default encoding now is base64
8885:
8886: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8887:
8888: 2009-09-25 misha
8889:
8890: * src/types/pa_vmail.C: - capitalization of headers was added to
8891: sending mail as well
8892:
8893: * buildall-with-xml: - catalog package was removed from libxml
8894:
8895: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8896: win32 absolute path
8897:
8898: * src/include/pa_common.h: - one more capitalized header was added
8899:
8900: 2009-09-22 misha
8901:
8902: * INSTALL: - comment about building just httpd binary while
8903: building apache module was added
8904:
8905: 2009-09-21 misha
8906:
8907: * buildall-with-xml: - moving to the latest versions of xml libs:
8908: libxml 2.7.4 and libxslt 1.1.25
8909:
8910: 2009-09-19 misha
8911:
8912: * tests/231.html: - test for encoding cookie in win-1251
8913:
8914: 2009-09-18 misha
8915:
8916: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8917: object] were added
8918:
1.211 ! moko 8919: * operators.ru.txt, operators.txt: - info about method
! 8920: ^reflection:fields[class or object] was added
1.95 moko 8921:
8922: * src/classes/reflection.C: - method ^reflection:fields[class or
8923: object] was added
8924:
8925: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8926: methods get_fields were added
8927:
8928: * tests/232.html: - tests for @GET[name]
8929:
8930: * src/classes/table.C: - some changes in handling hash-options for
8931: creare, join and locate
8932:
8933: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8934: defined with option: the type of requested value
8935:
8936: 2009-09-17 misha
8937:
8938: * tests/212.html: - tests for .pattern and .options were added
8939:
8940: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
8941: $regex.options were added
8942:
8943: 2009-09-11 misha
8944:
8945: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
8946: rewrited. it checks not just one case of sending cookies during
8947: file::load[http], but also sending headers and fields (including
8948: files)
8949:
8950: 2009-09-10 misha
8951:
8952: * src/main/untaint.C: - workaround in file-spec lang for old Macs
8953: was removed => now parser can open files with Russian 'r' in
8954: filename
8955:
8956: * src/main/untaint.C: - bugfix: client charset whould be analized
8957: while escaping cookies but now source charset
8958:
8959: * src/main/pa_http.C: - bugfix: the values of http headers didn't
8960: ^tainted[uri] so it was possible to make request with incorrect
8961: http header
8962:
8963: * src/main/pa_http.C: - capitalization of http headers during
8964: file::load[http was slightly changes - bugfix: all headers which
8965: parser sends during file::load[http should be transcoded and only
8966: then escaped
8967:
8968: * src/main/untaint.C: - a bit more comments were added
8969:
8970: * src/classes/: file.C, string.C: - types where changes (minus 2
8971: warnings)
8972:
8973: * src/include/pa_common.h: - 2 capitalized strings for making http
8974: headers during file::load[http were added
8975:
8976: 2009-09-08 misha
8977:
1.211 ! moko 8978: * operators.ru.txt, operators.txt: - changes in file.save and
! 8979: string.save were added
1.95 moko 8980:
8981: * tests/: 230.html, 230.txt: - tests for checking options in
8982: file.save and string.save were added
8983:
8984: * src/main/pa_request.C: - http headers names, which are passed to
8985: SAPI::add_header_attribute are lowercased now (it'll be
8986: capitalized in that method)
8987:
8988: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
8989: classes/string.C: - file_write accepts Request_charsets and asked
8990: charset and cound transcode content before writing - string.save
8991: and file.save have option $.charset now
8992:
8993: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8994: classes/xdoc.C: - file_write accepts Request_charsets and asked
8995: charset and cound transcode content before writing
8996:
8997: * src/include/pa_exception.h: - new exception comment string was
8998: defined
8999:
9000: 2009-09-07 misha
9001:
9002: * src/main/compile.y: - grammar $name\ name stops now for regex
9003: sub-pattern\s
9004:
9005: 2009-09-04 misha
9006:
9007: * src/main/pa_http.C: - capitalization of http headers during
9008: file::load[http was implemented
9009:
9010: 2009-09-03 misha
9011:
9012: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9013: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9014: types/pa_vmail.C, targets/cgi/parser3.C,
9015: targets/isapi/parser3isapi.C: - back to storing response http
9016: headers in lowercase - capitalize them during output
9017:
9018: 2009-08-31 misha
9019:
9020: * src/classes/table.C: - allow call with any brackets (it could be
9021: useful in methods with explict result declaration)
9022:
9023: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9024: correctly if $request:charset==koi8-r
9025:
9026: 2009-08-30 misha
9027:
9028: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9029: changed: content-type => Content-type and so on
9030:
9031: * src/classes/file.C, src/include/pa_common.h,
9032: src/include/pa_request.h, src/main/pa_http.C,
9033: src/main/pa_request.C, src/types/pa_vcookie.C,
9034: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9035: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9036: tests/results/002.processed, tests/results/003.processed,
9037: tests/results/004.processed, tests/results/005.processed,
9038: tests/results/006.processed, tests/results/007.processed,
9039: tests/results/008.processed, tests/results/009.processed,
9040: tests/results/010.processed, tests/results/011.processed,
9041: tests/results/012.processed, tests/results/013.processed,
9042: tests/results/014.processed, tests/results/015.processed,
9043: tests/results/016.processed, tests/results/017.processed,
9044: tests/results/018.processed, tests/results/019.processed,
9045: tests/results/020.processed, tests/results/021.processed,
9046: tests/results/022.processed, tests/results/023.processed,
9047: tests/results/024.processed, tests/results/025.processed,
9048: tests/results/026.processed, tests/results/027.processed,
9049: tests/results/028.processed, tests/results/029.processed,
9050: tests/results/030.processed, tests/results/031.processed,
9051: tests/results/032.processed, tests/results/033.processed,
9052: tests/results/034.processed, tests/results/035.processed,
9053: tests/results/036.processed, tests/results/037.processed,
9054: tests/results/038.processed, tests/results/039.processed,
9055: tests/results/040.processed, tests/results/041.processed,
9056: tests/results/042.processed, tests/results/043.processed,
9057: tests/results/044.processed, tests/results/045.processed,
9058: tests/results/046.processed, tests/results/047.processed,
9059: tests/results/048.processed, tests/results/049.processed,
9060: tests/results/050.processed, tests/results/051.processed,
9061: tests/results/052.processed, tests/results/053.processed,
9062: tests/results/054.processed, tests/results/055.processed,
9063: tests/results/056.processed, tests/results/057.processed,
9064: tests/results/058.processed, tests/results/059.processed,
9065: tests/results/060.processed, tests/results/061.processed,
9066: tests/results/062.processed, tests/results/063.processed,
9067: tests/results/064.processed, tests/results/065.processed,
9068: tests/results/066.processed, tests/results/067.processed,
9069: tests/results/068.processed, tests/results/069.processed,
9070: tests/results/070.processed, tests/results/071.processed,
9071: tests/results/072.processed, tests/results/073.processed,
9072: tests/results/074.processed, tests/results/075.processed,
9073: tests/results/076.processed, tests/results/077.processed,
9074: tests/results/078.processed, tests/results/079.processed,
9075: tests/results/080.processed, tests/results/081.processed,
9076: tests/results/082.processed, tests/results/083.processed,
9077: tests/results/084.processed, tests/results/085.processed,
9078: tests/results/086.processed, tests/results/087.processed,
9079: tests/results/088.processed, tests/results/089.processed,
9080: tests/results/090.processed, tests/results/091.processed,
9081: tests/results/092.processed, tests/results/093.processed,
9082: tests/results/094.processed, tests/results/095.processed,
9083: tests/results/096.processed, tests/results/097.processed,
9084: tests/results/098.processed, tests/results/099.processed,
9085: tests/results/100.processed, tests/results/101.processed,
9086: tests/results/102.processed, tests/results/103.processed,
9087: tests/results/104.processed, tests/results/105.processed,
9088: tests/results/106.processed, tests/results/107.processed,
9089: tests/results/108.processed, tests/results/109.processed,
9090: tests/results/110.processed, tests/results/111.processed,
9091: tests/results/112.processed, tests/results/113.processed,
9092: tests/results/114.processed, tests/results/115.processed,
9093: tests/results/116.processed, tests/results/117.processed,
9094: tests/results/118.processed, tests/results/119.processed,
9095: tests/results/120.processed, tests/results/121.processed,
9096: tests/results/122.processed, tests/results/123.processed,
9097: tests/results/124.processed, tests/results/125.processed,
9098: tests/results/126.processed, tests/results/127.processed,
9099: tests/results/128.processed, tests/results/129.processed,
9100: tests/results/130.processed, tests/results/131.processed,
9101: tests/results/132.processed, tests/results/133.processed,
9102: tests/results/134.processed, tests/results/135.processed,
9103: tests/results/136.processed, tests/results/138.processed,
9104: tests/results/139.processed, tests/results/140.processed,
9105: tests/results/141.processed, tests/results/142.processed,
9106: tests/results/143.processed, tests/results/144.processed,
9107: tests/results/145.processed, tests/results/146.processed,
9108: tests/results/147.processed, tests/results/148.processed,
9109: tests/results/149.processed, tests/results/150.processed,
9110: tests/results/151.processed, tests/results/152.processed,
9111: tests/results/153.processed, tests/results/154.processed,
9112: tests/results/155.processed, tests/results/156.processed,
9113: tests/results/157.processed, tests/results/158.processed,
9114: tests/results/159.processed, tests/results/160.processed,
9115: tests/results/161.processed, tests/results/162.processed,
9116: tests/results/163.processed, tests/results/164.processed,
9117: tests/results/165.processed, tests/results/166.processed,
9118: tests/results/167.processed, tests/results/168.processed,
9119: tests/results/169.processed, tests/results/170.processed,
9120: tests/results/171.processed, tests/results/172.processed,
9121: tests/results/173.processed, tests/results/174.processed,
9122: tests/results/175.processed, tests/results/176.processed,
9123: tests/results/177.processed, tests/results/178.processed,
9124: tests/results/179.processed, tests/results/180.processed,
9125: tests/results/181.processed, tests/results/182.processed,
9126: tests/results/183.processed, tests/results/184.processed,
9127: tests/results/185.processed, tests/results/186.processed,
9128: tests/results/187.processed, tests/results/188.processed,
9129: tests/results/189.processed, tests/results/190.processed,
9130: tests/results/191.processed, tests/results/192.processed,
9131: tests/results/193.processed, tests/results/194.processed,
9132: tests/results/195.processed, tests/results/196.processed,
9133: tests/results/197.processed, tests/results/198.processed,
9134: tests/results/199.processed, tests/results/200.processed,
9135: tests/results/201.processed, tests/results/202.processed,
9136: tests/results/203.processed, tests/results/204.processed,
9137: tests/results/205.processed, tests/results/206.processed,
9138: tests/results/207.processed, tests/results/208.processed,
9139: tests/results/209.processed, tests/results/210.processed,
9140: tests/results/211.processed, tests/results/212.processed,
9141: tests/results/213.processed, tests/results/214.processed,
9142: tests/results/215.processed, tests/results/216.processed,
9143: tests/results/217.processed, tests/results/218.processed,
9144: tests/results/219.processed, tests/results/220.processed,
9145: tests/results/221.processed, tests/results/222.processed,
9146: tests/results/223.processed, tests/results/224.processed,
9147: tests/results/225.processed, tests/results/226.processed,
9148: tests/results/227.processed, tests/results/228.processed,
9149: tests/results/229.processed: - http headers were changed:
9150: content-type => Content-type and so on
9151:
9152: 2009-08-27 misha
9153:
9154: * src/: main/pa_random.C, include/pa_random.h,
9155: targets/cgi/parser3.C: - year was updated :)
9156:
9157: 2009-08-26 misha
9158:
9159: * tests/: 224.html, 224.p: - test for creating of parser object
9160: using constructor without params - little bugfix in test
9161:
9162: * src/main/compile_tools.h: - bugfix: should't call autouse while
9163: checking existed class while processing partial option
9164:
9165: * src/classes/reflection.C: - bugfix: core when creating object
9166: with reflection and constructor doesn't have params
9167:
9168: 2009-08-24 misha
9169:
9170: * tests/229.html: - tests for checking the number of parameters
9171: were added
9172:
9173: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9174: number of method's parameters wasn't checked correctly (the bug
9175: was introduced in 3.4.0)
9176:
9177: 2009-08-22 misha
9178:
9179: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9180: transcoded, but tainted pieces are escaped only when
9181: content-type==url-encoding
9182:
9183: * tests/228.html: - test for checking
9184: ^file::load[http://...;$.body[]]
9185:
9186: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9187: post charset was too early (charsets is empty at this moment)
9188:
9189: 2009-08-21 misha
9190:
9191: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9192: main/untaint.C: - some fixes with transcode+untaint
9193:
9194: 2009-08-15 misha
9195:
9196: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9197: was increaced to 100 (was 50)
9198:
9199: * tests/227.html: - test for checking overriding properties in
9200: static classes was added
9201:
9202: * tests/: 226.html, 226.p: - test for @autoload[] was added
9203:
9204: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9205: main/execute.C, main/pa_request.C, classes/reflection.C: -
9206: autouse was implemented
9207:
9208: 2009-08-14 misha
9209:
9210: * src/classes/reflection.C: - outdated checkout was removed
9211:
9212: * src/classes/reflection.C: - optimization - method ^dynamical was
9213: added.
9214:
9215: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9216: types/pa_vstateless_class.h, main/execute.C: - optimization
9217:
9218: * src/types/pa_vclass.C: - exception if base on sytem class
9219:
9220: 2009-08-12 misha
9221:
9222: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9223: pa_vstateless_class.h: - little optimisation
9224:
9225: 2009-08-11 misha
9226:
9227: * tests/224.html: - method_params => method_info - checking for
9228: $.inherited
9229:
1.211 ! moko 9230: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
! 9231: method method_params was renamed to method_info and now it
! 9232: returns class name, if method was defined in ancestor
1.95 moko 9233:
9234: * tests/225.html: - tests for cheching properties in hierarhical
9235: classes were added
9236:
9237: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9238: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9239: main/compile.y, main/execute.C, classes/classes.C: - problems
9240: with properties in new classes implementation were fixed
9241:
9242: 2009-08-10 misha
9243:
9244: * src/main/execute.C: - now constructor shouldn't be defined in
9245: class. it could be defined in parent.
9246:
9247: 2009-08-09 misha
9248:
9249: * src/classes/reflection.C: - ^reflection:methods doesn't return
9250: base's methods
9251:
9252: 2009-08-08 misha
9253:
9254: * src/: classes/classes.h, classes/date.C, classes/file.C,
9255: classes/form.C, classes/hash.C, classes/hashfile.C,
9256: classes/image.C, classes/mail.C, classes/op.C,
9257: classes/reflection.C, classes/regex.C, classes/string.C,
9258: classes/table.C, classes/xdoc.C, classes/xnode.C,
9259: classes/xnode.h, include/pa_hash.h, main/execute.C,
9260: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9261: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9262: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9263: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9264: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9265: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9266: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9267: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9268: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9269: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9270: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9271: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9272: types/pa_vresponse.C, types/pa_vresponse.h,
9273: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9274: types/pa_vstateless_object.h, types/pa_vstatus.C,
9275: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9276: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9277: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9278: types/pa_wwrapper.h, types/types.vcproj: - new classes
9279: implementation
9280:
9281: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9282: USE_MUNMAP is used. so it is disabled as a workaround.
9283:
9284: 2009-08-05 misha
9285:
9286: * src/: main/pa_common.C, include/pa_common.h: - not needed
9287: parameter was removed
9288:
9289: * src/main/pa_http.C: - bugfix: error was during detecting
9290: content-type of file which was loaded by http
9291:
9292: 2009-08-01 misha
9293:
9294: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9295: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9296: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9297: can't be disabled with defines any longer
9298:
9299: 2009-07-29 misha
9300:
9301: * src/classes/reflection.C, tests/results/224.processed: - for
9302: native methods with any call type now returned empty call_type
9303: value
9304:
9305: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9306: classes/table.C, include/pa_hash.h, include/pa_request.h,
9307: main/pa_request.C: - break in cycles was optimized
9308:
9309: * INSTALL: - more defines were described
9310:
9311: 2009-07-28 misha
9312:
1.211 ! moko 9313: * operators.ru.txt, operators.txt: - some changes in information
! 9314: about reflection class
1.95 moko 9315:
9316: * tests/: 224.html, 224.p: - tests for reflection class
9317:
9318: * src/classes/reflection.C: - some bugs were fixed, method classes
9319: was added, refactoring
9320:
9321: 2009-07-26 misha
9322:
9323: * src/classes/classes.vcproj: - reflection class wass added to
9324: project
9325:
1.211 ! moko 9326: * operators.ru.txt, operators.txt: - information about reflection
! 9327: class was added
1.95 moko 9328:
9329: * src/classes/reflection.C: - class was redesigned
9330:
9331: 2009-07-24 misha
9332:
9333: * src/classes/: Makefile.am, reflection.C: - class reflection was
9334: added
9335:
9336: * src/types/pa_vstateless_class.h: - method for reflection method's
9337: in classes was added
9338:
9339: 2009-07-22 misha
9340:
9341: * src/main/compile_tools.h: - bugfix: $object.$var was
9342: over-optimized. it failed if $object1.$object2.field
9343:
9344: 2009-07-16 misha
9345:
9346: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9347: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9348: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9349: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9350: one more arg: length of cord
9351:
9352: 2009-07-15 misha
9353:
9354: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9355: tainted in ^file::load[http://...;$.cookies[]]
9356:
9357: * src/classes/: op.C, regex.C, string.C: - new string with
9358: exception was used
9359:
9360: * src/include/pa_exception.h: - new string with exception was added
9361:
9362: * tests/223.html: - test for checking cookie-encoding during
9363: ^file::load[http was added
9364:
9365: * tests/: 221.html, 222.html: - tests for checking type of
9366: $table.fields.field were added
9367:
9368: * src/types/pa_vtable.C: - not used var decl was removed
9369:
9370: * src/include/pa_string.h: - use cached string length in Body::mid.
9371: it improves speed of match with brackets in pattern
9372:
9373: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9374: outside
9375:
9376: 2009-07-14 misha
9377:
9378: * src/types/pa_vtable.C: - $table.fields.a return string even if
9379: column is empty (sometime returned void) - $table.fields was
9380: added for nameless tables
9381:
9382: * src/targets/cgi/getopt.c: - one warning resolved
9383:
9384: * src/main/pa_string.C: - potentian bug fixed
9385:
9386: * src/classes/op.C: - small optimization in taint/untaint
9387:
9388: 2009-07-13 misha
9389:
9390: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9391: added
9392:
9393: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9394: souldn't add the attribut to output
9395:
9396: 2009-07-11 misha
9397:
9398: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9399: stack size was increaced to 2MB (default=1MB)
9400:
9401: 2009-07-08 misha
9402:
9403: * src/main/pa_string.C: - link to UTF-8 description was added
9404:
9405: * src/include/pa_hash.h: - hash keeps element's order in more
9406: places (ex: ._keys[])
9407:
9408: * tests/220.html: - test for checking order of elements in hash in
9409: foreach was added
9410:
9411: * tests/172.html: - small changes in printing hash
9412:
9413: * tests/129.html: - small changes in printing hash
9414:
9415: * src/: include/pa_common.h, include/pa_hash.h,
9416: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9417: types/pa_vmethod_frame.h: - hash now keeps order of elements
9418:
9419: * tests/014.html: - small changes in printing hash
9420:
9421: 2009-07-07 misha
9422:
9423: * src/classes/op.C: - new taint language "parser-code" was added
9424:
9425: * tests/219.html: - test for auto untaint parser code in process
9426: was added
9427:
9428: * src/classes/op.C: - tainted pieces in body of process are
9429: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9430:
9431: * src/: include/pa_string.h, main/untaint.C: - new language
9432: L_PARSER_CODE for auto-untaint in process was added
9433:
9434: * src/: classes/file.C, classes/hash.C, classes/image.C,
9435: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9436: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9437: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9438: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9439: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9440: code cleanup
9441:
9442: 2009-07-06 misha
9443:
9444: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9445: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9446: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9447:
9448: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9449: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9450: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9451: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9452: should be used
9453:
9454: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9455: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9456: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9457: untaint_cstr[m] should be used
9458:
9459: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9460: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9461:
9462: * tests/218.html: - test for checking automatic file-spec-taint was
9463: added
9464:
9465: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9466: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9467: classes/file.C, classes/hash.C, classes/image.C,
9468: classes/string.C, classes/table.C, classes/void.C,
9469: classes/xdoc.C: - optimizations and simplification of
9470: string.cstr(...)
9471:
9472: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9473: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9474: - optimizations and simplification of string.cstr(...)
9475:
9476: 2009-07-04 misha
9477:
9478: * tests/217.html: - test for recursion detection was added
9479:
9480: * src/: types/types.vcproj, main/main.vcproj,
9481: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9482: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9483: from .vcproj
9484:
9485: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9486:
9487: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9488: uploading files and case-insensitive http-method were added
9489:
9490: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9491: tainted pattern in ^file:list[] was added
9492:
9493: 2009-07-03 misha
9494:
9495: * src/: classes/classes.vcproj, main/main.vcproj,
9496: types/types.vcproj, targets/cgi/parser3.vcproj,
9497: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9498: for dynamic_cast) - little options changes
9499:
9500: * src/main/pa_http.C: - file::load[http works now with uploading
9501: files _and_ changing $.charset
9502:
9503: 2009-06-29 misha
9504:
9505: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9506: while creating pattern
9507:
9508: 2009-06-25 misha
9509:
1.211 ! moko 9510: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
! 9511: names for ^image.font were changed to $.space, $.width and
! 9512: $spacing - default space width now == gif's width
1.95 moko 9513:
9514: 2009-06-24 misha
9515:
9516: * tests/215.html: - tests for $file.mode were added
9517:
1.211 ! moko 9518: * operators.ru.txt, operators.txt: - added info about $file.mode
! 9519: and changes in ^image.font[
1.95 moko 9520:
9521: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9522: param now could be omited - third param now could be hash (with
9523: all widths options: $.space-width, $.letter-width) - it's
9524: possible to specify tracking ($.letter-space)
9525:
9526: * src/classes/file.C: - file objects now could have mode field
9527: (text|binary)
9528:
9529: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9530:
9531: 2009-06-23 misha
9532:
9533: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9534: trim can work with utf-8 chars now
9535:
9536: 2009-06-20 misha
9537:
9538: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9539: was implemented
9540:
9541: * src/classes/table.C: - string length cacheing was implemented
9542:
9543: * src/include/pa_string.h: - string length cacheing was implemented
9544:
9545: 2009-06-17 misha
9546:
9547: * src/main/execute.C: - value param was removed from
9548: WContext::WContext
9549:
9550: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9551: pa_wwrapper.h: - value param was removed from WContext::WContext
9552: - field wcontext was removed from VCodeFrame (using fparent
9553: instead)
9554:
9555: * tests/214.html: - test with hash copying
9556:
9557: 2009-06-16 misha
9558:
9559: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9560: strings doesn't work in expression anymore
9561:
9562: * src/main/execute.C: - less calls for get_constructing() - little
9563: refactoring
9564:
9565: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9566: include/pa_request.h: - less calls for get_constructing()
9567:
9568: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9569: introduced with OPTIMIZE_SINGLE_STRING optimization
9570:
9571: 2009-06-14 misha
9572:
9573: * src/: classes/date.C, classes/file.C, classes/hash.C,
9574: classes/hashfile.C, classes/image.C, classes/regex.C,
9575: classes/table.C, classes/xdoc.C, classes/xnode.h,
9576: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9577: types/pa_vstateless_class.h, main/execute.C: - create object for
9578: storing object's fields only for parser objects
9579:
9580: 2009-06-13 misha
9581:
9582: * buildall-with-xml, buildall-without-xml: - new option was added
9583: for building GC (it slightly reduces memory usage)
9584:
9585: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9586: single string write
9587:
9588: * src/main/execute.C: - bytecode optimization of ^class:constructor
9589: - optimization of single string write
9590:
9591: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9592: - bytecode optimization of ^class:constructor
9593:
9594: 2009-06-09 misha
9595:
9596: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9597: main (better compatibility)
9598:
9599: 2009-06-08 misha
9600:
9601: * src/main/compile.y: - I've forgot to commit it :(
9602:
9603: 2009-06-07 misha
9604:
9605: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9606: WITH_READ and WITH_ROOT
9607:
9608: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9609: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9610: WITH_ROOT - little refactoring
9611:
9612: 2009-06-06 misha
9613:
9614: * tests/213.html: - tests for 3rd match string-param were added
9615:
9616: * src/classes/string.C: - 3rd match param could be string now
9617:
9618: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9619: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9620: GET_OBJECT_ELEMENT
9621:
9622: 2009-06-05 misha
9623:
9624: * src/main/pa_http.C: - bugfix: content-length was not calculated
9625: if $.body was specified
9626:
9627: 2009-06-04 misha
9628:
9629: * src/classes/op.C: - optimizing write_assign_lang in connect
9630:
9631: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9632:
9633: * src/main/execute.C: - little refactoring - optimizing
9634: write_assign_lang in taint/untaint
9635:
9636: * src/include/pa_opcode.h: - little refactoring
9637:
9638: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9639: main/compile_tools.h, main/execute.C: - optimizations for
9640: $self.field, ^self.method, $self.field[...] and $self.field(...)
9641: were added
9642:
9643: 2009-06-03 misha
9644:
9645: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9646:
9647: 2009-06-02 misha
9648:
9649: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9650: include/pa_opcode.h: - refactoring in last optimizations
9651: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9652: now but code is much easy and it is ready for further
9653: improvements.
9654:
9655: 2009-05-27 misha
9656:
9657: * src/: types/pa_junction.h, types/pa_vjunction.C,
9658: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9659: changed in destructing junctions
9660:
9661: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9662: String:Body
9663:
9664: 2009-05-26 misha
9665:
9666: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9667: one method detect_charset was deleted - bug was fixed in this
9668: method (error while detecting charset in content_type withot last
9669: ';')
9670:
9671: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9672: once
9673:
9674: 2009-05-25 misha
9675:
9676: * src/classes/file.C: - bugfix: file::exec didn't work after
9677: optimizing of helper_length
9678:
9679: 2009-05-24 misha
9680:
9681: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9682: were added - little refactoring
9683:
9684: * src/main/execute.C: - core while printing in debug log
9685: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9686: optimisations were added
9687:
9688: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9689: were added
9690:
9691: 2009-05-23 misha
9692:
9693: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9694: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9695: CORD_cat optimization
9696:
9697: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9698: - call constr optimisation under separate define now
9699:
9700: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9701: in $b should be string, not void
9702:
9703: * src/main/compile.y: - little fix for rem-cut optimisation
9704:
9705: * src/: include/pa_opcode.h, main/compile_tools.C,
9706: main/compile_tools.h, main/execute.C: - optimisations for
9707: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9708:
9709: * INSTALL: - description of some #defined were added
9710:
9711: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9712: before 1st access (memory usage is reduced if don't access to
9713: .text field)
9714:
9715: * src/include/pa_array.h: - array grows step now not static (it
9716: reduces numbers of reallocs)
9717:
9718: 2009-05-20 misha
9719:
9720: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9721: $.b(2), $c[d] and $.e[f] was added
9722:
9723: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9724: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9725: $.e[f] was added
9726:
9727: * src/main/execute.C: - debug printing moved in defines
9728:
9729: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9730: and little refactoring for OP_GET_OBJECT_ELEMENT +
9731: OP_GET_OBJECT_VAR_ELEMENT optimisation
9732:
9733: 2009-05-19 misha
9734:
9735: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9736: execute.C: - $a.$b & ^a.$b bytecode optimisation
9737:
9738: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9739: ^a.$b optimisation)
9740:
9741: * src/main/compile.y: - compiler now generate new opcodes:
9742: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9743: ^a.b - compiler now cut off ^rem{ with all content ; any number
9744: of params }
9745:
9746: * src/main/execute.C: - code for handle new opcodes
9747: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9748:
9749: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9750: added for LA2V and LA2S
9751:
9752: * src/include/pa_opcode.h: - new defines which can be used for
9753: disable some bytecode optimisation and new opcodes were added
9754:
9755: 2009-05-17 misha
9756:
9757: * src/lib/cord/cordxtra.c: - bugfix.
9758:
9759: * tests/212.html: - .size[] and .study_size[] were added to tests
9760:
1.211 ! moko 9761: * operators.ru.txt, operators.txt: - info about regex class was
! 9762: added
1.95 moko 9763:
9764: * tests/212.html: - tests for regex class were added
9765:
9766: 2009-05-16 misha
9767:
9768: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9769: gc7.1
9770:
9771: * tests/022.html: - test for ^file:list[path;] (empty second param)
9772: was added
9773:
9774: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9775: param) should work
9776:
9777: 2009-05-15 misha
9778:
9779: * src/classes/table.C: - automatically disable stringstream usage
9780: on freebsd4
9781:
9782: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9783: scope
9784:
9785: * tests/211.html: - test with different types of access to hash was
9786: added
9787:
9788: * tests/210.html: - test which checks for loosing tainting in
9789: hash's keys was added
9790:
9791: * tests/208.html: - some parser work added. or stime == 0 %-)
9792:
9793: * src/lib/cord/cordbscs.c: - little hack was added to cord
9794:
9795: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9796:
9797: * src/include/pa_version.h, configure.in: - moko have made a lot of
9798: optimisations for increacing version number more dramatically :)
9799:
9800: * src/classes/date.C: - little refactoring: use constructor which
9801: accepts formated string
9802:
9803: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9804: which can print formatted string was added
9805:
9806: 2009-05-14 misha
9807:
9808: * src/include/pa_string.h: - type was fixed
9809:
9810: * src/: classes/hashfile.C, classes/op.C,
9811: include/pa_cache_managers.h, include/pa_charset.h,
9812: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9813: include/pa_request.h, include/pa_sql_driver_manager.h,
9814: include/pa_string.h, include/pa_stylesheet_manager.h,
9815: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9816: main/pa_charsets.C, main/pa_string.C,
9817: main/pa_stylesheet_connection.C, types/pa_value.h,
9818: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9819: types/pa_vobject.C, types/pa_vstateless_class.C,
9820: types/pa_vstateless_class.h: - hash_code caching was implemented
9821: (seaches should be faster now)
9822:
9823: * src/: classes/file.C, classes/hash.C, classes/image.C,
9824: classes/string.C, classes/table.C, include/pa_string.h,
9825: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9826: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9827: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9828: types/pa_vrequest.C: - String constructors don't have that stupid
9829: true/false param which means 'tainted'. they accept lang instead.
9830:
9831: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9832: with OPTIMIZE_RESULT
9833:
9834: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9835: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9836:
9837: 2009-05-13 misha
9838:
9839: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9840: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9841: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9842: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9843: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9844: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9845: include/pa_string.h, classes/date.C, classes/file.C,
9846: classes/hash.C, classes/image.C, classes/string.C,
9847: classes/table.C, classes/xdoc.C: - result optimisation -
9848: helper_length parameter removed from string constructors
9849:
9850: 2009-05-11 misha
9851:
9852: * tests/209.html: - tests for ^hash::create[hash] were added
9853:
9854: * tests/208.html: - tests for $status:rusage, $status:memory,
9855: ^memory:compact[] were added
9856:
9857: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9858: log10 were added
9859:
9860: * tests/206.html: - test for try with finally was added
9861:
9862: 2009-05-10 misha
9863:
9864: * tests/205.html: - test for ^file::create[...] was added
9865:
9866: * tests/204.html: - test for ^response:clear[] was added
9867:
9868: * tests/038.html: - tests for trigonometric functions were added
9869:
9870: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9871: added - more tests for .add, .sub, .union, .intersects and
9872: .intersections
9873:
9874: * tests/065.html: - test for ^file:dirname was added
9875:
9876: * tests/030.html: - test for $cookie:fields was added
9877:
9878: * tests/203.html: - test for ^h._keys[column name] was added
9879:
9880: * tests/201.html: - tests for .trim were added
9881:
9882: * tests/202.html: - tests for last-day,
9883: date:calendar[type](YYYY;MM;DD) were added
9884:
9885: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9886: .offset[type](N) were added
9887:
9888: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9889: and .pos[c](N) were added
9890:
9891: * tests/141.html: - test for math:sha1 was added
9892:
9893: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9894:
9895: 2009-05-09 misha
9896:
9897: * src/main/compile.y: - rollback
9898:
9899: 2009-05-05 misha
9900:
9901: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9902: replaced by is_empty()
9903:
9904: * src/: include/pa_string.h, main/pa_charset.C: - little
9905: optimisation: somewhere length() was replaced by is_empty()
9906:
9907: * src/classes/table.C: - little optimisation: somewhere length()
9908: was replaced by is_empty()
9909:
9910: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9911: classes/op.C, classes/table.C, main/pa_exception.C: - little
9912: optimisation: somewhere length() was replaced by is_empty()
9913:
9914: 2009-05-04 misha
9915:
9916: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9917: types/pa_vstateless_class.h, main/execute.C,
9918: include/pa_request.h, classes/hash.C, classes/op.C,
9919: classes/table.C: - more optimisations were added: some operators
9920: don't switch write context anylonger
9921:
9922: 2009-05-01 misha
9923:
9924: * src/main/compile.y: - slightly more opcode optimisations for
9925: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9926:
9927: * src/main/execute.C: - simplifying process for getters
9928:
9929: 2009-04-30 misha
9930:
9931: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9932:
9933: * tests/results/199.processed: - test for checking $result into
9934: ^rem was added
9935:
9936: * tests/199.html: - test for checking $result into ^rem was added
9937:
9938: * tests/: 022.html, 096.html: - þsort after :list was asses (on
9939: some OS it returns list in different order)
9940:
9941: * src/: include/pa_array.h, include/pa_request.h,
9942: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
9943: changes in stack impl - get_element() optimisation: 3rd param
9944: removed - bugfix: problems with reading empty input param -
9945: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
9946:
9947: * tests/results/198.processed: - test for reading empty local var
9948: was added
9949:
9950: * tests/198.html: - test for reading empty local var was added
9951:
9952: 2009-04-29 misha
9953:
9954: * src/main/compile.y: - bugfix: couldn't compile because
9955: OP_VALUE__GET_ELEMENT should be unde #ifdef
9956:
9957: * src/: include/pa_array.h, include/pa_opcode.h,
9958: include/pa_request.h, main/compile.y, main/execute.C,
9959: main/pa_request.C, types/pa_vmethod_frame.C,
9960: types/pa_vmethod_frame.h: - we can work without opcode
9961: OP_STORE_PARAM, so it was removed
9962:
9963: 2009-04-28 misha
9964:
9965: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
9966: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
9967: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
9968: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
9969: 4.
9970: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
9971:
9972: * src/main/compile_tools.h: - new stuff for op-codes optimisation
9973:
9974: * src/: main/pa_string.C, classes/string.C: - !length() =>
9975: is_empty()
9976:
9977: 2009-04-27 misha
9978:
9979: * src/types/pa_vregex.h: - back explicit vars initialisation
9980:
9981: 2009-04-24 misha
9982:
9983: * src/classes/string.C: - ups. typo fixed
9984:
9985: * src/main/execute.C: - more replacements '*new VBool' to
9986: 'VBool::get' - checks for ^break[], ^continue[] and
9987: parser.interrupted were optimised
9988:
9989: * src/classes/string.C: - number of params.count() calls was
9990: slightly reduced
9991:
9992: 2009-04-23 misha
9993:
9994: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9995: make it x64 friendly
9996:
9997: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9998: parser is x64 friendly now
9999:
10000: 2009-04-22 misha
10001:
10002: * src/types/pa_vhashfile.C: - coder friendly exception about
10003: exceeding record size was added
10004:
10005: * src/classes/file.C: - use vregex object instead of direct calls
10006: methods from pcre lib
10007:
10008: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10009: classes/string.C: - use vregex object instead of direct calls
10010: methods from pcre lib
10011:
10012: * src/: include/pa_common.h, main/pa_common.C: - method
10013: print_pcre_exec_error_text was moved to class vregex
10014:
10015: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10016: was added
10017:
10018: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10019: - class vregex was added
10020:
10021: 2009-04-21 misha
10022:
10023: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10024:
10025: * src/: types/pa_junction.h, types/pa_value.C,
10026: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10027: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10028: junction-optimisation (destructors)
10029:
10030: * src/include/pa_array.h: - free under if now
10031:
10032: 2009-04-19 misha
10033:
10034: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10035:
10036: 2009-04-18 misha
10037:
10038: * src/include/pa_version.h:
10039: :q :
10040:
10041: CV:
10042: ----------------------------------------------------------------------
10043:
10044: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10045: refactoring
10046:
10047: * src/: include/pa_array.h, include/pa_hash.h,
10048: types/pa_vmethod_frame.h: - destructors under #ifdef now
10049:
10050: * src/include/pa_memory.h: - define for using destructors was added
10051:
10052: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10053: main/execute.C: - some junctions will be cached now
10054:
10055: * src/include/pa_hash.h: - hash destructor frees pairs now
10056:
10057: * src/include/pa_array.h: - inline was added to destructor
10058:
10059: * src/types/pa_method.h: - comment was changed
10060:
10061: 2009-04-17 misha
10062:
10063: * src/: include/pa_array.h, include/pa_hash.h,
10064: types/pa_vmethod_frame.h: - destructors were added
10065:
10066: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10067: renamed to always_use_result
10068:
10069: * src/main/: compile.y, compile_tools.h: - rollback changes in
10070: compiler: full backward compatibility is better
10071:
10072: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10073: result in var's hash
10074:
10075: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10076: optimisation in method_frame
10077:
10078: * src/include/pa_array.h: - optimisation in array (allocate
10079: elements only when needed)
10080:
10081: * src/types/pa_vresponse.C: - check for $response:headers field
10082: before looking at custom fields
10083:
10084: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10085: not needed to check existance var with name 'result' in var's
10086: hash
10087:
10088: * src/main/compile.y: - compiler was changed: now it detects
10089: writings to $result and set flag writo_to_result in method
10090:
10091: * src/classes/string.C: - little optimisation: no needed to write
10092: number with lang
10093:
10094: * src/main/pa_charset.C: - methods readChar and skipChar which is
10095: used for read utf8-strings were renamed - is_escaped was renamed
10096: to isEscaped (to the same name convention)
10097:
10098: * src/: types/pa_method.h, main/compile_tools.h: - flag
10099: write_to_result added. compiler get this info from code.
10100:
10101: 2009-04-16 misha
10102:
10103: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10104: String only before 1st write
10105:
10106: * src/include/pa_string.h: - not needed template removed
10107:
10108: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10109: types/pa_vjunction.C, types/pa_vproperty.C,
10110: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10111: main/pa_request.C, classes/bool.C, classes/double.C,
10112: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10113: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10114: bool objects)
10115:
10116: 2009-04-15 misha
10117:
10118: * src/lib/cord/cordxtra.c: - more optimisation
10119:
10120: * src/: include/pa_string.h, main/untaint.C: - String::append
10121: optimisation
10122:
10123: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10124: then get and can sometime be used)
10125:
10126: * src/main/pa_string.C: - String::length optimisation
10127:
10128: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10129: these methods read different strings
10130:
10131: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10132: fresult_initial_void removed + some optimisation - if $result
10133: defined we don't write to context anymore
10134:
10135: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10136: need just skip char)
10137:
10138: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10139: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10140: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10141:
10142: * src/types/pa_vvoid.h: - added get() method for retreave one
10143: instance
10144:
10145: 2009-04-11 misha
10146:
10147: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10148:
10149: * tests/197.html: - test for parser://test in xml was added
10150:
10151: * src/classes/string.C: - small optimisation
10152:
10153: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10154: optimisation
10155:
10156: 2009-04-10 misha
10157:
10158: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10159: to pcre-7.8
10160:
10161: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10162:
10163: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10164: added
10165:
10166: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10167: $request:CLASS_NAME were added
10168:
10169: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10170: were added
10171:
10172: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10173: $env:CLASS_NAME were added
10174:
10175: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10176: '@todo' now
10177:
10178: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10179: compirer
10180:
10181: * src/main/pa_string.C: - little code cleanup
10182:
10183: * src/main/pa_common.C: - describe one more UTF-8 related error
10184: during PCRE compile/execute
10185:
10186: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10187: normalizing todo-comments: '@todo' now
10188:
10189: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10190:
10191: * src/main/pa_charset.C: - type changed for making compiler happy
10192:
10193: 2009-03-10 misha
10194:
10195: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10196: in main()
10197:
10198: 2009-02-01 misha
10199:
10200: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10201: boundary
10202:
10203: 2009-01-25 misha
10204:
10205: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10206:
10207: * src/classes/file.C: - more changes for parsing different number
10208: of params for file::load
10209:
10210: * tests/193.html: - tests for exception while base64-decode binary
10211: to string was added
10212:
10213: * tests/192.html: - tests for file::load with different number of
10214: options
10215:
10216: * src/classes/math.C: - ups. forgot '+1'
10217:
10218: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10219: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10220: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10221: (new option $.encode[multipart-form/data] should be specified) -
10222: $.method[] option for file::load now is not case-sensitive
10223:
10224: * src/: include/pa_string.h, main/untaint.C: - for file post the
10225: new taint language L_FILE_POST was added
10226:
10227: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10228: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10229: stuff was moved to separate files
10230:
10231: 2009-01-23 misha
10232:
10233: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10234: spaces to tabs were converted
10235:
10236: 2009-01-12 misha
10237:
10238: * src/main/pa_http.C: - value of $.method[] option force uppercased
10239: now
10240:
10241: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10242: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10243: their names
10244:
10245: * src/main/pa_common.C: - changes in formating
10246:
10247: * src/: classes/file.C, main/pa_http.C: - some constants changed
10248: their names
10249:
10250: * src/include/pa_http.h: - some spaces were converted to tabs
10251:
10252: * src/include/pa_common.h: - some constants changed their names
10253:
10254: * src/classes/file.C: - fixed 4-th paramether for file::load -
10255: little code rewriting
10256:
10257: * src/types/pa_vfile.C: - little code rewriting
10258:
10259: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10260: types/pa_value.h: - some formating changes
10261:
10262: * src/include/pa_common.h: - some formating spaces transformed to
10263: tabs
10264:
10265: * src/classes/string.C: - exception while base64-decode binary to a
10266: string
10267:
10268: 2009-01-11 misha
10269:
10270: * configure.in: - version changed to 3.3.1b
10271:
10272: 2008-09-05 misha
10273:
10274: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10275: release_3_3_0 on 2008-09-05 10:59:35 +0000
10276:
10277: 2008-09-04 misha
10278:
10279: * tests/: 130.html, 131.html: - these exceptions not typeless
10280: anymore
10281:
10282: * src/classes/op.C: - exception with 'invalid taint language' not
10283: typeless anylonger
10284:
10285: * src/classes/image.C: - some exceptions while operations with
10286: image not typeless anymore
10287:
10288: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10289: main/pa_exec.C, main/pa_http.C: - some exceptions while
10290: operations with files not typeless anymore
10291:
10292: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10293: types/pa_vdate.h: - exceptions while checking date range not
10294: typeless anymore
10295:
10296: * src/include/pa_exception.h: - exception type string for invalid
10297: date range was added
10298:
10299: 2008-09-03 misha
10300:
10301: * src/: classes/file.C, main/pa_string.C: - exception while pce
10302: operations not typeless anymore
10303:
10304: * src/include/pa_exception.h: - exception type for pce operations
10305: was added
10306:
10307: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10308: and .CLASS_NAME insite classes
10309:
10310: * src/classes/table.C: - don't save table header whiile
10311: ^table.save[append;filename] if file exists
10312:
10313: 2008-09-02 misha
10314:
10315: * src/main/compile.y, src/main/compile_tools.h,
10316: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10317: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10318: renamed to partial and it login changed: we must mark class as
10319: partial for allow their modifications in future.
10320:
10321: 2008-08-29 misha
10322:
10323: * tests/results/022.processed: - testing taint[regex] in mask for
10324: file:list
10325:
10326: * tests/022.html: - testing taint[regex] in mask for file:list
10327:
10328: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10329: for file:list was added
10330:
10331: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10332: file:list
10333:
10334: 2008-08-26 misha
10335:
10336: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10337: last derived object
10338:
10339: * src/classes/image.C: - many strings "image.format" replaced by
10340: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10341: understand some more exif tags
10342:
10343: * src/include/pa_exception.h: - string "image.format" was added
10344:
10345: 2008-08-21 misha
10346:
10347: * src/: main/pa_string.C, classes/file.C: - use method for print
10348: pcre_exec text error
10349:
10350: * src/main/pa_common.C: - method for print pcre_exec text error was
10351: added
10352:
10353: * src/include/pa_common.h: - method declaration for print pcre_exec
10354: text error was added
10355:
10356: 2008-08-19 misha
10357:
10358: * src/main/execute.C: - bugfix: opcodes must be in separate
10359: namespace while debug execution as well
10360:
10361: * tests/: 015.html, results/015.processed: - test for escaping some
10362: parser chars was added
10363:
10364: 2008-08-18 misha
10365:
10366: * tests/: 190.html, 190.p, results/190.processed: - test for
10367: $caller.self.field + default getter in one class was added
10368:
10369: * tests/: 189.html, results/189.processed: - test for
10370: ^date::create[date object]
10371:
10372: * tests/: 188.html, results/188.processed: - tests for match with
10373: UTF-8 strings
10374:
10375: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10376: ^string.match[]
10377:
10378: * ChangeLog: - parser 3.3.0 beta13
10379:
10380: 2008-08-15 misha
10381:
1.116 moko 10382: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10383: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10384: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10385: dftables.c: - old PCRE files removed
1.95 moko 10386:
10387: * src/lib/pcre/config.h: - configuration for PCRE library
10388:
10389: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10390: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10391:
10392: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10393: library and set flag UTF8 if $request:charset is UTF-8
10394:
10395: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10396: include/pa_config_fixed.h: - moved to new PCRE library
10397:
10398: * src/: main/main.vcproj, types/types.vcproj,
10399: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10400: win32\pcre instead of parser3\src\lib\pcre
10401:
10402: * src/: include/pa_opcode.h, include/pa_operation.h,
10403: main/compile.C, main/compile.y, main/compile_tools.C,
10404: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10405: opcodes were moved to separate namespace
10406:
10407: 2008-08-14 misha
10408:
10409: * src/types/pa_vstateless_class.C: - newline at the end missed
10410:
10411: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10412: tainting
10413:
10414: 2008-08-11 misha
10415:
10416: * tests/: 187.html, 187.p, results/187.processed: - tests for
10417: $caller.self, $caller.self.field and $caller.self.field[value]
10418: were added
10419:
10420: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10421: runtime as well (for $caller.self)
10422:
10423: 2008-07-25 misha
10424:
10425: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10426: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10427: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10428: tests with international characters
10429:
10430: 2008-07-23 misha
10431:
10432: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10433: file::load[...;http://
10434:
10435: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10436: now everywhere in separate namespace
10437:
10438: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10439: for vars
10440:
10441: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10442: can be escaped by '^'
10443:
10444: 2008-07-22 misha
10445:
10446: * src/classes/string.C, tests/186.html: - names changes:
10447: escape=>js-escape, unescape=>js-unescape
10448:
10449: 2008-07-21 misha
10450:
10451: * tests/results/186.processed: - test for string escape/unescape
10452:
10453: * tests/186.html: - test for string escape/unescape
10454:
10455: * src/classes/string.C: - string has escape and unescape methods
10456: now
10457:
10458: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10459: added
10460:
10461: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10462: method-layers added (with different params)
10463:
10464: 2008-07-18 misha
10465:
10466: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10467: was added
10468:
10469: * tests/185.html: - test for ^str.pos[sub](offset) added
10470:
1.211 ! moko 10471: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
! 10472: operators.txt: - ^string.pos[substr](offset) -- 2nd param
! 10473: accepted now
1.95 moko 10474:
10475: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10476: strings
10477:
10478: 2008-07-17 misha
10479:
10480: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10481: helper length added for mid for small optimisation
10482:
10483: 2008-07-16 misha
10484:
10485: * tests/: 185.html, results/185.processed: - tests for
10486: length/left/right/mid/pos with utf-8 strings
10487:
10488: * src/classes/string.C: - left/right/mid/length/pos works fine for
10489: utf-8 strings
10490:
10491: * src/main/untaint.C: - comments removed
10492:
10493: * src/: include/pa_string.h, main/pa_string.C,
10494: include/pa_charset.h, main/pa_charset.C: - methods for working
10495: with pos/mid for strings in utf-8 were added
10496:
10497: 2008-07-15 misha
10498:
10499: * tests/: 184.html, results/184.processed: - test for case body as
10500: expression: $var(^switch(1){^case(1)(true)..})
10501:
10502: * src/classes/op.C: - case body can be expression now:
10503: $var(^switch(1){^case(1)(true)..})
10504:
10505: * tests/: results/183.processed, 183.html: - added test for testing
10506: new cookie encoding (%uXXXX)
10507:
10508: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10509: decoding for backward compatibility they decoded from %XX in
10510: request:charset too
10511:
10512: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10513: - cookie class now decode cookies before first access after last
10514: request:charset changing (as form class).
10515:
10516: * src/main/pa_charset.C: - added method escape for escaping cookies
10517: as %uXXXX - before transcode calculate required space for dest
10518: string. it reduce mem usage for transcode
10519:
10520: * src/include/pa_charset.h: - added method escape for escaping
10521: cookies as %uXXXX
10522:
10523: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10524: was added. will used for escaping cookies as %uXXXX
10525:
10526: * src/include/pa_common.h: - escape method has new option for skip
10527: converting '+' to a space char
10528:
10529: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10530: transcode - escape method has new option for skip converting '+'
10531: to a space char
10532:
10533: 2008-07-08 misha
10534:
10535: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10536: (no UE if more then 1 case matches anylonger) - optimization:
10537: doing searching.as_string() || searching.as_double() only once
10538:
10539: 2008-07-04 misha
10540:
10541: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10542: now ^date::create[date object] works
10543:
10544: * src/classes/string.C: - left and right added as aliases for start
10545: and end in ^string.trim[]
10546:
10547: 2008-07-03 misha
10548:
10549: * src/classes/file.C: - allow $.limit for file::sql as well
10550:
10551: * src/classes/file.C: - allow $.offset option for file::sql - force
10552: send limit=1 to query for use sql specifics authomatically
10553:
10554: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10555: if $.limit value if empty. autoconvert it as everywere
10556:
10557: 2008-07-02 misha
10558:
10559: * configure.in: - time to change version number to 3.3.0 %-)
10560:
10561: * src/include/pa_version.h: - time to change version number to
10562: 3.3.0 %-)
10563:
10564: 2008-06-26 misha
10565:
10566: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10567: $.limit(0) fixes
10568:
10569: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10570: - $.limit(0) fixes
10571:
10572: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10573: new API)
10574:
10575: * src/: include/pa_sql_driver_manager.h,
10576: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10577: classes/op.C: - document_root added
10578:
10579: * src/main/compile.tab.C: - error message was changed
10580:
10581: 2008-06-25 misha
10582:
10583: * src/main/compile.y: - error message was changed
10584:
10585: 2008-06-24 misha
10586:
10587: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10588:
10589: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10590: tests for @OPTIONS\nappend
10591:
10592: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10593:
10594: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10595:
10596: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10597:
10598: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10599: compile.y
10600:
10601: 2008-06-17 misha
10602:
10603: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10604: compilation: ^if(default){true. it's incorrect. must be
10605: exception}
10606:
10607: 2008-06-16 misha
10608:
10609: * tests/: 181.ent, 181.html, results/181.processed: - test for
10610: checking external reference loading with 'http://localhost'
10611: prefix while creating xdoc
10612:
10613: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10614: ^math:long2ip[] and ^math:ip2long[]
10615:
10616: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10617: added which use scalar stateless class method when user object
10618: used in scalar context - use get_scalar_value when user object
10619: requested in scalar context
10620:
10621: * src/main/pa_common.C: - size must be int but not size_t or we
10622: can't compare with 0 sprintf result
10623:
10624: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10625: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10626: with internal switch between local/global vars
10627:
10628: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10629: specified
10630:
10631: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10632: pa_vstateless_object.h: - stateless class and object now has
10633: private scalar field and getter/setter for working with it
10634:
10635: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10636: moved to inet static class
10637:
10638: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10639: class added (^inet:aton[IP], ^inet:ntoa(number))
10640:
10641: * tests/: 180.html, results/180.processed: - tests for
10642: ^math:long2ip(long) and ^math:ip2long[IP]
10643:
10644: * src/classes/math.C: - ^math:ip2long[IP] added
10645:
10646: 2008-06-11 misha
10647:
10648: * src/main/pa_xml_io.C: - use file_read_text again because of we
10649: need cut BOM code and remove DOS newline chars. but don't
10650: transcode it anyway.
10651:
10652: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10653: main/pa_http.C: - option for disable transcoding while file_read
10654: and file_read_text added
10655:
10656: 2008-06-10 misha
10657:
10658: * tests/: 179.html, 179.p, results/179.processed: - test for many
10659: classes in 1 file
10660:
10661: * src/main/: compile.C, compile_tools.h: - compile return list of
10662: classes now.
10663:
10664: * src/main/: compile.y, compile.tab.C: - compile return list of
10665: classes now. internals.
10666:
10667: * src/main/pa_request.C: - compile return list of classes now. try
10668: call @conf and @auto for each returned class
10669:
10670: * src/include/pa_request.h: - compile return list of classes now
10671:
10672: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10673: return list of classes when compile buf)
10674:
10675: 2008-06-07 misha
10676:
10677: * src/main/pa_request.C: - constructing VRequest object with 3rd
10678: param -- form
10679:
10680: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10681: 3rd param: form. needed for get post_charset
10682:
10683: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10684: added
10685:
10686: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10687: types/pa_vform.C, types/pa_vform.h: - some polish
10688:
10689: 2008-06-06 misha
10690:
10691: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10692: charset and decode chars from it but not from response:charset
10693:
10694: * src/main/pa_http.C: - detect_charset moved out of here
10695:
10696: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10697: methods moved here - unescape_chars accepn one charset now
10698:
10699: * src/main/pa_http.C: - new constants used - don't allow
10700: $.content-type in ^file::load[;http://;$.method[POST]] - add
10701: charset info while ^file::load[;http://;$.method[POST]] - option
10702: $.omit-post-charset(true) added to ^file::load[;http://] for
10703: disabling charset during post
10704:
10705: * src/types/pa_vform.C: - new constants used
10706:
10707: * src/include/pa_common.h: - some constants were added
10708:
10709: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10710: instead of StrEqNc
10711:
10712: * src/main/pa_common.C: - new method for caseless search
10713: c-substring in c-string - use isxdigit instead of is_hex_digit
10714:
10715: * src/include/pa_common.h: - new method for caseless search
10716: c-substring in c-string
10717:
10718: 2008-06-05 misha
10719:
10720: * tests/results/178.processed: - test for testing default getter
10721:
10722: * tests/178.html: - test for testing default getter
10723:
10724: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10725: for test for testing default getter
10726:
10727: * src/main/execute.C: - default getter soul
10728:
10729: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10730: requested objects' field not found
10731:
10732: * src/types/pa_vclass.C: - register default getter if defined - get
10733: default getter if requested field not found
10734:
10735: * src/types/pa_vstateless_object.h: - method get_default_getter was
10736: added
10737:
10738: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10739: pointer to default getter and methods for get/set it were added
10740:
10741: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10742: auto_name field (for default getter)
10743:
10744: 2008-06-04 misha
10745:
10746: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10747: transcoding, no cutting BOM code, no fixing line breaks) and get
10748: it to libxml "as is"
10749:
10750: 2008-06-03 misha
10751:
10752: * src/main/pa_common.C: - use store_Char instead of
10753: transcodeCharFromUTF8
10754:
10755: * src/: include/pa_charset.h, main/pa_charset.C: - method
10756: store_Char added, transcodeCharFromUTF8 -- removed
10757:
10758: 2008-06-02 misha
10759:
10760: * tests/: results/177.processed, 177.html: - test for checking
10761: .[acm]date after local ^file::load[] was added
10762:
10763: * tests/: results/176.processed, 176.html: - test for checking
10764: @OPTION\locals + @method[vars][locals] added
10765:
10766: * tests/results/auto.p: - CLASS_PATH specified for checking use
10767:
10768: 2008-05-30 misha
10769:
10770: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10771: @OPTION\nlocals + @method[vars][;locals;] were added
10772:
10773: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10774: moved to separate method op_code - switch from VMethodFrame to
10775: VMethodFrameGlobal + VMethodFrameLocal
10776:
10777: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10778: was moved to separate method op_code
10779:
10780: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10781: VMethodFrame now
10782:
10783: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10784: all_vars_local as well
10785:
10786: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10787: pa_vmethod_frame_local.h, Makefile.am: - who children for
10788: VMethodFrame were added: one (global) works as VMethodFrame
10789: before and second (local) write all vars in self vars scope
10790:
10791: * src/types/pa_method.h: - method has bool flag all_vars_local now
10792:
10793: 2008-05-29 misha
10794:
10795: * tests/: 129.html, results/129.processed: - more tests for
10796: ^table.hash[]
10797:
10798: * src/classes/hash.C: - ^hash::sql has a new option:
10799: $.type[hash|string|table] as ^table.hash[] one.
10800:
10801: * src/classes/op.C: - ^try has 3rd param now: finally code which
10802: executed anyway after try or catch section
10803:
10804: 2008-05-27 misha
10805:
10806: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10807: must not fail if $.distinct(1) wasn't specified
10808:
10809: 2008-05-26 misha
10810:
10811: * src/classes/op.C: - allow ^throw[my type]
10812:
10813: 2008-05-22 misha
10814:
10815: * configure.in, configure: - version number updated to 3.2.4b
10816:
10817: * src/classes/: op.C, string.C: - trim format string before
10818: eval/format
10819:
10820: * tests/: results/175.processed, 175.html: - more tests for
10821: different format strings in .format[]
10822:
10823: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10824: as well (not only %XX)
10825:
10826: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10827: charset specified - checks for format before print number
10828: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10829: (instead of tabs) removed
10830:
10831: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10832: charset specified
10833:
10834: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10835: char in requested charset from utf code was added
10836:
10837: 2008-05-19 misha
10838:
10839: * tests/: 174.html, results/174.processed: - test for
10840: ^hashfile.cleanup[] added
10841:
10842: * src/classes/hashfile.C: - optimization: don't create any key or
10843: value variable if it's name weren't specified
10844: (^hf.foreach[;v]{...})
10845:
10846: 2008-05-16 misha
10847:
10848: * src/classes/hash.C: - optimization: don't create any key variable
10849: if variable name wasn't specified (^h.foreach[;v]{...})
10850:
10851: 2008-05-15 misha
10852:
10853: * src/classes/op.C: - small changes
10854:
10855: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10856:
10857: * src/classes/hash.C: - calculate var_context once before foreach
10858:
10859: 2008-05-14 misha
10860:
10861: * src/classes/hashfile.C: - incorrect vars context calculation for
10862: ^hashfile.foreach[;]{} fixed
10863:
10864: * src/classes/: hash.C, table.C: - little optimisation
10865:
10866: * src/classes/file.C: - bugfix: double absolute path while loading
10867: file
10868:
10869: * tests/: 174.html, results/174.processed: - tests for hashfile
10870: were added
10871:
10872: * buildall-with-xml: - moving to libxslt 1.1.24
10873:
10874: 2008-04-30 misha
10875:
10876: * src/classes/file.C: - stat file while loading (local only) so
10877: .adate, .mdate and .cdate available without additional ::stat
10878:
10879: 2008-04-28 misha
10880:
10881: * src/classes/file.C: - $.name and $.content-type available for
10882: stated file
10883:
10884: 2008-04-14 misha
10885:
10886: * src/targets/cgi/parser3.C: - new year in copyright %-)
10887:
10888: * src/include/pa_version.h: - new version number in head
10889:
10890: 2008-04-10 misha
10891:
10892: * tests/: 080.html, results/080.processed: - cut '0' from
10893: exponential part because of on diff OS it differ (20 or 020 for
10894: ex)
10895:
10896: * tests/: 119.html, results/119.processed: - check for encoding
10897: while creating xdoc
10898:
10899: 2008-04-09 misha
10900:
10901: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10902:
10903: * src/main/pa_common.C: - comment added
10904:
10905: * src/classes/date.C: - little refactoring
10906:
10907: 2008-04-07 misha
10908:
10909: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10910: style of ^table.save[]: prepare one big string and sabe it at
10911: once. it's safe on freebsd 4.x but use much more memory.
10912:
10913: * buildall-with-xml, buildall-without-xml: - option
10914: --disable-stringstream added (under comment. use it on freebsd
10915: 4.x)
10916:
10917: 2008-02-22 misha
10918:
10919: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10920: specified together in file::load[;http] - get back transcoding
10921: $.body[] in file::load[;http]
10922:
10923: 2008-02-21 misha
10924:
10925: * src/classes/date.C: - ^date.gmt-string[] was added
10926:
10927: * src/types/pa_value.C: - method for output date in RFC 822 format
10928: moved to pa_common.h
10929:
10930: * src/include/pa_common.h: - method for output date in RFC 822
10931: format moved here from pa_value.C
10932:
10933: * src/types/pa_vmail.C: - fixed core in sending mail with
10934: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10935:
10936: 2008-02-20 misha
10937:
10938: * src/main/pa_http.C: - transcode $.headers before escaping into
10939: specified charset while ^file::load[...;http://...] (L_URI
10940: instead of L_HTTP_HEADER) - $.cookies param available in
10941: ^file::load[;http://...] now (but we don't parse set-cookies from
10942: response yet) (cookies not transcoded as common $cookies)
10943:
10944: 2008-02-19 misha
10945:
10946: * src/main/pa_request.C: - rollback: we mustn't force taint
10947: $response:field values because in this case
10948: $response:locateion[http://...] don't works.
10949:
10950: 2008-02-15 misha
10951:
10952: * src/classes/op.C: - little refactoring
10953:
10954: * src/main/pa_http.C: - taint names of $.headers for load[;http
10955:
10956: * src/main/pa_request.C: - force taint values of $response:field
10957:
10958: 2008-02-14 misha
10959:
10960: * src/main/pa_request.C: - $response:field transcoded to
10961: $response:charset before escaping now
10962:
10963: * src/main/pa_http.C: - some outdated comments removed
10964:
10965: * src/classes/date.C: - lastdat -> last-day
10966:
10967: * src/classes/date.C: - ^date:lastday(year;month) and
10968: ^date.lastday[] were added - little code refactoring - comments
10969: changes
10970:
10971: * tests/: 159.html, results/159.processed: - test for number of
10972: days in February
10973:
10974: * src/types/pa_value.C: - fixes in code formatting
10975:
10976: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
10977: and comments
10978:
10979: 2008-02-13 misha
10980:
10981: * src/main/pa_common.C: - bugfix for february at leap year
10982:
10983: 2008-01-28 misha
10984:
10985: * tests/: 160.html, results/160.processed: - more test for cache
10986: added
10987:
10988: * src/classes/op.C: - bugfix: cache body executed twice if contains
10989: unhandled exception
10990:
10991: 2008-01-25 misha
10992:
10993: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
10994: bug when hashfile became inavailable after memory:compact)
10995:
10996: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10997:
10998: 2008-01-22 misha
10999:
11000: * src/classes/table.C: - little refactiring and exception texts
11001: changes in method ^table.hash[]
11002:
11003: * src/types/pa_vcookie.C: - link to cookie specification changed
11004:
11005: 2008-01-21 misha
11006:
11007: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11008: file::exec/cgi
11009:
11010: * src/classes/file.C: - bugfix: core while processing headers if
11011: executed cgi script don't return content
11012:
11013: 2008-01-18 misha
11014:
11015: * buildall-with-xml: - move to libxml2 version 2.6.31
11016:
11017: * src/include/pa_version.h, configure.in: - version number updated
11018: to '3.2.3b'
11019:
11020: 2007-12-28 misha
11021:
11022: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11023: hash.contains
11024:
11025: 2007-12-27 misha
11026:
11027: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11028: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11029: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11030: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11031: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11032: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11033: src/targets/cgi/parser3.vcproj,
11034: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11035: back to VS2003 because of Apache 1.3 module can't work if it was
11036: built in VS 2005. with cgi all file so VS2003 project files can
11037: be easy converted to the new format.
11038:
11039: 2007-12-04 misha
11040:
11041: * src/types/pa_vcode_frame.h: - changes in comment
11042:
11043: 2007-11-29 misha
11044:
11045: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11046: intercept strings any longer
11047:
11048: * tests/: 173.html, results/173.processed: - tests for
11049: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11050: but not in main code frame
11051:
11052: * tests/: 172.html, results/172.processed: - more tests for pass
11053: objects from code frames
11054:
11055: 2007-11-27 misha
11056:
11057: * tests/: 152.html, results/152.processed: - tests for converting
11058: strings 'true'/'false' to bool were added
11059:
11060: * tests/152.html: - added checks for converting strings
11061: 'true'/'false' to bool
11062:
11063: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11064: not only strings with numbers but with values 'true'/'false' as
11065: well
11066:
11067: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11068: for parser3.log increased
11069:
11070: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11071:
11072: * src/include/pa_common.h: - remove_crlf return cstring size now
11073:
11074: * src/include/pa_types.h: - constant with buffer size for
11075: parser3.log added
11076:
11077: 2007-11-16 misha
11078:
11079: * tests/cat.sh: - script for tests for file::exec/cgi
11080:
11081: * tests/171.html: - tests for file::exec/cgi
11082:
11083: * tests/results/171.processed: - tests results for file::exec/cgi
11084:
11085: 2007-11-15 misha
11086:
11087: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11088:
11089: * src/classes/file.C: - .body must be set before analyzing cgi
11090: headers
11091:
11092: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11093: only if exec/cgi return anything.
11094:
11095: 2007-11-14 misha
11096:
1.211 ! moko 11097: * operators.ru.txt, operators.txt: - info about new text|binary
! 11098: option for file::exec/cgi was added
1.95 moko 11099:
11100: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11101: ^file:exec[[text|binary];script;...]
11102:
11103: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11104: classes/string.C, classes/table.C: - more text strings moved to
11105: the one place
11106:
11107: 2007-11-09 misha
11108:
11109: * src/types/pa_vrequest.C: - $request:argv must be taint
11110:
11111: * ChangeLog: - $request:argv [patch from Sumo]
11112:
1.211 ! moko 11113: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11114:
11115: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11116: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11117:
11118: 2007-10-25 misha
11119:
11120: * buildall-with-xml, buildall-without-xml: - options preparations
11121: for ./configure rewrited
11122:
11123: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11124: error occure in unhandled_exception finally fixed
11125:
11126: 2007-10-23 misha
11127:
11128: * tests/: 170.html, results/170.processed: - test for
11129: @method[][result]
11130:
1.211 ! moko 11131: * operators.ru.txt, operators.txt: - added info about node.prefix
! 11132: and node.namespaceURI
1.95 moko 11133:
11134: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11135:
11136: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11137: added for node and attribute
11138:
11139: 2007-10-22 misha
11140:
11141: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11142:
11143: * src/main/pa_request.C: - added const content-transfer-encoding
11144:
11145: * src/include/pa_request.h: - added const content-transfer-encoding
11146: - ups. constants must be in lowercase (for search)
11147:
11148: * src/types/pa_vmail.C: - more constants used -
11149: content-transfer-encoding: 8bit added
11150:
11151: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11152:
11153: * src/include/pa_request.h: - more constants
11154:
11155: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11156: ommit anymore if $.content-disposition was specified - little
11157: refactoring
11158:
11159: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11160:
11161: 2007-10-17 misha
11162:
1.211 ! moko 11163: * operators.ru.txt, operators.txt: - info about
1.95 moko 11164: table::create[nameless]{data}[>options<] was added
11165:
11166: * src/main/: compile.tab.C, compile.y: - if error occure while
11167: compile method don't put this method in methods table anymore.
11168: in other case the parser coredumped if @unhandled_exception
11169: method can't be compiled because of parser.compile error.
11170:
11171: * src/main/execute.C: - little code reformating
11172:
11173: * src/main/pa_request.C: - little code reformating - comment
11174: changed
11175:
11176: 2007-10-16 misha
11177:
11178: * tests/: 035.html, results/035.processed: - tests
11179: table::create[]{}[options] added
11180:
11181: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11182: options (only $.seperator[] yet)
11183:
11184: 2007-10-10 misha
11185:
11186: * src/classes/table.C: - some contstants moved to pa_common.h -
11187: some code changes
11188:
11189: 2007-10-02 misha
11190:
11191: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11192: then three time as much. but base64 encoding method still use
11193: less memory anyway.
11194:
11195: 2007-09-17 misha
11196:
1.211 ! moko 11197: * operators.ru.txt, operators.txt: - added info about
! 11198: $cookie:fields
1.95 moko 11199:
11200: * src/types/pa_vcookie.C: - $cookie:fields available now
11201:
11202: * src/classes/hash.C: - some stuff for use with .for_each moved to
11203: common
11204:
11205: * src/include/pa_common.h: - some stuff for use with .for_each
11206: moved here
11207:
11208: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11209:
11210: 2007-09-14 misha
11211:
11212: * buildall-with-xml: - new xml libs again =)
11213:
11214: 2007-08-28 misha
11215:
1.211 ! moko 11216: * operators.ru.txt, operators.txt: - texts about
! 11217: ^table.columns[[column name]] and ^string.split[...][v][column
! 11218: name] were added
1.95 moko 11219:
11220: * tests/: 168.html, 169.html, results/168.processed,
11221: results/169.processed: - tests for ^table.columns[[column name]]
11222: and ^string.split[...][v][column name] were added
11223:
11224: * src/classes/table.C: - new option ^table.columns[[column name]]
11225: was added
11226:
11227: * src/classes/string.C: - new option ^string.split[...;v;[column
11228: name]]
11229:
11230: * src/include/pa_exception.h: - error text message for
11231: ^hash._keys[], ^table.columns[] and ^string.split[]
11232:
11233: 2007-08-27 misha
11234:
11235: * src/main/untaint.C: - try to fix coredump on unix if print to
11236: body ^taint[sql][something] outside of connect
11237:
11238: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11239: outside of connect
11240:
11241: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11242: added (commented by default)
11243:
11244: 2007-08-20 misha
11245:
1.211 ! moko 11246: * operators.ru.txt, operators.txt: - comment about new method
! 11247: ^node.hasAttributes[] was added
1.95 moko 11248:
11249: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11250: duplicated exception text strings were removed
11251:
11252: * src/include/pa_exception.h: - more exception text strings moved
11253: here
11254:
11255: * src/classes/table.C: - some duplicate exceptions' text strings
11256: removed
11257:
11258: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11259: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11260: removed
11261:
11262: * src/include/pa_exception.h: - some exception text strings movet
11263: to pa_exception
11264:
11265: * tests/: 149.html, results/149.processed: - test for
11266: ^xnode.hasAttributes[] was added - some code changes
11267:
11268: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11269: added
11270:
11271: 2007-08-17 misha
11272:
11273: * tests/: results/006.processed, results/059.processed, 006.html,
11274: 059.html: - more tests for match
11275:
11276: * tests/: 129.html, results/129.processed: - tests for
11277: ^table.hash[...][$.type[string|hash|table]] added
11278:
11279: * src/targets/cgi/parser3.C: - little syntax changes
11280:
11281: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11282: syntax changes
11283:
1.211 ! moko 11284: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
! 11285: annoying 'SIGPIPE' messages in parser3.log switched off by
! 11286: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11287:
11288: 2007-08-08 misha
11289:
11290: * buildall-with-xml, buildall-without-xml: - remove libs source
11291: files by default since now
11292:
11293: 2007-08-07 misha
11294:
11295: * buildall-without-xml: - some option syntax changes
11296:
11297: * buildall-with-xml: - compile libxml2 without http support - some
11298: option syntax changes
11299:
11300: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11301:
11302: 2007-08-06 misha
11303:
11304: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11305:
11306: * tests/: 160.html, results/160.processed: - cache test was
11307: rewrited
11308:
11309: 2007-07-06 misha
11310:
11311: * tests/: 153.html, results/153.processed: - added test for
11312: ^math:sha1[string]
11313:
11314: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11315: transcoded
11316:
11317: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11318: were added
11319:
11320: 2007-06-28 misha
11321:
11322: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11323: some incorrect chars
11324:
11325: 2007-06-19 misha
11326:
11327: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11328: were moved on top because of gcc 4 had a problems during
11329: building.
11330:
11331: 2007-06-18 misha
11332:
11333: * tests/results/019.processed: - new image commited
11334:
11335: 2007-06-09 misha
11336:
11337: * src/classes/: op.C, table.C: - in while and table.select method
11338: as_expression used now
11339:
11340: * src/types/pa_vmethod_frame.h: - method as_expression was added
11341:
11342: 2007-06-08 misha
11343:
11344: * tests/: 166.html, results/166.processed: - test for
11345: ^match[...][n]
11346:
11347: * tests/: 165.html, results/165.processed: - tests for loops
11348:
11349: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11350: because of no speed/memory optimisation but some proglems with
11351: long cycles occure
11352:
11353: 2007-06-06 misha
11354:
11355: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11356: ^table.select(true) and ^table.select(1) didn't works because of
11357: awaiting junction-param only. fixed.
11358:
11359: 2007-05-24 misha
11360:
11361: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11362: with 0.5 secs interval
11363:
11364: * src/classes/op.C: - cache was rewrited. I hope it works with
11365: locking system now on unix
11366:
11367: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11368: system locks which wait till other threads release it but try get
11369: lock, if fail wait 1 sec and make 10 attempts.
11370:
11371: * src/include/pa_os.h: - consts for blocking locks + some comments
11372: were added
11373:
11374: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11375: opening files
11376:
11377: * src/classes/table.C: - changes in includes. if unclude <sstream>
11378: after our classes on unix it can't be build
11379:
11380: * src/types/pa_vhashfile.C: - not needed code removed
11381:
11382: 2007-05-23 misha
11383:
11384: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11385: include/pa_common.h: - cosmetic changes
11386:
11387: 2007-05-18 misha
11388:
11389: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11390: often. it's give some speed increasing
11391:
11392: * tests/results/160.processed: - returned time corrected
11393:
11394: * tests/160.html: - time increased because on unix 1 mean nothing
11395: :(
11396:
1.211 ! moko 11397: * operators.ru.txt, operators.txt: - added info about
! 11398: ^hash.contain[key]
1.95 moko 11399:
11400: * src/classes/hash.C: - added ^hash.contain[key]
11401:
11402: * src/include/pa_hash.h: - added method for checking key exists in
11403: hash
11404:
11405: 2007-05-07 misha
11406:
11407: * src/include/pa_string.h: - was compilation error during build on
11408: freebsd4
11409:
11410: 2007-05-03 misha
11411:
11412: * src/classes/table.C: - option $.type[hash|string|table] was added
11413: for ^table.hash[]
11414:
11415: * src/classes/file.C: - comment removed
11416:
11417: 2007-04-26 misha
11418:
11419: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11420: real files doesn't opened in place anymore
11421:
11422: 2007-04-24 misha
11423:
11424: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11425:
11426: * src/include/pa_exception.h: "static" removed
11427:
11428: 2007-04-23 misha
11429:
11430: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11431:
11432: * src/classes/math.C: added: - ^math:ln(N) (the same as
11433: ^math:log(N)) - ^math:lg(N)
11434:
11435: * tests/: 097.html, results/097.processed: - charsets converstion
11436: during ^file::load[text;http://...] added
11437:
11438: * tests/: 164.html, results/164.processed: - check for set expires
11439: as a date
11440:
11441: * tests/: 164.html, results/164.processed: - test for hashfile
11442:
11443: * src/classes/hashfile.C: - little comment changes
11444:
11445: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11446: access
11447:
11448: * src/: classes/date.C, classes/double.C, classes/file.C,
11449: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11450: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11451: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11452: classes/xnode.h, include/pa_request.h, main/execute.C,
11453: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11454: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11455: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11456: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11457: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11458: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11459: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11460: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11461: "parser.runtime" strings were removed
11462:
11463: * src/classes/hashfile.C: - with .clear[] called files_delete()
11464: now.
11465:
11466: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11467:
11468: * src/include/pa_exception.h: - string constant with
11469: "parser.runtime" text was added
11470:
11471: 2007-04-20 misha
11472:
1.211 ! moko 11473: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11474:
1.211 ! moko 11475: * operators.ru.txt, operators.txt: - added info about
! 11476: .^hashfile.release[], ^hashfile.clenaup[] and new
! 11477: ^string.match[][>N-option<]
1.95 moko 11478:
11479: * configure: =cheching for unsetenv
11480:
11481: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11482: ^hashfile.release[] were added
11483:
11484: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11485: ^string.match[][] understand new option now: return number of
11486: matches but not table wit results
11487:
11488: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11489: reopen now
11490:
11491: * src/classes/op.C: - bug. must be false
11492:
11493: * configure.in: - checking for unsetenv was added
11494:
11495: * src/types/pa_vform.C: - some comments
11496:
11497: 2007-04-18 misha
11498:
11499: * buildall-with-xml: moving to libxml2-2.6.28
11500:
11501: * buildall-with-xml, buildall-without-xml: added commented lines
11502: with --disable-safe-mode option
11503:
1.211 ! moko 11504: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11505:
11506: 2007-04-17 misha
11507:
11508: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11509: $form:files was added
11510:
11511: * tests/: 163.html, results/163.processed: removing auto format
11512:
11513: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11514:
11515: 2007-04-16 misha
11516:
11517: * tests/: 163.html, results/163.processed: - test for .int[],
11518: floor, round, ceiling and .format[]
11519:
11520: * src/classes/file.C: - little optimization for getting args in
11521: exec/cgi
11522:
11523: 2007-04-13 misha
11524:
11525: * src/classes/file.C: - arguments for file::exec/cgi can be
11526: specified now as s table with one column
11527:
11528: 2007-03-27 misha
11529:
11530: * tests/: 162.html, results/162.processed: - test for
11531: ^table.select(^condition[$t])
11532:
11533: * tests/results/auto.p: - load windows-1251 charset for some tests
11534:
11535: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11536:
11537: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11538: 161_windows1251.txt: - added test for
11539: ^file::load[text;/local/file.txt;$.charset[...]]
11540:
11541: * tests/: results/013.processed, 013.html: - added test for
11542: checking $._default value while hash modifications
11543:
11544: * tests/: 160.html, results/160.processed: - add test for
11545: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11546:
11547: 2007-03-22 misha
11548:
11549: * src/include/pa_common.h: - "charset" string defined for
11550: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11551:
11552: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11553: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11554: added - not needed transcodes were removed from
11555: ^file::load[...;http://...]
11556:
11557: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11558: added
11559:
11560: * src/classes/date.C: - date.week was fixed
11561:
1.211 ! moko 11562: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11563:
11564: * tests/: 159.html, results/159.processed: - tests for date.week
11565: and date.weekyear added
11566:
11567: 2007-03-15 misha
11568:
11569: * src/classes/table.C: - enclose column numbers for nameless tables
11570: as well
11571:
11572: 2007-03-14 misha
11573:
11574: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11575:
11576: * src/classes/table.C: - table.save optimization: now required much
11577: less memory
11578:
11579: 2007-03-13 misha
11580:
11581: * tests/results/: 158.processed, 158.processes: - tests for
11582: table.save/table.load
11583:
11584: * tests/: 158.html, results/158.processes: - tests for
11585: table.save/table.load
11586:
11587: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11588:
11589: * buildall-with-xml: - pattern needed now for building
11590:
11591: * tests/results/097.processed: - added test results for xdoc::load
11592: & xdoc::load[http://...]
11593:
11594: * tests/097.html: - added test for xdoc::load
11595:
11596: 2007-03-12 misha
11597:
11598: * tests/: 107.html, results/107.processed: - added test for xpath
11599: '//man'
11600:
11601: 2007-03-01 misha
11602:
11603: * tests/: 097.html, results/097.processed: - added test for
11604: creating xdoc from file
11605:
11606: * tests/: results/157.processed, 157.html: - added test for
11607: file:move
11608:
11609: 2007-02-28 misha
11610:
11611: * src/classes/xdoc.C: - another attempt
11612:
11613: * src/classes/xdoc.C: - roll back last changes for a while
11614:
1.211 ! moko 11615: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
! 11616: ^xdoc::create[$file] added.
1.95 moko 11617:
11618: * src/classes/file.C: - under lock we create non-exist dir anyway
11619:
11620: * tests/results/099.processed: - ever send content-disposition to
11621: client with file
11622:
11623: * tests/157.html: + test for file:copy
11624:
11625: 2007-02-26 misha
11626:
11627: * src/classes/file.C: - some similar strings moved to #define
11628: instead of to be copy/pasted many times
11629:
11630: * src/types/pa_vfile.h: - class name string ("file") moved to
11631: #define
11632:
11633: 2007-02-20 misha
11634:
11635: * configure.in: - added some strings for sqlite detection
11636:
11637: 2007-02-19 misha
11638:
1.211 ! moko 11639: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11640:
11641: * buildall-with-xml, buildall-without-xml: - some modifications
11642:
11643: 2007-02-17 misha
11644:
11645: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11646:
11647: * src/main/pa_request.C: - damn, i forgot to commit it while I
11648: change console behaviour
11649:
11650: 2007-02-12 misha
11651:
11652: * src/targets/cgi/parser3.C: - don't print headers if
11653: $console:line[data] was used during cgi execution.
11654:
11655: * src/types/pa_vconsole.h: - console class have bool flag now which
11656: marked as 'true' if class was used.
11657:
11658: * tests/: 152.html, results/152.processed: - more types was added
11659: to test 152
11660:
11661: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11662: adding 'bool' (^if($image){} caused exception)
11663:
11664: 2007-02-09 misha
11665:
11666: * tests/: 152.html, results/152.processed: - test alightly updated
11667:
11668: * tests/: 152.html, results/152.processed: - test rewrited
11669:
11670: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11671: bugfix. I broke xdoc & xnode in expression
11672:
11673: 2007-02-08 misha
11674:
11675: * tests/: 152.html, results/152.processed: - add test for checking
11676: 'def' for void, string, bool, int & double
11677:
11678: 2007-02-07 misha
11679:
1.211 ! moko 11680: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
! 11681: added
1.95 moko 11682:
11683: * tests/results/153.processed: - result test for
11684: ^file:base64[filespec] was updated
11685:
11686: * tests/153.html: - test for ^file:base64[filespec] was added
11687:
11688: * src/types/pa_vconsole.h: - little optimization
11689:
11690: * src/classes/file.C: - ^file:base64[filespec]
11691:
11692: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11693:
11694: * src/include/pa_common.h: - declarations for
11695: ^file:base64[filespec]
11696:
11697: * src/types/pa_vcookie.C: - little optimization
11698:
11699: 2007-02-06 misha
11700:
11701: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11702: were temporary commented
11703:
11704: * src/types/pa_vbool.h: - bugfix
11705:
11706: * tests/156.html: - added test for bool cookie
11707:
11708: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11709:
11710: * tests/: 155.html, results/155.processed: - added test for check
11711: $.encloser[] option for table save/load
11712:
11713: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11714:
11715: 2007-02-05 misha
11716:
11717: * tests/results/152.processed: - newline at the end was missed
11718:
11719: * tests/results/141.processed: - math:md5 must be lowercased
11720:
11721: * src/targets/cgi/parser3.C: - 2007 in help ;)
11722:
11723: 2007-02-03 misha
11724:
11725: * tests/results/: 150.processed, 151.processed, 152.processed: -
11726: test for bool added and some content length fixes
11727:
11728: * tests/152.html: - test for bool added
11729:
11730: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11731:
1.211 ! moko 11732: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11733:
1.116 moko 11734: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11735: classes/classes.vcproj, classes/double.C, classes/int.C,
11736: classes/string.C, classes/void.C, classes/xnode.C,
11737: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11738: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11739: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11740: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11741: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11742: types/types.vcproj: - bool class was added
11743:
11744: * src/main/pa_request.C: - fix
11745:
11746: 2007-01-18 misha
11747:
11748: * src/: main/pa_string.C, classes/string.C: - return table during
11749: ^string.match[][] even if no matched found.
11750:
11751: 2006-12-20 misha
11752:
11753: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11754: http://www.parser.ru/forum/?id=55598 ]
11755:
11756: 2006-12-19 misha
11757:
11758: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11759: details: http://www.parser.ru/forum/?id=52359
11760:
11761: * src/main/pa_request.C: - always set content-disposition for
11762: $response:body[hash here]. more details:
11763: http://www.parser.ru/forum/?id=52130
11764:
11765: 2006-12-07 misha
11766:
1.211 ! moko 11767: * operators.ru.txt, operators.txt: - added info about bool params
! 11768: in cookie set
1.95 moko 11769:
11770: * src/types/pa_vcookie.C: - bool param in cookies available now
11771: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11772: ]
11773:
11774: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11775: was added
11776:
11777: 2006-12-02 misha
11778:
11779: * src/classes/file.C: - file_block_read used instead of native read
11780:
11781: * src/main/pa_common.C: - added file_block_read with read error
11782: detection - file_block_read used instead of native read
11783:
11784: * src/include/pa_common.h: - added file_block_read declaration
11785:
11786: 2006-12-01 misha
11787:
1.211 ! moko 11788: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
! 11789: added
1.95 moko 11790:
11791: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11792: $var.CLASS_NAME added
11793:
1.211 ! moko 11794: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11795:
11796: * src/classes/file.C: - ^file:copy[from;fo] was added
11797:
11798: 2006-11-20 misha
11799:
11800: * src/classes/date.C: - bug fix :)
11801:
11802: 2006-11-17 misha
11803:
11804: * src/include/pa_common.h: - array in crc32 calculation was changed
11805: to static
11806:
11807: * src/main/pa_common.C: - little optimization in getMonthDays -
11808: small changes in crc32 calculation
11809:
11810: * src/classes/date.C: - not needed code was removed
11811:
11812: 2006-11-16 misha
11813:
11814: * src/types/pa_vmail.C: - fix missed brakes
11815:
11816: * src/types/pa_vmail.C: - mail:send now set content-type:
11817: multipart/related instead of multipart/mixed if file have
11818: $.content-id[]
11819:
11820: 2006-11-15 misha
11821:
11822: * src/types/pa_vdouble.h: abs -> fabs
11823:
11824: 2006-11-14 misha
11825:
1.211 ! moko 11826: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
! 11827: and ^file:md5[file-name]
1.95 moko 11828:
11829: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11830: added
11831:
11832: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11833: FILE_BUFFER_SIZE
11834:
11835: * src/classes/math.C: - hex_string was moved to pa_common.h
11836:
11837: * src/include/pa_common.h: - hex_string was moved from math.C -
11838: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11839:
11840: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11841: values was fixed
11842:
11843: 2006-11-13 misha
11844:
1.211 ! moko 11845: * operators.ru.txt, operators.txt: - added info about
! 11846: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 11847:
11848: * src/classes/math.C: - added ^math:crc32[string]
11849:
11850: * src/classes/file.C: - some comments were changed - added
11851: ^file:crc32[file-name] and ^file.crc32[]
11852:
11853: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11854: crc32 calculation added
11855:
11856: 2006-11-03 misha
11857:
11858: * src/include/pa_array.h: - not needed variable removed
11859:
11860: * tests/: 150.html, 151.html, results/150.processed,
11861: results/151.processed: - 2 tests were added
11862:
11863: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11864: with $.reverse(1) were fixed
11865:
11866: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11867: query converted to $.charset during ^file::load[http://...]
11868:
11869: 2006-11-02 misha
11870:
11871: * src/include/pa_table.h: ups. forget '=' char
11872:
11873: * src/include/pa_table.h: - one more fix in
11874: .locate[...][$.reverse(1)]
11875:
11876: 2006-11-01 misha
11877:
11878: * src/classes/math.C: - bug fix, details:
11879: http://www.parser.ru/forum/?id=53360
11880:
11881: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11882: false for all records )[$.reverse(1)]
11883:
11884: * src/main/pa_http.C: - second param for this mid method is length
11885: but not end_index so this method has error and can't detect
11886: charsets in next content-types: Content-type: text/html;
11887: charset="windows-1251" Content-type: text/html;
11888: charset="windows-1251"; Content-type: text/html;
11889: charset=windows-1251;
11890:
11891: only Content-type: text/html; charset=windows-1251 was fine
11892:
11893: 2006-10-31 misha
11894:
11895: * src/classes/file.C: - empty args in file::exec removed now
11896:
11897: 2006-09-03 paf
11898:
11899: * src/classes/file.C: proper tainting of
11900: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11901:
11902: 2006-06-09 paf
11903:
11904: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11905:
11906: * src/classes/table.C: formatting
11907:
11908: * src/classes/table.C: incorporated patch from misha: Sent:
11909: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11910: ignoring string options for ^table.save[]
11911:
11912: * src/classes/hash.C: incorporated patch from misha Sent:
11913: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11914: $hash._default disappear while
11915:
1.211 ! moko 11916: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
! 11917: $.value[file] $.format[!uue|!base64] << new base64 option.
! 11918: default uue ] ]
1.95 moko 11919:
11920: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11921: PM Subject: patch for base64 in ^mail:send[] %-)
11922:
11923: 2006-04-09 paf
11924:
11925: * src/main/compile.tab.C: ` change compiled
11926:
1.211 ! moko 11927: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 11928: src/classes/classes.vcproj, src/classes/file.C,
11929: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11930: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11931: src/classes/xnode.C, src/include/pa_array.h,
11932: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11933: src/include/pa_memory.h, src/include/pa_request.h,
11934: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11935: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11936: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11937: src/lib/pcre/pcre_dftables.vcproj,
11938: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11939: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11940: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11941: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11942: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11943: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11944: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11945: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11946: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11947: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11948: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11949: src/types/pa_value.h, src/types/pa_vcookie.C,
11950: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11951: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11952: src/types/pa_vstatus.C, src/types/types.vcproj,
11953: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
11954: ^menu, ^hash/hashfile.foreach
11955:
11956: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11957: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11958: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11959: src/classes/xnode.C, src/include/pa_array.h,
11960: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11961: src/include/pa_memory.h, src/include/pa_request.h,
11962: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11963: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11964: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11965: src/lib/pcre/pcre_dftables.vcproj,
11966: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11967: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11968: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11969: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11970: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11971: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11972: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11973: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11974: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11975: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11976: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11977: src/types/pa_value.h, src/types/pa_vcookie.C,
11978: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11979: src/types/pa_vstatus.C, src/types/types.vcproj,
11980: tests/descript.ion: ! switched to VS2005 (projects and
11981: object<info explicitly typed>.for_each(, info)) +
11982: $response:field[] setting void means removing + grammar $name`
11983: name stops now, for mysql `$field` + started ^break[]
11984: ^continue[], in ^for. TODO: to other iterators (while, menu,
11985: foreach) + all log messages += [uri=, method=, cl=]
11986:
11987: * buildall-with-xml: merged . ftp paths update
11988:
11989: * buildall-with-xml: . ftp paths update
11990:
11991: 2006-03-04 paf
11992:
11993: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
11994: checks++ [thanks to Igor Zinkovsky for detailed report]
11995:
11996: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
11997: Igor Zinkovsky for detailed report]
11998:
11999: 2006-03-01 paf
12000:
12001: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12002: \n to ' ' in
12003:
12004: 2006-02-18 paf
12005:
12006: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12007: \n to ' ' in
12008:
12009: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12010:
12011: 2006-02-03 paf
12012:
12013: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12014: base64
12015:
12016: * src/main/pa_common.C: ! bugfix: decoding from base64
12017:
12018: 2006-01-20 paf
12019:
12020: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12021: economy fix
12022:
12023: * src/classes/: table.C: merged from HEAD ! bugfix
12024: ^table.save[$.encloser-s now handled properly
12025:
12026: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12027: handled properly
12028:
12029: 2006-01-19 paf
12030:
12031: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12032: libgc:USE_MUNMAP activates merging of free memory blocks which
12033: helps a lot in our case: after transform we want
12034: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12035:
12036: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12037: economy fix
12038:
12039: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12040: activates merging of free memory blocks which helps a lot in our
12041: case: after transform we want CORD(main.result)->cstr[big
12042: malloc]->transcode[big malloc]
12043:
12044: 2006-01-17 paf
12045:
12046: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12047: before reading them. got rid of reallocs = became quicker and
12048: less fragmentated
12049:
12050: 2005-12-29 paf
12051:
1.116 moko 12052: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12053: configure, configure.in, src/include/pa_version.h,
12054: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12055: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12056: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12057: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12058: src/lib/ltdl/missing: . merged from 3.2.1
12059:
1.116 moko 12060: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12061: packaged when 'make dist', so do configure companion files in
12062: src/lib/ltdl
12063:
12064: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12065: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12066: missing: . now config_auto.h is created with configure [were
12067: constant]
1.95 moko 12068:
12069: * INSTALL: . references to documentation and some clarification
12070:
12071: * buildall-with-xml, buildall-without-xml: . farawell doc
12072: indication
12073:
1.116 moko 12074: * Makefile.am: . dist+=buildall*
1.95 moko 12075:
12076: 2005-12-28 paf
12077:
12078: * configure: . 3.2.1
12079:
12080: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12081: simplify build process, see INSTALL
12082:
12083: 2005-12-26 paf
12084:
12085: * configure: ver
12086:
12087: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12088: version
12089:
12090: 2005-12-21 paf
12091:
12092: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12093: compiled with bison 1.875b, it reports unexpected token names
12094:
12095: 2005-12-19 paf
12096:
12097: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12098: holds a link to xmlNode to prevent premature gc(xmlNode)
12099:
12100: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12101: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12102: src/main/main.vcproj, src/main/pa_globals.C,
12103: src/targets/cgi/parser3.vcproj,
12104: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12105: configure, configure.in, src/include/pa_version.h: . killing
12106: gdome [what a relief]
12107:
12108: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12109: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12110: run_parser.sh, results/001.processed, results/002.processed,
12111: results/003.processed, results/004.processed,
12112: results/005.processed, results/006.processed,
12113: results/008.processed, results/009.processed,
12114: results/010.processed, results/011.processed,
12115: results/012.processed, results/013.processed,
12116: results/014.processed, results/015.processed,
12117: results/016.processed, results/017.processed,
12118: results/018.processed, results/020.processed,
12119: results/021.processed, results/022.processed,
12120: results/023.processed, results/024.processed,
12121: results/025.processed, results/026.processed,
12122: results/027.processed, results/028.processed,
12123: results/029.processed, results/030.processed,
12124: results/031.processed, results/032.processed,
12125: results/033.processed, results/034.processed,
12126: results/035.processed, results/036.processed,
12127: results/037.processed, results/038.processed,
12128: results/039.processed, results/040.processed,
12129: results/041.processed, results/042.processed,
12130: results/043.processed, results/044.processed,
12131: results/045.processed, results/046.processed,
12132: results/047.processed, results/048.processed,
12133: results/049.processed, results/050.processed,
12134: results/051.processed, results/052.processed,
12135: results/053.processed, results/054.processed,
12136: results/055.processed, results/056.processed,
12137: results/057.processed, results/058.processed,
12138: results/059.processed, results/060.processed,
12139: results/061.processed, results/062.processed,
12140: results/063.processed, results/064.processed,
12141: results/065.processed, results/066.processed,
12142: results/067.processed, results/068.processed,
12143: results/069.processed, results/070.processed,
12144: results/071.processed, results/072.processed,
12145: results/073.processed, results/074.processed,
12146: results/075.processed, results/076.processed,
12147: results/077.processed, results/078.processed,
12148: results/079.processed, results/080.processed,
12149: results/081.processed, results/082.processed,
12150: results/083.processed, results/084.processed,
12151: results/085.processed, results/086.processed,
12152: results/087.processed, results/088.processed,
12153: results/089.processed, results/090.processed,
12154: results/091.processed, results/092.processed,
12155: results/093.processed, results/094.processed,
12156: results/095.processed, results/096.processed,
12157: results/097.processed, results/099.processed,
12158: results/100.processed, results/101.processed,
12159: results/102.processed, results/104.processed,
12160: results/105.processed, results/106.processed,
12161: results/107.processed, results/108.processed,
12162: results/109.processed, results/110.processed,
12163: results/111.processed, results/112.processed,
12164: results/113.processed, results/114.processed,
12165: results/115.processed, results/117.processed,
12166: results/119.processed, results/120.processed,
12167: results/121.processed, results/122.processed,
12168: results/123.processed, results/124.processed,
12169: results/125.processed, results/126.processed,
12170: results/127.processed, results/128.processed,
12171: results/129.processed, results/130.processed,
12172: results/131.processed, results/132.processed,
12173: results/133.processed, results/134.processed,
12174: results/135.processed, results/136.processed,
12175: results/138.processed, results/139.processed,
12176: results/140.processed, results/141.processed,
12177: results/142.processed, results/143.processed,
12178: results/144.processed, results/145.processed,
12179: results/146.processed, results/147.processed,
12180: results/148.processed, results/149.processed, results/auto.p: .
12181: now works if we turn off default auto.p
12182:
1.116 moko 12183: * configure: . makes
1.95 moko 12184:
12185: * src/types/pa_vxnode.C: . less warnings
12186:
12187: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12188: tests/145.html, tests/149.html, tests/descript.ion,
12189: tests/outputs/d.cmd, tests/results/142.processed,
12190: tests/results/143.processed, tests/results/144.processed,
12191: tests/results/145.processed, tests/results/146.processed,
12192: tests/results/147.processed, tests/results/148.processed,
12193: tests/results/149.processed: . removed .nodeValue from all node
12194: types other than 5 (grabbed piece from gdome)
12195:
12196: * tests/: 137.html, results/137.processed: . not handled this case
12197: yet. code does not hang from inserting parent into child,
12198: considering thing minor issue -- nodes are removed from source
12199: anyway, don't know why shold that be an error after all
12200:
12201: * src/targets/cgi/parser3.C: . style
12202:
12203: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12204: xdoc too [were barking "not element"]
12205:
12206: 2005-12-16 paf
12207:
12208: * tests/: 146.html, 147.html, 148.html: . more tests
12209:
12210: * src/classes/xnode.C: . also bark on possible errors
12211:
12212: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12213: props
12214:
12215: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12216: main/compile.y: merged from HEAD ! fixed overoptimized
12217: ^call(false) case. (confused it with ^call[] case)
12218:
12219: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12220: ^call(false) case. (confused it with ^call[] case)
12221:
12222: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12223:
12224: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12225: results/001.processed, results/002.processed,
12226: results/003.processed, results/004.processed,
12227: results/005.processed, results/006.processed,
12228: results/008.processed, results/009.processed,
12229: results/010.processed, results/011.processed,
12230: results/012.processed, results/013.processed,
12231: results/014.processed, results/015.processed,
12232: results/016.processed, results/017.processed,
12233: results/018.processed, results/019.processed,
12234: results/020.processed, results/021.processed,
12235: results/022.processed, results/023.processed,
12236: results/024.processed, results/025.processed,
12237: results/026.processed, results/027.processed,
12238: results/028.processed, results/029.processed,
12239: results/030.processed, results/031.processed,
12240: results/032.processed, results/033.processed,
12241: results/034.processed, results/035.processed,
12242: results/036.processed, results/037.processed,
12243: results/038.processed, results/039.processed,
12244: results/040.processed, results/041.processed,
12245: results/042.processed, results/043.processed,
12246: results/044.processed, results/045.processed,
12247: results/046.processed, results/047.processed,
12248: results/048.processed, results/049.processed,
12249: results/050.processed, results/051.processed,
12250: results/052.processed, results/053.processed,
12251: results/054.processed, results/055.processed,
12252: results/056.processed, results/057.processed,
12253: results/058.processed, results/059.processed,
12254: results/060.processed, results/061.processed,
12255: results/062.processed, results/063.processed,
12256: results/064.processed, results/065.processed,
12257: results/066.processed, results/067.processed,
12258: results/068.processed, results/069.processed,
12259: results/070.processed, results/071.processed,
12260: results/072.processed, results/073.processed,
12261: results/074.processed, results/075.processed,
12262: results/076.processed, results/077.processed,
12263: results/078.processed, results/079.processed,
12264: results/080.processed, results/081.processed,
12265: results/082.processed, results/083.processed,
12266: results/084.processed, results/085.processed,
12267: results/086.processed, results/087.processed,
12268: results/088.processed, results/089.processed,
12269: results/090.processed, results/091.processed,
12270: results/092.processed, results/093.processed,
12271: results/094.processed, results/095.processed,
12272: results/096.processed, results/097.processed,
12273: results/099.processed, results/101.processed,
12274: results/102.processed, results/104.processed,
12275: results/105.processed, results/106.processed,
12276: results/107.processed, results/108.processed,
12277: results/109.processed, results/110.processed,
12278: results/111.processed, results/112.processed,
12279: results/113.processed, results/114.processed,
12280: results/115.processed, results/116.processed,
12281: results/117.processed, results/118.processed,
12282: results/119.processed, results/120.processed,
12283: results/121.processed, results/122.processed,
12284: results/123.processed, results/124.processed,
12285: results/125.processed, results/126.processed,
12286: results/127.processed, results/128.processed,
12287: results/129.processed, results/130.processed,
12288: results/131.processed, results/132.processed,
12289: results/133.processed, results/134.processed,
12290: results/135.processed, results/136.processed,
12291: results/137.processed, results/138.processed,
12292: results/139.processed, results/140.processed,
12293: results/141.processed: . refreshed old tests, made them work
12294: without auto.p (in utf8) . things noted: . gif got encoded
12295: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12296: some strange year)
12297:
12298: * INSTALL: . revived linux libgc fix
12299:
12300: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12301: glib/gdome in INSTALL and patches]
12302:
12303: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12304: include/pa_charset.h, include/pa_config_includes.h,
12305: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12306: include/pa_xml_exception.h, lib/cord/Makefile.am,
12307: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12308: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12309: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12310: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12311: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12312: types/pa_vxnode.h: . started killing gdome
12313:
12314: 2005-12-13 paf
12315:
12316: * src/main/: pa_request.C: merged from HEAD ! when code in
12317: @unhandled_exception thrown another exception, print correct
12318: origin (earlier code in catch of exception inside of
12319: @unhandled_exception grabbed parent_frame(original_exception)
12320: origin and printed it, instead of true origin)
12321:
12322: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12323: another exception, print correct origin (earlier code in catch of
12324: exception inside of @unhandled_exception grabbed
12325: parent_frame(original_exception) origin and printed it, instead
12326: of true origin)
12327:
12328: 2005-12-09 paf
12329:
12330: * INSTALL: . updated INSTALL doc to work around linux stack base
12331: detection problem, due to change in gc6.4 code
12332:
12333: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12334: ignored in ^string.matched :(
12335:
12336: * src/main/pa_string.C: ! regex tainting were ignored in
12337: ^string.matched :(
12338:
12339: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12340: src/include/pa_config_fixed.h, src/include/pa_version.h,
12341: src/main/compile.y, src/main/compile_tools.h,
12342: src/main/pa_charset.C, src/main/pa_common.C,
12343: src/main/pa_globals.C, src/main/pa_string.C,
12344: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12345: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12346:
12347: 2005-12-08 paf
12348:
12349: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12350: 500 chars now handled OK [were wrapped on 500th char according to
12351: rfc, but sendmail failed to unwrap it properly]
12352:
12353: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12354: handled OK [were wrapped on 500th char according to rfc, but
12355: sendmail failed to unwrap it properly]
12356:
12357: * src/targets/isapi/parser3isapi.C: . less warnings
12358:
12359: * src/targets/isapi/parser3isapi.C: . undone some strange change
12360: since 3.1.5
12361:
12362: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12363: link fixes
12364:
12365: * src/: classes/date.C, include/pa_config_fixed.h,
12366: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12367: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12368: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12369:
12370: * src/include/pa_config_fixed.h: . removed outdated string origins
12371: [in current storage scheme there's no place for them. someday we
12372: can add third CORD to store origins and special version of parser
12373: which stores origins there [separate binary]]
12374:
12375: 2005-12-07 paf
12376:
12377: * src/targets/isapi/parser3isapi.C: . now links in release mode
12378:
12379: * src/include/pa_version.h: makefiles
12380:
12381: * src/include/pa_version.h: . not beta
12382:
12383: * configure, configure.in, src/include/pa_version.h: not beta
12384:
12385: 2005-12-06 paf
12386:
12387: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12388: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12389: decided to undo the change ^call[$void] passes void. now it will
12390: pass empty string again.
12391:
12392: * src/main/: compile.tab.C, compile.y: . version readded
12393:
12394: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12395: = ^switch[void] problem
12396:
12397: 2005-12-01 paf
12398:
12399: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12400: caused ^case[string] to be coerced to double since searching
12401: value were not string (it was vvoid)
12402:
12403: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12404: ^case[string] to be coerced to double since searching value were
12405: not string (it was vvoid)
12406:
12407: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12408: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12409:
12410: 2005-11-30 paf
12411:
12412: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12413: win32 must putenv("TZ="), on unix works only putenv("TZ")
12414:
12415: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12416: putenv("TZ="), on unix works only putenv("TZ")
12417:
12418: * INSTALL: . xml libs versions updated
12419:
12420: * src/main/pa_globals.C: //20051130 trying to remove this, author
12421: claims that fixed a lot there // 20040920 for now both
12422: workarounds needed. wait for new libxml/xsl versions
12423:
12424: 2005-11-28 paf
12425:
12426: * src/classes/table.C: merged from HEAD: ! nameless table has
12427: columns==0
12428:
12429: * src/classes/table.C: ! nameless table has columns==0
12430:
12431: * src/main/pa_http.C: merged from HEAD: ! status line check made
12432: earlier [was totally wrong]
12433:
12434: * src/main/pa_http.C: ! status line check made earlier [was totally
12435: wrong]
12436:
12437: 2005-11-25 paf
12438:
12439: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12440: undoing for now...
12441:
12442: * src/include/pa_version.h: -this reduces speed(table::load),
12443: strange. undoing
12444:
12445: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12446:
12447: * src/classes/op.C: + ^while(){}[SEPARATOR]
12448:
12449: * src/include/pa_array.h: + optimistics added: all arrays (table
12450: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12451: this speeds things up and saves memory a LOT! (not noticed
12452: negative effect on syntetic tests, future will tell...)
12453:
12454: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12455: changed gc_malloc implementation, which obscured profiling
12456:
12457: * src/classes/table.C: merged from HEAD: + optimized
12458: table::load/sql, now row ArrayString-s allocated with
12459: columns.count() elements and don't always grow from
12460: count=3[realloc,realloc]
12461:
12462: * src/classes/table.C: + optimized table::load/sql, now row
12463: ArrayString-s allocated with columns.count() elements and don't
12464: always grow from count=3[realloc,realloc]
12465:
12466: * src/classes/table.C: merged from HEAD: . ^table.save unused
12467: buffer after save
12468:
12469: * src/classes/table.C: . ^table.save unused buffer after save
12470:
12471: 2005-11-24 paf
12472:
12473: * configure.in: . merged glib2-config patch
12474:
12475: * configure.in: + trying to find glib2-config
12476:
12477: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12478: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12479: file/dir_readable to simple file/dir_exist, this would help in
12480: situations "class not found because .p file has bad rights" << in
12481: that case error would be explicit "access denied to 'this' file"
12482:
1.116 moko 12483: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12484:
12485: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12486: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12487: to simple file/dir_exist, this would help in situations "class
12488: not found because .p file has bad rights" << in that case error
12489: would be explicit "access denied to 'this' file"
12490:
12491: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12492: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12493: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12494: ^file::exec/cgi[script;$.charset[changed]
12495: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12496: encoded in $.charset charset
12497:
12498: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12499: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12500: encoded in $.charset charset
12501:
12502: * src/: include/Makefile.am, include/pa_common.h,
12503: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12504: main/pa_common.C, main/pa_http.C: . extracted http:// into
12505: separate file [preparation for
12506: ^file::cgi[script;$.form[$.field1[]
12507:
12508: 2005-11-22 paf
12509:
12510: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12511:
12512: * acinclude.m4, configure.in: . merged underquting fixes
12513:
1.116 moko 12514: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12515:
12516: * src/classes/op.C: . overmerged a little
12517:
12518: * src/main/compile.tab.C: Makefile
12519:
12520: * src/main/: pa_common.C: . less gcc warnings
12521:
12522: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12523: now reports original exception if we have no old cache
12524:
12525: * src/classes/op.C: + $exception.handled[cache] now reports
12526: original exception if we have no old cache
12527:
12528: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12529: from HEAD: + ^taint/untaint[regex] << escapes these:
12530: \^$.[]|()?*+{}
12531:
12532: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12533: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12534:
12535: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12536: getenv-ed variable, which does not work both on win32&unix.
12537: copied old TZ value now
12538:
12539: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12540: stored pointer to getenv-ed variable, which does not work both on
12541: win32&unix. copied old TZ value now
12542:
12543: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12544: getenv-ed variable, which does not work both on win32&unix.
12545: copied old TZ value now
12546:
12547: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12548: access to internal hash
12549:
12550: * src/types/pa_vresponse.C: + $response:headers access to internal
12551: hash
12552:
12553: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12554: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12555: isapi] this reduces number of "GC Warning: Repeated allocation of
12556: very large block" messages to only important onces
12557:
12558: * src/targets/isapi/parser3isapi.C: +
12559: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12560: isapi] this reduces number of "GC Warning: Repeated allocation of
12561: very large block" messages to only important onces
12562:
12563: * src/classes/string.C: merged from HEAD: + removed limitation on
12564: ^string/int/double:sql{}[$.default[({param style})] ]
12565:
12566: * src/classes/string.C: + removed limitation on
12567: ^string/int/double:sql{}[$.default[({param style})] ]
12568:
12569: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12570: with ?params or $.form option" limitation
12571:
12572: * src/main/pa_common.C: + removed "use either uri with ?params or
12573: $.form option" limitation
12574:
12575: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12576: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12577: ^file::base64[encoded] decode
12578:
12579: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12580: main/pa_common.C: + ^file.base64[] encode +
12581: ^file::base64[encoded] decode
12582:
12583: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12584: ^string:base64[encoded] decode
12585:
12586: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12587: ^string:base64[in] encode + ^string.base64[] decode
12588:
12589: 2005-11-21 paf
12590:
12591: * src/classes/file.C: + merged from HEAD:
12592: ^file::create[text;file.xml;^untaint[xml]{data}]
12593:
12594: * src/classes/file.C: +
12595: ^file::create[text;file.xml;^untaint[xml]{data}]
12596:
12597: * src/main/pa_request.C: ! merged: $response:body[file] now
12598: differes from :download, it does not return content-disposition
12599: at all now [previusely it returned valueless content-disposition]
12600:
12601: * src/main/pa_request.C: ! $response:body[file] now differes from
12602: :download, it does not return content-disposition at all now
12603: [previusely it returned valueless content-disposition]
12604:
12605: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12606: literals, reverted to just vvod, recreating empty array with each
12607: void_value token. that's absolutely needed, since that array
12608: grows
12609:
12610: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12611: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12612: types/pa_vmethod_frame.h: + merged: expression literals:
12613: true/false. ^format[$.indent(true)]
12614:
12615: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12616: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12617: types/pa_vmethod_frame.h: + expression literals: true/false.
12618: ^format[$.indent(true)]
12619:
12620: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12621: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12622: i386-pc-win32)"
12623:
12624: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12625: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12626: i386-pc-win32)"
12627:
12628: 2005-11-18 paf
12629:
12630: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12631: null}[$.default(123)] will now return default value
12632:
12633: * src/classes/op.C: + merged ^cache[] << returns current cache
12634: expiration time
12635:
12636: * src/classes/op.C: + ^cache[] << returns current cache expiration
12637: time
12638:
12639: * src/classes/table.C: ! merged ^table::create[not'nameless';
12640: failed << Exception.problem_source pointed to local var!
12641:
12642: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12643: Exception.problem_source pointed to local var!
12644:
12645: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12646: now loads VFile.ptr!=0, so such files can be saved now
12647:
12648: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12649: loads VFile.ptr!=0, so such files can be saved now
12650:
12651: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12652: only . and .. now removed from list [were removed all .*]
12653:
12654: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12655: .. now removed from list [were removed all .*]
12656:
12657: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12658: open error now checked, were not :( [stole that piece from apache
12659: 1.3 sources]
12660:
12661: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12662: checked, were not :( [stole that piece from apache 1.3 sources]
12663:
12664: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12665: untainting of @main result if returned by $result or
12666: $response:body
12667:
12668: * src/main/pa_request.C: ! ensured proper untainting of @main
12669: result if returned by $result or $response:body
12670:
12671: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12672: issue: now tries to guess content-length and allocates one big
12673: piece if possible [regretfully gc_realloc works as malloc+free,
12674: leaving lots of holes behind]
12675:
12676: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12677: fixed file load memory issue: now tries to guess content-length
12678: and allocates one big piece if possible [regretfully gc_realloc
12679: works as malloc+free, leaving lots of holes behind]
12680:
12681: 2005-11-16 paf
12682:
12683: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12684: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12685: table::save with enclosers now doubles them: "->"" !
12686: table::save/load do not remove elements from options hash
12687:
12688: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12689: [were overoptimized ^if(double_literal), compiler confused
12690: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12691:
12692: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12693: [were overoptimized ^if(double_literal), compiler confused
12694: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12695:
12696: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12697: main/pa_common.C: ! table::save with enclosers now doubles them:
12698: "->"" ! table::save/load do not remove elements from options hash
12699:
12700: 2005-11-03 paf
12701:
1.116 moko 12702: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12703: compilation, not all makefiles liked that
1.95 moko 12704:
12705: 2005-08-30 paf
12706:
12707: * src/classes/op.C: merge . speedup check of [DEFAULT]
12708:
12709: * src/classes/op.C: . speedup check of [DEFAULT]
12710:
12711: 2005-08-26 paf
12712:
12713: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12714:
12715: * src/: classes/date.C, types/pa_vdate.h: + date.week
12716:
12717: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12718: complains about bad!=nameless
12719:
12720: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12721: about bad!=nameless
12722:
12723: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12724: optional options were allowed to be empty. were checked
12725: if(is_string), changed to !defined||is_string to allow void
12726:
12727: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12728: classes/string.C, classes/table.C, classes/void.C: ! optional
12729: options were allowed to be empty. were checked if(is_string),
12730: changed to !defined||is_string to allow void
12731:
12732: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12733: as_junction where they needed as_int/double, so failed with
12734: recent "(const) now no junction" optimization
12735:
12736: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12737: merged ! many classes/* used as_junction where they needed
12738: as_int/double, so failed with recent "(const) now no junction"
12739: optimization
12740:
12741: * src/: classes/double.C, classes/int.C, classes/math.C,
12742: classes/op.C, classes/string.C, classes/table.C,
12743: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12744: used as_junction where they needed as_int/double, so failed with
12745: recent "(const) now no junction" optimization
12746:
12747: 2005-08-24 paf
12748:
12749: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12750: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12751: stripped it
12752:
12753: 2005-08-09 paf
12754:
12755: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12756: not cleared
12757:
12758: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12759: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12760: classes/hashfile.C, classes/image.C, classes/int.C,
12761: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12762: classes/response.C, classes/string.C, classes/table.C,
12763: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12764: include/pa_array.h, include/pa_cache_managers.h,
12765: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12766: include/pa_config_fixed.h, include/pa_config_includes.h,
12767: include/pa_dictionary.h, include/pa_dir.h,
12768: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12769: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12770: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12771: include/pa_request_charsets.h, include/pa_request_info.h,
12772: include/pa_sapi.h, include/pa_socks.h,
12773: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12774: include/pa_stack.h, include/pa_string.h,
12775: include/pa_stylesheet_connection.h,
12776: include/pa_stylesheet_manager.h, include/pa_table.h,
12777: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12778: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12779: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12780: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12781: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12782: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12783: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12784: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12785: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12786: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12787: main/pa_sql_driver_manager.C, main/pa_string.C,
12788: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12789: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12790: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12791: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12792: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12793: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12794: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12795: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12796: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12797: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12798: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12799: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12800: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12801: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12802: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12803: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12804: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12805: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12806: types/pa_vresponse.C, types/pa_vresponse.h,
12807: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12808: types/pa_vstateless_object.h, types/pa_vstatus.C,
12809: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12810: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12811: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12812: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12813: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12814:
12815: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12816: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12817: speedup consequent checks in vmethod_frame
12818:
12819: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12820: not cleared
12821:
12822: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12823: params: 50 max (were 10)
12824:
12825: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12826: params: 50 max (were 10)
12827:
12828: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12829: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12830: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12831: empty string) ! simplified (double) speedup consequent checks in
12832: vmethod_frame
12833:
12834: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12835: optimized constants in expressions vstring->vdouble + optimized
12836: ^call(vdouble), no junction creation, no calls later
12837:
12838: 2005-08-08 paf
12839:
12840: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12841: compile_tools.h: merged + optimized constants in expressions
12842: vstring->vdouble + optimized ^call(vdouble), no junction
12843: creation, no calls later
12844:
12845: * src/types/pa_vdouble.h: merged . double values without fractional
12846: part now default printed as %.0f instead of %g
12847:
12848: * src/types/pa_vdouble.h: . double values without fractional part
12849: now default printed as %.0f instead of %g
12850:
12851: * src/classes/hashfile.C: . merged ! second hashfile::open would
12852: cause an exception
12853:
12854: * src/classes/hashfile.C: ! second hashfile::open would cause an
12855: exception
12856:
12857: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12858: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12859: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12860: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12861: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12862: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12863: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12864: types/pa_vresponse.h, types/pa_vstateless_class.C,
12865: types/pa_vstateless_object.h, types/pa_vvoid.h,
12866: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12867: merged VJunction(new Junction) optimization from 3.1.4
12868:
12869: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12870: types/pa_vstateless_class.C: + optimized new VJunction(new
12871: Junction(params)) to new VJunction(params), thousands of mallocs
12872: removed
12873:
12874: 2005-08-05 paf
12875:
12876: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12877: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12878: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12879: creation, no calls later
12880:
12881: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12882: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12883: classes/hashfile.C, classes/image.C, classes/int.C,
12884: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12885: classes/response.C, classes/string.C, classes/table.C,
12886: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12887: include/pa_array.h, include/pa_cache_managers.h,
12888: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12889: include/pa_config_fixed.h, include/pa_config_includes.h,
12890: include/pa_dictionary.h, include/pa_dir.h,
12891: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12892: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12893: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12894: include/pa_request_charsets.h, include/pa_request_info.h,
12895: include/pa_sapi.h, include/pa_socks.h,
12896: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12897: include/pa_stack.h, include/pa_string.h,
12898: include/pa_stylesheet_connection.h,
12899: include/pa_stylesheet_manager.h, include/pa_table.h,
12900: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12901: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12902: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12903: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12904: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12905: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12906: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12907: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12908: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12909: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12910: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12911: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12912: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12913: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12914: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12915: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12916: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12917: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12918: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12919: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12920: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12921: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12922: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12923: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12924: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12925: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12926: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12927: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12928: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12929: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12930: types/pa_vstateless_object.h, types/pa_vstatus.C,
12931: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12932: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12933: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12934: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12935: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
12936:
12937: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
12938: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
12939: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12940: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
12941: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12942: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
12943: optimized constants in expressions vstring->vdouble
12944:
12945: 2005-07-29 paf
12946:
12947: * src/types/pa_vclass.C: . shaped up error messages a bit
12948:
12949: * src/types/pa_vclass.C: + property getter can now be overridden
12950:
12951: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
12952: bug fix: static parent fields were not replaced in case
12953: $derived:field[put] + property setter can now be overridden
12954:
12955: 2005-07-28 paf
12956:
12957: * configure, configure.in, src/classes/classes.h,
12958: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
12959: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
12960: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
12961: src/classes/xnode.h, src/include/pa_hash.h,
12962: src/include/pa_version.h, src/main/execute.C,
1.116 moko 12963: src/types/Makefile.am, src/types/pa_method.h,
12964: src/types/pa_value.h, src/types/pa_vclass.C,
12965: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12966: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
12967: src/types/pa_vcookie.h, src/types/pa_vhash.h,
12968: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
12969: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
12970: src/types/pa_vobject.C, src/types/pa_vobject.h,
12971: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
12972: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12973: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12974: src/types/pa_vstateless_class.h,
1.95 moko 12975: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
12976: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12977: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
12978: dynamic_fields_join
12979:
12980: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
12981: classes/xnode.C, include/pa_hash.h, main/execute.C,
12982: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12983: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12984: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12985: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12986: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12987: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12988: types/pa_vresponse.h, types/pa_vstateless_object.h,
12989: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
12990: types/pa_wwrapper.h: ! restored put_element('replace' param), and
12991: restored its checks in vobject.put_element->static fields |
12992: dynamic properties
12993:
12994: 2005-07-27 paf
12995:
12996: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
12997: is some old code containing @set_name $name
12998:
12999: * src/types/pa_vobject.h: . fixed warning
13000:
13001: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13002: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13003:
13004: * src/: classes/xnode.C, include/pa_hash.h,
13005: types/pa_vstateless_class.C: ! new asserts were all false.
13006: regretfully reverted them all to checks
13007:
13008: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13009: classes/op.C, main/execute.C, types/pa_method.h,
13010: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13011: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13012: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13013: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13014: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13015: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13016: types/pa_vstateless_object.h, types/pa_vvoid.h,
13017: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13018: joined_dynamic_fields: removed unused param from put_method
13019: (returned to 3 params)
13020:
13021: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13022: joined_dynamic_fields: dynamic get/set works with overriding
13023: props [alpha2]
13024:
13025: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13026: works [alfa]
13027:
13028: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13029: classes/op.C, include/pa_hash.h, main/execute.C,
13030: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13031: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13032: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13033: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13034: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13035: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13036: types/pa_vresponse.h, types/pa_vstateless_class.C,
13037: types/pa_vstateless_object.h, types/pa_vvoid.h,
13038: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13039: joined_dynamic_fields: just compiled
13040:
13041: * src/: classes/date.C, classes/file.C, classes/hash.C,
13042: classes/hashfile.C, classes/image.C, classes/table.C,
13043: classes/xdoc.C, classes/xnode.h, main/execute.C,
13044: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13045: types/pa_vstateless_class.h: joined_dynamic_fields: started
13046:
13047: * src/types/pa_vobject.C: . object setters [only started, does not
13048: work yet]
13049:
13050: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13051: object setters [only started, does not work yet]
13052:
13053: 2005-07-26 paf
13054:
13055: * src/: include/pa_request.h, main/execute.C: . properties: set
13056: works [alpha2]. for classes. todo: for objects
13057:
13058: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13059: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13060: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13061: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13062: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13063: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13064: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13065: types/pa_vstateless_object.h, types/pa_vvoid.h,
13066: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13067: properties: set works [alpha1]
13068:
13069: 2005-07-25 paf
13070:
13071: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13072: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13073: properties: started, get works [alpha1, other approach]
13074:
13075: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13076: properties: started, get works [alpha2]
13077:
13078: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13079: pa_vstateless_class.h: . properties: started, get works [alpha]
13080:
13081: 2005-07-15 paf
13082:
13083: * src/: classes/classes.h, classes/op.C, main/execute.C,
13084: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13085: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13086: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13087: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13088: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13089: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13090: types/pa_vresponse.C, types/pa_vresponse.h,
13091: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13092: types/pa_vstateless_object.h, types/pa_vvoid.h,
13093: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13094: types/pa_wwrapper.h, types/types.vcproj: + started property
13095: [getters work but think of changing them too to precaching]
13096:
13097: 2005-07-08 paf
13098:
13099: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13100: gpf
13101:
13102: 2005-06-28 paf
13103:
13104: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13105: in passing empty strings to file::exec/cgi environment
13106:
13107: 2005-06-06 paf
13108:
13109: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13110: ^table:sql ^hash:sql now DO process $.bind option
13111:
13112: 2005-05-24 paf
13113:
13114: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13115: $.limit] now work again [support was broken in 3.1.4]
13116:
13117: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13118: ALL_INTERIOR_POINTERS
13119:
13120: 2005-05-12 paf
13121:
13122: * configure: 3.1.5beta
13123:
13124: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13125:
13126: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13127: $.limit] now work again [support was broken in 3.1.4]
13128:
13129: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13130: line-width [was refusing to fill if line-width >1, thanks to
13131: Seras <seras@pinxit.lt> for repro case
13132:
13133: 2005-04-25 paf
13134:
13135: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13136: correctly
13137:
13138: 2005-04-19 paf
13139:
13140: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13141: in VString violating invariant!!
13142:
13143: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13144: getenv("TZ")==null
13145:
13146: 2005-04-08 paf
13147:
13148: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13149: bugfix: when there is no char in charset one byte produces 6
13150: (ÿ <<max). increased buffer size!
13151:
13152: 2005-03-23 paf
13153:
13154: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13155: ^date.sql-string now takes TZ into account
13156:
13157: 2005-03-16 paf
13158:
13159: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13160: gcc 3.4
13161:
13162: * src/types/pa_vhash.C: . warning about eof eol
13163:
13164: 2005-02-17 paf
13165:
1.211 ! moko 13166: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
! 13167: ^sleep(double seconds)
1.95 moko 13168:
13169: 2005-02-02 paf
13170:
13171: * src/classes/xnode.C: beauty: removed needless includes
13172:
13173: 2005-01-31 paf
13174:
13175: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13176: $.partNoNumber now alias to $.part1
13177:
13178: * src/types/pa_vmail.C: change: incoming letter part contains
13179: "content-disposition" header with any value? now considering that
13180: part to be "file#" [for text/plain text/html were $.text#
13181: $.html#]
13182:
13183: * INSTALL: updatet to latest working versions available
13184:
13185: 2005-01-20 paf
13186:
13187: * configure.in, src/include/pa_version.h: version
13188:
13189: 2005-01-19 paf
13190:
1.116 moko 13191: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13192: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13193: couple warnings in parser3.C
1.95 moko 13194:
13195: 2004-12-23 paf
13196:
13197: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13198:
13199: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13200: dir to directory of script (when shbang used), not to directory
13201: of its interpreter
13202:
13203: * src/include/pa_version.h: compiled on win32...
13204:
13205: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13206: we need more hspace
13207:
13208: * configure, configure.in, src/include/pa_version.h: configured
13209: host to pa_version. will be displayed everywhere
13210:
13211: * src/main/pa_request.C: new: @unhandled_exception can prevent
13212: exception from being logged by setting $exception.handled(1)
13213:
1.211 ! moko 13214: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13215: ^file::sql{query}[[options]] options: $.name[file name]
13216: $.content-type[application/what]
13217:
13218: * src/: include/pa_common.h, main/pa_common.C,
13219: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13220: new file
13221:
13222: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13223: bugfix: table->hash now regards _default
13224:
13225: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13226: created by accessing $name_of_method it acquired bad self=closest
13227: methodframe; instead of proper self (current class)
13228:
13229: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13230: hashfile produced bad cord
13231:
13232: 2004-12-10 paf
13233:
13234: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13235: subsequent failures though defined in .h
13236:
13237: * src/main/pa_common.C: comment on volatile
13238:
13239: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13240: alarm function were not used since the beginning due to stupid
13241: error [setsigjmp were not checked in configure.in]
13242:
13243: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13244: unix too
13245:
13246: * src/main/pa_common.C: http: exception status of send/recv errors
13247: change to most probable http.timeout
13248:
13249: * src/main/pa_common.C: win32: http connection $.timeout option now
13250: works [setsockopt on send/receive]
13251:
13252: 2004-12-08 paf
13253:
13254: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13255: cstr-ed knowing mail charset, and untainting uri lang now knows
13256: proper charset
13257:
13258: 2004-11-24 paf
13259:
13260: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13261:
13262: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13263: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13264:
13265: 2004-11-12 paf
13266:
13267: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13268: [since 3.0.4]
13269:
13270: 2004-11-09 paf
13271:
13272: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13273: writes basics to c:\parser3.log
13274:
13275: 2004-10-21 paf
13276:
13277: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13278: tainted strings [were returning clean onces]
13279:
13280: 2004-10-15 paf
13281:
13282: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13283: cycles(i=1; i=2), which was wrong, now does ONE
13284:
13285: 2004-10-12 paf
13286:
13287: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13288:
13289: 2004-10-07 paf
13290:
13291: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13292: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13293: release asserts
13294:
13295: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13296: String.dump() to stdout in detailed form [were String.v() in
13297: short form]
13298:
13299: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13300: \t\r\n as @#| and truncates long char sequences less
13301:
13302: 2004-10-06 paf
13303:
13304: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13305: win32 beauty: socket errors properly decoded
13306:
13307: 2004-10-05 paf
13308:
13309: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13310: request::configure_user/admin done always, even if no
13311: file-to-process useful in @unhandled_exception [say, if they
13312: would want to mail by SMTP something]
13313:
13314: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13315: now performed prior to file loading [and @auto executing] thus
13316: making $cookie:value available in @auto and in
13317: @unhandled_exception when IIS is configured to run interpreter
13318: even if no file exist
13319:
13320: 2004-09-20 paf
13321:
13322: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13323: somewhere where it should have called xmlMalloc and it calls
13324: xmlFree when it should have not called it. inserted two
13325: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13326: xmlFree just ignored. put away a testcase, maybe someday libxml
13327: author would fix all that. until that day: we have SLOW garbage
13328: collecting when many xml objects are alive hint: do
13329: ^memory:compact[] before xdoc::create
13330:
13331: 2004-09-17 paf
13332:
13333: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13334: error from 3.0.8 version]
13335:
13336: 2004-09-14 paf
13337:
13338: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13339: part bugfix: hashfile.foreach iterated only part if hashfile were
13340: modified inside
13341:
13342: 2004-09-13 paf
13343:
13344: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13345: [were as octal]
13346:
13347: * src/types/pa_vhashfile.C: beauty: not reproduced
13348: $hashfile.key[$novalue] bug [reported by motorin], inserted
13349: safety-check
13350:
13351: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13352: [not something obscure from sdbm lib]
13353:
13354: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13355: = strerror now returnes something and we can properly report that
13356: to client
13357:
13358: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13359: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13360:
13361: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13362: [tainted as-is] this helps //[space][newline] to remain as-is and
13363: not be unnecessary optimized away [ruining javascript]
13364:
13365: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13366: [tainted as-is]
13367:
13368: * src/classes/mail.C: bugfix: typo error
13369:
13370: 2004-09-09 paf
13371:
13372: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13373: separators bugfix: loads header with endings \r\n\r\n and \n\n
13374: (bloody yandex.server)
13375:
13376: 2004-09-06 paf
13377:
13378: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13379: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13380: encoded
13381:
13382: 2004-09-01 paf
13383:
13384: * src/types/pa_vmail.C: change: multipart/mixed changed to
13385: multipart/related outlook express have no problems showing
13386: unrelated attachments. todo: someday figure out a way of
13387: multipart/mixed multipart/related text/html
13388: image/xxx application/octet-stream << true attachments
13389:
13390: * src/types/pa_vmail.C: new:
13391: ^mail:send[$.file[$.content-disposition can be overriden new:
13392: empty mail header fields removed from letter
13393:
13394: * src/: classes/mail.C, include/pa_config_fixed.h,
13395: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13396: ^mail:send[ $.file[ $.any[header]
13397:
13398: 2004-08-30 paf
13399:
13400: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13401: warnings
13402:
13403: * src/main/pa_common.C: beauty: do not bother with charset
13404: detection when ^file::load[binary
13405:
13406: 2004-08-27 paf
13407:
13408: * src/main/pa_common.C: hack: for yandex.server http server
13409:
13410: 2004-08-18 paf
13411:
13412: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13413: possibly-chunked response
13414:
13415: 2004-08-17 paf
13416:
13417: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13418: $f.content-type now = that of http response
13419:
13420: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13421: $f.content-type now = that of http response
13422:
13423: 2004-07-30 paf
13424:
13425: * src/: include/pa_request.h, main/pa_request.C,
13426: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13427: win32: system&parser exceptions in release mode reported properly
13428: parser exception in exception handler WERE mistakenly reported as
13429: system exception, without details [in apache & isapi] +some
13430: beauty in exception text
13431:
13432: * src/: include/pa_exception.h, main/pa_request.C,
13433: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13434: release mode reported properly parser exception in exception
13435: handler WERE mistakenly reported as system exception, without
13436: details
13437:
13438: * src/main/execute.C: beauty: simplified system exception handling
13439:
13440: 2004-07-29 paf
13441:
13442: * src/classes/table.C: bugfix:
13443: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13444: were ignored, and \t used unconditionally]
13445:
13446: * src/types/Makefile.am: added vhash.c
13447:
13448: 2004-07-28 paf
13449:
13450: * src/: classes/date.C, classes/image.C, classes/math.C,
13451: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13452: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13453: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13454: failed on russian letters
13455:
13456: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13457: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13458: letters
13459:
13460: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13461: as 'currentDirectory' parameter to CreateProcess
13462:
13463: 2004-07-27 paf
13464:
13465: * src/targets/cgi/parser3.vcproj: beauty: win32:
13466: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13467: from release somewhere [to help searching for unhandled system
13468: exceptions]
13469:
13470: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13471: TZ shift
13472:
13473: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13474: but also in ctor
13475:
13476: 2004-07-26 paf
13477:
1.211 ! moko 13478: * operators.ru.txt, operators.txt, src/include/pa_common.h,
! 13479: src/main/pa_common.C, src/main/pa_request.C,
! 13480: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13481: src/types/types.vcproj: new: $response:body/download[
13482: $.file[name on disk] $.name[of file for user]
13483: $.mdate[date of last-modified. default from directory] ]
13484:
13485: * src/classes/file.C: moving file:send somewhere else..
13486:
13487: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13488: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13489: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13490: $response:download[ $.filename[filename] $.option[] ,, ]
13491:
13492: * src/classes/file.C: beauty: invalid mode thoroughly reported
13493:
13494: 2004-07-21 paf
13495:
13496: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13497: to several lines
13498:
13499: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13500:
13501: note: ms outlook[!express] shows only first 255 characters of
13502: subject
13503:
13504: 2004-07-15 paf
13505:
13506: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13507: off]
13508:
13509: 2004-07-14 paf
13510:
13511: * src/classes/table.C: bugfix: $.bind values now got untainted
13512: according to lang [were: as-is]
13513:
13514: 2004-07-07 paf
13515:
13516: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13517: checked that
13518:
13519: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13520: now untainted according to their languages. were: as-is.
13521: EVERYWHERE
13522:
13523: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13524: environment string now untainted according to their languages.
13525: were: as-is. EVERYWHERE
13526:
13527: * src/main/pa_exec.C: bufix: on unix environment string now
13528: untainted according to their languages. were: as-is. on win32:
13529: ok
13530:
13531: * parser3.vssscc: ...would not go unnoticed
13532:
13533: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13534: fails. in case on input appears nonutf, those bytes will be
13535: printed in %HH form. that can be easily decoded/recovered.
13536:
13537: this form is quite noticable, and hopefully would not go noticed
13538:
13539: 2004-07-06 paf
13540:
13541: * src/main/pa_exec.C: bufix: on unix environment string now
13542: untainted according to their languages. were: as-is. on win32:
13543: ok
13544:
13545: 2004-07-01 paf
13546:
13547: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13548: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13549: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13550: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13551: main/main.vcproj, targets/cgi/parser3.vcproj,
13552: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13553: option: global optimization ON
13554:
13555: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13556: to do xdoc::create{invalid chars} standard disables chars less
13557: then \x20, except tab, cr, lf.
13558:
13559: changed tainting so that those become '!'
13560:
13561: 2004-06-25 paf
13562:
13563: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13564: int on odd address [prev bugfix failed due to superwize
13565: optimizer, which turned memcpy into same 'ld' asm command]
13566:
13567: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13568: int on odd address
13569:
13570: 2004-06-22 paf
13571:
13572: * src/sql/pa_sql_driver.h: note: about possible optimization
13573:
1.211 ! moko 13574: * operators.ru.txt, operators.txt, src/classes/hash.C,
! 13575: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
! 13576: src/classes/void.C, src/include/pa_config_includes.h: new:
! 13577: ^void:sql{call paf(:a)}[ $.bind[
! 13578: $.a[2] ] ] output variables work. todo:
! 13579: check in out variables
1.95 moko 13580:
13581: 2004-06-18 paf
13582:
13583: * src/: classes/file.C, classes/hash.C, classes/string.C,
13584: classes/table.C, classes/void.C, include/pa_globals.h,
13585: include/pa_sql_connection.h, main/compile.tab.C,
13586: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13587: $.bind[ $.a[2] ]
13588: ] input variables work. todo:output
13589:
13590: * src/targets/cgi/parser3.C: bugfix: iis specific
13591: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13592: /_bug.html?404;http://hpsv/test/
13593: --------------------------------------------------------------------------------
13594: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13595: --------------------------------------------------------------------------------
13596: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13597:
13598: 2004-06-16 paf
13599:
13600: * src/targets/cgi/parser3.C: new: iis specific
13601: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13602: $request:query
13603: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13604: $form:fields IIS-STATUS="404"
13605: IIS-DOCUMENT="http://server/_bug.html" f="v"
13606:
13607: todo: isapi too
13608:
13609: 2004-05-26 paf
13610:
13611: * src/include/pa_version.h: 3.1.3
13612:
1.211 ! moko 13613: * operators.ru.txt, operators.txt: beauty: removed outdated level
! 13614: 'table'
1.95 moko 13615:
13616: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13617:
13618: * src/main/pa_string.C: beauty: removed 3 warnings
13619:
13620: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13621: classes/op.C: beauty: removed outdated level 'table'
13622:
13623: 2004-05-25 paf
13624:
13625: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13626: implementation. mistery: how anything worked
13627:
13628: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13629: changed, it is now safe to use url if pointers to it are stored
13630: to gc mem
13631:
13632: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13633: unknown errors reported and not cause SIGSEGV now
13634:
13635: 2004-05-24 paf
13636:
13637: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13638: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13639: less memory: CORD_chars_block originally intended to ... it was
13640: good that CORD_chars_block were not used: it consumes more memory
13641: [and, might be slow too] undoing that. [and removed that func so
13642: that it would not confuse parser developer in future]
13643:
13644: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13645: less memory: CORD_chars_block originally intended to
13646: speedup/reduce mem usage were forgotten, and were used stupid
13647: CORD_chars
13648:
13649: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13650:
13651: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13652: BIGENDIAN processors space-conserving mech failed, causing
13653: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13654: (1|2|3));
13655:
13656: 2004-05-14 paf
13657:
13658: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13659: bugfix: void now has vfile value, and $response:body[] works OK
13660:
13661: 2004-05-12 paf
13662:
13663: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13664: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13665: sources to use is_defined() {return as_bool();} along VBool
13666:
13667: 2004-05-11 paf
13668:
13669: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13670: referencing to local objects
13671:
13672: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13673: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13674: left intact
13675:
13676: 2004-04-15 paf
13677:
13678: * src/classes/date.C: merged: beauty: unused var removed
13679:
13680: * src/classes/date.C: beauty: unused var removed
13681:
13682: * src/include/: pa_exec.h: bugfix: interface without pointer
13683: provoked bug
13684:
13685: 2004-04-09 paf
13686:
13687: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13688:
13689: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13690:
13691: 2004-04-08 paf
13692:
13693: * src/classes/date.C: new: ^date::create[y-m-d
13694: h-M-s>>.milliseconds<<] now allowed, ignored so far
13695:
13696: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13697:
13698: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13699: to consult default catalog [usually, that file belongs to other
13700: user/group]
13701:
13702: 2004-04-06 paf
13703:
13704: * src/main/pa_common.C: beauty: gcc warning removed
13705:
13706: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13707: accept that trick, trying other
13708:
13709: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13710: explicit result problem
13711:
13712: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13713: explicit result problem
13714:
13715: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13716: explicit result problem
13717:
1.211 ! moko 13718: * operators.ru.txt, operators.txt, src/classes/string.C: new:
! 13719: ^string.append[string]
1.95 moko 13720:
13721: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13722: main/execute.C: attempt_check_call_in_explicit_result_mode:
13723: failed
13724:
13725: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13726: http://i.p.a.ddress gethostbyaddr added [on some platforms
13727: gethostbyname failed with such 'domains'] now checked properly,
13728: were: needless reverse/forward dns lookup
13729:
13730: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13731: http://i.p.a.ddress gethostbyaddr added [on some platforms
13732: gethostbyname failed with such 'domains'] now checked properly,
13733: were: needless reverse/forward dns lookup
13734:
13735: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13736: @method[][result] means "no string output here" moved to lexical
13737: level [on grammar level it were too difficult]
13738:
1.211 ! moko 13739: * operators.ru.txt, operators.txt, src/include/pa_string.h,
! 13740: src/main/compile.tab.C, src/main/compile.y,
! 13741: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
! 13742: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
! 13743: string output here", implemented part of that idea: compiler
! 13744: throws away string literal generation code. and barks
! 13745: nonwhitespace chars
1.95 moko 13746:
1.211 ! moko 13747: * operators.ru.txt, operators.txt: truth: removed comment about
! 13748: $ORIGIN
1.95 moko 13749:
13750: 2004-04-05 paf
13751:
13752: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13753: src/include/pa_version.h, src/main/pa_common.C,
13754: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13755:
13756: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13757: Konstantin Tomashevitch [mailto:konst@design.ru]
13758:
13759: * src/doc/html2chm.cmd: beauty: no need in bg here
13760:
13761: * src/doc/sources2html.cmd: beauty: same window, in bg it
13762: interfered with FAR console
13763:
13764: * configure, configure.in: 3.1.3
13765:
13766: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13767:
13768: * src/main/pa_common.C: removed warning
13769:
13770: * src/include/pa_version.h: 3.1.3
13771:
13772: 2004-04-02 paf
13773:
13774: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13775:
13776: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13777: allows to specify where to put parser log file
13778:
13779: 2004-04-01 paf
13780:
13781: * src/classes/table.C: bugfix: bugfix: table::load last line
13782: without tab and enter were ignored
13783:
13784: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13785: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13786: main/pa_socks.C, targets/cgi/parser3.C,
13787: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13788: bugfix: sql connections now are disconnected
13789:
13790: 2004-03-30 paf
13791:
13792: * src/classes/table.C: bugfix: table::load last line without tab
13793: and enter were ignored
13794:
13795: * src/classes/table.C: bufix: if last table lines were commented,
13796: gpfed
13797:
13798: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13799: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13800: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13801: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13802: doc/methoded.dox, doc/object.dox, doc/string.dox,
13803: doc/targets.dox, doc/value.dox, include/pa_version.h,
13804: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13805: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13806: bugfixes from 3.1.2, changed version to 3.1.3beta
13807:
13808: 2004-03-29 paf
13809:
13810: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13811: causes gpf
13812:
13813: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13814: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13815: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13816: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13817: value.dox: translated to english
13818:
13819: 2004-03-25 paf
13820:
13821: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13822: parser3project dependency removed
13823:
13824: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13825: bugfix: refused to compile without xml
13826:
13827: * src/types/pa_vform.C: beauty: removed warning
13828:
13829: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13830: any folder [removed last ;) folder dependency]
13831:
13832: * src/classes/classes.vcproj: bugfix: now all compiles in any
13833: folder [removed last ;) folder dependency]
13834:
13835: * src/include/pa_version.h: release
13836:
13837: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13838:
13839: * src/classes/table.C: beauty: comment& more meaningful error
13840: message
13841:
13842: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13843: $.hash[$.column_value1(true) ... ] [were producing some strang
13844: thing]
13845:
13846: 2004-03-23 paf
13847:
13848: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13849: and http status line parsing checked number of columns in table
13850: [user reported an assert]
13851:
1.211 ! moko 13852: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 13853:
13854: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13855: bugfix: junction reattach now actually reattaches a junction to
13856: new wcontext [were only assigning it to junction, which caused
13857: junction tracking to loose junction, and it's context were not
13858: killed, and it tried to process in invalid context, gpf]
13859:
13860: * src/targets/cgi/parser3.C: debug helper added
13861:
13862: 2004-03-19 paf
13863:
13864: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13865: "type(type)" in braces
13866:
13867: 2004-03-10 paf
13868:
1.211 ! moko 13869: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
! 13870: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
! 13871: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
! 13872: src/types/pa_vxnode.h: new: refined solution to
! 13873: search-in-namespaces problem:
1.95 moko 13874: $xdoc.search-namespaces.x[http://pif.design.ru/]
13875: $nodes[^xdoc.select[//x:second]]
13876:
1.211 ! moko 13877: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
! 13878: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
! 13879: search for info in namespaces
1.95 moko 13880:
13881: $nodes[^xdoc.select[//x:second][
13882: $.x[http://pif.design.ru/] ]]
13883:
13884: 2004-03-09 paf
13885:
1.211 ! moko 13886: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 13887: ^file::load[...][options] $.form[
13888: !$.field1[string]
13889: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13890: ] !$.body[string]
13891:
13892: GET ?here notGET(POST, HEAD, others) in content-type:
13893: application/x-www-form-urlencoded
13894:
13895: todo: upload files ability
13896:
13897: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13898: properly, done
13899:
13900: 2004-03-05 paf
13901:
1.211 ! moko 13902: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
! 13903: file::load[;http:// GET/POST $.form[$.fields started, not tested
! 13904: yet todo:$.field[table] for multiple values
1.95 moko 13905:
1.211 ! moko 13906: * operators.ru.txt, operators.txt: new: http:// options $.user
! 13907: $.password basic authorization
1.95 moko 13908:
13909: * src/main/pa_common.C: beauty: link to rtf added
13910:
1.211 ! moko 13911: * operators.ru.txt, operators.txt, src/include/pa_common.h,
! 13912: src/main/pa_common.C: new: http:// options $.user $.password
! 13913: basic authorization
1.95 moko 13914:
13915: * src/main/pa_common.C: beauty: removed needless vars
13916:
1.211 ! moko 13917: * operators.ru.txt, operators.txt: new: pgsql option [like that
! 13918: recently added to oracle driver]
! 13919: ClientCharset=parser-charset << charset in which parser thinks
! 13920: client works
! 13921:
! 13922: * operators.ru.txt, operators.txt: new: odbc option [like that
! 13923: recently added to oracle driver]
! 13924: ClientCharset=parser-charset << charset in which parser thinks
! 13925: client works
1.95 moko 13926:
13927: * src/sql/pa_sql_driver.h: beauty: important warning added
13928:
13929: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13930: char!
13931:
13932: * etc/parser3.charsets/windows-1251.cfg: typo
13933:
13934: 2004-03-04 paf
13935:
13936: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
13937: cached, sql transcoding now goes faster
13938:
1.211 ! moko 13939: * operators.ru.txt, operators.txt: new: mysql option [like that
! 13940: recently added to oracle driver]
! 13941: ClientCharset=parser-charset << charset in which parser thinks
! 13942: client works
1.95 moko 13943:
13944: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
13945: typo error
13946:
13947: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
13948: chars commented
13949:
13950: 2004-03-03 paf
13951:
13952: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
13953: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
13954:
13955: 2004-03-02 paf
13956:
1.211 ! moko 13957: * operators.ru.txt, operators.txt: new[update typo]:
! 13958: !^void.left(n) nothing !^void.right(n) nothing
! 13959: !^void.mid(p[;n]) nothing
! 13960:
! 13961: * operators.ru.txt, operators.txt, src/classes/void.C: new:
! 13962: !^void.left(n) nothing !^void.right(n) nothing
! 13963: !^void.pos(p[;n]) nothing
1.95 moko 13964:
1.211 ! moko 13965: * operators.ru.txt, operators.txt, src/classes/file.C,
! 13966: src/include/pa_string.h: new:
1.95 moko 13967: ^file::sql[[name_to_become_$.name]]{} query result must be one
13968: row with columns: first: data second: file name third:
13969: content-type
13970:
1.211 ! moko 13971: * operators.ru.txt, operators.txt, src/classes/file.C:
! 13972: ^file.sql-string[] inside ^connect gets properly escaped string,
! 13973: which can be passed to request now this for mysql only. it's up
! 13974: to parser sql driver to fix zeros properly
1.95 moko 13975:
13976: * INSTALL: note: added on building apache with this option:
13977: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
13978:
13979: 2004-03-01 paf
13980:
13981: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
13982: extension memory:compact befor processingrequest
13983:
1.211 ! moko 13984: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
! 13985: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 13986:
1.211 ! moko 13987: * operators.ru.txt, operators.txt, src/classes/image.C,
! 13988: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
! 13989: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 13990:
13991: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
13992: beauty: image -- less checks [were ugly impl]
13993:
13994: * src/classes/string.C: bugfix: ^string.left/right/mid with
13995: negative values now considered bad
13996:
13997: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
13998:
13999: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14000: options now have unified defaults [after transform
14001: indent/omit-xml-declaration/standalone 'default' erroreously
14002: meant 'true']
14003:
14004: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14005: added [on some platforms gethostbyname failed with such
14006: 'domains']
14007:
14008: * src/include/pa_config_auto.h.in: no select check, no define
14009:
14010: * src/classes/string.C: feature: ^string.trim both parameters may
14011: be empty-strings, meaning kind=both chars=whitespaces
14012:
14013: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14014: exist
14015:
14016: * src/classes/string.C: check: trim 'chars' must not be empty,
14017: exception if it is
14018:
14019: * src/classes/string.C: changed: ^string.trim [] << both,
14020: whitespaces [start|both|end] << kind, whitespaces
14021: [start|both|end;chars] full
14022:
14023: 2004-02-27 paf
14024:
1.211 ! moko 14025: * operators.ru.txt, operators.txt, src/classes/string.C,
! 14026: src/main/pa_string.C: new method:
! 14027: ^string.trim[start|both|end[;chars]] default 'chars' --
! 14028: whitespace chars finished
1.95 moko 14029:
1.211 ! moko 14030: * operators.ru.txt, operators.txt, src/classes/string.C,
! 14031: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14032: ^string.trim[start|both|end[;chars]] default 'chars' --
14033: whitespace chars started, only start works
14034:
14035: * src/main/compile.C: bugfix: line numbers after
14036: ^process{}[$.line(-10]] can be negative, allowed to print they as
14037: signed
14038:
14039: * src/main/untaint.C: speed: there's no \n chars in output
14040: [normally], so no need to optimize them they could be retrived
14041: from databases, though. but 1. should be replaced 2. if not
14042: optimized, no harm done
14043:
14044: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14045: ^file::exec/cgi could return invalid status & zombie child can
14046: remain for short period until process exists [very bad in
14047: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14048:
14049: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14050: malicious SMTP server to attack as by returning too long status
14051: responses http://i2/tasks/edit/?id=4629448401140924947
14052:
14053: 2004-02-26 paf
14054:
1.211 ! moko 14055: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
! 14056: has options] which are $.main[to what to rename @main]
1.95 moko 14057: $.file[file, from which (user says) goes that CODE]
14058: $.lineno(line number in that file, where CODE starts. may be
14059: negative)
14060:
1.211 ! moko 14061: * operators.ru.txt, operators.txt, src/classes/op.C,
! 14062: src/include/pa_request.h, src/main/compile.C,
! 14063: src/main/compile_tools.h, src/main/pa_request.C: feature:
! 14064: ^process...{CODE}[now has options] which are $.main[to
! 14065: what to rename @main] $.file[file, from which (user says)
! 14066: goes that CODE] $.lineno(line number in that file, where
! 14067: CODE starts. may be negative)
! 14068:
1.95 moko 14069: 2004-02-25 paf
14070:
1.116 moko 14071: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14072: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14073:
14074: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14075: produces hash of column=>1
14076:
14077: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14078: with incomplete errno constants set
14079:
14080: 2004-02-24 paf
14081:
14082: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14083: "man select"
14084:
14085: * src/main/pa_os.C: beauty: <0 better then ==-1
14086:
14087: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14088:
14089: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14090:
1.116 moko 14091: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14092:
14093: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14094: unix: steps to work on unix [extracted 'to']
14095:
14096: * src/classes/mail.C: smtp on unix: steps to work on unix
14097:
14098: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14099:
1.116 moko 14100: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14101: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14102: unix [testing on solaris]
1.95 moko 14103:
14104: 2004-02-20 paf
14105:
14106: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14107: pointing that out
14108:
14109: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14110: fixed again [same solution, mistanenly removed one line]
14111:
14112: 2004-02-19 paf
14113:
14114: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14115: date::create from bad datetime in spring daylightsaving hole now
14116: OK for all platforms [on some platforms it failed]
14117:
14118: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14119: in daylightsaving hole] now throws error
14120:
14121: * src/classes/date.C: comment: mistake fixed
14122:
14123: 2004-02-18 paf
14124:
14125: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14126: now renderes in $request:charset, but in header puts
14127: $response:charset todo: make that default only so that coder
14128: could override that
14129:
14130: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14131: turns off omit-xml-declaration
14132:
14133: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14134: /.xsl for sample
14135:
14136: 2004-02-17 paf
14137:
14138: * src/classes/xdoc.C: beauty: needless helper class removed
14139:
14140: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14141: copied extra time
14142:
14143: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14144: part of libxml
14145:
14146: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14147: libxml to do the work] <xsl:output method="html"
14148: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14149: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14150: />
14151:
14152: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14153:
14154: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14155: caused assertion
14156:
14157: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14158: could hang. now such add does nothing, sub clears $hash
14159:
14160: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14161: not made quoted-printable
14162:
14163: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14164: string invariant
14165:
14166: 2004-02-16 paf
14167:
14168: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14169: cleared [were not cleared properly]
14170:
14171: 2004-02-13 paf
14172:
1.116 moko 14173: * src/include/pa_version.h: prerelease
1.95 moko 14174:
14175: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14176: used, introducing dependencies timestamp check
14177:
14178: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14179: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14180: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14181: .xsl.stamp now not used, introducing dependencies timestamp check
14182:
1.150 moko 14183: * configure.in: auto.p: @conf made relative
1.95 moko 14184:
14185: 2004-02-12 paf
14186:
14187: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14188: ruined empty <input type=file> submits. parser thought there were
14189: nameless empty file and $form:field got value of type 'file'
14190:
14191: * INSTALL: --without-threads
14192:
14193: * src/include/pa_sapi.h: 2004
14194:
14195: 2004-02-11 paf
14196:
14197: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14198: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14199: classes/hashfile.C, classes/image.C, classes/int.C,
14200: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14201: classes/response.C, classes/string.C, classes/table.C,
14202: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14203: include/pa_array.h, include/pa_cache_managers.h,
14204: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14205: include/pa_config_fixed.h, include/pa_config_includes.h,
14206: include/pa_dictionary.h, include/pa_dir.h,
14207: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14208: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14209: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14210: include/pa_request_charsets.h, include/pa_request_info.h,
14211: include/pa_socks.h, include/pa_sql_connection.h,
14212: include/pa_sql_driver_manager.h, include/pa_stack.h,
14213: include/pa_string.h, include/pa_stylesheet_connection.h,
14214: include/pa_stylesheet_manager.h, include/pa_table.h,
14215: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14216: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14217: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14218: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14219: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14220: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14221: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14222: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14223: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14224: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14225: main/pa_sql_driver_manager.C, main/pa_string.C,
14226: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14227: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14228: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14229: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14230: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14231: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14232: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14233: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14234: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14235: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14236: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14237: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14238: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14239: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14240: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14241: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14242: types/pa_vresponse.h, types/pa_vstateless_class.C,
14243: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14244: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14245: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14246: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14247: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14248: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14249:
14250: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14251: debug version of gc.dll
14252:
14253: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14254: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14255: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14256: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14257: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14258: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14259: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14260: processes
14261:
14262: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14263: main/pa_globals.C, targets/cgi/parser3.vcproj,
14264: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14265: changes to reflect libxml xsl new folders
14266:
14267: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14268: lib/smtp/smtp.vcproj, main/main.vcproj,
14269: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14270: to reflect libxml xsl new folders
14271:
14272: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14273: lib/smtp/smtp.vcproj, main/main.vcproj,
14274: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14275: types/types.vcproj: started changes to reflect libxml xsl new
14276: folders
14277:
14278: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14279: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14280: src/main/compile.tab.C, src/main/main.vcproj,
14281: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14282: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14283: started changes to reflect libxml xsl new folders
14284:
14285: 2004-02-10 paf
14286:
14287: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14288: compile. recommened latest libxml up to date
14289:
14290: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14291: pattern compilation errors", on which spent 4 hours worktime. use
14292: versions higher than that. recommended now latest up to date
14293:
14294: 2004-02-06 paf
14295:
14296: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14297: beauty: unified destructing style
14298:
14299: * src/main/untaint.C: beauty: removed old def/ifdef
14300:
14301: * src/main/untaint.C: beauty: coredump @unknown untaint language
14302: now
14303:
14304: 2004-02-03 paf
14305:
14306: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14307: targets/isapi/parser3isapi.C, types/pa_value.C,
14308: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14309: then %ld/%lu
14310:
14311: * src/main/pa_common.C: typo: %l -> %u
14312:
14313: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14314: in attributes or documents-results of transform now not xx;
14315:
14316: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14317:
14318: * src/main/pa_charset.C: bugfix: forgot to undo some
14319:
14320: * src/main/pa_charset.C: beauty: uncomment
14321: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14322: libraries
14323:
14324: 2004-02-02 paf
14325:
14326: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14327: $cookie:example[ $.value[value] $.path[/there/] ]
14328:
14329: $cookie:example[ $.value[] $.expires[session]
14330: $.path[/there/] $.domain[test.com] ]
14331:
14332: * src/types/pa_vform.C: bugfix: empty values with
14333: enctype=multipart/form-data now produce entries in $form:tables
14334: <form method=post enctype=multipart/form-data> <input type=hidden
14335: name=a> <input type=hidden name=b>
14336:
14337: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14338: <hr> <pre>$request:body
14339:
14340: 2004-01-30 paf
14341:
14342: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14343: or documents-results of transform now not xx;
14344:
14345: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14346: produce exception.
14347:
14348: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14349: bugfix: ^date::create[invalid fields now produce exception.
14350:
14351: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14352: year] now produces exception. todo: check other fields
14353:
14354: 2004-01-29 paf
14355:
14356: * src/include/pa_memory.h: typo error
14357:
14358: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14359: more byte then specified, then zeroed it << useless and
14360: potentially harmful(could gpf)
14361:
14362: 2004-01-22 paf
14363:
14364: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14365:
14366: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14367: optimization
14368:
14369: * src/main/untaint.C: bugfix: whitespace now optimized properly
14370: [were bug: ^taint[1 & 2]="1 &2"
14371:
14372: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14373: errors
14374:
14375: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14376: overflow
14377:
14378: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14379: error-reporting code * in parser-error reporting code [when no
14380: @unhandled_exception defined]
14381:
14382: fixed in one place: my *snprintf override
14383:
14384: 2004-01-13 paf
14385:
1.211 ! moko 14386: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14387:
14388: 2003-12-25 paf
14389:
14390: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14391: garbled [pieces after zero bytes were removed]
14392:
14393: 2003-12-22 paf
14394:
1.116 moko 14395: * src/include/Makefile.am: bugfix: removed from dist:
14396: src/include/pa_config_auto.h which were configured for
1.95 moko 14397: make-dist-platform and badly updated proper config file in target
14398: [when .tar used for updating existing source tree]
14399:
1.211 ! moko 14400: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14401: src/include/pa_sql_connection.h,
14402: src/include/pa_sql_driver_manager.h,
14403: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14404: feature: sql introducing ability to transcode charsets
14405:
14406: 2003-12-19 paf
14407:
14408: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14409: error message
14410:
14411: * src/main/pa_charset.C: bugfix: memory for charsethandler
14412: structure for libxml now allocated properly
14413:
14414: 2003-12-17 paf
14415:
14416: * src/types/pa_vfile.C: beauty: removed outdated cast
14417:
14418: * src/main/pa_common.C: bugfix: empty http response caused gpf
14419:
14420: * src/include/pa_string.h: bugfix: removed too strong a assert
14421:
14422: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14423: unreported xmlGenericErrors]
14424:
14425: 2003-12-15 paf
14426:
14427: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14428: works}
14429:
14430: 2003-12-11 paf
14431:
1.211 ! moko 14432: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
! 14433: !$status:pid process id
1.95 moko 14434: !$status:tid thread id
14435:
14436: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14437: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14438: bugfix(solaris): removed dependency on object initialization
14439: order [one more place]
14440:
14441: * src/: classes/file.C, classes/mail.C, classes/op.C,
14442: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14443: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14444: understand that
14445:
14446: * src/: classes/file.C, classes/mail.C, classes/op.C,
14447: classes/xdoc.C, include/pa_cache_managers.h,
14448: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14449: include/pa_stylesheet_manager.h, main/pa_request.C,
14450: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14451: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14452: ctor call [relying on implicit String::Body(cstr) call]
14453:
14454: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14455: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14456: object initialization order [two places]
14457:
14458: 2003-12-10 paf
14459:
14460: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14461: << time now ok
14462:
1.211 ! moko 14463: * operators.ru.txt, operators.txt,
! 14464: src/main/pa_sql_driver_manager.C,
1.95 moko 14465: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14466: operational
14467:
1.211 ! moko 14468: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14469: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14470: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14471: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14472: back operational
14473:
14474: 2003-12-02 paf
14475:
14476: * src/types/pa_vmail.C: bugfix:
14477: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14478: as-is forced]
14479:
14480: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14481: exceptions out of libxml callbacks: reimplemented error handling
14482: of http://localhost, parser://method and safemode check callbacks
14483:
14484: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14485: [merged from HEAD]
14486:
14487: * src/classes/image.C: nothing: comment removed
14488:
14489: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14490: addresses to int
14491:
14492: 2003-12-01 paf
14493:
14494: * src/main/pa_xml_io.C: bugfix: typo
14495:
14496: * src/main/pa_globals.C: bugfix: win32: compile prob
14497:
14498: * src/classes/xdoc.C: bugfix: typo
14499:
14500: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14501: exception
14502:
14503: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14504:
14505: 2003-11-28 paf
14506:
14507: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14508: all xml documents read
14509:
14510: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14511:
14512: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14513: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14514: replaced original open mech of xdoc::create & co to use libxml
14515: open, so that this would work for root document todo: safe mode
14516: checks to libxml: ideally to some 1 point
14517:
14518: * src/main/pa_xml_io.C: comment
14519:
1.211 ! moko 14520: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
! 14521: in http://parser[abscent params]
1.95 moko 14522:
1.211 ! moko 14523: * operators.ru.txt, operators.txt, src/include/pa_request.h,
! 14524: src/main/pa_xml_io.C: works. todo: maybe replace original open
! 14525: mech of xdoc::create & co to use libxml open, so that this would
! 14526: work for root document
1.95 moko 14527:
14528: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14529: "parser://method/params/here"> <test> &test^; </test> }]
14530:
14531: ^taint[^xdoc.string[]]
14532:
14533: @method[param] <!ENTITY test
14534: "test-entity-value+$form:user+$param!">
14535:
14536: 2003-11-27 paf
14537:
14538: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14539:
14540: * src/classes/date.C: bugfix: typo error
14541:
14542: 2003-11-26 paf
14543:
1.211 ! moko 14544: * operators.ru.txt, operators.txt, src/include/Makefile.am,
! 14545: src/include/pa_globals.h, src/main/Makefile.am,
! 14546: src/main/main.vcproj, src/main/pa_globals.C,
! 14547: src/main/pa_request.C, src/include/pa_xml_io.h,
! 14548: src/main/pa_xml_io.C: simplification: xml errors to
! 14549: hash<thread_id,error> reorganization: xml io moved to
! 14550: pa_xml_io.C/h
1.95 moko 14551:
14552: * src/types/pa_value.h: warnings: --
14553:
14554: 2003-11-25 paf
14555:
14556: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14557: whatever)
14558:
14559: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14560: a, (c?x:y, z)
14561:
14562: * src/main/untaint.C: bugfix: consequences of not reading this
14563: comment: CORD_pos_chars_left /* Number of characters in cache.
14564: <= 0 ==> none */
14565:
14566: * src/include/pa_array.h: removed needless checks
14567:
14568: 2003-11-24 paf
14569:
14570: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14571: removed limit: now $form:xxx can be accessed anytime, even in
14572: @auto/conf [and request/response:charset still can be changed
14573: anytime]
14574:
14575: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14576: now not transcodes response body
14577:
1.211 ! moko 14578: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
! 14579: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
! 14580: $tn[^xdoc.createTextNode[text node value]]
! 14581: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14582: $xdoc.firstChild.firstChild.nodeValue[different]
14583: ^taint[^xdoc.string[]]
14584:
14585: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14586: workaround: static Hash::allocates -> static Hash_allocates
14587:
14588: 2003-11-21 paf
14589:
1.116 moko 14590: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14591: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14592: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14593:
14594: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14595:
14596: * src/classes/mail.C: bugfix: typo
14597:
14598: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14599: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14600: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14601: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14602: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14603: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14604:
14605: * src/main/pa_exec.C: bug in safe mode
14606:
14607: * src/include/Makefile.am: pa_xml_exception.h
14608:
14609: * src/targets/isapi/parser3isapi.C: more warnings --
14610:
14611: 2003-11-20 paf
14612:
14613: * src/: classes/math.C, classes/op.C, classes/string.C,
14614: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14615: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14616: --
14617:
14618: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14619: more warnings --
14620:
14621: * src/classes/xdoc.C: more warnings --
14622:
14623: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14624:
14625: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14626: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14627:
14628: * src/: classes/date.C, classes/file.C, classes/hash.C,
14629: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14630: classes/table.C, include/pa_cache_managers.h,
14631: include/pa_stylesheet_connection.h, main/pa_request.C,
14632: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14633: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14634: --
14635:
14636: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14637: can't report problem (undefined @unhandled_exception) problem
14638: source string were not reported
14639:
14640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14642: classes/hashfile.C, classes/image.C, classes/int.C,
14643: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14644: classes/response.C, classes/string.C, classes/table.C,
14645: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14646: include/pa_array.h, include/pa_cache_managers.h,
14647: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14648: include/pa_config_fixed.h, include/pa_dictionary.h,
14649: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14650: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14651: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14652: include/pa_request.h, include/pa_request_charsets.h,
14653: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14654: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14655: include/pa_stack.h, include/pa_string.h,
14656: include/pa_stylesheet_connection.h,
14657: include/pa_stylesheet_manager.h, include/pa_table.h,
14658: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14659: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14660: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14661: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14662: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14663: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14664: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14665: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14666: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14667: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14668: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14669: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14670: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14671: targets/isapi/parser3isapi.C, types/pa_junction.h,
14672: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14673: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14674: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14675: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14676: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14677: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14678: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14679: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14680: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14681: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14682: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14683: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14684: types/pa_vresponse.h, types/pa_vstateless_class.C,
14685: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14686: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14687: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14688: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14689: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14690: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14691: const IDENT
14692:
14693: * src/: include/pa_array.h, include/pa_pool.h,
14694: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14695: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14696: types/pa_wcontext.h: more warnings --
14697:
14698: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14699: classes/file.C, classes/hash.C, classes/hashfile.C,
14700: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14701: classes/memory.C, classes/op.C, classes/string.C,
14702: classes/table.C, classes/xdoc.C, classes/xnode.C,
14703: include/pa_config_includes.h, include/pa_operation.h,
14704: include/pa_sql_connection.h, include/pa_table.h,
14705: include/pa_types.h, lib/ltdl/config_fixed.h,
14706: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14707: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14708: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14709: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14710: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14711: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14712: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14713: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14714: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14715: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14716: types/pa_vmail.C, types/pa_vobject.C,
14717: types/pa_vstateless_class.h, types/pa_vtable.C,
14718: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14719: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14720: on all projects (except libltdl=off & libsdbm=level3) found
14721: several unitialized vars
14722:
14723: 2003-11-19 paf
14724:
14725: * src/classes/op.C: more ansi C++ comp
14726:
1.211 ! moko 14727: * operators.ru.txt, operators.txt, src/classes/op.C,
! 14728: src/include/pa_request.h, src/main/pa_request.C:
! 14729: ^cache[...]{body}{catch block with $exception.handled[cache]
! 14730: meaning "get expired cache, if any. else error"}
1.95 moko 14731:
14732: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14733: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14734: ^cache[...]{body}{catch code with $exception.cache field}
14735:
14736: 2003-11-12 paf
14737:
14738: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14739: [copy/paste bug]
14740:
14741: 2003-11-11 paf
14742:
14743: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14744: failed]
14745:
14746: 2003-11-10 paf
14747:
14748: * src/types/pa_vconsole.h: flush
14749:
1.211 ! moko 14750: * operators.ru.txt, operators.txt, src/main/pa_request.C,
! 14751: src/types/Makefile.am, src/types/types.vcproj,
! 14752: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14753:
1.211 ! moko 14754: * operators.ru.txt, operators.txt: mysql: transaction support:
! 14755: ?autocommit=0
1.95 moko 14756:
1.211 ! moko 14757: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14758:
14759: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14760: serialize version and exipire now removes entries
14761:
1.211 ! moko 14762: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
! 14763: altogether [and dir, if could]
1.95 moko 14764:
14765: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14766: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14767: removes files altogether [and dir, if could]
14768:
14769: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14770: nonexistent pair. .c coded that that was error. fixed
14771:
14772: * src/types/pa_vhashfile.C: sdbm: exception type change to
14773: file.access [regretfull can't split it to different exceptions
14774: without modifying sdbm source wich would prefer not to]
14775:
14776: 2003-11-07 paf
14777:
14778: * src/: classes/date.C, classes/file.C, classes/hash.C,
14779: classes/hashfile.C, classes/image.C, classes/table.C,
14780: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14781: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14782: main/execute.C, main/main.vcproj, main/pa_pool.C,
14783: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14784: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14785: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14786: destructing objects at request processing end
14787:
14788: 2003-11-06 paf
14789:
14790: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14791: updates
14792:
14793: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14794: to include sdbm
14795:
1.116 moko 14796: * src/include/: pa_config_includes.h, pa_version.h: our
14797: replacements of max& co only for cpp
1.95 moko 14798:
14799: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14800: upper dir, .am updated
14801:
14802: * tests/todo.txt: hashfile: done
14803:
1.211 ! moko 14804: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
! 14805: hashfile: clear & expiration [time in value. todo: move time to
! 14806: key]
1.95 moko 14807:
14808: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14809:
14810: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14811: to do that in foreach, no errors, but surely wrong]
14812:
1.211 ! moko 14813: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14814: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14815:
1.211 ! moko 14816: * operators.ru.txt, operators.txt, src/classes/hash.C,
! 14817: src/classes/hashfile.C, src/types/pa_vhashfile.C,
! 14818: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14819:
14820: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 ! moko 14821: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
! 14822: hashfile: hash
1.95 moko 14823:
1.211 ! moko 14824: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
! 14825: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
! 14826: tests/todo.txt: hashfile: delete
1.95 moko 14827:
14828: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14829: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14830: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14831: get/put [raw]
14832:
14833: * src/: classes/op.C, main/pa_os.C: just linked
14834:
14835: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14836: XmlException changes
14837:
14838: * src/: include/pa_charset.h, include/pa_globals.h,
14839: include/pa_stylesheet_connection.h, main/pa_exception.C:
14840: XmlException changes
14841:
14842: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14843:
14844: * src/: include/pa_common.h, include/pa_exception.h,
14845: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14846: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14847: main/pa_xml_exception.C: locking move to pa_os [along with
14848: pa_sleep] apr-impl locking done
14849:
1.211 ! moko 14850: * configure, configure.in, operators.ru.txt, operators.txt,
! 14851: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 14852: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14853: src/include/pa_exception.h, src/include/pa_globals.h,
14854: src/include/pa_memory.h, src/include/pa_version.h,
14855: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14856: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14857: src/main/compile.tab.C, src/main/main.vcproj,
14858: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14859: src/types/Makefile.am, src/types/pa_vhash.C,
14860: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14861: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14862: again with sdbm from apache
14863:
14864: 2003-11-05 paf
14865:
14866: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14867: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14868: \parser3project dir anymore
14869:
14870: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14871: thoughtlessly from xalan]
14872:
14873: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14874: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14875: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14876:
14877: * src/main/helpers/CaseFolding.txt:
14878: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14879:
14880: 2003-11-04 paf
14881:
1.211 ! moko 14882: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 14883:
14884: * src/classes/table.C: compiled on unix
14885:
1.116 moko 14886: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14887:
14888: * src/classes/mail.C: compiled on unix
14889:
1.211 ! moko 14890: * operators.ru.txt, operators.txt, src/classes/mail.C,
! 14891: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 14892: $.options[unix: string to append to sendmail command
14893: line]
14894:
1.211 ! moko 14895: * operators.ru.txt, operators.txt, src/classes/table.C,
! 14896: src/main/pa_string.C, tests/todo.txt: ^table.save[...
! 14897: $.separator[^#09] $.encloser["] <nothing> by default
! 14898:
! 14899: * operators.ru.txt, operators.txt, src/classes/table.C,
! 14900: tests/todo.txt: ^table::load !$.separator[^#09]
! 14901: !$.encloser["] <nothing> by default
1.95 moko 14902:
14903: 2003-11-03 paf
14904:
1.211 ! moko 14905: * operators.ru.txt, operators.txt, src/classes/table.C,
! 14906: src/main/pa_common.C: ^table::load[; options:
! 14907: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 14908:
1.211 ! moko 14909: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 14910: src/types/pa_vrequest.C: $request:document-root
14911:
14912: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14913: [already included into uri=xxx]
14914:
1.211 ! moko 14915: * operators.ru.txt, operators.txt, src/classes/image.C,
! 14916: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 14917:
14918: * src/classes/date.C: minor precaution
14919:
1.211 ! moko 14920: * operators.ru.txt, operators.txt, src/classes/date.C:
! 14921: !^date::unix-timestamp()
1.95 moko 14922: !^date.unix-timestamp[]
14923:
14924: 2003-10-30 paf
14925:
1.211 ! moko 14926: * operators.ru.txt, operators.txt, src/classes/date.C,
! 14927: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
! 14928: $date.hour
1.95 moko 14929:
14930: * src/classes/: date.C, image.C: improvement diagnostics:
14931: $now[^date::create[$undefined]] now is error
14932:
14933: * src/main/pa_common.C: read errors would now be reported 'actually
14934: read -1 bytes'
14935:
14936: 2003-10-24 paf
14937:
14938: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
14939: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
14940: src/main/Makefile.am, src/targets/cgi/Makefile.am,
14941: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
14942:
14943: 2003-10-22 paf
14944:
14945: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
14946:
14947: 2003-10-21 paf
14948:
1.211 ! moko 14949: * operators.ru.txt, operators.txt, src/include/pa_string.h,
! 14950: src/main/pa_string.C: fixed: string.match[g] without <'> option
! 14951: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 14952:
14953: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
14954: recoursion' message with intensive throw-catches fixed: incorrect
14955: name and line (one name upper then needed) in error message about
14956: problems inside try block
14957:
14958: 2003-10-10 paf
14959:
14960: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
14961: check offset argument for validity did that in String::Body::pos
14962: myself http://i2/tasks/edit/?id=4577425257580789777
14963:
14964: 2003-10-07 paf
14965:
14966: * src/main/: compile.tab.C, compile.y: ^if ( better error:
14967: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
14968:
14969: 2003-10-03 paf
14970:
14971: * parser3.sln, src/include/pa_dictionary.h,
14972: src/main/pa_dictionary.C, src/main/pa_string.C,
14973: src/targets/cgi/parser3.vcproj: dictionary optimized by
14974: precalculating cstr&length
14975:
14976: 2003-10-02 paf
14977:
14978: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14979: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14980: main/pa_stylesheet_manager.C: bugfix: ^throw context were
14981: saved/restored incompletely http://www.parser.ru/forum/?id=21484
14982:
14983: 2003-09-30 paf
14984:
14985: * src/main/pa_string.C: string::replace bug fix [were ignoring
14986: occurrances after lang-mismatched
14987:
14988: 2003-09-29 paf
14989:
14990: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
14991: helper
14992:
14993: * src/main/pa_string.C: string::serialize bug fix with
14994: zero-terminator
14995:
14996: * src/classes/table.C: ^nameless_table.save column row now has no
14997: \t at the end
14998:
14999: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15000: @postprocess now takes $response:body/download
15001:
15002: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15003: error message
15004:
15005: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15006:
15007: * src/classes/table.C: bugfix: flip: must produce nameless
15008: http://i2/tasks/edit/?id=4573405524674081244
15009:
15010: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15011: main/helpers/simple_folding.pl: utf-8 upper/lower
15012:
15013: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15014: to typo error http://i2/tasks/edit/?id=4573354650786434584
15015:
15016: 2003-09-26 paf
15017:
15018: * src/main/untaint.C: removed needless field
15019:
15020: * src/main/untaint.C: removed needless const
15021:
15022: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15023: String.for_each bug fixed [omited one-char cases]
15024:
15025: * src/include/pa_stack.h: bugfix: before collecting garbage,
15026: runtime-executor stack were cleared... BADLY
15027:
15028: * src/main/pa_string.C: ^stirng.replace code used old
15029: param-convention on langs.append, fixed that search fo the like,
15030: found none
15031:
15032: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15033: string::serialize/deserialize implemented Language enum assigned
15034: meaningful letters [more convinient for debugging. read warning
15035: before adding/changing anything]
15036:
15037: 2003-09-25 paf
15038:
15039: * src/: include/pa_string.h, include/pa_version.h,
15040: main/pa_string.C, main/untaint.C: templates and anonymous unions
15041: differences on unix
15042:
15043: * parser3.sln, src/classes/file.C, src/classes/image.C,
15044: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15045: src/classes/xdoc.C, src/classes/xnode.C,
15046: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15047: src/include/pa_charsets.h, src/include/pa_common.h,
15048: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15049: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15050: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15051: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15052: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15053: src/main/compile_tools.h, src/main/pa_charset.C,
15054: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15055: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15056: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15057: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15058: src/types/pa_vmail.C, src/types/pa_vmath.C,
15059: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15060: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15061:
15062: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15063: functions aligned to that of eeparser3 look
15064:
15065: * src/lib/cord/cordprnt.c: removed warnings
15066:
15067: 2003-09-24 paf
15068:
15069: * src/: classes/file.C, classes/image.C, classes/mail.C,
15070: classes/op.C, classes/xdoc.C, classes/xnode.C,
15071: include/pa_cache_managers.h, include/pa_charset.h,
15072: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15073: include/pa_sql_driver_manager.h, include/pa_string.h,
15074: include/pa_stylesheet_manager.h, include/pa_table.h,
15075: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15076: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15077: main/pa_sql_driver_manager.C, main/pa_string.C,
15078: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15079: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15080: types/pa_vstateless_class.h, types/pa_vstatus.C,
15081: types/pa_vxnode.C: v() functions of String::Body,
15082: String::Languages and String itself StringBody->String::Body
15083:
15084: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15085: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15086: never optimized anything. todo: somehow speed up harder cases:
15087: concatenationA+concatenationB when last block of A and first of B
15088: contain same letters
15089:
15090: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15091: lib/cord/include/cord.h: langs: speed up by joining adjucent
15092: blocks of same char [CORD_append_block]
15093:
15094: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15095: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15096: save space by extending blocks when appending block with c ==
15097: lastblock.c
15098:
15099: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15100: working yet :( but more working &understood :)
15101:
15102: * src/: classes/table.C, include/pa_string.h,
15103: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15104:
15105: 2003-09-23 paf
15106:
15107: * src/main/untaint.C: $a[ok!] $a works!
15108:
15109: * src/main/untaint.C: something even more works :)
15110:
15111: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15112: something more works :)
15113:
15114: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15115: lib/cord/cordxtra.c: something already works :)
15116:
15117: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15118: serialize&deserialize
15119:
15120: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15121: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15122: main/untaint.C: main idea implemented, details left
15123:
15124: 2003-09-22 paf
15125:
15126: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15127:
15128: * src/classes/xnode.C: copy/paste comment bugfix
15129:
15130: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15131: allocator returns 0, just die.
15132: http://i2/tasks/edit/?id=4570798492410259445
15133:
15134: * src/classes/xdoc.C: copy/paste comment bugfix
15135:
15136: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15137: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15138: xnode: getAttributeNS setAttributeNS removeAttributeNS
15139: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15140:
15141: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15142: chars due to bitwise operation signed-char error]
15143:
15144: 2003-09-19 paf
15145:
15146: * src/types/pa_wcontext.C: output message: more practical
15147: suggestion
15148:
1.211 ! moko 15149: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15150: $f[^file::load[binary;http://...]] $f.tables
15151:
15152: 2003-09-02 paf
15153:
15154: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15155: flush stdout without referencing 'stdout' symbol. to hell with
15156: non-ansi libraries without 'stdout' symbol
15157:
15158: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15159: unix (users reported problems with some old libc)
15160:
15161: * src/types/pa_vdate.h: forgot initializer
15162:
15163: 2003-09-01 paf
15164:
15165: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15166: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15167: zone]
15168:
15169: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15170:
15171: 2003-08-19 paf
15172:
15173: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15174: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15175: simplified a little
15176:
15177: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15178: [lost fix from 3.0.8]
15179:
15180: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15181: visible here }
15182:
15183: bug fix
15184:
15185: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15186:
15187: * src/main/compile.tab.C: initialized couple of variables about
15188: which user reported runtime problems when parser were compiled
15189: with VC7, warning level4. study shows that later in bison
15190: they've fixed that. would migrate to latest bison someday
15191:
15192: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15193: recoding headers)
15194:
15195: * src/types/pa_vmail.C: works as before, same charset problems:
15196: gmime recodes to UTF-8 only headers, not body. so not recoding
15197: anything for now
15198:
15199: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15200: problems with body
15201:
15202: * src/types/pa_vmail.C: mail_receive just compiled
15203:
15204: 2003-08-18 paf
15205:
15206: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15207: main/main.vcproj, types/types.vcproj: win32: continued process
15208: detaching from \parser3project directory
15209:
15210: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15211: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15212: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15213: src/lib/pcre/pcre_dftables.dsp,
15214: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15215: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15216: src/types/types.dsp: moved to MSVC 7
15217:
15218: * gnu.vcproj.vspscc, parser3.vssscc,
15219: src/classes/classes.vcproj.vspscc,
15220: src/lib/cord/cord.vcproj.vspscc,
15221: src/lib/ltdl/libltdl.vcproj.vspscc,
15222: src/lib/md5/md5.vcproj.vspscc,
15223: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15224: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15225: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15226: src/targets/isapi/parser3isapi.vcproj.vspscc,
15227: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15228: moved to MSVC 7
15229:
15230: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15231: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15232: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15233: src/lib/pcre/pcre_dftables.vcproj,
15234: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15235: src/targets/cgi/parser3.vcproj,
15236: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15237: new VS project files
15238:
15239: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15240: .NET to detect Jalindi Igloo capabilities.
15241:
15242: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15243: src/classes/classes.awk, src/doc/footer.htm,
15244: src/include/pa_config_fixed.h, src/include/pa_version.h,
15245: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15246: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15247: src/types/pa_vmail.C: merged 3.1.0 latest changes
15248:
15249: 2003-08-15 paf
15250:
15251: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15252: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15253:
15254: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15255: non-ascii <yyy> now encoded correctly
15256:
15257: 2003-07-29 paf
15258:
1.116 moko 15259: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15260: dist
1.95 moko 15261:
15262: * src/types/pa_vmail.C: just started --with-mail-receive
15263:
15264: 2003-07-28 paf
15265:
1.116 moko 15266: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15267: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15268:
15269: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15270:
15271: 2003-07-25 paf
15272:
15273: * src/doc/footer.htm: year
15274:
15275: 2003-07-24 paf
15276:
15277: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15278: fix
15279:
15280: * src/include/pa_version.h: release
15281:
1.116 moko 15282: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15283:
15284: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15285: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15286: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15287: getting rid of win32xml pseudo project
15288:
15289: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15290:
1.116 moko 15291: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 ! moko 15292: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15293: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15294: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15295: src/classes/classes.C, src/classes/classes.awk,
15296: src/classes/classes.dsp, src/classes/classes.h,
15297: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15298: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15299: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15300: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15301: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15302: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15303: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15304: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15305: src/include/pa_array.h, src/include/pa_cache_managers.h,
15306: src/include/pa_charset.h, src/include/pa_charsets.h,
15307: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15308: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15309: src/include/pa_dictionary.h, src/include/pa_dir.h,
15310: src/include/pa_exception.h, src/include/pa_exec.h,
15311: src/include/pa_globals.h, src/include/pa_hash.h,
15312: src/include/pa_memory.h, src/include/pa_opcode.h,
15313: src/include/pa_operation.h, src/include/pa_pool.h,
15314: src/include/pa_pragma_pack_begin.h,
1.95 moko 15315: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15316: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15317: src/include/pa_sapi.h, src/include/pa_socks.h,
15318: src/include/pa_sql_connection.h,
15319: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15320: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15321: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15322: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15323: src/include/pa_uue.h, src/lib/Makefile.am,
15324: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15325: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15326: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15327: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15328: src/lib/cord/include/ec.h,
15329: src/lib/cord/include/private/Makefile.am,
15330: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15331: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15332: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15333: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15334: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15335: src/main/compile_tools.C, src/main/compile_tools.h,
15336: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15337: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15338: src/main/pa_charsets.C, src/main/pa_common.C,
15339: src/main/pa_dictionary.C, src/main/pa_dir.C,
15340: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15341: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15342: src/main/pa_request.C, src/main/pa_socks.C,
15343: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15344: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15345: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15346: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15347: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15348: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15349: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15350: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15351: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15352: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15353: src/targets/isapi/parser3isapi.dsp,
15354: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15355: src/types/pa_junction.h, src/types/pa_method.h,
15356: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15357: src/types/pa_vclass.C, src/types/pa_vclass.h,
15358: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15359: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15360: src/types/pa_vdouble.h, src/types/pa_venv.h,
15361: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15362: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15363: src/types/pa_vimage.C, src/types/pa_vimage.h,
15364: src/types/pa_vint.h, src/types/pa_vjunction.h,
15365: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15366: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15367: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15368: src/types/pa_vobject.C, src/types/pa_vobject.h,
15369: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15370: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15371: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15372: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15373: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15374: src/types/pa_vstring.h, src/types/pa_vtable.C,
15375: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15376: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15377: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15378: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15379: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15380: HEAD
15381:
15382: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15383: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15384: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15385: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15386: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15387: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15388: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15389: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15390: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15391: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15392: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15393: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15394: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15395: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15396: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15397: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15398: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15399: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15400: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15401: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15402: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15403: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15404: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15405: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15406: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15407: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15408: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15409: outputs/create-dir, results/001.processed, results/002.processed,
15410: results/003.processed, results/004.processed,
15411: results/005.processed, results/006.processed,
15412: results/007.processed, results/008.processed,
15413: results/009.processed, results/010.processed,
15414: results/011.processed, results/012.processed,
15415: results/013.processed, results/014.processed,
15416: results/015.processed, results/016.processed,
15417: results/017.processed, results/018.processed,
15418: results/019.processed, results/020.processed,
15419: results/021.processed, results/022.processed,
15420: results/023.processed, results/024.processed,
15421: results/025.processed, results/026.processed,
15422: results/027.processed, results/028.processed,
15423: results/029.processed, results/030.processed,
15424: results/031.processed, results/032.processed,
15425: results/033.processed, results/034.processed,
15426: results/035.processed, results/036.processed,
15427: results/037.processed, results/038.processed,
15428: results/039.processed, results/040.processed,
15429: results/041.processed, results/042.processed,
15430: results/043.processed, results/044.processed,
15431: results/045.processed, results/046.processed,
15432: results/047.processed, results/048.processed,
15433: results/049.processed, results/050.processed,
15434: results/051.processed, results/052.processed,
15435: results/053.processed, results/054.processed,
15436: results/055.processed, results/056.processed,
15437: results/057.processed, results/058.processed,
15438: results/059.processed, results/060.processed,
15439: results/061.processed, results/062.processed,
15440: results/063.processed, results/064.processed,
15441: results/065.processed, results/066.processed,
15442: results/067.processed, results/068.processed,
15443: results/069.processed, results/070.processed,
15444: results/071.processed, results/072.processed,
15445: results/073.processed, results/074.processed,
15446: results/075.processed, results/076.processed,
15447: results/077.processed, results/078.processed,
15448: results/079.processed, results/080.processed,
15449: results/081.processed, results/082.processed,
15450: results/083.processed, results/084.processed,
15451: results/085.processed, results/086.processed,
15452: results/087.processed, results/088.processed,
15453: results/089.processed, results/090.processed,
15454: results/091.processed, results/092.processed,
15455: results/093.processed, results/094.processed,
15456: results/095.processed, results/096.processed,
15457: results/097.processed, results/098.processed,
15458: results/099.processed, results/100.processed,
15459: results/101.processed, results/102.processed,
15460: results/103.processed, results/104.processed,
15461: results/105.processed, results/106.processed,
15462: results/107.processed, results/108.processed,
15463: results/109.processed, results/110.processed,
15464: results/111.processed, results/112.processed,
15465: results/113.processed, results/114.processed,
15466: results/115.processed, results/116.processed,
15467: results/117.processed, results/118.processed,
15468: results/119.processed, results/120.processed,
15469: results/121.processed, results/122.processed,
15470: results/123.processed, results/124.processed,
15471: results/125.processed, results/126.processed,
15472: results/127.processed, results/128.processed,
15473: results/129.processed, results/130.processed,
15474: results/131.processed, results/132.processed,
15475: results/133.processed, results/134.processed,
15476: results/135.processed, results/136.processed,
15477: results/137.processed, results/138.processed,
15478: results/139.processed, results/140.processed,
15479: results/141.processed: merged(copied) to HEAD from template_gc
15480:
15481: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15482: towards \parser3project not having to be in root
15483:
15484: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15485: module compiled [were minor unnecessary changes in lib/md5
15486: interface]
15487:
15488: * src/include/pa_version.h: release
15489:
15490: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15491:
15492: * src/classes/math.C: merged uuid bugfix
15493:
15494: * tests/: 141.html, results/141.processed: fixed bug with
15495: too-small-a-buffer
15496:
15497: * src/classes/math.C: uuid bugfix
15498:
15499: * tests/: 141.html, Makefile, results/005.processed,
15500: results/030.processed, results/075.processed,
15501: results/078.processed: to reflect date format change (were -
15502: become ' ')
15503:
15504: * src/classes/math.C: uuid bugfix
15505:
15506: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15507: debug/release changes
15508:
15509: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15510:
15511: 2003-07-23 paf
15512:
15513: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15514: renamed a little [to move to comman naming conv]
15515:
1.116 moko 15516: * src/targets/Makefile.am: apache13 splitted to simplify apache
15517: build
1.95 moko 15518:
15519: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15520: main/pa_request.C, main/pa_sql_driver_manager.C,
15521: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15522: stack top_index() fixed
15523:
15524: * src/main/pa_globals.C: minor style changes
15525:
15526: * src/: classes/op.C, include/pa_sql_connection.h: connection
15527: closing/caching fixed [connections were not closed/put to cache]
15528:
15529: 2003-07-22 paf
15530:
15531: * INSTALL: gc part updated stightly
15532:
15533: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15534: new sapi interface
15535:
15536: * src/classes/file.C: comment on OS
15537:
15538: * src/main/pa_string.C: removed reduntant invariant check [there is
15539: one deeper in cord lib]
15540:
15541: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15542:
15543: * src/main/pa_memory.C: out of memory is no longer coredump
15544:
15545: * INSTALL: disable-threads adviced
15546:
15547: 2003-07-21 paf
15548:
1.116 moko 15549: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15550:
15551: * src/classes/file.C: file::exec/cgi environment variables now must
15552: be UPPERCASE and A-Z 0-9 _-
15553:
15554: * src/classes/file.C: env passing fixed
15555:
15556: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15557:
15558: * src/main/pa_common.C: http:// CRLF now
15559:
15560: 2003-07-02 paf
15561:
1.211 ! moko 15562: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
! 15563: $memory:status fields to reflect their real meaning
1.95 moko 15564:
15565: 2003-06-27 paf
15566:
15567: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15568: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15569: file::exec/cgi .charset
15570:
15571: 2003-06-26 paf
15572:
15573: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15574: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15575: src/classes/table.C: fixed several uninitialized local
15576: structures. notably ^hash.foreach now inserts delimiters
15577: properly [were inserting it before first body]
15578:
15579: 2003-06-24 paf
15580:
15581: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15582:
15583: 2003-06-20 paf
15584:
1.211 ! moko 15585: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
! 15586: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15587: $f[^file::load[binary;http://...]] $f.tables
15588:
15589: 2003-06-06 paf
15590:
15591: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15592: table. [were method lookup: inconsistent]
15593:
15594: 2003-06-02 paf
15595:
15596: * src/include/pa_memory.h: empty string clone fixed to return
15597: writable memory
15598:
15599: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15600: were not appended] which violated string invariant
15601:
15602: 2003-05-30 paf
15603:
15604: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15605: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15606:
15607: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15608: GMT ; RFC 822, updated by RFC 1123
15609:
15610: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15611: targets/isapi/parser3isapi.C: initialized request_info properly
15612:
15613: * src/classes/xnode.C: found minor bug, commended for future
15614:
15615: 2003-05-28 paf
15616:
15617: * src/classes/form.C: request_info.content_length can't be <0,
15618: size_t for some time
15619:
15620: 2003-05-26 paf
15621:
15622: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15623: forgotten <0 changed to !=STRING_NOT_FOUND
15624:
15625: * src/classes/math.C: merged ffffu from HEAD
15626:
15627: 2003-05-11 paf
15628:
15629: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15630:
15631: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15632: premature doc free. transformed document had xmlDoc reference
15633: stored to non-gc-memory (libgdome) added holding-reference
15634:
15635: 2003-04-29 paf
15636:
15637: * src/main/pa_globals.C: started digging on double free. on win32
15638: found that that's perfectly normal.
15639:
15640: 2003-04-25 paf
15641:
15642: * src/classes/table.C: table.join bug fix [bad limit check]
15643:
15644: * src/classes/math.C: merged from HEAD: simpiler hash_string
15645:
15646: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15647: print anything. changed to quicker and simplier code
15648:
15649: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15650: strict a check]
15651:
15652: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15653:
15654: 2003-04-24 paf
15655:
15656: * src/include/pa_table.h: too strict assert loosened
15657:
15658: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15659: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15660: report
15661:
15662: 2003-04-21 paf
15663:
1.116 moko 15664: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15665:
15666: * src/main/pa_globals.C: pcre memory management changed to use GC
15667: memory
15668:
15669: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15670: xmlMallocAtomic [author agreed to my suggestion], used that
15671:
15672: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15673:
15674: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15675: types/pa_vmail.C: attributed_meaning_to_string added
15676: L_UNSPECIFIED piece which was sortof OK, but violated string
15677: invariant [assertion barked on that] changed to L_PASS_APPEND,
15678: made that param obligatory
15679:
15680: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15681: fixed [assert helped]
15682:
15683: * src/include/pa_string.h: assert added [looking for bug]
15684:
15685: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15686: names on Win32 considered disk-global
15687:
15688: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15689: considered disk-global
15690:
15691: 2003-04-18 paf
15692:
15693: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15694: filenames
15695:
15696: * src/main/untaint.C: enabled '~' letter in filenames
15697:
15698: 2003-04-16 paf
15699:
15700: * src/classes/file.C: small bug introduced in autoptr times fixed
15701:
15702: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15703: HEAD
15704:
1.116 moko 15705: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15706:
15707: 2003-04-15 paf
15708:
1.211 ! moko 15709: * operators.ru.txt, operators.txt, src/classes/math.C,
! 15710: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15711: tests/results/141.processed: merged from head ^math:uuid[]
15712: ^math:uid64[] ^math:md5[string]
15713:
15714: test added: 141.html
15715:
1.211 ! moko 15716: * operators.ru.txt, operators.txt, src/classes/math.C:
! 15717: ^math:uid64[]
1.95 moko 15718:
15719: * src/classes/math.C: ^math:uuid[]
15720:
1.211 ! moko 15721: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15722:
1.211 ! moko 15723: * operators.ru.txt, operators.txt, src/classes/math.C,
! 15724: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
! 15725: 16-byte digest
! 15726:
! 15727: * operators.ru.txt, operators.txt, src/classes/file.C,
! 15728: src/include/pa_common.h, src/include/pa_config_fixed.h,
! 15729: src/main/pa_common.C: ^file::load[mode;name; $.offset
! 15730: $.limit
1.95 moko 15731:
15732: 2003-04-14 paf
15733:
15734: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15735: started ^math:md5
15736:
15737: * src/classes/table.C, src/include/pa_array.h,
15738: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15739: tests/results/140.processed: table $.reverse option works in
15740: create&co table $.distinct[tables] bug fix merged
15741:
15742: * src/: classes/table.C, include/pa_table.h: table
15743: $.distinct[tables] bug fixed
15744:
15745: * src/classes/table.C: more warnings
15746:
15747: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15748: removed checks in table::set_current, moved them back to
15749: table::locate implemented table::create/join ñ $.reverse
15750:
15751: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15752: removed checks in table::set_current, moved them back to
15753: table::locate
15754:
15755: 2003-04-11 paf
15756:
1.211 ! moko 15757: * operators.ru.txt, operators.txt, src/classes/date.C,
! 15758: src/classes/table.C, src/include/pa_array.h,
! 15759: src/include/pa_common.h, src/include/pa_config_includes.h,
! 15760: src/include/pa_string.h, src/include/pa_table.h,
! 15761: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 15762: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15763: before_append_array_limit_sense_change to
15764: after_append_array_limit_sense_change
15765:
15766: * src/classes/table.C: typo
15767:
1.211 ! moko 15768: * operators.ru.txt, operators.txt, src/classes/date.C,
! 15769: src/classes/table.C, src/include/pa_array.h,
! 15770: src/include/pa_common.h, src/include/pa_config_includes.h,
! 15771: src/include/pa_globals.h, src/include/pa_table.h,
! 15772: src/main/pa_array.C, src/main/pa_globals.C,
! 15773: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 15774: src/main/pa_string.C, src/main/pa_table.C:
! 15775: append_array_limit_sense_change locate accepts options same as
! 15776: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15777:
15778: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15779: (stat xxx,
15780:
15781: * src/classes/: table.C: typo
15782:
15783: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15784: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15785: results/130.processed, results/131.processed,
15786: results/132.processed, results/133.processed,
15787: results/134.processed, results/135.processed,
15788: results/136.processed, results/137.processed,
15789: results/138.processed, results/139.processed: added few mustfail
15790: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15791: date/time 132.html mustfail: access to junction outside of
15792: context 133.html mustfail: access to junction outside of context,
15793: case version 134.html mustfail: hash: adding a key inside of
15794: foreach 135.html mustfail: modifying system class 136.html
15795: mustfail: $.name outside of $hash[here] 137.html mustfail:
15796: appendChild without import 138.html mustfail: invalid encoding
15797: inside of xml 139.html mustfail: bad XPath
15798:
1.211 ! moko 15799: * operators.ru.txt, operators.txt, src/classes/table.C,
! 15800: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
! 15801: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15802: tests/results/126.processed, tests/results/127.processed,
15803: tests/results/128.processed, tests/results/129.processed: merged
15804: from HEAD ^table.hash[key][$.distinct[tables]]
15805:
15806: maked appropriate tests [changed one old nonconforming]
15807:
1.211 ! moko 15808: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15809: ^table.hash[key][$.distinct[tables]]
15810:
15811: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15812: merged fix for found very old xml (dom) bug: were passing
15813: domString objects and later ERROREOUSLY freed them
15814:
15815: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15816: src/main/pa_charset.C: re-added libgdome patch. regretfully
15817: libgdome bug can not be worked around
15818:
15819: 2003-04-10 paf
15820:
15821: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15822: found very old xml (dom) bug: were passing domString objects and
15823: later ERROREOUSLY freed them
15824:
15825: * src/doc/string.dox, src/include/pa_memory.h,
15826: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15827: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15828: tests/123.html, tests/124.html, tests/results/001.processed,
15829: tests/results/002.processed, tests/results/003.processed,
15830: tests/results/004.processed, tests/results/005.processed,
15831: tests/results/006.processed, tests/results/008.processed,
15832: tests/results/009.processed, tests/results/010.processed,
15833: tests/results/011.processed, tests/results/012.processed,
15834: tests/results/013.processed, tests/results/014.processed,
15835: tests/results/015.processed, tests/results/016.processed,
15836: tests/results/017.processed, tests/results/018.processed,
15837: tests/results/020.processed, tests/results/021.processed,
15838: tests/results/022.processed, tests/results/023.processed,
15839: tests/results/024.processed, tests/results/025.processed,
15840: tests/results/026.processed, tests/results/027.processed,
15841: tests/results/028.processed, tests/results/029.processed,
15842: tests/results/030.processed, tests/results/031.processed,
15843: tests/results/032.processed, tests/results/033.processed,
15844: tests/results/034.processed, tests/results/035.processed,
15845: tests/results/036.processed, tests/results/037.processed,
15846: tests/results/038.processed, tests/results/039.processed,
15847: tests/results/040.processed, tests/results/041.processed,
15848: tests/results/042.processed, tests/results/043.processed,
15849: tests/results/044.processed, tests/results/045.processed,
15850: tests/results/046.processed, tests/results/047.processed,
15851: tests/results/048.processed, tests/results/049.processed,
15852: tests/results/050.processed, tests/results/051.processed,
15853: tests/results/052.processed, tests/results/053.processed,
15854: tests/results/054.processed, tests/results/055.processed,
15855: tests/results/056.processed, tests/results/057.processed,
15856: tests/results/058.processed, tests/results/059.processed,
15857: tests/results/060.processed, tests/results/061.processed,
15858: tests/results/062.processed, tests/results/063.processed,
15859: tests/results/064.processed, tests/results/065.processed,
15860: tests/results/066.processed, tests/results/067.processed,
15861: tests/results/068.processed, tests/results/069.processed,
15862: tests/results/070.processed, tests/results/071.processed,
15863: tests/results/072.processed, tests/results/073.processed,
15864: tests/results/074.processed, tests/results/075.processed,
15865: tests/results/076.processed, tests/results/077.processed,
15866: tests/results/078.processed, tests/results/079.processed,
15867: tests/results/080.processed, tests/results/081.processed,
15868: tests/results/082.processed, tests/results/083.processed,
15869: tests/results/084.processed, tests/results/085.processed,
15870: tests/results/086.processed, tests/results/087.processed,
15871: tests/results/088.processed, tests/results/089.processed,
15872: tests/results/090.processed, tests/results/091.processed,
15873: tests/results/092.processed, tests/results/093.processed,
15874: tests/results/094.processed, tests/results/095.processed,
15875: tests/results/096.processed, tests/results/097.processed,
15876: tests/results/101.processed, tests/results/102.processed,
15877: tests/results/104.processed, tests/results/105.processed,
15878: tests/results/106.processed, tests/results/107.processed,
15879: tests/results/108.processed, tests/results/109.processed,
15880: tests/results/110.processed, tests/results/111.processed,
15881: tests/results/112.processed, tests/results/113.processed,
15882: tests/results/114.processed, tests/results/115.processed,
15883: tests/results/116.processed, tests/results/117.processed,
15884: tests/results/118.processed, tests/results/119.processed,
15885: tests/results/120.processed, tests/results/121.processed,
15886: tests/results/122.processed, tests/results/123.processed,
15887: tests/results/124.processed: new convention: char* never 0.
15888: assert in cord on that
15889:
15890: * src/main/pa_charset.C: couple more asserts
15891:
15892: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15893: speedup
15894:
15895: * src/main/pa_charset.C: couple assertions on fantastic situations
15896: added [may be those is the case now?]
15897:
15898: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15899: that's memory from gc_malloc, not from g_malloc :(, but would
15900: hope]
15901:
15902: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15903: that's memory from gc_malloc, not from g_malloc :(, but would
15904: hope]
15905:
15906: * src/main/pa_charset.C: checked custom malloc for returning 0
15907:
15908: 2003-04-09 paf
15909:
15910: * src/classes/date.C: merged ^date.roll changes
15911:
15912: * src/classes/date.C: ^date.roll bug fix
15913:
15914: * src/classes/date.C: ^date.roll now throws less errors: month
15915: shifts handles end of month situation by reducing day number
15916: hour-hole shift reduces hour to recover
15917:
15918: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15919: Sort by function time
15920:
1.211 ! moko 15921: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
! 15922: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 15923:
15924: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15925: added [after volatile fix. passes on win&intel-solaris]
15926:
15927: 2003-04-08 paf
15928:
15929: * src/: classes/file.C, classes/op.C, classes/table.C,
15930: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15931: include/pa_common.h, include/pa_request_charsets.h,
15932: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15933: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15934: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15935: types/pa_vresponse.C: started http:// $.charset[] param and
15936: http response charset detection just compiled. todo:test
15937:
15938: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
15939:
15940: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
15941: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
15942: types/pa_vmail.C: changed transcode param converntion along with
15943: string creating convention -- all strings are zero-terminated,
15944: this allowed to fix one remaining String("123", 2) case
15945:
15946: * src/: classes/date.C, classes/file.C, classes/hash.C,
15947: classes/op.C, classes/string.C, classes/table.C,
15948: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
15949: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
15950: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15951: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
15952: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
15953: violated String::invariant. started fixing [not compiled now]
15954:
15955: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
15956: main/compile.tab.C, main/compile.y, main/pa_string.C,
15957: main/untaint.C, targets/cgi/parser3.C: number of string style
15958: improvements & optimizations
15959:
15960: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
15961: :(]
15962:
15963: * src/main/untaint.C: removed redundant & in CORD_pos param passing
15964: [for it's a pointer really]
15965:
15966: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
15967: 'n' param. worked that around
15968:
15969: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
15970: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
15971: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
15972: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
15973: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
15974:
15975: Thanks for the bug report and patch.
15976:
15977: I hadn't looked at this code in a while. Reading it now, it
15978: seems to me that the tests should also be ">= MAX_DEPTH" to
15979: comply with the invariant, though that may not matter a lot. I
15980: changed that, too.
15981:
15982: Hans
15983:
15984: 2003-04-07 paf
15985:
15986: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
15987: merged from head:safe mode error message now includes numbers
15988:
15989: * src/main/execute.C: n-th attempt to make a=a work with double.
15990: problem: as_double returns it's result in fp-register compiler
15991: optimizes access to that register after b->as_double, and just
15992: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15993: from memory. _SAME_ double values do not match here. when
15994: forced to REload fp-register, values do match.
15995:
15996: tried to make them volatile.
15997:
15998: * src/main/execute.C: n-th attempt to make a=a work with double.
15999: problem: as_double returns it's result in fp-register compiler
16000: optimizes access to that register after b->as_double, and just
16001: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16002: from memory. _SAME_ double values do not match here. when
16003: forced to REload fp-register, values do match.
16004:
16005: tried to make them volatile.
16006:
16007: * src/types/pa_vobject.h: small style change
16008:
16009: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16010:
16011: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16012: mode error message now includes numbers
16013:
16014: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16015: now causes death
16016:
16017: 2003-04-04 paf
16018:
16019: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16020: incorportated pa_exec patch by From: "Victor Fedoseev"
16021: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16022: Sent: Thursday, January 23, 2003 9:14 AM
16023:
16024: huge speedup on ^file::cgi with big result
16025:
16026: * src/classes/table.C: sort table with 0 rows bug fixed
16027:
16028: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16029: fix http://i2/tasks/edit/?id=4493701604654042676
16030:
16031: @main[] $with_default[ $.a[1] $._default[default from
16032: with_default] ] ^show[$with_default]
16033:
16034: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16035: =$to_add_to.xxx=<br>
16036:
16037: ^show[$to_add_to]
16038:
16039: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16040: ^show[$cloned]
16041:
16042: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16043:
16044: } <hr>
16045:
16046: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16047: http://i2/tasks/edit/?id=4493701604654042676
16048:
16049: @main[] $with_default[ $.a[1] $._default[default from
16050: with_default] ] ^show[$with_default]
16051:
16052: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16053: =$to_add_to.xxx=<br>
16054:
16055: ^show[$to_add_to]
16056:
16057: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16058: ^show[$cloned]
16059:
16060: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16061:
16062: } <hr>
16063:
16064: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16065: http://i2/tasks/edit/?id=4507350336410850921
16066:
16067: * src/classes/xdoc.C: memory allocation func bugfix
16068: http://i2/tasks/edit/?id=4499303470368629745
16069:
16070: * src/classes/math.C: allowed random 1...
16071:
16072: * src/classes/math.C: allowed random 0..
16073:
16074: * src/main/pa_globals.C: exif mem leak
16075: http://i2/tasks/edit/?id=4480590323629807263
16076:
16077: * src/: classes/classes.dsp, main/main.dsp,
16078: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16079: fix http://i2/tasks/edit/?id=4493946731322521294
16080: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16081:
16082: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16083: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16084: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16085: links to xml libs made relative, no need to unpack parser3project
16086: to /parser3project.
16087:
16088: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16089: column more precise - tab handling bug fixed
16090:
16091: * src/main/: compile.tab.C, compile.y: more understandable error
16092: message in case @CLASS with more then one line inside
16093:
16094: * src/targets/cgi/parser3.C: more understandable error message in
16095: case of errors in @unhandled_exception
16096:
16097: 2003-04-03 paf
16098:
16099: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16100: src/main/compile.tab.C, src/main/compile.y,
16101: src/main/compile_tools.C, src/main/compile_tools.h,
16102: src/main/execute.C, src/main/pa_request.C: debug info format
16103: simplified, now it's: OP_VALUE Operation::Origin << here value*
16104:
16105: higher limits: file number (max: 255) line number (max:
16106: 64535) column number (max: 255)
16107:
16108: * src/classes/math.C: top limit
16109:
16110: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16111: precise parse error position in case of
16112:
16113: ^bug ]
16114:
16115: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16116: changed to realities, and passed [bug fixed]
16117:
16118: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16119: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16120: main/compile_tools.h, main/pa_request.C: introducing
16121: ^process...[main-method-alias]
16122:
16123: * src/: classes/date.C, classes/image.C, classes/op.C,
16124: classes/string.C, classes/table.C, classes/xdoc.C,
16125: types/pa_vmethod_frame.h: MethodParams& now [methods without
16126: params receive zero reference, but they are expected not to look
16127: there]
16128:
1.211 ! moko 16129: * operators.ru.txt, operators.txt, src/classes/date.C,
! 16130: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
! 16131: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
! 16132: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
! 16133: src/classes/response.C, src/classes/string.C,
! 16134: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 16135: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
! 16136: src/types/pa_method.h: MethodParams& now [methods without params
! 16137: receive zero reference, but they are expected not to look there]
! 16138:
! 16139: * operators.ru.txt, operators.txt, src/classes/op.C,
! 16140: src/include/pa_request.h, src/main/pa_request.C,
! 16141: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
! 16142: better error reporting [file/line/col]
1.95 moko 16143:
16144: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16145: types/pa_vstring.h: slightly improved error messages text: 1. is
16146: '%s', it 2. method undefined in case of ^void[]
16147:
16148: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16149: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16150: handling done. now we have error columns todo: test it
16151:
16152: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16153: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16154:
16155: this makes life easier: were: bad stack order -- were in
16156: exception catch unwind order, which didn't match execution order
16157:
16158: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16159:
16160: @first[] ^throw[a;1]
16161:
16162: showed throw a first throw b try
16163:
16164: which is no good
16165:
16166: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16167: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16168: trace reset after handled exception [old bug fixed]
16169:
16170: * src/main/: compile.tab.C, compile.y: parse position old bug
16171: fixed. position reporting made precise [both, in parse erros and
16172: runtime errors]
16173:
16174: 2003-04-02 paf
16175:
16176: * src/: include/pa_operation.h, include/pa_request.h,
16177: main/compile.C, main/compile.tab.C, main/compile.y,
16178: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16179: main/pa_exception.C, main/pa_request.C: debug info: started
16180: using. todo:complete
16181:
16182: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16183: main/compile.C, main/compile.tab.C, main/compile.y,
16184: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16185: main/pa_request.C: prepared debug info todo:use it
16186:
16187: * src/include/pa_operation.h: strange mistake fixed: forgot to
16188: return Operation class->union after switching from autoptrs.
16189:
16190: * tests/: Makefile, results/108.processed, results/117.processed:
16191: meta considered OK [it's up to coder now to remove it not needed]
16192:
16193: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16194: Dictionary constructor when moved to gc]
16195:
16196: * src/main/pa_common.C: uncommented http:// file loading
16197:
16198: * src/include/pa_array.h, src/main/execute.C,
16199: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16200: fix [gdGrowingBuf]
16201:
16202: * configure.in, src/lib/Makefile.am: removed patches
16203:
16204: * configure, src/include/pa_config_auto.h.in,
16205: src/main/pa_charset.C: --enable-assertions autoconf-ed
16206:
16207: * src/main/pa_common.C: uncommented http:// file loading
16208:
16209: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16210: xdoc::create/load
16211:
16212: * src/: classes/form.C, classes/hash.C, classes/image.C,
16213: classes/string.C, classes/table.C, classes/void.C,
16214: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16215: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16216: String::String(str,helper_length) are checked. found/fixed one
16217: place: $request:body now zero-terminated,
16218:
16219: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16220: main/compile_tools.C, main/execute.C, types/pa_value.h,
16221: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16222: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16223: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16224: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16225: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16226: types/pa_vxnode.h: more locally scoped vars in execute (more
16227: easily optimizable)
16228:
16229: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16230: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16231:
16232: * src/: include/pa_array.h, include/pa_stack.h,
16233: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16234: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16235: become assertion iterator in methodframe filler
16236:
16237: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16238: targets/cgi/parser3.C: array::get/put inlined
16239:
16240: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16241: gc_substitute_memory_management_functions +installed CORD_oom
16242: function
16243:
16244: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16245: src/include/pa_config_includes.h, src/include/pa_string.h,
16246: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16247: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16248: assertions started configure.in --enable-assertions
16249:
16250: 2003-04-01 paf
16251:
16252: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16253: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16254: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16255: gdome uses glib memory, and stores last pointer to xmlDoc there,
16256: gc misses that and collects valid memory fixed by remembering
16257: xmlDoc from dom object in xdoc. todo: do something with
16258: premature free of xdoc with xnodes/node values referring into it
16259:
16260: * src/classes/: mail.C: typo fix
16261:
16262: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16263: changes
16264:
16265: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16266: main/pa_memory.C: moved memory debugging to global level: to
16267: pa_gc_malloc
16268:
16269: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16270: debugging showed no errors. todo: debug parser memory
16271:
16272: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16273: configurations
16274:
16275: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16276: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16277: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16278: types/types.dsp: prepared xml-static configuration
16279:
16280: 2003-03-31 paf
16281:
16282: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16283: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16284: xml lib memory debugging, simple checks failed: it seems that
16285: library does realloc(bad ptr), and recording those ptrs in heap
16286: [for debugging] was bad: heap situation changes = everything
16287: works fine
16288:
16289: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16290: xmlRegisterCharEncodingHandler limitation [currently imposed
16291: limit of 10 user-defined charsets]
16292:
16293: 2003-03-28 paf
16294:
16295: * src/main/execute.C: execution stack copied to local register
16296: variable, removed lots [~2e7) of memory accesses
16297:
16298: 2003-03-27 paf
16299:
16300: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16301: works in debug, but fails in release todo: fix that
16302:
16303: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16304: targets/cgi/parser3.C: forgot to merge XML memory funcs
16305: replacement from gc branch
16306:
16307: * src/main/pa_exec.C: introducing append_help_length [radical
16308: improvement here]
16309:
16310: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16311: 'not recommened' in gc.h, on win32 noticed no difference]
16312:
16313: * src/include/pa_array.h: returned checked array get [were disabled
16314: for debugging] result:not slower [don't understand that, it were
16315: INLINED] todo: find out a way of inlining it!
16316:
16317: * src/: include/pa_string.h, lib/gc/include/gc.h,
16318: lib/gc/include/gc_fake.h, main/compile.tab.C,
16319: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16320: convention changed: all resulting strings are zero-terminated
16321:
16322: * src/: classes/date.C, classes/file.C, classes/hash.C,
16323: classes/string.C, classes/table.C, classes/void.C,
16324: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16325: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16326: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16327: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16328: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16329: types/pa_vfile.C, types/pa_vmail.C: introducing
16330: append_help_length [radical improvement here]
16331:
16332: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16333: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16334: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16335: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16336: even slower
16337:
16338: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16339: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16340: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16341: clients of &get(): most to use non-ref version, some[in tight
16342: places] to get_unchecked_ref
16343:
16344: * src/doc/memory.dox: forgot to add
16345:
16346: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16347: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16348: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16349: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16350: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16351: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16352: targets/cgi/parser3.dsp, types/pa_vmail.C,
16353: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16354: T>>&<< removed after Stack::pop wiping removed [moved to separate
16355: func] other Array & removed
16356:
16357: 2003-03-26 paf
16358:
16359: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16360: classes/table.C, include/pa_array.h, include/pa_charset.h,
16361: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16362: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16363: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16364: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16365: main/pa_exec.C, main/pa_sql_driver_manager.C,
16366: main/pa_stylesheet_manager.C, main/pa_table.C,
16367: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16368: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16369: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16370: pre-evaluated .count() in some places
16371:
16372: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16373: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16374: types/types.dsp: .dsp profiling updated
16375:
16376: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16377: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16378: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16379:
16380: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16381: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16382: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16383: use lib/gc,lib/cord
16384:
1.116 moko 16385: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16386: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16387: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16388: src/include/pa_config_includes.h, src/include/pa_request.h,
16389: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16390: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16391: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16392: src/lib/cord/include/Makefile.am,
1.116 moko 16393: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16394: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16395: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16396: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16397: src/types/pa_vform.h, src/types/pa_vhash.h,
16398: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16399: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16400: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16401: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16402: funcs ported pa_exec
1.95 moko 16403:
16404: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16405:
16406: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16407: bundled gc includes
16408:
16409: * src/: classes/op.C, include/pa_array.h,
16410: include/pa_sql_connection.h, include/pa_string.h,
16411: include/pa_version.h, main/compile.tab.C, main/compile.y,
16412: main/execute.C, main/pa_common.C, main/pa_exception.C,
16413: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16414: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16415: first real site (aval)]
16416:
16417: 2003-03-25 paf
16418:
1.211 ! moko 16419: * operators.ru.txt, operators.txt,
! 16420: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
! 16421: $status.memory used free since_compact process
1.95 moko 16422:
16423: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16424: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16425:
16426: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16427:
16428: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16429: src/types/pa_value.h, src/types/pa_vfile.h,
16430: src/types/pa_vobject.C, src/types/pa_vobject.h,
16431: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16432: tests/results/121.processed: untaint.C L_URI
16433:
1.211 ! moko 16434: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
! 16435: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
! 16436: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
! 16437: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16438:
16439: * tests/results/109.processed: it was a bug in parser. updated 109
16440: test result
16441:
16442: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16443:
16444: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16445: tests/results/107.processed: fixed dom language [values are now
16446: considered tainted. it was a bug in parser. updated 107 test
16447: result
16448:
16449: * src/classes/xdoc.C: fixed transform params
16450:
16451: * src/: include/pa_stylesheet_manager.h,
16452: main/pa_stylesheet_manager.C: fixed stylesheet caching
16453:
16454: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16455: overloads for structure handling
16456:
16457: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16458: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16459: StringBody(0) ambiguilty, introducting static
16460: StringBody::Format(int)
16461:
16462: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16463: linked
16464:
16465: * src/types/pa_vxdoc.C: vxdoc compiled
16466:
16467: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16468: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16469: finalizers isntalled
16470:
16471: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16472: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16473: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16474: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16475: compiled todo: xnode.C / finalizers
16476:
16477: * src/doc/string.dox: updated: new string internals
16478:
16479: 2003-03-24 paf
16480:
16481: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16482: include/pa_charset.h, include/pa_config_fixed.h,
16483: include/pa_request.h, include/pa_stylesheet_connection.h,
16484: include/pa_stylesheet_manager.h, main/pa_charset.C,
16485: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16486: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16487: types/pa_vxnode.h: started XML
16488:
16489: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16490:
16491: * src/: classes/file.C, classes/image.C, classes/mail.C,
16492: include/pa_string.h, main/pa_common.C,
16493: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16494:
16495: * src/: classes/file.C, classes/image.C, classes/mail.C,
16496: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16497: main/pa_request.C, main/pa_sql_driver_manager.C,
16498: types/pa_vimage.h: size_t pos everywhere checks changed to check
16499: for eq STRING_NOT_FOUND
16500:
16501: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16502: optimize bit implemented
16503:
16504: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16505: String::ArrayFragment::append_positions fixed
16506:
16507: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16508: String::this_starts fixed
16509:
16510: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16511:
16512: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16513: hashcode implemented fully, including per-char callback [it can
16514: be - substr CORD node]
16515:
16516: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16517: rewritten to rewalloc with 100byte buf ahead
16518:
16519: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16520: src/include/pa_string.h, src/main/compile.tab.C,
16521: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16522: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16523: CORD_ec [bad] would rewrite as realloc now
16524:
16525: * src/: classes/date.C, classes/file.C, classes/form.C,
16526: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16527: include/pa_cache_managers.h, include/pa_charsets.h,
16528: include/pa_common.h, include/pa_request.h,
16529: include/pa_sql_driver_manager.h, include/pa_table.h,
16530: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16531: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16532: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16533: types/pa_vmail.C, types/pa_vmethod_frame.C,
16534: types/pa_vstateless_class.h: 2*2 worked :)
16535:
16536: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16537: src/include/pa_exec.h, src/include/pa_string.h,
16538: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16539: passed OK
16540:
16541: * src/: classes/hash.C, classes/string.C, classes/table.C,
16542: types/pa_value.C: all linked todo: debug
16543:
16544: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16545: types/pa_vstateless_class.C: all compiled. todo:link
16546:
16547: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16548:
16549: * src/types/pa_vtable.C: pa_vtable.C compiled
16550:
16551: * src/types/pa_vstring.C: pa_vstring.C compiled
16552:
16553: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16554:
16555: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16556: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16557: pa_vstateless_class.C, pa_vstateless_class.h:
16558: pa_vstateless_class.C compiled
16559:
16560: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16561: types/pa_vmath.C: pa_vmail.C compiled
16562:
16563: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16564:
16565: * src/types/pa_vform.C: pa_vform.C compiled
16566:
16567: * src/types/pa_vfile.C: pa_vfile.C compiled
16568:
16569: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16570: pa_vstateless_class.C: pa_vcookie.C compiled
16571:
16572: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16573: types/pa_vhash.h: pa_value.C compiled
16574:
16575: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16576: classes.lib main.lib compiled
16577:
16578: * src/classes/void.C: void.C compiled
16579:
16580: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16581: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16582: compiled
16583:
16584: * src/: classes/string.C, include/pa_request.h,
16585: include/pa_string.h, main/pa_string.C: string.C compiled
16586:
16587: * src/: classes/op.C, classes/string.C, classes/table.C,
16588: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16589: main/pa_request.C, main/pa_string.C: op.C compiled
16590:
16591: * src/classes/: math.C, op.C: math.C compiled
16592:
16593: * src/: classes/mail.C, classes/string.C, classes/table.C,
16594: types/pa_vmail.h: mail.C compiled
16595:
16596: * src/classes/: int.C, table.C: int.C compiled
16597:
16598: * src/: classes/hash.C, classes/image.C, classes/string.C,
16599: classes/table.C, include/pa_memory.h, include/pa_string.h,
16600: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16601: compiled
16602:
16603: * src/: classes/hash.C, classes/string.C, classes/table.C,
16604: classes/void.C, classes/xdoc.C, include/pa_request.h,
16605: include/pa_sql_connection.h: hash.C compiled
16606:
16607: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16608: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16609: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16610: classes/math.C, classes/op.C, classes/response.C,
16611: classes/string.C, classes/table.C, classes/void.C,
16612: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16613: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16614: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16615: file.C table.C compiled
16616:
16617: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16618: main/untaint.C: main.lib compiled
16619:
16620: 2003-03-21 paf
16621:
16622: * src/: classes/op.C, include/pa_cache_managers.h,
16623: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16624: include/pa_stylesheet_manager.h, main/pa_exception.C,
16625: main/pa_globals.C, main/pa_sql_driver_manager.C,
16626: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16627: compiled
16628:
16629: * src/: classes/hash.C, classes/image.C, classes/op.C,
16630: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16631: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16632: main/compile.C, main/pa_common.C, main/pa_request.C,
16633: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16634: pa_request.C compiled
16635:
16636: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16637: include/pa_request.h, main/execute.C, main/pa_request.C,
16638: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16639: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16640: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16641: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16642: compiled
16643:
16644: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16645: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16646: on unix
16647:
16648: * src/: include/pa_charset.h, include/pa_charsets.h,
16649: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16650: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16651: pa_charsets.C compiled
16652:
16653: * src/: classes/image.C, classes/mail.C, classes/op.C,
16654: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16655: main/compile.y, main/execute.C, main/pa_common.C,
16656: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16657: types/pa_vcode_frame.h, types/pa_vimage.h,
16658: types/pa_vmethod_frame.h: execute.C compiled
16659:
16660: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16661: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16662: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16663: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16664: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16665: include/pa_cache_managers.h, include/pa_charsets.h,
16666: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16667: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16668: include/pa_sql_driver_manager.h, include/pa_string.h,
16669: include/pa_stylesheet_connection.h,
16670: include/pa_stylesheet_manager.h, include/pa_table.h,
16671: main/compile.C, main/compile.tab.C, main/compile.y,
16672: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16673: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16674: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16675: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16676: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16677: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16678: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16679: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16680: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16681: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16682: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16683: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16684: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16685: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16686: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16687: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16688: types/pa_vresponse.h, types/pa_vstateless_class.C,
16689: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16690: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16691: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16692: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16693: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16694: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16695: [C++ CORD wrapper]
16696:
16697: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16698:
16699: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16700: $file::exec/cgi[script; $.charset[this is script's charset]
16701:
16702: command line, env values, input got transcoded before call
16703: stdout, stderr got transcoded after call
16704:
16705: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16706: by default. use: ^file::exec[...;$.stdin[$request.body]
16707:
16708: * src/main/pa_common.C: } typo bug fix
16709:
16710: * src/main/pa_common.C: } typo bug fix
16711:
16712: 2003-03-20 paf
16713:
16714: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16715: main/untaint.C: cord bug fix, but still errors todo: clear out
16716:
16717: * src/include/pa_string.h: more tests
16718:
16719: * src/main/pa_string.C: string.pos fixed
16720:
1.116 moko 16721: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16722: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16723: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16724: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16725: replaces
1.95 moko 16726:
16727: * src/: classes/image.C, include/pa_dictionary.h,
16728: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16729: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16730: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16731: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16732:
16733: * src/include/pa_string.h: warning
16734:
16735: * src/include/pa_string.h: this_starts fixed
16736:
16737: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16738: new String ctor & append params convention
16739:
16740: * src/: classes/file.C, classes/hash.C, classes/image.C,
16741: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16742: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16743: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16744: main/pa_exception.C, main/pa_exec.C,
16745: main/pa_sql_driver_manager.C, main/pa_string.C,
16746: main/pa_stylesheet_manager.C, main/untaint.C,
16747: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16748: types/pa_vmail.C: more tests OK
16749:
16750: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16751: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16752: gc/exit runned OK
16753:
16754: * src/types/pa_vmail.C: another naming problem: should not name
16755: vars like that: unpredictable close caused problems with later
16756: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16757: descriptors missing on startup: stdin; Bad file number
16758:
16759: todo: find out why so many filters(stream) here. probably wrong?
16760:
16761: * src/: include/pa_dictionary.h, include/pa_string.h,
16762: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16763: main/untaint.C: test compiled
16764:
16765: * src/: classes/image.C, classes/mail.C, classes/math.C,
16766: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16767: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16768: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16769: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16770: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16771: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16772: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16773: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16774: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16775:
16776: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16777: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16778: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16779: src/include/pa_memory.h, src/include/pa_request.h,
16780: src/include/pa_request_charsets.h,
16781: src/include/pa_sql_connection.h, src/include/pa_string.h,
16782: src/main/compile.tab.C, src/main/execute.C,
16783: src/main/pa_charset.C, src/main/pa_common.C,
16784: src/main/pa_exception.C, src/main/pa_exec.C,
16785: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16786: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16787: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16788: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16789: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16790: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16791: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16792: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16793: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16794: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16795: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16796: pa_common.C [done, without http for now]
16797:
16798: 2003-03-19 paf
16799:
16800: * src/: classes/date.C, classes/form.C, classes/hash.C,
16801: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16802: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16803: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16804: include/pa_string.h, include/pa_table.h, main/compile.C,
16805: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16806: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16807: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16808: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16809: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16810: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16811: types/pa_vstateless_class.h, types/pa_vtable.C,
16812: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16813: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16814: types/pa_wwrapper.h: started test
16815:
1.116 moko 16816: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16817: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16818:
16819: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16820: include/pa_string.h, main/pa_string.C: string compiled todo: test
16821: it
16822:
16823: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16824: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16825: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16826: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16827: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16828: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16829: types/pa_vmethod_frame.h, types/types.dsp: string
16830: reimplementation with cord+array<fragment>: 70%
16831:
16832: 2003-03-18 paf
16833:
16834: * src/: classes/date.C, classes/file.C, classes/form.C,
16835: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16836: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16837: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16838: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16839: can ignore lang in cmp and pos really, but would
16840: split properly!
16841:
16842: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16843: cord part made parser/src/lib: it's not compiled into libgc by
16844: default
16845:
16846: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16847: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16848: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16849: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16850: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16851: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16852: src/classes/xnode.C, src/classes/xnode.h,
16853: src/include/Makefile.am, src/include/pa_cache_managers.h,
16854: src/include/pa_charset.h, src/include/pa_charsets.h,
16855: src/include/pa_common.h, src/include/pa_dictionary.h,
16856: src/include/pa_exception.h, src/include/pa_exec.h,
16857: src/include/pa_globals.h, src/include/pa_hash.h,
16858: src/include/pa_memory.h, src/include/pa_pool.h,
16859: src/include/pa_request.h, src/include/pa_request_charsets.h,
16860: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16861: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16862: src/include/pa_stylesheet_connection.h,
16863: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16864: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16865: src/main/compile.C, src/main/compile.tab.C,
16866: src/main/compile_tools.C, src/main/compile_tools.h,
16867: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16868: src/main/pa_charsets.C, src/main/pa_common.C,
16869: src/main/pa_dictionary.C, src/main/pa_exception.C,
16870: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16871: src/main/pa_pool.C, src/main/pa_request.C,
16872: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16873: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16874: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16875: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16876: src/types/pa_junction.h, src/types/pa_method.h,
16877: src/types/pa_value.C, src/types/pa_value.h,
16878: src/types/pa_vclass.C, src/types/pa_vclass.h,
16879: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16880: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16881: src/types/pa_vdouble.h, src/types/pa_venv.h,
16882: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16883: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16884: src/types/pa_vimage.C, src/types/pa_vimage.h,
16885: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16886: src/types/pa_vmath.C, src/types/pa_vmath.h,
16887: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16888: src/types/pa_vobject.C, src/types/pa_vobject.h,
16889: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16890: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16891: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16892: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16893: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16894: src/types/pa_vstring.h, src/types/pa_vtable.C,
16895: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16896: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16897: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16898: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16899: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16900: gc: PA_Object done lots of replacements also
16901:
16902: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16903: gc logging
16904:
16905: 2003-03-17 paf
16906:
16907: * src/: classes/date.C, classes/file.C, classes/form.C,
16908: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16909: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16910: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16911: include/pa_string.h, include/pa_types.h, main/compile.C,
16912: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16913: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16914: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16915: main/pa_sql_driver_manager.C, main/pa_string.C,
16916: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16917: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16918: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16919: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16920: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16921: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16922: types/pa_vxnode.h: libgc attempt
16923:
16924: 2003-03-13 paf
16925:
16926: * src/: include/pa_sql_driver_manager.h,
16927: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16928: called
16929:
16930: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16931: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16932: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16933: types/pa_value.h, types/pa_vobject.h,
16934: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16935: set_base, set_derived simplified [counter leaks fixed]
16936:
16937: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
16938: src/types/types.dsp: incorporated status class patch From:
16939: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
16940: 2003 8:14 AM
16941:
16942: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
16943: Win32 specific: QuotaPeakNonPagedPoolUsage
16944: QuotaPeakPagedPoolUsage PeakPagefileUsage]
16945:
16946: 2003-03-12 paf
16947:
1.116 moko 16948: * configure, configure.in, src/lib/ltdl/configure,
16949: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 16950: lib/ltdl/Makefile now created by /configure.in only [were by
16951: lib/ltdl/configure.in OVERWRITE]
16952:
1.116 moko 16953: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
16954: linkage fixed for g++ 3.2.2
1.95 moko 16955:
16956: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
16957: on using privately declared class [fixed]
16958:
16959: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
16960: 3.2 rightliy complained on using privately declared class [fixed]
16961:
16962: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
16963: sigpipe before request constructor now causes death
16964:
16965: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
16966: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
16967: not cause exception in exception handler
16968:
1.116 moko 16969: * configure, configure.in, src/targets/cgi/Makefile.am: configure
16970: now default links libstdc++ statically. that can be overriden by
16971: --with-dynamic-stdcpp
1.95 moko 16972:
16973: 2003-03-11 paf
16974:
16975: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
16976: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
16977: necessity of libstdc++
16978:
16979: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16980:
16981: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16982:
16983: 2003-03-08 paf
16984:
16985: * tests/Makefile: make install & co
16986:
16987: * src/: include/pa_request.h, classes/op.C: removing
16988: vclass,object.h -> pa_request.h dependency
16989:
16990: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
16991: main/pa_request.C: removing vform,response,cookie.h ->
16992: pa_request.h dependency
16993:
16994: * src/include/pa_request.h: removing vmail.h -> pa_request.h
16995: dependency [testing...]
16996:
16997: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
16998: return 0; fixed
16999:
17000: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17001: types/pa_vmail.h: vmail.C received just compiled [not tested]
17002:
17003: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17004:
17005: * src/main/pa_request.C: forgotten: ifdef XML
17006:
17007: * src/main/pa_request.C: forgotten: ifdef XML
17008:
17009: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17010: win32 and run memleak tests again
17011:
17012: * src/targets/cgi/parser3.C: charsets: see some strange things with
17013: old xml lib-- it's internal memory handling has faults
17014:
17015: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17016: problems when transcode from charset A to A.
17017:
17018: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17019: todo: still problems when transcode from charset A to A.
17020:
17021: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17022: classes/table.C, include/pa_array.h,
17023: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17024: started full-scale-site-test [~ http://parser.ru sources]
17025:
17026: some fixes
17027:
17028: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17029: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17030: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17031: results/110.processed, results/111.processed,
17032: results/112.processed, results/113.processed,
17033: results/114.processed, results/115.processed,
17034: results/116.processed, results/117.processed,
17035: results/118.processed, results/119.processed,
17036: results/120.processed: xml: tests 109 dom create/show 110 xpath
17037: selectSingle 111 xdoc.create from tainted & 112
17038: xdoc.create/output with russian attr value 113 xpath
17039: selectString/Number 114 dom attributes.count 115 xpath selectBool
17040: 116 output media-type change 117 transform by dom stylesheet 118
17041: empty transform result 119 dom setAttribute 120 nbsp letter
17042: output
17043:
17044: =END OF PREPARED XML TESTS=
17045:
17046: 2003-03-07 paf
17047:
17048: * src/classes/xdoc.C, src/include/pa_charset.h,
17049: src/include/pa_stylesheet_connection.h, tests/108.html,
17050: tests/108.xsl, tests/results/108.processed: xml: test 108
17051: transform with params [bugs fixed]
17052:
17053: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17054: from copy/paste bug
17055:
17056: * src/classes/xdoc.C, src/include/pa_charset.h,
17057: src/include/pa_request.h, src/main/execute.C,
17058: src/main/pa_charset.C, src/main/pa_exception.C,
17059: src/main/pa_globals.C, src/main/pa_request.C,
17060: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17061: src/types/pa_vxnode.C, tests/107.html,
17062: tests/results/107.processed: xml: test: 107 bug fixes
17063:
17064: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17065: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17066: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17067:
17068: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17069: string
17070:
17071: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17072: mem alloc functions used for different cases [libxml, libxsl]
17073:
17074: * src/classes/classes.C: fixed: prevent system classes from
17075: modification to lock ALL the classes, not only directly used
17076:
17077: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17078: linked
17079:
17080: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17081:
17082: 2003-03-06 paf
17083:
17084: * src/classes/xdoc.C: xdoc.C 50%
17085:
17086: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17087: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17088: main/pa_globals.C, main/pa_request.C,
17089: main/pa_stylesheet_manager.C: xnode.C compiled
17090:
17091: * src/: include/pa_stylesheet_connection.h,
17092: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17093: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17094:
17095: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17096: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17097: xml: stylesheet&manager STARTED
17098:
17099: * src/: include/pa_globals.h, main/pa_charset.C,
17100: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17101:
17102: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17103: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17104: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17105: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17106: charsets
17107:
17108: * tests/023.html: in some cases it rounded up badly. postponing
17109: solution of that problem, making more simple test
17110:
17111: * tests/: 058_paf2000.png, results/058.processed: .png added with
17112: -kb now
17113:
17114: * src/: include/pa_charset.h, include/pa_charsets.h,
17115: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17116: moved to charsets.C
17117:
17118: 2003-03-05 paf
17119:
17120: * src/classes/string.C, src/include/pa_string.h,
17121: src/main/pa_string.C, tests/105.html,
17122: tests/results/105.processed: String::match bug fixed
17123:
17124: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17125: tests/results/104.processed: ^bpt operator added [does int3 in
17126: debug build on win32]
17127:
17128: * tests/: 057.html, results/057.processed: test bug fixed
17129:
1.116 moko 17130: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17131:
17132: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17133: missing
17134:
1.116 moko 17135: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17136: forgotten files added to Makes
1.95 moko 17137:
17138: * ltmain.sh: ltmain.sh added
17139:
17140: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17141: change undone ;(
17142:
17143: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17144: made static
17145:
17146: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17147: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17148: todo:make linker happy
1.95 moko 17149:
17150: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17151: env param made optional
17152:
17153: 2003-03-04 paf
17154:
17155: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17156: types/pa_vimage.h: number of gcc compiler bugs fixed
17157:
17158: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17159: results/103.processed: tests: 103 image.copy transparence test
17160:
17161: * src/main/execute.C, tests/101.html, tests/102.html,
17162: tests/results/101.processed, tests/results/102.processed: tests:
17163: 101 method/variable name conflict test 102 form fields change
17164: should not not change anything [bug fix]
17165:
17166: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17167: results/099.processed, results/100.processed: tests: 57 date
17168: create 2002: added 99,100 response:body/download
17169:
17170: * src/classes/image.C, tests/098.html, tests/098font.gif,
17171: tests/results/098.processed: test: 98 image font text [bug fixed]
17172:
17173: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17174: tests/results/097.processed: test: 97 file::load http:// [bugs
17175: fixed]
17176:
17177: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17178: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17179: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17180: image EXIF [bug fixed]
17181:
17182: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17183: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17184: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17185: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17186: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17187: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17188: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17189: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17190: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17191: tests/094.html, tests/095.html, tests/results/061.processed,
17192: tests/results/062.processed, tests/results/063.processed,
17193: tests/results/064.processed, tests/results/065.processed,
17194: tests/results/066.processed, tests/results/067.processed,
17195: tests/results/068.processed, tests/results/069.processed,
17196: tests/results/070.processed, tests/results/071.processed,
17197: tests/results/072.processed, tests/results/073.processed,
17198: tests/results/074.processed, tests/results/075.processed,
17199: tests/results/076.processed, tests/results/077.processed,
17200: tests/results/078.processed, tests/results/080.processed,
17201: tests/results/081.processed, tests/results/082.processed,
17202: tests/results/083.processed, tests/results/084.processed,
17203: tests/results/085.processed, tests/results/086.processed,
17204: tests/results/087.processed, tests/results/088.processed,
17205: tests/results/089.processed, tests/results/090.processed,
17206: tests/results/091.processed, tests/results/092.processed,
17207: tests/results/093.processed, tests/results/094.processed,
17208: tests/results/095.processed, tests/079.html,
17209: tests/results/079.processed: tests: 61 file::stat size 62
17210: string->int autoconvert 63 double .int,dec,div,mul 64 date
17211: compare 65 file: basename,justname,justext 66 math:crypt 67
17212: string.match simple on long 68 string.match normalized simple on
17213: long 69 string.int 70 file::stat content-type 71 table.join 72
17214: hash parameter conditional pass 73 date daylightsaving,yearday 74
17215: date arithmetics 75 response date values/attributes 76 string.pos
17216: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17217: with local 80 scientific numeric literal in string autoconvert 81
17218: xor: logical and numerical 82 for delims 83 menu delims 84
17219: table.hash distinct 85 long string replace 86 throw+catch
17220: current language preserve 87 bit shifts 88 junction tests +
17221: $caller test 89 hash.foreach selfmodification 90 int/void to int
17222: 91 $caller test 92 junction is + def junction tests 93 $caller
17223: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17224:
17225: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17226: fixed] 60 string eq string [bug fixed]
17227:
17228: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17229: 058.html, 058_paf2000.png, 059.html, 060.html,
17230: results/053.processed, results/054.processed,
17231: results/055.processed, results/056.processed,
17232: results/057.processed, results/058.processed,
17233: results/059.processed, results/060.processed: test: 53
17234: string.replace 54 junctions 55 table.hash 56 call indirect 57
17235: date.create[string] 58 image.measure[png]
17236:
17237: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17238: outputs/051.processed, results/052.processed: test: 52
17239: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17240: task: fix that
17241:
17242: 2003-03-03 paf
17243:
17244: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17245: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17246: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17247: outputs/049.processed, outputs/050.processed,
17248: outputs/051.processed, results/001.processed,
17249: results/002.processed, results/003.processed,
17250: results/005.processed, results/006.processed,
17251: results/008.processed, results/009.processed,
17252: results/011.processed, results/012.processed,
17253: results/013.processed, results/014.processed,
17254: results/015.processed, results/016.processed,
17255: results/017.processed, results/020.processed,
17256: results/021.processed, results/022.processed,
17257: results/024.processed, results/025.processed,
17258: results/026.processed, results/027.processed,
17259: results/028.processed, results/029.processed,
17260: results/030.processed, results/031.processed,
17261: results/049.processed, results/050.processed,
17262: results/051.processed, results/043.processed,
17263: results/044.processed, results/045.processed,
17264: results/046.processed, results/047.processed,
17265: results/048.processed: tests: 43,44,45 date rolls 46
17266: autoevaluating junction 47 table.select 48 name with subvar 49
17267: hash-creating switch 50 process 51 started parent/child, works as
17268: it were but it were NOT GOOD, created separate task to fix that
17269:
17270: * tests/: 042.html, results/042.processed: test: 42
17271: exception.handled
17272:
17273: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17274: expression
17275:
17276: * tests/: 040.html, results/040.processed: test: 39 method result
17277: of type table 40 method param junction auto evaluate
17278:
17279: * tests/: 039.html, results/039.processed: test: 37 method result
17280: of type table
17281:
17282: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17283: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17284: tests/038.html, tests/results/033.processed,
17285: tests/results/034.processed, tests/results/035.processed,
17286: tests/results/036.processed, tests/results/037.processed,
17287: tests/results/038.processed: tests: 33 string.replace 34
17288: string.upper 35 table created 36 local/global vars with juntions
17289: 37 table clone 38 math PI & number formatting
17290:
17291: math class registring typo fixed
17292:
17293: * src/classes/op.C, src/include/pa_request.h,
17294: src/include/pa_string.h, src/main/execute.C,
17295: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17296: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17297: tests/032.html, tests/results/032.processed: uchar changed to
17298: String_UL in all places [was not everywhere] untaint test: 032
17299:
17300: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17301: tests/results/004.processed, tests/parser-cygwin.sh,
17302: tests/parser-unix.sh: removed -H command line key, now testing
17303: using .sh file with SERVER_SOFTWARE=xxx
17304:
17305: 2003-02-26 paf
17306:
17307: * src/main/execute.C, src/types/pa_vstateless_class.h,
17308: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17309: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17310: tests/results/024.processed, tests/results/025.processed,
17311: tests/results/026.processed, tests/results/027.processed,
17312: tests/results/028.processed, tests/results/029.processed,
17313: tests/results/030.processed, tests/results/031.processed: fixed
17314: bug with name_cstr mutable CharPtr more tests
17315:
17316: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17317: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17318: << abort. die now just exits
17319:
17320: * src/classes/classes.awk, src/classes/classes.h,
17321: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17322: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17323: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17324: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17325: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17326: src/classes/xnode.C, src/include/pa_memory.h,
17327: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17328: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17329: src/types/pa_vform.C, tests/015.html, tests/016.html,
17330: tests/017.html, tests/018.html, tests/019.html,
17331: tests/019paf2001.gif, tests/020.html, tests/021.html,
17332: tests/022.html, tests/023.html, tests/022_dir/a.html,
17333: tests/022_dir/b.txt, tests/022_dir/c.htm,
17334: tests/results/015.processed, tests/results/016.processed,
17335: tests/results/017.processed, tests/results/018.processed,
17336: tests/results/019.processed, tests/results/020.processed,
17337: tests/results/021.processed, tests/results/022.processed,
17338: tests/results/023.processed: methoded_array now contains all Mxxx
17339: classes SAPI::get_env now returns info on pool more tests
17340:
17341: * src/include/pa_array.h, src/include/pa_hash.h,
17342: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17343: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17344: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17345: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17346: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17347: tests/results/001.processed, tests/results/002.processed,
17348: tests/results/003.processed, tests/results/004.processed,
17349: tests/results/005.processed, tests/results/006.processed,
17350: tests/results/007.processed, tests/results/008.processed,
17351: tests/results/009.processed, tests/results/010.processed,
17352: tests/results/011.processed, tests/results/012.processed,
17353: tests/results/013.processed, tests/results/014.processed: hash
17354: cloning fixed
17355:
17356: 2003-02-25 paf
17357:
17358: * src/main/pa_common.C: typo fixed
17359:
17360: 2003-02-24 paf
17361:
17362: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17363: [one remained]
17364:
17365: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17366: [should have been get_string(&pool)] todo: check other such calls
17367:
17368: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17369: test10, bad lookups
17370:
17371: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17372: object got destructed, and xxx points to sky
17373:
17374: * ChangeLog, src/classes/string.C: match bug fixed
17375:
17376: * src/types/pa_vmail.C: body [text/html] transcoded to
17377: $.charset[specified] now
17378:
17379: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17380: which failed to handle sigsetjmp+throw: crashed inside of
17381: pre-throw code. rewritten simplier [though duplicating
17382: closesocket code]
17383:
17384: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17385: which failed to handle sigsetjmp+throw: crashed inside of
17386: pre-throw code. rewritten simplier [though duplicating
17387: closesocket code]
17388:
17389: 2003-02-21 paf
17390:
1.211 ! moko 17391: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
! 17392: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
! 17393: now]]
1.95 moko 17394:
17395: written makefile with regression tests [raw]
17396:
17397: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17398: tests' only [it's not forcing CGI mode now] now use -H to output
17399: CGI header when parser used in command line [useful for tests
17400: also]
17401:
17402: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17403: switches on CGI mode, and is used in regression tests
17404:
17405: * src/: include/pa_request.h, main/pa_request.C,
17406: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17407: fixed
17408:
17409: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17410: handling pa_*
17411:
17412: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17413: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17414: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17415: memory handling files
17416:
17417: * src/main/pa_array.C: pool::format_integer terminator fixed
17418:
17419: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17420: compiles OK test to show benefits of free
17421:
17422: * src/: classes/file.C, classes/image.C, classes/mail.C,
17423: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17424: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17425: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17426: use pool [as the one in ^process]
17427:
17428: * src/classes/op.C: fixed process. sould now check for all cstr's
17429: -- some must use pool [as the one in ^process]
17430:
17431: 2003-02-20 paf
17432:
17433: * src/: classes/date.C, classes/double.C, classes/file.C,
17434: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17435: classes/math.C, classes/op.C, classes/response.C,
17436: classes/string.C, classes/table.C, classes/void.C,
17437: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17438: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17439: string cmp fixed
17440:
17441: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17442: values passed OK now
17443:
17444: 2003-02-19 paf
17445:
17446: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17447: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17448: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17449: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17450: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17451: all remaning leaks resulted from pooled::malloc calls [excluding
17452: in gd -- planning complete rewrite extremely ugly code]
17453:
17454: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17455: files
17456:
17457: 2003-02-17 paf
17458:
17459: * src/: classes/date.C, classes/double.C, classes/file.C,
17460: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17461: classes/response.C, classes/string.C, classes/table.C,
17462: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17463: include/pa_stylesheet_connection.h,
17464: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17465: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17466: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17467: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17468: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17469: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17470: of unitialized simple-typed field
17471:
17472: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17473: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17474: simple-typed field fixed. todo: find&kill all like that one
17475:
17476: * src/: main/execute.C, targets/cgi/pa_pool.C,
17477: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17478: debug output fixed
17479:
17480: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17481: main/pa_request.C: stack-stored items need extra .ref to prevent
17482: object_ptr from delete[them]
17483:
17484: * src/: classes/date.C, classes/op.C, classes/table.C,
17485: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17486: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17487: main/pa_charset.C, main/pa_common.C,
17488: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17489: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17490: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17491: calls
17492:
17493: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17494: couple mem leaks rusulted from old pooled::malloc usage.
17495: todo:find more like those
17496:
17497: * src/main/: compile.C, compile_tools.C: 2*2!
17498:
17499: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17500: stackItem fixed [there were no string on stack before]
17501:
17502: * src/: main/execute.C, main/pa_request.C,
17503: types/pa_vmethod_frame.C: first letters out OK
17504:
17505: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17506: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17507: main/pa_string.C, main/untaint.C, types/pa_value.h,
17508: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17509: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17510: type not initialized with zeros :( while class fields of class
17511: types initialized with default constructors. learn C++
17512:
17513: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17514: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17515: classes/math.C, classes/xdoc.C, classes/xnode.C,
17516: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17517: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17518:
17519: 2003-02-14 paf
17520:
17521: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17522: 13 link errors
17523:
17524: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17525: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17526: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17527: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17528: errors :)
17529:
17530: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17531: classes/hash.C, classes/mail.C, classes/op.C,
17532: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17533: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17534: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17535: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17536:
17537: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17538: classes/table.C, include/pa_common.h, include/pa_globals.h,
17539: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17540: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17541: types/pa_vint.h, types/types.dsp: op compiled
17542:
17543: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17544: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17545: main/untaint.C, types/pa_vtable.h: string, response compiled
17546:
17547: 2003-02-07 paf
17548:
17549: * src/: classes/table.C, types/pa_vtable.h: table compiled
17550:
17551: 2003-02-06 paf
17552:
17553: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17554: mail compiled
17555:
17556: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17557: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17558: types/pa_vfile.h, types/pa_vimage.h: image compiled
17559:
17560: * src/classes/: file.C, form.C: form compiled
17561:
17562: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17563: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17564: types/pa_vfile.C, types/pa_vfile.h: file compiled
17565:
17566: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17567: types/pa_vmath.h: math compiled [win32]
17568:
17569: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17570: types/pa_vstring.h: hash compiled
17571:
17572: 2003-02-04 paf
17573:
17574: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17575: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17576: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17577: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17578: types/pa_vhash.h: hash 50% compiled
17579:
17580: * src/: classes/date.C, classes/file.C, classes/hash.C,
17581: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17582: classes/string.C, classes/table.C, classes/xdoc.C,
17583: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17584: main/pa_string.C: date compiled
17585:
17586: * src/classes/: classes.dsp, double.C: double compiled
17587:
17588: * src/: classes/date.C, classes/double.C, classes/file.C,
17589: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17590: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17591: classes/string.C, classes/table.C, classes/void.C,
17592: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17593: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17594: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17595: compiled
17596:
17597: * src/: classes/date.C, classes/double.C, classes/file.C,
17598: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17599: classes/math.C, classes/op.C, classes/response.C,
17600: classes/string.C, classes/table.C, classes/void.C,
17601: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17602: types/pa_vvoid.h: void compiled :)
17603:
17604: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17605: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17606: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17607: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17608: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17609: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17610: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17611: types/pa_vresponse.C, types/pa_vstateless_class.C,
17612: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17613: types/pa_wcontext.C, types/types.dsp: removed stupid
17614: value_includes.h
17615:
17616: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17617: trying to remove stupid value_includes.h
17618:
17619: * src/main/pa_exec.C: pa_exec compiled on win32
17620:
17621: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17622:
17623: * src/: include/pa_globals.h, include/pa_request.h,
17624: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17625: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17626: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17627: types/pa_vrequest.C, types/pa_vstateless_class.C,
17628: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17629:
17630: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17631: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17632: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17633:
17634: * src/: include/pa_array.h, include/pa_config_includes.h,
17635: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17636: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17637: compiled
17638:
17639: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17640: name conflicts)
17641:
17642: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17643: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17644: yelds "virtual memory exhausted" while trying to compile
17645: execute.C [eating up to 127MB]
17646:
17647: 2003-02-03 paf
17648:
17649: * src/: include/pa_config_includes.h, include/pa_hash.h,
17650: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17651: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17652: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17653: types/pa_vint.h, types/pa_vjunction.h,
17654: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17655: started gcc compiling pa_common compiled
17656:
17657: * src/: include/pa_exception.h, include/pa_pool.h,
17658: main/pa_exception.C: exception gcc change #1
17659:
1.116 moko 17660: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17661: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17662:
17663: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17664:
17665: * src/types/pa_vtable.C: vtable compiled
17666:
17667: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17668:
17669: * src/: include/pa_cache_managers.h, main/pa_request.C,
17670: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17671:
17672: * src/types/pa_vstateless_class.C: vstateless_class compiled
17673:
17674: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17675:
17676: * src/types/pa_vrequest.C: vrequest compiled
17677:
17678: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17679: pa_vobject.C, pa_vobject.h: vobject compiled
17680:
17681: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17682: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17683: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17684: compiled
17685:
17686: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17687:
17688: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17689: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17690: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17691: compiled
17692:
17693: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17694: main.lib - 0 error(s), 0 warning(s)
17695:
17696: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17697: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17698:
17699: 2003-01-31 paf
17700:
17701: * src/: include/pa_array.h, include/pa_operation.h,
17702: include/pa_request.h, main/execute.C, main/main.dsp,
17703: types/pa_vjunction.h: started last file from main library:
17704: execute
17705:
17706: * src/: include/pa_request.h, include/pa_sapi.h,
17707: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17708: main/pa_request.C, targets/cgi/parser3.C,
17709: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17710: types/pa_vhash.h: pa_request compiled
17711:
17712: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17713: include/pa_globals.h, include/pa_request.h,
17714: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17715: main/execute.C, main/main.dsp, main/pa_common.C,
17716: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17717: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17718: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17719: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17720: types/types.dsp: most pa_request compiled
17721:
17722: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17723: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17724: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17725: classes/op.C, classes/response.C, classes/string.C,
17726: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17727: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17728: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17729: include/pa_config_fixed.h, include/pa_config_includes.h,
17730: include/pa_dictionary.h, include/pa_dir.h,
17731: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17732: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17733: include/pa_pool.h, include/pa_request.h,
17734: include/pa_request_charsets.h, include/pa_request_info.h,
17735: include/pa_sapi.h, include/pa_socks.h,
17736: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17737: include/pa_stack.h, include/pa_string.h,
17738: include/pa_stylesheet_connection.h,
17739: include/pa_stylesheet_manager.h, include/pa_table.h,
17740: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17741: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17742: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17743: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17744: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17745: main/compile.C, main/compile.tab.C, main/compile.y,
17746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17747: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17748: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17749: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17750: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17751: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17752: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17753: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17754: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17755: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17756: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17757: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17758: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17759: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17760: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17761: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17762: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17763: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17764: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17765: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17766: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17767: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17768: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17769: types/pa_vresponse.h, types/pa_vstateless_class.C,
17770: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17771: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17772: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17773: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17774: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17775: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17776:
17777: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17778: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17779: src/include/pa_charsets.h, src/include/pa_common.h,
17780: src/include/pa_dictionary.h, src/include/pa_exception.h,
17781: src/include/pa_exec.h, src/include/pa_pool.h,
17782: src/include/pa_request.h, src/include/pa_sapi.h,
17783: src/include/pa_sql_connection.h,
17784: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17785: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17786: src/main/compile.tab.C, src/main/compile_tools.C,
17787: src/main/compile_tools.h, src/main/main.dsp,
17788: src/main/pa_charset.C, src/main/pa_charsets.C,
17789: src/main/pa_common.C, src/main/pa_dictionary.C,
17790: src/main/pa_exception.C, src/main/pa_exec.C,
17791: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17792: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17793: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17794: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17795: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17796: src/types/pa_vdouble.h, src/types/pa_venv.h,
17797: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17798: src/types/pa_vhash.h, src/types/pa_vimage.C,
17799: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17800: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17801: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17802: src/types/pa_vobject.C, src/types/pa_vobject.h,
17803: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17804: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17805: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17806: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17807: src/types/pa_vstring.h, src/types/pa_vtable.h,
17808: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17809: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17810: died, long live StringPtr
17811:
17812: 2003-01-30 paf
17813:
17814: * src/: include/pa_charset.h, include/pa_request.h,
17815: include/pa_sql_driver_manager.h, main/compile.tab.C,
17816: main/compile.y, main/compile_tools.h, main/pa_request.C,
17817: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17818:
17819: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17820: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17821: types/pa_vhash.h, types/pa_vmethod_frame.h,
17822: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17823: types/types.dsp: vstateless_class compiled
17824:
17825: * src/main/compile.C: compile compiled
17826:
17827: * src/: include/pa_array.h, include/pa_operation.h,
17828: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17829: main/pa_table.C: compile_tools compiled
17830:
17831: * src/: include/pa_operation.h, main/compile.y,
17832: main/compile_tools.C, main/compile_tools.h: started
17833: compile_tools. vagues ideas of how to free compiled code
17834:
17835: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17836: main/main.dsp, types/pa_value.C, types/pa_value.h,
17837: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17838: compiled
17839:
17840: 2003-01-29 paf
17841:
17842: * src/: include/pa_globals.h, include/pa_request.h,
17843: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17844: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17845: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17846: compiled
17847:
17848: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17849: now
17850:
17851: * src/: include/pa_array.h, include/pa_exception.h,
17852: include/pa_pool.h, main/pa_exception.C: gd compiled
17853:
17854: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17855: compiled
17856:
17857: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17858: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17859: types/pa_vfile.h: vfile compiled
17860:
17861: * src/: include/pa_common.h, include/pa_globals.h,
17862: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17863: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17864: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17865:
17866: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17867: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17868: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17869: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17870: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17871:
17872: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17873: main/main.dsp, main/untaint.C: more compiled
17874:
17875: * src/: include/pa_charsets.h, include/pa_request.h,
17876: include/pa_request_info.h, include/pa_string.h,
17877: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17878: types/pa_vresponse.h: vrequest compiled
17879:
17880: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17881: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17882: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17883:
17884: * src/: classes/classes.h, include/pa_charset.h,
17885: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17886: include/pa_request.h, include/pa_string.h, main/main.dsp,
17887: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17888: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17889: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17890: types/pa_vrequest.C, types/pa_vrequest.h,
17891: types/pa_vstateless_class.h, types/pa_vstring.h,
17892: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17893:
17894: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17895: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17896: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17897: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17898: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17899: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17900: types/pa_vobject.h, types/pa_vstateless_class.h,
17901: types/pa_vstateless_object.h, types/pa_vstatus.h,
17902: types/pa_vstring.h, types/types.dsp: vmath compiled
17903:
17904: 2003-01-28 paf
17905:
17906: * src/: classes/classes.h, classes/date.C, classes/file.C,
17907: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17908: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17909: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17910: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17911: compile_tools
17912:
17913: * src/: include/pa_charset.h, include/pa_exception.h,
17914: include/pa_request.h, include/pa_string.h, main/untaint.C:
17915: untaint compiled
17916:
17917: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17918: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17919: more compiled. struck with string::store_to needing to know
17920: source/client charsets
17921:
17922: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17923: types/pa_vfile.h: uue compiled
17924:
17925: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17926: table compiled
17927:
17928: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17929: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17930:
17931: * src/: include/pa_charset.h, main/pa_charset.C,
17932: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17933: introduced]
17934:
17935: * src/: classes/date.C, include/pa_charset.h,
17936: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
17937: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
17938: pa_charsets compiled
17939:
17940: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
17941: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
17942:
17943: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
17944: common compiled
17945:
17946: * src/: include/pa_charsets.h, main/pa_charsets.C,
17947: main/pa_sql_driver_manager.C: pa_charsets compiled
17948:
17949: * src/: include/pa_array.h, include/pa_charset.h,
17950: include/pa_charsets.h, include/pa_pool.h,
17951: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17952: include/pa_stack.h, include/pa_string.h,
17953: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
17954: sql_driver_manager compiled
17955:
17956: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
17957: letter i with two dots added to koi, all ukranian letters added
17958: to win1251.
17959:
17960: typographic simbol 0xb9 deleted from win1251 [strange one & were
17961: abscent from koi]
17962:
17963: 2003-01-27 paf
17964:
17965: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17966: include/pa_sql_driver_manager.h, include/pa_string.h,
17967: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
17968: sql/pa_sql_driver.h: paused on sql_manager
17969:
17970: * src/: include/pa_cache_managers.h, include/pa_pool.h,
17971: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17972: include/pa_stack.h, main/pa_sql_driver_manager.C,
17973: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
17974:
17975: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
17976: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17977: include/pa_table.h, main/pa_sql_driver_manager.C,
17978: main/pa_table.C: table compiled
17979:
17980: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
17981: cache_managers compiled
17982:
17983: * src/: include/pa_array.h, include/pa_charset.h,
17984: include/pa_pool.h, main/pa_charset.C: charset compiled
17985:
17986: * src/: include/pa_pool.h, main/pa_common.C: common compiled
17987:
17988: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
17989: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17990: main/pa_string.C, types/pa_value.C, types/pa_value.h,
17991: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
17992: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
17993:
17994: 2003-01-24 paf
17995:
17996: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
17997: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
17998: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17999: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18000: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18001: types/pa_vint.h, types/pa_vjunction.h,
18002: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18003: types/pa_vstatus.h, types/pa_vstring.h: more patched
18004:
18005: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18006: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18007: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18008: main/pa_string.C, main/pa_table.C: string compiled
18009:
18010: * src/: include/pa_array.h, include/pa_common.h,
18011: include/pa_dictionary.h, include/pa_exception.h,
18012: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18013: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18014: main/pa_string.C: dictionary compiled
18015:
18016: 2003-01-23 paf
18017:
18018: * src/: include/pa_array.h, include/pa_common.h,
18019: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18020: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18021: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18022: types/pa_value.h: resurrected pool in new sense: now it's
18023: factory, producing&accounting memory chunks for read[autofree]
18024: buffers
18025:
18026: * src/: include/pa_array.h, include/pa_exception.h,
18027: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18028: main/pa_exception.C, main/pa_table.C: table compiled
18029:
18030: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18031: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18032: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18033: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18034: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18035: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18036: main/pa_table.C: aint that easy
18037:
18038: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18039: main/main.dsp: continued with Hash
18040:
18041: * src/main/pa_common.C: connect_string allocated on heap[wes on
18042: stack] now. and exception can be reported OK now [can be reported
18043: outside of pro c with that stack]
18044:
18045: 2003-01-22 paf
18046:
18047: * src/: include/pa_array.h, include/pa_charset.h,
18048: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18049: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18050: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18051: base: contains references_count. auto_ptr template calls
18052: add_ref/release
18053:
18054: 2003-01-21 paf
18055:
18056: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18057: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18058: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18059: classes/op.C, classes/response.C, classes/string.C,
18060: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18061: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18062: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18063: include/pa_config_fixed.h, include/pa_config_includes.h,
18064: include/pa_dictionary.h, include/pa_dir.h,
18065: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18066: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18067: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18068: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18069: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18070: include/pa_stack.h, include/pa_string.h,
18071: include/pa_stylesheet_connection.h,
18072: include/pa_stylesheet_manager.h, include/pa_table.h,
18073: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18074: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18075: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18076: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18077: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18078: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18079: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18080: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18081: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18082: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18083: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18084: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18085: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18086: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18087: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18088: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18089: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18090: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18091: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18092: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18093: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18094: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18095: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18096: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18097: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18098: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18099: types/pa_vstateless_object.h, types/pa_vstatus.C,
18100: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18101: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18102: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18103: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18104: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18105: 2002->2003
18106:
18107: 2003-01-16 paf
18108:
1.211 ! moko 18109: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
! 18110: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
! 18111: $.any-status(1)
1.95 moko 18112:
1.211 ! moko 18113: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18114: src/main/pa_common.C: http request now return status. and not
18115: fail on status!=200
18116:
18117: 2003-01-15 paf
18118:
18119: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18120:
18121: 2003-01-14 paf
18122:
18123: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18124: mkinstalldirs: removed some ancient files [they in / really]
18125:
18126: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18127: regretfully needed patch in two places. in config_fixed.h made
18128: stubs for lib to compile in MSVC
18129:
18130: 2003-01-13 paf
18131:
18132: * config.guess, config.sub, ltmain.sh: removed last piece of
18133: configure.in(libtool) hacks
18134:
1.116 moko 18135: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18136: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18137: ltdl.h: moved to latest libtool (1.4.3)
18138:
18139: 2003-01-10 paf
18140:
18141: * src/lib/ltdl/: configure, configure.in: PROG_NM
18142:
18143: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18144: patches. libxml2 >= 2.5.1
18145: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18146: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18147: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18148:
18149: * INSTALL: moved to latest versions of xml libs libxml2 >=
18150: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18151: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18152: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18153:
18154: 2003-01-09 paf
18155:
18156: * INSTALL: xml,xslt,gdome lib urls updated
18157:
18158: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18159: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18160: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18161: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18162: 1.7.2
1.95 moko 18163:
18164: * depcomp: moving to automake 1.7.2
18165:
18166: 2002-12-27 paf
18167:
18168: * src/include/pa_version.h: 0007
18169:
18170: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18171: outdated parts, made links to language docs
18172:
18173: * src/include/pa_config_auto.h.in: comment
18174:
18175: 2002-12-26 paf
18176:
18177: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18178: not contain trailing / fixed.
18179:
18180: * INSTALL: changing SAFE_MODE politics
18181:
18182: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18183:
18184: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18185:
18186: 2002-12-25 paf
18187:
18188: * src/main/pa_globals.C: optimized-xml
18189:
18190: * src/main/pa_globals.C: optimized-as-is
18191:
18192: 2002-12-24 paf
18193:
18194: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18195: fixed [were really called with zero size when .html?a=&b=]
18196:
18197: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18198: with --with-sendmail
18199:
18200: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18201: fixed]
18202:
18203: 2002-12-23 paf
18204:
18205: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18206: ignoring parameters & were storing only string with default
18207: expires
18208:
18209: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18210: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18211: December 23, 2002 4:22 AM Subject: bug â
18212: Charset::transcode_buf2xchar
18213:
18214: 2002-12-20 paf
18215:
18216: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18217: non-cgi [script] runs
18218:
18219: 2002-12-19 paf
18220:
18221: * INSTALL: --without-iconv recommended [it crashes on some systems
18222: [tested on elik]] moreover, it's not needed there [parser
18223: registers charsets itself]
18224:
18225: * INSTALL: --without-iconv recommended [it crashes on some systems
18226: [tested on elik]]
18227:
1.211 ! moko 18228: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18229: src/include/pa_request.h, src/main/pa_globals.C,
18230: src/main/pa_request.C: $response:download
18231:
18232: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18233: compiler [win32]].
18234:
18235: 2002-12-18 paf
18236:
18237: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18238:
18239: 2002-12-17 paf
18240:
18241: * src/targets/cgi/parser3.C: merged die&iis changes
18242:
18243: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18244: to exit(1) 2. more flexible iilegal call check
18245:
18246: 2002-12-16 paf
18247:
18248: * ltmain.sh: some automakes silly insist on having this handy
18249:
18250: * src/main/untaint.C: filespec russian small 'r' changed to latin
18251: 'p' bug fix
18252:
18253: 2002-12-15 paf
18254:
18255: * src/main/untaint.C: filespec russian small 'r' changed to latin
18256: 'p'
18257:
18258: * configure.in, src/include/pa_config_auto.h.in,
18259: src/main/compile.C, src/main/pa_common.C: merged small changes
18260: from branch 6 to HEAD
18261:
18262: * src/main/compile.C: removed warning
18263:
18264: * src/main/pa_common.C: ftruncate having checked
18265:
18266: * configure.in, src/include/pa_version.h: new version
18267:
18268: 2002-12-14 paf
18269:
18270: * src/classes/table.C: removed unnecessary code
18271:
18272: * src/sql/pa_sql_driver.h: exception type fixed
18273:
18274: 2002-12-09 paf
18275:
18276: * src/types/pa_vvoid.h: $void.store[now] error
18277:
18278: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18279:
18280: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18281: tries to write core dump
18282:
18283: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18284:
18285: * src/: classes/hash.C, classes/string.C, classes/table.C,
18286: classes/void.C, main/pa_sql_driver_manager.C,
18287: sql/pa_sql_driver.h: changed exception handling mech in sql
18288: handlers #2
18289:
18290: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18291: exception handling mech in sql handlers
18292:
18293: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18294: handlers
18295:
18296: * src/: classes/hash.C, classes/string.C, classes/table.C,
18297: classes/void.C, main/pa_sql_driver_manager.C,
18298: sql/pa_sql_driver.h: changed exception handling mech in sql
18299: handlers
18300:
1.116 moko 18301: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18302: to write makefile which used libtool to install things, which is
18303: not needed
1.95 moko 18304:
18305: 2002-12-06 paf
18306:
1.211 ! moko 18307: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
! 18308: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
! 18309: more like 'table'
1.95 moko 18310:
18311: 2002-12-05 paf
18312:
18313: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18314: cc/bcc OK now
18315:
18316: * src/main/untaint.C: mail header closed properly
18317:
18318: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18319: header ',' allowed. still bugs in smtp [only one receiptient
18320: works, cc, bcc ignored now, and MAILED ;)]
18321:
18322: [strncpy killed, memnchr used]
18323:
18324: * src/main/pa_table.C: table-copy now current=0
18325:
18326: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18327: lowlevel proc
18328:
18329: * src/targets/cgi/parser3.C: more checks on
18330: http://domain/parser.cgi start [maybe some getenv returns "",
18331: checked that now
18332:
18333: * src/targets/cgi/parser3.C: more checks on
18334: http://domain/parser.cgi start [maybe some getenv returns "",
18335: checked that now
18336:
18337: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18338: out-of-mem errors reached log]
18339:
18340: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18341: mail:send MIME-Version default
18342:
18343: * src/main/main.dsp: pa_version included into main.dsp
18344:
18345: 2002-12-04 paf
18346:
18347: * src/types/pa_vform.C: $form:field string value cut by premature 0
18348:
18349: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18350: lib/libltdl -> lib/ltdl Win32 changes. s
18351:
18352: * src/classes/classes.awk: more strict *.C$
18353:
18354: * gnu.dsp: restored
18355:
1.116 moko 18356: * configure.in, gnu.dsp, src/lib/Makefile.am,
18357: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18358: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18359: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18360: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18361: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18362: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18363: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18364: now created with /configure, not ltdl/configure, so it does have
18365: no problems with automake. ltdl/configure
18366: AC_OUTPUT(Makefile<<removed)
1.95 moko 18367:
18368: 2002-12-02 paf
18369:
1.211 ! moko 18370: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18371:
18372: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18373: src/main/pa_common.C, src/main/pa_request.C,
18374: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18375: tainted parts becomes http-header
18376:
18377: 2002-11-29 paf
18378:
1.211 ! moko 18379: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
! 18380: operators.txt: exif dates now objects of type date
1.95 moko 18381:
18382: * src/classes/image.C: file.seek removed [it were used in image.C
18383: only, and for parser user this means that jpeg image has bad
18384: size in fragment's header] now used image.format
18385:
18386: * src/: include/pa_common.h, main/pa_common.C,
18387: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18388: now handled exactly like $response:header values. e.g. can be
18389: hash [can have subattributes] & contain date values.
18390:
18391: * src/main/pa_common.C: http:// param values lang forced URI
18392:
18393: * src/main/pa_common.C: http:// tainted partes now %xx
18394:
18395: 2002-11-28 paf
18396:
1.211 ! moko 18397: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18398:
18399: * src/classes/image.C: ^image.length now counts interchar space.
18400: plus space after last char
18401:
18402: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18403:
18404: * src/classes/image.C: ^image.font width measurer now scans full
18405: height [were -1]
18406:
18407: * configure.in: stopped double libltdl/Makefile generation
18408:
18409: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18410: chars [one top horizontal line of 1pixel height were missing]
18411:
18412: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18413: 'false' to go into (Hash *) parameter
18414:
18415: 2002-11-27 paf
18416:
18417: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18418: types/pa_vmail.C: response:body[file] if file nows it's name now
18419: returns content-disposition: >>attachment<<
18420:
18421: * src/classes/image.C: ^image.font << bad font file-size now
18422: properly reported
18423:
18424: 2002-11-26 paf
18425:
18426: * src/main/pa_request.C: fixed lang in reponse header
18427:
18428: * src/main/pa_common.C: utf8 prefix ignored @read text
18429:
1.211 ! moko 18430: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
! 18431: response status!=200 made exception: http.status with source=bad
! 18432: status#
1.95 moko 18433:
18434: 2002-11-25 paf
18435:
18436: * configure.in, src/classes/image.C,
18437: src/include/pa_config_auto.h.in,
18438: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18439: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18440: const void related probs fixed
1.95 moko 18441:
1.211 ! moko 18442: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
! 18443: fields now UPPERCASE
1.95 moko 18444:
18445: $file[^file::load[http://there]] $file.SERVER
18446:
18447: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18448: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18449: http options [invalid onces now reported] made default
18450: user-agent: paf
18451:
1.211 ! moko 18452: * operators.ru.txt, operators.txt, src/classes/file.C,
! 18453: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18454: src/include/pa_globals.h, src/main/pa_common.C,
18455: src/main/pa_globals.C, src/main/pa_request.C,
18456: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18457: now understand http:// prefix and additional params, sample:
18458: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18459: $.USER-AGENT[parser3] ]]
18460:
18461: 2002-11-22 paf
18462:
18463: * src/classes/image.C, src/include/pa_globals.h,
18464: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 ! moko 18465: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
! 18466: $image.exif support $image.exif.DateTime & co
1.95 moko 18467:
18468: 2002-11-21 paf
18469:
18470: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18471: _PASS_APPENDED)
18472:
18473: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18474: EXIF information [were big block and it's size were considered
18475: negative :(]
18476:
1.211 ! moko 18477: * operators.ru.txt, operators.txt, src/classes/image.C,
! 18478: src/include/pa_common.h, src/main/pa_common.C,
! 18479: src/types/pa_vmail.C: image.measure internals rewritten. no
! 18480: there's reader.seek, and all's ready for EXIF extraction [now we
! 18481: fail to measure files with EXIF info]
1.95 moko 18482:
18483: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18484: O_TRUNC truncates even exclusevely write-locked file [thanks to
18485: Igor Milyakov <virtan@rotabanner.com> for discovering]
18486:
18487: 2002-11-20 paf
18488:
18489: * src/targets/cgi/parser3.C: logging @signal += query_string
18490:
18491: * configure.in, src/include/pa_config_auto.h.in,
18492: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18493: comment
18494:
18495: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18496:
18497: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18498: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18499: currently processed document SIGPIPE >> interrupts request
18500: processing [exception = DB rollback]
18501:
18502: * src/main/pa_exec.C: comment
18503:
18504: * src/main/pa_exec.C: pa_exec: data written only if size>0
18505:
1.211 ! moko 18506: * operators.ru.txt, operators.txt, src/classes/file.C:
! 18507: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18508:
18509: * src/: include/pa_config_fixed.h, main/pa_common.C,
18510: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18511: pipe read errors now checked
18512:
18513: 2002-11-19 paf
18514:
18515: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18516: CGI: Illegal call
18517:
18518: 2002-11-01 paf
18519:
18520: * src/main/execute.C: comment
18521:
18522: 2002-10-31 paf
18523:
18524: * src/main/execute.C: found out why, checked that for now. todo:
18525: find out a way for that user could do that
18526:
18527: * src/types/pa_vstateless_object.h: object put replaces static
18528: parent if any
18529:
18530: * src/types/pa_vobject.C: object put replaces static parent if any
18531:
18532: * src/: classes/form.C, classes/mail.C, classes/op.C,
18533: classes/xnode.h, main/compile.tab.C, main/execute.C,
18534: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18535: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18536: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18537: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18538: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18539: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18540: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18541: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18542: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18543: types/pa_vstateless_object.h, types/pa_vstatus.C,
18544: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18545: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18546: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18547: types/pa_wwrapper.h: static fix merged
18548:
18549: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18550: $virtual_fields in dynamic, but one can reach derived
18551: static[class] variable from base
18552:
18553: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18554: types/pa_vobject.C, types/pa_vobject.h,
18555: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18556: statics, left $virtual_fields in dynamic
18557:
18558: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18559: one can't remember derivates in base class: there's so many of
18560: them. also there can be no virtual method calls in static
18561: classes
18562:
18563: * src/: classes/form.C, classes/mail.C, classes/op.C,
18564: classes/xnode.h, main/execute.C, main/pa_request.C,
18565: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18566: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18567: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18568: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18569: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18570: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18571: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18572: types/pa_vresponse.C, types/pa_vresponse.h,
18573: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18574: types/pa_vstateless_object.h, types/pa_vstatus.C,
18575: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18576: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18577: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18578: types/pa_wwrapper.h: static call $self fixed
18579:
18580: * src/main/execute.C: comment
18581:
18582: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18583: ^process[$caller.self]{...} now compiles to last derived object
18584: part of that 'self'
18585:
18586: 2002-10-29 paf
18587:
18588: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18589: re-passing [iis to blame]
18590:
18591: * src/classes/string.C: changed string.save to pass current sql
18592: connection to cstr thus one can ^connect[some server]{
18593: $s[insert into table x (x) values (^taint[sql]{value})]
18594: ^s.save[some.sql] } and he'd get in some.sql file code with
18595: properly escaped. [tried in mssql->mysql export->import of
18596: binary data]
18597:
18598: 2002-10-25 paf
18599:
18600: * src/types/pa_vresponse.C: case insensitive response user fields
18601: get/put
18602:
18603: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18604: types/pa_vresponse.C: saving for maybe-future
18605:
18606: 2002-10-23 paf
18607:
1.211 ! moko 18608: * operators.ru.txt, operators.txt, src/classes/table.C:
! 18609: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18610:
18611: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18612:
18613: 2002-10-22 paf
18614:
18615: * src/types/: pa_vform.C, pa_vform.h: removed needless
18616: VForm::Append...(...Value)
18617:
18618: * src/main/execute.C: $.name outside of $name[...] checked
18619:
18620: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18621: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18622:
18623: 2002-10-21 paf
18624:
1.211 ! moko 18625: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
! 18626: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18627:
1.211 ! moko 18628: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
! 18629: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18630:
1.211 ! moko 18631: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
! 18632: $form:image-map
1.95 moko 18633:
1.211 ! moko 18634: * operators.ru.txt, operators.txt, src/classes/file.C:
! 18635: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18636:
18637: 2002-10-17 paf
18638:
18639: * src/main/: compile.tab.C, compile.y: operators precedence changed
18640: a little: logical not and bitwise negation precedence made
18641: highest, << and >> bitshits precedence made equal [were << higher
18642: than >>]
18643:
18644: * src/classes/op.C: exception handling fixed [were bad with
18645: contexts]
18646:
18647: 2002-10-16 paf
18648:
18649: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18650: main/pa_request.C: Request::self considered equal to
18651: VMethodFrame::self, and removed, Request::get_self() mapped to
18652: VMethodFrame.self()
18653:
18654: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18655: $hash in open field now gives old good error meesage
18656:
18657: 2002-10-15 paf
18658:
18659: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18660: use ^if($junction is junction){was and now true}
18661:
18662: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18663: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18664: types/pa_vxnode.C: xml->parser strings now have origin, which
18665: points to place where value left xml library and came to parser:
18666: place of dom field extraction/call
18667:
18668: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18669: main/compile.tab.C, main/compile.y, main/execute.C,
18670: types/pa_vmethod_frame.h: removed last pieces of old code
18671: allowing $junction.xxx at compile time
18672:
18673: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18674: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18675: objects also considered [were only classes]
18676:
18677: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18678: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18679: with CLASS self. [ (request&method_frame).self temporarily
18680: changed ]
18681:
18682: * src/classes/: hash.C, op.C: method_frame now always changed, with
18683: no exception to native calls. for&foreach changed to use
18684: method_frame.caller for their var's name context
18685:
18686: * src/: main/execute.C, targets/cgi/parser3.C,
18687: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18688: compiling to system classes disabled
18689:
1.211 ! moko 18690: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18691: ^process[$caller.CLASS]{code-string} added
18692:
1.211 ! moko 18693: * operators.ru.txt, operators.txt, src/classes/op.C,
! 18694: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 18695: src/main/pa_request.C, src/types/Makefile.am,
! 18696: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
! 18697: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
! 18698: $junction.get $junction.set[] introducing $caller
1.95 moko 18699:
18700: * src/types/pa_value.h: removed outdated comments. doxygen would
18701: find them lower by inheritance tree
18702:
18703: * src/types/pa_vjunction.C: ident
18704:
18705: 2002-10-14 paf
18706:
18707: * src/classes/op.C: process compiles to code's class class
18708:
18709: * src/: classes/form.C, classes/mail.C, classes/op.C,
18710: include/pa_request.h, main/compile.C, main/compile.tab.C,
18711: main/compile.y, main/execute.C, main/pa_request.C,
18712: types/pa_vstateless_class.h: operators now main-class-methods
18713:
18714: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18715: better stack trace [has "call" & co there]
18716:
18717: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18718: operators @auto now executed in MAIN context
18719:
18720: * src/main/execute.C: operator execution context now = MAIN, not
18721: closest stack frame
18722:
18723: @touchit[] $i[after]
18724:
18725: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18726: were 'after'
18727:
18728: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18729: 'after'
18730:
18731: * src/main/execute.C: comment
18732:
18733: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18734: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18735: action]
18736:
18737: * src/types/pa_vxnode.C: misreplace fixed
18738:
18739: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 ! moko 18740: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18741: $status:rusage.tv_secs/usecs introduced
18742:
18743: 2002-10-09 paf
18744:
18745: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18746: on empty string [or uses (default)]
18747:
18748: 2002-10-08 paf
18749:
18750: * src/main/untaint.C: mail header quoted printable changed after
18751: RFC reread
18752:
1.211 ! moko 18753: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18754:
18755: * src/types/pa_vxnode.C: misreplace
18756:
18757: 2002-09-24 paf
18758:
1.116 moko 18759: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18760:
18761: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18762: mailreceive would compile on freebsd now
18763:
18764: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18765: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18766: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18767: mailreceive would compile on freebsd now
1.95 moko 18768:
18769: * src/: classes/file.C, main/untaint.C: 1. file spec language
18770: changed: now there are only few chars are untainted: * ? ' " < >
18771: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18772: one should use ^untaint[uri]{...} now]
18773:
18774: 2. $list[^file:list[dir]] now returns simply tainted names in
18775: $list.name, not tainted as filespec
18776:
18777: @russianindex[] #dir with files with russian-lang names
18778: $where[dir]
18779:
18780: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18781: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18782:
18783: 2002-09-23 paf
18784:
18785: * src/types/pa_vdouble.h: double->int round added
18786:
18787: * src/classes/date.C: date bug fix, now
18788: round(floatDays*secondsPerDay)
18789:
18790: * src/classes/date.C: date bug fix, now
18791: round(floatDays*secondsPerDay)
18792:
18793: 2002-09-20 paf
18794:
18795: * src/main/execute.C: code junction calls disabled [before: code
18796: was compiled in such a way, that there were no code-junctions in
18797: OP_CALL]
18798:
18799: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18800:
18801: @badjunctioncallinside[code] ^code[]
18802:
18803: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18804: expanding to include ^junction.method
18805:
18806: * src/main/pa_common.C: -d "DIR/" now true
18807:
18808: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18809: as internal xdoc encoding, and after decoding attributes set by
18810: dom functions now encoded OK, not as digital entities
18811:
18812: * src/classes/xdoc.C: empty transform result, being taken as file
18813: now returns empty file, not raises stupid error about "stat-ed
18814: file"
18815:
18816: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18817: allowed
18818:
18819: * src/types/types.dsp: introducing $junction.get/put(1) one can
18820: write iterators now:
18821:
18822: ^user-foreach[key;value]{$key=$value<br>}
18823:
18824: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18825: $code.value($i*2) $code }
18826:
18827: * src/main/compile_tools.h: mistype
18828:
1.116 moko 18829: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18830: thus taking linking options configure changes into account [were:
18831: ignoring]
1.95 moko 18832:
18833: * src/types/: pa_vjunction.C, Makefile.am: introducing
18834: $junction.get/put(1) one can write iterators now:
18835:
18836: ^user-foreach[key;value]{$key=$value<br>}
18837:
18838: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18839: $code.value($i*2) $code }
18840:
18841: * src/: include/pa_opcode.h, include/pa_request.h,
18842: main/compile.tab.C, main/compile.y, main/execute.C,
18843: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18844: introducing $junction.get/put(1) one can write iterators now:
18845:
18846: ^user-foreach[key;value]{$key=$value<br>}
18847:
18848: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18849: $code.value($i*2) $code }
18850:
18851: 2002-09-19 paf
18852:
1.116 moko 18853: * Makefile.am: new: make commit
1.95 moko 18854:
18855: * aclocal.m4: forced to be older
18856:
18857: 2002-09-18 paf
18858:
18859: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18860: src/main/compile.y, src/main/execute.C: << >> int shifts
18861:
18862: * src/: include/pa_common.h, include/pa_request.h,
18863: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18864: - now this - fatal error
18865:
18866: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18867: that one can pass binary data there
18868:
18869: * src/: classes/date.C, classes/double.C, classes/file.C,
18870: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18871: classes/op.C, classes/response.C, classes/string.C,
18872: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18873: include/pa_request.h: pa_request contexts made privated, plus
18874: get_{self/method_frame} to read. Request_context_saver used in
18875: ^try to save flang too. [were not saved]
18876:
18877: * src/types/pa_vresponse.C: header value chains joined before
18878: output, this should help $.subject[$var $var] from being
18879: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18880:
18881: 2002-09-17 paf
18882:
18883: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18884: removed changes, operators executed with calling self. lots of
18885: code with ^include code relies on defined/defining self variables
18886:
18887: $a[1] ^include[print_a.p] print_a.p: $a
18888:
18889: ^include[set_a.p] a=$a set_a.p: $a[1]
18890:
18891: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18892: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18893: types/pa_vstateless_class.h: operators now executed with MAIN
18894: self. it's for ^include sake, too strong a change
18895:
18896: * src/classes/op.C: made place for ^process to compile it's code to
18897: in case of no self
18898:
18899: * src/main/execute.C: found ancient param to Junction, removed.
18900: allowed passing self to native_code_operators [for ^process to
18901: work, she needs self]
18902:
18903: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18904: types/pa_vstateless_class.h: found ancient param to Junction,
18905: removed. allowed passing self to native_code_operators [for
18906: ^process to work, she needs self]
18907:
18908: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18909: types/pa_value.h, types/pa_vmethod_frame.h,
18910: types/pa_vstateless_class.h: allowed Request.self to be 0,
18911: checked that in VMethodFrame get/put and $self.
18912:
18913: * src/classes/: table.C, xdoc.C: table::sql options table::create
18914: copy options options checked, wrong option now fatal error
18915:
18916: * src/main/pa_string.C: string.replace fixed [were missing words on
18917: pieces boundaries]
18918:
1.150 moko 18919: * configure, configure.in: .so now detected [can be .sl on hpux,
18920: .dll on cygwin, .so in other cases)
1.95 moko 18921:
18922: * configure, configure.in: .so now detected [can be .sl on hpux,
18923: .dll on cygwin, .so in other cases)
18924:
1.211 ! moko 18925: * operators.ru.txt, operators.txt, src/classes/hash.C,
! 18926: src/classes/table.C, src/include/pa_globals.h,
! 18927: src/main/pa_globals.C: table.sql hash::sql flag to allow
! 18928: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 18929:
18930: * src/: classes/hash.C, classes/table.C,
18931: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18932: now errors
18933:
18934: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18935:
18936: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
18937: ,2,3]
18938:
18939: 2002-09-16 paf
18940:
18941: * src/classes/file.C: file::cgi line ends can be both unix & dos.
18942: and they can be unix [\n\n] on win when 'use CGI' used, it causes
18943: stdout to be binary. now detected closest header break.
18944:
18945: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
18946: closed right
18947:
18948: 2002-09-13 paf
18949:
1.211 ! moko 18950: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
! 18951: src/main/compile.y, src/main/compile_tools.h: (expression
! 18952: #comment)
1.95 moko 18953:
18954: (multiline expression #comment line2 #comment )
18955:
18956: (expression #comment with (brackets) comment) << OK
18957:
1.211 ! moko 18958: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
! 18959: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
! 18960: for expression #comments]
1.95 moko 18961:
18962: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
18963: error
18964:
18965: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
18966: cheched in pa_socks.C
18967:
1.116 moko 18968: * configure, configure.in, src/include/pa_config_auto.h.in:
18969: HAVE_WINSOCK_H created in configure.in
1.95 moko 18970:
18971: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
18972: cookie date now clean [were mistakenly tainted & that worked bad
18973: with opera -- 'happily' that worked OK with msie]
18974:
18975: 2002-09-12 paf
18976:
18977: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
18978: VClass get_element now first looks to fields, next to methods &
18979: co todo: the rest reason: more speed
18980:
18981: * src/main/untaint.C: quoted printable encoding stops before
18982: \s*<...>$
18983:
18984: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
18985: stops before <...>$
18986:
18987: 2002-09-11 paf
18988:
18989: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
18990: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
18991: forgot to check users of those funcs. not all were using that
18992: return value convention
18993:
18994: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
18995: windows-1254 added
18996:
18997: 2002-09-10 paf
18998:
18999: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19000: VCodeFrame parent param were specified badly
19001:
19002: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19003: WWrapper which used in constructing objects(second param to sql
19004: method) ^...sql{}[$.default{code}] now has parent, wich helps
19005: code in hash to survivi
19006:
19007: * src/: include/pa_request.h, main/execute.C: removed redundant
19008: param to execute [stack said 'thanks']
19009:
19010: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19011: types/pa_value.h, types/pa_vcode_frame.h,
19012: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19013: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19014: responsibility to wcontext
19015:
19016: * src/classes/file.C: decided not to log exec's with stderr, that
19017: could be warnings, and it's up to scritper to log/show them
19018:
19019: * src/: classes/double.C, main/execute.C: double:sql badly called
19020: write_assign_lang, not write_no_lang, thus doing unnecessary
19021: double/string converstion, which were loosing time&precesion
19022:
19023: * src/: main/pa_charset.C, types/pa_vmail.C:
19024: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19025: case of unfinished in buffer processing, causing accidental
19026: transcode stop [in case that source enc != utf-8 & there is
19027: incomplete utf-8 sequence at the end of 16000block iside of
19028: libxml lib] tfm readed & code updated
19029:
19030: 2002-09-04 paf
19031:
19032: * configure: makes with sjlj
19033:
19034: * INSTALL, src/include/pa_config_fixed.h,
19035: src/include/pa_sql_connection.h,
19036: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19037: checked. on win32 it made default
19038:
19039: * src/include/pa_config_auto.h.in: sjlj define
19040:
19041: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19042: can not work with longjump/throw pair, and one must switch that
19043: on there. todo: detect that automatically]
19044:
19045: * src/types/pa_vxnode.C: removed too strong checks of
19046: xnode.elements. now, for instance, if element does not have any
19047: attributes, $xnode.attributes is void, not error
19048:
19049: 2002-09-02 paf
19050:
1.211 ! moko 19051: * operators.ru.txt, operators.txt, src/main/execute.C,
! 19052: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19053:
19054: * src/main/execute.C: double_result made to move that var away from
19055: hungry g++ optimizer (-O2), before: it were optimized and
19056: comparison operators worked badly
19057:
19058: * src/types/pa_vdate.h: removed debug
19059:
1.116 moko 19060: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19061:
19062: * src/main/execute.C: fixed numeric < & co so that thay now use
19063: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19064: unknown reason.
19065:
19066: 2002-08-29 paf
19067:
19068: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19069: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19070: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19071: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19072: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19073: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19074: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19075: [called less frequent, allowed to remove ugly
19076: Junction.change_context-s from many places, switch,
19077: mail:send..html{}, ..] request.root renamed to method_frame [more
19078: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19079: [speed up]
19080:
19081: 2002-08-28 paf
19082:
19083: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19084: tainted
19085:
19086: * src/types/pa_vcookie.C: fixed cookie delete when
19087: $cookie:name[$.value[]]
19088:
1.211 ! moko 19089: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19090: ^string.split[delim[;options]]
19091:
19092: 2002-08-27 paf
19093:
1.116 moko 19094: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19095:
1.211 ! moko 19096: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
! 19097: src/main/compile.y: # now delimiter
1.95 moko 19098:
19099: * INSTALL: recommended latest gmime 1.0.5
19100:
19101: 2002-08-26 paf
19102:
19103: * configure, configure.in: apache13/hook added to make dist.
19104:
19105: 2002-08-23 paf
19106:
19107: * src/: include/pa_common.h, main/pa_common.C,
19108: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19109: beside binary [cgi, isapi] not accessible [due to bad rights or
19110: whatever] it's error now
19111:
19112: 2002-08-21 paf
19113:
1.116 moko 19114: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19115:
19116: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19117: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19118: class". compiled as if here they named base class
19119:
19120: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19121: cloning constructor]
19122:
19123: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19124:
1.150 moko 19125: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19126: $mail.received.file.value.content-type fixed
19127:
19128: 2002-08-20 paf
19129:
19130: * src/classes/file.C: fixed language of file:file result
19131:
1.211 ! moko 19132: * operators.ru.txt, operators.txt, src/classes/void.C:
! 19133: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19134:
1.211 ! moko 19135: * operators.ru.txt, operators.txt, src/classes/void.C:
! 19136: ^void.pos[...] = -1
1.95 moko 19137:
1.211 ! moko 19138: * operators.ru.txt, operators.txt, src/classes/void.C:
! 19139: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19140:
1.211 ! moko 19141: * src/classes/void.C, operators.ru.txt, operators.txt:
! 19142: ^void.length[] = 0
1.95 moko 19143:
19144: 2002-08-19 paf
19145:
19146: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19147: work now
19148:
19149: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19150: error in xnode, which were not catched in xdoc]
19151:
19152: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19153: prepared: // validate each document after load/create (?)
19154: //xmlDoValidityCheckingDefaultValue = 1;
19155:
19156: 2002-08-15 paf
19157:
19158: * src/classes/classes.h: write to static var caused useless
19159: Exception, introduced Methoded::put_element wich consumes those
19160:
1.211 ! moko 19161: * operators.ru.txt, operators.txt, src/include/pa_common.h,
! 19162: src/main/pa_common.C, src/types/pa_vcookie.C,
! 19163: src/types/pa_vdate.h, src/types/pa_vresponse.C,
! 19164: src/types/pa_vresponse.h: $response:field[date]
! 19165: $response:field[$.xxx[date]]
1.95 moko 19166:
19167: * src/: classes/hash.C, classes/string.C, classes/table.C,
19168: classes/void.C, include/pa_sql_connection.h: fixed source of
19169: ^hash::sql{bad}
19170:
1.211 ! moko 19171: * operators.ru.txt, operators.txt: $request:body unprecessed POST
! 19172: request body
1.95 moko 19173:
19174: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19175:
19176: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19177: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19178:
1.211 ! moko 19179: * operators.ru.txt, operators.txt, src/classes/form.C,
! 19180: src/include/pa_pool.h, src/include/pa_request.h,
! 19181: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
! 19182: planning/preparing_to $request:body r.post_data now const
1.95 moko 19183:
19184: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19185: classes/xnode.C, main/execute.C, types/pa_value.h,
19186: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19187: types/pa_vtable.h: instead of type() checking everywhere used
19188: Value.as now user descendants can be used in params.
19189:
19190: VObject::as_*, is_defined now taken from bases. xtable(table)
19191: ^if($xtable) now OK
19192:
19193: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19194: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19195: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19196:
19197: 2002-08-14 paf
19198:
19199: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19200: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19201: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19202: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19203: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19204: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19205: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19206: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19207: types/pa_vresponse.C, types/pa_vresponse.h,
19208: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19209: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19210: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19211: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19212: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19213: & VClass
19214:
19215: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19216:
19217: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19218: removed fixopt stupidity. on stupid linux use cd /document/root
19219: ../cgi/parser3 script
19220:
19221: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19222: params, splitting them by space, excluding argv[0], argv[argc-1]
19223:
19224: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19225: fixopt.h: fixopt now preprocesses command line params, splitting
19226: them by space, excluding argv[0], argv[argc-1]
19227:
19228: * src/targets/cgi/parser3.C: -f config file
19229:
19230: * src/targets/cgi/parser3.C: fixed .log file dir
19231:
19232: 2002-08-13 paf
19233:
19234: * src/types/pa_vobject.C: allow override parent variables, useful
19235: for form descendants [in vobject too, were in vclass]
19236:
19237: * src/types/pa_vclass.C: allow override parent variables, useful
19238: for form descendants
19239:
19240: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19241: overwritten in derived(table)
19242:
19243: * src/: classes/form.C, classes/mail.C, classes/op.C,
19244: classes/xnode.h, include/pa_request.h, main/execute.C,
19245: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19246: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19247: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19248: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19249: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19250: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19251: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19252: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19253: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19254: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19255: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19256: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19257: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19258: Value::get_element(..., bool looking_down) [needed to exclude
19259: endless recoursion]
19260:
19261: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19262: fix bug with put endless recoursion todo: check 'as'
19263:
19264: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19265: reorganized modules todo: fix bug with put endless recoursion
19266: todo: check 'as'
19267:
19268: * src/types/pa_vobject.h: checked: table fields can be overwritten
19269: in derived(table)
19270:
19271: * src/types/pa_vobject.h: derived classes can have fields of their
19272: own now
19273:
19274: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19275: fixed error message on using non-created table
19276:
19277: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19278: classes/op.C, classes/xnode.h, include/pa_request.h,
19279: main/compile.C, main/compile.tab.C, main/execute.C,
19280: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19281: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19282: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19283: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19284: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19285: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19286: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19287: types/pa_vresponse.C, types/pa_vresponse.h,
19288: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19289: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19290: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19291: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19292: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19293: looking down/up tree todo: fix error message on non-constructed
19294: parents
19295:
19296: 2002-08-12 paf
19297:
19298: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19299: derived OK
19300:
19301: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19302: thorough testing
19303:
19304: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19305: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19306: types/pa_vobject.h, types/pa_vstateless_class.h,
19307: types/pa_vstateless_object.h, types/pa_wcontext.h,
19308: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19309: ^base:create[] dynamic call rewritten todo: thorough testing
19310:
19311: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19312: now instantates base class, remembers it and saves child in
19313: parent VObject.get_class now returns last child = downward
19314: virtual calls OK
19315:
19316: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19317: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19318: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19319: types/pa_vobject.h, types/pa_vresponse.h,
19320: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19321: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19322: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19323: VAliased [redundant], moved $CLASS to VObject only [parser class
19324: instance]
19325:
19326: * src/main/pa_request.C: $response:body[file] content-type check
19327: fixed [were bad when content-type is hash]
19328:
19329: 2002-08-09 paf
19330:
19331: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19332: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19333:
19334: 2002-08-08 paf
19335:
1.211 ! moko 19336: * operators.ru.txt, operators.txt, src/classes/date.C,
! 19337: src/include/pa_globals.h, src/main/pa_globals.C: year column in
! 19338: month calendar [week year]
1.95 moko 19339:
19340: * src/main/execute.C: error reporting on object writes to MAIN
19341: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19342:
1.211 ! moko 19343: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
! 19344: $date.yearday $date.daylightsaving
1.95 moko 19345:
19346: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19347: use tainted data now. only she must specify the language.
19348:
19349: ^mail:send[ $.from[paf@mail.design.ru]
19350: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19351: $.text[^taint[uri][ìîñêâà]=] ]
19352:
19353: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19354: now prints more precise origin
19355:
19356: * src/include/pa_string.h: String::first_char now not fails on
19357: empty strings ^if(-f '') now ok and in 3 other places.
19358:
1.211 ! moko 19359: * operators.ru.txt, operators.txt, src/include/pa_string.h,
! 19360: src/main/pa_string.C: String::first_char now not fails on empty
! 19361: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19362:
19363: 2002-08-07 paf
19364:
19365: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19366: fixed
19367:
19368: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19369:
19370: * src/: main/execute.C, types/pa_vcode_frame.h,
19371: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19372: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19373: mistakenly not completely transparent to object writes.
19374: $hash[^if(1){$hash}] now works
19375:
1.211 ! moko 19376: * operators.ru.txt, operators.txt, src/classes/op.C:
! 19377: ^cache...{...^cache<<to past...} now erasing cache file [there
! 19378: were bad check on that]
1.95 moko 19379:
19380: * src/: classes/classes.dsp, classes/table.C,
19381: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19382: all Debug dirs in .dsp now named 'Debug'
19383:
1.116 moko 19384: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19385:
1.211 ! moko 19386: * operators.ru.txt, operators.txt, src/classes/mail.C:
! 19387: exception_type email.send
1.95 moko 19388:
1.211 ! moko 19389: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
! 19390: exception_type email.format
1.95 moko 19391:
19392: * src/types/pa_vmail.C: mail:send empty email checked
19393:
19394: 2002-08-06 paf
19395:
1.211 ! moko 19396: * operators.ru.txt, operators.txt, src/classes/table.C,
! 19397: src/include/pa_array.h, src/include/pa_table.h,
! 19398: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19399: ^table::create[$source;$.options] ^table::join[$source;$.options]
19400:
1.211 ! moko 19401: * operators.ru.txt, operators.txt, src/classes/hash.C,
! 19402: src/classes/string.C, src/classes/table.C: sql options can be
! 19403: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19404:
19405: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19406:
19407: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19408: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19409: $file.content-type [instead of .mime-type] now works for
19410: file::stat also
19411:
19412: * src/main/pa_request.C: case insensitive mime_type_of
19413:
19414: 2002-08-05 paf
19415:
19416: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19417:
19418: * src/types/pa_vmail.C: file buffer relocated to parser heap
19419:
1.211 ! moko 19420: * operators.ru.txt, operators.txt: comment on date:calendar week
! 19421: column
1.95 moko 19422:
19423: * src/main/pa_common.C: write checked
19424:
19425: * src/main/: pa_common.C: write checked
19426:
19427: * src/classes/date.C: +1 buf size for stupid snprintfs
19428:
19429: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19430: month calendar week column [ISO 8601 Week Numbers]
19431:
19432: 2002-08-02 paf
19433:
19434: * src/: include/pa_config_fixed.h, main/pa_string.C,
19435: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19436: DEBUG*
19437:
19438: * configure, configure.in, src/include/pa_version.h: release
19439: 3_0_0005
19440:
19441: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19442: multipart post fixed
19443:
1.211 ! moko 19444: * operators.ru.txt, operators.txt, src/main/pa_request.C,
! 19445: src/types/pa_vform.C: response transcoded source->client only
! 19446: when text/* or simple onoverridden $response:body
1.95 moko 19447:
19448: 2002-08-01 paf
19449:
19450: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19451: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19452: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19453: classes/op.C, classes/response.C, classes/string.C,
19454: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19455: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19456: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19457: include/pa_config_fixed.h, include/pa_dictionary.h,
19458: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19459: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19460: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19461: include/pa_socks.h, include/pa_sql_connection.h,
19462: include/pa_sql_driver_manager.h, include/pa_stack.h,
19463: include/pa_string.h, include/pa_stylesheet_connection.h,
19464: include/pa_stylesheet_manager.h, include/pa_table.h,
19465: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19466: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19467: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19468: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19469: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19470: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19471: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19472: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19473: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19474: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19475: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19476: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19477: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19478: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19479: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19480: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19481: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19482: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19483: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19484: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19485: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19486: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19487: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19488: types/pa_vmethod_frame.h, types/pa_vobject.h,
19489: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19490: types/pa_vresponse.h, types/pa_vstateless_class.C,
19491: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19492: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19493: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19494: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19495: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19496: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19497:
19498: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19499: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19500: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19501: classes/math.C, classes/op.C, classes/response.C,
19502: classes/string.C, classes/table.C, classes/void.C,
19503: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19504: include/pa_array.h, include/pa_cache_managers.h,
19505: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19506: include/pa_config_fixed.h, include/pa_config_includes.h,
19507: include/pa_dictionary.h, include/pa_dir.h,
19508: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19509: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19510: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19511: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19512: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19513: include/pa_stack.h, include/pa_string.h,
19514: include/pa_stylesheet_connection.h,
19515: include/pa_stylesheet_manager.h, include/pa_table.h,
19516: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19517: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19518: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19519: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19520: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19521: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19522: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19523: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19524: main/pa_sql_driver_manager.C, main/pa_string.C,
19525: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19526: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19527: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19528: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19529: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19530: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19531: targets/isapi/pool_storage.h, types/pa_valiased.C,
19532: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19533: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19534: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19535: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19536: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19537: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19538: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19539: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19540: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19541: types/pa_vresponse.C, types/pa_vresponse.h,
19542: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19543: types/pa_vstateless_object.h, types/pa_vstatus.C,
19544: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19545: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19546: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19547: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19548: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19549: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19550: types/Makefile.am: ident.C* removed
19551:
1.211 ! moko 19552: * operators.ru.txt, operators.txt, src/classes/file.C,
! 19553: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19554:
19555: * src/targets/cgi/parser3.C: usage to stdout now
19556:
19557: 2002-07-31 paf
19558:
19559: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19560:
19561: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19562: default "postmaster"
19563:
19564: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19565: -f postmaster now default sendmail key word "postmaster"
19566: replaced to $.from
19567:
19568: 2002-07-30 paf
19569:
1.116 moko 19570: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19571: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19572:
19573: * src/main/pa_charset.C: comment
19574:
19575: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19576: table, &#decimal;
19577:
19578: * src/main/pa_request.C: comment
19579:
19580: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19581: paragraf]
19582:
19583: 2002-07-11 paf
19584:
19585: * src/main/pa_exec.C: build command line badly added params twice
19586: [and first time without ' ']. double wrong. fixed.
19587:
19588: * src/main/pa_exec.C: invalid .exe caused error message with params
19589: wich parser did not provide = reported badly. fixed that.
19590:
19591: * src/classes/mail.C: $MAIL[ # xxx ]
19592:
19593: now ok
19594:
1.211 ! moko 19595: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19596:
19597: 2002-07-01 paf
19598:
19599: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19600: [MForm.configure_admin were called when request.main_class ==0
19601:
19602: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19603:
19604: * src/classes/form.C: content_length type fix
19605:
19606: 2002-06-30 paf
19607:
19608: * src/classes/mail.C: merged from 4
19609:
19610: * src/classes/mail.C: restored $MAIL
19611:
19612: 2002-06-28 paf
19613:
19614: * configure, configure.in: removed paths.h
19615:
1.116 moko 19616: * configure, src/include/pa_version.h,
1.95 moko 19617: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19618: merged, makes updated
19619:
1.211 ! moko 19620: * ChangeLog, configure, operators.ru.txt, operators.txt,
! 19621: src/classes/xdoc.C, src/include/pa_charset.h,
! 19622: src/include/pa_config_fixed.h, src/include/pa_pool.h,
! 19623: src/include/pa_version.h, src/main/pa_charset.C,
! 19624: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
! 19625: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
! 19626: latest updates to head
1.95 moko 19627:
19628: 2002-06-27 paf
19629:
19630: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19631: not error now
19632:
1.211 ! moko 19633: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
! 19634: src/include/pa_charset.h, src/include/pa_config_fixed.h,
! 19635: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19636: ^xdoc::create[[uri]]... base uri for document being created,
19637: imports and other relative file names would be relative to this
19638: uri default uri=path_translated
19639:
19640: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19641:
19642: 2002-06-26 paf
19643:
19644: * configure, configure.in, src/include/pa_version.h:
19645: release_3_0_0004
19646:
19647: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19648: 0 now
19649:
19650: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19651:
19652: 2002-06-25 paf
19653:
19654: * src/main/pa_string.C: emtpy string, or string of whitespaces
19655: considered bad number now
19656:
1.211 ! moko 19657: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
! 19658: ^xdoc.transform[xdoc <<can be now
1.95 moko 19659:
1.211 ! moko 19660: * operators.ru.txt, operators.txt, src/classes/string.C:
! 19661: ^string.normalize [old name: optimize
1.95 moko 19662:
19663: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19664: library configured
19665:
19666: * src/main/pa_request.C: configure_admin forced if no @conf
19667:
1.211 ! moko 19668: * operators.ru.txt, operators.txt, src/classes/math.C,
! 19669: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
! 19670: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19671:
19672: 2002-06-24 paf
19673:
19674: * INSTALL: --with-static/shared-mailreceive described
19675:
19676: * src/include/pa_config_fixed.h: ssize_t fixed
19677:
1.116 moko 19678: * configure, configure.in, src/include/pa_config_auto.h.in,
19679: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19680: src/types/pa_vmail.C: $mail:received makes update
19681:
19682: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19683: WITH_MAILRECEIVE
19684:
19685: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19686:
19687: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19688: option, for $mail:receive
19689:
19690: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19691: introducting $message:received ^mail:send rewritten with backward
19692: comp
19693:
19694: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19695: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19696: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19697: now
19698:
1.211 ! moko 19699: * operators.ru.txt, operators.txt, src/classes/mail.C,
! 19700: src/include/Makefile.am, src/include/pa_charset.h,
! 19701: src/include/pa_config_fixed.h, src/include/pa_request.h,
! 19702: src/include/pa_string.h, src/include/pa_uue.h,
! 19703: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
! 19704: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19705: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19706: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19707: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19708: uue to separate file introducting $message:received ^mail:send
19709: rewritten with backward comp
19710:
19711: 2002-06-21 paf
19712:
1.116 moko 19713: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19714: co changes
1.95 moko 19715:
1.116 moko 19716: * configure, configure.in, src/lib/md5/Makefile.am,
19717: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19718: restructure .in and .am files appropriate changes
1.95 moko 19719:
19720: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19721: pcre to libs/ added libs/md5 which is linked to non-apache
19722: targets ^math:crypt[password;$apr1$salt]
19723:
1.211 ! moko 19724: * INSTALL, configure.in, operators.ru.txt, operators.txt,
! 19725: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19726: src/classes/classes.dsp, src/classes/math.C,
19727: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19728: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19729: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19730: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19731: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19732: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19733: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19734: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19735: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19736: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19737: src/lib/pcre/pcre_parser_ctype.dsp,
19738: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19739: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19740: src/main/compile.tab.C, src/main/main.dsp,
19741: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19742: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19743: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19744: to libs/ added libs/md5 which is linked to non-apache targets
19745: ^math:crypt[password;$apr1$salt]
19746:
19747: 2002-06-20 paf
19748:
1.211 ! moko 19749: * INSTALL, configure, configure.in, operators.ru.txt,
! 19750: operators.txt, src/classes/file.C, src/classes/op.C,
! 19751: src/doc/doxygen.cfg, src/include/pa_globals.h,
! 19752: src/include/pa_request.h, src/main/execute.C,
! 19753: src/main/pa_request.C, src/targets/cgi/parser3.C,
! 19754: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
! 19755: marged latest HEAD updates, mainly file:justname&co &
! 19756: @auto/conf[filespec
1.95 moko 19757:
1.211 ! moko 19758: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19759: !^file:dirname[/a/some.tar.gz]=/a
19760: !^file:dirname[/a/b/]=/a
19761: !^file:basename[/a/some.tar.gz]=some.tar.gz
19762: !^file:justname[/a/some.tar.gz]=some.tar
19763: !^file:justext[/a/some.tar.gz]=gz
19764:
19765: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19766: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19767: @conf/auto[filespec]
19768:
1.116 moko 19769: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19770:
1.211 ! moko 19771: * INSTALL, configure.in, operators.ru.txt, operators.txt,
! 19772: src/doc/doxygen.cfg, src/include/pa_globals.h,
! 19773: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
! 19774: parser3.conf renamed to auto.p
1.95 moko 19775:
19776: 2002-06-18 paf
19777:
19778: * configure, configure.in, src/include/pa_version.h: version to
19779: configure.in
19780:
19781: * INSTALL: reflected .conf.dist dir change
19782:
1.150 moko 19783: * Makefile.am, configure, configure.in,
1.116 moko 19784: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19785: .in & *.am updated
19786:
19787: * src/classes/file.C: strncasecmp
19788:
19789: * src/classes/file.C: strcasecmp
19790:
1.150 moko 19791: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19792:
19793: * src/classes/file.C: ^file::exec[script;$.bad error case
19794: insensitive check now
19795:
19796: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19797:
19798: * configure, configure.in, src/include/pa_pool.h,
19799: src/include/pa_types.h: pack configure.in detection simplified.
19800: figured out that gcc on sparc not that stupid as thought
19801: previously: on sparc: when it sees packed class it modifies it's
19802: field-access-code to byte operations [stb, ldub] instead of 4byte
19803: operations [st, lduh] so packed must be all parts of packed
19804: class, i.e. it's parents&fields(classes). for now it's only
19805: String that packed and what was wrong is that it's parent -
19806: Pooled, were not packed. fixed that.
19807:
19808: 2002-06-14 paf
19809:
1.211 ! moko 19810: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19811:
1.211 ! moko 19812: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19813: attribute_node.name/value xnode pi.node.data
19814:
19815: 2002-06-12 paf
19816:
1.116 moko 19817: * configure, configure.in, src/targets/cgi/Makefile.am,
19818: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19819:
1.211 ! moko 19820: * INSTALL, configure.in, operators.ru.txt, operators.txt,
! 19821: etc/Makefile.am, src/include/pa_globals.h,
! 19822: src/include/pa_request.h, src/main/compile.tab.C,
! 19823: src/main/pa_globals.C, src/main/pa_request.C,
! 19824: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
! 19825: parser3.conf now one and only
1.95 moko 19826:
19827: * src/classes/mail.C: sendmail -ti [default now]
19828:
19829: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19830: to be strings. for convinient #ing
19831:
19832: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19833: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19834:
19835: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19836: main/pa_globals.C, main/pa_request.C: @conf
19837:
19838: 2002-06-11 paf
19839:
19840: * src/classes/file.C: check simplified
19841:
19842: * src/: classes/file.C, targets/cgi/parser3.dsp,
19843: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19844: valid prefix
19845:
19846: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19847: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19848: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19849:
19850: 2002-06-10 paf
19851:
1.211 ! moko 19852: * operators.ru.txt, operators.txt, src/classes/op.C,
! 19853: src/include/pa_common.h, src/main/pa_common.C: lock failures
! 19854: reported now
1.95 moko 19855:
19856: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19857: string->double @ compile time were not-enough-checking...
19858:
19859: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19860: autoconvert now ignored
19861:
19862: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19863: check
19864:
19865: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19866: $response:body content-type:name
19867:
19868: * configure, configure.in: hpux check, nsl link, no socket
19869:
1.211 ! moko 19870: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 19871:
19872: * configure, configure.in: pack even address access on sparc&co
19873: arch checked in configure
19874:
19875: * configure, src/include/pa_version.h: makes
19876:
19877: * configure, configure.in, src/include/pa_version.h: makes
19878:
19879: * src/main/untaint.C: (bug#2) mail subject got always prepended
19880: with charset even when all letters were 7bit one
19881:
19882: * src/main/pa_common.C: merged fixed -d (bug)
19883:
19884: * src/main/pa_common.C: fixed -d (bug)
19885:
19886: 2002-06-03 paf
19887:
1.211 ! moko 19888: * ChangeLog, operators.ru.txt, operators.txt,
! 19889: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
! 19890: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 19891: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19892: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19893: .dsp-s along with reorganized cvs modules dirs structure
19894:
19895: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19896: main/pa_globals.C, targets/cgi/parser3.dsp,
19897: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19898: modules
19899:
19900: 2002-05-28 paf
19901:
19902: * src/targets/cgi/parser3.C: info.uri now ""
19903:
19904: 2002-05-17 paf
19905:
19906: * src/classes/: table.C: ^table.save << checked empty
19907: pre/match/post columns
19908:
19909: 2002-05-16 paf
19910:
19911: * src/classes/image.C: image::measure can png now
19912:
19913: 2002-05-15 paf
19914:
1.211 ! moko 19915: * operators.ru.txt, operators.txt, src/classes/date.C:
! 19916: ^date::create[%H:%M[:%S]] added
1.95 moko 19917:
19918: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19919:
1.211 ! moko 19920: * operators.ru.txt, operators.txt, src/classes/date.C:
! 19921: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 19922:
19923: 2002-05-14 paf
19924:
19925: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19926:
19927: 2002-05-07 paf
19928:
19929: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19930: src/include/pa_globals.h, src/include/pa_request.h,
19931: src/include/pa_table.h, src/main/compile.tab.C,
19932: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19933: src/main/pa_request.C, src/main/pa_table.C,
19934: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19935: src/targets/isapi/parser3isapi.dsp,
19936: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
19937: name2number field now &. main_method_name now on Request pool
19938: rather on global_pool [Junction+VJunction created on same pool as
19939: name = were created on global pool, causing mem leaks]
19940:
19941: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
19942: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
19943: main/compile.y, main/main.dsp, main/pa_globals.C,
19944: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
19945: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19946: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
19947: field now &. main_method_name now on Request pool rather on
19948: global_pool [Junction+VJunction created on same pool as name =
19949: were created on global pool, causing mem leaks]
19950:
19951: 2002-05-06 paf
19952:
19953: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19954: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19955: 100*40 bytes per request memory leak [nonpool malloc in globals]
19956:
19957: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19958: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19959: 100*40 bytes per request memory leak [nonpool malloc in globals]
19960:
19961: 2002-04-30 paf
19962:
19963: * configure, src/include/pa_version.h: version now not b
19964:
19965: * src/targets/cgi/parser3.C: request.uri now never 0
19966:
19967: 2002-04-29 paf
19968:
19969: * configure.in: removed b
19970:
19971: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
19972: Exception::comment/type checked in (), no there's no empty
19973: type/comment by default
19974:
19975: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
19976: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
19977: src/doc/value.dox, src/include/pa_exception.h,
19978: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
19979: 0001
19980:
19981: 2002-04-26 paf
19982:
19983: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
19984: size reduced
19985:
19986: 2002-04-25 paf
19987:
19988: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
19989: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
19990: now that took into account
19991:
1.211 ! moko 19992: * operators.ru.txt, operators.txt, src/classes/date.C:
! 19993: ^date::create[2002-12-33 01:03:04]
1.95 moko 19994:
1.211 ! moko 19995: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 19996: ^date::create[2002-12-33 01:03:04]
19997:
19998: * ChangeLog: updated changelog
19999:
20000: * src/classes/table.C: removed restriction on column count to
20001: ^table.hash to work, now must be >0 [were >1]
20002:
20003: 2002-04-24 paf
20004:
20005: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20006: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20007: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20008: targets
20009:
20010: 2002-04-23 paf
20011:
1.211 ! moko 20012: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20013: int/double/string:sql{}[$.default{code}] fixed [were barking:
20014: "junction used outside of context"]
20015:
20016: 2002-04-22 paf
20017:
20018: * types.txt, src/classes/string.C, src/include/pa_string.h,
20019: src/main/pa_string.C, src/types/pa_vstring.C,
20020: src/types/pa_vstring.h: ^string.optimize[]
20021:
20022: * src/: include/pa_globals.h, include/pa_table.h,
20023: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20024: table template
20025:
20026: * src/classes/: string.C: optimize removed from string
20027: .left/right/pos
20028:
20029: * src/main/execute.C: rolled back to
20030: before_killing_userjunction_contexts
20031:
20032: * src/main/execute.C: user junctions context killed
20033:
20034: * src/main/execute.C: junctions to local contexts got
20035: cleanized&checked later
20036:
20037: 2002-04-19 paf
20038:
20039: * src/: classes/string.C, include/pa_request.h,
20040: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20041: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20042: prior to .left .right .mid .pos .match when that is profitable,
20043: and always before .replace when $ORIGINS(1) optimization disabled
20044: economy from not wasting mem on lots of strings which occur by
20045: lots of String:mid calls to get parts of source string between
20046: found_occurances
20047:
20048: * src/classes/file.C: ovector now local economy: 16 bytes per
20049: ^file:list
20050:
20051: * src/: include/pa_globals.h, include/pa_table.h,
20052: main/pa_globals.C, main/pa_string.C: String::match table columns
20053: globalized, not created @ each ^match anymore economy:
20054: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20055:
20056: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20057: removed from each String::match replace iteration, and made
20058: stacked sizeof(VTable)=12bytes economy on each replace code
20059:
20060: * src/doc/footer.htm: 2001,
20061:
20062: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20063: string.match[]['] option enables generation of $match.prematch
20064: .match .postmatch columns
20065:
20066: * src/main/pa_string.C: String::match options analized without
20067: cstr-ing them now
20068:
20069: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20070: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20071: config updated to doxygen 1.2.15, created helper which fixes
20072: minor bugs in chm project files & htm tree. changed extension to
20073: .htm
20074:
20075: 2002-04-18 paf
20076:
20077: * src/doc/doxygen.cfg: .chi generation disabled
20078:
20079: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20080: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20081: fields&methods
20082:
20083: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20084: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20085: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20086: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20087: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20088: types/pa_vresponse.h, types/pa_vstateless_class.h,
20089: types/pa_vstateless_object.h, types/pa_vstatus.h,
20090: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20091: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20092: VStateless_class to VObject
20093:
20094: * src/: main/pa_request.C, types/pa_valiased.h,
20095: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20096: types/pa_vstring.h: VStateless_string_object speicalized light
20097: version of VStateless_object
20098:
20099: * src/classes/op.C: ^throw comment param made optional
20100:
20101: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20102: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20103: and implemented down in VClass, fclass_alias removed,
20104:
20105: * src/types/pa_value.C: forced to cut that from .h because of
20106: VStateless_class usage [undefined in .h]
20107:
20108: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20109: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20110: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20111: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20112: on each CALL]
20113:
20114: * src/: classes/classes.h, classes/date.C, classes/double.C,
20115: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20116: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20117: classes/response.C, classes/string.C, classes/table.C,
20118: classes/void.C, classes/xnode.C, include/pa_globals.h,
20119: include/pa_request.h, main/execute.C, main/pa_globals.C,
20120: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20121: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20122: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20123: types/pa_vstateless_class.h, types/pa_wcontext.C,
20124: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20125: removed Value::fname
20126:
20127: 2002-04-17 paf
20128:
20129: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20130: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20131: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20132: include/pa_pool.h, include/pa_types.h: dox updated to current
20133: state, PTHROW freshen to throw & co
20134:
20135: * src/types/pa_vhash.h: vstring wrong parent fixed
20136:
20137: * src/classes/op.C: taint local result var bug fixed
20138:
20139: 2002-04-16 paf
20140:
20141: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20142: Attic asm.txt as most interesting
20143:
20144: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20145: check, preventing content-length: 0 from appearing
20146:
20147: * src/main/execute.C: $result in @main now taken into account as in
20148: usual functions
20149:
20150: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20151: & @unhandled_exception now taken into account as in usual
20152: functions
20153:
20154: * src/doc/postbuild.txt: instructions on post .html build
20155:
20156: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20157:
20158: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20159: tainted
20160:
20161: * src/main/pa_request.C: uri in error log
20162:
20163: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20164: cheched date:create(days) param for validity [later were assumed
20165: valid and crashed on invalid onces]
20166:
20167: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20168: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20169: and used that for removing VString wrapper
20170:
20171: * src/classes/op.C: exception2vhash file now tainted
20172:
20173: * src/classes/op.C: _process pseudo origin copied from local var to
20174: heap
20175:
20176: * src/classes/op.C: extra check on empty file in origin in _execute
20177:
20178: 2002-04-15 paf
20179:
20180: * src/: main/execute.C, types/pa_value.h: fixed name update
20181:
20182: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20183: functions
20184:
20185: * src/: classes/file.C, classes/hash.C, classes/op.C,
20186: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20187: started dual write_xxx_lang functions, if checked & works
20188:
20189: * src/: classes/date.C, classes/file.C, classes/mail.C,
20190: classes/string.C, classes/xnode.C, include/pa_request.h,
20191: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20192: unnecessary VString shells
20193:
20194: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20195: prev changes]
20196:
20197: * src/: classes/image.C, classes/op.C, classes/string.C,
20198: classes/table.C, include/pa_request.h, main/execute.C,
20199: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20200: StringOrValue wcontext result, now ready for dual writes
20201:
20202: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20203: checked that
20204:
20205: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20206: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20207: changed to OP_WRITE_VALUE in var get cases
20208:
20209: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20210: include/pa_request.h, main/compile.tab.C, main/compile.y,
20211: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20212: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20213: switch in hash constructor fixed [were problems with using of
20214: stacked wwrapper after it's death]
20215:
20216: 2002-04-12 paf
20217:
1.211 ! moko 20218: * operators.ru.txt, operators.txt, src/classes/table.C:
! 20219: table.select(expression) 0
1.95 moko 20220:
20221: 2002-04-11 paf
20222:
20223: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20224: Request::process_internal codeFrame & wwrapper stacked [not
20225: wasting heap anymore]
20226:
20227: 2002-04-10 paf
20228:
20229: * src/: classes/double.C, classes/file.C, classes/hash.C,
20230: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20231: classes/string.C, classes/table.C, classes/void.C,
20232: classes/xdoc.C, include/pa_request.h, main/execute.C,
20233: main/pa_string.C: killed Request::process() wrapping
20234: VString(String) in case we need only String
20235:
20236: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20237: killed 8 bytes from String.head
20238:
20239: 2002-04-09 paf
20240:
20241: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20242: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20243: local*/char b[...]; a=b; situations
20244:
1.211 ! moko 20245: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
! 20246: made literal
1.95 moko 20247:
20248: * src/classes/xdoc.C: xslt params fixed
20249:
20250: * src/: main/pa_common.C, targets/cgi/parser3.C,
20251: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20252: not pool.malloc(MAX_NUMBER) but really neaded
20253:
1.211 ! moko 20254: * operators.ru.txt, operators.txt, src/classes/double.C,
! 20255: src/classes/int.C: int/double.int/double(default)
1.95 moko 20256:
20257: 2002-04-04 paf
20258:
20259: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20260: [when reconstructing pieces were split by
20261: max_integral(piece.size), thus some strings to replace happen to
20262: be split into two = not replaced)
20263:
20264: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20265: standalone version = current dir
20266:
20267: * src/targets/cgi/parser3.C: document root in standalone version =
20268: current dir
20269:
20270: 2002-04-03 paf
20271:
20272: * configure, configure.in: more checks on nonexistent charset
20273:
1.116 moko 20274: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20275:
20276: 2002-04-02 paf
20277:
20278: * src/main/compile.C: parser.compile [exception name more like in
20279: doc]
20280:
20281: 2002-04-01 paf
20282:
20283: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20284: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20285: .content-type.charset, not .charset
20286:
20287: 2002-03-29 paf
20288:
20289: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20290:
1.211 ! moko 20291: * operators.ru.txt, operators.txt, src/classes/date.C:
! 20292: ^date::create now may not supply day, default 1. checked 29.03
! 20293: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20294:
20295: 2002-03-28 paf
20296:
1.211 ! moko 20297: * operators.ru.txt, operators.txt, src/classes/date.C,
! 20298: src/classes/op.C, src/include/pa_globals.h,
! 20299: src/include/pa_hash.h, src/main/pa_globals.C,
! 20300: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
! 20301: ^cache[date] }
1.95 moko 20302:
20303: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20304: param
20305:
20306: 2002-03-27 paf
20307:
1.211 ! moko 20308: * operators.ru.txt, operators.txt, src/classes/date.C,
! 20309: src/classes/double.C, src/classes/file.C, src/classes/form.C,
! 20310: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
! 20311: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
! 20312: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 20313: src/classes/xdoc.C, src/classes/xnode.C,
! 20314: src/include/pa_exception.h, src/include/pa_request.h,
! 20315: src/include/pa_stylesheet_connection.h, src/main/compile.C,
! 20316: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20317: src/main/pa_array.C, src/main/pa_charset.C,
20318: src/main/pa_charsets.C, src/main/pa_common.C,
20319: src/main/pa_dictionary.C, src/main/pa_exception.C,
20320: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20321: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20322: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20323: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20324: src/types/pa_value.h, src/types/pa_vcookie.C,
20325: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20326: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20327: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20328: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20329: src/types/pa_wwrapper.h: assigned exception types
20330:
1.211 ! moko 20331: * operators.ru.txt, operators.txt, src/classes/op.C,
! 20332: src/include/pa_config_fixed.h, src/include/pa_request.h,
! 20333: src/main/execute.C, src/main/pa_request.C: decided agains
! 20334: resetting exception_trace, just changed name
1.95 moko 20335:
20336: 2002-03-26 paf
20337:
20338: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20339: fixed
20340:
20341: * src/classes/op.C: forced language of $source field of exception
20342: to 'tainted', so that sql-langed-frags could be outputed outside
20343: of connect
20344:
1.211 ! moko 20345: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
! 20346: offset
1.95 moko 20347:
20348: * src/classes/date.C: removed date.roll limit of +-1 offset
20349:
1.211 ! moko 20350: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
! 20351: roll on daylightsaving days mktime took into account tm_isdst
! 20352: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20353:
20354: 2002-03-25 paf
20355:
1.211 ! moko 20356: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20357: http_site_config_filespec
20358:
20359: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20360: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20361: with any/both --disable-foreign-group-files --disable-execs
20362:
20363: * INSTALL: "--with=sendmail=COMMAND" comment
20364:
20365: * INSTALL, configure, configure.in, src/classes/mail.C,
20366: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20367: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20368: disables execs also. introducing --sendmail
1.95 moko 20369:
1.211 ! moko 20370: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20371:
20372: * INSTALL: comment on --disable-link-stdcpp
20373:
1.116 moko 20374: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20375: libstdc++ link skipping configure option
1.95 moko 20376:
20377: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20378: with error were put to cache with 'marked_to_rollback' flag, all
20379: consequent even OK requests rolled back
20380:
20381: 2002-03-22 paf
20382:
20383: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20384: false return
20385:
1.211 ! moko 20386: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20387:
20388: 2002-03-18 paf
20389:
1.211 ! moko 20390: * operators.ru.txt, operators.txt, src/classes/op.C,
! 20391: src/include/pa_exception.h, src/include/pa_globals.h,
! 20392: src/include/pa_request.h, src/include/pa_stack.h,
! 20393: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20394:
20395: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20396: types/pa_vdouble.h: removed some tested @tests
20397:
20398: 2002-03-15 paf
20399:
1.211 ! moko 20400: * operators.ru.txt, operators.txt, src/classes/table.C:
! 20401: ^table.locate(logical expr)
1.95 moko 20402:
20403: 2002-03-13 paf
20404:
20405: * src/main/pa_exception.C: checked not-pooled malloc
20406:
20407: 2002-03-11 paf
20408:
20409: * INSTALL, configure, configure.in,
20410: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20411:
20412: * src/main/pa_common.C: --disable-foreign-group-files
20413:
20414: * INSTALL: --disable-execs
20415:
20416: * src/main/pa_exec.C: --disable-execs
20417:
20418: * configure, configure.in, src/include/pa_config_auto.h.in:
20419: --disable-execs
20420:
20421: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20422:
20423: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20424: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20425:
20426: 2002-03-05 paf
20427:
1.211 ! moko 20428: * operators.ru.txt, operators.txt, src/classes/date.C: date week
! 20429: calendar columns named
1.95 moko 20430:
1.211 ! moko 20431: * operators.ru.txt, operators.txt, src/classes/date.C: date week
! 20432: calendar columns named
1.95 moko 20433:
20434: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20435: requires headers to be terminated with \r\n manually [refuses to
20436: separate header/body itself]
20437:
20438: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20439: targets/isapi/parser3isapi.C: isapi site config beside .dll
20440:
20441: 2002-03-04 paf
20442:
20443: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20444: in PASS language
20445:
20446: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20447: deserialize checks on broken file
20448:
20449: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20450: parser3isapi.dsp: isapi updated
20451:
20452: 2002-03-01 paf
20453:
20454: * src/main/pa_exec.C: execle -> execve, now argc OK
20455:
20456: 2002-02-28 paf
20457:
20458: * src/main/untaint.C: removed some debug comments
20459:
20460: * src/main/pa_charsets.C: when placing charset to cache using
20461: global name now [were request]
20462:
20463: * configure, configure.in: apache module updated
20464:
20465: * src/main/pa_string.C: origin by first piece preferred before last
20466: piece
20467:
20468: 2002-02-27 paf
20469:
20470: * src/main/pa_charset.C: size_t
20471:
20472: * INSTALL: shared/static-xml with-pathlink
20473:
1.211 ! moko 20474: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20475:
20476: 2002-02-26 paf
20477:
20478: * src/main/pa_exec.C: more precise names for vars, cosmetic
20479:
20480: * src/classes/xnode.C: in some situation, xpath query returned
20481: result with type NODESET, but empty nodeset member field, checked
20482: that
20483:
20484: 2002-02-22 paf
20485:
20486: * INSTALL: without-zlib comment
20487:
20488: * etc/parser3.charsets/windows-1251.cfg: °
20489:
20490: * configure, configure.in: glib###.a detection fixed
20491:
20492: * INSTALL: hashfile removed from INSTALL
20493:
1.116 moko 20494: * Makefile.am: make update
1.95 moko 20495:
20496: * src/main/pa_string.C: string iterators fixed again, so were
20497: String::join_chain
20498:
20499: * src/main/pa_string.C: string iterators fixed again, so were
20500: String::join_chain
20501:
20502: * src/: include/pa_string.h, main/pa_string.C: string iterators
20503: fixed again, so were String::join_chain
20504:
20505: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20506:
1.211 ! moko 20507: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
! 20508: "expires=0" = "session"
1.95 moko 20509:
1.116 moko 20510: * configure, configure.in, src/include/pa_config_auto.h.in:
20511: --with-shared-xml --with-static-xml
1.95 moko 20512:
20513: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20514: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20515: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20516: xalan&xml
20517:
20518: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20519:
1.211 ! moko 20520: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
! 20521: src/main/main.dsp, src/types/types.dsp: removed hashfile support
! 20522: from sources for now
1.95 moko 20523:
1.116 moko 20524: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20525: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20526: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20527: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20528: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20529: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20530: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20531: src/types/Makefile.am, src/types/pa_vhashfile.C,
20532: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20533:
20534: 2002-02-21 paf
20535:
20536: * src/main/untaint.C: removed debug code, activated commented-for
20537: debug parts
20538:
1.116 moko 20539: * Makefile.am: make cvsupdate
1.95 moko 20540:
20541: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20542: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20543: append_row, not at link zero now string to string appending works
20544:
20545: 2002-02-20 paf
20546:
20547: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20548: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20549: DEBUG_STRING_APPENDS_VS_EXPANDS
20550:
20551: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20552: economy: 22%
20553:
20554: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20555: space uptimized: string::link_row removed
20556:
20557: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20558: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20559: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20560: types/pa_vstring.h: speed uptimized: string::is_empty
20561:
1.211 ! moko 20562: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20563: src/include/pa_config_fixed.h, src/include/pa_string.h,
20564: src/include/pa_types.h, src/main/compile.tab.C,
20565: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20566: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20567: string append optimiziation idea and estimates
20568:
20569: 2002-02-19 paf
20570:
20571: * src/classes/math.C: not used directly [but erroreously reported
20572: that 'is', thus registering twice&other probs]
20573:
20574: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20575: to node [element]
20576:
20577: * src/main/compile.C: without string_origins parse error
20578: file+line+col possible
20579:
20580: * src/main/: compile.C: without string_origins not worked
20581:
20582: 2002-02-18 paf
20583:
20584: * src/types/pa_vdouble.h: since we have in_expression removed that
20585: trick i've installed into double::as_string
20586:
20587: * src/main/pa_globals.C: extern "C" was removed too fast
20588:
20589: * src/: include/pa_opcode.h, include/pa_request.h,
20590: main/compile.tab.C, main/compile.y, main/execute.C,
20591: types/pa_wcontext.h: in_expression aimed to solve old problem
20592: with string/nonstring values, now in expressions double/int
20593: values are passed as-is, without stupid tostring/fromstring
20594: conversions
20595:
20596: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20597: __cplusplus } #endif
20598:
20599: * src/main/compile.tab.C: bison env set so one could compile
20600: without cygwin installed
20601:
20602: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20603: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20604: gnome xml libs parser .dsp-s changed accordingly
20605:
1.211 ! moko 20606: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
! 20607: PARSER_ROOT_CONFIG
1.95 moko 20608:
1.211 ! moko 20609: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
! 20610: [were date::set, with backward comp
1.95 moko 20611:
20612: * src/classes/math.C: math:random range check fixed
20613:
20614: * src/main/: compile.tab.C, compile.y: integer division stops name
20615:
20616: * INSTALL: local install comment
20617:
1.116 moko 20618: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20619:
1.116 moko 20620: * acinclude.m4, aclocal.m4, configure, configure.in,
20621: src/include/pa_config_auto.h.in,
20622: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20623: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20624:
1.211 ! moko 20625: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20626:
20627: 2002-02-13 paf
20628:
20629: * src/include/pa_config_includes.h: sys/time time both included
20630: now. vaguely remember confilicts on this on some system [not on
20631: six|ablv] so when would see them again would think up proper
20632: check
20633:
1.116 moko 20634: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20635: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20636:
20637: * src/main/pa_common.C: truncation never occured when writing files
20638: on unix [since i've changed cache mech] fix
20639:
20640: * src/main/pa_common.C: strnchr: sanity check added
20641:
20642: * etc/parser3.charsets/windows-1257.cfg: id added
20643:
20644: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20645: baltic charset file generated, in generation script ispunct check
20646: added
20647:
20648: 2002-02-08 paf
20649:
1.116 moko 20650: * src/: include/Makefile.am, sql/Makefile.am,
20651: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20652:
20653: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20654: forgotten
20655:
20656: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20657:
20658: * INSTALL, README: install&others updated
20659:
20660: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20661:
1.116 moko 20662: * Makefile.am, configure, configure.in,
20663: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20664: src/classes/Makefile.am, src/main/Makefile.am,
20665: src/main/pa_status_provider.C, src/targets/Makefile.am,
20666: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20667: works
1.95 moko 20668:
20669: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20670: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20671: classes/hashfile.C, classes/int.C, classes/mail.C,
20672: classes/math.C, classes/op.C, classes/response.C,
20673: classes/string.C, classes/table.C, classes/void.C,
20674: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20675: include/pa_array.h, include/pa_cache_managers.h,
20676: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20677: include/pa_config_fixed.h, include/pa_config_includes.h,
20678: include/pa_db_connection.h, include/pa_db_manager.h,
20679: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20680: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20681: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20682: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20683: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20684: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20685: include/pa_stack.h, include/pa_string.h,
20686: include/pa_stylesheet_connection.h,
20687: include/pa_stylesheet_manager.h, include/pa_table.h,
20688: include/pa_threads.h, include/pa_types.h, main/compile.C,
20689: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20690: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20691: main/pa_db_connection.C, main/pa_db_manager.C,
20692: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20693: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20694: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20695: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20696: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20697: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20698: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20699: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20700: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20701: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20702: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20703: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20704: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20705: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20706: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20707: types/pa_vmethod_frame.h, types/pa_vobject.h,
20708: types/pa_vrequest.h, types/pa_vresponse.h,
20709: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20710: types/pa_vstateless_object.h, types/pa_vstatus.C,
20711: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20712: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20713: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20714: classes/image.C, main/pa_common.C, main/pa_exec.C,
20715: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20716: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20717: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20718: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20719: types/pa_vxnode.C, main/pa_charset.C: name spelling
20720:
20721: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20722: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20723: classes/hashfile.C, classes/image.C, classes/int.C,
20724: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20725: classes/string.C, classes/table.C, classes/void.C,
20726: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20727: include/pa_array.h, include/pa_cache_managers.h,
20728: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20729: include/pa_config_fixed.h, include/pa_config_includes.h,
20730: include/pa_db_connection.h, include/pa_db_manager.h,
20731: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20732: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20733: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20734: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20735: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20736: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20737: include/pa_stack.h, include/pa_string.h,
20738: include/pa_stylesheet_connection.h,
20739: include/pa_stylesheet_manager.h, include/pa_table.h,
20740: include/pa_threads.h, include/pa_types.h, main/compile.C,
20741: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20742: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20743: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20744: main/pa_db_connection.C, main/pa_db_manager.C,
20745: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20746: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20747: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20748: main/pa_socks.C, main/pa_sql_driver_manager.C,
20749: main/pa_status_provider.C, main/pa_string.C,
20750: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20751: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20752: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20753: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20754: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20755: targets/isapi/pool_storage.h, types/pa_valiased.C,
20756: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20757: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20758: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20759: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20760: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20761: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20762: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20763: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20764: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20765: types/pa_vresponse.h, types/pa_vstateless_class.C,
20766: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20767: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20768: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20769: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20770: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20771: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20772:
20773: 2002-02-07 paf
20774:
20775: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20776:
1.116 moko 20777: * configure, configure.in, src/include/pa_config_auto.h.in,
20778: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20779: added yet another locking function: fcntl
1.95 moko 20780:
20781: * config.sub: on cygwin configure passes it with strange i1586
20782: const, hacked it to mean i586
20783:
20784: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20785: disabled $if reference due to conflicts with local variables
20786:
1.211 ! moko 20787: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
! 20788: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
! 20789: xdoc::create, with both sences
! 20790:
! 20791: * operators.ru.txt, operators.txt, src/classes/table.C,
! 20792: src/include/pa_array.h, src/include/pa_table.h,
! 20793: src/main/pa_array.C, src/main/pa_table.C: table::create now //
! 20794: 'set' name obsolete now table clone.
1.95 moko 20795:
1.211 ! moko 20796: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20797: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20798: ^int/double/string.format now can be called with normal []
20799: brackets, not stupid {} as it were implemented for some strange
20800: reason. retaining backward compatibility due to some
20801: already-implemented servers
20802:
20803: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20804: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20805: operators now detected by check at name_without_curly_rdive_read
20806: rule whether diving code constists only of
20807: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20808: with OP_GET_ELEMENT_OR_OPERATOR to form
20809: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20810:
20811: 2002-02-06 paf
20812:
20813: * configure, configure.in: prefix expanded, grr
20814:
1.211 ! moko 20815: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
! 20816: config changed
1.95 moko 20817:
20818: 2002-02-05 paf
20819:
1.211 ! moko 20820: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20821:
20822: * src/main/: pa_exec.C: argv0 now correct
20823:
20824: * src/types/pa_vstatus.C: status:rusage 3
20825:
20826: * src/types/pa_vstatus.C: status:rusage 2
20827:
1.211 ! moko 20828: * operators.ru.txt, operators.txt: status:rusage described int
! 20829: operators
1.95 moko 20830:
20831: * src/types/pa_vstatus.C: status:rusage 1
20832:
20833: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20834: src/types/types.dsp: status:rusage
20835:
1.211 ! moko 20836: * configure.in, operators.ru.txt, operators.txt,
! 20837: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 20838: src/include/pa_config_includes.h, src/main/compile.tab.C,
20839: src/main/pa_common.C: rewritten ^cache to use
20840: non-blocking-exclusive-caches
20841:
20842: * src/main/pa_common.C: text file read mode on win32 adjusted
20843: [speed impact. was off for debugging purpose, but forgotten
20844: afterwards]
20845:
20846: 2002-02-01 paf
20847:
20848: * src/classes/op.C: file_write does EX lock after create, while
20849: file_read does SH after open, so there's a moment after create
20850: but before EX lock when read can sneak into, and read
20851: just-created-for-writing-and-not-yet-locked file, added a check
20852: for that in ^cache...read
20853:
20854: 2002-01-31 paf
20855:
20856: * src/main/: compile.y, compile.tab.C: disabled operator call after
20857: ^xxx:
20858:
20859: * src/main/: compile.tab.C, execute.C: made operators lookup first
20860: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20861:
20862: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20863: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20864: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20865: operators check 6.1 rewritten. now check is done at compile time
20866:
20867: * src/main/execute.C: operators check 5 floated up old error of
20868: staying in 'entered class/object' state after $a($a..) it
20869: prevented operators from being called thereafter
20870:
20871: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20872: main/execute.C: operators check 4 floated up old error of staying
20873: in 'entered object' state after ^a.a(a) it prevented operators
20874: from being called thereafter
20875:
20876: * src/main/execute.C: operators check 3 floated up old error of
20877: staying in 'entered class' state after $a:a(a) it prevented
20878: operators from being called thereafter
20879:
20880: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20881: floated up old error of staying in 'entered class' state after
20882: $a:a[a] it prevented operators from being called thereafter
20883:
20884: * src/main/execute.C: operators check, thay mistakenly seen in
20885: $class:operator $object.operators contexts
20886:
20887: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20888: win32
20889:
1.116 moko 20890: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20891: src/classes/Makefile.am, src/main/Makefile.am,
20892: src/targets/cgi/Makefile.am,
1.95 moko 20893: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20894: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20895:
1.116 moko 20896: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20897: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20898: configure, configure.in, form.txt, ident.awk, install-sh,
20899: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 ! moko 20900: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
! 20901: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 20902: etc/parser3.charsets/koi8-r.cfg,
20903: etc/parser3.charsets/windows-1250.cfg,
20904: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20905: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20906: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20907: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20908: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20909: straightened installation scripts procedure made
20910: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20911: change
20912:
20913: 2002-01-30 paf
20914:
20915: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20916: removed] those comments were a mistake, and prevented libltdl
20917: from function properly
20918:
20919: 2002-01-29 paf
20920:
1.116 moko 20921: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20922: creation [modified acinclude.m4 which were creating int into just
20923: assignment LIBTOOL=../libtool] added default system
20924: config&charsetts prepared 'make install', now it installs
20925: targets/cgi/parser3 into bin directory etc/parser3.conf &
20926: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20927: $sysconfdir/parser3.charsets respectively
20928:
20929: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20930: main/pa_globals.C: few forgotten ifdef XML added
20931:
20932: 2002-01-28 paf
20933:
1.116 moko 20934: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20935: removed
20936:
20937: * src/main/pa_exception.C: dom|generic error output fix
20938:
20939: * src/classes/xnode.C: xdoc.importNode 3 [check err]
20940:
20941: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
20942:
20943: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
20944: [fixed as_node helper func to accept docs]
20945:
20946: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
20947: xdoc.importNode 0
20948:
20949: * src/classes/xdoc.C: xdoc::set now untaints OK
20950:
20951: 2002-01-25 paf
20952:
20953: * src/main/: compile.tab.C, compile.y: #comment before @ after
20954: @SPECIAL now works OK
20955:
20956: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
20957:
20958: * src/main/pa_exec.C: max arg count now 10, and proper message on
20959: violation that added
20960:
20961: * src/classes/hash.C: unified hash::sql, now
20962: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
20963:
20964: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20965: ^file:lock[filename]{code}
20966:
20967: * src/: classes/file.C, classes/op.C, classes/string.C,
20968: classes/table.C, classes/xdoc.C, include/pa_common.h,
20969: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
20970: to some pa_common funcs
20971:
20972: * src/: include/pa_charset.h, main/pa_globals.C:
20973: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
20974:
20975: * src/: include/pa_charset.h, main/pa_charset.C,
20976: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
20977: not stupid illegal define
20978:
20979: 2002-01-24 paf
20980:
20981: * src/include/pa_version.h: changed version number
20982:
20983: * src/: classes/hashfile.C, include/pa_db_table.h,
20984: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20985: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20986: main/pa_db_connection.C, main/pa_db_table.C,
20987: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
20988: hashfile without logfiles
20989:
20990: * src/: classes/hashfile.C, include/pa_db_table.h,
20991: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
20992: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
20993: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
20994: DB_INIT_TXN init bits, thus got rid of huge log files, which
20995: cluttered disk without huge need]
20996:
20997: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
20998: handy macro, which is strangly abscent in dome lib
20999:
21000: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21001:
21002: * src/classes/xdoc.C: checked empty response
21003:
21004: * src/classes/xnode.C: xdoc.select fixed context node [were always
21005: /, not self node]
21006:
21007: * src/classes/xnode.C: xnode.select returns array always now, in
21008: case 'nothing found' returns empty array
21009:
21010: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21011: be more tender with ctrl/c/v
21012:
21013: 2002-01-23 paf
21014:
21015: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21016: substituted. // 2. when dom tree with entites goes under
21017: transform text nodes // got [erroreosly] cut on first
21018: entity occurance
21019:
21020: * src/types/pa_vdouble.h: double prec. todo: get rid of
21021: twice-converting
21022:
21023: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21024: 'e' in output this is for regretful twice-converting here:
21025: $a(double value) when they write double falue they convert it to
21026: string first, thus %g were losing precesion.
21027:
21028: todo: think up some way to remove double->string string->double
21029: twice-converting
21030:
21031: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21032: %.20E now default float format this is for regretful
21033: twice-converting here: $a(double value) when they write double
21034: falue they convert it to string first, thus %g were losing
21035: precesion.
21036:
21037: todo: think up some way to remove double->string string->double
21038: twice-converting
21039:
21040: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21041: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21042: reasons in comment inside
21043:
21044: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21045: statically linked]
21046:
21047: * src/: include/pa_exception.h, main/compile.tab.C,
21048: main/pa_exception.C: removed exception va_list constructor. 1.
21049: not needed anymore 2. there were a conflict[causing errors]
21050: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21051: never detected an ambiguilty here, compiling ctor(, "hello") into
21052: ctor(, va_list) which, of course, caused gpf
21053:
21054: * src/main/pa_globals.C: removed debug xslt messages
21055:
21056: 2002-01-22 paf
21057:
21058: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21059: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21060: helps compiling stylesheet properly. example: this refused to
21061: work, <b>«<xsl:value-of select="@title"
21062: />»</b> stranly worked only this way:
21063: <b>«<xsl:value-of select="@title" />»</b>
21064:
21065: docs says "set it to 1", never going into details, so I decided
21066: to try NOT to do that
21067:
21068: * src/classes/table.C: join behaived badly in case named tables
21069: structure mismatched: 0 strings sneaked into dest failing
21070: afterwards. replaced them with empty strings
21071:
21072: 2002-01-21 paf
21073:
21074: * src/main/pa_charset.C: checked empty transcoders in
21075: transcode_cstr|buf
21076:
21077: * src/classes/xdoc.C: xdoc::load error source = filespec
21078:
21079: * src/classes/xdoc.C: transform error source now
21080: stylesheet_filespec
21081:
1.116 moko 21082: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21083: include/pa_stylesheet_connection.h, main/pa_charset.C,
21084: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21085: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21086: gnome
1.95 moko 21087:
21088: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21089: include/pa_globals.h, include/pa_stylesheet_connection.h,
21090: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21091: xslt generic error 1
21092:
21093: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21094: xml generic message 1
21095:
21096: * src/classes/table.C: ^table::load empty lines or #comments before
21097: headline
21098:
21099: * src/: include/pa_array.h, include/pa_globals.h,
21100: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21101: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21102: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21103: errors 0
21104:
21105: 2002-01-16 paf
21106:
21107: * src/: classes/hash.C, classes/op.C, classes/string.C,
21108: classes/table.C, classes/void.C, classes/xdoc.C,
21109: include/pa_db_connection.h, include/pa_request.h,
21110: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21111: include/pa_stylesheet_connection.h,
21112: include/pa_stylesheet_manager.h, main/pa_request.C,
21113: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21114: targets/cgi/pool_storage.h: auto closers to sql_connection,
21115: stylesheet_connection auto destroyers to remaining gnome objects
21116:
21117: * src/classes/xdoc.C: few comments
21118:
21119: 2002-01-15 paf
21120:
21121: * src/classes/xdoc.C: xdoc file save string
21122:
21123: ready. todo: error handling
21124:
21125: * src/classes/xdoc.C: xdoc save rewritten using
21126: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21127: result
21128:
21129: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21130: started output options parsing
21131:
21132: 2002-01-14 paf
21133:
21134: * src/classes/xdoc.C: method
21135:
21136: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21137: include/pa_pool.h, include/pa_stylesheet_connection.h,
21138: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21139: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21140: xslt transform0. TODO: use output options handle errors
21141:
21142: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21143:
21144: 2002-01-11 paf
21145:
21146: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21147: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21148: partial logical && || evaluation
21149:
21150: * src/classes/xnode.C: xpath selectNodes
21151:
21152: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21153: string/number/bool
21154:
21155: * src/classes/xnode.C: xpath selectNode 2
21156:
21157: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21158: xpath selectNode 1
21159:
21160: 2002-01-10 paf
21161:
21162: * src/classes/xnode.C: xpath selectNode -100 [just written]
21163:
21164: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21165: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21166: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21167: refcounter]
21168:
21169: 2001-12-29 paf
21170:
21171: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21172: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21173: glib works 0
21174:
21175: 2001-12-28 paf
21176:
21177: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21178: main/pa_exception.C: started glib transcoders
21179:
21180: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21181:
21182: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21183: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21184: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21185: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21186: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21187: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21188: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21189: libs just compiled in. no refcounting no xpath no xslt yet
21190:
21191: 2001-12-27 paf
21192:
21193: * src/: include/pa_charset.h, include/pa_common.h,
21194: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21195: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21196: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21197: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21198: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21199: from xalan&xerces, started the process. globals [initialization
21200: pool [charset update charset [transcodings vxnode vxdoc [DOM
21201: calls
21202:
21203: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21204: anymore
21205:
21206: 2001-12-26 paf
21207:
21208: * src/: include/pa_charset.h, include/pa_charsets.h,
21209: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21210: key globalized [bug]
21211:
21212: 2001-12-25 paf
21213:
21214: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21215: main/pa_string.C: table set & append changed splitting languages,
21216: separators now can be clean AND as-is same to mail command line
21217: $MAIN:MAIL.progX arguments
21218:
21219: 2001-12-24 paf
21220:
21221: * src/classes/mail.C: one parted text messages - no multipart
21222: mime-type anymore. for convinient if $.attach-ments
21223:
21224: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21225: main/pa_string.C: read from cache size check updated
21226:
21227: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21228:
21229: 2001-12-21 paf
21230:
21231: * src/classes/date.C: date:sql-string now returns localtime
21232:
21233: * src/main/pa_request.C: $result in @main actually not working, to
21234: hell with it for now
21235:
21236: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21237: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21238: @postprocess @exception
21239:
21240: * src/main/execute.C: junction evaluation canceled - endless
21241: recursion detected
21242:
21243: 2001-12-19 paf
21244:
21245: * src/main/pa_charset.C: charset->charset transcoding via unicode
21246: intermediate
21247:
21248: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21249:
21250: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21251:
21252: * src/classes/op.C: ^cache keypath now relative
21253:
21254: * src/classes/mail.C: changed weighting prior to sort
21255:
21256: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21257: were missing
21258:
21259: 2001-12-17 paf
21260:
21261: * src/main/pa_charset.C: ifndef XML were bad type
21262:
21263: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21264: outdated unset services_pool
21265:
21266: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21267: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21268: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21269:
21270: * src/main/untaint.C: allowed space in filespec
21271:
21272: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21273:
21274: * src/classes/image.C: no govno
21275:
21276: * src/classes/image.C: govno
21277:
21278: 2001-12-16 paf
21279:
21280: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21281:
21282: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21283: charset_connection&manager replaced by charset&charsets
21284:
21285: * src/main/pa_charset.C: name_cstr 0
21286:
21287: * src/main/untaint.C: uri lang now knows about client/source
21288: charsets
21289:
21290: * src/: classes/file.C, classes/math.C, classes/op.C,
21291: classes/string.C, classes/table.C, classes/xdoc.C,
21292: include/pa_array.h, include/pa_cache_managers.h,
21293: include/pa_charset_connection.h, include/pa_charset_manager.h,
21294: include/pa_common.h, include/pa_db_connection.h,
21295: include/pa_db_manager.h, include/pa_db_table.h,
21296: include/pa_dictionary.h, include/pa_exception.h,
21297: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21298: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21299: include/pa_sapi.h, include/pa_socks.h,
21300: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21301: include/pa_string.h, include/pa_stylesheet_connection.h,
21302: include/pa_stylesheet_manager.h, include/pa_table.h,
21303: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21304: main/pa_charset.C, main/pa_charset_connection.C,
21305: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21306: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21307: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21308: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21309: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21310: types/types.dsp: introducing Charset
21311:
21312: 2001-12-14 paf
21313:
21314: * src/: include/pa_request.h, include/pa_transcoder.h,
21315: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21316: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21317: uri lang
21318:
21319: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21320:
21321: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21322:
21323: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21324: defalts_name global
21325:
21326: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21327: include/pa_request.h, main/main.dsp,
21328: main/pa_charset_connection.C, main/pa_charset_manager.C,
21329: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21330: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21331: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21332: changed charset model. now important: $request:charset
21333: $response:charset while $response:content-type.charset become
21334: unimportant [informational]
21335:
21336: 2001-12-13 paf
21337:
21338: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21339:
21340: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21341: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21342: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21343: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21344: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21345: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21346:
21347: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21348: auto_ptr part other way, because of stupid gcc 2.96
21349: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21350: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21351: FormatterListener] /usr/include/g++-3/memory:48:
21352: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21353: _Tp1 = FormatterListener, _Tp = FormatterListener]
21354:
21355: * src/classes/xdoc.C: removed extra inc
21356:
21357: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21358:
21359: * src/include/pa_types.h: msvc head debugging flag
21360:
21361: * src/classes/xdoc.C: freed up listener
21362:
21363: * src/classes/string.C: change msg '... code is not code'
21364:
21365: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21366: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21367: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21368: [past/future prob]
21369:
21370: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21371: include/pa_config_fixed.h, include/pa_db_manager.h,
21372: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21373: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21374:
21375: * src/: include/pa_config_fixed.h, main/pa_common.C,
21376: main/pa_string.C: removed signed mismatch warnings
21377:
21378: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21379: 'expires' from header outputs
21380:
21381: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21382: row ptr
21383:
21384: * src/classes/file.C: file::cgi bug, request_method were passed to
21385: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21386:
21387: * src/classes/xdoc.C: lang list updated
21388:
21389: 2001-12-10 paf
21390:
21391: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21392:
21393: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21394: erase files like that, knowing their full name introducing //
21395: theoretical problem with, for instance, "_2B" and "." fragments,
21396: // they would yield the same // because
21397: need_file_encode('_')=false // but we need to delete such files
21398: somehow, getting names from ^index
21399:
21400: * src/main/pa_string.C: ^string.replace bug fixed [bad
21401: string::join_chank break]
21402:
21403: 2001-12-07 paf
21404:
21405: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21406: include/pa_common.h, include/pa_config_auto.h.in,
21407: include/pa_config_fixed.h, include/pa_config_includes.h,
21408: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21409: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21410: types/pa_vhashfile.C: merged from r14_simple_cache
21411:
21412: * src/main/pa_string.C: stupid sparc architecture failed to access
21413: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21414: lduh [ %i2 + 1 ], %l0
21415:
21416: bus error, fixed that
21417:
21418: * src/main/pa_string.C: strange string deserialize bug on
21419: client[pmts], a bit shortened,
21420:
21421: * src/include/pa_config_auto.h.in: makes
21422:
21423: * src/: include/pa_common.h, include/pa_config_fixed.h,
21424: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21425: file write shared lock file read
21426:
21427: * src/: classes/op.C, include/pa_common.h,
21428: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21429:
21430: 2001-12-06 paf
21431:
21432: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21433: main/pa_request.C: #ifdef RESOURCES_DEBUG
21434:
21435: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21436: info
21437:
21438: * src/classes/hashfile.C: removed transaction from ^cache
21439:
21440: 2001-12-05 paf
21441:
21442: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21443: IIS5 there were a prob with illegal call check
21444:
21445: 2001-12-04 paf
21446:
21447: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21448: main/pa_request.C: measures to log
21449:
21450: 2001-11-23 paf
21451:
21452: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21453: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21454: types/pa_vhashfile.C: merged from _0014, 1
21455:
21456: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21457: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21458: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21459: ^cache(33) would change
21460:
21461: 0660 bits in file_write & hashfile create
21462:
21463: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21464: after pa_string optimization]
21465:
21466: 2001-11-22 paf
21467:
21468: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21469: table.offset[whence]
21470:
21471: * src/classes/op.C: process cstr(,connection)
21472:
21473: * src/classes/op.C: process now gets its body on current language,
21474: not as-is
21475:
21476: * src/main/untaint.C: ORIGINS mode removed UHTML
21477:
21478: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21479: bit
21480:
1.116 moko 21481: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21482:
21483: 2001-11-21 paf
21484:
21485: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21486: <xsl:output output options made identical to xsl:output
21487: attributes exclusion: cdata-section-elements what xalan can do
21488: but that not used now: it can escape and remove CDATA sections
21489:
21490: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21491: produced by xslt
21492:
21493: * src/targets/cgi/parser3.C: removed debug cgi||1
21494:
21495: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21496:
21497: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21498: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21499: default language for {code}, it happen to change it's language
21500: from CLEAN, so later refused to split by CLEAN \t
21501:
21502: 2001-11-20 paf
21503:
1.116 moko 21504: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21505: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21506: bottom of dependeces, so that errors would popup quicklier, fixed
21507: line numbering in table::sql
21508:
21509: 2001-11-19 paf
21510:
21511: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21512: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21513: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21514: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21515: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21516: at wcontext.write
21517:
1.116 moko 21518: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21519: _set_new_handler
21520:
1.116 moko 21521: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21522: set_new_handler in apache&isapi
1.95 moko 21523:
21524: 2001-11-16 paf
21525:
21526: * src/targets/cgi/parser3.C: pool debug @ die
21527:
21528: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21529: removed 8 bytes from String, 2 bytes from
21530: string::chunk::row::item
21531:
21532: * src/main/pa_string.C: removed 1+4 bytes from String
21533:
21534: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21535: types/pa_vstring.C: removed 1+4 bytes from String
21536:
21537: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21538: 0
21539:
21540: * src/: include/pa_globals.h, include/pa_string.h,
21541: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21542: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21543: targets/cgi/parser3.C: introducing estimating
21544: String::cstr_bufsize, 0
21545:
21546: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21547:
21548: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21549:
21550: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21551: include/pa_pool.h: die in pool::fail
21552:
21553: 2001-11-15 paf
21554:
21555: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21556: main/pa_exception.C, targets/cgi/parser3.C: exception with
21557: dynamic buffer re-back now with counter
21558:
21559: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21560: static buffer back
21561:
21562: * src/targets/cgi/parser3.C: std::
21563:
21564: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21565: include/pa_config_includes.h: setnewhandler check
21566:
1.116 moko 21567: * src/include/pa_config_auto.h.in: makes
1.95 moko 21568:
21569: * src/targets/cgi/parser3.C: set_new_handler started
21570:
21571: 2001-11-14 paf
21572:
21573: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21574: was wrong
21575:
21576: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21577: was wrong
21578:
21579: * src/main/pa_request.C: z
21580:
21581: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21582: full returns win32 -1 solaris >buffer_size
21583:
21584: checked all that
21585:
21586: * src/classes/op.C: ^untaint{body} as-is default now
21587:
21588: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21589: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21590: with no_bad_constructors_try
21591:
21592: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21593: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21594: this: $bred[^string::length[]] $bred[^response::clear[]]
21595: $bred[^int::int[]]
21596:
21597: now VObject creation moved into overriden
21598: VClass::create_new_value, thus 0 from create_new_value means that
21599: class has no ctors
21600:
21601: 2001-11-13 paf
21602:
21603: * src/classes/classes.C: returned accedently removed if in foreach
21604: callbacks [when hash no-0-restructure]
21605:
21606: 2001-11-12 paf
21607:
21608: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21609: passed as-is to method, xalan makes & into & itself
21610:
21611: * src/classes/date.C: date.roll parser2 alg used
21612:
21613: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21614: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21615: main/pa_dictionary.C, main/pa_hash.C,
21616: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21617: now does not containt 0 values. put 0 actullay removes. no check
21618: on 0 value in foreach now required
21619:
21620: 2001-11-11 paf
21621:
21622: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21623:
21624: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21625:
21626: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21627: driver initialize not const
21628:
21629: 2001-11-10 paf
21630:
21631: * src/main/pa_exec.C: doc
21632:
21633: 2001-11-09 paf
21634:
21635: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21636: param properly
21637:
21638: * src/classes/string.C: string.save now does untainting before
21639: saving
21640:
21641: * src/main/pa_common.C: line endings fixing fixed last piece[was
21642: still cstr oriented]
21643:
21644: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21645: line endings fixing got rid of cstr, now must work ok with post
21646: multipart
21647:
21648: * src/types/pa_vform.C: line endings fixed at post / multipart /
21649: not file also now
21650:
21651: 2001-11-08 paf
21652:
21653: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21654: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21655: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21656: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21657: main/pa_stylesheet_manager.C: restructured Cache manager to be
21658: simple parent, not second parent [gcc 2.96 strangly refused to
21659: call virtual from second parent]
21660:
1.116 moko 21661: * src/: include/pa_common.h, main/Makefile.am,
21662: targets/cgi/pa_pool.C: makes
1.95 moko 21663:
21664: * src/: include/pa_request.h, main/pa_request.C,
21665: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21666: 'status' class enabler
21667:
21668: <Location /parser-status.html> ParserStatusAllowed </Location>
21669:
21670: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21671: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21672: include/pa_stylesheet_manager.h, main/main.dsp,
21673: main/pa_cache_managers.C, main/pa_charset_manager.C,
21674: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21675: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21676: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21677: todo: apache 'status' class enabler
21678:
21679: 2001-11-05 paf
21680:
21681: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21682: debug to normal
21683:
21684: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21685: hence i removed skipping 0 values in hash::for_each-es we need to
21686: check cleaned cache items manually. few more checks.
21687:
21688: expiring to 0 time was wrong, changed to 'now' time
21689:
21690: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21691: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21692: on apache already done :)
21693:
21694: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21695: skipping 0 values in hash::for_each-es we need to check cleaned
21696: cache items manually
21697:
21698: * src/main/: pa_db_connection.C, pa_db_table.C:
21699: parser_multithreaded check was wrong
21700:
21701: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21702: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21703: classes/hashfile.C, classes/image.C, classes/int.C,
21704: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21705: classes/string.C, classes/table.C, classes/void.C,
21706: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21707: include/pa_array.h, include/pa_charset_connection.h,
21708: include/pa_charset_manager.h, include/pa_common.h,
21709: include/pa_config_fixed.h, include/pa_config_includes.h,
21710: include/pa_db_connection.h, include/pa_db_manager.h,
21711: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21712: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21713: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21714: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21715: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21716: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21717: include/pa_stack.h, include/pa_string.h,
21718: include/pa_stylesheet_connection.h,
21719: include/pa_stylesheet_manager.h, include/pa_table.h,
21720: include/pa_threads.h, include/pa_types.h, main/compile.C,
21721: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21722: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21723: main/pa_charset_manager.C, main/pa_common.C,
21724: main/pa_db_connection.C, main/pa_db_manager.C,
21725: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21726: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21727: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21728: main/pa_socks.C, main/pa_sql_driver_manager.C,
21729: main/pa_status_provider.C, main/pa_string.C,
21730: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21731: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21732: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21733: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21734: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21735: targets/isapi/pool_storage.h, types/pa_valiased.C,
21736: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21737: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21738: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21739: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21740: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21741: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21742: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21743: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21744: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21745: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21746: types/pa_vstateless_object.h, types/pa_vstatus.h,
21747: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21748: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21749: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21750: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21751: $status:db fixed used not initialized in db_connection & db_table
21752:
21753: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21754: $status:charset
21755:
21756: * src/: classes/xdoc.C, include/pa_db_connection.h,
21757: include/pa_stylesheet_connection.h,
21758: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21759: types/pa_vstatus.h: $status:stylesheet
21760:
21761: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21762: include/pa_request.h, include/pa_sql_connection.h,
21763: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21764: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21765: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21766: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21767: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21768: types/pa_vxnode.C, types/types.dsp: started status parser class
21769:
21770: 2001-11-01 paf
21771:
21772: * src/include/pa_config_auto.h.in: makes
21773:
21774: * src/main/pa_hash.C: removed old extra include
21775:
21776: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21777: checks [for hp, there are such in math.h]
21778:
21779: * src/classes/op.C: ^for endless loop check strightened
21780:
21781: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21782: behavior in native calls. it left unchanged, so ^for ^foreach &
21783: co can use r.root to write their i & key,value there
21784:
21785: * src/classes/op.C: detected for var storage bug, fixed.
21786: todo:foreach
21787:
21788: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21789: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21790: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21791: changing of hash inside of foreach
21792:
21793: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21794: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21795: were hash.foreach
21796:
21797: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21798: types/pa_vstring.C, types/pa_vstring.h:
21799: ^foreach[key|value]{body}[[separator]|{separator}]
21800:
21801: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21802: types/pa_vcookie.C: ^hash.delete[key]
21803:
21804: 2001-10-31 paf
21805:
21806: * src/main/: compile.C, pa_common.C: completely empty file now
21807: considered "read", not ignored [not perfect trick used]
21808:
21809: * src/main/pa_common.C: simplier common ifdefs
21810:
21811: * src/main/pa_common.C: typing bug in common - bad ifdeff
21812:
21813: * src/main/pa_db_connection.C: z
21814:
21815: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21816: lockdetector flags
21817: dbenv.lk_detect=DB_LOCK_RANDOM;
21818:
21819: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21820: from accidental show [imagine user forgot @exception]
21821:
21822: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21823:
21824: * src/: classes/file.C, classes/image.C, classes/mail.C,
21825: classes/string.C, classes/xnode.C, include/pa_common.h,
21826: main/pa_common.C: ^string.save[[append;]path]
21827:
21828: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21829: main/execute.C: \ in expression: int divide 10/3=3
21830:
21831: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21832: inside of ^cache
21833:
21834: * src/: include/pa_threads.h, main/pa_db_connection.C,
21835: main/pa_db_table.C, targets/cgi/pa_threads.C,
21836: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21837: needed
21838:
21839: 2001-10-30 paf
21840:
21841: * src/: classes/classes.dsp, main/main.dsp,
21842: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21843: types/types.dsp: enabled debug incremental compile
21844:
21845: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21846: form post data line endings not reformatted now.
21847:
21848: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21849: now required [had bug when file= has no value]
21850:
21851: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21852: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21853: cstr(asis) default param removed
21854:
21855: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21856:
21857: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21858:
21859: * src/include/pa_dir.h: LOAD_DIR fixed
21860:
21861: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21862: was broken} fix_line_breaks
21863:
21864: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21865: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21866: packed with #pragma pack
21867:
1.116 moko 21868: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21869:
21870: 2001-10-29 paf
21871:
21872: * src/types/pa_wcontext.h: bitfield syntax stricter
21873:
21874: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21875: string hash.puts
21876:
21877: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21878:
21879: * src/include/pa_sql_connection.h: there were one wrong
21880: SQL_CONNECTION_FUNC_GUARDED [failed]
21881:
21882: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21883: param.someday either ifdef or remove it
21884:
21885: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21886:
21887: * src/main/untaint.C: optimizing returned after debugging
21888:
21889: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21890: main/untaint.C: memory hunging #pragma pack(1)
21891:
21892: 16 419 844 13 169 394
21893:
21894: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21895: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21896: places [todo:Array]
21897:
21898: * src/: main/execute.C, targets/cgi/pa_pool.C,
21899: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21900: types/pa_wwrapper.h: debugging memory WContext flags to bits
21901:
21902: total 5 652 652/158731 total 5 469 332/158731
21903:
21904: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21905: Array:: without cache in get/put now
21906:
21907: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21908: 18:25:27 2001] total 5 652 652/158731
21909:
21910: * src/: include/pa_string.h, main/pa_string.C,
21911: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21912: now
21913:
21914: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21915: 18:11:53 2001] total 5796092/158731
21916:
21917: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21918: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21919: key ref now
21920:
21921: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21922: 17:11:17 2001] total 16867948/202658
21923:
21924: * src/: classes/file.C, classes/image.C, classes/string.C,
21925: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21926: main/execute.C, main/pa_array.C, main/pa_common.C,
21927: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21928: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21929: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21930: string::as_int/double now usually uses stack, not heap [200K out
21931: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21932:
21933: * src/main/pa_sql_driver_manager.C: ping to have services [old
21934: hiding bug]
21935:
21936: * src/Makefile.am: .am order
21937:
21938: * src/: include/pa_array.h, include/pa_charset_manager.h,
21939: include/pa_db_connection.h, include/pa_db_manager.h,
21940: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
21941: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21942: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
21943: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
21944: required "friend class"
21945:
21946: ../include/pa_request.h:51: friend declaration requires
21947: class-key, i.e. `friend class Temp_lang'
21948:
21949: * src/: include/pa_exception.h, include/pa_sql_connection.h,
21950: main/pa_exception.C, main/pa_sql_driver_manager.C,
21951: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
21952:
21953: the idea is to #1 jump to C++ some function to main body, where
21954: every function stack frame has exception unwind information and
21955: from there... #2 propagate_exception()
21956:
21957: 2001-10-28 paf
21958:
21959: * src/main/pa_db_connection.C: removed old consts
21960:
21961: * src/main/pa_db_connection.C: expire table [was accidently pasted
21962: with wrong type/cast]
21963:
21964: * src/main/: pa_db_connection.C, pa_db_table.C: exception
21965: translation
21966:
1.116 moko 21967: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 21968: remember to build DB2 with -fexceptions!!!
21969:
21970: * src/main/pa_db_table.C: DB_RMW defed
21971:
21972: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
21973: include/pa_db_connection.h, include/pa_db_manager.h,
21974: include/pa_db_table.h, main/pa_db_connection.C,
21975: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
21976:
21977: 2001-10-27 paf
21978:
21979: * src/: classes/hashfile.C, include/pa_db_connection.h,
21980: include/pa_db_table.h, main/pa_db_connection.C,
21981: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
21982: types/pa_vhashfile.C: DB2 ifdefs
21983:
1.116 moko 21984: * src/: classes/Makefile.am, include/pa_config_fixed.h,
21985: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 21986: makes with DB2
21987:
1.116 moko 21988: * src/: include/pa_config_auto.h.in, main/Makefile.am,
21989: types/Makefile.am: makes db
1.95 moko 21990:
21991: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
21992: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
21993: globals.C
21994:
21995: * src/: classes/hashfile.C, include/pa_db_connection.h,
21996: include/pa_db_table.h, main/pa_db_connection.C,
21997: main/pa_db_table.C: ^hashfile.clear[]
21998:
21999: * src/classes/classes.awk: no $ in var names
22000:
22001: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22002: connection&table [forgotten calls]
22003:
22004: 2001-10-26 paf
22005:
22006: * src/main/pa_db_connection.C: db checkpoints
22007:
22008: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22009: checkpoints
22010:
22011: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22012: default. but entities still reparsed. todo: tothink
22013:
22014: * src/main/pa_db_connection.C: db recover mech 2
22015:
22016: * src/: classes/hashfile.C, include/pa_db_connection.h,
22017: include/pa_db_manager.h, include/pa_db_table.h,
22018: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22019: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22020: types/pa_vhashfile.h: db connections & tables now cached at
22021: create time & multithreaded
22022:
22023: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22024: parsed_source
22025:
22026: * src/main/pa_db_connection.C: about to remove connection from
22027: vhashfile
22028:
22029: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22030: transaction commit/rollback responsibility left to parent [as it
22031: sould - else there were a bug with double free]
22032:
22033: * src/include/pa_db_table.h: db: child transaction commit/rollback
22034: responsibility left to parent [as it sould - else there were a
22035: bug with double free]
22036:
22037: 2001-10-25 paf
22038:
22039: * src/: classes/hashfile.C, include/pa_common.h,
22040: include/pa_db_connection.h, include/pa_db_manager.h,
22041: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22042: types/pa_vhashfile.C, types/pa_vhashfile.h,
22043: include/pa_db_table.h, main/pa_db_table.C: started db_home
22044: [multiple, cached] todo: autorecover [tried, but not succeded,
22045: yet]
22046:
22047: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22048:
22049: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22050: transaction parent passed
22051:
22052: 2001-10-24 parser
22053:
1.116 moko 22054: * src/classes/Makefile.am: makes
1.95 moko 22055:
22056: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22057: isapi/pool_storage.h: pool_storage fixed
22058:
22059: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22060: types/pa_vform.h: form fix_line_breaks
22061:
1.116 moko 22062: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22063:
22064: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22065: targets/cgi/pool_storage.h: makes
22066:
22067: * src/sql/pa_sql_driver.h: version
22068:
22069: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22070: types/pa_vform.C, types/pa_vform.h: .am
22071:
22072: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22073: this: DB_RMW Acquire write locks instead of read locks when doing
22074: the retrieval. Setting this flag may decrease the likelihood of
22075: deadlock during a read-modify-write cycle by immediately
22076: acquiring the write lock during the read part of the cycle so
22077: that another thread of control acquiring a read lock for the same
22078: item, in its own read-modify-write cycle, will not result in
22079: deadlock
22080:
22081: * src/targets/isapi/parser3isapi.dsp: doc
22082:
22083: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22084:
22085: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22086:
22087: * src/: classes/hashfile.C, include/pa_db_connection.h,
22088: main/pa_db_connection.C: hashfile expired deleted from db when
22089: get & iterate
22090:
22091: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22092: expiring 1
22093:
22094: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22095:
22096: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22097: db_connection not bothers with key when not returning expired
22098: data
22099:
22100: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22101: types/pa_vhashfile.C: db_cursor constructor public now
22102:
22103: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22104: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22105: stamped, todo: put_element analize
22106:
22107: * src/: include/pa_db_connection.h, include/pa_string.h,
22108: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22109: serialize. todo stamp
22110:
22111: 2001-10-23 parser
22112:
22113: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22114: classes/image.C, classes/mail.C, classes/response.C,
22115: classes/string.C, classes/table.C, classes/xdoc.C,
22116: include/pa_config_fixed.h, include/pa_db_connection.h,
22117: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22118: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22119: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22120: types/pa_vtable.C: ^hashfile.hash[]
22121:
22122: * src/: classes/hashfile.C, classes/xdoc.C,
22123: include/pa_config_fixed.h, main/pa_db_manager.C,
22124: main/pa_globals.C: ifdefs so it compiled without db
22125:
22126: * src/: classes/hashfile.C, include/pa_db_connection.h,
22127: include/pa_db_manager.h, main/pa_db_connection.C,
22128: main/pa_db_manager.C, types/pa_vhashfile.h:
22129: ^hashfile.transaction{code} ^hashfile:clear[filename]
22130: ^hashfile.delete[key]
22131:
22132: 2001-10-22 parser
22133:
22134: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22135: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22136:
22137: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22138: classes/xnode.C, include/pa_charset_connection.h,
22139: include/pa_db_connection.h, include/pa_db_manager.h,
22140: include/pa_exception.h, include/pa_sapi.h,
22141: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22142: include/pa_stylesheet_connection.h,
22143: include/pa_stylesheet_manager.h,
22144: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22145: main/pa_db_connection.C, main/pa_db_manager.C,
22146: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22147: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22148: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22149: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22150: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22151: types/types.dsp: hashfile 0
22152:
22153: * src/types/pa_vhashfile.C: z
22154:
22155: * src/: classes/classes.dsp, classes/hashfile.C,
22156: include/pa_config_fixed.h, main/execute.C,
22157: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22158: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22159:
22160: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22161:
22162: * src/: include/pa_exception.h, include/pa_request.h,
22163: main/execute.C, main/pa_exception.C, main/pa_request.C,
22164: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22165: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22166:
22167: 2001-10-19 parser
22168:
22169: * src/include/pa_pool.h: header
22170:
22171: * src/main/pa_pool.C: auto compiled on gcc
22172:
22173: * src/classes/image.C: comment
22174:
1.116 moko 22175: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22176:
22177: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22178: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22179: types/pa_vxnode.h: xnode clone got freed
22180:
22181: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22182: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22183: can free up xalandomstring resulting from pool::transcode
22184:
22185: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22186: include/pa_config_fixed.h, include/pa_exception.h,
22187: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22188: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22189: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22190: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22191: from non-xml compile
22192:
22193: * src/main/pa_request.C: pool:: context - get_context
22194:
22195: * src/: classes/classes.h, classes/date.C, classes/double.C,
22196: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22197: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22198: classes/string.C, classes/table.C, classes/void.C,
22199: include/pa_config_fixed.h, include/pa_exception.h,
22200: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22201: main/compile.C, main/compile_tools.C, main/execute.C,
22202: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22203: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22204: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22205: main/pa_string.C, main/pa_table.C, main/untaint.C,
22206: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22207: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22208: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22209: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22210: types/pa_vstateless_class.h, types/pa_vtable.C,
22211: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22212: exceptions 0
22213:
22214: * src/classes/classes.awk: $ removed
22215:
22216: 2001-10-18 parser
22217:
22218: * src/types/pa_vcookie.C: cookie:CLASS
22219:
22220: * src/main/main.dsp: project
22221:
22222: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22223: set_document & ctor question "who owns document" solved
22224:
22225: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22226:
22227: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22228: main/pa_pool.C: encoding in dom creating funcs
22229:
22230: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22231: be transformed now
22232:
22233: * src/classes/xdoc.C: dom created by create can be transformed now
22234:
22235: * src/classes/xdoc.C: z
22236:
22237: * src/classes/xdoc.C: comment
22238:
22239: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22240: create now uses XercesDocumentBridge, appendChild&co now works
22241:
22242: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22243: @ recompile
22244:
22245: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22246: $origin @exception[
22247:
22248: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22249: tag names forced to XML lang
22250:
22251: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22252: leechy-found bugs in code&doc fixed
22253:
22254: 2001-10-17 parser
22255:
22256: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22257: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22258: n functionality preserved
22259:
22260: * src/types/pa_vimage.h: removed unused vimage::save
22261:
22262: 2001-10-16 parser
22263:
22264: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22265:
22266: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22267:
22268: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22269:
22270: * src/classes/image.C: image.copy tolerance
22271:
22272: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22273: ineffective, but works for small paleted image
22274:
22275: * src/types/pa_vimage.C: comment
22276:
22277: * src/classes/image.C: gd size/resize bugfix
22278:
22279: * src/: classes/classes.dsp, main/main.dsp,
22280: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22281: types/types.dsp: ident >nul 2>&1
22282:
22283: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22284: systems
22285:
22286: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22287: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22288:
22289: 2001-10-15 parser
22290:
22291: * src/main/execute.C: z
22292:
22293: * src/classes/: xdoc.C: !::create{qualifiedName}
22294:
22295: * src/types/pa_vxnode.C: document_type_node.
22296: !readonly attribute DOMString name
22297: !notation_node.
22298: !readonly attribute DOMString publicId
22299: !readonly attribute DOMString systemId
22300:
1.116 moko 22301: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22302: ::write badly passed string too transparently [failed to
22303: intercept it]
1.95 moko 22304:
22305: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22306: include/pa_request.h, main/pa_sql_driver_manager.C,
22307: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22308: types/pa_vxnode.h: DOM1 major addtion, only few
22309: attributes/methods left
22310:
22311: 2001-10-13 parser
22312:
22313: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22314: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22315: in main handler
22316:
22317: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22318: cleanups & frees order
22319:
22320: * src/types/pa_vcode_frame.h: couple comments
22321:
22322: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22323: transparent enough to handle hash if creation&passing
22324:
22325: * src/: include/pa_config_fixed.h, main/execute.C,
22326: main/pa_exception.C: noticed that vcodeframe not transparent
22327: enough, would change now
22328:
22329: 2001-10-12 parser
22330:
22331: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22332: fixed. initialization&free on each thread!
22333:
22334: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22335: handling changed: now type of default param analized always, not
22336: only at problem time, thus helping early problem spotting
22337:
22338: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22339: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22340: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22341: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22342: multithread bug fixed. initialization&free on each thread!
22343:
22344: 2001-10-11 parser
22345:
22346: * src/classes/xnode.C: xnode.selectSingle now
22347:
22348: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22349: include/pa_pool.h, include/pa_stylesheet_connection.h,
22350: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22351: convertors out of Pool into Exception
22352:
22353: * src/main/pa_string.C: const
22354:
22355: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22356: linked pieces of same language together prior to String::replace
22357:
22358: * src/classes/hash.C: !^hash.add[addme]
22359: !^hash.sub[subme]
22360: !^a.union[b] = new
22361: !^a.intersection[b] = new
22362: !^a.intersects[b] = bool
22363:
22364: * src/classes/hash.C: !^hash::append[append_from]
22365:
22366: * src/: classes/hash.C, types/pa_vhash.h:
22367: !^hash::create[[copy_from]]
22368:
22369: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22370: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22371: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22372: fixed. got rid of empty_string, which caused errors - it hasnt
22373: exception but somebody[value.bark] tried to throw it on it's pool
22374:
1.116 moko 22375: * src/include/pa_config_auto.h.in: makes
1.95 moko 22376:
22377: 2001-10-10 parser
22378:
22379: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22380:
22381: * src/main/: compile.tab.C, compile.y: ^a[
22382:
22383: @next_method << now unclosed ] would be reported here
22384:
22385: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22386: compile error
22387:
22388: 2001-10-09 parser
22389:
1.116 moko 22390: * src/: classes/Makefile.am, main/Makefile.am,
22391: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22392:
22393: * src/classes/Makefile.am: makes
22394:
22395: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22396: win32 errors intercepted [xalan transformer patched and
22397: incorporated]
22398:
22399: * src/: classes/classes.dsp, classes/xdoc.C,
22400: include/pa_stylesheet_connection.h, main/main.dsp,
22401: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22402: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22403: patches starting
22404:
22405: * src/classes/: string.C, table.C: ^string.save[file]
22406:
22407: * src/classes/: date.C, table.C: calendar moved to date
22408:
22409: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22410: string/table] now
22411:
22412: * src/classes/: op.C, table.C: z
22413:
22414: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22415: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22416: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22417: be code [be string..]
22418:
22419: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22420: table.C: lots of
22421: params->as_int/double/as_string/as_junction/as_no_junction
22422: messages added
22423:
22424: 2001-10-08 parser
22425:
22426: * src/: classes/date.C, classes/image.C, classes/string.C,
22427: classes/table.C, classes/void.C, include/pa_request.h:
22428: params->as_int/double message added
22429:
22430: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22431:
22432: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22433: image:sector removed image:html internal "line-*" attribs
22434:
22435: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22436: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22437:
22438: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22439: way
22440:
22441: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22442: main/untaint.C: header untainting to UL_HTTP_HEADER,
22443: UL_MAIL_HEADER made nonforced [only tainted pieces]
22444:
22445: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22446: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22447: @ SAPI::log
22448:
22449: * src/main/untaint.C: \r to ' ' in origins mode
22450:
22451: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22452: set]
22453:
22454: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22455: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22456: nonstandard liaison freed up
22457:
22458: 2001-10-07 parser
22459:
22460: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22461: project
22462:
22463: 2001-10-05 parser
22464:
22465: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22466: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22467: from outputing to cerr. lots of "todos"
22468:
22469: * src/main/untaint.C: http_header tainting more gentle with
22470: enquoting now
22471:
22472: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22473: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22474: xml errorhandler. fixed string.replace a little, read @test
22475:
22476: * src/main/pa_string.C: found replace bug - first_that_starts(char
22477: *) does not have limit, and looks further eos, fixing....
22478:
22479: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22480:
22481: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22482:
22483: * src/main/: pa_charset_connection.C: ctype another mem clear
22484: bugfix
22485:
1.116 moko 22486: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22487: $result[^[$p^]z] now works fine
1.95 moko 22488:
22489: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22490: wrong. fixed it
22491:
22492: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22493: of totable appered to be vital
22494:
22495: 2001-10-04 parser
22496:
22497: * src/classes/image.C: ^image.length[text]
22498:
22499: 2001-10-03 parser
22500:
22501: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22502:
22503: * src/main/pa_request.C: restored pcre defaulting in request
22504: [mindlessly "optimized" yesterday] comment left
22505:
22506: 2001-10-02 parser
22507:
22508: * src/: main/pa_charset_manager.C,
22509: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22510: needed
22511:
22512: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22513: forgot non-xml pool.*charset needed
22514:
22515: * src/classes/table.C: # config comments fixed
22516:
22517: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22518: charset_connection #comment now
22519:
22520: * src/: classes/classes.dsp, types/types.dsp: release projects
22521: options fixed to use release msvcrt lib
22522:
22523: * src/main/pa_charset_connection.C: pcre tables now const inside
22524: removed default - pcre handles that internally fixed bug on
22525: not-cleaning tables [previously was calloced, now member]
22526:
22527: * src/: include/pa_request.h, main/pa_charset_connection.C,
22528: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22529: inside removed default - pcre handles that internally fixed bug
22530: on not-cleaning tables [previously was calloced, now member]
22531:
22532: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22533: tested charset reload on file change @ apache version = OK tested
22534: freeing up prev encoding on adding new = OK
22535:
22536: 2001-10-01 parser
22537:
22538: * src/main/pa_charset_connection.C: removed entitify external hack
22539: [internal installed]
22540:
1.116 moko 22541: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22542:
22543: * src/: include/pa_charset_connection.h,
22544: include/pa_charset_manager.h,
22545: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22546: main/pa_charset_connection.C, main/pa_charset_manager.C,
22547: main/pa_request.C: charset loading & caching mech 0
22548:
22549: * src/: include/pa_stylesheet_connection.h,
22550: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22551: main/pa_globals.C, main/pa_request.C: would make charset loading
22552: & caching mech now
22553:
22554: 2001-09-30 parser
22555:
22556: * src/main/pa_request.C: forgot to fill toTable
22557:
22558: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22559: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22560: failed on win32 for now..
22561:
22562: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22563: now charsets table configuration variable is: CHARSETS
22564:
22565: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22566: ctype with unicode 1. todo: no П entities on output somehow
22567:
22568: * src/: classes/file.C, classes/op.C, classes/string.C,
22569: include/pa_request.h, main/pa_request.C: started ctype with
22570: unicode values
22571:
22572: 2001-09-28 parser
22573:
22574: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22575: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22576: string passed AS-IS now
22577:
22578: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22579: way of user-configuring... todo: implement
22580:
22581: 2001-09-27 parser
22582:
22583: * src/classes/table.C: table.sort changed to sort table itself
22584:
22585: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22586: X^.getElementsByTagName[tagname] = array of xnode
22587: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22588: nodes removed - regretfully not supported @ xalan. maybe someday
22589: would reimplement, if needed.
22590:
22591: win32build system: solved long waiting anti-non-started-apache
22592: problem
22593:
22594: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22595: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22596: types/types.dsp: win32 ident make system so not to rebuild
22597: library [ident.C.new]
22598:
22599: 2001-09-26 parser
22600:
22601: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22602: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22603: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22604: types/pa_vxnode.C, types/types.dsp: z
22605:
22606: * src/classes/classes.C: forgot one non-xml check
22607:
1.116 moko 22608: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22609: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22610:
22611: * src/targets/cgi/parser3.C: z
22612:
22613: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22614: targets/isapi/parser3isapi.C: #ifdef SMTP
22615:
22616: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22617: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22618: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22619: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22620: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22621: types/types.dsp: xdoc&xnode now
22622:
22623: * src/: classes/classes.C, classes/classes.awk,
22624: classes/classes.dsp, classes/classes.h, classes/date.C,
22625: classes/dnode.C, classes/dnode.h, classes/dom.C,
22626: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22627: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22628: classes/op.C, classes/response.C, classes/string.C,
22629: classes/table.C, classes/void.C, include/pa_array.h,
22630: include/pa_common.h, include/pa_config_fixed.h,
22631: include/pa_config_includes.h, include/pa_dictionary.h,
22632: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22633: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22634: include/pa_socks.h, include/pa_sql_connection.h,
22635: include/pa_sql_driver_manager.h, include/pa_stack.h,
22636: include/pa_string.h, include/pa_stylesheet_connection.h,
22637: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22638: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22639: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22640: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22641: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22642: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22643: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22644: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22645: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22646: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22647: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22648: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22649: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22650: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22651: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22652: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22653: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22654: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22655: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22656: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22657: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22658: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22659: types/pa_vmethod_frame.h, types/pa_vobject.h,
22660: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22661: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22662: types/pa_vstateless_object.h, types/pa_vstring.C,
22663: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22664: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22665: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22666: main.dsp splitted to main+classes+types along to .am
22667:
22668: * src/classes/Makefile.am: removed useless var
22669:
22670: * src/: classes/classes.cmd, main/main.dsp,
22671: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22672: main.dsp
22673:
22674: 2001-09-25 parser
22675:
22676: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22677: 1251 though, todo ICU
22678:
1.116 moko 22679: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22680: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22681: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22682: types/pa_vdom.h: xml configure makes
1.95 moko 22683:
22684: 2001-09-24 parser
22685:
1.116 moko 22686: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22687: types/Makefile.am: makes
1.95 moko 22688:
1.116 moko 22689: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22690:
22691: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22692: started unix makes update
22693:
22694: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22695: started unix makes update
22696:
22697: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22698:
22699: * src/types/pa_value.h: z
22700:
22701: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22702: bugs with usinge hash/table in expressions
22703:
22704: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22705: resolved conflicts fixed [const]
22706:
22707: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22708: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22709: main/compile.C, main/compile.tab.C, main/compile.y,
22710: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22711: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22712: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22713: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22714: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22715: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22716: with before_xml [merge2 actually didn't happen - i've created
22717: tags on wrong branch. so this merge is in fact re-merge]
22718:
22719: 2001-09-21 parser
22720:
22721: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22722: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22723: produced "" in make file and sadly wrong interpreted on load]
22724:
1.116 moko 22725: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22726: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22727: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22728: include/pa_sql_driver_manager.h, include/pa_string.h,
22729: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22730: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22731: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22732:
22733: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22734: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22735: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22736: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22737: main/pa_pool.C, main/pa_request.C,
22738: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22739: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22740: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22741: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22742: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22743: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22744: types/pa_vrequest.C, types/pa_vresponse.h,
22745: types/pa_vstateless_class.C, types/pa_vstring.C,
22746: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22747: created new projects for sql drivers [planning to remove sql
22748: drivers from main cvs project] first, will join latest changes
22749:
22750: * src/classes/: dom.C: defaulted dom writing methods encoding to
22751: pool.get_charset
22752:
22753: * src/classes/dom.C: defaulted dom writing methods encoding to
22754: pool.get_charset
22755:
22756: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22757: pool.get_charset
22758:
22759: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22760: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22761: methods encoding to pool.get_charset
22762:
22763: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22764: transcoder were created right "unsupported encoding" message.
22765: not @ set time, but @ use time, so until xml output functions
22766: .string, .file, .save used - no encoding name check occur
22767:
22768: reduced transcode buffer size to 60 fixed pool cleanup - no
22769: registration needed, pools are officially destructured
22770:
22771: 2001-09-20 parser
22772:
22773: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22774:
22775: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22776: $MAIN:DEFAULTS.content-type[$.charset[here]]
22777:
22778: * src/: classes/dnode.C, classes/dom.C,
22779: include/pa_config_includes.h, include/pa_globals.h,
22780: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22781: main/pa_pool.C, targets/cgi/parser3.dsp,
22782: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22783: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22784: Pool::transcode 0
22785:
22786: * src/classes/dom.C: dom. string save file moved output xml options
22787: to last param and made it optional
22788:
22789: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22790: dnodes
22791: !$attributenode.specified = boolean
22792: true if the attribute received its value explicitly
22793: in the XML document,
22794: or if a value was assigned programatically with the
22795: setValue function.
22796: false if the attribute value came from the default value
22797: declared in the document's DTD.
22798: !$pinode.target = target of this processing instruction
22799: XML defines this as being the first token following the
22800: markup
22801: that begins the processing instruction.
22802: XPath:
22803: !^node.select[xpath/query/expression] = hash of 0->node0
22804: 1->node1
22805: !^node.select-single[xpath/query/expression] = first node if
22806: any
22807:
22808: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22809: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22810: some 'const's added
22811:
22812: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22813: expression context now, there value = size and boolean value
22814: size!=0
22815:
22816: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22817: can be used in expression context now, there value = size and
22818: boolean value size!=0
22819:
22820: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22821: types/pa_vstring.h: dnode .file .string .save moved back to dom
22822: due to strange xalan bug
22823:
22824: 2001-09-18 parser
22825:
22826: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22827: classes/image.C, classes/op.C, classes/table.C,
22828: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22829: include/pa_sql_driver_manager.h, main/compile.C,
22830: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22831: main/execute.C, main/pa_common.C, main/pa_request.C,
22832: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22833: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22834: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22835: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22836: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22837: before_xml branch ^if(def $hash) now true only when
22838: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22839:
22840: * src/: classes/op.C, main/execute.C: operators self changed to
22841: root ^for variable context changed to self
22842:
22843: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22844: dnode 1
22845:
22846: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22847: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22848:
22849: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22850: poly* fixed
22851:
22852: 2001-09-17 parser
22853:
22854: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22855: types/pa_vdom.h: started dnode+dom
22856:
22857: dnode DOM methods: $node.name $node.value
22858: ...others...
22859:
22860: ^node.xpath[/rates/USD] = hash
22861: $hash[
22862: $.0[node0]
22863: $.1[node1]
22864: ]
22865:
22866: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22867: applies to all linear primitives
22868:
22869: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22870: include/pa_stylesheet_connection.h, main/main.dsp,
22871: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22872: types/pa_vimage.h: started dnode DOM: $node.name
22873: $node.value ...others... ^node.xpath[/rates/USD] = hash
22874: dom(dnode)
22875:
22876: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22877: main/compile.y, main/compile_tools.h, main/execute.C,
22878: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22879: in expression compound($aa.zz.xx) names now can have minus '-' in
22880: name after '.'
22881:
22882: 2001-09-15 parser
22883:
22884: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22885: image: $line-width ^line(...)[**** style]
22886:
22887: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22888: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22889: pool_storage - cleanups first, allocations second. apache wisely
22890: does just like that
22891:
22892: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22893: rewritten using template, no bugs now
22894:
22895: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22896: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22897: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22898: poorly started isapi pool_storage, would rewrite using template
22899: now
22900:
22901: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22902: include/pa_stylesheet_connection.h, main/main.dsp,
22903: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22904: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22905: xalan objects freed up [introducing Pool::register_cleanup]
22906:
22907: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22908: comments
22909:
22910: 2001-09-14 parser
22911:
22912: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22913: z
22914:
22915: * src/: classes/dom.C, classes/file.C, classes/image.C,
22916: classes/mail.C, include/pa_common.h,
22917: include/pa_sql_driver_manager.h, include/pa_string.h,
22918: include/pa_stylesheet_connection.h,
22919: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22920: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22921: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22922: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22923: compiled&cached
22924:
22925: 2001-09-13 parser
22926:
22927: * src/: classes/dom.C, classes/file.C, classes/image.C,
22928: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22929:
22930: * src/classes/dom.C: dom:file content-type(.method)
22931:
22932: * src/: include/pa_common.h, include/pa_globals.h,
22933: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22934: string now more informative error messages
22935:
22936: * src/: include/pa_globals.h, include/pa_request.h,
22937: main/pa_request.C, targets/cgi/parser3.C,
22938: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
22939: ParserSiteConfig .../parser3.conf
22940:
22941: cgi&isapi looks for {configure|c:\windows}/parser3.conf
22942:
22943: 2001-09-12 parser
22944:
22945: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22946: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
22947: precise error reporting: "connection string must start with
22948: protocol://" now
22949:
22950: * src/main/compile.tab.C: fixed - subname code parts actually []
22951: braced
22952:
22953: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
22954: lexer on LS_USER level did [] matching without setting nestage,
22955: introduced special LS_NAME_SQUARE_PART state
22956:
22957: 2001-09-11 parser
22958:
22959: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
22960: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
22961: languages+=xml
22962:
22963: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
22964:
22965: * src/classes/dom.C: ^dom:save/string/file[output options] output
22966: options: $.method[xml|html|text] detection fixed
22967:
22968: * src/types/pa_vdom.h: messages
22969:
22970: * src/classes/dom.C: ^dom:save/string/file[output options] output
22971: options: $.method[xml|html|text] detection fixed
22972:
22973: 2001-09-10 parser
22974:
22975: * src/classes/dom.C: ^dom:save/string/file[output options] output
22976: options: $.method[xml|html|text] $.encoding[windows-1251|...]
22977:
22978: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
22979: added]
22980:
22981: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22982: ^dom.xslt[stylesheet filename] 0
22983:
22984: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22985: ^dom.xslt[stylesheet filename] -1 doc is lying
22986:
22987: * src/classes/dom.C: ^dom.file[encoding] = file
22988:
22989: * src/classes/: dom.C: ^dom.string[encoding] 1
22990: ^dom.save[encoding;filename]
22991:
22992: * src/classes/dom.C: ^dom.string[] 0
22993:
22994: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
22995:
22996: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
22997: types/pa_vform.h: ^dom.save[b.xml] 0
22998:
22999: 2001-09-08 parser
23000:
23001: * src/types/pa_vform.C: $form:tables.name.field
23002:
23003: 2001-09-07 parser
23004:
23005: * src/classes/table.C: table:empty removed, superceded by ^if(def
23006: $table)...
23007:
23008: * src/targets/cgi/parser3.C: z
23009:
23010: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23011: from '' to int/double is 0]
23012:
23013: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23014: $table) is false when table is empty
23015:
23016: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23017: !$form:tables $atable[$form:tables.a]
23018: ^atable.menu{a=$atable.element}[,]
23019:
23020: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23021: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23022:
1.116 moko 23023: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23024: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23025: of dom
23026:
23027: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23028: types/pa_vform.C, types/pa_vform.h: z
23029:
23030: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23031: element [not last]
23032:
1.116 moko 23033: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23034: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23035:
23036: 2001-09-06 parser
23037:
23038: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23039: table with one column 'element' and two rows: 1 and 2
23040:
23041: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23042: table with one column 'element' and two rows: 1 and 2
23043:
23044: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23045: bad int/double conversions, and now $form:nonexistent.int(88)
23046: would return 88
23047:
23048: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23049: types/pa_vhash.h: now there's special hash key '_default'
23050: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23051: $._default[xx] ] $hash.c
23052:
23053: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23054: fixed [thanks, fif], ^; were treated there non-literally
23055:
23056: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23057: doxygen
23058:
23059: * src/: classes/image.C, classes/op.C, classes/string.C,
23060: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23061: types/pa_vtable.C: few #ifndef DOXYGEN
23062:
23063: 2001-09-05 parser
23064:
23065: * src/classes/: string.C, table.C: sql options can be void [same as
23066: image:html the other day]
23067:
23068: * src/targets/cgi/Makefile.am: .am undo
23069:
23070: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23071: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23072: macro expantion on param, simply qoutes whatever passed, undone
23073:
23074: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23075: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23076: STRINGIZE(name) #name invented
23077:
23078: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23079: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23080: MAIN_SQL_DRIVERS_NAME "drivers"
23081:
23082: moved to be availible to all users
23083:
23084: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23085: SQL_DRIVER_CREATE_FUNC_NAME
23086:
23087: * src/classes/mail.C: MAIN:MAIL check fixed
23088:
23089: 2001-09-04 parser
23090:
23091: * src/classes/image.C: image.html now can accept void params
23092:
23093: * src/targets/isapi/parser3isapi.C: z
23094:
23095: * src/targets/cgi/parser3.C: full_file_spec bug
23096:
23097: * src/targets/cgi/parser3.C: getenvcheck
23098:
23099: * src/targets/cgi/parser3.C: zz
23100:
23101: * src/targets/cgi/parser3.C: zzz
23102:
23103: * src/classes/date.C: date
23104:
23105: * src/classes/date.C: date:sql-string is now without ''
23106:
1.116 moko 23107: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23108: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23109: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23110:
1.116 moko 23111: * src/include/pa_config_auto.h.in: makes
1.95 moko 23112:
23113: 2001-09-03 parser
23114:
23115: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23116:
23117: 2001-09-01 parser
23118:
23119: * src/classes/image.C: letter_spacing
23120:
23121: * src/classes/image.C: image: font params changed
23122:
23123: * src/classes/image.C: image: as_int as_string used
23124:
23125: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23126: analized
23127:
23128: 2001-08-31 parser
23129:
23130: * src/targets/cgi/parser3.C: z
23131:
1.116 moko 23132: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23133: cygwin
1.95 moko 23134:
23135: * src/classes/void.C: void:int/double += (default)
23136:
23137: * src/classes/image.C: image:font added space param image:font
23138: changed charwidth alg, added kerning const[for now]
23139:
23140: * src/classes/: string.C, table.C: string:int/double (defaults)
23141:
23142: 2001-08-29 parser
23143:
23144: * src/main/pa_exception.C: exception redundant debug info
23145:
23146: 2001-08-28 parser
23147:
23148: * src/classes/image.C: image error msgs
23149:
23150: * src/classes/image.C: image: gifsize little endian
23151:
23152: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23153: doxygeneration
23154:
23155: * src/: classes/Makefile.am, main/Makefile.am,
23156: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23157:
23158: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23159: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23160:
23161: * src/main/compile.C: NO_STRING_ORIGIN check2
23162:
23163: * src/classes/table.C: NO_STRING_ORIGIN check
23164:
23165: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23166: storage class specifiers invalid in friend function declarations
23167:
23168: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23169: main/untaint.C, targets/cgi/parser3.C,
23170: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23171: case of limit
23172:
23173: * src/: classes/file.C, main/pa_common.C: file:move
23174: autocreate/remove dest/src dir
23175:
23176: * src/: classes/string.C, include/pa_dictionary.h,
23177: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23178: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23179: to directory constructor. string:replace
23180:
23181: 2001-08-27 parser
23182:
23183: * src/classes/image.C: fixed jpgsize alg
23184:
23185: * src/classes/image.C: fixed jpgsize alg
23186:
23187: * src/main/pa_exception.C: z
23188:
23189: * src/main/pa_common.C: removed debug info from pa_common
23190:
23191: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23192: [auto.p from current dir loading]
23193:
1.116 moko 23194: * src/: main/pa_common.C, main/pa_exception.C,
23195: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23196: for solaris -lsocket
1.95 moko 23197:
23198: 2001-08-24 parser
23199:
23200: * src/targets/cgi/parser3.C: not cgi extra \n 3
23201:
23202: * src/targets/cgi/parser3.C: not cgi extra \n 2
23203:
23204: * src/targets/cgi/parser3.C: not cgi extra \n
23205:
23206: * src/main/pa_sql_driver_manager.C: z
23207:
23208: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23209: sql* removed services from disconnect - cross-request ideological
23210: probs.
23211:
23212: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23213: cross-request ideological probs. oracle - fixed bug: cs
23214: allocated on request.pool and got freed before disconnect
23215:
23216: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23217: mallocs fixed
23218:
23219: 2001-08-23 parser
23220:
23221: * src/classes/file.C: minor bug in file:save fixed
23222:
23223: * src/main/pa_sql_driver_manager.C: oracle: dlink
23224:
23225: 2001-08-22 parser
23226:
23227: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23228: types/pa_vfile.h: file:load|save[text|binary;
23229:
23230: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23231:
23232: 2001-08-21 parser
23233:
23234: * src/classes/: file.C, table.C: ^file:list
23235:
23236: 2001-08-20 parser
23237:
23238: * src/: main/compile.tab.C, main/compile.y,
23239: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23240: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23241: recousively caused problems: inc incremeted 123 literal!! fixed
23242:
23243: 2001-08-10 parser
23244:
23245: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23246:
23247: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23248: added
23249:
23250: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23251: added
23252:
23253: * src/classes/table.C: table:sort restored [it was bad test :(]
23254:
23255: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23256: ''
23257:
23258: * src/main/: pa_request.C: wanted to make const int
23259: MAX_EXECUTE_SECONDS=1;
23260:
23261: but couldnt, set_callback_and_alarm appeared to be not exported
23262: :(
23263:
23264: * src/main/pa_string.C: string.match hanged on. there were a hang
23265: check but it weren't wise enough
23266:
23267: @parse[dateString][tmp]
23268: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23269: #end
23270:
23271: @main[] ^parse[2001-02-03]
23272:
23273: * src/classes/: table.C: table:sort now default desc
23274:
23275: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23276: table.sort now creates new sorted table
23277:
23278: 2001-08-09 parser
23279:
23280: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23281:
23282: * src/classes/hash.C: hash:_default now [was hash:default]
23283:
23284: * src/classes/op.C: case without switch check added
23285:
23286: * src/types/pa_vcookie.C: cookie name&value origins added, more
23287: precise $ORIGINS(1)
23288:
23289: * src/main/Makefile.am: .am
23290:
23291: * src/classes/void.C: void: int double copy/paste from int: bug
23292: fixed
23293:
23294: * src/classes/void.C: void: int double copy/paste from int: bug
23295: fixed
23296:
23297: 2001-08-07 parser
23298:
23299: * src/: classes/double.C, classes/int.C, classes/string.C,
23300: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23301: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23302: string, table
23303:
23304: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23305: srand made working
23306:
23307: 2001-08-06 parser
23308:
23309: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23310: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23311: main/compile.tab.C, main/compile.y, main/pa_array.C,
23312: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23313: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23314:
23315: * src/main/pa_exec.C: exec win32 real filename
23316:
23317: * src/classes/file.C: exec stderr out
23318:
23319: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23320:
23321: 2001-08-03 parser
23322:
23323: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23324:
23325: 2001-08-02 parser
23326:
23327: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23328: main/execute.C, main/pa_exec.C: introducing Array_iter
23329:
23330: * src/main/execute.C: detected quick_get recursion bug. changed to
23331: get@execute, but needs array iterator, separate from array to
23332: avoid it & use caching
23333:
23334: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23335: bug fixed
23336:
23337: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23338: main/execute.C, main/pa_globals.C: found another multithread bug
23339: in op.C (last, last global var killed) :)
23340:
23341: 2001-08-01 parser
23342:
23343: * src/: include/pa_dictionary.h, include/pa_globals.h,
23344: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23345: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23346: main/untaint.C: speeded up typo-html replacements. introducing
23347: Dictionary with first-char caching
23348:
23349: 2001-07-31 parser
23350:
23351: * src/types/Makefile.am: pa_vtable.C added to .am
23352:
23353: * src/main/compile.tab.C: added, so that could be compiled even on
23354: non-bison-enabled platforms
23355:
23356: 2001-07-28 parser
23357:
23358: * src/classes/table.C: table:hash always produces hash, when can't
23359: - empty
23360:
23361: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23362: skipped \n
23363:
23364: 2001-07-27 parser
23365:
23366: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23367: on int/double/string :sql without result and default
23368:
23369: 2001-07-26 parser
23370:
23371: * src/classes/op.C: fixed bad multithread bug with strangly global
23372: OP
23373:
23374: * src/main/compile.y: $man[$.age[zzz]] 0
23375:
23376: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23377: creation syntax problem persists. restored $: for a while.
23378: thinking of $man[$.age[zzz]] syntax now
23379:
23380: * src/: classes/double.C, classes/int.C, classes/string.C,
23381: include/pa_opcode.h, main/compile.C, main/compile.y,
23382: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23383: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23384: types/pa_wwrapper.h: fixing :: realization #1
23385:
23386: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23387: main/compile_tools.h, main/execute.C, main/pa_request.C,
23388: types/pa_vmethod_frame.h: introducing :: this is constructor call
23389: prefix. ordinary : remains for static accesses
23390:
23391: 2001-07-25 parser
23392:
23393: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23394: fields 2. methods 3. columns
23395:
23396: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23397: quote. optimized double&int tostring-s
23398:
23399: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23400: whitespace before first method decl
23401:
23402: * src/classes/table.C: allowed nontable result in table:sql,
23403: results in empty table
23404:
23405: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23406: lines before first method decl
23407:
23408: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23409: types/pa_vtable.h: ^table.record[] now $table.fields
23410:
23411: * src/main/compile.y: $var[] is now empty string, not void
23412:
23413: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23414: void
23415:
23416: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23417: main/pa_globals.C: match replace code context moved to implicit
23418: $match context
23419:
23420: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23421: main/compile_tools.h, main/execute.C: with killed, code storage
23422: introduced with former 'with' syntax
23423:
23424: 2001-07-24 parser
23425:
23426: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23427: types/pa_value.h: first get_element, next get operator
23428:
23429: * src/main/compile.y: removed @end handling
23430:
23431: * src/main/: compile.C, compile.y: @end handling method2
23432:
23433: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23434: file:move
23435:
23436: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23437: fixed
23438:
23439: 2001-07-23 parser
23440:
23441: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23442: driver
23443:
23444: * src/classes/hash.C: changed sql driver query interface
23445:
23446: * src/: classes/hash.C, classes/string.C, classes/table.C,
23447: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23448: changed sql driver query interface
23449:
23450: 2001-07-20 parser
23451:
23452: * src/types/pa_vrequest.C: X!$browser:type
23453:
23454: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23455: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23456: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23457: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23458: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23459: types/pa_vobject.h, types/pa_vrequest.C,
23460: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23461: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23462: BASE element globally removed
23463:
23464: 2001-07-18 parser
23465:
23466: * src/classes/file.C: file:exec/cgi msg
23467:
23468: * src/classes/file.C: $file:exit-code renamed to 'status'
23469:
23470: * src/: classes/file.C, main/pa_exec.C: file:exec
23471:
1.116 moko 23472: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23473: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23474: removed $id from *.in *.am
1.95 moko 23475:
23476: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23477: abbrevations
23478:
23479: * src/: classes/date.C, classes/mail.C, classes/math.C,
23480: classes/string.C, classes/table.C, include/pa_globals.h,
23481: include/pa_string.h, main/execute.C, main/pa_globals.C,
23482: main/pa_request.C, main/pa_string.C, main/untaint.C,
23483: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23484: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23485: $ORIGINS(1) output tracing mode
23486:
23487: 2001-07-13 parser
23488:
23489: * src/: classes/double.C, classes/int.C, classes/string.C,
23490: include/pa_request.h, main/execute.C, main/pa_request.C:
23491: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23492: second would not call first @auto
23493:
23494: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23495: wrong, fixed
23496:
23497: 2001-07-12 parser
23498:
23499: * src/types/pa_value.h: pa_value.putelement modification of system
23500: classes prevented
23501:
23502: 2001-07-11 parser
23503:
23504: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23505: table $piece
23506:
23507: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23508: types/pa_vstateless_class.h: $file created by file:state +=
23509: .atime .mtime .ctime +found&fixed bug with exceptions on
23510: get_junction-created objects [they were on wrong pool]
23511:
23512: 2001-07-09 parser
23513:
23514: * src/main/untaint.C: qp wrong name
23515:
23516: * src/: classes/date.C, classes/string.C, classes/table.C,
23517: main/compile.y: date format 0
23518:
23519: 2001-07-07 parser
23520:
23521: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23522: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23523: roll table calendar
23524:
23525: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23526: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23527: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23528: include/pa_request.h, main/main.dsp, types/pa_value.h,
23529: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23530: string. todo: sql, calendar
23531:
23532: 2001-07-06 parser
23533:
23534: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23535: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23536:
23537: 2001-07-03 parser
23538:
23539: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23540: classes/random.C, main/main.dsp: class random renamed to math,
23541: operators became methods
23542:
23543: * src/classes/op.C: pow sqrt
23544:
23545: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23546:
23547: 2001-07-02 parser
23548:
23549: * src/classes/table.C: ^table.columns column renamed from 'name' to
23550: 'column'
23551:
23552: * src/classes/hash.C: ^hash.keys[]
23553:
23554: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23555:
23556: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23557: 'strings'
23558:
23559: 2001-06-29 parser
23560:
23561: * src/main/: execute.C: /0 %0 checkes ver 2
23562:
23563: * src/main/execute.C: /0 %0 checke
23564:
23565: * src/classes/Makefile.am: nothing - void
23566:
23567: * src/classes/table.C: empty strings @ sql
23568:
23569: 2001-06-28 parser
23570:
23571: * src/: classes/double.C, classes/file.C, classes/form.C,
23572: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23573: classes/op.C, classes/random.C, classes/response.C,
23574: classes/string.C, classes/table.C, classes/void.C,
23575: main/compile.C, main/compile_tools.C, main/execute.C,
23576: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23577: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23578: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23579: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23580: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23581: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23582: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23583: $";
23584:
23585: * src/: classes/double.C, classes/file.C, classes/form.C,
23586: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23587: classes/op.C, classes/random.C, classes/response.C,
23588: classes/string.C, classes/table.C, classes/void.C,
23589: main/compile.C, main/compile.y, main/compile_tools.C,
23590: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23591: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23592: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23593: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23594: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23595: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23596:
23597: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23598: $class:name: == ${class:name}:
23599:
23600: * src/classes/string.C: exactly one
23601:
23602: 2001-06-27 parser
23603:
23604: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23605: types/pa_vvoid.h: nothing renamed to void
23606:
23607: * src/classes/op.C: ^switch ^case
23608:
23609: * src/main/compile.y: nothing renamed to void
23610:
23611: * src/: classes/hash.C, classes/table.C, main/compile.y,
23612: main/execute.C, main/main.dsp, main/pa_request.C,
23613: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23614: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23615: void
23616:
23617: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23618:
23619: 2001-05-28 parser
23620:
23621: * src/doc/html2chm.cmd: removed >a
23622:
23623: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23624: project options [some bugs]
23625:
23626: * src/doc/sources2html.cmd: z
23627:
23628: * src/: classes/classes.C, main/compile.C, main/compile.y,
23629: main/execute.C: operators are not in root class again
23630:
23631: 2001-05-24 parser
23632:
23633: * src/targets/cgi/parser3.dsp: project file
23634:
23635: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23636: ^log ^exp
23637:
23638: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23639: conversions in @exception[params]
23640:
23641: * src/main/pa_request.C: // no _ conversions in @exception[params]
23642:
23643: 2001-05-23 parser
23644:
23645: * src/main/pa_string.C: string cmp bug
23646:
23647: * src/classes/: mail.C, op.C: rem max 1000
23648:
23649: * src/: classes/op.C, main/compile.y: allow one empty line before
23650: LS_DEF_NAME
23651:
23652: 2001-05-22 parser
23653:
23654: * src/classes/op.C: if params code-required
23655:
23656: 2001-05-21 parser
23657:
23658: * src/types/pa_vstring.C: eoleof
23659:
23660: * src/classes/Makefile.am: .AM
23661:
23662: * src/classes/nothing.C: resultless ^sql moved to nothing:
23663:
23664: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23665:
23666: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23667: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23668: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23669: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23670: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23671: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23672: 'nothing'
23673:
23674: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23675: vstring::set_string
23676:
23677: * src/classes/: double.C, int.C, string.C: int,double;sql
23678:
23679: * src/: classes/hash.C, classes/int.C, classes/string.C,
23680: classes/table.C, include/pa_string.h, main/pa_string.C,
23681: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23682:
23683: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23684: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23685: hash:sql moved to main trunc. operators.txt updated
23686:
23687: * src/classes/: hash.C, op.C, table.C: hash:sql
23688:
23689: * src/classes/op.C: z
23690:
23691: * src/: main/compile.C, classes/classes.C: 1
23692:
23693: * src/: classes/classes.C, main/compile.C, main/compile.y,
23694: main/execute.C: 0
23695:
23696: * src/main/execute.C: z
23697:
23698: * src/targets/cgi/parser3.C: z
23699:
23700: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23701: site_auto_path "." in that case
23702:
23703: * src/targets/cgi/: parser3.C: z
23704:
23705: * src/main/pa_request.C: .am
23706:
23707: * src/: main/pa_request.C, targets/cgi/parser3.C:
23708: pcre_tables=pcre_default_tables;
23709:
23710: 2001-05-19 parser
23711:
23712: * src/main/pa_string.C: z
23713:
23714: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23715: introducing String::cstr_bufsize, returns just size+1 for as_is
23716: target.
23717:
23718: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23719: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23720: used, 4* mem wasted
23721:
23722: * src/classes/string.C: root context in match replace body now
23723: unchanged
23724:
23725: * src/types/pa_value.h: parameter # 1 based
23726:
23727: * src/main/pa_common.C: common: actual filename '%s'
23728:
23729: * src/classes/string.C: z
23730:
23731: * src/classes/Makefile.am: classes/.am
23732:
23733: * src/classes/: Makefile.am: classes/.am
23734:
23735: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23736: targets/cgi/pa_pool.C: classes/.am
23737:
23738: 2001-05-18 parser
23739:
1.116 moko 23740: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23741: pa_threads.C ins
1.95 moko 23742:
23743: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23744:
23745: 2001-05-17 parser
23746:
23747: * src/: classes/string.C, include/pa_config_fixed.h,
23748: include/pa_config_includes.h, main/compile.y,
23749: main/compile_tools.h, main/execute.C, main/pa_array.C,
23750: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23751: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23752: types/pa_vform.C: #include "pa_config_includes.h" removed from
23753: most .C
23754:
23755: * src/doc/html2chm.cmd: z
23756:
23757: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23758: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23759:
23760: * src/main/pa_sql_driver_manager.C: moved expiration to
23761: get_connection_from_cache
23762:
23763: * src/main/pa_sql_driver_manager.C: cache expiration bf
23764:
23765: * src/: classes/classes.h, include/pa_sql_connection.h,
23766: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23767: cache expiration[use SQL_Driver::disconnect]
23768:
23769: * src/main/pa_table.C: table.locate current restored on "not found"
23770:
23771: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23772: line no
23773:
23774: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23775: ANTI_ENDLESS_EXECUTE_RECOURSION
23776:
23777: * src/: classes/op.C, include/pa_sql_connection.h,
23778: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23779: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23780: 1driver and set_services fight for driver::fservices. before fix
23781:
23782: * src/: classes/op.C, include/pa_config_fixed.h,
23783: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23784: main/pa_sql_driver_manager.C: found problem at last: 2connections
23785: own 1driver and set_services fight for driver::fservices. before
23786: fix
23787:
23788: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23789: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23790: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23791: pa_threads.C
23792:
23793: * src/include/pa_threads.h: removed targets/parser
23794:
23795: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23796: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23797: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23798: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23799: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23800: headers
23801:
23802: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23803: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23804: order prevented sqlmanager to see MULTYTHREAD define
23805:
23806: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23807: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23808: put/gets
23809:
23810: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23811: from hash.h
23812:
23813: * src/: classes/op.C, include/pa_sql_connection.h,
23814: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23815: from cache ->set_services(&services);
23816:
23817: 2001-05-16 parser
23818:
23819: * src/targets/cgi/parser3.C: z
23820:
23821: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23822: debug, #ifdefed some. would debug later, on more precise sample
23823: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23824: $name.$tail[$tail!] $name.$tail } ok3
23825:
23826: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23827: removed array debug. before vstring rebasing
23828:
23829: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23830: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23831: array debugged; adjusted
23832:
23833: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23834: SQL_Driver_manager line no for connect/charset errors
23835:
23836: 2001-05-15 parser
23837:
23838: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23839: main/pa_string.C: string+array made linear grows
23840:
23841: * src/: include/pa_string.h, main/pa_string.C,
23842: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23843: grow lineary, not exponentialy
23844:
23845: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23846: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23847: with fullchunk cmps
23848:
23849: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23850: 70041= 81
23851:
23852: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23853: targets/cgi/parser3.C: detected huge mem allocation: size/times
23854: malloc 27809390/368771, calloc 3232/83. would test now
23855:
23856: * src/: classes/random.C, main/compile.y, main/execute.C,
23857: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23858: numbered params had wrong name - for instance: bad error message
23859: in ^for[] bad body type. fixed
23860:
23861: 2001-05-14 parser
23862:
23863: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23864: main/untaint.C: ^string.upper|lower[]
23865:
23866: 2001-05-11 parser
23867:
23868: * src/: classes/double.C, classes/image.C, classes/op.C,
23869: classes/string.C, classes/table.C, classes/unknown.C,
23870: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23871: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23872: types/pa_vunknown.h: op: MAX_LOOPS as_int
23873:
23874: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23875: .dsp for win32tools
23876:
23877: 2001-05-11 paf
23878:
23879: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23880: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23881: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23882: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23883:
23884: 2001-05-10 paf
23885:
23886: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23887: for C++, that's all
23888:
1.116 moko 23889: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23890: pa_config_includes.h: inline wonders
1.95 moko 23891:
23892: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23893: doc/doxygen.cmd: hash.C added
23894:
23895: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23896:
23897: * src/main/compile.y: @end grammar: allowed zero strings in control
23898: menthod
23899:
23900: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23901: pa_vstateless_object.h: changed priority: field before method
23902: lookup in vclass & vobject
23903:
23904: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23905: grammar: priorities changes [lowerd && prior] vobject: now first
23906: fields, next methods
23907:
23908: 2001-05-08 paf
23909:
23910: * src/main/pa_table.C: table columnname2item on nameless ignored
23911: bark=false. fixed
23912:
23913: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23914: types/pa_vmethod_frame.h: hash:default works at last!
23915:
23916: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23917: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23918: hash:default
23919:
23920: * src/classes/table.C: z
23921:
23922: * src/classes/table.C: table:hash always hash of hash now
23923:
23924: * src/classes/table.C: table:empty return bool now
23925:
23926: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23927: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23928: types/pa_vtable.h: table:hash
23929:
23930: * src/classes/table.C: table:record have name
23931:
23932: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23933: returns vunknown
23934:
23935: * src/classes/: double.C, int.C, op.C, string.C:
23936: int,double,string:int[] double[] string:length[] results now have
23937: hames
23938:
23939: * src/: classes/op.C, classes/table.C, main/main.dsp,
23940: types/pa_vtable.h: removed table:find. table:locate and op:eval
23941: now return bool
23942:
23943: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
23944: in method checkparams again. fixed
23945:
23946: 2001-05-07 paf
23947:
23948: * src/doc/chm.cmd: cmd
23949:
23950: * src/: classes/image.C, classes/mail.C, classes/string.C,
23951: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
23952: types/pa_value.h: method reported errors on wrong pool
23953:
23954: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
23955: now
23956:
23957: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
23958: include/code.h, include/pa_opcode.h, main/compile.C,
23959: main/compile_tools.h, main/execute.C, types/pa_value.h,
23960: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23961: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23962: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
23963: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23964: types/pa_vmethod_frame.h, types/pa_vobject.h,
23965: types/pa_vrequest.h, types/pa_vresponse.h,
23966: types/pa_vstateless_class.h, types/pa_vstring.h,
23967: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23968: types/pa_wwrapper.h: pa_code.h
23969:
23970: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
23971:
23972: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
23973: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
23974: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23975: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
23976: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23977: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
23978: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
23979: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
23980: types/pa_vtable.h: dox, split by not clean parts also
23981:
23982: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23983: types/pa_vtable.h: table: fields, then methods. so to enable
23984: 'dir' fields & co. more
23985:
23986: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
23987: so to enable 'dir' fields & co.
23988:
23989: * src/main/compile.y: grammar: @end
23990:
23991: 2001-05-04 paf
23992:
23993: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
23994: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
23995:
23996: * src/: classes/classes.h, classes/double.C, classes/file.C,
23997: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23998: classes/op.C, classes/random.C, classes/response.C,
23999: classes/string.C, classes/table.C, classes/unknown.C,
24000: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24001: method dox
24002:
24003: 2001-05-03 paf
24004:
24005: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24006: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24007: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24008: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24009: doc/string.dox, doc/targets.dox, doc/value.dox,
24010: main/pa_request.C: dox splitted .dox files and added some
24011:
24012: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24013:
24014: 2001-05-02 paf
24015:
24016: * src/classes/: image.C, table.C: table:dir result are not tainted
24017: by file_name language now
24018:
24019: 2001-04-28 paf
24020:
24021: * src/classes/classes.inc: removed classes.inc
24022:
24023: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24024: from .am
24025:
24026: * src/classes/classes.awk: skipped classes in .awk
24027:
24028: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24029: classes/classes.inc, classes/double.C, classes/file.C,
24030: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24031: classes/string.C, classes/table.C, classes/unknown.C,
24032: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24033: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24034: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24035: pa_methoded back to classes/classes.h
24036:
24037: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24038:
24039: * src/: classes/Makefile.am, classes/classes.awk,
24040: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24041: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24042:
24043: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24044: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24045: classes/response.C, classes/string.C, classes/table.C,
24046: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24047: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24048: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24049: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24050: include|main/pa_methoded
24051:
24052: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24053: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24054:
24055: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24056: moved some configured data to request::classes_conf moved some
24057: string crations from globals to M... [works]
24058:
24059: * src/: classes/form.C, classes/mail.C, classes/op.C,
24060: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24061: main/pa_request.C: moved some configured data to
24062: request::classes_conf moved some string crations from globals to
24063: M...
24064:
24065: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24066: about to move configured data to special request hash
24067:
24068: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24069: classes/form.C, classes/mail.C, include/pa_request.h,
24070: main/pa_request.C: configure started
24071:
24072: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24073: 2. todo: methoded-configure
24074:
24075: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24076: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24077: classes/_random.h, classes/_response.h, classes/_string.h,
24078: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24079: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24080: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24081: classes/random.C, classes/response.C, classes/string.C,
24082: classes/table.C, classes/unknown.C, include/pa_globals.h,
24083: include/pa_request.h, main/compile.y, main/execute.C,
24084: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24085: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24086: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24087: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24088: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24089: types/pa_vrequest.h, types/pa_vresponse.h,
24090: types/pa_vstateless_class.h, types/pa_vstring.h,
24091: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24092: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24093: methoded-configure
24094:
24095: * src/: classes/file.C, classes/table.C, main/compile.y,
24096: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24097: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24098: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24099:
24100: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24101: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24102: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24103: classes/random.C, classes/response.C, classes/string.C,
24104: classes/table.C, classes/unknown.C, include/pa_request.h,
24105: main/compile.y, main/execute.C, main/pa_globals.C,
24106: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24107: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24108: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24109: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24110: beautifying just compiled. todo: debug, configure
24111:
24112: 2001-04-27 paf
24113:
24114: * src/: classes/file.C, classes/image.C, classes/table.C,
24115: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24116: beautifying -99
24117:
24118: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24119: classes/_response.h, classes/_unknown.h, classes/classes.C,
24120: classes/classes.h, classes/double.C, classes/file.C,
24121: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24122: classes/op.C, classes/random.C, classes/response.C,
24123: classes/string.C, include/pa_globals.h, main/main.dsp,
24124: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24125: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24126: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24127: types/pa_vunknown.h: beautifying -100
24128:
24129: * src/main/compile.y: serge@ found @CLASS bug. fixed
24130:
24131: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24132: classes/_op.h, classes/_random.h, classes/_table.h,
24133: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24134: classes/op.C, classes/random.C, classes/response.C,
24135: classes/string.C, classes/table.C, classes/unknown.C,
24136: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24137: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24138: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24139: beautifying
24140:
24141: 2001-04-26 paf
24142:
24143: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24144:
24145: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24146: documentation ++
24147:
24148: * src/: classes/_exec.h, doc/doxygen.cfg,
24149: include/pa_config_fixed.h, include/pa_config_includes.h,
24150: targets/cgi/pa_pool.C: code documentation ++
24151:
24152: * src/: classes/_image.h, classes/op.C, classes/random.C,
24153: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24154: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24155: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24156: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24157: types/pa_vmethod_frame.h, types/pa_vobject.h,
24158: types/pa_vrequest.C, types/pa_vrequest.h,
24159: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24160: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24161: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24162: code documentation ++
24163:
24164: * src/: classes/image.C, classes/mail.C, classes/string.C,
24165: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24166: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24167: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24168: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24169: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24170: types/pa_vobject.h, types/pa_vstateless_class.h,
24171: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24172:
24173: * src/main/: pa_request.C, pa_string.C: z
24174:
24175: * src/: include/pa_common.h, include/pa_types.h,
24176: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24177: connection caching fixed. request-pooled-url were stored into
24178: global connectioncache
24179:
24180: 2001-04-25 paf
24181:
24182: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24183: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24184:
24185: * src/: include/code.h, include/pa_common.h, main/compile.y,
24186: main/execute.C, main/pa_common.C: -d
24187:
24188: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24189: illegal call check a bit improved, but still under iis no mapping
24190: of dir with parser allowed!
24191:
24192: 2001-04-24 paf
24193:
24194: * src/targets/Makefile.am: apache module lib .am
24195:
24196: * src/main/pa_exec.C: windows32 buildCommand
24197:
24198: 2001-04-23 paf
24199:
24200: * src/targets/cgi/Makefile.am: win32 conditional
24201:
24202: * src/targets/cgi/Makefile.am: win32 conditional
24203:
24204: * src/targets/cgi/Makefile.am: liblink
24205:
24206: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24207: vfile fields return type
24208:
24209: * src/types/pa_vfile.h: vfile fields return type
24210:
24211: * src/include/pa_config_auto.h.in: .h.in
24212:
24213: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24214: types/Makefile: makefiles removed
24215:
24216: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24217: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24218:
24219: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24220: [tested: i & g ]
24221:
24222: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24223: @test noticed series in isapi, check how initialize_random_class
24224: is called! [must be called only once]
24225:
24226: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24227: would not be 'unknown column'
24228:
24229: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24230: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24231:
24232: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24233: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24234: [now doesnt]
24235:
24236: * src/targets/cgi/parser3.C: cgi cmdline ver
24237:
24238: * src/targets/cgi/parser3.C: cgi /// @test disable
24239: /cgi-bin/parser3/auto.p
24240:
24241: * src/main/untaint.C: untaint without charset
24242:
24243: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24244: main/pa_common.C: common: file_write /// @test mkdirs
24245: file_delete rmdirs
24246:
24247: * src/main/untaint.C: mail header only once to =?
24248:
24249: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24250: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24251: main/untaint.C: untaint - @test optimize whitespaces for
24252: all but 'html'
24253:
24254: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24255: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24256: main/untaint.C: untaint - @test mail-header
24257:
24258: 2001-04-20 paf
24259:
24260: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24261: include/pa_request.h, include/pa_string.h, main/compile.y,
24262: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24263: targets/cgi/parser3.C: $MAIN:LOCALE
24264:
24265: * src/main/untaint.C: z
24266:
24267: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24268:
24269: 2001-04-19 paf
24270:
24271: * src/main/compile_tools.h: $a$b bugfix
24272:
24273: * src/targets/cgi/parser3.C: z
24274:
24275: * src/classes/file.C: z
24276:
24277: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24278: done: header to $fields. waits for header '\' tricks
24279:
24280: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24281: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24282: changed urlencode here and in untaint.C to HTTP standard's " and
24283: \" mech
24284:
24285: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24286: http://alx/~paf/ doesnt load /auto.p
24287:
24288: 2001-04-18 paf
24289:
24290: * src/main/pa_request.C: 1
24291:
24292: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24293: linux @alx
24294:
24295: 2001-04-17 paf
24296:
24297: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24298: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24299: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24300: enabled
24301:
24302: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24303: classes/_exec.h, classes/_file.h, classes/_form.h,
24304: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24305: classes/_random.h, classes/_response.h, classes/_string.h,
24306: classes/_table.h, classes/_unknown.h, classes/file.C,
24307: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24308: include/pa_config_fixed.h, include/pa_config_includes.h,
24309: include/pa_hash.h, include/pa_sql_driver_manager.h,
24310: include/pa_version.h, main/Makefile.am, main/compile.y,
24311: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24312: main/pa_sql_driver_manager.C, sql/Makefile.am,
24313: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24314: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24315: types/pa_vform.C, types/pa_vimage.h: exec @jav
24316:
24317: * src/: include/pa_sql_driver_manager.h,
24318: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24319: types/pa_vimage.h: sql driver interface now has initialize(client
24320: .so)
24321:
24322: 2001-04-16 paf
24323:
24324: * src/Makefile.am: compile2 cygwin
24325:
24326: * src/: include/pa_config_includes.h, main/pa_exec.C,
24327: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24328:
24329: * src/targets/cgi/Makefile.am: compile0 jav
24330:
24331: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24332: classes/_exec.h, classes/_file.h, classes/_form.h,
24333: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24334: classes/_random.h, classes/_response.h, classes/_string.h,
24335: classes/_table.h, classes/_unknown.h, classes/image.C,
24336: classes/mail.C, classes/op.C, classes/random.C,
24337: include/pa_config_fixed.h, include/pa_config_includes.h,
24338: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24339: main/compile.y, main/pa_common.C, main/pa_exec.C,
24340: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24341: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24342: compile-1
24343:
24344: 2001-04-15 paf
24345:
24346: * src/classes/op.C: z
24347:
24348: * src/classes/table.C: table:empty +=process
24349:
24350: * src/types/pa_value.h: MethodParams !junction
24351:
24352: * src/: classes/_string.h, classes/double.C, classes/file.C,
24353: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24354: classes/random.C, classes/response.C, classes/string.C,
24355: classes/table.C, classes/unknown.C, main/pa_request.C:
24356: MethodParams everywhere
24357:
24358: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24359: types/pa_vmethod_frame.h: MethodParams in op.C
24360:
24361: 2001-04-12 paf
24362:
24363: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24364:
24365: * src/: classes/_unknown.h, classes/unknown.C,
24366: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24367: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24368:
24369: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24370:
24371: * src/classes/image.C: image:gif now does not have params
24372:
24373: * src/classes/image.C:
24374: image:line/fill/rectangle/bar/replace/polygon/polybar
24375:
24376: * src/: classes/image.C, classes/op.C, main/execute.C,
24377: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24378: for var now written not to r.wcontext, but to r.root cleared
24379: "entered_object" state
24380:
24381: 2001-04-11 paf
24382:
24383: * src/classes/image.C: image:create image:load
24384:
24385: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24386: just compiled
24387:
24388: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24389: todo: gif without file
24390:
24391: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24392: started porting to Pooled descendant
24393:
24394: * src/: classes/image.C, main/execute.C, main/main.dsp,
24395: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24396: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24397: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24398:
24399: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24400: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24401: end. switching to python imaging lib
24402:
24403: * src/main/main.dsp: gd+smtp made separate libs
24404:
24405: * src/: include/pa_globals.h, include/pa_string.h,
24406: main/pa_common.C, main/pa_request.C, main/untaint.C,
24407: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24408: length
24409:
24410: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24411: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24412: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24413: UL_FILE_NAME of posted file name
24414:
24415: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24416: post [broke when moved post read to core]
24417:
24418: 2001-04-10 paf
24419:
24420: * src/classes/image.C: image:html done
24421:
24422: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24423:
24424: * src/classes/image.C: z
24425:
24426: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24427: forgotten!
24428:
24429: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24430: main/pa_request.C, main/pa_string.C, main/untaint.C,
24431: types/pa_vimage.h: image:measure -90
24432:
24433: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24434: classes/_int.h, classes/_mail.h, classes/_op.h,
24435: classes/_random.h, classes/_response.h, classes/_string.h,
24436: classes/_table.h, classes/file.C, classes/mail.C,
24437: include/pa_common.h, include/pa_globals.h, main/execute.C,
24438: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24439: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24440: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24441: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24442: compiled
24443:
24444: * src/classes/mail.C: minor bug with unclear from/to
24445:
24446: * src/classes/mail.C: sendmail unix skipping defaults
24447:
24448: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24449: sendmail unix added defaults
24450:
24451: * src/classes/mail.C: unix sendmail compiled. todo:testing
24452:
24453: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24454:
24455: 2001-04-09 paf
24456:
24457: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24458: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24459: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24460: targets/isapi/parser3isapi.dsp: all targets exec
24461:
24462: * src/: include/pa_sapi.h, include/pa_string.h,
24463: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24464: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24465: args in apache:util.script
24466:
24467: * src/include/pa_string.h: written but not tested exec with env for
24468: unix
24469:
24470: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24471: targets/cgi/parser3.C: exec win32 env
24472:
24473: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24474: 0
24475:
24476: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24477: main/execute.C, main/main.dsp, main/pa_globals.C,
24478: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24479: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24480:
24481: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24482: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24483:
24484: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24485: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24486:
24487: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24488: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24489: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24490: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24491: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24492: exec class just compiled. moved post read to request core
24493:
24494: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24495: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24496: main/pa_globals.C, targets/cgi/parser3.C,
24497: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24498: are already read by vform
24499:
24500: 2001-04-08 paf
24501:
24502: * src/: classes/file.C, classes/mail.C, classes/string.C,
24503: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24504: uuencode. string<<
24505:
24506: 2001-04-07 paf
24507:
24508: * src/classes/mail.C: z
24509:
24510: * src/classes/mail.C: z
24511:
24512: * src/classes/mail.C: ^mail[$attach
24513:
24514: * src/classes/mail.C: ^attach dead end
24515:
24516: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24517: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24518: targets/isapi/parser3isapi.C: mail:send 1
24519:
24520: * src/: classes/mail.C, main/pa_request.C: z
24521:
24522: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24523: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24524: compiled
24525:
24526: * src/classes/mail.C: +=
24527:
24528: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24529: prepared
24530:
24531: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24532: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24533: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24534: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24535:
24536: 2001-04-06 paf
24537:
24538: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24539: main/pa_string.C: table:dir 1
24540:
24541: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24542: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24543:
24544: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24545: classes/root.C, include/pa_globals.h, include/pa_request.h,
24546: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24547: main/pa_request.C: renamed 'root' to 'op'
24548:
24549: * src/classes/: _op.h, op.C: renamed from 'root'
24550:
24551: * src/types/pa_valiased.C: another root inherititance skipped
24552:
24553: * src/main/: compile.C, compile.y, execute.C: operators are now not
24554: root methods of parent class. just 'ROOT' class
24555:
24556: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24557: @office
24558:
24559: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24560:
24561: 2001-04-05 paf
24562:
24563: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24564: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24565: constructor flag dropped at get_method_frame and remembered into
24566: method_frame
24567:
24568: * src/: classes/file.C, classes/root.C, classes/string.C,
24569: classes/table.C, main/pa_request.C: junction to code&expression
24570: in errors
24571:
24572: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24573: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24574: $LOCALE:ctype[Russian_Russia.1251]
24575:
24576: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24577: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24578: main/pa_table.C: hash now not thread-safe.
24579:
24580: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24581: main/untaint.C: z
24582:
24583: * src/: classes/random.C, classes/root.C, classes/table.C,
24584: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24585: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24586: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24587: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24588:
24589: * src/: classes/table.C, include/pa_sql_connection.h,
24590: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24591:
24592: * src/classes/table.C: select * from hren error contains statement
24593:
24594: * src/: classes/table.C, include/pa_sql_connection.h,
24595: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24596: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24597:
24598: * src/: classes/root.C, include/pa_sql_connection.h,
24599: include/pa_sql_driver.h, main/main.dsp,
24600: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24601: services for conv memory & error reporting
24602:
24603: 2001-04-04 paf
24604:
24605: * src/doc/doxygen.cfg: z
24606:
24607: * src/include/pa_sql_driver.h: mysql connect
24608:
24609: * src/include/pa_sql_driver.h: mysql info
24610:
24611: * src/: classes/root.C, include/pa_sql_driver.h,
24612: include/pa_sql_driver_manager.h, main/main.dsp,
24613: main/pa_sql_driver_manager.C: more manager&connection&driver
24614:
24615: * src/sql/Makefile.am: forgot to add mysql client
24616:
24617: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24618: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24619: [forgot to add libltdl, added]
24620:
24621: * src/: Makefile.am, classes/root.C, classes/string.C,
24622: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24623: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24624: include/pa_string.h, include/pa_table.h, main/main.dsp,
24625: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24626: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24627: -1000 just compiled
24628:
24629: * src/: classes/random.C, classes/root.C, classes/table.C,
24630: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24631: main/pa_request.C, types/pa_vclass.h: sql frame -10
24632:
24633: 2001-04-03 paf
24634:
24635: * src/types/pa_vform.C: z
24636:
24637: * src/: classes/string.C, types/pa_vform.C: string:match replace
24638: assigned lang
24639:
24640: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24641: {}[]< empty []
24642:
24643: * src/: classes/file.C, classes/string.C, classes/table.C,
24644: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24645: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24646:
24647: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24648: string:match replace strange matches
24649:
24650: * src/classes/string.C: string:match replace 0
24651:
24652: * src/: classes/string.C, main/pa_string.C: string:match replace
24653: prepared 2
24654:
24655: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24656: string:match replace prepared
24657:
24658: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24659: string:match replace -11
24660:
24661: * src/: classes/string.C, include/pa_globals.h,
24662: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24663: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24664:
24665: * src/: classes/string.C, include/pa_globals.h,
24666: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24667: main/pa_string.C: string:match [search] -1 just compiled
24668:
24669: * src/types/pa_vstring.C: z
24670:
24671: * src/: classes/double.C, classes/file.C, classes/form.C,
24672: classes/int.C, classes/response.C, classes/root.C,
24673: classes/string.C, classes/table.C, include/pa_string.h,
24674: main/pa_string.C: string:match -10 [frame]
24675:
24676: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24677: main/pa_request.C: z
24678:
24679: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24680: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24681: todo/tests
24682:
24683: * src/include/pa_common.h: z
24684:
24685: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24686: main/pa_request.C, targets/cgi/parser3.C,
24687: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24688: content-disposition
24689:
24690: * src/: include/pa_common.h, include/pa_globals.h,
24691: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24692: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24693:
24694: * src/: include/pa_common.h, include/pa_request.h,
24695: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24696: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24697: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24698: response:body
24699:
24700: * src/classes/table.C: table:append now uses string::split
24701:
24702: * src/classes/table.C: z
24703:
24704: * src/: classes/file.C, classes/root.C, classes/string.C,
24705: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24706: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24707: include/pa_string.h, main/execute.C, main/pa_string.C,
24708: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24709: string::pos & cmp & piece bugs fixed. string::split new
24710: table:load separated from set table:set implemented with clean \n
24711: \t searches
24712:
24713: 2001-04-02 paf
24714:
24715: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24716: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24717: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24718: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24719: it in table:set/load
24720:
24721: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24722: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24723:
24724: * src/classes/random.C: random:generate 1
24725:
24726: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24727: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24728: types/pa_value.h: random:generate
24729:
24730: 2001-03-30 paf
24731:
24732: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24733: todo: table flip and append. string::pos
24734:
24735: * src/: classes/double.C, classes/file.C, classes/int.C,
24736: classes/response.C, classes/root.C, classes/string.C,
24737: classes/table.C, main/compile.y, main/execute.C,
24738: types/pa_value.h, types/pa_vstateless_class.C,
24739: types/pa_vstateless_class.h: static|dynamic|any method
24740: registration
24741:
24742: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24743: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24744: table:flip
24745:
24746: 2001-03-29 paf
24747:
24748: * src/classes/string.C: string:xsplit forgot that they must result
24749: in 1 row N column [not vice versa]
24750:
24751: * src/classes/string.C: z
24752:
24753: * src/classes/string.C: string: rsplit
24754:
24755: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24756: string: lsplit
24757:
24758: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24759: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24760: lsplit -1
24761:
24762: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24763: string: pos
24764:
24765: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24766: string: pos -1
24767:
24768: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24769: main/compile.y, main/pa_request.C, main/pa_string.C,
24770: main/untaint.C: string: left right mid
24771:
24772: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24773: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24774: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24775: and [;] are different now.
24776:
24777: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24778: main/untaint.C: pool.request undone
24779:
24780: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24781: main/untaint.C: pool.request
24782:
24783: 2001-03-28 paf
24784:
24785: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24786: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24787: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24788: $request:browser [.type .version]; unknown.get_double now = 0.
24789:
24790: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24791: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24792: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24793: types/pa_vform.C: file:load autodetection of mime-type by
24794: user-file-name
24795:
24796: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24797: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24798: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24799:
24800: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24801: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24802: write. must be self.set
24803:
24804: * src/: classes/file.C, classes/root.C, classes/table.C,
24805: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24806:
24807: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24808: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24809: types/pa_vtable.h: table:locate just compiled
24810:
24811: 2001-03-27 paf
24812:
24813: * src/main/: execute.C, pa_common.C: fixed r/w context of
24814: code-params2, fixed ntfs hardlink slow dir update
24815:
24816: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24817: types/pa_wcontext.h: fixed r/w context of code-params
24818:
24819: * src/: classes/table.C, main/execute.C: about to change junction
24820: rcontext!!
24821:
24822: * src/: classes/double.C, classes/int.C, classes/root.C,
24823: classes/string.C, classes/table.C, main/compile_tools.C,
24824: main/execute.C, main/pa_request.C, main/untaint.C,
24825: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24826: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24827: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24828: types/pa_vunknown.h: sort 0
24829:
24830: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24831: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24832: renamed to are_static_calls_disabled
24833:
24834: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24835: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24836: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24837: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24838:
24839: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24840:
24841: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24842: started table:sort fixed minor bug in #...^{
24843:
24844: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24845: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24846: decided to have as it were. stepped back. grammar: added 'in'
24847: 'is' 'lt'&co follow-space check
24848:
24849: 2001-03-26 paf
24850:
24851: * src/: classes/file.C, classes/root.C, classes/table.C,
24852: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24853: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24854: main/pa_table.C: moved ::save to pa_table. disabled @auto
24855: invocation in ^process
24856:
24857: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24858:
24859: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24860: main/pa_array.C: table:record
24861:
24862: * src/: main/untaint.C, targets/cgi/parser3.C,
24863: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24864: targets/isapi/pool_storage.h, types/pa_valiased.h,
24865: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24866: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24867: types/pa_vtable.h: z
24868:
24869: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24870: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24871: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24872: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24873: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24874: method realisations on 'self' validity - they now can simply
24875: assume that 'self' is V{Proper} .
24876:
24877: 2001-03-25 paf
24878:
24879: * src/main/untaint.C: z
24880:
24881: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24882: lowlevel - it initialization could be skipped if failed in @auto.
24883: so that exception report would use some table
24884:
24885: * src/main/pa_request.C: table empty lines ignored. system-default
24886: content type assigned in output:result [can fail in main:auto and
24887: skipped normal defaults extraction]
24888:
24889: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24890: bug
24891:
24892: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24893: processing to table [except preliminary \r\n \r \n replacements
24894: to "\n"]
24895:
24896: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24897: move all the processing to table
24898:
24899: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24900: main/pa_table.C, main/untaint.C: returned table originating.
24901: useful for reporting typo table problems origin. think would be
24902: useful somewhere else
24903:
24904: * src/main/untaint.C: typo \r \r\n \n properly handled
24905:
24906: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24907: include/pa_table.h, main/compile.y, main/compile_tools.C,
24908: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24909: main/pa_string.C, main/pa_table.C, main/untaint.C,
24910: types/pa_vcookie.h: typo & typo-default
24911:
24912: 2001-03-24 paf
24913:
24914: * src/main/pa_common.C: z
24915:
24916: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24917: targets/cgi/parser3.C: html-typo 2
24918:
24919: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24920: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24921: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24922: main/execute.C, main/pa_array.C, main/pa_globals.C,
24923: main/pa_request.C, main/pa_string.C, main/untaint.C,
24924: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24925: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24926: noticed double default content-type prob. run cgi.cmd tomorrow
24927: first html-typo sample. detected << problem: they become ltlt too
24928: fast
24929:
24930: * src/main/compile.y: z
24931:
24932: * src/main/: compile.y, compile_tools.h: #comment
24933:
24934: * src/: classes/file.C, classes/root.C, classes/table.C,
24935: include/pa_common.h, include/pa_request.h, main/compile.y,
24936: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24937: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
24938: stringified
24939:
24940: * src/types/pa_valiased.C: decided to String-ify file_read
24941:
24942: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
24943: isapi/parser3isapi.dsp: cgi: sapi::log
24944:
24945: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
24946: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
24947: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
24948: error log experiments failed - cgi under iis got no access to
24949: log. registereventsource simply failed with 5(illegal call) code,
24950: while worked OK as standalone executable. isapi: used
24951: HSE_APPEND_LOG_PARAMETER feature
24952:
24953: * src/: include/pa_common.h, include/pa_globals.h,
24954: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24955: targets/isapi/parser3isapi.C: fixed default content-type
24956: allocation storage
24957:
24958: * src/: include/pa_globals.h, include/pa_request.h,
24959: main/pa_globals.C, main/pa_request.C: z
24960:
24961: * src/: include/pa_array.h, include/pa_hash.h,
24962: include/pa_request.h, main/compile.y, main/pa_array.C,
24963: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24964: types/pa_vcookie.C: cyclic uses ignored. defaulted default
24965: content-type
24966:
24967: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
24968: sanity
24969:
24970: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
24971: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
24972: away freeze mech. no danger now for you can't do
24973: ^request:process[@new-method[] body] trick anymore. still
24974: remains $some_instance.process[@new-method[] possibility] but
24975: would leave it as a feature. see index for sample
24976:
24977: * src/: include/pa_common.h, main/pa_common.C,
24978: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
24979: monkey every target
24980:
24981: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24982: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
24983: types/pa_vform.C, types/pa_vform.h: auto.p monkey
24984:
24985: 2001-03-23 paf
24986:
24987: * src/: include/pa_pool.h, main/pa_request.C,
24988: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
24989: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24990: targets/isapi/pool_storage.h: isapi: dumb pool storage
24991:
24992: * src/targets/isapi/pa_pool.C: decided to continue with extension
24993:
24994: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
24995: it would be better to rewrite as filter then to deal with pool
24996:
24997: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
24998: now like in cgi, not from APPL_PHYSICAL_PATH
24999:
25000: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25001: include/pa_config_fixed.h, include/pa_config_includes.h,
25002: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25003: include/pa_version.h, main/compile.y, main/execute.C,
25004: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25005: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25006: main/untaint.C, targets/cgi/parser3.C,
25007: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25008: cgi: reinvent document_root and request_uri under iis. autoconf
25009: updated. introducing ap_config_includes
25010:
25011: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25012:
25013: * src/targets/cgi/parser3.C: cgi: only one pool now
25014:
25015: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25016: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25017: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25018: types/pa_venv.h, types/pa_vform.C: sapi made object
25019:
25020: * src/: include/pa_globals.h, main/pa_request.C,
25021: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25022: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25023: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25024:
25025: * src/: main/pa_request.C, targets/cgi/parser3.C,
25026: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25027: isapi minor env beauty
25028:
25029: * src/: main/pa_request.C, targets/cgi/parser3.C,
25030: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25031: isapi document_root 0
25032:
25033: 2001-03-22 paf
25034:
25035: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25036:
25037: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25038: isapi/parser3isapi.C: z
25039:
25040: * src/: include/pa_pool.h, main/pa_request.C,
25041: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25042:
25043: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25044: kill.pl: isapi added utils
25045:
25046: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25047: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25048: types/pa_vform.C: isapi 0
25049:
25050: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25051: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25052: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25053: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25054: started isapi
25055:
25056: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25057: some comments
25058:
25059: * src/: include/pa_globals.h, include/pa_request.h,
25060: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25061: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25062: parser_root_auto_path parser_site_auto_path
25063:
25064: * src/types/pa_vcookie.C: cookie attr decoded
25065:
25066: 2001-03-21 paf
25067:
25068: * src/targets/cgi/parser3.C: z
25069:
25070: * src/include/pa_globals.h: post. todo: config of auto.p path
25071:
25072: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25073: types/pa_venv.h: in cookie & env. todo:post
25074:
25075: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25076: classes/root.C, classes/table.C, include/pa_array.h,
25077: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25078: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25079: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25080: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25081: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25082: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25083: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25084: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25085: shifted apache branch on main trunc
25086:
25087: * src/: include/pa_common.h, include/pa_globals.h,
25088: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25089: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25090: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25091: starting mod_parser3
25092:
25093: * src/targets/cgi/parser3.C: starting mod_parser3
25094:
25095: 2001-03-20 paf
25096:
25097: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25098: targets/cgi/parser3.C: automake compiled and works. todo:make
25099: win32 ifdefs work and add ifdef unistd
25100:
25101: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25102: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25103: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25104: z
25105:
25106: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25107: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25108: locking
25109:
25110: * src/: classes/Makefile.am, types/Makefile.am: z
25111:
25112: * src/: Makefile.am, classes/file.C, classes/root.C,
25113: classes/table.C, include/pa_array.h, include/pa_request.h,
25114: include/pa_string.h, main/Makefile.am, main/execute.C,
25115: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25116: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25117: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25118: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25119:
25120: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25121: main/pa_request.C, types/pa_vfile.h: ^table:save
25122:
25123: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25124: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25125: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25126: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25127: types/pa_vform.h: z
25128:
25129: * src/include/pa_string.h: z
25130:
25131: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25132: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25133: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25134: :Value
25135:
25136: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25137: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25138: :VStateless_object
25139:
25140: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25141: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25142: :VStateless_object
25143:
25144: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25145: types/pa_valiased.C, types/pa_vform.h: commented VForm
25146:
25147: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25148: types/pa_valiased.h, types/pa_value.h,
25149: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25150: types/pa_vstateless_object.h: moved common get_element part from
25151: stateless object&class into VAliased
25152:
25153: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25154: classes/table.C, main/execute.C, main/main.dsp,
25155: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25156: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25157: now :Value
25158:
25159: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25160: main/execute.C, main/main.dsp, main/pa_globals.C,
25161: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25162:
25163: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25164: doxx
25165:
25166: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25167: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25168: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25169: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25170: and ^file:save
25171:
25172: 2001-03-19 paf
25173:
25174: * src/types/pa_vfile.C: z
25175:
25176: * src/: classes/file.C, classes/request.C, classes/table.C,
25177: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25178: main/pa_request.C, main/untaint.C, types/pa_value.h,
25179: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25180:
25181: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25182: include/pa_string.h, include/pa_table.h, main/main.dsp,
25183: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25184: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25185: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25186: classes/_file.h, classes/file.C, types/pa_vfile.C,
25187: types/pa_vfile.h: file class just compiled
25188:
25189: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25190: include/pa_table.h, include/pa_types.h, main/execute.C,
25191: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25192: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25193: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25194:
25195: * src/include/pa_pool.h: z
25196:
25197: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25198: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25199: Hash::Value to Val so to doxygen would finlly stop confusing
25200: those Value-s
25201:
25202: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25203: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25204: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25205: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25206: include/pa_types.h, main/compile.C, main/compile.y,
25207: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25208: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25209: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25210: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25211: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25212:
25213: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25214: derivates somehow unlinked. don't know why yet
25215:
25216: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25217: include/pa_string.h, include/pa_threads.h, main/compile.C,
25218: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25219: main/execute.C, main/pa_array.C, main/pa_common.C,
25220: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25221: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25222: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25223:
25224: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25225: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25226: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25227: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25228: types/pa_vrequest.h: doc: detected Value derivates prob
25229:
25230: * src/include/pa_globals.h: z
25231:
25232: * src/: classes/_request.h, classes/request.C, include/code.h,
25233: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25234: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25235: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25236: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25237: main/execute.C, main/pa_pool.C, main/pa_request.C,
25238: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25239: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25240:
25241: 2001-03-18 paf
25242:
25243: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25244: cookie: allowed access to hash-assigned
25245:
25246: * src/targets/cgi/parser3.C: z
25247:
25248: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25249: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25250: include/pa_types.h, main/main.dsp, main/pa_common.C,
25251: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25252: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25253: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25254: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25255: types/pa_vunknown.h: cookie class
25256:
25257: * src/main/pa_request.C: zero length output allowed
25258:
25259: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25260: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25261:
25262: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25263: lang switch
25264:
25265: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25266: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25267: types/pa_value.h, types/pa_vhash.h:
25268: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25269:
25270: * src/main/execute.C: z
25271:
25272: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25273: targets/cgi/parser3.C: taint[uri
25274:
25275: * src/: classes/request.C, classes/response.C, classes/root.C,
25276: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25277: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25278: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25279:
25280: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25281: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25282: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25283: types/pa_vstateless_class.C: convinient string(pool, char *src,
25284: bool tainted) ctor
25285:
25286: * src/: include/pa_hash.h, include/pa_request.h,
25287: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25288: main/pa_request.C, main/pa_string.C, main/untaint.C,
25289: targets/cgi/parser3.C: proper @exceptions params tainting
25290:
25291: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25292: response fields to header
25293:
25294: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25295: z
25296:
25297: * src/: classes/_response.h, classes/response.C,
25298: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25299: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25300: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25301: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25302: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25303: $response: 0 request::core exception rethrow
25304:
25305: 2001-03-16 paf
25306:
25307: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25308: types/pa_vrequest.h: native method' class call with less params
25309: then needed error reporting
25310:
25311: * src/: classes/_request.h, classes/request.C,
25312: include/pa_globals.h, include/pa_request.h, main/execute.C,
25313: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25314: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25315: types/pa_vrequest.h: $request : query :uri
25316:
25317: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25318: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25319: types/pa_wcontext.h: $result
25320:
25321: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25322:
25323: * src/: classes/double.C, include/code.h, main/compile.y,
25324: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25325: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25326:
25327: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25328: main/compile.y, main/execute.C, types/pa_value.h,
25329: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25330: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25331: wcontext conflict
25332:
25333: * src/: main/execute.C, types/pa_value.h,
25334: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25335: $string.field
25336:
25337: 2001-03-15 paf
25338:
25339: * src/main/pa_request.C: news sample
25340:
25341: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25342: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25343:
25344: * src/main/: compile.y, execute.C: z
25345:
25346: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25347: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25348: pre pre works
25349:
25350: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25351: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25352: fillfields just compiled
25353:
25354: 2001-03-14 paf
25355:
25356: * src/: include/pa_request.h, main/pa_request.C,
25357: targets/cgi/parser3.C: z
25358:
25359: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25360: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25361: types/pa_vstring.h: limits -1
25362:
25363: * src/: include/pa_globals.h, include/pa_request.h,
25364: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25365: main/pa_request.C, targets/cgi/parser3.C,
25366: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25367: request_info -1
25368:
25369: * src/: include/pa_globals.h, main/pa_globals.C,
25370: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25371: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25372: vform_fields_fill
25373:
25374: * src/targets/cgi/parser3.C: # if MSVC
25375:
25376: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25377: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25378:
25379: * src/targets/cgi/parser3.C: z
25380:
25381: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25382: include/pa_string.h, include/pa_types.h, main/compile.y,
25383: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25384: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25385: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25386: types/pa_vunknown.h: global handler, exceptions in parser3
25387:
25388: 2001-03-13 paf
25389:
25390: * src/: classes/form.C, main/compile.y, main/core.C,
25391: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25392: types/pa_vform.h, types/pa_vstateless_class.C,
25393: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25394: instead
25395:
25396: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25397: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25398: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25399: started cgi target
25400:
25401: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25402: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25403: before error show with parser
25404:
25405: * src/: classes/_form.h, classes/form.C, include/core.h,
25406: include/pa_request.h, main/core.C, main/pa_request.C,
25407: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25408:
25409: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25410:
25411: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25412: parser3.C: renamed targets/ parser to cgi
25413:
25414: * src/: classes/double.C, classes/env.C, classes/int.C,
25415: classes/root.C, classes/string.C, classes/table.C,
25416: include/pa_request.h, types/pa_vhash.h: z
25417:
25418: * src/: classes/_env.h, classes/env.C, classes/root.C,
25419: include/core.h, include/pa_pool.h, include/pa_request.h,
25420: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25421: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25422: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25423: [historical moment :)]
25424:
25425: * src/: include/code.h, include/pa_string.h, main/compile.y,
25426: main/execute.C, main/pa_string.C: 'value is type' expr operator
25427:
25428: * src/types/pa_venv.h: $ENV 1
25429:
25430: * src/main/execute.C: z
25431:
25432: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25433: future methods of ENV constructor if
25434:
25435: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25436: class
25437:
25438: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25439: classes/_root.h, classes/_string.h, classes/_table.h,
25440: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25441: classes/string.C, classes/table.C, include/pa_request.h,
25442: main/compile.C, main/compile_tools.h, main/core.C,
25443: main/execute.C, main/main.dsp, main/pa_request.C,
25444: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25445: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25446: types/pa_vobject.h, types/pa_vstateless_class.C,
25447: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25448: types/pa_wcontext.h: $ENV: re 0, stateless classes
25449:
25450: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25451: classes/_root.h, classes/_string.h, classes/_table.h,
25452: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25453: classes/string.C, classes/table.C, include/pa_request.h,
25454: main/compile.C, main/compile_tools.h, main/core.C,
25455: main/execute.C, main/main.dsp, main/pa_request.C,
25456: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25457: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25458: types/pa_vobject.h, types/pa_vstateless_class.C,
25459: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25460: types/pa_wcontext.h: $ENV: re 0, stateless classes
25461:
25462: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25463: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25464: yesterdays bad decision on execute_static_method
25465:
25466: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25467:
25468: * src/: classes/double.C, classes/int.C, classes/root.C,
25469: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25470:
25471: * src/main/pa_request.C: z
25472:
25473: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25474: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25475:
25476: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25477: include/pa_pool.h, main/pa_request.C:
25478: restructure_exceptions_dead_end
25479:
25480: * src/: classes/root.C, main/compile.y: ^if required junctions.
25481: allowed ; inside {} to break params
25482:
25483: * src/classes/root.C: ^eval
25484:
25485: * src/: classes/_string.h, classes/double.C, classes/int.C,
25486: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25487: string ^format
25488:
25489: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25490: 'bad' but not 'enough'
25491:
25492: * src/: classes/double.C, classes/root.C, classes/table.C,
25493: include/pa_common.h, include/pa_types.h, main/compile.y,
25494: main/pa_common.C, main/pa_request.C, main/untaint.C,
25495: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25496: types/pa_wwrapper.h: think constructing flag as is is bad
25497:
25498: * src/: classes/double.C, classes/int.C, classes/root.C,
25499: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25500: types/pa_vint.h: ^for
25501:
25502: 2001-03-12 paf
25503:
25504: * src/classes/table.C: table ^empty
25505:
25506: * src/: classes/table.C, include/pa_table.h: table ^menu
25507:
25508: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25509: ^offset ^line ^count
25510:
25511: * src/classes/root.C: ^round() ^floor() ^ceiling()
25512: ^abs() ^sign()
25513:
25514: * src/classes/: root.C, table.C: ^use
25515:
25516: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25517: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25518: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25519: ^while. switched off wcontext.constructing after write(value) or
25520: auto-vhash-constructing
25521:
25522: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25523: main/pa_request.C: fail_if_junction_ helper func
25524:
25525: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25526: include/pa_request.h, main/execute.C, main/main.dsp,
25527: main/pa_common.C, main/pa_request.C: ^process error point by
25528: actual method_name, not source. ^load
25529:
25530: * src/types/pa_vtable.h: table: no, better with string in cells...
25531:
25532: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25533: classes/_table.h, classes/table.C, main/untaint.C: z
25534:
25535: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25536: include/pa_table.h, main/core.C, main/execute.C,
25537: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25538: types/pa_value.h: table:set 0
25539:
25540: * src/: classes/root.C, include/core.h, include/pa_array.h,
25541: include/pa_request.h, include/pa_table.h, main/core.C,
25542: main/main.dsp, main/pa_request.C, main/pa_table.C,
25543: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25544: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25545: types/pa_vstring.h: freeze, ^table:create[] -1
25546:
25547: * src/: classes/root.C, types/pa_value.h: z
25548:
25549: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25550: get_method in couple places optimizing them
25551:
25552: * src/classes/root.C: z
25553:
25554: * src/: classes/root.C, types/pa_vclass.h: process temp main
25555: zeroing
25556:
25557: * src/: classes/double.C, classes/int.C, classes/root.C,
25558: classes/string.C, include/pa_common.h, include/pa_request.h,
25559: include/pa_string.h, include/pa_types.h, main/compile.C,
25560: main/compile.y, main/compile_tools.h, main/execute.C,
25561: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25562: types/pa_vmframe.h: ^process. actual names to store param and
25563: check_actual_numbered_params for better place diagnostics
25564:
25565: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25566: method-junctions bug fixed
25567:
25568: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25569: pa_vstateless_object.h, pa_vstring.h: stateless_object
25570:
25571: 2001-03-11 paf
25572:
25573: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25574: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25575: VDouble VInt base now VObject_base - without fields
25576:
25577: * src/: classes/root.C, include/core.h, main/core.C: z
25578:
25579: * src/: classes/double.C, classes/int.C, classes/root.C,
25580: classes/string.C, include/core.h, include/pa_hash.h,
25581: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25582: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25583:
25584: * src/: classes/double.C, classes/int.C, classes/root.C,
25585: include/pa_request.h, main/execute.C: intercept_string
25586:
25587: * src/: classes/double.C, classes/int.C, classes/root.C,
25588: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25589:
25590: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25591: ^inc-s(expr)
25592:
25593: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25594: classes/_root.h, classes/_string.h, classes/double.C,
25595: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25596: include/code.h, include/core.h, include/pa_array.h,
25597: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25598: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25599: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25600: include/pa_types.h, main/compile.C, main/compile.y,
25601: main/compile_tools.C, main/compile_tools.h, main/core.C,
25602: main/execute.C, main/pa_array.C, main/pa_common.C,
25603: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25604: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25605: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25606: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25607: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25608: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25609: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25610: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25611:
25612: * src/: main/pa_request.C, types/pa_vhash.h: z
25613:
25614: * src/: include/core.h, include/pa_request.h, main/core.C,
25615: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25616:
25617: * src/: include/pa_valiased.h, include/pa_value.h,
25618: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25619: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25620: include/pa_vjunction.h, include/pa_vmframe.h,
25621: include/pa_vobject.h, include/pa_vstring.h,
25622: include/pa_vunknown.h, include/pa_wcontext.h,
25623: include/pa_wwrapper.h, main/compile.y, main/core.C,
25624: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25625: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25626: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25627: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25628: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25629: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25630: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25631: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25632: include/
25633:
25634: 2001-03-10 paf
25635:
25636: * src/: include/core.h, include/pa_request.h, main/core.C,
25637: main/pa_request.C: run+auto=run
25638:
25639: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25640:
25641: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25642: classes/_root.h, classes/_string.h, classes/double.C,
25643: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25644: include/code.h, include/core.h, include/pa_array.h,
25645: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25646: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25647: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25648: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25649: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25650: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25651: include/pa_vjunction.h, include/pa_vmframe.h,
25652: include/pa_vobject.h, include/pa_vstring.h,
25653: include/pa_vunknown.h, include/pa_wcontext.h,
25654: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25655: main/compile_tools.C, main/compile_tools.h, main/core.C,
25656: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25657: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25658: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25659: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25660: main/pa_wcontext.C: sources header
25661:
25662: * src/main/pa_request.C: auto..
25663:
25664: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25665: main/pa_request.C: auto tree0
25666:
25667: * src/: include/core.h, include/pa_request.h, main/compile.y,
25668: main/core.C, main/pa_request.C: names to core.C
25669:
25670: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25671: include/pa_request.h, main/core.C, main/execute.C,
25672: main/pa_common.C, main/pa_request.C: root auto.p loaded
25673:
25674: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25675: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25676: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25677: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25678:
25679: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25680: @auto[] realised. auto.p scan togo
25681:
25682: * src/: include/pa_request.h, main/execute.C: autocalc
25683: code-junctions result now have names
25684:
25685: * src/: classes/double.C, classes/int.C, classes/root.C,
25686: classes/string.C, include/pa_request.h, include/pa_string.h,
25687: include/pa_wcontext.h, main/compile.y, main/execute.C,
25688: main/pa_string.C, main/pa_wcontext.C: tainting 0
25689:
25690: * src/classes/env.C: env:file/line
25691:
25692: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25693: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25694: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25695: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25696: main/compile_tools.C, main/compile_tools.h, main/core.C,
25697: main/execute.C, main/main.dsp, main/pa_cframe.C,
25698: main/pa_request.C, main/pa_wcontext.C: const fight finished
25699:
25700: * src/include/pa_vclass.h: const fight to go
25701:
25702: * src/: classes/_env.h, classes/env.C, classes/root.C,
25703: include/pa_request.h, include/pa_vclass.h, main/core.C,
25704: main/main.dsp: env0
25705:
25706: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25707: classes/_string.h, classes/double.C, classes/int.C,
25708: classes/root.C, classes/string.C, include/pa_request.h,
25709: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25710: include/pa_wcontext.h, main/core.C, main/main.dsp,
25711: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25712: main/pa_wcontext.C: ^lang prepare0
25713:
25714: 2001-03-09 paf
25715:
25716: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25717: construct proper naming
25718:
25719: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25720: classes/double.C, classes/int.C, classes/root.C,
25721: classes/string.C, include/code.h, include/pa_value.h,
25722: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25723: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25724: main/compile.y, main/compile_tools.C, main/core.C,
25725: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25726: and ^double[]. fixed expr type
25727:
25728: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25729: ^string.length[]
25730:
25731: 2001-03-08 paf
25732:
25733: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25734:
25735: * src/: include/pa_vclass.h, include/pa_vstring.h,
25736: include/pa_wcontext.h, main/compile.y, main/core.C,
25737: main/execute.C, main/main.dsp: dead end: vstring can't be
25738: derivated from vobject
25739:
25740: * src/: include/pa_vclass.h, include/pa_vhash.h,
25741: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25742:
25743: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25744: remained clone conseqs
25745:
25746: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25747:
25748: * src/main/pa_vclass.C: wow! vclass were out of vcs
25749:
25750: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25751: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25752: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25753: include/pa_vobject.h, include/pa_vstring.h,
25754: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25755: main/execute.C: withoud cloning. didn't need it actually, params
25756: got passed from out unnamed ewpool
25757:
25758: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25759: include/pa_vjunction.h, include/pa_vobject.h,
25760: include/pa_vunknown.h, main/compile.y: cloning dead end
25761:
25762: * src/: include/pa_bool.h, include/pa_double.h,
25763: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25764: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25765: include/pa_vjunction.h, include/pa_vmframe.h,
25766: include/pa_vobject.h, include/pa_vstring.h,
25767: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25768: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25769: to give params proper names
25770:
25771: * src/main/pa_wcontext.C: z
25772:
25773: * src/: include/pa_vmframe.h, main/execute.C: added names to
25774: unknown values in get_element and unfilled params. removed wrong
25775: name change in get_element
25776:
25777: * src/main/execute.C: z
25778:
25779: * src/main/execute.C: fixed problems calling operators in
25780: constructors
25781:
25782: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25783: detected problems calling operators in constructors
25784:
25785: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25786: autocalc def to string
25787:
25788: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25789: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25790:
25791: * src/classes/root.C: added root.c
25792:
25793: * src/: include/pa_request.h, include/pa_value.h,
25794: include/pa_vcframe.h, include/pa_vmframe.h,
25795: include/pa_wcontext.h, main/compile.C, main/compile.y,
25796: main/core.C, main/execute.C, main/pa_cframe.C,
25797: main/pa_wcontext.C: 'if' just compiled
25798:
25799: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25800: include/pa_vjunction.h, include/pa_vmframe.h,
25801: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25802: main/pa_wcontext.C: z
25803:
25804: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25805: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25806: with parameter names in operator methods
25807:
25808: * src/main/compile.y: minor renamings in .y
25809:
25810: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25811: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25812: @BASE. changed 'RUN' assignment mech
25813:
25814: * src/main/execute.C: z
25815:
25816: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25817: main/compile_tools.h, main/execute.C: made class: dynamic, not
25818: static. so to enable runtime ^use
25819:
25820: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25821:
25822: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25823: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25824:
25825: * src/main/execute.C: root root in code-junction
25826:
25827: 2001-03-07 paf
25828:
25829: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25830: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25831:
25832: * src/: include/pa_stack.h, include/pa_value.h,
25833: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25834: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25835: fixed rwcontext of {} params up
25836:
25837: * src/main/: compile.y, compile_tools.h: ^func(params)
25838:
25839: * src/main/compile.y: .y priorities syntax shaped up a bit
25840:
25841: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25842: include/pa_vunknown.h, main/compile.y, main/execute.C,
25843: main/pa_hash.C: expr def in -f
25844:
25845: * src/main/: compile.y, execute.C: expr calls
25846:
25847: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25848: fixed
25849:
25850: * src/main/compile.y: expr quoted code
25851:
25852: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25853: support0
25854:
25855: * src/main/compile.y: expr string comparisons 0
25856:
25857: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25858: main/pa_string.C: just compiled lt&co
25859:
25860: * src/main/execute.C: ^var.menu{$field} problem detected. that
25861: $field not a $var.field
25862:
25863: 2001-03-06 paf
25864:
25865: * src/main/compile.y: .y expr visible-shorter
25866:
25867: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25868: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25869: logical
25870:
25871: * src/: include/pa_vstring.h, main/compile.y: problems with
25872: skipping whitespace in yylex
25873:
25874: * src/include/pa_vbool.h: forgot this
25875:
25876: * src/: include/code.h, main/compile.y, main/execute.C: without
25877: string ops in expressions 0
25878:
25879: * src/: include/pa_value.h, include/pa_vdouble.h,
25880: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25881: main/execute.C, main/main.dsp: !~
25882:
25883: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25884: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25885: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25886: include/pa_vunknown.h, include/pa_wcontext.h,
25887: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25888: main/compile_tools.h, main/execute.C: +-*/
25889:
25890: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25891: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25892:
25893: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25894: main/execute.C: expr grammar-1 2*2=4.000000 :)
25895:
25896: * src/main/compile.y: expr grammar-1
25897:
25898: * src/main/compile.y: expr lexx1
25899:
25900: * src/main/: compile.y, execute.C, main.dsp: z
25901:
25902: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25903: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25904: main/execute.C: expr lex0 exec-1
25905:
25906: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25907:
25908: 2001-02-26 paf
25909:
25910: * src/main/compile.y: max_string in yyerror bug fix
25911:
25912: 2001-02-25 paf
25913:
25914: * src/: include/pa_value.h, include/pa_vmframe.h,
25915: include/pa_wcontext.h, main/execute.C: VAliased3
25916:
25917: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25918:
25919: * src/main/execute.C: VAliased1
25920:
25921: * src/: include/pa_request.h, include/pa_value.h,
25922: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25923: VAliased0
25924:
25925: * src/: include/pa_pool.h, include/pa_request.h,
25926: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25927: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25928: VAliased just compiled
25929:
25930: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25931: include/pa_vobject.h, main/execute.C: alias dead end
25932:
25933: * src/: include/pa_value.h, include/pa_vclass.h,
25934: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25935: main/main.dsp: no not get fields into interm VFielded class.
25936: fields & staticfields 1
25937:
25938: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
25939: include/pa_vobject.h, include/pa_wcontext.h,
25940: include/pa_wwrapper.h, main/core.C, main/execute.C,
25941: main/main.dsp: would now get fields into interm VFielded class
25942:
25943: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25944: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25945: include/pa_wcontext.h, main/compile.y, main/core.C,
25946: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
25947: main/pa_wcontext.C: virtuals2
25948:
25949: * src/main/compile.y: : 1
25950:
25951: * src/main/compile.y: rethought to $class:static.field.subfield
25952:
25953: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
25954: $class:element
25955:
25956: * src/: include/pa_value.h, include/pa_vmframe.h,
25957: include/pa_wwrapper.h, main/compile.y, main/execute.C,
25958: main/pa_wcontext.C: before execute class calls rewrite
25959:
25960: * src/: include/pa_request.h, main/compile.C, main/core.C: default
25961: name RUN, also alias
25962:
25963: * src/main/compile.y: escaping bug
25964:
25965: * src/: include/pa_request.h, include/pa_value.h,
25966: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
25967: main/core.C, main/execute.C, main/pa_common.C: vobject1
25968:
25969: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25970: include/pa_vmframe.h, include/pa_vobject.h,
25971: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25972: main/compile_tools.h, main/execute.C: ^class:method() just
25973: compiled
25974:
25975: 2001-02-24 paf
25976:
25977: * src/main/main.dsp: no bison -d
25978:
25979: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
25980: class' err msg wrong
25981:
25982: * src/main/compile.y: z
25983:
25984: * src/main/: compile.y, core.C: yylex need some @special lines adj
25985:
25986: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
25987: main/compile.y, main/compile_tools.h, main/core.C: modules0
25988:
25989: * src/: include/pa_vclass.h, main/core.C: z
25990:
25991: * src/: include/pa_value.h, include/pa_vclass.h,
25992: include/pa_vobject.h, main/main.dsp: vobject00
25993:
25994: * src/main/pa_array.C: minor bug in expanding very small arrays.
25995: 60% from 1 were 0
25996:
25997: * src/: include/pa_value.h, include/pa_wcontext.h,
25998: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
25999: as bad as you've named it: wcontext.value() was not a perfect
26000: idea
26001:
26002: * src/main/execute.C: codeframe1
26003:
26004: * src/: include/pa_value.h, include/pa_vcframe.h,
26005: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26006: include/pa_vjunction.h, include/pa_vmframe.h,
26007: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26008: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26009: just compiled
26010:
26011: * src/: include/pa_vframe.h, main/compile.y: found junction
26012: ideology @: ^x{$a()) must construct current wcontext element, so
26013: smart wcontext handling needed
26014:
26015: * src/main/compile.y: fixed grammar bugs in constructor/params
26016: klinch
26017:
26018: * src/main/: compile.y, execute.C: fixed empty constructor
26019: optimized empty case. failed on calls - produced empty string
26020: param
26021:
26022: * src/main/compile.y: fixed last \n macrotemplate strip bug
26023:
26024: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26025: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26026: main/compile_tools.C, main/compile_tools.h, main/core.C,
26027: main/execute.C: code junctions0. something wrong with last \n
26028: macrotemplate strip
26029:
26030: * src/: include/pa_value.h, main/compile.C, main/core.C,
26031: main/pa_value.C: minor error reporting format beautifyings
26032:
26033: * src/: include/pa_value.h, include/pa_vclass.h,
26034: include/pa_vframe.h, main/core.C, main/execute.C,
26035: main/pa_value.C: get_method RIP. junctions everywhere. call with
26036: junctions0
26037:
26038: 2001-02-23 paf
26039:
26040: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26041: pa_wwrapper.h: lara came, can't work, sorry :(
26042:
26043: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26044: junction
26045:
26046: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26047: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26048: main/execute.C, main/main.dsp, main/pa_value.C: call0
26049:
26050: * src/: include/pa_hash.h, include/pa_value.h,
26051: include/pa_wcontext.h, main/core.C, main/execute.C,
26052: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26053: done
26054:
26055: * src/include/pa_wcontext.h: z
26056:
26057: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26058: wrong grammar in complex constructor case
26059:
26060: * src/main/: compile.y, execute.C: empty constructor bug fixed
26061:
26062: * src/main/execute.C: with result rwpool
26063:
26064: * src/: include/pa_value.h, main/core.C, main/execute.C,
26065: main/main.dsp: value named
26066:
26067: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26068: strign 2 value in 2 places in execute
26069:
26070: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26071: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26072: wcontext.put_element when wcontext fvalue==0
26073:
26074: 2001-02-22 paf
26075:
26076: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26077: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26078: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26079:
26080: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26081: erroreos checkout
26082:
26083: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26084:
26085: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26086: main/compile_tools.h, main/pa_array.C: $self.get
26087:
26088: * src/main/: compile.C, compile.y, compile_tools.C: z
26089:
26090: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26091: bit. finished now.
26092:
26093: * src/main/compile.y: $: finished
26094:
26095: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26096:
26097: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26098: main/execute.C: OP_STRING better then some xxx _VALUE
26099:
26100: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26101: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26102: string to vstring it .y all
26103:
26104: * src/: include/pa_request.h, include/pa_stack.h,
26105: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26106: all
26107:
26108: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26109: precise parse error line:col
26110:
26111: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26112: main/pa_hash.C, main/pa_pool.C: TRY...
26113:
26114: * src/: include/pa_exception.h, include/pa_pool.h,
26115: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26116: main/compile.C, main/compile.y, main/compile_tools.C,
26117: main/core.C, main/pa_array.C, main/pa_exception.C,
26118: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26119: main/pa_table.C: removed exception from request
26120:
26121: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26122: some forgotten
26123:
26124: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26125: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26126: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26127: get/put simple vars to VClass works0
26128:
26129: * src/: include/pa_array.h, include/pa_wcontext.h,
26130: main/pa_string.C: in process, but found that exceptions are too
26131: global
26132:
26133: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26134: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26135: main/execute.C, main/pa_string.C: write_value write_string 0 it
26136: seems wcontext must write strings regardles of fvalue!=0
26137:
26138: 2001-02-21 paf
26139:
26140: * src/main/execute.C: tired :)
26141:
26142: * src/main/: compile.C, compile.y, execute.C: store0
26143:
26144: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26145: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26146: include/pa_wcontext.h, main/compile.C, main/compile.y,
26147: main/execute.C, main/main.dsp, main/pa_array.C,
26148: main/pa_request.C: get put -1 [just compiled]
26149:
26150: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26151: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26152: main/main.dsp, main/pa_request.C: request core methods0
26153:
26154: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26155: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26156: execute
26157:
26158: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26159: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26160: methods and one_big_piece. now compile returns array<method*>
26161:
26162: * src/main/compile.y: more straightforward yylex[end]
26163:
26164: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26165: string.operator==(char*)
26166:
26167: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26168: main/execute.C, main/pa_array.C: after array.const get wonders
26169:
26170: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26171: pa_string.h, pa_value.h: struck with const array.gets
26172:
26173: * src/main/: execute.C: z
26174:
26175: * src/main/: compile.y, execute.C: z
26176:
26177: * src/main/: compile.C, compile.y, compile_tools.h: error
26178: processing in eval & yyerror so it wouldn't cause memleaks.
26179:
26180: * src/main/: compile.C, compile.y: failed to add absolute precies
26181: parse error positions. leaving RIGHTMOST position as
26182: @file[line:col]
26183:
26184: * src/: include/compile.h, main/compile.C, main/compile.y,
26185: main/compile_tools.h: line numbers needed. would add them to .y
26186: now internally. externally it's not as precise as needed
26187:
26188: * src/: include/code.h, include/pa_types.h, main/compile.C,
26189: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26190: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26191: compiler works ok
26192:
26193: 2001-02-20 paf
26194:
26195: * src/main/: compile.C, compile.y, compile_tools.C,
26196: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26197: not perfect
26198:
26199: * src/: include/code.h, include/compile.h, include/execute.h,
26200: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26201: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26202: main/compile.C, main/compile.y, main/compile_tools.C,
26203: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26204: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26205: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26206: compiled. execute=dump for now
26207:
26208: * src/main/core.C: core rewrite using yacc investigations now will
26209: be compile[yacc]/execute[opcodes]
26210:
26211: 2001-02-15 paf
26212:
26213: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26214: rewrite as turing machine? for it seems it would be it's too many
26215: ifs with this syntax now
26216:
26217: 2001-02-14 paf
26218:
26219: * src/main/core.C: get_params 1
26220:
26221: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26222: :( ]
26223:
26224: * src/main/core.C: varios breaks
26225:
26226: * src/main/core.C: get names 3
26227:
26228: * src/main/core.C: get names 2
26229:
26230: * src/main/core.C: get names 1
26231:
26232: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26233: names 0
26234:
26235: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26236: text repassing2 operator static vars
26237:
26238: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26239: main/pa_string.C: process text repassing
26240:
26241: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26242: module:calls changes
26243:
26244: 2001-02-13 paf
26245:
26246: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26247: ^class:calls[] started
26248:
26249: * src/: include/pa_value.h, main/core.C: z
26250:
26251: * src/main/core.C: operators : and self. prefixes
26252:
26253: * src/main/core.C: z
26254:
26255: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26256: tested
26257:
26258: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26259: optimized
26260:
26261: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26262: would change privates to better support optimization
26263:
26264: * src/: include/pa_string.h, main/pa_string.C:
26265: String_iterator::skip_to todo:optimize
26266:
26267: 2001-02-12 paf
26268:
26269: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26270: String_iterator
26271:
26272: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26273: comments
26274:
26275: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26276: self/methodref joined
26277:
26278: 2001-02-11 paf
26279:
26280: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26281: main/main.dsp: core started. core.C, context&value .h
26282:
26283: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26284: include/pa_string.h, main/main.dsp, main/pa_array.C,
26285: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26286:
26287: 2001-01-30 paf
26288:
26289: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26290: comments
26291:
26292: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26293: main/pa_pool.C: moved pa_pool.C to be target specific
26294:
26295: * src/: include/pa_exception.h, include/pa_pool.h,
26296: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26297: to & changes
26298:
26299: * src/: include/pa_exception.h, include/pa_pool.h,
26300: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26301: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26302: re-associated. that's much better even removed 'die' necessety
26303:
26304: * src/: include/pa_error.h, include/pa_exception.h,
26305: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26306: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26307: targets/Makefile.am: lowered targets/parser into subdir, added
26308: parser_Pool(Pool) failed to add. would think..
26309:
26310: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26311: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26312: main/pa_string.C, main/pa_table.C: Table more like C++ style
26313: hence lots of 'const'
26314:
26315: * src/: include/pa_error.h, include/pa_request.h,
26316: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26317: main/pa_table.C: Error fixed
26318:
26319: 2001-01-29 paf
26320:
26321: * src/: include/pa_array.h, include/pa_common.h,
26322: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26323: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26324: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26325: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26326:
26327: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26328: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26329: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26330: main/pa_string.C, main/pa_table.C: Request Error Table
26331:
26332: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26333: templates"
26334:
26335: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26336: main/main.dsp, main/pa_array.C: templates failed no template
26337: specializations [VC6], no library auto instantation [VC6, GNU c++
26338: 2.95.2-6 from latest cygwin]
26339:
26340: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26341: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26342: main/main.dsp, main/pa_array.C, main/pa_string.C,
26343: main/pa_table.C: Table started would test template Array now
26344:
26345: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26346: String originating
26347:
26348: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26349: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26350: SYNCHRONIZED(thread_safe)
26351:
26352: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26353: parts to top
26354:
26355: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26356: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26357: see: needed only in global Hash now, made Hash:: put/get
26358: SYNCHRONIZED
26359:
26360: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26361: main/pa_threads.C: added pa_threads
26362:
26363: Mutex
26364:
26365: * src/include/pa_hash.h: some comments
26366:
26367: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26368: Array& operator += (Array& src)
26369:
26370: * src/main/pa_array.C: expand not convinient, would rewrite
26371:
26372: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26373: (Array& src)
26374:
26375: rethought, would change now
26376:
26377: 2001-01-27 paf
26378:
26379: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26380: caching
26381:
26382: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26383: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26384: cache rethought to chunk caching
26385:
26386: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26387: include/pa_string.h, main/main.dsp, main/pa_array.C,
26388: main/pa_hash.C, main/pa_string.C: Array 0
26389:
26390: * src/main/pa_string.C: String::operator ==
26391:
26392: * src/main/pa_hash.C: String(&String)
26393:
26394: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26395:
26396: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26397: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26398: pa_hash[forgotten]
26399:
26400: 2001-01-26 paf
26401:
26402: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26403: removed templates [vc++ suxx]
26404:
26405: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26406: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26407:
26408: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26409:
1.119 moko 26410: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26411:
1.119 moko 26412: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26413: check
26414:
26415: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26416: dynamic row_count
26417:
26418: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26419: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26420: targets/Makefile.am: Initial revision
26421:
26422: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26423: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26424: targets/Makefile.am: creating parser3 module
26425:
E-mail: