Annotation of parser3/ChangeLog, revision 1.218
1.218 ! moko 1: 2025-05-26 moko
! 2:
! 3: * src/: classes/array.C, classes/curl.C, classes/hash.C,
! 4: classes/hashfile.C, classes/image.C, classes/table.C,
! 5: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
! 6: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
! 7: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
! 8: VString(const char *avalue) added and used to optimize new
! 9: VString(*new String(i.key(), String::L_TAINTED)) (related to
! 10: feature #1277)
! 11:
! 12: * src/: classes/array.C, classes/curl.C, classes/file.C,
! 13: classes/hash.C, classes/image.C, classes/json.C,
! 14: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
! 15: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
! 16: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
! 17: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
! 18: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
! 19: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
! 20: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
! 21: types/pa_vxnode.C: implements feature #1277 String::Body(const
! 22: char *abody) now explicit but HashString::put(const char *str, V
! 23: value) added for simplicity optimizations: HASH_PUT_CSTR used
! 24: where hash.put called several time during execution; caching
! 25: String::Body::uitoa used at all pash.put(<uint> calls.
! 26:
! 27: 2025-05-25 moko
! 28:
! 29: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
! 30: to feature #1277)
! 31:
! 32: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
! 33:
! 34: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
! 35: added for caching (related to feature #1277)
! 36:
! 37: * src/include/pa_string.h: optimized String:pos versions added
! 38: (without language + char *) (related to feature #1277)
! 39:
! 40: 2025-05-24 moko
! 41:
! 42: * tests/: 445.html, results/445.processed: test for
! 43: ^hash.array[[keys|values]] added (related to feature #1274)
! 44:
! 45: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
! 46: feature #1274)
! 47:
1.217 moko 48: 2025-01-26 moko
49:
50: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
51:
1.216 moko 52: 2025-01-25 moko
53:
54: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
55:
56: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
57: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
58: autoheader && automake && autoconf
59:
60: * src/lib/ltdl/configure.ac: new autotools used
61:
62: * acsite.m4, configure.ac: new autotools warnings fixed
63:
1.213 moko 64: 2025-01-10 moko
65:
1.215 moko 66: * tests/results/320.processed: test result updated after syslog
67: added
68:
1.214 moko 69: * src/classes/op.C: minor MSVC fixes
70:
71: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
72:
1.213 moko 73: * operators.ru.txt, operators.txt: +
74: ^syslog[ident;message[;info|warning|error|debug]]
75:
76: * src/classes/op.C: +
77: ^syslog[ident;message[;info|warning|error|debug]] (implelents
78: feature #1270)
79:
80: * configure, configure.ac, src/include/pa_config_auto.h.in,
81: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
82:
83: 2025-01-06 moko
84:
85: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
86: 2^n) calculated and used
87:
88: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
89: https://www.hadrons.org/software/libmd/
90:
1.212 moko 91: 2024-12-28 moko
92:
93: * tests/httpd/run_tests.sh: for FreeBSD compatibility
94:
95: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
96: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
97: $request:uri and $request:path tests added (related to feature
98: #1269)
99:
100: * operators.ru.txt, operators.txt: + $request:path documented
101: (related to feature #1269)
102:
103: * tests/: 065.html, results/065.processed: $request:path,
104: $request:uri tested
105:
106: * src/types/pa_vrequest.C: $request:path default is empty string to
107: match an empty URI in console mode (related to feature #1269)
108:
109: * etc/auto.p.in: $request:path used (related to feature #1269)
110:
111: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
112: (implements feature #1269)
113:
114: 2024-12-26 moko
115:
116: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
117: 3.5.0
118:
119: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
120: pa-include/pa_errno.h, pa-include/pa_file_info.h,
121: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
122: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
123: pa_strcat
124:
125: * tests/results/223.processed: apache upgraded @parser.ru
126:
127: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
128: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
129: pa-include/pa_errno.h, pa-include/pa_file_info.h,
130: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
131: pa-include/pa_strings.h: sdbm updated from version included in
132: apache 2.0.43 to version included in apache 2.0.65
133:
134: 2024-12-24 moko
135:
136: * etc/auto.p.in: to avoid patching Debian package
137:
138: * src/main/: pa_exec.C, pa_http.C: final fixes for
139: --with-build-warnings (dangling-reference warnings can be
140: ignored)
141:
142: 2024-12-23 moko
143:
144: * src/: classes/file.C, classes/hash.C, classes/op.C,
145: include/pa_common.h, main/pa_http.C, main/pa_request.C,
146: types/pa_vcookie.C, types/pa_vform.C: more fixes for
147: --with-build-warnings
148:
149: * src/: classes/date.C, classes/inet.C, classes/op.C,
150: classes/reflection.C, include/pa_array.h,
151: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
152: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
153: --with-build-warnings
154:
1.211 moko 155: 2024-12-21 moko
156:
157: * Makefile.am: +operators.ru.txt
158:
159: * operators.ru.txt, operators.txt: typo fixed
160:
161: 2024-12-20 moko
162:
163: * operators.txt: whitespace synced
164:
165: * operators.ru.txt, operators.txt: curl added
166:
167: * operators.ru.txt, operators.txt: logically sorted
168:
169: * operators.ru.txt: id added
170:
171: * operators.txt: ID added
172:
173: * operators.txt: translated
174:
175: * operators.ru.txt, operators.txt: operators.txt translated to
176: english, synced format with operators.ru.txt
177:
178: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
179: formatted
180:
181: * operators.ru.txt, operators.txt: formatted, actualized, oracle
182: info moved to separate file
183:
184: 2024-12-19 moko
185:
186: * src/targets/cgi/parser3.C: avoid parser version requests logging
187: in parser3.log
188:
189: 2024-12-18 moko
190:
191: * buildall: preventing --with-system-mailreceive linking with
192: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
193: to feature #1199)
194:
1.210 moko 195: 2024-12-16 moko
196:
1.211 moko 197: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 198:
199: * src/classes/table.C: exception text fixed
200:
201: 2024-12-15 moko
202:
203: * tests/: 102.html, results/102.processed: tests updated after
204: $form:fields not editable again (related to feature #1254)
205:
206: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
207: be edited (related to feature #1254)
208:
209: * src/types/pa_vform.C: reverted that
210: $form:fields/tables/files/imap can be edited (related to feature
211: #1254) for backward compatibility
212:
213: 2024-12-14 moko
214:
1.211 moko 215: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 216:
217: * tests/results/auto.p: avoid $mac execution unless on OS X
218:
219: * tests/388-sql.html: more OS support
220:
221: 2024-12-13 moko
222:
223: * tests/388-sql.html: sql tests under OS X now fixed
224:
225: * tests/results/auto.p: curl test under OS X now works
226:
227: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
228: no dll name under Windows, hiding
229:
230: * tests/: 379-curl.html, results/379-curl.processed: some curl
231: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
232:
233: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
234: 389.html, results/030.processed, results/212.processed,
235: results/219.processed, results/273.processed,
236: results/320.processed, results/346-curl.processed,
237: results/389.processed, results/auto.p: ^try-catch-filtered added
238: and used
239:
240: * tests/: 347-curl.html, results/347-curl.processed: support for
241: different error messages
242:
243: * src/classes/curl.C: several curl libraries supported,
244: ^curl:options[ $.library[] ] resets to default
245:
246: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
247: removed as depends on curl version
248:
249: * tests/results/: 223-curl.processed, 394-curl.processed: curl
250: fixed bug with \n in file names, test result updated
251:
252: * tests/388-sql.html: +libmysqlclient.so
253:
254: * etc/auto.p.in: +libmariadb
255:
256: 2024-12-12 moko
257:
258: * tests/: 388-sql.html, results/429-sql.processed: test results
259: updated after test changed
260:
261: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
262: for newer MariaDB compatibility
263:
264: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
265: results/429-sql.processed: key -> id for new MariaDB
266: compatibility
267:
268: * src/types/pa_vmethod_frame.h: warning war
269:
270: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
271: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
272: including for Debian package
273:
274: 2024-12-11 moko
275:
276: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
277: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
278: $status:log-filename added (related to feature #1262)
279:
280: * tests/: 440.html, results/440.processed: test for row is checked
281: before accessing when table is modified during select (related to
282: bug #1258)
283:
284: * src/: classes/table.C, include/pa_table.h: row should be checked
285: before accessing as table can be modified during select (related
286: to bug #1258)
287:
288: * src/types/pa_vmail.C: $mail:received tables -> elements array
289: (related to feature #1226)
290:
291: * src/: classes/file.C, classes/image.C, classes/table.C,
292: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
293: better messages (related to feature #1267)
294:
295: * tests/results/: 065.processed, 246.processed, 337.processed,
296: 342.processed, 352.processed, 356.processed, 364.processed,
297: 372.processed, 373.processed, 389.processed, 404.processed,
298: 406.processed, 414.processed, 430.processed, 432.processed,
299: 442.processed: tests updated after params.as_string error
300: reporting was improved (related to feature #1267)
301:
302: * src/classes/reflection.C: error messages optimized (related to
303: feature #1267)
304:
305: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
306: error reporing for params.as_* (related to feature #1267)
307:
308: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
309: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
310: #1267)
311:
312: * tests/results/: 246.processed, 414.processed, 432.processed:
313: tests updated after params.as_string error reporting was improved
314: (related to feature #1267)
315:
316: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
317: reporing for params.as_string (implements feature #1267)
318:
319: * tests/: 065.html, results/065.processed: tests for file methods
320: accepting file as filename added (related to feature #1265)
321:
322: * src/: classes/file.C, include/pa_exception.h,
323: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
324: methods now accept file as path specification (adopted Sumo patch
325: implements feature #1265)
326:
327: * tests/: 400.html, results/400.processed: tests for result
328: optimization "locks" after first method call (related to feature
329: #1266)
330:
331: 2024-12-10 moko
332:
333: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
334: result_optimization comments (related to feature #1266)
335:
336: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
337: $result now stored in my_result, not in local variables hash
338: (implements feature #1266)
339:
1.209 moko 340: 2024-12-09 moko
341:
1.210 moko 342: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
343: set_my_variable in preparation for $result optimization (related
344: to feature #1266)
345:
1.209 moko 346: * tests/results/119.processed: newline corrected for some OS
347:
348: * tests/: 441.html, results/441.processed: Debian-specific test
349: commented
350:
351: * buildall: pcre2 10.42 -> 10.44
352:
353: 2024-12-08 moko
354:
355: * buildall: external links fixed
356:
357: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
358:
359: * src/include/pa_table.h: some clang versions compilation fix
360:
361: * configure.ac: 3.4.7b -> 3.5.0rc
362:
363: 2024-12-07 moko
364:
365: * tests/: 443.html, 444.html, results/443.processed,
366: results/444.processed: tests for named params (related to feature
367: #1205)
368:
369: * src/: classes/reflection.C, types/pa_method.h: named_params
370: support in reflection (related to feature #1205)
371:
372: * src/types/pa_vmethod_frame.h: extra_params and named params
373: should be also inited in ^method[] call (related to feature
374: #1205)
375:
376: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
377: support using @method[arg;.named_arg;.named_arg2] syntax
378: (implements feature #1205)
379:
380: * tests/: 443.html, results/443.processed: test for *args inited
381: added (related to bug #1264)
382:
383: * src/types/pa_vmethod_frame.h: *args are now inited even if not
384: specified (fixes bug #1264)
385:
386: * tests/: 442.html, results/442.processed: tests for
387: params.as_file_name(N) with empty file name added (related to
388: feature #1121)
389:
390: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
391: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
392: include/pa_exception.h, types/pa_vmethod_frame.h:
393: params.as_file_name(N) added and used instead of
394: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
395: (implements feature #1121)
396:
397: * src/: classes/file.C, classes/image.C, classes/op.C,
398: classes/table.C, include/pa_exception.h: filename is everywhere
399: params.as_string, unify exception and remove
400: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
401:
402: * tests/: 141.html, results/141.processed: test for
403: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
404: to feature #1263)
405:
406: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
407: $.format[file] ] now supported (implements feature #1263)
408:
409: 2024-12-06 moko
410:
411: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
412: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
413: (cgi/console/mail/httpd/apache/isapi) added (related to feature
414: #1262)
415:
416: 2024-12-05 moko
417:
418: * src/targets/cgi/parser3.C: more correct arguments processing to
419: block -fl config.file log.file logic (related to feature #1262)
420:
421: 2024-12-04 moko
422:
423: * src/targets/cgi/parser3.C: now only one log location is selected
424: and tried. -l - supported for stderr specification (related to
425: feature #1262)
426:
427: 2024-12-03 moko
428:
429: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
430: results/010.processed, results/415.processed: tests for
431: $.(expression)[value], $a.(expression), ^v.(expression)[args]
432: added (related to feature #1064)
433:
434: * src/main/compile.y: $.(expression)[value], $a.(expression),
435: ^v.(expression)[args] now supported (implements feature #1064)
436:
437: 2024-12-02 moko
438:
439: * src/targets/cgi/parser3.C: -l /path/to/log options added
440: (implements feature #1262)
441:
1.208 moko 442: 2024-12-01 moko
443:
444: * tests/: 010.html, results/010.processed: some tests related to
445: bug #1149 added
446:
447: * src/main/compile.y: the check pc.pos.col > 1 is not required
448: because we can't be here without a '$' before. The begin == end
449: check was incorrect since $[a]{b} fits this condition (fixes bug
450: #1149)
451:
452: 2024-11-29 moko
453:
454: * src/classes/array.C: warning war
455:
456: 2024-11-26 moko
457:
458: * tests/: 441.html, results/441.processed: a bit more testing
459: (related to bug #1238)
460:
461: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
462:
463: * src/main/pa_exec.C: simplification arg_quote added (related to
464: bug #1229)
465:
1.207 moko 466: 2024-11-25 moko
467:
468: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
469: bug #1239)
470:
471: 2024-11-24 moko
472:
473: * src/main/pa_exec.C: added cmd.exe specific
474:
475: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
476: tests for ^file::exec env and args tainting tests (related to bug
477: #1239)
478:
479: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
480:
481: * src/include/pa_config_includes.h: added recommendations for
482: libxslt.a and and libexslt.a compilation under cygwin
483:
484: * tests/results/102.processed: $form:fields.value is now writable,
485: as $form:value (related to feature #1254)
486:
487: * src/include/pa_config_includes.h: cigwin compilation fixes
488:
489: 2024-11-23 moko
490:
491: * tests/httpd/site/run_server.sh: to simplify testing
492:
493: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
494: site/form.html: $form:files and $form:elements tests added, tests
495: with curl supported (related to feature #1254)
496:
497: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
498: types/pa_vform.h: $form:elements implemented, VForm::get_element
499: uses faster SYMBOLS_EQ, hashes no longer copied when using
500: $form:fields/tables/files/imap and can be edited (implements
501: feature #1254)
502:
503: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
504: bug #1261)
505:
1.206 moko 506: 2024-11-17 moko
507:
508: * tests/: 440.html, results/440.processed: tests for
509: ^table.array[], offset restoration, iterators robust tests
510: (related to bug #1258, features #1259 and #1260)
511:
512: * tests/: 439.html, results/439.processed: array and hash iterators
513: robust tests (related to feature #1260)
514:
515: * src/: classes/array.C, classes/table.C, include/pa_array.h,
516: include/pa_table.h: Array_robust_iterator added and used in cases
517: where array can be modified during iteration (implements feature
518: #1260)
519:
520: * src/classes/table.C: ^table.array[], ^table.array[column name],
521: ^table.array{code} added (implements feature #1259)
522:
523: 2024-11-16 moko
524:
525: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
526: table current row restoration after exception and table changes
527: (fixes bug #1258)
528:
529: 2024-11-13 moko
530:
531: * src/classes/table.C: minor optimization
532:
533: * src/main/pa_string.C: \r added to default ^string.trim chars list
534: (https://www.parser.ru/forum/?id=86648)
535:
1.205 moko 536: 2024-11-11 moko
537:
1.206 moko 538: * src/classes/classes.C: set_base commented
539:
540: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
541: deleted
542:
543: * src/classes/classes.vcproj: no more classes.awk and classes.inc
544:
545: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
546: classes.inc
547:
548: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
549: main/pa_globals.C: classes.awk is useless, preparing to delete it
550:
1.205 moko 551: * src/classes/classes.h: temp fix
552:
553: 2024-11-10 moko
554:
555: * src/: classes/date.C, classes/file.C, classes/image.C,
556: classes/op.C, main/pa_string.C: minor optimization
557:
558: * src/: classes/date.C, classes/file.C, classes/image.C,
559: classes/op.C, main/pa_string.C: typo fixed
560:
561: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
562: classes/file.C, classes/image.C, classes/op.C,
563: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
564: memory allocation befor main(). Only 3 allocations in chatsets
565: left (implements feature #1257)
566:
567: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
568: minor naming convention fix
569:
570: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
571: results/436.processed, results/437.processed,
572: results/438.processed: tests for @unhandled_exception processing
573: (related to feature #1256)
574:
575: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
576: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
577: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
578: are now processed in request::core for correct logging and
579: reporting (feature #1256)
580:
581: * src/: include/pa_sapi.h, main/pa_request.C,
582: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
583: targets/isapi/parser3isapi.C: unhandled exception now called if
584: exception occures during $response:download processing (related
585: to bug #1255)
586:
587: * etc/auto.p.in: better 404 error reporting
588:
589: 2024-11-09 moko
590:
591: * src/main/pa_memory.C: more detailed usage comment
592:
593: * src/main/pa_memory.C: usage commented
594:
595: * src/main/pa_memory.C: minor cleanup
596:
597: * src/types/: pa_varray.h, pa_vregex.h: warnings war
598:
599: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
600: httpd/site/029.html, results/436.processed: test for exception in
601: $response:download[] added
602:
603: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
604: and avoid exit status 1 on die
605:
606: * tests/results/: 007.processed, 019.processed, 098.processed,
607: 103.processed, 233.processed: windows headers matter for binary
608: files
609:
610: * tests/httpd/ok.log: tests results updated as extra headers now
611: cleared on error (related to bug #1255)
612:
613: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
614: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
615: targets/isapi/parser3isapi.C: headers buffering to avoid extra
616: headers in errors, custom send_error in cgi/httpd mode to avoid
617: memory allocations (fixes bug #1255)
618:
619: 2024-11-07 moko
620:
621: * tests/: 264.html, results/264.processed: tests updated to test
622: removal of only trailing empty arguments for backward
623: compatibility (related to feature #1252)
624:
625: * src/classes/file.C: remove trailing empty arguments for backward
626: compatibility (related to feature #1252)
627:
628: 2024-11-05 moko
629:
630: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
631: low memory case, when static initialization failed even before
632: main() start
633:
634: 2024-11-04 moko
635:
636: * configure, src/include/pa_config_auto.h.in,
637: src/include/pa_config_fixed.h: _locking no longer used
638:
639: * configure.ac: _locking no longer used (related to bug #1231)
640:
641: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
642:
643: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
644:
645: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
646: unused
647:
648: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
649: be used on locking errors (related to bug #1231)
650:
651: * src/main/pa_os.C: GetLastError used as errno is not set (related
652: to bug #1231)
653:
654: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
655: allowing shared lock to work (fixes bug #1231)
656:
657: * INSTALL: actualized, minor fixes
658:
659: * etc/auto.p.in: default LIMITS added
660:
661: * AUTHORS: links actualized
662:
663: * src/: classes/array.C, classes/bool.C, classes/classes.C,
664: classes/classes.awk, classes/classes.h, classes/curl.C,
665: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
666: classes/hash.C, classes/hashfile.C, classes/image.C,
667: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
668: classes/math.C, classes/memcached.C, classes/memory.C,
669: classes/op.C, classes/reflection.C, classes/regex.C,
670: classes/response.C, classes/string.C, classes/table.C,
671: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
672: include/pa_array.h, include/pa_base64.h,
673: include/pa_cache_managers.h, include/pa_charset.h,
674: include/pa_charsets.h, include/pa_common.h,
675: include/pa_config_fixed.h, include/pa_config_includes.h,
676: include/pa_dictionary.h, include/pa_dir.h,
677: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
678: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
679: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
680: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
681: include/pa_request_charsets.h, include/pa_request_info.h,
682: include/pa_sapi.h, include/pa_socks.h,
683: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
684: include/pa_stack.h, include/pa_string.h,
685: include/pa_stylesheet_connection.h,
686: include/pa_stylesheet_manager.h, include/pa_symbols.h,
687: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
688: include/pa_uue.h, include/pa_xml_exception.h,
689: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
690: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
691: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
692: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
693: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
694: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
695: main/compile.tab.C, main/compile.y, main/compile_tools.C,
696: main/compile_tools.h, main/execute.C, main/pa_base64.C,
697: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
698: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
699: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
700: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
701: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
702: main/pa_sql_driver_manager.C, main/pa_string.C,
703: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
704: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
705: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
706: main/untaint.C, sql/pa_sql_driver.h,
707: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
708: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
709: targets/isapi/parser3isapi.C, types/pa_junction.h,
710: types/pa_method.h, types/pa_property.h, types/pa_value.C,
711: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
712: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
713: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
714: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
715: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
716: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
717: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
718: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
719: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
720: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
721: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
722: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
723: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
724: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
725: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
726: types/pa_vresponse.C, types/pa_vresponse.h,
727: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
728: types/pa_vstateless_object.h, types/pa_vstatus.C,
729: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
730: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
731: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
732: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
733: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
734:
1.203 moko 735: 2024-10-28 moko
736:
1.204 moko 737: * src/classes/array.C: avoid invalidate()
738:
739: * src/: classes/array.C, types/pa_varray.h: minor optimization for
740: fused to survive in ^array::copy[$a] (related to feature #930)
741:
742: * src/types/pa_varray.h: minor optimization as last element is
743: allways defined if present
744:
1.203 moko 745: * tests/: 435.html, results/435.processed: tests for
746: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
747: for array added (related to feature #1253)
748:
749: * src/classes/array.C: typo fixed
750:
751: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
752: ^hash.set([-+]index)[value], and same for array added (implements
753: feature #1253)
754:
755: * tests/results/: 246.processed, 298.processed, 342.processed,
756: 389.processed, 397.processed, 430.processed, 432.processed: tests
757: results update after minor exceptions texts fixes
758:
759: 2024-10-27 moko
760:
761: * src/: classes/array.C, classes/hash.C, classes/math.C,
762: classes/reflection.C, classes/string.C, classes/table.C,
763: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
764: types/pa_vmethod_frame.h: handy as_index() added, several
765: exceptions texts fixed (related to feature #930)
766:
767: * src/: classes/array.C, types/pa_varray.h: non-working
768: $array.fields removed, ^array.delete[index] supported (related to
769: feature #930)
770:
771: * tests/: 431.html, results/431.processed: tests updated after
772: ^a.delete[3] supported
773:
774: * tests/: 431.html, 434.html, results/434.processed: tests for last
775: element used, push/pop, exceptions during arguments processing
776: and used caching (related to feature #930)
777:
778: * src/: classes/array.C, types/pa_varray.h: change_used added for
779: better used caching and now no issues if exception occures during
780: append arguments processing (related to feature #930)
781:
782: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
783: ^array.pop[] added, last element is allways used (related to
784: feature #930)
785:
786: 2024-10-26 moko
787:
788: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
789: types/pa_varray.h: confirm_all_used added where possible (related
790: to feature #930)
791:
792: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
793: small array optimizations (related to feature #930)
794:
795: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
796:
797: * tests/: 431.html, results/431.processed: test for
798: ^array.compact[undef] added
799:
800: * src/classes/array.C: ^array.compact[] now have optional 'undef'
801: argument to also compact undefined elements (related to feature
802: #930)
803:
804: 2024-10-24 moko
805:
806: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
807: VArray::hash is used rarery, no longer caching the result
808:
809: * tests/results/432.processed: testing removed from tests
810:
811: 2024-10-23 moko
812:
813: * tests/: 431.html, results/431.processed: ^array.compact[] test
814: added
815:
816: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
817:
818: * tests/: 432.html, results/432.processed: testing ^array.at[] for
819: both "solid" and "sparse" arrays
820:
821: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
822:
823: 2024-10-22 moko
824:
825: * tests/results/264.processed: spelling
826:
827: * src/classes/file.C: spelling
828:
829: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
830: tests updated after ^file::exec[cmd;;$array] implemented and
831: empty arguments not skipped (related to feature #1252)
832:
833: * src/classes/file.C: ^file::exec[cmd;;$array] supported
834: (implements feature #1252) bugfix: empty arguments no longer
835: skipped
836:
1.205 moko 837: 2024-10-21 moko
838:
839: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
840: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
841: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
842: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
843: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
844: site/index.html, site/test.txt: httpd tests added
845:
1.202 moko 846: 2024-10-20 moko
847:
848: * src/classes/string.C: warnings war
849:
850: * src/: main/pa_string.C, classes/array.C: warnings war
851:
852: * src/classes/json.C: warnings war
853:
854: * src/classes/image.C: warnings war
855:
856: * src/: classes/table.C, types/pa_varray.C: warnings war
857:
858: * src/classes/array.C: warning war
859:
860: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
861:
862: * src/main/main.vcproj: warnings war
863:
864: 2024-10-19 moko
865:
866: * tests/427.html: test updated after constructors renamed
867:
868: 2024-10-18 moko
869:
870: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
871: results/421.processed, results/430.processed,
872: results/431.processed: test updated after constructors renamed
873:
874: * src/classes/array.C: create -> copy, new -> create according to
875: https://www.parser.ru/forum/?id=86603 discussion (related to
876: feature #930)
877:
878: 2024-10-16 moko
879:
880: * src/classes/json.C: $json:array[array or hash] added to provide
881: more backward compatibility (implements feature #1251)
882:
883: 2024-10-15 moko
884:
885: * tests/: 421.html, results/421.processed: test results updated
886: after missing constuctor error check added and array is_index
887: check added
888:
889: * src/main/execute.C: absent constructor message fixed
890:
1.201 moko 891: 2024-10-13 moko
892:
893: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
894: with is_index() before calling index() for better error reporting
895: in method name typo (was invalid number, not method not found
896: exception).
897:
898: 2024-10-08 moko
899:
900: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
901:
902: * src/include/pa_array.h: warnings war
903:
1.200 moko 904: 2024-10-05 moko
905:
906: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
907: returns current row cells array (implements feature #1250)
908:
909: * tests/: 405.html, results/169.processed, results/405.processed:
910: tests updated after ^string.split[;a] implemented (related to
911: feature #1249)
912:
913: * src/classes/string.C: ^string.split[] - 'a' option added for
914: splitting into an array (implements feature #1249)
915:
916: 2024-10-04 moko
917:
918: * tests/: 431.html, results/431.processed: final code coverage
919: array tests
920:
921: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
922: array: confirm_all_used() added and used where possible, expand()
923: now expends faster
924:
925: 2024-10-03 moko
926:
927: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
928:
929: * tests/: 256.html, results/256.processed: test for
930: $.date[unix-timestamp] handling large dates
931:
932: * src/: classes/file.C, classes/op.C, classes/reflection.C,
933: classes/string.C, classes/table.C, include/pa_common.h,
934: main/pa_common.C, main/pa_http.C, main/pa_request.C,
935: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
936: format replaced with pa_uitoa where applicable,
937: $.date[unix-timestamp] fixed for handling large dates
938:
939: * tests/: 433.html, results/433.processed: more tests, including
940: test for possible endless recursion in ^o.GET[]
941:
942: * src/types/pa_vobject.C: bugfix: detecting possible endless
943: recursion in get_scalar_value inside ^o.GET[]
944:
945: * src/: classes/json.C, include/pa_request.h, main/execute.C,
946: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
947: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
948: $LIMITS.max_recursion
949:
950: 2024-10-02 moko
951:
952: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
953: results/253.processed, results/287.processed,
954: results/430.processed, results/433.processed: more tests for full
955: array and json code coverage
956:
957: * tests/: 433.html, results/433.processed: tests for hash functions
958: with array param
959:
960: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
961:
962: * tests/: 432.html, results/432.processed: modified ^hash.at tests
963: in 246.html used to test ^array.at, same result produced
964:
965: * tests/: 430.html, 431.html, results/430.processed,
966: results/431.processed: more array tests for 100% code coverage
967: (related to feature #930)
968:
969: * tests/: 427.html, 430.html, results/427.processed,
970: results/430.processed: first portion of array tests added
971: (related to feature #930)
972:
973: * src/classes/array.C: allow only whitespace string as argument for
974: add and join
975:
976: * src/classes/array.C: add behavour for array synced with hash
977:
978: 2024-09-30 moko
979:
980: * tests/: 429-sql.html, results/429-sql.processed: code coverage
981: tests added
982:
983: * src/classes/array.C: $.distinct should not be used unless
984: $.sparse(true)
985:
986: * tests/: 429-sql.html, results/388-sql.processed,
987: results/429-sql.processed: tests for ^array::sql{}, including
988: multi_statements mode (related to feature #930)
989:
1.199 moko 990: 2024-09-29 moko
991:
992: * src/classes/array.C: synced ^array::sql multi_statements logic
993: with ^hash::sql new behavour
994:
995: 2024-09-28 moko
996:
997: * tests/: 428-sql.html, results/388-sql.processed,
998: results/428-sql.processed: tests updated after column names were
999: fixed in multi_statements mode (related to feature #1197)
1000:
1001: * src/classes/hash.C: column names are fixed for most cases in
1002: multi_statements mode (related to feature #1197)
1003:
1004: * tests/: 428-sql.html, results/195.processed,
1005: results/224.processed, results/239.processed,
1006: results/254.processed, results/261.processed,
1007: results/306.processed, results/333.processed,
1008: results/341.processed, results/343.processed,
1009: results/344.processed, results/348.processed,
1010: results/364.processed, results/389.processed,
1011: results/390.processed, results/415.processed,
1012: results/420.processed, results/421.processed: tests results
1013: updated after error messages spelling minor fixes
1014:
1015: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1016: spelling
1017:
1018: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1019: classes/image.C, classes/math.C, classes/string.C,
1020: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1021: main/execute.C, main/pa_charset.C, main/pa_common.C,
1022: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1023: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1024: types/pa_vmail.C, types/pa_vobject.C,
1025: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1026: types/pa_vxdoc.C: minor error messages spelling fixes
1027:
1028: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1029: implementation (related to feature #930)
1030:
1031: * tests/: 388-sql.html, results/388-sql.processed: test results
1032: updated after rows number ^file::sql{} check added
1033:
1034: * src/classes/file.C: rows number now checked in ^file::sql{}
1035:
1036: * tests/: 428-sql.html, results/428-sql.processed: more tests
1037:
1038: * tests/: 428-sql.html, results/428-sql.processed: more
1039: multi_statements testing before bugfix
1040:
1041: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1042: results/428-sql.processed: support for multiple sql test files
1043: added
1044:
1045: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1046:
1047: * src/classes/hash.C: more accurate one_bool_column processing
1048:
1049: * tests/: 427.html, results/427.processed: Constructors as methods
1050: behavour documented in test
1051:
1052: * src/classes/hash.C: HashStringValue::Iterator used for options
1053:
1054: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1055:
1056: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1057: testing
1058:
1059: * tests/results/367-curl.processed: test result updated after
1060: server charset changed
1061:
1062: * tests/results/347-curl.processed: error messages updated
1063:
1064: * tests/results/: 346-curl.processed, 379-curl.processed,
1065: 394-curl.processed: tests results updated after Type -> Exception
1066: type replacement
1067:
1068: * tests/results/388-sql.processed: tests result updated after Type
1069: -> Exception type
1070:
1071: 2024-09-27 moko
1072:
1073: * src/classes/hash.C: minor simplification
1074:
1075: 2024-09-24 moko
1076:
1077: * src/main/pa_string.C: atoui error messages improved
1078:
1079: * tests/: 165.html, 312.html, results/165.processed,
1080: results/312.processed, results/379.processed: tests updated after
1081: default endless loop limit increased, atoi error messages
1082: improved
1083:
1084: * src/classes/hash.C: VBool::get used, unification
1085:
1.198 moko 1086: 2024-09-22 moko
1087:
1088: * src/classes/array.C: minor simplification
1089:
1090: * src/classes/array.C: ^array.left(N),
1091: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1092:
1093: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1094: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1095: added, default 1000000 (related to feature #930)
1096:
1097: * tests/: 426.html, results/426.processed: test for negative limit
1098: and offset processing for table options added
1099:
1100: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1101: bugfix: negative limit and offset processing for table options
1102: fixed
1103:
1104: 2024-09-21 moko
1105:
1106: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1107: ^for added that also iterates holes; ^remove added (related to
1108: feature #930)
1109:
1110: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1111: $.offset(M) ] added (related to feature #930)
1112:
1113: 2024-09-20 moko
1114:
1115: * src/: classes/array.C, types/pa_varray.h: array:
1116: +foreach[value]{code}, + add[hash with numeric keys] (related to
1117: feature #930)
1118:
1119: 2024-09-19 moko
1120:
1121: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1122: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1123: support $a[v1;v2;...] syntax (related to feature #930)
1124:
1125: 2024-09-17 moko
1126:
1127: * src/: classes/reflection.C, include/pa_request.h,
1128: main/compile_tools.h, main/pa_request.C:
1129: ^reflection:class_alias[existing class name;alias class name]
1130: added. The array class can now be redefined regardless of the
1131: $.replace(bool) option value (related to feature #930)
1132:
1133: * src/main/: compile.y, compile_tools.h: class_add return value
1134: inverted to add it to request class
1135:
1136: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1137: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1138: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1139: resize if required. spared array - added fused, append.
1140:
1.197 moko 1141: 2024-09-16 moko
1142:
1143: * src/types/pa_varray.h: get moved to where it belongs
1144:
1145: 2024-09-15 moko
1146:
1147: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1148: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1149:
1150: * tests/: 421.html, results/323.processed, results/421.processed:
1151: tests updated after 'spared-array' class renamed to 'array'
1152: following a discussion on the forum (related to feature #930)
1153:
1154: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1155: types/pa_vmail.C: initial SparseArray separation from Array,
1156: parser class now 'array'
1157:
1158: 2024-09-14 moko
1159:
1160: * tests/: 030.html, results/030.processed: out of range expires
1161: check added
1162:
1163: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1164: checking expires time using VDate
1165:
1166: 2024-09-13 moko
1167:
1168: * src/: classes/array.C, classes/curl.C, classes/date.C,
1169: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1170: classes/memcached.C, classes/op.C, classes/regex.C,
1171: classes/string.C, classes/xdoc.C, classes/xnode.C,
1172: main/execute.C, main/pa_http.C, main/pa_request.C,
1173: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1174: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1175: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1176: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1177: removed as dynamic_cast is faster, Value::is() is still required
1178: for is operator.
1179:
1180: 2024-09-12 moko
1181:
1182: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1183: classes/table.C, classes/xnode.C, include/pa_array.h,
1184: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1185: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1186: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1187: templated pa_itoa/pa_uitoa added to work with any integer type,
1188: String::Body::Format removed
1189:
1190: 2024-09-10 moko
1191:
1192: * src/classes/array.C: append and insert methods added to
1193: sparse-array (related to feature #930)
1194:
1195: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1196: tests updated after sparse-array was added to avoid ^json:parse[]
1197: using it in old tests (related to feature #930)
1198:
1199: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1200: types/pa_varray.h: sparse-array class added (initial feature #930
1201: implementation)
1202:
1203: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1204: for sparse-array class files (related to feature #930)
1205:
1206: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1207: types/pa_vhash.h: VArray support functions without actual VArray
1208: files (related to feature #930)
1209:
1.196 moko 1210: 2024-09-07 moko
1211:
1212: * src/: classes/curl.C, classes/string.C, classes/table.C,
1213: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1214: main/pa_http.C, main/pa_sql_driver_manager.C,
1215: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1216: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1217: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1218: with Hash::Iterator, has_next() replaced with operator bool
1219: (related to feature #930)
1220:
1221: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1222: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1223: types/pa_vstateless_class.C: Array class extended,
1224: Array::Iterator added and used (related to feature #930)
1225:
1.195 moko 1226: 2024-08-26 moko
1227:
1228: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1229: should be used on argv[0] as well to match document root.
1230:
1.194 moko 1231: 2024-08-25 moko
1232:
1233: * src/main/pa_request.C: be more specific
1234:
1235: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1236: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1237: (fixes bug #1244)
1238:
1239: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1240: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1241: rsplit(..., '\\') is not correct when / and \ are mixed in path
1242:
1243: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1244:
1.193 moko 1245: 2024-07-24 moko
1246:
1247: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1248: main/execute.C, main/pa_string.C: Warning war: clang changed
1249: -Wdeprecated-register warning to -Wregister, it's easier to
1250: remove all register vars then continue this fight. :)
1251:
1252: * src/main/: compile.y, compile.tab.C: warning war: register
1253: removed
1254:
1.192 moko 1255: 2024-07-14 moko
1256:
1257: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1258: checking the HTTP request environment; if the variable is not
1259: present, checking the web server process environment (implements
1260: feature #1242)
1261:
1.191 moko 1262: 2024-05-26 moko
1263:
1264: * tests/: 195.html, 229.html, results/096.processed,
1265: results/097.processed, results/158.processed,
1266: results/186.processed, results/273.processed,
1267: results/293.processed, results/317.processed,
1268: results/389.processed, results/402.processed: tests updated as
1269: single quote now escaped with ' in HTML tainting mode
1270: (related to feature #1241)
1271:
1272: * src/main/untaint.C: single quote now escaped with ' in HTML
1273: tainting mode (implements feature #1241)
1274:
1275: * tests/results/: 020.processed, 021.processed, 026.processed,
1276: 042.processed, 043.processed, 057.processed, 110.processed,
1277: 115.processed, 116.processed, 117.processed, 118.processed,
1278: 119.processed, 120.processed, 125.processed, 126.processed,
1279: 128.processed, 130.processed, 131.processed, 132.processed,
1280: 133.processed, 135.processed, 136.processed, 138.processed,
1281: 139.processed, 140.processed, 145.processed, 150.processed,
1282: 151.processed, 165.processed, 174.processed, 181.processed,
1283: 182.processed, 192.processed, 193.processed, 201.processed,
1284: 213.processed, 224.processed, 226.processed, 230.processed,
1285: 239.processed, 240.processed, 244.processed, 253.processed,
1286: 254.processed, 261.processed, 264.processed, 269.processed,
1287: 274.processed, 275.processed, 288.processed, 294.processed,
1288: 296.processed, 303.processed, 306.processed, 307.processed,
1289: 308.processed, 311.processed, 312.processed, 314.processed,
1290: 315.processed, 316.processed, 320.processed, 323.processed,
1291: 324.processed, 325.processed, 328.processed, 330.processed,
1292: 332.processed, 333.processed, 337.processed, 338.processed,
1293: 341.processed, 342.processed, 343.processed, 344.processed,
1294: 345.processed, 348.processed, 352.processed, 356.processed,
1295: 357.processed, 363.processed, 364.processed, 368.processed,
1296: 372.processed, 373.processed, 376.processed, 378.processed,
1297: 379.processed, 385.processed, 386.processed, 387.processed,
1298: 389.processed, 390.processed, 395.processed, 397.processed,
1299: 398.processed, 399.processed, 404.processed, 406.processed,
1300: 413.processed, 414.processed, 420.processed, 421.processed,
1301: 424.processed, auto.p: Type -> Exception type for readability
1302:
1303: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1304: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1305: results/119.processed, results/165.processed,
1306: results/175.processed, results/192.processed,
1307: results/213.processed, results/217.processed,
1308: results/230.processed, results/240.processed,
1309: results/298.processed, results/380.processed,
1310: results/415.processed: try-catch, try-catch-comment used
1311:
1312: 2024-05-21 moko
1313:
1314: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1315: results/180.processed, results/195.processed,
1316: results/224.processed, results/auto.p: @try-catch-comment added
1317: and used
1318:
1319: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1320: 415.html, results/269.processed, results/283.processed,
1321: results/auto.p: more tests are updated to prepare for apostrophe
1322: escaping in HTML tainting
1323:
1324: * tests/results/: 181.processed, 294.processed, 296.processed,
1325: 315.processed, 379.processed, 389.processed, auto.p:
1326: $exception.comment printed as-is for whitespace reporting and to
1327: prepare for apostrophe escaping in HTML mode
1328:
1.190 moko 1329: 2024-05-11 moko
1330:
1331: * tests/: 099.html, 100.html, results/099.processed,
1332: results/100.processed: a test for non-UTF-8 filename* added
1333: (related to feature #1240)
1334:
1335: * tests/: 293.html, results/293.processed: tainting modes tests
1336: added
1337:
1338: * tests/results/: 099.processed, 100.processed, 205.processed,
1339: 309.processed, 310.processed, 419.processed: tests results
1340: updated after filename* added (related to feature #1240)
1341:
1342: * src/: include/pa_common.h, main/pa_request.C: The filename*
1343: parameter was added to the Content-Disposition header to conform
1344: with RFC 6266, with code provided by Sumo (implements feature
1345: #1240)
1346:
1347: 2024-05-10 moko
1348:
1349: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1350: positive performance effect in our case
1351:
1.189 moko 1352: 2024-03-27 moko
1353:
1354: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1355: (related to feature #1236)
1356:
1357: 2024-03-15 moko
1358:
1359: * tests/: 413.html, results/413.processed: test for object still
1360: can be used as file parameter (related to bug #1218)
1361:
1362: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1363: still can be used in file context (fixes bug #1218)
1364:
1365: 2024-03-14 moko
1366:
1367: * src/include/pa_string.h: ArrayString get() null result assert
1368: also added (related to bug #1238)
1369:
1370: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1371: VString::empty() used instead of new VString()
1372:
1373: 2024-03-12 moko
1374:
1375: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1376: results/379.processed: test added for cookie without value
1377: (related to bug #1238)
1378:
1379: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1380: values are now required to be non-null (related to bug #1238)
1381:
1382: * src/main/pa_http.C: cookies without value are now parsed
1383: correctly (fixed bug #1238)
1384:
1385: 2024-03-11 moko
1386:
1387: * tests/run_parser.sh: for better error reporting
1388:
1.188 moko 1389: 2023-12-30 moko
1390:
1391: * tests/: 038.html, results/038.processed: test for atan2 added
1392:
1393: 2023-12-29 moko
1394:
1395: * src/classes/math.C: atan2(y,x) math function added
1396:
1.187 moko 1397: 2023-12-14 moko
1398:
1399: * tests/212.html: pcre2 compatibility (related to feature #1236)
1400:
1401: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1402: exceptions and behavour added (related to feature #1236)
1403:
1404: 2023-12-13 moko
1405:
1406: * buildall: by default parser is now bundled with pcre2 10.42,
1407: --without-pcre2 option added to build with pcre-8.45 (related to
1408: feature #1236)
1409:
1410: 2023-12-12 moko
1411:
1412: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1413: support added (implements feature #1236)
1414:
1415: * src/: include/pa_charset.h, include/pa_config_includes.h,
1416: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1417: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1418: types/pa_vregex.h: Adopted patch from Yavor Doganov
1419: <yavor@gnu.org> to add pcre2 library support (implements feature
1420: #1236)
1421:
1.186 moko 1422: 2023-11-28 moko
1423:
1424: * src/include/pa_config_includes.h: warnings war continues
1425:
1426: * src/include/pa_config_includes.h: warning war
1427:
1428: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1429: number strings, whitespace and sign in exception messages
1430: (related to bug #1234)
1431:
1.185 moko 1432: 2023-11-26 moko
1433:
1434: * tests/: 274.html, results/224.processed, results/274.processed:
1435: tests for date double, int, bool added (related to feature #1235)
1436:
1437: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1438: added for date class (implements feature #1235)
1439:
1440: 2023-11-23 moko
1441:
1442: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1443: and '-' strings are no longer can be treated as number 0,
1444: exception thrown (fixes bug #1234)
1445:
1.184 moko 1446: 2023-11-18 moko
1447:
1448: * src/include/pa_types.h: minor
1449:
1450: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1451:
1452: * tests/: 389.html, results/389.processed: error messages for some
1453: OS differs a bit, reducing failing tests for them
1454:
1455: 2023-11-17 moko
1456:
1457: * tests/: 423.html, results/423.processed: test for optional
1458: @auto[] inheritance added (related to feature #1233)
1459:
1460: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1461: types/pa_vstateless_class.C: optional @auto[] inheritance
1462: implemented if defined with two args (path, class name)
1463: (implements feature #1233)
1464:
1465: * src/: classes/double.C, classes/int.C, classes/math.C,
1466: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1467: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1468: sync double->int overflow behavour under different architectures
1469: (fixes bug #1232)
1470:
1471: * tests/: 422.html, results/422.processed: int clipping added
1472:
1473: 2023-11-16 moko
1474:
1475: * tests/: 422.html, results/422.processed: test for int and uint
1476: overflow in ^n.format[d/u/x]
1477:
1478: * src/classes/math.C: bugfix: crc32 should not be negative (under
1479: Apple M1 when negative double converts to uint the result is 0)
1480: and crc32 should be 32 bits
1481:
1482: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1483: on Apple M1 it's 0
1484:
1485: * src/classes/file.C: bugfix: crc32 should not be negative (under
1486: Apple M1 when negative double converts to uint the result is 0)
1487: and crc32 should be 32 bits
1488:
1.183 moko 1489: 2023-10-07 moko
1490:
1491: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1492: behavour with other OP_NUM_*, related to bug #1230
1493:
1494: 2023-10-06 moko
1495:
1496: * tests/: 338.html, results/338.processed: test for bug #1230 added
1497:
1498: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1499: be converted to double to avoid 80 bit operations in x87 mode
1500: (fixes bug #1230)
1501:
1502: 2023-10-05 moko
1503:
1504: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1505: compatibility
1506:
1507: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1508:
1509: * tests/: 421.html, results/421.processed: test to cover all
1510: classes and objects nonexistent method and field exceptions
1511: (related to feature #1080 and #1227)
1512:
1513: * tests/results/: 182.processed, 324.processed: undefined method ->
1514: <type> method not found exception (related to feature #1080)
1515:
1516: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1517: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1518: "element can not be fetched from" for them, "field not found" for
1519: all other types (related to bug #1227)
1520:
1521: 2023-10-03 moko
1522:
1523: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1524: <type> method not found" exception now thrown for static calls
1525: instead of "undefined method" without class name (related to
1526: feature #1080)
1527:
1528: 2023-10-02 moko
1529:
1530: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1531: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1532: <method name>, Comment: <type> method not found" exception now
1533: thrown for all dynamic objects instead of "undefined method"
1534: without class name (implements feature #1080)
1535:
1.182 moko 1536: 2023-10-01 moko
1537:
1538: * src/classes/json.C: we don't have a dynamic json object.
1539:
1540: 2023-09-28 moko
1541:
1542: * tests/: 420.html, results/261.processed, results/420.processed:
1543: tests updated after bug #1228 fix reverted
1544:
1545: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1546: whitespace string is hash compatible, so we don't want $s.key to
1547: return a junction
1548:
1549: * tests/: 261.html, 420.html, results/261.processed,
1550: results/420.processed: test for bug #1227 added, test updated
1551: after bug #1228 fixed
1552:
1553: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1554: now throws exception as $non-empty-string.field (fixes bug #1227)
1555:
1556: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1557: #1228)
1558:
1559: 2023-09-26 moko
1560:
1561: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1562: src/classes/classes.C, src/classes/classes.awk,
1563: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1564: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1565: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1566: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1567: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1568: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1569: src/classes/regex.C, src/classes/response.C,
1570: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1571: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1572: src/include/pa_array.h, src/include/pa_base64.h,
1573: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1574: src/include/pa_charsets.h, src/include/pa_common.h,
1575: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1576: src/include/pa_dictionary.h, src/include/pa_dir.h,
1577: src/include/pa_exception.h, src/include/pa_exec.h,
1578: src/include/pa_globals.h, src/include/pa_hash.h,
1579: src/include/pa_http.h, src/include/pa_memory.h,
1580: src/include/pa_opcode.h, src/include/pa_operation.h,
1581: src/include/pa_os.h, src/include/pa_pool.h,
1582: src/include/pa_random.h, src/include/pa_request.h,
1583: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1584: src/include/pa_sapi.h, src/include/pa_socks.h,
1585: src/include/pa_sql_connection.h,
1586: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1587: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1588: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1589: src/include/pa_table.h, src/include/pa_threads.h,
1590: src/include/pa_types.h, src/include/pa_uue.h,
1591: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1592: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1593: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1594: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1595: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1596: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1597: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1598: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1599: src/main/compile.tab.C, src/main/compile.y,
1600: src/main/compile_tools.C, src/main/compile_tools.h,
1601: src/main/execute.C, src/main/pa_base64.C,
1602: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1603: src/main/pa_charsets.C, src/main/pa_common.C,
1604: src/main/pa_dictionary.C, src/main/pa_dir.C,
1605: src/main/pa_exception.C, src/main/pa_exec.C,
1606: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1607: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1608: src/main/pa_request.C, src/main/pa_socks.C,
1609: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1610: src/main/pa_stylesheet_connection.C,
1611: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1612: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1613: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1614: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1615: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1616: src/targets/apache/mod_parser3_core.C,
1617: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1618: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1619: src/types/pa_method.h, src/types/pa_property.h,
1620: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1621: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1622: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1623: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1624: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1625: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1626: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1627: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1628: src/types/pa_vhash.C, src/types/pa_vhash.h,
1629: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1630: src/types/pa_vimage.C, src/types/pa_vimage.h,
1631: src/types/pa_vint.h, src/types/pa_vjunction.C,
1632: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1633: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1634: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1635: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1636: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1637: src/types/pa_vobject.h, src/types/pa_vregex.C,
1638: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1639: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1640: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1641: src/types/pa_vstateless_class.h,
1642: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1643: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1644: src/types/pa_vstring.h, src/types/pa_vtable.C,
1645: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1646: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1647: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1648: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1649: src/types/pa_wwrapper.h: copyright, authors actualized
1650:
1.181 moko 1651: 2023-08-20 moko
1652:
1653: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1654: commited (related to feature #1219)
1655:
1656: 2023-08-16 moko
1657:
1658: * src/main/pa_random.C: replaced clock precision with monotonicity
1659: counter, good for Windows version with low clock frequency
1660: (related to feature #1229)
1661:
1662: 2023-08-15 moko
1663:
1664: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1665: fixes related to feature #1229
1666:
1667: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1668: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1669: (implements feature #1229)
1670:
1.180 moko 1671: 2023-08-02 moko
1672:
1673: * tests/: results/417.processed, 417.html: test for empty string
1674: match after last char added (related to bug #1224)
1675:
1676: * src/main/pa_string.C: avoid prestart++ after last char on zero
1677: length match (related to bug #1224)
1678:
1.179 moko 1679: 2022-11-22 moko
1680:
1681: * tests/: 419.html, results/419.processed: test for L_URI and path
1682: removeal from filename added (related to bug #1204)
1683:
1684: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1685: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1686: attribute value, L_URI should be used
1687:
1.178 moko 1688: 2022-09-21 moko
1689:
1690: * src/targets/cgi/parser3.C: more clear error messages
1691:
1692: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1693: SAPI_Info will return 0 in read_post and post_size !=
1694: content_length will be thrown
1695:
1.177 moko 1696: 2022-08-23 moko
1697:
1698: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1699: header value
1700:
1701: 2022-08-22 moko
1702:
1703: * tests/: 418.html, results/418.processed: test for
1704: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1705: to #1225)
1706:
1707: * src/classes/hash.C: keep old behavoir by default
1708:
1709: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1710: $.order[self|arg] ] added (implements #1215)
1711:
1.176 moko 1712: 2022-03-21 moko
1713:
1714: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1715: xmlInitCharEncodingHandlers is called in libxml static
1716: initializers before gc_substitute_memory_management_functions in
1717: pa_globals and thus gc may not see reference to our
1718: xmlCharEncodingHandler and free it.
1719:
1.175 moko 1720: 2022-01-26 moko
1721:
1722: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1723:
1.174 moko 1724: 2021-12-28 moko
1725:
1726: * tests/: 417.html, results/417.processed: test for empty string
1727: match added (related to bug #1224)
1728:
1729: * src/main/pa_string.C: empty string match now works (fixes bug
1730: #1224)
1731:
1.173 moko 1732: 2021-12-24 moko
1733:
1734: * tests/: 415_dir/29.p, results/415.processed: yet another test
1735:
1736: 2021-12-23 moko
1737:
1738: * src/: classes/table.C, main/pa_request.C: warnings war
1739:
1740: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1741: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1742:
1743: 2021-12-21 moko
1744:
1745: * tests/: 416.html, results/416.processed: test for ^break[] in
1746: ^hash/table.select[] (related to feature #1222)
1747:
1748: * src/classes/: hash.C, table.C: ^break[] support for
1749: ^hash/table.select[] (implements feature #1222)
1750:
1.172 moko 1751: 2021-11-30 moko
1752:
1753: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1754: 0.5 sec
1755:
1.171 moko 1756: 2021-11-10 moko
1757:
1758: * tests/results/415.processed: more syntax errors tests added
1759:
1760: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1761: 28.p: minor syntax error tests
1762:
1763: * src/main/pa_exception.C: pa_strdup added for compatibility
1764:
1765: * src/classes/curl.C: hint to call ^curl:options[
1766: $.library[correct.libcurl.so.name] ] added if default load fails.
1767:
1768: 2021-11-09 moko
1769:
1770: * src/main/compile.y: error message can be on stack
1771:
1772: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1773:
1774: * src/main/pa_charset.C: memcpy is more correct and efficient in
1775: this case then strncpy
1776:
1777: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1778: instead of strcpy where possible
1779:
1780: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1781: used to avoid MAX_STRING limit in Exception comment
1782:
1783: * tests/results/415.processed: compiler exceptions are no longer
1784: limited to MAX_STRING
1785:
1786: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1787: char * instead of fixed buffer
1788:
1789: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1790: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1791: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1792: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1793: results/415.processed: tests for parser.compile exceptions added
1794:
1795: 2021-11-08 moko
1796:
1797: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1798: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1799: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1800: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1801: drawbacks
1802:
1.170 moko 1803: 2021-11-06 moko
1804:
1805: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1806: (implements feature #1219)
1807:
1808: * tests/: 414.html, results/414.processed: test for
1809: ^hash.rename[from;to] added (related to feature #1144)
1810:
1811: 2021-11-05 moko
1812:
1813: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1814: (related to feature #1144)
1815:
1816: 2021-11-04 moko
1817:
1818: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1819: added (implements feature #1144)
1820:
1.169 moko 1821: 2021-10-19 moko
1822:
1823: * tests/: 413.html, results/413.processed: test for hash no longer
1824: is accepted as file parameter (related to bug #1218)
1825:
1826: * src/: classes/curl.C, classes/file.C, classes/image.C,
1827: classes/math.C, classes/xdoc.C, types/pa_value.C,
1828: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1829: longer is accepted as file parameter (fixes bug #1218)
1830:
1.168 moko 1831: 2021-07-19 moko
1832:
1833: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1834: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1835:
1.167 moko 1836: 2021-04-16 moko
1837:
1838: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1839: processing it leads to assertions.
1840:
1.166 moko 1841: 2021-03-25 moko
1842:
1843: * tests/: 412.html, results/412.processed: test to demonstrate bug
1844: #1213
1845:
1.165 moko 1846: 2021-02-12 moko
1847:
1848: * tests/: 360.html, results/360.processed, results/363.processed:
1849: parser method call in expression mode no longer differs from call
1850: in string mode (related to feature #1211)
1851:
1852: 2021-02-11 moko
1853:
1854: * src/types/pa_vmail.C: mail parsing with Windows line endings
1855: fixed (bug #1212)
1856:
1857: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1858: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1859: strings in both calls (implements feature #1211)
1860:
1.164 moko 1861: 2021-01-28 moko
1862:
1863: * buildall, etc/auto.p.in: to remove last patch in debian package
1864:
1865: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1866: 3.4.7b
1867:
1.162 moko 1868: 2021-01-21 moko
1869:
1870: * src/main/pa_http.C: no alarm() in file::load when web server mode
1871: is MULTITHREADED
1872:
1.157 moko 1873: 2021-01-20 moko
1874:
1.161 moko 1875: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1876: 'a2enmod mpm_prefork'
1877:
1.160 moko 1878: * src/targets/apache/mod_parser3.c: prefork name is now
1879: 'libapache2-mpm-itk'
1880:
1881: * src/targets/apache/mod_parser3_core.C: last regular malloc
1882: removed
1883:
1.159 moko 1884: * src/targets/isapi/Makefile.am: -pa_threads.C
1885:
1.158 moko 1886: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1887: 3.4.6
1888:
1.157 moko 1889: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1890:
1891: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1892: /httpd.p
1893:
1894: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1895: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1896: #1203)
1897:
1898: 2021-01-19 moko
1899:
1900: * buildall: --disable-parallel-mark added to avoid "number of
1901: processors" threads creation for heap marking as it conflicts
1902: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1903: limits threads)
1904:
1.156 moko 1905: 2021-01-16 moko
1906:
1907: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1908: main/pa_globals.C, main/pa_memory.C,
1909: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1910: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1911: feature #1209)
1912:
1913: 2021-01-15 moko
1914:
1915: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1916: 3.4.6rc
1917:
1918: * src/classes/json.C: get_delim added for delimiter caching (10%
1919: faster on large json)
1920:
1921: 2021-01-14 moko
1922:
1.211 moko 1923: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1924:
1925: * tests/results/224.processed: test result modified after
1926: today(shift) implemented
1927:
1928: * tests/: 407.html, results/407.processed: test for ^hash.select
1929: option $.default(bool) added (related to feature #1172)
1930:
1931: * src/classes/hash.C: ^hash.select option $.default(bool) added
1932: (related to feature #1172)
1933:
1934: * tests/: 141.html, results/141.processed: test modified for
1935: feature #1185.
1936:
1937: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1938: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1939: options $.lower(bool) (implements feature #1185)
1940:
1941: 2021-01-11 moko
1942:
1943: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1944: #1192)
1945:
1946: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1947: added (related to feature #1192)
1948:
1.155 moko 1949: 2021-01-05 moko
1950:
1951: * tests/: 270.html, results/270.processed: test modified to work
1952: under Windows
1953:
1954: * tests/: 390.html, 395.html, results/395.processed: tests updated
1955: 4 windows
1956:
1957: * tests/: 410.html, results/410.processed: test for
1958: $CLASS-GETTER-PROTECTED(false) added
1959:
1960: 2021-01-04 moko
1961:
1962: * tests/: 409.html, results/409.processed, results/auto.p: test for
1963: $MAIN:LOCALS(true) added
1964:
1.154 moko 1965: 2021-01-03 moko
1966:
1967: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1968: types/pa_vclass.h, types/pa_vstateless_class.C,
1969: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1970: +LOCALS. $main -> $MAIN in exception texts (implements feature
1971: #1207)
1972:
1973: 2021-01-02 moko
1974:
1975: * etc/auto.p.in: minor
1976:
1977: * src/main/pa_request.C: sending headers only after opening file to
1978: allow error reporting if file was not opened (foreign group,
1979: etc).
1980:
1981: 2020-12-31 moko
1982:
1983: * src/: include/pa_request.h, main/pa_request.C,
1984: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1985:
1986: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1987: main/pa_request.C: get_class_ref added and used
1988:
1989: * etc/auto.p.in: @CLASS httpd added
1990:
1991: * etc/auto.p.in: @auto[] is now first
1992:
1993: 2020-12-30 moko
1994:
1995: * tests/: 408.html, results/408.processed: test for bug #1166
1996: (windows only) added
1997:
1998: * src/main/pa_common.C: create_dir_for_file should not create dir
1999: for trailing / (fixes bug #1166)
2000:
2001: * tests/: 341.html, results/341.processed: tests for
2002: ^nameless_table.hash[] added (related to feature #1138)
2003:
2004: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2005: (implements feature #1138), extra fields in named tables no
2006: longer ignored (implements feature #1138)
2007:
2008: * tests/results/390.processed: updated after exception text change
2009:
2010: 2020-12-29 moko
2011:
2012: * tests/: 407.html, results/407.processed: +$._default check
2013:
2014: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2015:
2016: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2017: and ^hash.reverse[] added (releated to feature #1172)
2018:
2019: * src/classes/hash.C:
2020: ^hash.select[key;value](bool-condition)[options hash] +
2021: ^hash.reverse[] added (implements feature #1172)
2022:
2023: * src/types/pa_vtable.h: warning war
2024:
2025: * src/include/pa_config_fixed.h: win32 fix
2026:
1.153 moko 2027: 2020-12-27 moko
2028:
2029: * tests/: 406.html, results/406.processed: test results updated
2030:
2031: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2032: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2033: spelling
2034:
2035: 2020-12-26 moko
2036:
2037: * tests/: 406.html, results/406.processed: tests for
2038: ^table.rename[] added (related to feature #1148)
2039:
2040: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2041: ^table.rename[column name from;column name to], ^table.rename[
2042: $.[column name from][column name to] ... ] added (implements
2043: feature #1148)
2044:
2045: 2020-12-25 moko
2046:
2047: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2048: request_info now on stack to avoid yet another THREAD_LOCAL
2049: memory deallocation issue (now with cookies), explained in #1203
2050:
2051: * src/types/pa_vcookie.C: fields should be inited
2052:
2053: 2020-12-24 moko
2054:
2055: * src/include/pa_stylesheet_connection.h: looks like
2056: xsltFreeStylesheet leads to memory double-free. If so, it's for
2057: sure libxml bug, but we have GC anyway, so we just remove this
2058: call and see...
2059:
2060: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2061: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2062: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2063: abort.c:65:8 frame #3: 0x00000000004da663
2064: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2065: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2066: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2067: malloc.c:617:9 frame #5: 0x0000000000577f0c
2068: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2069: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2070: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2071: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2072: frame #8: 0x000000000050d35c
2073: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2074: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2075: frame #10: 0x00000000004436e5
2076: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2077: [inlined]
2078: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2079: pa_stylesheet_connection.h:62:3
2080:
2081: 2020-12-23 moko
2082:
2083: * src/classes/image.C: ^image::measure[; $.video() ] option added
2084:
2085: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2086: ^image::measure[; $.video(true) ] added
2087:
2088: * src/main/pa_exec.C: not cleared automatically in multithreaded
2089: httpd mode for unknown reasons
2090:
2091: 2020-12-22 moko
2092:
2093: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2094: error_log uri of currently processed document", but never used
2095: and conflicts with how libgc stops threads on FreeBSD (#define
2096: SIG_SUSPEND SIGUSR1), thus removed.
2097:
2098: 2020-12-21 moko
2099:
2100: * src/main/pa_request.C: +comment
2101:
1.151 moko 2102: 2020-12-20 moko
2103:
1.152 moko 2104: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2105: it is more safe to have versions of pa_strdup with one and two
2106: arguments, as helper_length=0 not always mean that strlen()
2107: should be called, but means zero.
2108:
2109: * src/targets/isapi/parser3isapi.C: minor
2110:
2111: * src/main/pa_http.C: +valid_http_method
2112:
1.151 moko 2113: * src/: include/pa_http.h, main/pa_http.C,
2114: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2115:
2116: 2020-12-17 moko
2117:
2118: * tests/: 405.html, results/405.processed: test for split by regex
2119: added (related to feature #1160)
2120:
2121: * src/classes/string.C: split by regex implemented (feature #1160)
2122:
2123: * src/classes/string.C: minor
2124:
2125: * tests/: 404.html, results/404.processed: test for whitespace
2126: string is now OK for table argument (related to feature #1169)
2127:
2128: * src/: classes/image.C, classes/string.C, classes/table.C,
2129: types/pa_vmethod_frame.C: whitespace string is now OK for table
2130: argument (as with hash) (implements feature #1169)
2131:
2132: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2133: limit for comment (fixes bug #1102)
2134:
2135: * src/targets/cgi/parser3.C: +HAVE_TLS check
2136:
2137: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2138:
2139: * src/include/pa_config_includes.h: HAVE_TLS used
2140:
2141: * configure.ac: +TLS check
2142:
2143: * src/main/pa_http.C: content logging added
2144:
2145: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2146: clear_response_headers added
2147:
2148: 2020-12-16 moko
2149:
2150: * buildall: as we now use threads, libatomic_ops still required for
2151: some OS.
2152:
2153: * src/main/pa_request.C: whitespace
2154:
2155: * src/: include/pa_request.h, main/pa_request.C:
2156: Request::Exception_trace::table extracted and used
2157:
2158: * src/main/pa_request.C: moving output_result call outside of try
2159: as network exceptions should not be handled by parser code
2160:
2161: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2162: logging network exchange
2163:
2164: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2165: via network if it was network write error.
2166:
2167: * src/targets/cgi/parser3.C: log -> pa_log
2168:
2169: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2170:
2171: * src/main/pa_threads.C: getpid() if no gettid() found
2172:
2173: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2174: we need to ignore "void" connections from browsers (browsers open
2175: connections in advance and they will be empty if user does not
2176: request more pages)
2177:
2178: 2020-12-15 moko
2179:
2180: * src/targets/cgi/parser3.C: avoid previous uri in logs
2181:
2182: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2183: RequestController not needed in httpd mode
2184:
2185: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2186: classes/classes.h, classes/curl.C, classes/date.C,
2187: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2188: classes/hashfile.C, classes/image.C, classes/inet.C,
2189: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2190: classes/memcached.C, classes/memory.C, classes/op.C,
2191: classes/reflection.C, classes/regex.C, classes/response.C,
2192: classes/string.C, classes/table.C, classes/void.C,
2193: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2194: include/pa_array.h, include/pa_base64.h,
2195: include/pa_cache_managers.h, include/pa_charset.h,
2196: include/pa_charsets.h, include/pa_common.h,
2197: include/pa_config_fixed.h, include/pa_config_includes.h,
2198: include/pa_dictionary.h, include/pa_dir.h,
2199: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2200: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2201: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2202: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2203: include/pa_request_charsets.h, include/pa_request_info.h,
2204: include/pa_sapi.h, include/pa_socks.h,
2205: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2206: include/pa_stack.h, include/pa_string.h,
2207: include/pa_stylesheet_connection.h,
2208: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2209: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2210: include/pa_uue.h, include/pa_xml_exception.h,
2211: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2212: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2213: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2214: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2215: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2216: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2217: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2218: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2219: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2220: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2221: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2222: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2223: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2224: main/pa_sql_driver_manager.C, main/pa_string.C,
2225: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2226: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2227: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2228: main/untaint.C, sql/pa_sql_driver.h,
2229: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2230: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2231: targets/isapi/parser3isapi.C, types/pa_junction.h,
2232: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2233: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2234: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2235: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2236: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2237: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2238: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2239: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2240: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2241: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2242: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2243: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2244: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2245: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2246: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2247: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2248: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2249: types/pa_vstateless_object.h, types/pa_vstatus.C,
2250: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2251: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2252: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2253: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2254: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2255:
2256: * src/main/pa_request.C: old compilers support
2257:
2258: * tests/: 362.html, results/362.processed: test updated after
2259: changes after upgrade to libxml2-2.9.9 were made (related to bug
2260: #1108)
2261:
2262: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2263: removed, as xsltFreeStylesheet has side effects on original doc.
2264: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2265: not updated after xdoc modification (part 3 of test 362).
2266: (related to bug #1108)
2267:
2268: * src/targets/isapi/parser3isapi.C: +pa_strcat
2269:
2270: * src/: classes/memory.C, include/pa_memory.h,
2271: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2272: PA_GC_GCOLLECT used
2273:
2274: * src/include/pa_memory.h: +PA_GC_COLLECT
2275:
2276: * src/targets/cgi/parser3.C: msvs support fixes
2277:
2278: * src/lib/gc/include/gc.h: more cleanup
2279:
2280: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2281:
2282: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2283: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2284:
2285: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2286:
2287: * configure.ac: pthread.h added to checked headers
2288:
2289: * src/classes/table.C: string stream is back :)
2290:
2291: * src/classes/memory.C: GC_generate_random_backtrace no longer
2292: exists
2293:
2294: * src/main/pa_globals.C: GC_dont_gc replaced
2295:
2296: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2297: left to simplify adding new functions. depricated GC_dont_gc
2298: replaced with GC_disable and GC_enable calls.
2299:
2300: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2301: CORD_from_file* not used and thus removed
2302:
2303: * src/lib/gc/include/gc_allocator.h: minor cleanup
2304:
2305: 2020-12-14 moko
2306:
2307: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2308: referenced elsewhere, or GC will collect it.
2309:
2310: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2311: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2312: elsewhere, or GC will collect them (and we'll get GPF in
2313: multithreaded enviroment). May be it can be also fixed by some
2314: GC call, not sure. But this fix costs nothing (but hours of
2315: debugging to find the issue :).
2316:
1.150 moko 2317: 2020-12-11 moko
2318:
2319: * configure.ac: gettid() check added
2320:
2321: * src/main/pa_threads.C: HAVE_GETTID used
2322:
2323: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2324:
2325: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2326: version for isapi/cgi/apache
2327:
2328: * buildall: threads are now required.
2329:
2330: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2331: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2332: main/main.vcproj: pa_threads.C moved to main
2333:
2334: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2335: isapi/pa_threads.C: pa_threads.C moved to main
2336:
2337: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2338: targets/apache/Makefile.am: pa_threads.C moved to main
2339:
2340: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2341:
2342: * src/: include/pa_stylesheet_connection.h,
2343: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2344: and weird GPF in multithreaded httpd is gone
2345:
2346: * src/include/: pa_stylesheet_connection.h,
2347: pa_sql_driver_manager.h: whitespace
2348:
2349: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2350:
2351: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2352: main/pa_stylesheet_manager.C: whitespace, warning war
2353:
2354: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2355: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2356: parser_multithreaded never used
2357:
2358: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2359:
2360: 2020-12-10 moko
2361:
2362: * src/: include/pa_config_includes.h, include/pa_http.h,
2363: main/pa_http.C, targets/cgi/parser3.C: initial support for
2364: MULTITHREADED and PARALLEL httpd server modes
2365:
2366: * src/main/pa_globals.C: GC_java_finalization is depricated
2367:
2368: 2020-12-09 moko
2369:
2370: * etc/auto.p.in: + @httpd-main
2371:
2372: * src/: include/pa_common.h, main/pa_request.C,
2373: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2374: work
2375:
2376: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2377: slow file_read_binary no longer used, send_range added
2378:
2379: 2020-12-08 moko
2380:
2381: * src/main/pa_request.C: >4Gb support
2382:
2383: * src/targets/cgi/parser3.C: msvc warning war
2384:
2385: * src/: include/pa_config_includes.h, main/pa_http.C,
2386: main/pa_request.C: msvc warnings war
2387:
2388: * src/classes/image.C: warning war
2389:
2390: * src/classes/table.C: MSVC warning war
2391:
2392: * src/targets/cgi/parser3.C: msvc warnings war
2393:
2394: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2395: added
2396:
1.149 moko 2397: 2020-12-07 moko
2398:
1.150 moko 2399: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2400: avoid logging beside system-wide auto.p
2401:
2402: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2403:
2404: * configure, configure.ac, src/include/pa_config_auto.h.in:
2405: configure options added:
2406:
2407: --with-system-cfg=FILE to specify system-wide auto.p
2408: --with-system-log=FILE to specify system-wide parser3.log
2409:
2410: * Makefile.am: bin no longer exists
2411:
2412: * configure, configure.ac: auto.p moved to etc to simplify debian
2413: package
2414:
2415: * buildall: auto.p and parser3.charsets moved to their default
2416: location after install
2417:
2418: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2419:
2420: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2421:
1.149 moko 2422: * src/targets/cgi/parser3.C: locate_config call returned to
2423: original place as it requires pa_thread_request() under Windows
2424:
2425: * src/targets/cgi/parser3.C: renaming
2426:
2427: 2020-12-06 moko
2428:
2429: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2430: check added
2431:
2432: 2020-12-04 moko
2433:
2434: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2435: main/pa_request.C: unified uint64_t lseek implemented to support
2436: >4Gb files under x86, including Windows
2437:
2438: 2020-12-02 moko
2439:
2440: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2441: with max_file_size
2442:
2443: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2444: support for processing files sized >4Gb on 32 bit planforms
2445:
2446: * tests/399.html: file moved
2447:
2448: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2449:
2450: * src/targets/cgi/pa_sapi_info.h: warning war
2451:
2452: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2453: warning war
2454:
2455: 2020-12-01 moko
2456:
2457: * src/classes/image.C: mp4 extended size (>4Gb) support added
2458:
2459: * src/classes/image.C: for "size not found" exception to be shown
2460: if size not found until eof
2461:
2462: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2463: bit linux)
2464:
2465: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2466: #1188)
2467:
2468: 2020-11-30 moko
2469:
2470: * src/classes/image.C: definitions moved closer to code
2471:
2472: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2473: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2474: 395_dir/3_VP8X.webp, results/395.processed,
2475: results/396.processed: tests for ^image::measure[] .webp support
2476: added, all image files moved into one directory (related to
2477: feature #1188)
2478:
2479: * src/classes/image.C: ^image::measure[] now supports webp (feature
2480: #1188)
2481:
1.148 moko 2482: 2020-11-29 moko
2483:
2484: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2485: processing, unnessesary defines removed
2486:
2487: 2020-11-24 moko
2488:
2489: * tests/results/: 099.processed, 100.processed, 205.processed,
2490: 309.processed, 310.processed: Content-Disposition: inline
2491: returned
2492:
2493: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2494: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2495: ] added (related to bug #1204)
2496:
2497: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2498: ] supported to avoid Content-Disposition: inline;
2499: filename="<file>.ext" but still set Content-Type for ext (related
2500: to bug #1204)
2501:
1.147 moko 2502: 2020-11-22 moko
2503:
2504: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2505: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2506:
2507: * src/main/pa_request.C: content_disposition_inline returned.
2508:
2509: 2020-11-17 moko
2510:
2511: * src/main/pa_request.C: empty main method name support
2512:
2513: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2514: config_handler added, stdout flush added.
2515:
2516: 2020-11-16 moko
2517:
2518: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2519:
2520: * tests/results/: 099.processed, 205.processed, 237.processed,
2521: 309.processed, 310.processed: Content-Disposition: inline is not
2522: required and should not contain filename="<name>"
2523:
2524: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2525: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2526: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2527:
1.146 moko 2528: 2020-11-14 moko
2529:
2530: * src/targets/cgi/parser3.C: spelling
2531:
2532: * src/targets/cgi/parser3.C: renaming
2533:
2534: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2535: relocated
2536:
2537: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2538: before request processing, which is weired
2539:
2540: 2020-11-13 moko
2541:
2542: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2543: copied in httpd.
2544:
2545: 2020-11-12 moko
2546:
2547: * src/main/pa_http.C: ALARM code unified to be used in httpd
2548:
2549: * src/: include/pa_request.h, main/pa_request.C,
2550: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2551:
2552: * src/main/pa_http.C: URI validation added
2553:
2554: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2555: can't be empty but can be null. httpd-main is now main method
2556: name for httpd mode
2557:
2558: 2020-11-11 moko
2559:
2560: * src/main/pa_request.C: path_translated can be null in httpd mode
2561:
2562: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2563: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2564: classes/xdoc.C, include/pa_request.h, main/execute.C,
2565: main/pa_request.C: r.absolute -> r.full_disk_path
2566:
2567: * src/targets/cgi/parser3.C: if filename to process is not
2568: specified, auto.p should be present.
2569:
1.145 moko 2570: 2020-11-03 moko
2571:
2572: * src/: classes/op.C, include/pa_request.h: unused argument removed
2573:
2574: * src/main/pa_request.C: content_disposition_inline is the default,
2575: not required.
2576:
1.144 moko 2577: 2020-10-29 moko
2578:
2579: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2580: ^use[file; $.main(true) ] implemented for auto.p processing and
2581: path_translated changing to correct relative files path
2582: calculation in httpd mode
2583:
2584: * src/: include/pa_request.h, main/pa_request.C:
2585: fail_on_read_problem removed, as it allways true, as if should
2586: be.
2587:
2588: * src/: include/pa_request.h, main/pa_request.C,
2589: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2590: targets/isapi/parser3isapi.C: clearing config_filespec when
2591: config was not found, thus flag not required and removed.
2592:
2593: 2020-10-28 moko
2594:
2595: * tests/: 402.html, results/402.processed: error reporting test
2596:
2597: * src/main/execute.C: better error reporting when
2598: $result[^hash::create[]] in @main.
2599:
2600: * src/main/: execute.C, pa_request.C: frame.result() should be used
2601: + minor optimization
2602:
2603: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2604: main/pa_xml_io.C: execute_*_method simplified and unified
2605:
2606: 2020-10-27 moko
2607:
2608: * tests/: 306.html, results/306.processed: a bit more testing. :)
2609:
2610: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2611: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2612: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2613: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2614: types/pa_vmethod_frame.h, types/pa_vobject.C,
2615: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2616: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2617: longer used in object-prototype mode
2618:
2619: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2620: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2621: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2622: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2623: $form:name[value] features
2624:
1.143 moko 2625: 2020-10-18 moko
2626:
2627: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2628:
2629: 2020-10-15 moko
2630:
2631: * src/main/pa_http.C: url no longer needed as
2632: ALTER_EXCEPTION_SOURCE is used
2633:
2634: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2635: main/pa_http.C: check_file_size filespec is now optional
2636:
2637: * src/: classes/curl.C, include/pa_exception.h,
2638: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2639: ALTER_EXCEPTION_COMMENT added for better error reporting
2640:
2641: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2642: results/346-curl.processed, results/379-curl.processed,
2643: results/379.processed: test results updated as load now provides
2644: better error reporting + curl responses updated
2645:
2646: 2020-10-14 moko
2647:
2648: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2649: main/pa_string.C, targets/apache/mod_parser3_core.C,
2650: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2651: checked. 10 is now default base, no hex autodetect by default
2652:
2653: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2654: connection socket closing in destructor + accept exception
2655: handling
2656:
2657: * src/targets/cgi/parser3.C: warning war
2658:
2659: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2660: main/pa_request.C, targets/apache/mod_parser3_core.C,
2661: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2662: exception handling unified
2663:
2664: 2020-10-13 moko
2665:
2666: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2667: autodetection
2668:
2669: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2670:
2671: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2672:
2673: * src/main/pa_http.C: warning war
2674:
1.142 moko 2675: 2020-10-12 moko
2676:
1.143 moko 2677: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2678: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2679: unhandled exception code optimization
2680:
2681: * src/targets/cgi/parser3.C: request_info now global variable
2682:
2683: * src/main/pa_http.C: http_read_response moved to HTTP_response
2684: class
2685:
2686: * src/: include/pa_http.h, main/pa_http.C,
2687: targets/cgi/pa_sapi_info.h: read_post implemented
2688:
1.142 moko 2689: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2690: [host:]port syntax support in httpd mode
2691:
2692: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2693: targets/cgi/parser3.C: populate_env added
2694:
2695: * src/include/pa_hash.h: to make get(char *) compiling in
2696: HashStringString
2697:
2698: 2020-10-10 moko
2699:
2700: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2701: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2702:
2703: * src/: include/pa_http.h, include/pa_request_info.h,
2704: main/pa_http.C, main/pa_string.C,
2705: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2706: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2707: types/pa_vrequest.C: initial httpd mode implementation
2708:
1.141 moko 2709: 2020-10-04 moko
2710:
2711: * src/targets/cgi/parser3.C: options together
2712:
2713: 2020-09-30 moko
2714:
2715: * src/main/pa_http.C: renamed
2716:
1.140 moko 2717: 2020-08-14 moko
2718:
2719: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2720: src/targets/cgi/Makefile.am: no httpd as separate library
2721:
2722: 2020-08-13 moko
2723:
2724: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2725: unhandled exception handler to report 500 instead of 200 it was
2726: before.
2727:
2728: * src/targets/apache/mod_parser3_core.C: minor cleanup
2729:
2730: * src/: include/pa_sapi.h, main/untaint.C,
2731: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2732: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2733: thus replaced with SAPI::die and removed
2734:
2735: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2736: cgi/parser3.C: whitespace
2737:
2738: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2739:
2740: 2020-08-12 moko
2741:
2742: * src/targets/cgi/parser3.C: duplicate info in signal logging
2743: removed, whitespace was: SIGPIPE received while executing code.
2744: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2745: cl=0]
2746:
2747: * parser3.sln: + httpd.vcproj
2748:
2749: 2020-08-11 moko
2750:
2751: * src/targets/cgi/Makefile.am: +libhttpd
2752:
2753: * configure.ac, src/lib/Makefile.am: +libhttpd
2754:
1.139 moko 2755: 2020-07-13 moko
2756:
2757: * tests/: 401.html, results/401.processed: test for hash key does
2758: not keep language, but tainted in foreach.
2759:
1.138 moko 2760: 2020-07-01 moko
2761:
2762: * tests/: 235.html, results/235.processed: test result updated as
2763: messages before attachments implemented (feature #1176)
2764:
1.137 moko 2765: 2020-06-27 moko
2766:
2767: * tests/: 400.html, results/400.processed: test updated to check
2768: ^return{code}
2769:
2770: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2771: fixed
2772:
2773: 2020-06-26 moko
2774:
2775: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2776: added (related to https://www.parser.ru/forum/?id=85319)
2777:
2778: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2779: when $result assignment was last statement in the method
2780: (https://www.parser.ru/forum/?id=85319)
2781:
1.136 moko 2782: 2020-05-23 moko
2783:
2784: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2785: whitespace, unused level removed
2786:
2787: 2020-05-19 moko
2788:
2789: * src/types/pa_vmail.C: whitespace
2790:
2791: * src/types/pa_vmail.C: files should be processed last (related to
2792: feature #1176)
2793:
1.135 moko 2794: 2020-05-12 moko
2795:
2796: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2797: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2798:
2799: * configure.ac: FreeBSD1X.X check added to avoid
2800: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2801:
1.134 moko 2802: 2020-02-26 moko
2803:
2804: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2805: compilation issue (related to bug #1201)
2806:
2807: * src/main/pa_common.C: entry_readable -> entry_exists,
2808: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2809: -f and -d now works under Windows in UTF-8 with Russian
2810: filenames.
2811:
2812: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2813: advice (related to feature #1199)
2814:
2815: 2020-02-25 moko
2816:
2817: * buildall: --silent removed
2818:
2819: * configure.ac: gmime-3.0 support
2820:
2821: * buildall: --with-system-mailreceive option added to build with
2822: system libgmime
2823:
2824: * src/types/pa_vmail.C: avoiding
2825: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2826: to feature #1199)
2827:
1.133 moko 2828: 2020-02-18 moko
2829:
2830: * src/classes/op.C: windows x64 debug mode compile fix
2831:
2832: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2833: change (releated to feature #1200)
2834:
2835: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2836: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2837: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2838: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2839: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2840: targets/apache/ApacheModuleParser3.vcproj,
2841: targets/apache/ApacheModuleParser3Core.vcproj,
2842: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2843: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2844: dependency (related to feature #1200)
2845:
1.132 moko 2846: 2020-02-12 moko
2847:
2848: * src/types/pa_vmail.C: minimize diff
2849:
2850: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2851: #1199)
2852:
1.131 moko 2853: 2020-01-18 moko
2854:
2855: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2856:
1.130 moko 2857: 2019-12-28 moko
2858:
2859: * src/targets/cgi/parser3.C: avoid empty ?
2860:
2861: 2019-12-27 moko
2862:
2863: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2864: DOCUMENT_ROOT (related to feature #1164)
2865:
2866: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2867: fcgiwrap setup (implements feature #1164)
2868:
2869: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2870: but no issues found (related to feature #1164)
2871:
2872: * src/targets/cgi/parser3.C: actualized
2873:
2874: 2019-12-26 moko
2875:
2876: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2877: removed
2878:
2879: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2880: removed
2881:
2882: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2883: allocation errors, we don't want default gc warnings (without
2884: timestamp and URI).
2885:
2886: * src/: classes/memory.C, main/pa_globals.C,
2887: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2888: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2889: pa_globals_init
2890:
2891: * src/main/pa_globals.C: setup_hex_value() removed, static array
2892: initialization used (optimization)
2893:
2894: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2895: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2896: pa_socks_init/pa_socks_done moved inside pa_globals_init
2897: (optimization)
2898:
1.129 moko 2899: 2019-12-09 moko
2900:
2901: * src/include/pa_config_fixed.h: warning war
2902:
1.128 moko 2903: 2019-12-08 moko
2904:
2905: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2906: process grammar under Unix.
2907:
2908: 2019-12-07 moko
2909:
2910: * tests/389.html: For Windows XP. :)
2911:
2912: * tests/388-sql.html: Windows compatibility added
2913:
2914: 2019-12-06 moko
2915:
2916: * src/targets/cgi/parser3.C: warning war
2917:
2918: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2919: == sizeof(CORD)) to avoid aligning bugs in future
2920:
2921: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2922: XML_STATIC
2923:
2924: * src/include/pa_request.h: StackItem() not required
2925:
2926: * src/include/pa_stack.h: warning war
2927:
2928: * src/include/pa_config_includes.h: GCC warning silenced
2929:
2930: * src/include/pa_memory.h: warning war: the program should also
2931: define 'void operator delete [](void*, std::size_t)'
2932: [-Wsized-deallocation]
2933:
2934: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2935:
2936: * src/classes/string.C: not reqired cast removed
2937:
2938: * src/classes/string.C: not reqired cast removed
2939:
2940: 2019-12-05 moko
2941:
2942: * src/lib/sdbm/pa_file_io.C: warning war
2943:
2944: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2945: enum Language : size_t - required for VS2015+ to make
2946: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2947: without it (related to feature #1198)
2948:
2949: 2019-12-04 moko
2950:
2951: * src/main/pa_base64.C: unsigned char -> uchar
2952:
2953: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2954: as other libs
2955:
2956: * src/include/pa_version.h: +amd64
2957:
2958: 2019-12-03 moko
2959:
2960: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2961: release
2962:
2963: * src/include/pa_config_includes.h: warning war
2964:
2965: * src/classes/image.C: warning war
2966:
2967: * src/main/pa_globals.C: x64 libs support
2968:
2969: * src/include/pa_config_includes.h: warning war
2970:
2971: * src/types/pa_method.h: warning war
2972:
1.127 moko 2973: 2019-11-28 moko
2974:
2975: * src/classes/math.C: vs2003 compatibility + warning war
2976:
2977: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2978: libxml2-2.9.9 (related to feature #1136)
2979:
2980: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2981: typecast for more compatibility (related to feature #1136)
2982:
2983: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2984: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2985: feature #1136)
2986:
2987: 2019-11-26 moko
2988:
2989: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2990: removed (it was failing in $$var case), condition added
2991:
1.126 moko 2992: 2019-11-25 moko
2993:
2994: * tests/: 397.html, 399.html, results/141.processed,
2995: results/399.processed: base64 options tested
2996:
2997: * src/: classes/math.C, main/pa_http.C: base64 options used
2998:
2999: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3000: implemented (feature #986)
3001:
3002: * src/main/pa_cache_managers.C: whitespace
3003:
3004: * tests/: 397.html, 399.html, results/399.processed: tests for
3005: ^base64 encode options added (related to feature #986)
3006:
3007: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3008: pa_base64_encode(file) removed - more memory, but faster and less
3009: code (related fo feature #986)
3010:
3011: 2019-11-24 moko
3012:
3013: * tests/: 155.html, results/155.processed: limit and offset in
3014: ^table::load[] now supported, thus test added
3015:
3016: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3017: main/pa_common.C: optimization: offset and limit options parsing
3018: moved inside file_load.
3019:
3020: 2019-11-23 moko
3021:
3022: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3023: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3024: optimization: file_read replaced with simplified file_read_binary
3025:
3026: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3027: types/pa_vform.C: whitespace
3028:
3029: * src/: include/pa_common.h, main/pa_common.C: never used params
3030: removed
3031:
3032: 2019-11-21 moko
3033:
3034: * tests/: 193.html, results/193.processed, results/389.processed:
3035: test results updated as now base64 does not discard tail without
3036: padding (related to feature #986)
3037:
3038: 2019-11-20 moko
3039:
3040: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3041: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3042: pa_base64_decode (related to feature #986)
3043:
3044: * tests/398.html: tests for base64 decode added (related to feature
3045: #986)
3046:
3047: * src/main/pa_base64.C: base64_decode rewritten - padding option
3048: support, padding inside base 64 supported (related to feature
3049: #096)
3050:
3051: 2019-11-19 moko
3052:
3053: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3054: FreeBSD 12
3055:
1.125 moko 3056: 2019-11-16 moko
3057:
3058: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3059: support added, step support removed (related to #986)
3060:
3061: 2019-11-15 moko
3062:
3063: * src/classes/math.C: using log since log2 is not present on
3064: FreeBSD < 8.4 (related to feature #1177)
3065:
3066: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3067: pa_base64_size extracted and used for files as well (related to
3068: feature 986)
3069:
3070: 2019-11-14 moko
3071:
3072: * tests/: 397.html, results/397.processed: + content check
3073:
3074: * tests/: 141.html, results/141.processed: make test resuls more
3075: readable
3076:
3077: * tests/: 397.html, results/193.processed, results/397.processed:
3078: test results updated after \x00 character was disabled in
3079: math:convert string mode (related to feature #1177)
3080:
3081: * src/classes/: math.C, string.C: \\x00 character disabled while
3082: converting to string (as in base64, related to feature #1177)
3083:
3084: * src/classes/file.C: more correct arguments separation
3085:
3086: * src/: classes/file.C, classes/math.C, classes/string.C,
3087: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3088: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3089: options added, but not yet implemented (related to feature #986)
3090:
3091: * src/classes/math.C: whitespace
3092:
3093: 2019-11-13 moko
3094:
3095: * tests/: 397.html, results/397.processed: +tainting test (related
3096: to feature #1177)
3097:
3098: * src/classes/math.C: as we now produce not only digits, result
3099: should be tainted (related to feature #1177)
3100:
3101: * src/main/pa_base64.C: whitespace
3102:
3103: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3104: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3105: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3106: implementation moved from pa_common.h and pa_common.C
3107:
3108: 2019-11-12 moko
3109:
3110: * tests/: 275.html, results/275.processed: out of range test fixed,
3111: as ^math:convert now supports arbitrary precision
3112:
3113: 2019-11-11 moko
3114:
3115: * tests/results/389.processed: uctualized error message
3116:
3117: * tests/: 389.html, 397.html, results/397.processed: tests for
3118: ^math:convert added (related to feature #1177)
3119:
3120: * src/classes/math.C: ^math:convert now supports arbitrary
3121: precision, alphabet support added (implements feature #1177)
3122:
1.124 moko 3123: 2019-11-06 moko
3124:
3125: * tests/: 181.html, results/181.processed: entities usage added,
3126: more entites load tests (related to bug #842 discussion)
3127:
3128: 2019-11-05 moko
3129:
3130: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3131: call from xmlFileOpen if http://localhost/<file> was not found
3132: (related to bug #842)
3133:
3134: * src/main/pa_xml_io.C: rename
3135:
3136: * src/main/pa_xml_io.C: +MemoryStream constructor
3137:
3138: * src/main/pa_xml_io.C: whitespace
3139:
1.123 moko 3140: 2019-10-31 moko
3141:
3142: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3143: XML_PARSE_NOENT) added to fix entities load, (related to feature
3144: #1181)
3145:
1.122 moko 3146: 2019-10-25 moko
3147:
3148: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3149: queries tests
3150:
3151: 2019-10-24 moko
3152:
3153: * tests/: 388-sql.html, results/388-sql.processed: support for
3154: pgsql driver test
3155:
3156: * tests/: 388-sql.html, results/388-sql.processed:
3157: multi_statements=1 now tested, mysql test now supported
3158: (connection must be specified in [parser3] section in .my.cnf)
3159: related to issues #1195 and #1194
3160:
1.121 moko 3161: 2019-09-11 moko
3162:
3163: * src/classes/int.C: whitespace
3164:
3165: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3166: exception test
3167:
3168: * tests/results/388-sql.processed: sql queries now shown (related
3169: to feature #1196)
3170:
3171: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3172: with old parser versions.
3173:
3174: * src/: classes/file.C, classes/hash.C, classes/string.C,
3175: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3176: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3177: instead of connect string in query_event_handlers exceptions
3178: (implements feature #1196)
3179:
1.120 moko 3180: 2019-09-06 moko
3181:
3182: * tests/388-sql.html: mysql compat
3183:
3184: * src/: classes/hash.C, classes/string.C, classes/table.C,
3185: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3186: sql_ variables declaration moved to pa_common.h
3187:
1.116 moko 3188: 2019-01-15 moko
3189:
3190: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3191: logically sorted
3192:
3193: 2018-12-27 moko
3194:
3195: * src/include/pa_config_includes.h: warning war:
3196: -Wdeprecated-register added for C++ 17
3197:
3198: 2018-10-15 moko
3199:
3200: * configure.ac: FreeBSD 11.2 can be build with ./configure
3201: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3202: --with-xml=/usr/local/
3203:
3204: 2018-09-24 moko
3205:
3206: * tests/: 396.html, 396.tiff, results/396.processed: test for
3207: ^image::measure[] now supports tiff added (related to feature
3208: #1188)
3209:
3210: * src/classes/image.C: ^image::measure[] now supports tiff
3211: (implements feature #1188)
3212:
3213: 2018-09-20 moko
3214:
3215: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3216: files measure added (related to ticket #1188)
3217:
3218: * src/classes/image.C: measure of bmp files implemented (related to
3219: ticket #1188)
3220:
3221: 2018-09-18 moko
3222:
3223: * tests/: 394-curl.html, results/394-curl.processed,
3224: results/auto.p: test for bug #1187 (max_file_size check for head
3225: requests) added
3226:
3227: 2018-08-24 moko
3228:
3229: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3230: response content-length check is required (fixes bug #1187)
3231:
3232: 2018-05-11 moko
3233:
3234: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3235: $.append(bool) ] option added (related to feature #919)
3236:
3237: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3238: from misha@ patch (implements feature #919)
3239:
3240: 2018-03-22 moko
3241:
3242: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3243: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3244: with 128kb buffer. Now works at least 12 times faster. :) May be
3245: Windows-only problem.
3246:
3247: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3248: build fix)
3249:
3250: 2018-02-03 moko
3251:
3252: * src/main/execute.C: removes irrelevant lines from exception stack
3253: trace when exceptions occurs in assigment (fixes bug #1165)
3254:
3255: * tests/: 393.html, results/393.processed: test for behavour after
3256: "Property can not be created, already exists field with that
3257: name" exception removed (related to feature #1183)
3258:
3259: * src/types/pa_vclass.C: "Property can not be created, already
3260: exists field with that name" exception removed (implements
3261: feature #1183)
3262:
3263: 2018-01-19 moko
3264:
3265: * src/classes/string.C: whitespace
3266:
3267: * src/classes/string.C: whitespace
3268:
3269: * tests/: 392.html, results/392.processed: test for
3270: ^regex::create[$regex] added (related to feature #1135)
3271:
3272: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3273: ^regex::create[$regex] added (implements feature #1135)
3274:
3275: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3276: commented define added (related to feature #1157)
3277:
3278: 2018-01-17 moko
3279:
3280: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3281:
3282: 2018-01-15 moko
3283:
3284: * tests/: 390.html, results/390.processed: real path replaced by
3285: stub
3286:
3287: * tests/: 391.html, results/391.processed: test for feature #1181
3288: (XML_PARSE_HUGE exception) added
3289:
3290: 2018-01-11 moko
3291:
3292: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3293: XML_PARSE_HUGE option passed by default (implements feature
3294: #1181)
3295:
3296: * src/classes/string.C: whitespace
3297:
3298: 2017-12-10 moko
3299:
3300: * tests/: 389.html, 390.html, results/389.processed,
3301: results/390.processed: image code coverage tests added (related
3302: to feature #1125)
3303:
3304: 2017-12-08 moko
3305:
3306: * tests/: 346-curl.html, 388-sql.html, 389.html,
3307: results/346-curl.processed, results/388-sql.processed,
3308: results/389.processed: more code coverage tests
3309:
3310: * tests/: 264.html, results/264.processed: code coverage for
3311: ^file::exec[]
3312:
3313: 2017-12-07 moko
3314:
3315: * tests/: 174.html, 388-sql.html, 389.html,
3316: results/388-sql.processed, results/389.processed,
3317: results/174.processed: more coverage tests
3318:
3319: * src/classes/math.C: exception text actualized
3320:
3321: 2017-12-06 moko
3322:
3323: * tests/388-sql.html: $SQL can be here
3324:
3325: * tests/results/auto.p: $SQL not required here
3326:
3327: * tests/: 388-sql.html, 389.html, Makefile,
3328: results/388-sql.processed, results/389.processed, results/auto.p:
3329: code coverage tests for sql (using sqlite) and int/double/bool
3330: added (related to feature #1125)
3331:
3332: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3333: lib/json/json.vcproj, lib/md5/md5.vcproj,
3334: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3335: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3336: targets/apache/ApacheModuleParser3Core.vcproj,
3337: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3338: types/types.vcproj: gc\include no longer required
3339:
3340: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3341: required
3342:
3343: * src/: classes/Makefile.am, classes/table.C,
3344: include/pa_config_includes.h, include/pa_string.h,
3345: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3346: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3347: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3348: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3349: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3350: used, we now include it directly
3351:
3352: 2017-12-04 moko
3353:
3354: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3355: memcached/memcached.vcproj, punycode/punycode.vcproj,
3356: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3357: where required
3358:
3359: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3360: now can be used to trace memory allocations
3361:
3362: * src/: classes/table.C, include/pa_config_includes.h,
3363: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3364: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3365: method removes, libcord also can work without libgc
3366:
3367: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3368:
3369: 2017-11-29 moko
3370:
3371: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3372: are not present (related to feature #1173)
3373:
3374: * tests/346-curl.html: test updated to test curl content-length bug
3375: (related to feature #1173)
3376:
3377: * tests/results/346-curl.processed: more test for content-length
3378: curl bug (related to feature #1173)
3379:
3380: * tests/results/346-curl.processed: test results updated after
3381: #1173 implemented
3382:
3383: 2017-11-28 moko
3384:
3385: * src/classes/curl.C: another libcurl Content-length bug walkaround
3386: (related to feature #1173)
3387:
3388: 2017-11-27 moko
3389:
3390: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3391: $.http_version[version string] added (implements feature #1173),
3392: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3393: where $post(true) bug existed.
3394:
3395: 2017-11-18 moko
3396:
3397: * src/include/pa_memory.h: warning war (related to feature #1170)
3398:
3399: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3400: feature #1170)
3401:
3402: 2017-11-17 moko
3403:
3404: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3405: std::basic_stringstream used in ^table.csv-string[] is compatible
3406: with delete usage check only under Debian 9 (related to feature
3407: #1170)
3408:
3409: 2017-11-16 moko
3410:
3411: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3412: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3413: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3414: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3415: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3416: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3417: stubs defend from accidental use (implements feature #1170)
3418:
3419: 2017-06-24 moko
3420:
3421: * configure.ac: minor fix: thanks to alx@
3422:
1.115 moko 3423: 2017-05-29 moko
3424:
3425: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3426: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3427: added to avoid cutting of UTF-8 chars (fixed bug #123)
3428:
3429: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3430: ignored, =?UTF-8?Q?= should start in case of leading space
3431: (related to bug #123)
3432:
3433: * buildall: echo -n -> printf for OS X. :)
3434:
3435: 2017-05-25 moko
3436:
3437: * tests/: 288.html, results/288.processed: test updated afted
3438: setting $o.prop without setter exception removed (related to
3439: feature #1157)
3440:
3441: * src/types/pa_vclass.C: no more "this property has no setter
3442: method" when setting $o.prop without setter (implements feature
3443: #1157)
3444:
3445: * buildall: echo \c -> echo -n for FreeBSD
3446:
3447: * configure, configure.ac, src/include/pa_config_auto.h.in,
3448: src/types/pa_vdouble.h: isfinite now checked in configure
3449:
3450: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3451: upgraded to automake 1.15
3452:
3453: 2017-05-23 moko
3454:
3455: * src/types/pa_vdouble.h: finite returned where isfinite not
3456: defined
3457:
3458: 2017-05-22 moko
3459:
3460: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3461:
3462: * buildall: extern CFLAGS setting support
3463:
3464: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3465:
3466: * buildall: http -> https
3467:
3468: * buildall: gc-7.2f -> gc-7.6.0
3469:
3470: 2017-05-20 moko
3471:
3472: * buildall: https, pcre, xml, xslt updated to current versions
3473: (related to feature #1136)
3474:
3475: 2017-05-19 moko
3476:
3477: * tests/097.html: after parser.ru moved to https
3478:
3479: 2017-05-17 moko
3480:
3481: * tests/results/: 175.processed, 372.processed: tests resuls
3482: updated after lintian spelling typos fixed (related to bug #1156)
3483:
3484: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3485: classes/string.C, classes/table.C, main/pa_charset.C,
3486: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3487: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3488: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3489:
3490: * tests/results/096.processed: +XMP
3491:
3492: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3493: $.xmp(true) options tested (test for feature #1154)
3494:
3495: * src/classes/image.C: ^image:measure[] options $.exif(false)
3496: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3497: fetched by default! (implements feature #1154)
3498:
3499: 2017-05-16 moko
3500:
3501: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3502: allowed (related to feature #1154)
3503:
3504: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3505: initial XMP implementation - without options and transcode
3506: (related to feature #1154)
3507:
3508: 2017-05-12 moko
3509:
3510: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3511: image: exif moved to ffields, skipped in ^image.html[] where
3512: iterators now used (preparation for feature #1154)
3513:
3514: 2017-05-05 moko
3515:
3516: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3517: results/387.processed: test for circular class inheritance check
3518: added (related to bug #1150)
3519:
3520: * src/types/pa_vstateless_class.C: circular class inheritance check
3521: added (fixes endless add_derived bug #1150)
3522:
3523: 2017-05-04 moko
3524:
3525: * tests/: 386.html, results/386.processed: test for
3526: $table.value(number) added (related to feature #1152)
3527:
3528: * src/types/pa_vtable.C: table put_element: column value must be
3529: string - > column value must be string compatible to allow
3530: $t.value(1) (implements feature #1152)
3531:
3532: 2017-05-03 moko
3533:
3534: * src/main/pa_request.C: $use[$method] is not possible, reverting
3535: (related to feature #1151)
3536:
3537: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3538: not possible, removing test (related to feature #1151)
3539:
3540: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3541: get_element_method added and used to allow $use[$method] and
3542: $autouse[$method] (implements feature 1151)
3543:
3544: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3545: variable added (related to feature #1151)
3546:
3547: * tests/results/226.processed: actualized after ^try-catch used
3548:
3549: * tests/: 226.html, 385.html, results/385.processed: test for
3550: @autouse in variable added
3551:
3552: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3553:
1.114 moko 3554: 2017-02-27 moko
3555:
3556: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3557:
1.113 moko 3558: 2017-02-20 moko
3559:
1.211 moko 3560: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3561:
3562: 2017-02-16 moko
3563:
3564: * tests/: 384.html, results/384.processed: test for
3565: ^reflection:mixin[; $.name[] ] option added (related to feature
3566: #1089)
3567:
3568: * tests/: 384.html, results/384.processed: test for
3569: ^reflection:mixin[] added (related to feature #1089)
3570:
3571: * src/types/pa_value.h: warning war: virtual ~Value() added
3572:
1.112 moko 3573: 2017-02-15 moko
3574:
3575: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3576: fixed
3577:
3578: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3579: test added (related to feature #1069)
3580:
3581: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3582: compilation without HASH_ORDER fixed
3583:
3584: * src/: classes/reflection.C, include/pa_hash.h:
3585: $.reverse(true/false) added to ^reflection:methods[] (related to
3586: feature #1069)
3587:
3588: 2017-02-14 moko
3589:
3590: * tests/: 152.html, results/152.processed: test for $._default hash
3591: added (related to bug #1131)
3592:
3593: * tests/: 277.html, results/277.processed: test for hash with only
3594: $._default is now defined (related to bug #1131)
3595:
3596: * src/types/pa_vhash.h: hash with only $._default is now defined
3597: (fixed bug #1131)
3598:
3599: 2017-02-13 moko
3600:
3601: * tests/cat-windows.sh: cat-windows added (cygwin required)
3602:
3603: * tests/: 171.html, 264.html, 286.html, 370.html,
3604: results/320.processed, results/375.processed, results/auto.p:
3605: cat-windows.sh support added
3606:
3607: * tests/375.html: Windows support
3608:
3609: * tests/270.html: documented
3610:
3611: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3612: (not backslashes) even under Windows (broke test 270)
3613:
3614: 2017-02-12 moko
3615:
3616: * tests/: descript.ion, todo.txt: cleanup
3617:
3618: 2017-02-09 moko
3619:
3620: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3621: run_tests.cmd: Windows compatibility
3622:
3623: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3624: incorrectly (GMT) if parser is called from cygwin
3625:
1.111 moko 3626: 2017-02-08 moko
3627:
1.211 moko 3628: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3629:
1.211 moko 3630: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3631:
3632: * NEWS, README: minor update
3633:
3634: * src/include/pa_config_includes.h: warning war continues
3635:
3636: * src/: include/pa_config_includes.h, include/pa_memory.h,
3637: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3638: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3639: gcc 6.x issues fixed
3640:
1.111 moko 3641: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3642: classes/classes.h, classes/curl.C, classes/date.C,
3643: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3644: classes/hashfile.C, classes/image.C, classes/inet.C,
3645: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3646: classes/memcached.C, classes/memory.C, classes/op.C,
3647: classes/reflection.C, classes/regex.C, classes/response.C,
3648: classes/string.C, classes/table.C, classes/void.C,
3649: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3650: include/pa_array.h, include/pa_cache_managers.h,
3651: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3652: include/pa_config_fixed.h, include/pa_config_includes.h,
3653: include/pa_dictionary.h, include/pa_dir.h,
3654: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3655: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3656: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3657: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3658: include/pa_request_charsets.h, include/pa_request_info.h,
3659: include/pa_sapi.h, include/pa_socks.h,
3660: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3661: include/pa_stack.h, include/pa_string.h,
3662: include/pa_stylesheet_connection.h,
3663: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3664: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3665: include/pa_uue.h, include/pa_xml_exception.h,
3666: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3667: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3668: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3669: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3670: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3671: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3672: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3673: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3674: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3675: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3676: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3677: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3678: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3679: main/pa_string.C, main/pa_stylesheet_connection.C,
3680: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3681: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3682: main/untaint.C, sql/pa_sql_driver.h,
3683: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3684: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3685: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3686: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3687: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3688: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3689: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3690: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3691: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3692: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3693: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3694: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3695: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3696: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3697: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3698: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3699: types/pa_vmemcached.h, types/pa_vmemory.h,
3700: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3701: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3702: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3703: types/pa_vresponse.C, types/pa_vresponse.h,
3704: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3705: types/pa_vstateless_object.h, types/pa_vstatus.C,
3706: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3707: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3708: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3709: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3710: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3711: 2015->2017
3712:
1.110 moko 3713: 2017-02-07 moko
3714:
3715: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3716:
3717: 2017-02-06 moko
3718:
3719: * src/main/pa_common.C: minor fixes, whitespace
3720:
3721: * src/: classes/curl.C, classes/file.C, classes/image.C,
3722: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3723: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3724: now used (implements feature #1081)
3725:
3726: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3727:
3728: 2017-02-01 moko
3729:
3730: * src/include/pa_request.h: cleanup
3731:
3732: 2017-01-30 moko
3733:
3734: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3735:
3736: 2017-01-29 moko
3737:
3738: * tests/: 383.html, results/383.processed: test for
3739: ^reflection:stack[] added (related to feature #1052)
3740:
3741: * src/classes/reflection.C: else added
3742:
3743: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3744: $.max_file_lock_wait added (implements feature #1128)
3745:
3746: 2017-01-28 moko
3747:
3748: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3749: body and other cases tests added (related to featue #1014)
3750:
3751: * src/classes/curl.C: bug if response is empty fixed (related to
3752: feature #1014)
3753:
3754: 2017-01-27 moko
3755:
3756: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3757: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3758: added (implements feature #1052)
3759:
3760: 2017-01-25 moko
3761:
3762: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3763: method test added
3764:
3765: 2017-01-23 moko
3766:
3767: * src/classes/reflection.C: optimization: options->get replaced by
3768: hash iterator
3769:
3770: * tests/: 381.html, results/381.processed: now -> fixed date
3771:
3772: * src/main/pa_request.C: warning war
3773:
3774: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3775: 5Mb (fixes bug #1058)
3776:
3777: * src/classes/curl.C: warning war
3778:
3779: * tests/: 381.html, results/381.processed: tests for ^json:string
3780: $.one-line(true) option added (related to feature #1124)
3781:
3782: * src/: classes/json.C, types/pa_value.h: $json-string
3783: $.one-line(true|false) options is now supported (implements
3784: feature #1124)
3785:
3786: * tests/: 380.html, results/380.processed: test for modified
3787: $.max_file_size added (related to bug #1014)
3788:
3789: * tests/: 379.html, results/auto.p: tests for rewritten http file
3790: load added (related to bug #1014)
3791:
3792: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3793: main/pa_common.C, main/pa_http.C: check_file_size added and used
3794: in curl / file load from disk and http, http file load rewritten
3795: (related to bug #1014)
3796:
3797: 2017-01-18 moko
3798:
3799: * tests/: 378.html, results/378.processed: tests for ^result[]
3800: added (related to feature #66)
3801:
3802: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3803: Method::CO_WITHOUT_FRAME as frame still added in expression
3804: (related to feature #66)
3805:
3806: 2017-01-17 moko
3807:
3808: * tests/: 377.html, results/377.processed: test for different
3809: combinations of breaks in body and delimiter (related to bug
3810: #1077)
3811:
3812: * tests/: 376.html, results/376.processed: many ^break[] tests
3813: added (related to bug #1077)
3814:
3815: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3816: passed to native method" exception added to avoid bugs due to
3817: WRITE_EXPR_RESULT skipped and native methods execution continues
3818: after ^break[] (related to bug #1077)
3819:
3820: 2017-01-14 moko
3821:
3822: * tests/: 330.html, results/330.processed: test results updated
3823: after ^break[] bugs where fixed (related to bug #1077)
3824:
3825: * tests/: 329.html, results/329.processed: test results updated
3826: after ^break[] bugs where fixed (related to bug #1077)
3827:
3828: * tests/results/320.processed: ^return[] added
3829:
3830: 2017-01-13 moko
3831:
3832: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3833: classes/table.C, include/pa_request.h, main/execute.C,
3834: main/pa_request.C, targets/cgi/parser3.C,
3835: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3836: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3837: checked after each possible process/execute call (fixes bug
3838: #1077)
3839:
3840: 2016-12-29 moko
3841:
3842: * src/main/pa_common.C: warning war
3843:
3844: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3845: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3846: pa_file_size_limit added, ^math:random fixed for upper limit and
3847: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3848: (related to feature #1014)
3849:
3850: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3851: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3852: (related to feature #1014)
3853:
3854: 2016-12-28 moko
3855:
3856: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3857: warning war
3858:
3859: 2016-12-26 moko
3860:
3861: * tests/: 341.html, results/341.processed: test for
3862: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3863:
3864: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3865: (related to feature #1057)
3866:
3867: * src/types/pa_vdate.C: warning war continues...
3868:
3869: * src/: classes/date.C, classes/image.C, classes/table.C,
3870: include/pa_config_includes.h, types/pa_vfile.C: warning war
3871:
3872: * src/lib/gd/gifio.C: warning war / cleanup
3873:
3874: * src/lib/json/pa_json.C: warning war
3875:
3876: * src/classes/hash.C: warning war
3877:
3878: * src/types/pa_vfile.C: warning war
3879:
3880: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3881: -Wall warning war continues
3882:
3883: * configure.ac: --with-build-warnings actualized
3884:
3885: 2016-12-25 moko
3886:
3887: * src/main/pa_exec.C: -wAll warning war
3888:
3889: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3890: -wAll warning war
3891:
3892: * src/: include/pa_common.h, include/pa_sapi.h,
3893: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3894: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3895: -wAll warning war
3896:
3897: 2016-12-23 moko
3898:
3899: * src/lib/ltdl/Makefile.am: extra dist added
3900:
3901: * tests/results/344.processed: test result updated after $file.text
3902: prefetched in ^hash::create[$file] (related to feature #1075)
3903:
3904: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3905: ^hash::create[$file] (related to feature #1075)
3906:
3907: 2016-12-22 moko
3908:
3909: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3910: main/pa_request.C, main/pa_stylesheet_connection.C,
3911: types/pa_vfile.C: file_stat now return 64-bit size (implements
3912: #1014 under 32-bit unix versions)
3913:
3914: 2016-12-21 moko
3915:
3916: * tests/: 375.html, results/375.processed: test for exec returning
3917: stated file added (related to feature #1119)
3918:
3919: * src/classes/file.C: load should not return file with null body
3920: (fixes bug #1119)
3921:
3922: 2016-12-14 moko
3923:
3924: * tests/: 374.html, results/374.processed: test for $method.name
3925: added (related to feature #1117) plus method returning junction
3926: test
3927:
3928: 2016-12-13 moko
3929:
3930: * src/: include/pa_symbols.h, main/pa_symbols.C,
3931: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3932: (implements feature #1117)
3933:
3934: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3935: HEAD and TRACE can't have body (implements feature #1116)
3936:
3937: 2016-12-09 moko
3938:
3939: * tests/: 373.html, results/373.processed: tests for
3940: ^reflection:tainting added (related to feature #1098)
3941:
3942: * src/classes/reflection.C: ^reflection:tainting arguments order
3943: change (related to feature #1098)
3944:
3945: 2016-12-06 moko
3946:
3947: * src/: classes/reflection.C, include/pa_string.h,
3948: main/pa_string.C: ^reflection:tainting[$string] added (implements
3949: feature #1098)
3950:
3951: 2016-12-05 moko
3952:
3953: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3954: (fixes bug #1114)
3955:
3956: 2016-12-04 moko
3957:
3958: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3959: check added
3960:
3961: 2016-12-03 moko
3962:
3963: * tests/: 346-curl.html, results/346-curl.processed: test modified
3964: to test value.as_hash() usage
3965:
3966: * src/classes/curl.C: value.as_hash() used for correct hash
3967: processing
3968:
3969: * src/classes/reflection.C: exceptions texts fixes
3970:
3971: 2016-12-02 moko
3972:
3973: * tests/: 372.html, results/372.processed: tests for
3974: ^reflection:create[ $.class[name] $.constructor[name]
3975: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3976: feature #1094)
3977:
3978: * src/types/pa_vmethod_frame.h: comment added: params should be
3979: declared outside of *_FRAME_ACTION as MethodParams destructor
3980: will be called in ~VNativeMethodFrame
3981:
3982: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3983: ] minor fix
3984:
3985: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3986: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3987: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3988: now supported (implements feature #1094) value::as_hash added
3989: (and should be used everywhere)
3990:
3991: * src/classes/reflection.C: cleanup
3992:
3993: 2016-12-01 moko
3994:
3995: * tests/: 356.html, results/356.processed: test for method
3996: junctions class name added to the resulting hash added (related
3997: to feature #1068)
3998:
3999: * src/classes/reflection.C: for method junctions class name added
4000: to the resulting hash (related to feature #1068)
4001:
4002: 2016-11-30 moko
4003:
4004: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4005: exception (related to bug #1113)
4006:
4007: * src/types/pa_vhashfile.C: whitespace
4008:
4009: * src/main/pa_os.C: errno now returned as it should (fixes bug
4010: #1113)
4011:
4012: * tests/results/: 175.processed, 192.processed, 224.processed,
4013: 229.processed, 239.processed, 244.processed, 246.processed,
4014: 314.processed, 352.processed: tests results updated after method
4015: call exceptions improved as method now keeps its name
4016:
4017: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4018: types/pa_vmethod_frame.h: method call exceptions improved as
4019: method now keeps its name
4020:
4021: * tests/: 224.html, 239.html, results/224.processed,
4022: results/239.processed: tests and tests results updated after
4023: Request::construct exception changed
4024:
4025: * src/: classes/reflection.C, main/execute.C: Request::construct
4026: exception optimized
4027:
4028: * tests/: 371.html, results/371.processed: test for
4029: WWrapper.get_element call in $.name.key[value] code added
4030: (related to feature #1091)
4031:
4032: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4033: in $.name.key[value] code (related to feature #1091)
4034:
4035: 2016-11-29 moko
4036:
4037: * src/classes/op.C: VS warning war
4038:
4039: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4040: C4239: nonstandard extension used : 'return' : conversion from
4041: 'Value' to 'Value &' (related to feature #1020)
4042:
4043: * src/: main/execute.C, types/pa_vmethod_frame.h,
4044: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4045: used : 'return' : conversion from 'Value' to 'Value &' (related
4046: to feature #1020)
4047:
4048: * src/main/execute.C: VS warning war
4049:
4050: * src/targets/cgi/parser3.C: VS compatibility fix
4051:
4052: * src/include/pa_request.h: VS warning war
4053:
4054: * tests/: 370.html, results/370.processed: test for ^file::exec[
4055: ... $.stdin[$binary_file] ] added (related to bug #1044)
4056:
4057: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4058: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4059: $.stdin[$binary_file] (fixes bug #1044)
4060:
4061: 2016-11-28 moko
4062:
4063: * src/main/pa_exec.C: whitespace
4064:
4065: * src/main/pa_request.C: whitespace
4066:
4067: * tests/: 369.html, results/369.processed: test for
4068: $response:status usage added (related to feature #1099)
4069:
4070: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4071: if < 100 (implements feature #1099)
4072:
4073: * src/targets/cgi/parser3.C: whitespace
4074:
4075: * src/targets/cgi/parser3.C: whitespace
4076:
4077: * tests/: 368.html, results/368.processed: test updated after
4078: ^reflection:filename[$method] added (related to feature #1053)
4079:
4080: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4081: main/compile.y, main/execute.C, main/pa_request.C,
4082: types/pa_vclass.h: filename -> filespec,
4083: ^reflection:filename[$method] added (related to feature #1053)
4084:
4085: 2016-11-27 moko
4086:
4087: * tests/: 368.html, results/368.processed: test for
4088: reflection:filename[$class or object] added (related to feature
4089: #1053)
4090:
4091: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4092: types/pa_vstateless_class.h: ^reflection:filename[$class or
4093: object] added (implements feature #1053)
4094:
4095: 2016-11-26 moko
4096:
4097: * src/: include/pa_request_info.h,
4098: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4099: remove_absolute_uri -> strip_absolute_uri
4100:
4101: 2016-11-25 moko
4102:
4103: * src/: include/pa_request_info.h,
4104: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4105: request_info.remove_absolute_uri added to remove possible
4106: http://site.name/ from $request:uri (implements feature #1112)
4107:
4108: 2016-11-24 moko
4109:
4110: * tests/: 367-curl.html, results/367-curl.processed: test for
4111: previous request headers clearing after redirect added (related
4112: to bug #1109)
4113:
4114: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4115: response headers from previous requests are now cleared, only
4116: last request headers are collected (fixes bug #1109)
4117:
4118: * tests/results/: 266.processed, 321.processed, 356.processed:
4119: tests results updated as method name now added to the resulting
4120: hash for new syntax only (Imp1 compatimility fixed, related to
4121: feature #1068)
4122:
4123: * src/classes/reflection.C: method name now added to the resulting
4124: hash for new syntax only (Imp1 compatimility fixed, related to
4125: feature #1068)
4126:
4127: * tests/results/366.processed: test for native and parser
4128: implementation of ^use[] logic (related to feature #1074)
4129:
4130: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4131: for native and parser implementation of ^use[] logic (related to
4132: feature #1074)
4133:
4134: 2016-11-23 moko
4135:
4136: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4137: main/pa_request.C: @USE file now implemented as ^use[file;
4138: $.origin[origin_file] ] (implements feature #1074)
4139:
1.109 moko 4140: 2016-11-21 moko
4141:
1.110 moko 4142: * tests/: 365.html, results/365.processed: test for $caller bugs in
4143: 3.4.4 and $caller.method now tested (related to feature #1110)
4144:
4145: * tests/: 364.html, results/364.processed: $caller usage in
4146: different contexts now tested (related to feature #1110)
4147:
4148: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4149:
4150: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4151:
1.109 moko 4152: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4153: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4154: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4155: used (implements feature #1110)
4156:
4157: 2016-11-20 moko
4158:
4159: * src/types/pa_vdouble.h: whitespace
4160:
4161: 2016-11-11 moko
4162:
4163: * tests/: 363.html, results/363.processed: more tests for feature
4164: #1091 (how parser methods work in expression context)
4165:
4166: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4167: expressions strings are now written as strings, not values by
4168: write_as_string (related to feature #1091)
4169:
4170: * src/classes/op.C: to make more correct behavour in expression
4171: context
4172:
4173: 2016-11-07 moko
4174:
4175: * tests/: 362.html, results/362.processed: test for
4176: xsltParseStylesheetDoc caching as xsl modification after it added
4177: (related to bug #1108)
4178:
4179: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4180: result now cached as xdoc is modified after it (fixes bug #1108)
4181:
4182: 2016-11-06 moko
4183:
4184: * src/types/pa_vxdoc.h: whitespace
4185:
4186: 2016-11-05 moko
4187:
4188: * src/types/pa_vmethod_frame.h: cleanup
4189:
4190: 2016-11-03 moko
4191:
4192: * tests/results/244.processed: more correct exception after method
4193: frames separation
4194:
4195: * src/types/pa_vmethod_frame.h: minor optimizaion
4196:
4197: * src/types/pa_method.h: optimization: params_count added
4198:
4199: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4200: include/pa_request.h, main/execute.C, main/pa_request.C,
4201: types/pa_value.C, types/pa_vmethod_frame.C,
4202: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4203: VMethodFrame now divided into VNativeMethodFrame,
4204: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4205: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4206: and used (related to feature #1104)
4207:
4208: 2016-11-02 moko
4209:
4210: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4211: classes/double.C, classes/file.C, classes/hash.C,
4212: classes/hashfile.C, classes/image.C, classes/inet.C,
4213: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4214: classes/memcached.C, classes/op.C, classes/reflection.C,
4215: classes/regex.C, classes/string.C, classes/table.C,
4216: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4217: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4218: r.write (implements feature #1091)
4219:
4220: * src/main/execute.C: cleanup (related to feature #1104)
4221:
4222: * src/: include/pa_request.h, main/execute.C,
4223: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4224: added, in_expression removed (implements feature #1104)
4225:
4226: 2016-10-31 moko
4227:
4228: * src/types/pa_value.C: whitespace
4229:
4230: 2016-10-28 moko
4231:
4232: * tests/results/244.processed: updated after error reporting fixed
4233: in pa_wcontext.C
4234:
4235: * src/types/pa_wcontext.C: error reporting fixed
4236:
4237: * src/types/pa_wcontext.h: whitespace
4238:
4239: * src/classes/image.C: not fully readed entries are no longer
4240: processed (fixes bug #1106)
4241:
4242: 2016-10-26 moko
4243:
4244: * src/classes/image.C: whitespace
4245:
4246: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4247: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4248: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4249: longer required (related to feature #1091)
4250:
4251: * tests/results/: 264.processed, 350.processed: test results update
4252: reverted (whitespace optimization) after write_no_lang removed :)
4253: (related to feature #1091)
4254:
4255: * src/: classes/file.C, classes/hash.C, classes/op.C,
4256: classes/string.C, classes/table.C, classes/void.C,
4257: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4258: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4259: equal write_pass_lang (related to feature #1091)
4260:
4261: * tests/results/: 264.processed, 350.processed: test results
4262: updated (whitespace optimization) after write_assign_lang removed
4263: (related to feature #1091)
4264:
4265: * tests/: 361.html, results/361.processed: test for non-string
4266: ^untaint added (related to feature #1091)
4267:
4268: * src/: classes/curl.C, classes/date.C, classes/file.C,
4269: classes/hash.C, classes/op.C, classes/string.C,
4270: include/pa_request.h, main/execute.C: optimization:
4271: write_assign_lang removed as not required (first part of feature
4272: #1091 implementation)
4273:
1.108 moko 4274: 2016-10-12 moko
4275:
4276: * tests/: 360.html, results/360.processed: more test code (related
4277: to feature #1104)
4278:
4279: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4280: include/pa_request.h, main/compile.y, main/execute.C: opcode
4281: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4282: WContext is next task (implements feature #1104)
4283:
4284: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4285: / CO_WITHOUT_WCONTEXT
4286:
4287: * tests/: 360.html, results/360.processed: test for in expression
4288: state (related to feature #1104)
4289:
4290: 2016-10-11 moko
4291:
4292: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4293:
4294: * src/classes/op.C: default value removed from initializer
4295:
4296: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4297:
4298: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4299:
4300: 2016-10-10 moko
4301:
4302: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4303: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4304: to feature #42)
4305:
4306: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4307: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4308:
4309: 2016-10-08 moko
4310:
4311: * src/classes/double.C: whitespace
4312:
4313: 2016-10-07 moko
4314:
4315: * src/types/pa_vmethod_frame.h: reorder
4316:
4317: 2016-10-06 moko
4318:
4319: * src/classes/date.C: typo
4320:
4321: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4322:
4323: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4324: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4325: types/pa_vmethod_frame.h: params.get now returns Value&, not
4326: Value*
4327:
4328: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4329:
4330: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4331: removed; first as_* code rewrite
4332:
4333: 2016-10-05 moko
4334:
4335: * src/include/pa_request.h: whitespace
4336:
4337: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4338: intercept_string added (related to feature #1097)
4339:
4340: * src/: classes/image.C, classes/op.C, classes/table.C,
4341: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4342: optimization: intercept_string removed (implements feature #1097)
4343:
4344: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4345:
4346: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4347: from VCodeFrame and WWrapper as not required
4348:
4349: 2016-10-04 moko
4350:
4351: * src/: classes/curl.C, classes/date.C, classes/double.C,
4352: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4353: classes/int.C, classes/json.C, classes/op.C,
4354: classes/reflection.C, classes/string.C, classes/table.C,
4355: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4356: proces_to_value -> process after StringOrValue removed (related
4357: to feature #1020)
4358:
4359: * src/classes/form.C: whitespace
4360:
4361: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4362:
4363: * tests/: 357.html, 358.html, results/357.processed,
4364: results/358.processed, results/auto.p: test for @conf
4365: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4366:
4367: 2016-10-03 moko
4368:
4369: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4370: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4371: supported (implements feature #42)
4372:
4373: * src/types/pa_vregex.h: no reason for VRegex to be
4374: is_evaluated_expr
4375:
4376: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4377: (implements feature #1095)
4378:
4379: 2016-10-01 moko
4380:
4381: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4382: false by default (related to feature #1089)
4383:
4384: 2016-09-30 moko
4385:
4386: * src/types/pa_wcontext.h: cleanup
4387:
4388: 2016-09-29 moko
4389:
4390: * src/main/execute.C: whitespace
4391:
4392: * src/include/pa_request.h: whitespace
4393:
4394: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4395: classes/op.C, classes/table.C, include/pa_request.h,
4396: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4397: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4398: StringOrValue removed as it just slows down and adds complexity
4399: (implements feature #1020)
4400:
4401: 2016-09-28 moko
4402:
4403: * tests/: 356.html, results/266.processed, results/321.processed,
4404: results/356.processed: tests updated after name was added to
4405: method_info hash, test for ^reflection:method_info[junction]
4406: added (related to feature #1068)
4407:
4408: * src/classes/reflection.C: ^reflection:method_info[junction] now
4409: supported, method name added to the resulting hash (implements
4410: feature #1068)
4411:
4412: * tests/: 276.html, results/276.processed: more tests for
4413: ^reflection:delete[]
4414:
4415: * src/classes/reflection.C: fixed bug then ^reflection:delete
4416: didn't work on class and could damage native objects (like file)
4417:
4418: 2016-09-26 moko
4419:
4420: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4421: results/345.processed, results/346-curl.processed,
4422: results/347-curl.processed, results/348.processed: numbers added
4423: to simplify diff analysis
4424:
4425: * tests/: 352.html, results/352.processed: test result updated as
4426: method name used
4427:
4428: * src/classes/reflection.C: method name used
4429:
4430: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4431: its name
4432:
4433: * src/types/pa_method.h: whitespace
4434:
4435: * src/classes/reflection.C: both method and field with one name can
4436: exist.
4437:
4438: * src/classes/reflection.C: ^reflection:mixin added (implements
4439: feature #1089)
4440:
4441: * tests/: 355.html, results/355.processed: property appears in
4442: derived class if added in base test added
4443:
4444: * src/types/pa_vstateless_class.h: get_method declaration +
4445: whitespace
4446:
4447: * tests/: 354.html, results/354.processed: nice test from method
4448: and property with one name in class added
4449:
4450: 2016-09-23 moko
4451:
4452: * src/classes/reflection.C: ^reflection:method usage documented
4453:
4454: 2016-09-22 moko
4455:
4456: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4457: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4458: compile warning and GPF occures on VS2003 (related to feature
4459: #1087)
4460:
4461: * tests/: 350.html, results/350.processed: test added for
4462: $.encloser[] support in ^table::create (related to feature #11)
4463:
4464: * src/classes/table.C: another minor fix (related to feature #11)
4465:
1.107 moko 4466: 2016-09-21 moko
4467:
4468: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4469:
4470: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4471: classes/json.C, classes/string.C, classes/table.C,
4472: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4473: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4474: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4475: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4476: pa_charsets, vs2015 warning war
4477:
4478: * src/classes/table.C: vs2015 warning war
4479:
4480: * src/types/pa_vdate.C: vs2015 warning war
4481:
4482: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4483:
4484: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4485: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4486:
4487: * src/main/pa_common.C: vs2015 compilation fixes
4488:
4489: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4490: vs2015 compilation fixes
4491:
4492: * src/main/pa_charset.C: vs2015 warning war
4493:
4494: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4495:
4496: * src/main/pa_charset.C: vs2015 warning war
4497:
4498: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4499:
4500: * src/types/pa_vdate.C: vs2015 compilation fix
4501:
4502: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4503:
4504: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4505: VS2015 compilation fixes
4506:
4507: * src/classes/table.C: minor fix (related to feature #11)
4508:
4509: * tests/results/282.processed: no longer skipping extra enclosers
4510: (related to feature #11)
4511:
4512: * src/classes/table.C: minor fix + no longer skipping extra
4513: enclosers (related to feature #11)
4514:
4515: * src/classes/table.C: minor optimization (related to feature #11)
4516:
4517: * src/classes/table.C: minor fix and optimization (related to
4518: feature #11)
4519:
4520: 2016-09-20 moko
4521:
4522: * tests/: 353.html, results/353.processed: test for
4523: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4524: added (related to bug #1090)
4525:
4526: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4527: one_big_piece (fixes bug #1090)
4528:
4529: * tests/: 229.html, results/229.processed: code coverage tests
4530:
4531: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4532: body) was called
4533:
4534: * src/classes/op.C: whitespace
4535:
4536: * tests/: 323.html, results/323.processed: test for code junction
4537: should not be returned by ^reflection:class, ^reflection:base
4538:
4539: * src/classes/reflection.C: bugfix: code junction should not be
4540: returned by ^reflection:class, ^reflection:base
4541:
4542: * tests/: 323.html, 352.html, results/352.processed: no more
4543: exception for ^reflection:method[class;no-such-method] (related
4544: to feature #1087)
4545:
4546: * src/classes/reflection.C:
4547: ^reflection:method[class;no-such-method] : exception -> void
4548: (related to feature #1087)
4549:
4550: * src/include/pa_request.h: request::write_value added to allow
4551: write value without convertion (related to issue #1091)
4552:
4553: 2016-09-19 moko
4554:
4555: * src/main/pa_random.C: windows build fix
4556:
4557: * src/types/pa_vhash.h: warning war
4558:
4559: 2016-09-14 moko
4560:
4561: * tests/: 352.html, 552.html, results/352.processed,
4562: results/552.processed: test for ^reflection:method[] extension
4563: added (related to feature #1087)
4564:
4565: * tests/: 552.html, results/552.processed: test for
4566: ^reflection:method[] extension added (related to feature #1087)
4567:
4568: * src/classes/reflection.C: compatibility issue fixed, VClass
4569: dynamic_cast check added (related to feature #1087)
4570:
4571: * tests/: 351.html, results/351.processed: test for @auto[]
4572: inheritance bug diring ^process[] added (related to bug #1088)
4573:
4574: * src/: classes/op.C, main/pa_request.C,
4575: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4576: disable it inheritance during ^process (fixes bug #1088)
4577:
4578: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4579: added (implements feature #1087)
4580:
4581: 2016-09-13 moko
4582:
4583: * tests/: 349.html, results/auto.p: test for objects prototyping
4584: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4585: to feature #1086)
4586:
4587: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4588: types/pa_vobject.C: objects now are not class instances, but have
4589: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4590: in @conf (implements feature #1086)
4591:
4592: 2016-09-08 moko
4593:
4594: * src/: classes/file.C, classes/mail.C, classes/string.C,
4595: classes/table.C, main/pa_http.C, main/pa_string.C,
4596: include/pa_string.h: cleanup: string::split limit argument
4597: removed as no longer required, pos_after no longer reference
4598: (related to feature #11)
4599:
4600: * src/classes/table.C, tests/results/348.processed: now exception
4601: is rised when invalid option is passed to ^table::create[]
4602:
4603: * tests/: 282.cfg, 282.html, results/282.processed: more code
4604: coverage tests
4605:
4606: * tests/: 348.html, results/348.processed: code coverage tests
4607: added
4608:
4609: * tests/: 348.html, results/348.processed: generic ^table::create[]
4610: tests
4611:
4612: * tests/: 035.html, results/035.processed, results/272.processed:
4613: tests updated after $.encloser[] support for ^table::create
4614: implementation (related to feature #11)
4615:
4616: * src/classes/table.C: $.encloser[] support for ^table::create
4617: finally added (implements feature #11)
4618:
4619: 2016-09-07 moko
4620:
4621: * src/include/pa_string.h: added StringSplitHelper as friend
4622: (related to feature #11)
4623:
4624: * src/include/pa_string.h: body and langs now protected, not
4625: private to allow inheritance (related to feature #11)
4626:
4627: * src/classes/table.C: lsplit optimized before cloning for
4628: ^table::create with $.encloser[] (related to feature #11)
4629:
4630: * src/classes/table.C: optimizaion: TableControlChars.separators
4631: added and used (related to feature #11)
4632:
4633: * src/classes/table.C: spelling:
4634:
4635: TableSeparators -> TableControlChars column -> separator
4636: separators -> control_chars
4637:
4638: 2016-09-06 moko
4639:
4640: * src/main/pa_string.C: whitespace
4641:
4642: * src/main/pa_string.C: whitespace
4643:
4644: 2016-09-01 moko
4645:
4646: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4647: results OS-independent
4648:
4649: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4650: compiler (related to feature #1042)
4651:
4652: 2016-08-15 moko
4653:
4654: * src/include/pa_string.h: whitespace
4655:
4656: * src/classes/table.C: whitespace
4657:
1.106 moko 4658: 2016-08-05 moko
4659:
4660: * tests/: 344.html, results/344.processed: test for
4661: ^hash::create[$file] added (related to feature #1075)
4662:
4663: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4664: supported (implements feature #1075)
4665:
4666: 2016-08-04 moko
4667:
4668: * tests/: 341.html, results/341.processed: more code coverage tests
4669:
4670: * tests/: 346-curl.html, results/346-curl.processed: more code
4671: coverage tests for curl
4672:
4673: * tests/: 346-curl.html, results/346-curl.processed: more code
4674: coverage tests for curl
4675:
4676: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4677: results/223.processed: code coverage tests: $.form[ $.table[] ]
4678: test added
4679:
4680: * tests/: 223-curl.html, results/223-curl.processed: more code
4681: coverage tests for curl
4682:
4683: 2016-08-03 moko
4684:
4685: * src/classes/curl.C: dlink(curl_library) now called not once, but
4686: until it will be loaded, allowing to find existing library.
4687:
4688: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4689: results/347-curl.processed: more code coverage tests for curl
4690:
4691: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4692: results/339-curl.processed, results/346-curl.processed: curl
4693: functionality tests
4694:
4695: 2016-08-02 moko
4696:
4697: * tests/: 339.html, results/339.processed: test for tables in
4698: ^file:load[] and ^curl:load[] (commented) added (related to
4699: feature #1042)
4700:
4701: * tests/: 345.html, results/345.processed: code coverage tests for
4702: file class
4703:
4704: * tests/: 344.html, results/344.processed: code coverage tests
4705:
4706: * tests/: 344.html, results/344.processed: mdate removed from
4707: output
4708:
4709: * src/classes/file.C: minor bugfix: is_text should be taked from
4710: fcontent.is_text_mode() if not set (related to feature #1061)
4711:
4712: * tests/: 344.html, results/344.processed: more tests
4713:
4714: * tests/: 343.html, 344.html, results/343.processed,
4715: results/344.processed: tests for ^file::create[ $.from-charset
4716: and $.to-charset ] (related to feature #1061)
4717:
4718: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4719: aset_text_mode argument optimized
4720:
4721: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4722: checkBOM now used in detect_binary_content (related to feature
4723: #1061)
4724:
4725: * src/main/pa_request.C: load_charset no longer required to_upper
4726:
4727: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4728: preserves original file mode (if no $.mode specified)
4729:
4730: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4731: ^file::create now supports $.from-charset[] and $.to-charset
4732: options (implements feature #1061), automatic transcode is done
4733: if text file is created from binary file and charset is detected.
4734:
4735: 2016-07-30 moko
4736:
4737: * src/classes/table.C: ^t.hash[..;] now supported (related to
4738: feature #1057)
4739:
4740: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4741: added (related to feature #1057)
4742:
4743: * tests/: 286.html, results/286.processed: code tests coverage
4744:
4745: 2016-07-29 moko
4746:
4747: * src/classes/table.C: table size should be checked inside menu and
4748: foreach (related to feature #858)
4749:
4750: * src/: classes/curl.C, classes/file.C, classes/string.C,
4751: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4752: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4753: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4754: charsets.get now does str_upper inside (related to feature #1061)
4755:
4756: * tests/: 342.html, results/342.processed: more code coverage tests
4757:
4758: * tests/: 342.html, outputs/342.processed: table menu code coverage
4759: + foreach test added (related to feature #858)
4760:
4761: * tests/: 341.html, results/341.processed: tests for
4762: ^table.hash[]{code} added + code coverage tests (related to
4763: feature #1057)
4764:
4765: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4766: value} support (implements feature #1057)
4767:
4768: * src/classes/table.C: whitespace
4769:
4770: 2016-07-28 moko
4771:
4772: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4773: from URL, if not specified query string removed from url-based
4774: filenames in ^curl:load[] and ^file::load[] (related to feature
4775: #1042)
4776:
4777: 2016-07-27 moko
4778:
4779: * tests/: 340.html, results/340.processed: test for
4780: transcode_text_result=false added (related to issue #1042)
4781:
4782: 2016-07-26 moko
4783:
4784: * src/types/pa_vfile.C: file name should not be empty (if file path
4785: is folder and ends with /) (related to feature #1042)
4786:
4787: * src/main/pa_http.C: whitespace optimizaion
4788:
4789: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4790: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4791: multiple headers, ^file::load supports headers transcoding
4792: (implements feature #1042)
4793:
4794: 2016-07-25 moko
4795:
4796: * src/include/pa_common.h: PA_DEFAULT added
4797:
4798: 2016-07-22 moko
4799:
4800: * tests/: 338.html, results/338.processed: test for
4801: $date.field(value) added (related to feature #1066)
4802:
4803: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4804: $date.field(value) now supported for y/m/d/h/m/s (implements
4805: feature #1066)
4806:
1.105 moko 4807: 2016-07-21 moko
4808:
4809: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4810: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4811: arguments removed; image.C - absolute path shown in exception
4812: (implements feature #1071)
4813:
4814: * tests/: 235.html, results/235.processed: test and test result
4815: updated after static boundary in mail and Errors-To: mail header
4816: removed (related to feature #1047)
4817:
4818: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4819: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4820: used, static boundary in mail removed, Errors-To: mail header
4821: removed (implements feature #1047)
4822:
4823: 2016-07-20 moko
4824:
4825: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4826: equest.classes(): Value -> VStateless_class, part 3 (related to
4827: issue #1051)
4828:
4829: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4830: request.classes(): Value -> VStateless_class, part 2 (related to
4831: issue #1051)
4832:
4833: * tests/results/: 224.processed, 323.processed: classes without
4834: methods should not be methoded (related to issue #1051)
4835:
4836: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4837: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4838: -> VStateless_class, part 1 (related to issue #1051)
4839:
4840: * tests/: 337.html, results/337.processed: test for
4841: ^reflection:fields_reference[] and VHashReference class added
4842: (related to feature #1072)
4843:
4844: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4845: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4846: and VHashReference added, allowing ^reflection:fields_reference[]
4847: implementation (closes feature #1072)
4848:
4849: 2016-07-19 moko
4850:
4851: * tests/: 323.html, results/323.processed: we want to see
4852: "methoded"
4853:
4854: * tests/: 336.html, results/336.processed: test for $BASE:property
4855: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4856: #1059)
4857:
4858: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4859: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4860: somebody_entered_some_class, $BASE:property works again,
4861: ^BASE:method[] bugs fixed (fixes bug #1059)
4862:
4863: 2016-07-14 moko
4864:
4865: * tests/: 335.html, results/335.processed: test for feature #1055
4866: added
4867:
4868: * src/classes/hash.C: bugfix: $._default was not copied if empty
4869: feature: ^hash.contains[_default] added (implements feature
4870: #1055)
4871:
4872: 2016-07-13 moko
4873:
4874: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4875: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4876:
4877: 2016-07-05 moko
4878:
4879: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4880: in ^hash.foreach (related to feature #1073)
4881:
4882: 2016-07-04 moko
4883:
4884: * tests/: 134.html, 281.html, results/134.processed,
4885: results/281.processed: tests updated after hash blocking removed
4886: (related to feature #1073)
4887:
4888: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4889: no longer blocks on change during foreach (implements feature
4890: #1073)
4891:
4892: 2016-06-17 moko
4893:
4894: * tests/: 330.html, results/330.processed: try exception source
4895: test added (related to bug in #1062)
4896:
4897: * tests/: 334.html, results/334.processed: Exception stack trace
4898: test added (related to bug in $1062)
4899:
4900: * src/classes/op.C: Exception trace now correctly restored and
4901: errors reported (related to bug #1062)
4902:
1.104 moko 4903: 2016-05-25 moko
4904:
4905: * src/main/compile.y: minor cleanup + beauty
4906:
4907: 2016-05-24 moko
4908:
4909: * tests/: 333.html, results/333.processed: more exceptions testing
4910:
4911: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4912: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4913: features #1056, #1026)
4914:
4915: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4916: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4917: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4918: (implements feature #1056)
4919:
4920: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4921: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4922: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4923: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4924: feature #1026)
4925:
4926: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4927: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4928: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4929: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4930: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4931: feature #1026)
4932:
4933: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4934: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4935: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4936: SYMBOLS_CACHING define implemented (related to feature #1026)
4937:
4938: * src/main/main.vcproj: + ps_symbols
4939:
4940: * src/: include/Makefile.am, include/pa_string.h,
4941: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4942: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4943: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4944: types/pa_vstateless_class.C: initial implementation for symbols
4945: cache (related to feature #1026)
4946:
4947: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4948:
4949: * src/main/pa_globals.C: minor cleanup
4950:
4951: 2016-05-19 moko
4952:
4953: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4954: (related to feature #1046)
4955:
4956: * tests/: 331.html, results/331.processed: test for
4957: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4958: (related to feature #1051)
4959:
4960: * src/main/compile.y:
4961: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4962: (implements feature #1054)
4963:
4964: 2016-05-18 moko
4965:
4966: * src/types/pa_vtable.C, tests/results/324.processed: no more
4967: "column not found" exception for ^table.no-such-method[] (related
4968: to feature #1046)
4969:
4970: * tests/: 261.html, results/261.processed: test added and updated
4971: after feature #1046 implementation
4972:
4973: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4974: types/pa_vvoid.h: $string.anything works for whitespace strings,
4975: ^string.contains added for hash compatibility, $string.method no
4976: longer returns stting method (implements feature #1046)
4977:
4978: 2016-05-12 moko
4979:
4980: * src/classes/curl.C: content-type response header no longer
4981: ignored (fixes issue #1045)
4982:
4983: * tests/: 330.html, results/330.processed: test for incomplete
4984: finally execution when break occures added (related to issue
4985: #1077)
4986:
4987: * src/classes/op.C: bugfix: Request::skip reset is called before
4988: executing catch and finally code (fixes issue #1062)
4989:
4990: 2016-05-11 moko
4991:
4992: * tests/: 329.html, results/329.processed: test for invalid
4993: ^break[] behavour added (bug #1077)
4994:
4995: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4996:
4997: 2016-04-24 moko
4998:
4999: * src/types/pa_vstateless_class.h: warning war
5000:
5001: 2016-04-17 moko
5002:
5003: * tests/: 328.html, results/328.processed: test for
5004: ^break(condition) and ^continue(condition) (related to feature
5005: #1063)
5006:
5007: * src/classes/op.C: ^break(condition) and ^continue(condition)
5008: implemented (feature #1063)
5009:
5010: 2016-04-12 moko
5011:
5012: * tests/results/280.processed: ordered hash now used for class
5013: methods and properties (test results updated for feature #1069)
5014:
5015: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5016: to xdoc.C as under FreeBSD it was inited after and inheritance
5017: failed (related to issue #1051)
5018:
5019: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5020: are printed to check inheritance (related to feature #1051)
5021:
1.103 moko 5022: 2016-04-09 moko
5023:
5024: * tests/results/320.processed: ordered hash now used for class
5025: methods and properties (test results updated for feature #1069)
5026:
5027: * src/types/pa_vstateless_class.h: ordered hash now used for class
5028: methods and properties (implements feature #1069)
5029:
5030: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5031: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5032: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5033: feature #1051)
5034:
5035: 2016-04-07 moko
5036:
5037: * src/main/execute.C: returned Value in .CLASS case for VJunction
5038: (related to feature #1051)
5039:
5040: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5041: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5042: string constants deduplication (related to feature #1051)
5043:
5044: * tests/results/224.processed: test result updated (related to
5045: feature #1051)
5046:
5047: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5048: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5049: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5050: types/pa_vstatus.h: classes hash now contains only
5051: VStateless_class derived objects, .CLASS is also allways
5052: VStateless_class derived object (related to feature #1051).
5053:
5054: 2016-04-06 moko
5055:
5056: * tests/results/323.processed: test result updated after feature
5057: #1051 implementation
5058:
5059: * src/: classes/classes.h, classes/op.C, classes/response.C,
5060: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5061: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5062: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5063: types/pa_vresponse.C, types/pa_vresponse.h,
5064: types/pa_vstateless_class.h: base -> methoded_donor for static
5065: classes, type() moved from VStateless_class to VClass and
5066: Methoded (implements feature #1051)
5067:
5068: 2016-04-04 moko
5069:
5070: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5071: beauty: put_class added (related to feature #1051)
5072:
5073: 2016-04-01 moko
5074:
5075: * tests/results/: 175.processed, 192.processed, 224.processed,
5076: 229.processed, 244.processed, 246.processed, 316.processed: test
5077: results updated as class.type() removed from error messages, only
5078: type() left (related to feature #1051)
5079:
5080: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5081: classes/op.C, classes/reflection.C, main/compile.y,
5082: main/compile_tools.h, main/execute.C, main/pa_request.C,
5083: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5084: types/pa_vmethod_frame.h, types/pa_vobject.h,
5085: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5086: from VStateless_class, type() is used instead (related to feature
5087: #1051)
5088:
5089: * src/classes/mail.C: old logic restored.
5090:
5091: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5092: classes/classes.h, classes/curl.C, classes/date.C,
5093: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5094: classes/hashfile.C, classes/image.C, classes/inet.C,
5095: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5096: classes/memcached.C, classes/memory.C, classes/reflection.C,
5097: classes/regex.C, classes/response.C, classes/string.C,
5098: classes/table.C, classes/xdoc.C, classes/xnode.C,
5099: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5100: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5101: feature #1051)
5102:
5103: 2016-03-30 moko
5104:
5105: * tests/: 327.html, results/224.processed, results/327.processed:
5106: test for TZ specification in ^date::create[], TZ is kept during
5107: ^date::create[$dt] (related to feature #1048)
5108:
5109: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5110: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5111: feature #1048)
5112:
5113: 2016-03-29 moko
5114:
5115: * tests/: 315.html, results/315.processed: test for timezone format
5116: +HHmm added (related to feature #1065)
5117:
5118: * src/classes/date.C: timezone format +HHmm now supported
5119: (implements feature #1065)
5120:
5121: 2016-03-28 moko
5122:
5123: * tests/: 202.html, results/131.processed, results/202.processed,
5124: results/224.processed, results/256.processed,
5125: results/315.processed: test results updated after %.2d now
5126: default for hours offset in iso-string (was %2d), test for
5127: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5128: added (related to feature #1065)
5129:
5130: 2016-03-27 moko
5131:
5132: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5133: feature #1065)
5134:
5135: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5136: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5137: added (implements feature #1065)
5138:
5139: 2016-03-24 moko
5140:
5141: * tests/: 202.html, results/202.processed: test $date.week added
5142: (related to bug #1067)
5143:
5144: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5145: date (fix for bug #1067)
5146:
5147: 2016-03-10 moko
5148:
5149: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5150:
1.102 moko 5151: 2015-12-07 moko
5152:
5153: * tests/: 326.html, results/326.processed: test for .CLASS &
5154: .CLASS_NAME optimization added (related to feature #844)
5155:
5156: 2015-11-17 moko
5157:
5158: * tests/: 323.html, results/323.processed: order added
5159:
5160: * tests/: 325.html, results/325.processed: double range test added
5161: (related to bug #1049)
5162:
5163: 2015-11-16 moko
5164:
5165: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5166: added to disallow NaN and Infinity (fixes bug #1049)
5167:
5168: 2015-11-11 moko
5169:
5170: * tests/324.html: parser 3.4.3 execution support added (related to
5171: feature #1017)
5172:
5173: * tests/: 324.html, results/324.processed: test for
5174: GET_ELEMENT4CALL feature added (feature #1017)
5175:
1.101 moko 5176: 2015-10-29 moko
5177:
1.211 moko 5178: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5179:
5180: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5181:
5182: * src/main/pa_exec.C: get_exit_status implemented for Windows
5183: (related to bug #1043)
5184:
5185: 2015-10-28 moko
5186:
5187: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5188: hangup during ^file::exec (fixes bug #1043)
5189:
1.100 moko 5190: 2015-10-27 moko
5191:
5192: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5193:
1.99 moko 5194: 2015-10-26 moko
5195:
1.100 moko 5196: * tests/322.html, src/classes/reflection.C: arguments reorder
5197: (related to issue #1041)
5198:
5199: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5200: Copyright year updated
5201:
1.99 moko 5202: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5203: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5204: classes/form.C, classes/hash.C, classes/hashfile.C,
5205: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5206: classes/mail.C, classes/math.C, classes/memcached.C,
5207: classes/memory.C, classes/op.C, classes/reflection.C,
5208: classes/regex.C, classes/response.C, classes/string.C,
5209: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5210: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5211: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5212: include/pa_config_fixed.h, include/pa_config_includes.h,
5213: include/pa_dictionary.h, include/pa_dir.h,
5214: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5215: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5216: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5217: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5218: include/pa_request_charsets.h, include/pa_request_info.h,
5219: include/pa_sapi.h, include/pa_socks.h,
5220: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5221: include/pa_stack.h, include/pa_string.h,
5222: include/pa_stylesheet_connection.h,
5223: include/pa_stylesheet_manager.h, include/pa_table.h,
5224: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5225: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5226: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5227: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5228: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5229: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5230: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5231: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5232: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5233: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5234: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5235: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5236: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5237: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5238: main/pa_string.C, main/pa_stylesheet_connection.C,
5239: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5240: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5241: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5242: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5243: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5244: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5245: targets/isapi/parser3isapi.C, types/pa_junction.h,
5246: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5247: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5248: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5249: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5250: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5251: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5252: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5253: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5254: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5255: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5256: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5257: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5258: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5259: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5260: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5261: types/pa_vresponse.C, types/pa_vresponse.h,
5262: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5263: types/pa_vstateless_object.h, types/pa_vstatus.C,
5264: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5265: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5266: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5267: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5268: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5269:
5270: * src/targets/cgi/parser3.C: year updated
5271:
5272: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5273: issue #1041)
5274:
5275: * tests/: 323.html, results/323.processed: test for base classes
5276: added
5277:
5278: * tests/: 261.html, results/261.processed: updated after better
5279: error reporting done for $string.key exception
5280:
5281: * src/types/pa_vstring.h: better error report for $string.key
5282: exception
5283:
5284: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5285: copied as VObject::get_element4call to remove extra virtual call
5286:
5287: * tests/: 322.html, results/322.processed: test for
5288: ^reflection:is[] added (related to feature #1041)
5289:
5290: * src/classes/reflection.C: ^reflection:is empty value is void
5291: (related to feature #1041)
5292:
5293: * src/classes/reflection.C:
5294: ^reflection:is[class_name|code|method;[context;]element_name]
5295: added (implements feature #1041)
5296:
5297: 2015-10-24 moko
5298:
5299: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5300:
1.98 moko 5301: 2015-10-22 moko
5302:
5303: * tests/: 321.html, results/321.processed: test for
5304: ^reflection:method_info[] file detection added
5305:
5306: * tests/: 320.html, results/320.processed: test for
5307: ^reflection:class_by_name[class_name] added (related to feature
5308: #993)
5309:
5310: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5311: added (implements feature #993)
5312:
5313: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5314: (related to feature #1017)
5315:
5316: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5317: added (related to issue #1039)
5318:
5319: * src/main/pa_request.C: ^throw origin fixed (related to feature
5320: #1039)
5321:
5322: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5323: for VDate
5324:
5325: * tests/results/182.processed: updated after feature #1038
5326: implemented
5327:
5328: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5329: compile-time exception origin added (test for feature #1039)
5330:
5331: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5332: main/pa_request.C: exception unification: compile-time exceptions
5333: now have origin, @USE origins also tracked (implements feature
5334: #1039)
5335:
5336: 2015-10-20 moko
5337:
5338: * src/main/pa_request.C: cleanup
5339:
5340: 2015-10-15 moko
5341:
5342: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5343:
5344: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5345: types/pa_vtable.C: new feature: no more $table.method and
5346: $hash.method, aliases for _at, _count, _key (related to feature
5347: #1017)
5348:
1.97 moko 5349: 2015-10-14 moko
5350:
1.98 moko 5351: * tests/: 317.html, results/317.processed: test for
5352: ^string.unescape[] added (related to feature #120)
5353:
1.97 moko 5354: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5355: defined" bug (described in issue #1036)
5356:
5357: * tests/: 247.html, results/247.processed: test for checkBOM added
5358: (test for bug #1037)
5359:
5360: * src/: include/pa_charsets.h, main/pa_charsets.C,
5361: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5362: it's not enforced, skips BOM signature if it complies charset
5363: (fixes bug #1037)
5364:
5365: 2015-10-13 moko
5366:
5367: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5368: linking
5369:
5370: * src/classes/inet.C: vs2003 compilation fix
5371:
5372: * src/classes/math.C: warning war
5373:
5374: * src/lib/punycode/pa_punycode.c: warning war
5375:
5376: 2015-10-12 moko
5377:
5378: * src/lib/punycode/pa_punycode.c: warning war
5379:
5380: * parser3.sln: moved parser3 first, to make it default startup
5381: project
5382:
5383: * buildall: parser "mirror" now used for external libs sources
5384: (implements feature #1036)
5385:
5386: * buildall: most external libs are updated to their current
5387: versions (related to feature #1036)
5388:
5389: * src/classes/image.C: more tags added
5390:
5391: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5392:
5393: 2015-10-11 moko
5394:
5395: * src/classes/curl.C: minor optimization (related to feature #1035)
5396:
5397: 2015-10-09 moko
5398:
5399: * src/classes/curl.C: pa_strdup added for strings from curl
5400: (related to feature #1035)
5401:
5402: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5403: ULLONG_MAX definition
5404:
5405: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5406: (implements feature #1035)
5407:
5408: * src/main/pa_charset.C: String::Body(String::C) used
5409:
5410: * src/main/pa_charset.C: exceptions unified
5411:
5412: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5413: unified
5414:
5415: * src/: classes/file.C, classes/image.C, classes/mail.C,
5416: classes/op.C, classes/xdoc.C, classes/xnode.C,
5417: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5418: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5419: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5420: String::Body(String::C) constructor added (related to bug #957)
5421:
5422: * src/classes/file.C: minor optimization
5423:
5424: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5425: Cord(char*) autocreation (related to bug #957)
5426:
5427: * src/: classes/string.C, main/untaint.C: minor optimizations
5428:
5429: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5430: String(char*, Lang, length) removed, String(C(), Lang) used
5431: instead (related to bug #957)
5432:
5433: 2015-10-08 moko
5434:
5435: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5436: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5437: main/untaint.C: Now char * is converted to CORD only using
5438: AS_CORD() to check for empty cord bug (fixes bug #957)
5439:
5440: * src/include/pa_hash.h: fixed compilation without
5441: HASH_CODE_CACHING
5442:
5443: * src/classes/string.C:
5444: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5445: feature #120)
5446:
5447: * src/main/pa_common.C: reduce js flags checks count (related to
5448: feature #120)
5449:
1.96 moko 5450: 2015-10-07 moko
5451:
5452: * tests/: 275.html, results/275.processed: test modified after
5453: unsigned long long int support implemented (feature #1034)
5454:
5455: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5456: pa_atoul added for unsigned long long int support
5457:
5458: 2015-10-06 moko
5459:
5460: * src/types/pa_vdate.C: INT_MAX used
5461:
5462: 2015-10-03 moko
5463:
5464: * tests/: 302.html, results/302.processed: test for bug #1023
5465: (\u2028, \u2029 escaping) added
5466:
5467: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5468: json:string[] (fixes bug #1023)
5469:
5470: 2015-09-29 moko
5471:
5472: * tests/305.html: try-catch added for OS without ipv6 support
5473:
5474: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5475: compilation
5476:
5477: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5478: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5479: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5480: implemented to distinguish ^hash.method from $hash.field
5481: (implements feature #1017)
5482:
5483: * src/lib/punycode/pa_punycode.c: warning war
5484:
5485: * src/include/pa_config_includes.h: warning war
5486:
5487: * src/include/pa_config_includes.h: pragma warning actualized a bit
5488:
5489: * src/include/pa_config_includes.h: warning war
5490:
5491: * src/include/pa_hash.h: clang compilation fix
5492:
5493: 2015-09-27 moko
5494:
5495: * src/main/compile.tab.C: Bison 3 is now default
5496:
5497: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5498:
5499: 2015-09-25 moko
5500:
5501: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5502: works with undefined HASH_ORDER (related to feature #196)
5503:
5504: 2015-09-24 moko
5505:
5506: * tests/: 027.html, results/027.processed: test modified to test
5507: ^hash.sort (feature #196)
5508:
5509: * src/: classes/hash.C, include/pa_hash.h:
5510: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5511: added (implements feature #196)
5512:
5513: * tests/: 316.html, results/316.processed: Added test for bug #1025
5514: (exception handling in non-cached ^cache), plus for "it does not
5515: have logical value" and "$exception.handled value must be either
5516: boolean or string 'cache'" exceptions.
5517:
5518: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5519: code (fixes bug #1025)
5520:
1.95 moko 5521: 2015-09-23 moko
5522:
5523: * src/classes/table.C: warning war
5524:
5525: * src/: classes/math.C, types/pa_vcookie.C: warning war
5526:
5527: * src/classes/file.C: warning war
5528:
5529: * src/: include/pa_table.h, main/pa_table.C: warning war
5530:
5531: * src/: main/pa_request.C, classes/date.C: warning war
5532:
5533: * src/: types/pa_vdate.C, classes/op.C: warning war
5534:
5535: * tests/: 122.html, results/122.processed: win sync: to remove
5536: differences with OS that doesn't keep timezone change history
5537:
5538: * src/types/pa_vdate.C: tzset() should be called in Windows after
5539: TZ change (related to feature #36)
5540:
5541: * tests/: 075.html, results/075.processed: win sync: to remove
5542: differences with OS that doesn't keep timezone change history
5543:
5544: * tests/: 315.html, results/315.processed: win sync: to remove
5545: differences with OS that doesn't keep timezone change history
5546:
5547: * tests/: 256.html, results/256.processed: win sync: to remove
5548: differences with OS that doesn't keep timezone change history
5549:
5550: * tests/: 124.html, results/124.processed: win results sync: to
5551: avoid hitting time change hole.
5552:
5553: * src/types/pa_vdate.C: static returned. :)
5554:
5555: 2015-09-22 moko
5556:
5557: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5558:
5559: * tests/results/131.processed: more tests for feature #1032
5560:
5561: * src/classes/date.C: minor fix related to feature #1032
5562:
1.211 moko 5563: * operators.ru.txt, operators.txt: ISO date creation documented
5564: (related to feature #1032)
1.95 moko 5565:
1.211 moko 5566: * operators.ru.txt, operators.txt: iso-string documented (related
5567: to feature #1032)
1.95 moko 5568:
5569: * tests/: 315.html, results/315.processed: more tests added
5570: (related to feature #1032)
5571:
5572: * tests/: 131.html, results/131.processed: date range checks
5573: updated (related to feature #36)
5574:
5575: * tests/: 315.html, results/057.processed, results/315.processed:
5576: test added for ISO date support (related to issue #315)
5577:
5578: * src/classes/date.C: more readable exceptions in date creation
5579: (related to ticket #1032)
5580:
5581: 2015-09-18 moko
5582:
5583: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5584: added (related to issue #1032)
5585:
5586: * tests/results/256.processed, src/classes/json.C: iso-string
5587: documented (related to issue #1032)
5588:
5589: * tests/: 256.html, results/256.processed: ISO date check added
5590: (related to issue #1032)
5591:
5592: * tests/: 057.html, results/057.processed, results/224.processed:
5593: tests results updated after ISO date support implemented (related
5594: to feature #1032)
5595:
5596: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5597: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5598: ^date::create[string] constructor formalized, ^date.iso-string[]
5599: added (implements feature #1032)
5600:
5601: 2015-09-05 moko
5602:
1.211 moko 5603: * operators.ru.txt, operators.txt: actualized
1.95 moko 5604:
1.211 moko 5605: * operators.ru.txt, operators.txt: date changes documented (related
5606: to ticket #36)
1.95 moko 5607:
5608: 2015-09-04 moko
5609:
5610: * src/types/pa_vdate.C: warning war
5611:
5612: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5613:
5614: 2015-09-03 moko
5615:
5616: * tests/results/096.processed: test result updated for 0..9999 year
5617: date range support (related to feature #36)
5618:
5619: * tests/: 314.html, results/314.processed: test for
5620: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5621: bug #1031)
5622:
5623: * src/classes/string.C: Static calls fixed for ^string:base64[],
5624: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5625:
1.116 moko 5626: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5627: configure.in -> configure.ac
1.95 moko 5628:
1.116 moko 5629: * configure, configure.in, src/include/pa_config_auto.h.in: more
5630: correct timezone check for FreeBSD Warning war: configure.in ->
5631: configure.ac
1.95 moko 5632:
5633: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5634: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5635: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5636: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5637: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5638: src/main/Makefile.am, src/targets/apache/Makefile.am,
5639: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5640: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5641: check added
5642:
5643: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5644:
5645: * tests/results/: 124.processed, 224.processed: test resuls updated
5646: for new date implementation (related to feature #36)
5647:
5648: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5649: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5650: types/pa_vdate.h: new double date implementation with internal
5651: support for extended 0..9999 year range, default timezone support
5652: (related to feature #36)
5653:
5654: 2015-08-28 moko
5655:
5656: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5657: (fixes bug #1030)
5658:
5659: 2015-08-21 moko
5660:
5661: * src/classes/inet.C: snprintf size "bug" commented
5662:
5663: * src/main/pa_common.C: snprintf comments updated
5664:
5665: 2015-08-16 moko
5666:
5667: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5668:
5669: 2015-08-11 moko
5670:
5671: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5672: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5673: can be null (fixes bug #1029)
5674:
5675: 2015-08-06 moko
5676:
1.116 moko 5677: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5678: pa_vdate.C added
1.95 moko 5679:
5680: 2015-08-05 moko
5681:
5682: * tests/: 313.html, results/313.processed: test for
5683: ^table.count[columns] and ^table.flip[] with nameless tables
5684: (feature #1003)
5685:
5686: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5687: max_cell added, now ^table.count[columns] and ^table.flip[] works
5688: correctly for nameless tables (implements feature #1003)
5689:
5690: 2015-08-03 moko
5691:
5692: * tests/312.html: test for ^table.append[$hash] and
5693: ^table.insert[$hash] added (related to feature #1028)
5694:
5695: * src/classes/table.C: ^table.append[$hash] and
5696: ^table.insert[$hash] now supported (implements feature #1028)
5697:
5698: * tests/: 312.html, results/312.processed: test row copy in
5699: ^table.hash[; $.type[table] ] added (related to feature #1016)
5700:
5701: * src/classes/table.C: row copy now created in ^table.hash[;
5702: $.type[table] ] (related to feature #1016)
5703:
5704: 2015-07-29 moko
5705:
5706: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5707: added (related to feature #1016)
5708:
5709: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5710: ^table.delete[] added to delete current row (related to feature
5711: 1016)
5712:
5713: 2015-07-28 moko
5714:
5715: * tests/: 312.html, results/312.processed: test for
5716: $table.column[value] and ^table.insert{row} (related to feature
5717: #1016)
5718:
5719: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5720: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5721: ^table.insert{row} are now implemented (feature #1016)
5722:
5723: * src/include/pa_array.h: Optimization: bool reverse removed from
5724: append(), insert() added, memmove arguments order in remove()
5725: fixed (related to feature #1016)
5726:
5727: 2015-07-23 moko
5728:
5729: * src/classes/json.C: tainted json and empty json exception added
5730: (implements feature #1015)
5731:
5732: * tests/: 311.html, results/311.processed: empty json and tainted
5733: json exception test added (related to issue #1015)
5734:
5735: 2015-07-22 moko
5736:
5737: * tests/: 311.html, results/311.processed: test for UTF-8
5738: processing added
5739:
5740: * tests/: 311.html, results/311.processed: test for
5741: json_exception_with_source added (related to issue #394)
5742:
5743: * src/classes/json.C: json_exception_with_source added (implements
5744: feature #394)
5745:
5746: 2015-06-29 moko
5747:
5748: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5749: directories are now correctly determined if _d_type == DT_UNKNOWN
5750: (closes bug #1027)
5751:
5752: 2015-06-10 moko
5753:
5754: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5755: error if libxml has LIBXML_ICU_ENABLED.
5756:
5757: 2015-06-04 moko
5758:
5759: * tests/099.html: ups, reverting
5760:
5761: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5762: results/310.processed: tests for $response:body[ $.file[] ] and
5763: $response:last-modified added
5764:
5765: * src/main/pa_request.C: last-modified check fixed
5766:
5767: 2015-06-03 moko
5768:
5769: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5770: results/205.processed, results/293.processed: $response:headers
5771: logging added (tests for feature #1007)
5772:
5773: * src/: include/pa_common.h, include/pa_request.h,
5774: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5775: $response:headers are now in uppercase (closes feature #1007)
5776:
5777: 2015-06-02 moko
5778:
5779: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5780: build errors reverted for clang compatibility
5781:
5782: 2015-06-01 moko
5783:
5784: * src/include/pa_memory.h: -pedantic build errors fixed
5785:
5786: * src/classes/math.C: -pedantic build error fixed
5787:
5788: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5789:
5790: 2015-05-31 moko
5791:
5792: * src/classes/table.C: USE_STRINGSTREAM optimized
5793:
5794: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5795: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5796: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5797: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5798: types/pa_vxnode.h: warning war (-pedantic flag)
5799:
5800: 2015-05-28 moko
5801:
5802: * tests/: 308.html, results/308.processed: test for
5803: ^table::create[$t;], etc work added (related to bug #975)
5804:
5805: * src/classes/table.C: check_option_param removed,
5806: ^table::create[$t;], etc now works (fixes bug #975)
5807:
5808: 2015-05-27 moko
5809:
5810: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5811: (Debian jessie) fixed (closes issue #1024)
5812:
5813: * tests/Makefile: sort added as in Debian jessie list become
5814: unsorted
5815:
5816: 2015-05-18 moko
5817:
5818: * tests/: 201.html, results/201.processed: test for
5819: ^string.trim[what] feature #1022
5820:
5821: * src/classes/string.C: ^string.trim[what] now supported,
5822: implements feature #1022
5823:
5824: 2015-05-17 moko
5825:
5826: * tests/results/185.processed: test result updated as feature #1021
5827: implemented (left/right accept negative parameter)
5828:
5829: * src/classes/string.C: left/right now accept negative parameter
5830: (implements feature #1021)
5831:
5832: 2015-05-08 moko
5833:
5834: * src/classes/math.C: isalnum -> pa_isalnum
5835:
5836: * src/main/execute.C: optimization in getter-junction processing
5837: (related to issue #997)
5838:
5839: 2015-05-07 moko
5840:
5841: * tests/: 307.html, results/307.processed: test for issue #997
5842: added
5843:
5844: * src/main/execute.C: process_getter result now checked if junction
5845: returned (closes issue #997)
5846:
5847: * tests/: 305.html, results/305.processed: sort added to ignore
5848: different order
5849:
5850: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5851: assignment (closes issue #994)
5852:
5853: * tests/: 306.html, results/306.processed: test for issue #994
5854: added
5855:
5856: * tests/: 303.html, results/303.processed: two more errors tested
5857:
5858: 2015-05-06 moko
5859:
5860: * tests/: 305.html, results/305.processed: test for name2ip &
5861: ip2name added (related to feature #992)
5862:
5863: * tests/: 303.html, 304.html, results/303.processed,
5864: results/304.processed: tests for idna conversion added (related
5865: to issue #849)
5866:
5867: 2015-05-02 moko
5868:
5869: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5870: implemented
5871:
5872: 2015-04-30 moko
5873:
5874: * src/main/pa_http.C: idna_host added, related to issue #849
5875:
5876: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5877: (related to issue #849)
5878:
5879: 2015-04-24 moko
5880:
5881: * src/types/pa_vjunction.C: warning war
5882:
5883: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5884: unification
5885:
5886: * src/lib/punycode/pa_idna.c: warning war
5887:
5888: 2015-04-22 moko
5889:
5890: * src/main/main.vcproj: punycode include path added
5891:
5892: * src/lib/punycode/pa_idna.c: windows compile error fixed
5893:
5894: * src/lib/punycode/pa_idna.c: warning war
5895:
5896: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5897: project file added
5898:
5899: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5900:
5901: * src/include/pa_memory.h: warning war
5902:
5903: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5904: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5905: implemented (related to feature #849)
5906:
5907: * configure.in, src/main/Makefile.am,
5908: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5909: libpunycode added in Unix
5910:
5911: 2015-04-21 moko
5912:
5913: * configure.in: large files support
5914:
5915: 2015-04-15 moko
5916:
5917: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5918: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5919: pa_punycode.h: initial version for punycode/idna support library
5920: (ticket #849)
5921:
5922: 2015-04-08 moko
5923:
5924: * src/: classes/curl.C, classes/date.C, classes/file.C,
5925: classes/image.C, classes/mail.C, classes/reflection.C,
5926: classes/string.C, classes/xnode.C, include/pa_request.h,
5927: include/pa_string.h, include/pa_stylesheet_connection.h,
5928: main/compile.y, main/compile_tools.h, main/execute.C,
5929: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5930: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5931: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5932: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5933: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5934: clang compiler warnings (closes issue #1018)
5935:
5936: * src/include/pa_string.h: String::Body comparation operators with
5937: char * added (related to issue #958)
5938:
5939: 2015-04-07 moko
5940:
5941: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5942: pa_malloc/pa_free to remove system malloc/free usage (related to
5943: issue #1018)
5944:
5945: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5946: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5947: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5948: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5949: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5950: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5951: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5952: malloc/strdup/free replaced with pa_ version and checks for
5953: accidental use of non-pa_ version added (related to issue #1018)
5954:
5955: 2015-04-03 moko
5956:
5957: * buildall: pcre-8.33 -> pcre-8.36
5958:
5959: * src/: main/compile.y, classes/form.C, classes/mail.C,
5960: classes/op.C, classes/string.C, main/compile.tab.C,
5961: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5962: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5963: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5964: ticket #958)
5965:
5966: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5967: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5968: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5969: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5970: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5971: $request:headers, $request:method added (implements feature
5972: #1007)
5973:
5974: 2015-03-17 misha
5975:
5976: * tests/302.html: - test for
5977: ^json:string[...;$._default[method-name]]
5978:
5979: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5980: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5981: option $._default[method-name] is specified in ^json:string[], a
5982: method with specified name will be called for classes/objects
5983: serialization ( new feature: #982 )
5984:
5985: 2015-03-16 misha
5986:
5987: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5988: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5989: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5990: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5991: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5992: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5993: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5994: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5995: types/pa_vrequest.h, types/pa_vstateless_class.C,
5996: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5997: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5998: $var.CLASS_NAME now have special opcodes. This can be switched
5999: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6000: on pa_opcode.h ( new feature: #844 )
6001:
6002: 2015-03-15 misha
6003:
6004: * tests/075.html: - test for $response:header[]
6005:
6006: * src/types/pa_vresponse.C: - $response:header[] deletes header
6007: that was set earlie ( new feature: #1001 )
6008:
6009: 2015-03-12 misha
6010:
6011: * tests/246.html: - more tests for ^hash._at[]
6012:
6013: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6014: accepts second param [key|value|hash] ( new feature: #1012 )
6015:
6016: 2015-03-09 moko
6017:
6018: * src/types/pa_vmail.C: exception for everything but
6019: $mail:received, closes issue #1011
6020:
6021: 2015-02-20 moko
6022:
6023: * tests/: 275.html, results/275.processed: hex detection in
6024: pa_atoui fix test (closes issue #1010)
6025:
6026: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6027: issue #1010)
6028:
6029: 2015-02-17 moko
6030:
6031: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6032: tainted.
6033:
6034: 2015-02-03 misha
6035:
6036: * tests/301.html: - test for ^json:string($double) causes
6037: exception. bugfix: #1008
6038:
6039: * src/classes/json.C: - ^json:string($double) causes exception.
6040: bugfix: #1008
6041:
6042: * tests/014.html: - updated for work with ^hash.delete[]
6043:
6044: 2015-01-12 misha
6045:
6046: * src/: classes/form.C, include/pa_common.h,
6047: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6048: types/pa_vform.h: - supports body with PUT method as well ( new
6049: feature: #1006 )
6050:
6051: * src/classes/file.C: - warnings war
6052:
6053: 2015-01-11 misha
6054:
6055: * tests/300.html: - test for ^hash.delete[] is added
6056:
6057: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6058: feature: #989 ) - tiny optimization in intersects
6059:
6060: 2015-01-06 moko
6061:
6062: * src/types/pa_vmail.C: file names transcode added, to and cc added
6063: with transcode, attachments detection fixed
6064:
6065: * src/main/pa_request.C: filling mail received after cgi/auto.p
6066: load to allow charset switch (related to issue #996)
6067:
6068: 2014-12-31 moko
6069:
6070: * src/types/pa_vmail.C: from and subject now transcoded if not
6071: UTF-8 source charset (fixes issue 996)
6072:
6073: * src/main/pa_exception.C: fixed string from stack bug (closes
6074: issue #1000)
6075:
6076: 2014-12-11 misha
6077:
6078: * src/types/pa_vhashfile.C: - check if key is not empty before
6079: access ( bug fix: #1005 )
6080:
6081: 2014-11-13 misha
6082:
6083: * src/main/compile.y: - PC.append does not reset to false while
6084: creating a new class. bugfix: #990
6085:
6086: * tests/299.html: - test for creation class after working with
6087: partial class (create+append)
6088:
6089: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6090: #995
6091:
6092: * tests/232.html: - test for @get[def] added
6093:
6094: 2014-10-12 moko
6095:
6096: * src/lib/pcre/pcre_internal.vcproj: correct path
6097:
6098: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6099: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6100: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6101: targets/apache/ApacheModuleParser3.vcproj,
6102: targets/apache/ApacheModuleParser3Core.vcproj,
6103: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6104: types/types.vcproj: project GUID inserted in *.vcproj for correct
6105: conversion in newer VS versions
6106:
6107: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6108: pcre_internal.vcproj added
6109:
6110: 2014-08-28 moko
6111:
6112: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6113: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6114: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6115:
6116: 2014-06-30 misha
6117:
6118: * tests/298.html: - tests for ^reflection:def[class;className]
6119: added
6120:
6121: * src/classes/reflection.C: - ^reflection:def[class;className]
6122: added ( new feature: #918 )
6123:
6124: 2014-06-29 misha
6125:
6126: * src/classes/table.C: - ^table::create[unsupported data] -
6127: exception comment changed to "body must be table or code" ( bug
6128: fix: #951 )
6129:
6130: * tests/: 261.html, results/261.processed: - tests for
6131: ^json:string[...;$.void[null|string]] added
6132:
6133: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6134: option $.void[string|null] added to ^json:string[...] ( new
6135: feature: #952 )
6136:
6137: 2014-06-28 moko
6138:
6139: * src/classes/curl.C: $.charset now processed before other curl
6140: options (closes issue #980)
6141:
6142: 2014-05-23 misha
6143:
6144: * src/classes/json.C: - bug fix: #987
6145:
6146: 2014-05-04 misha
6147:
6148: * tests/: 253.html, 253_json.txt: - test for
6149: ^json:parse[$.int(false)] is added
6150:
6151: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6152: default true). The option is similar to $.double(bool) but for
6153: integers.
6154:
6155: 2014-05-01 moko
6156:
6157: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6158: #12 )
6159:
6160: 2014-04-16 moko
6161:
6162: * src/main/pa_http.C: response-charset option should finally work
6163: now (fix for issue #867)
6164:
6165: * src/main/pa_http.C: response-charset option should work now (fix
6166: for issue #867)
6167:
6168: 2014-03-07 moko
6169:
6170: * buildall: libgc moved
6171:
6172: * buildall: libgc moved
6173:
6174: 2013-12-29 moko
6175:
6176: * src/classes/string.C: ^string:js-unescape result now tainted,
6177: closes issue #966
6178:
6179: * tests/: 186.html, results/186.processed: ^string:js-unescape
6180: result now tainted, issue #966
6181:
6182: 2013-12-03 moko
6183:
6184: * src/: classes/memcached.C, types/pa_vmemcached.C,
6185: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6186: option was added for http://www.parser.ru/forum/?id=79343
6187:
6188: * src/classes/file.C: bugfix for
6189: http://www.parser.ru/forum/?id=79337
6190:
6191: 2013-11-05 moko
6192:
6193: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6194:
6195: * src/main/pa_globals.C: spelling fixed
6196:
6197: 2013-10-29 moko
6198:
6199: * src/lib/json/json.vcproj: json.c -> pa_json.C
6200:
6201: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6202: #892
6203:
6204: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6205: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6206: exceptions to be thrown thougth json library), related to issue
6207: #892
6208:
6209: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6210: related to issue #896
6211:
6212: 2013-10-24 moko
6213:
6214: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6215:
6216: 2013-10-23 moko
6217:
6218: * README: actualization
6219:
6220: 2013-10-22 moko
6221:
6222: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6223: compatibility patch from Sergey Kirpichev
6224:
6225: * tests/: 297.html, results/297.processed: non-working getter fix
6226: test for issue #948
6227:
6228: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6229: called when saving value of $match variable in ^string.match[] to
6230: increase compatibility (related to issue #948).
6231:
6232: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6233: usage optimization
6234:
6235: 2013-10-21 moko
6236:
6237: * tests/: 182.html, results/182.processed: local path removed for
6238: compatibility
6239:
6240: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6241: results/244.processed, results/253.processed,
6242: results/254.processed, results/275.processed,
6243: results/281.processed: try_catch -> try-catch
6244:
6245: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6246: results/294.processed, results/296.processed: try_catch ->
6247: try-catch
6248:
6249: 2013-10-20 moko
6250:
6251: * tests/: 296.html, results/296.processed: test for xsl exception
6252: for issue #938 added.
6253:
6254: * src/: include/pa_xml_exception.h,
6255: main/pa_stylesheet_connection.C: forgotten to be replaced
6256: XmlException is now replaced (once again closes issue #938)
6257:
6258: 2013-10-18 moko
6259:
6260: * buildall: disable clock_gettime detection to avoid librt linking
6261: (which in turn depends on libpthread), related to issue #943
6262:
6263: 2013-10-18 misha
6264:
6265: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6266: lib/smtp/smtp.vcproj, main/main.vcproj,
6267: targets/apache/ApacheModuleParser3Core.vcproj,
6268: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6269: types/types.vcproj: - new locations for libxml2 includes where
6270: added to vcproj files
6271:
6272: 2013-10-18 moko
6273:
6274: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6275: fix
6276:
6277: * tests/: 295.html, results/295.processed: test for issue #948
6278: updated
6279:
6280: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6281: :)
6282:
6283: * tests/: 295.html, results/295.processed: test for issue #948
6284: added
6285:
6286: * src/: classes/hash.C, classes/string.C, classes/table.C,
6287: include/pa_request.h, types/pa_method.h: for getters and setters
6288: to be executed request.put_element should be called, not
6289: context.put_element (fixes issue #948)
6290:
6291: 2013-10-17 moko
6292:
6293: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6294: LIBXML2_NEW_BUFFER check (closes issue #943)
6295:
6296: * buildall: libxml 2.9.1 build is broken --without-reader.
6297:
6298: 2013-10-16 moko
6299:
6300: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6301:
6302: * tests/: 294.html, results/294.processed: test for issue #938
6303:
6304: * src/: classes/xdoc.C, classes/xnode.C,
6305: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6306: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6307:
6308: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6309: libxslt-1.1.26 -> libxslt-1.1.28
6310:
6311: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6312: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6313: to '?', related to issue #938
6314:
6315: 2013-10-15 moko
6316:
6317: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6318: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6319: minor optimizations (closes issue #896)
6320:
6321: * tests/results/: 292.processed, 293.processed: results updated to
6322: comply with issue #896
6323:
6324: * tests/: 292.html, 293.html, results/292.processed,
6325: results/293.processed: tests for json escaping
6326:
6327: 2013-10-14 moko
6328:
6329: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6330: and cleanup, code moved from .h to .C, no changes in code
6331:
6332: 2013-10-12 moko
6333:
6334: * tests/results/119.processed: updated test result commited
6335:
6336: * tests/: 291.html, results/291.processed: test for issue #894
6337: added
6338:
6339: * src/types/pa_wcontext.h: base methods call support function
6340: get_somebody_entered_some_class should not be true forever, as
6341: wcontext can have many get_elements calls (fixes issue #894)
6342:
6343: 2013-10-11 moko
6344:
6345: * tests/: 290.html, results/290.processed: test for junction GPF
6346: issue #942 added
6347:
6348: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6349: to native method fixed (closes issue #942)
6350:
6351: * tests/: 158.html, results/158.processed: test for csv-string[]
6352: added
6353:
6354: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6355: feature #907)
6356:
6357: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6358: feature #907)
6359:
6360: 2013-10-09 moko
6361:
6362: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6363: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6364: types/pa_vstateless_class.C: GET_default, SET_default now works
6365: properly not only in objects, but in classes as well (closes
6366: issue #903)
6367:
6368: * tests/: 289.html, results/289.processed: GET/SET_default now
6369: works in classes, not only objects, test case added, related to
6370: issue #903
6371:
6372: * tests/: 288.html, results/288.processed: test for endless
6373: recursion bug added (related to issue #903)
6374:
6375: 2013-10-05 moko
6376:
6377: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6378: classes/table.C, main/execute.C, types/pa_method.h,
6379: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6380: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6381: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6382: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6383: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6384: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6385: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6386: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6387: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6388: optimization: put_element no longer has "bool areplace" argument,
6389: related to issue #903
6390:
6391: 2013-10-03 moko
6392:
6393: * tests/results/182.processed: result for $.replace(false) test
6394: commited
6395:
6396: * src/classes/date.C: ^date::create(number) processed correctly
6397: (fixes issue #901)
6398:
6399: * src/classes/image.C: as_no_junction removed, as param can be
6400: expression (closes issue #931)
6401:
6402: * tests/233.html: test for issue #931 added
6403:
6404: 2013-10-02 moko
6405:
6406: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6407: modified, test for $.replace(false) added
6408:
6409: * src/main/compile_tools.h: forgotten class replace returned. :)
6410:
6411: 2013-09-30 moko
6412:
6413: * tests/: 141.html, results/141.processed: md5 tainting test added
6414:
6415: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6416: main/compile_tools.h, main/pa_request.C: allow_class_replace
6417: implemented; $.replace option added to ^process and ^use
6418:
6419: 2013-08-27 moko
6420:
6421: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6422: cstr_to_string_body_untaint should be called with charsets for
6423: possible uri language and connection for possible sql language.
6424: related to issue #857
6425:
6426: * buildall: and -> or fixed
6427:
6428: 2013-08-26 moko
6429:
6430: * buildall: prepare_ functions logic changed to support
6431: gc-7.2d.tar.gz extracting to gc-7.2 directory
6432:
6433: 2013-08-23 moko
6434:
6435: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6436: statically
6437:
6438: 2013-08-22 moko
6439:
6440: * src/classes/string.C: String::Empty used (related to issue #912)
6441: append_know_length removed (related to old GPF bug)
6442:
6443: 2013-08-21 moko
6444:
6445: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6446:
6447: * src/classes/math.C: ^math:digest[...;$file] support added
6448: (related to ticket #857
6449:
6450: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6451: implemented
6452:
6453: * src/types/pa_vhashfile.h: warning war
6454:
6455: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6456: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6457: anti_endless_json_string_recoursion removed from request;
6458: json_string_recoursion added to json_options; $.indent[indent
6459: value] now supported and passed within recoursion closes feature
6460: #937
6461:
6462: * tests/: 287.html, results/287.processed: test for feature #937
6463:
6464: 2013-07-31 moko
6465:
6466: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6467: compilation having #define _S
6468:
6469: * src/main/pa_globals.C: cleanup
6470:
6471: 2013-07-30 moko
6472:
6473: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6474: main/pa_common.C: vs2003 warning war
6475:
6476: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6477:
6478: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6479:
6480: * src/lib/md5/pa_sha2.c: warning war
6481:
6482: 2013-07-29 moko
6483:
6484: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6485: patches from github
6486:
6487: * src/: classes/bool.C, classes/double.C, classes/int.C,
6488: classes/memcached.C, include/pa_config_includes.h,
6489: types/pa_vfile.C, types/pa_vfile.h: warning war
6490:
6491: * src/lib/json/json.vcproj: C++ -> C
6492:
6493: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6494:
6495: * src/lib/json/: json.c, pa_json.C: windows compatibility
6496:
6497: * src/lib/json/: json.c, pa_json.C: windows compatibility
6498:
6499: * src/lib/json/: json.c, pa_json.C: warning war
6500:
6501: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6502:
6503: * src/include/pa_config_fixed.h: uint16_t added
6504:
6505: * configure.in: uint16_t check added
6506:
6507: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6508: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6509: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6510: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6511: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6512:
6513: 2013-07-25 moko
6514:
6515: * parser3.sln: dependencies added
6516:
6517: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6518: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6519: module support
6520:
6521: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6522:
6523: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6524:
6525: 2013-07-23 moko
6526:
6527: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6528: PA_DEBUG_GC_MEMORY removed
6529:
6530: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6531: PA_DEBUG_DISABLE_GC compilation fix
6532:
6533: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6534: main/pa_request.C: outdated RESOURCES_DEBUG removed
6535:
6536: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6537: garbage cleanup
6538:
6539: * src/main/pa_common.C: warning war
6540:
6541: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6542:
6543: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6544: minor cleanup
6545:
6546: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6547: uses cygwin, not WIN32 implementation
6548:
6549: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6550: able to exec shell scripts
6551:
6552: * src/classes/math.C: ifdef WIN32 cleanup
6553:
6554: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6555:
6556: * src/classes/curl.C: LT_MODULE_EXT used
6557:
6558: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6559:
6560: 2013-07-22 moko
6561:
6562: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6563: includes fix
6564:
6565: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6566:
6567: * configure.in, src/include/pa_config_includes.h,
6568: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6569: src/main/pa_exec.C: includes cleanup
6570:
6571: * src/targets/cgi/parser3.C: 2012->2013
6572:
6573: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6574:
6575: * configure.in, src/include/pa_config_includes.h,
6576: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6577: src/main/pa_random.C, src/main/pa_socks.C,
6578: src/types/pa_vstatus.C: cygwin support cleanup
6579:
6580: * configure.in: dirent.h check added
6581:
6582: * src/: include/pa_config_includes.h, include/pa_dir.h,
6583: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6584: not copied
6585:
6586: 2013-07-21 moko
6587:
6588: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6589:
6590: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6591: parser3.vcproj: unused getopt.h / getopt.c removed
6592:
1.211 moko 6593: * operators.ru.txt, operators.txt, src/classes/file.C,
6594: tests/022.html, tests/results/022.processed:
6595: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6596:
6597: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6598: src/main/pa_dir.C: ^file:list[] now has dir column and when
6599: $.stat(true) it has size/*date columns modified patch from misha@
6600: that closes issue #914.
6601:
6602: * src/: include/pa_config_includes.h, main/pa_globals.C:
6603: PA_RELEASE_ASSERTS removed
6604:
6605: * src/lib/md5/pa_md5c.c: minor cleanup
6606:
6607: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6608: localeconv()->decimal_point usage remoed (related to issue #934)
6609:
6610: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6611: cordprnt.c removed
6612:
6613: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6614: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6615: pa-include/pa_strings.h: includes cleanup
6616:
6617: * src/lib/md5/pa_md5c.c: headers cleanup
6618:
6619: 2013-07-20 moko
6620:
6621: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6622: cleanup
6623:
6624: 2013-07-19 moko
6625:
6626: * src/classes/math.C: extern "C" added for crypt
6627:
6628: 2013-07-18 moko
6629:
6630: * src/classes/math.C: fix redhat7.2 build
6631:
6632: 2013-07-17 moko
6633:
6634: * configure.in, src/include/pa_config_includes.h,
6635: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6636: added for uint8/32/64_t)
6637:
6638: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6639: pa_config_includes.h used for uint32/64_t
6640:
6641: 2013-07-16 moko
6642:
6643: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6644: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6645: war
6646:
6647: * src/main/compile.tab.C: compile.y was updated
6648:
6649: * src/main/compile.y: warning war
6650:
6651: * src/: include/pa_exception.h, main/pa_exception.C,
6652: main/pa_xml_exception.C: warning war
6653:
6654: * src/: include/pa_common.h, main/pa_common.C: warning war
6655:
6656: * configure.in: beauty :)
6657:
6658: * tests/: 141.html, results/141.processed: sha256/512 added
6659:
6660: 2013-07-13 moko
6661:
6662: * src/lib/md5/md5.vcproj: sha2 added
6663:
6664: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6665: classes/math.C: sha2 support (sha256/sha512 digest)
6666:
6667: 2013-07-08 moko
6668:
6669: * src/classes/image.C: directory read or other read problem message
6670: fixed (related to issue #933)
6671:
6672: 2013-07-07 moko
6673:
6674: * AUTHORS: + misha + moko. :)
6675:
6676: 2013-07-06 moko
6677:
6678: * src/: classes/curl.C, include/pa_globals.h,
6679: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6680: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6681: for lt_dlinit to be called once and lt_dlexit called at right
6682: place (related to issue #925)
6683:
6684: 2013-07-04 moko
6685:
6686: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6687: VString::as_vfile now uses vfile.set_binary_string to avoid
6688: content-type to be set, as it brokes badly designed logic in
6689: response output. This hopefully finishes issue #928.
6690:
6691: * tests/results/: 256.processed, 286.processed: file now displayed
6692: as name, size, mode, content-type
6693:
6694: * src/main/pa_common.C: read error now reported cottectly (fixes
6695: issue #933
6696:
6697: 2013-06-28 moko
6698:
6699: * tests/: 286.html, results/286.processed: test extended
6700:
6701: * tests/: 286.html, results/286.processed: Test for issue #928
6702: added. it tests default content-type change.
6703:
6704: * src/types/pa_vfile.C: closes issue #928 - default content-type
6705: now updated
6706:
6707: 2013-06-25 moko
6708:
6709: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6710: content-type for text/binary files without name added;
6711: ^file::create[$f;...] options now works properly and $f
6712: properties are default (fixes issue #928)
6713:
6714: 2013-05-16 misha
6715:
6716: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6717: added
6718:
6719: * src/main/pa_table.C: - a tiny memory optimisation while creating
6720: table if specified limit is bigger than source rows count
6721:
6722: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6723: added ( new feature: #858 )
6724:
6725: 2013-04-29 moko
6726:
6727: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6728: $.ipresolve(0|1|2) added (closes issue #891)
6729:
6730: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6731:
6732: 2013-04-24 moko
6733:
6734: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6735: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6736: types/pa_vmemcached.h: ^memcache.release[] added, calls
6737: memcached_quit (refs #893)
6738:
6739: 2013-04-22 moko
6740:
6741: * src/: include/pa_string.h, main/pa_common.C: no more double
6742: slashes in file path (fixes bug #872)
6743:
6744: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6745: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6746: #739)
6747:
6748: * tests/results/266.processed: $.max_params added (feature #915)
6749:
6750: * src/: include/pa_common.h, main/pa_http.C: response-charset
6751: option added to file::load (closes issue #867)
6752:
6753: 2013-04-20 misha
6754:
6755: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6756: commited
6757:
6758: 2013-03-15 misha
6759:
6760: * src/classes/: hash.C, table.C: - Optimisation: do not create
6761: multiple empty strings while ::sql. uae String::Empty instead
6762:
6763: 2013-03-14 misha
6764:
6765: * src/classes/reflection.C: - for user classes
6766: ^reflection:method_info[] returns $.max_params and $.extra_param
6767: with $.call_type if they available ( new feature: #915 )
6768:
6769: * src/classes/file.C: - ^file:delete[] now supports an option
6770: $.exception(false) that suppress any exception while deleting
6771: file ( new feature: #916 )
6772:
6773: * src/classes/curl.C: - parsing cookies after curl:load now should
6774: work :)
6775:
6776: 2013-03-12 misha
6777:
6778: * src/types/pa_vfile.C: - if specified file_name is empty string
6779: set default name for the file
6780:
6781: 2013-03-11 misha
6782:
6783: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6784: also available in $f.cookies
6785:
6786: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6787: moved to a separate method
6788:
6789: 2013-03-10 moko
6790:
6791: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6792: added
6793:
6794: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6795: removed (declared by autoconf)
6796:
6797: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6798: uint32_t define
6799:
6800: 2013-03-10 misha
6801:
6802: * src/classes/file.C: ^file:delete and ^file:move now support
6803: option $.keep-empty-dirs(true) ( new feature: #884 )
6804:
6805: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6806: empty dirs is added
6807:
6808: 2013-03-10 moko
6809:
6810: * src/classes/: bool.C, double.C, int.C: default can be present,
6811: but default check removed from ^int/double/bool.int/double/bool
6812: for string.int/double/bool compatibility (related to issue #913)
6813:
6814: * src/classes/string.C: ^string.int/dobule/bool no longer
6815: internally throws exception if default is present (closes issue
6816: #913)
6817:
6818: 2013-03-09 misha
6819:
6820: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6821: optimisations ( #845 )
6822:
6823: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6824:
6825: 2013-03-08 moko
6826:
6827: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6828: creates correct table (fixes issue #910)
6829:
6830: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6831: use outside of 'connect' operator (fixes issue #911)
6832:
6833: * tests/results/: 096.processed, 122.processed: test results
6834: updated as doubles now printed with 15 significant digits, not 5
6835: (fixes issue #882)
6836:
6837: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6838: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6839:
6840: 2013-02-21 moko
6841:
6842: * src/classes/table.C: _locate_name_value does not check arguments
6843: count, so we check it in advance (fixes issue #905)
6844:
6845: 2012-10-23 moko
6846:
6847: * buildall: old shell for and echo compatibility (for six)
6848:
6849: 2012-10-19 moko
6850:
6851: * buildall: --strip added --disable-safe-mode listed in usage
6852:
6853: 2012-10-17 misha
6854:
6855: * src/classes/op.C: - apply-taint should not throw "outside
6856: connect" exception with sql lang now
6857:
6858: 2012-10-17 moko
6859:
6860: * src/main/pa_request.C: bugfix: safe mode should be inited for
6861: each request (for apache module)
6862:
6863: 2012-09-26 moko
6864:
6865: * src/doc/doxygen.cfg: png -> svg
6866:
6867: 2012-09-25 moko
6868:
6869: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6870: test added
6871:
6872: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6873: double use when key is long
6874:
6875: 2012-09-16 moko
6876:
6877: * src/classes/math.C: Format -> Method Encode -> Format
6878:
6879: * tests/: 141.html, results/141.processed: math:digest hmac test
6880: added
6881:
6882: 2012-09-14 moko
6883:
6884: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6885: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6886: implementation added
6887:
6888: 2012-09-12 moko
6889:
6890: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6891: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6892: targets.dox and string.dox slightly actualized
6893:
6894: 2012-08-31 moko
6895:
6896: * ChangeLog: now generated with patched cvs2cl.pl
6897:
6898: 2012-07-29 moko
6899:
6900: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6901: result should be pushed after VMethodFrame destructor is called,
6902: as it deletes junctions from stack params (fixes issue #868)
6903:
6904: 2012-07-23 moko
6905:
6906: * INSTALL, README: buildall script usage documented, other outdated
6907: info updated.
6908:
6909: * buildall-with-xml, buildall-without-xml: replaced by buildall
6910:
6911: 2012-07-21 moko
6912:
6913: * buildall: glib does not compile when threads are disabled...
6914:
6915: * src/types/pa_vmail.C: g_assertion fixes for empty input
6916:
6917: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6918: unref, can't unref nested objects)
6919:
6920: * src/types/pa_vmail.C: another check added
6921:
6922: 2012-07-19 moko
6923:
6924: * buildall: usage added
6925:
6926: * buildall: new buildall script that unites buildall-with-xml,
6927: buildall-without-xml, --with-apache and --with-mailreceive
6928:
6929: * configure.in: support for static gmime and dynamic glib linking.
6930: fixes for FreeBSD
6931:
6932: 2012-07-17 moko
6933:
6934: * configure.in: --with-mailreceive replaced
6935: --with-static-mailreceive and --with-shared-mailreceive pathlink
6936: removed
6937:
6938: 2012-07-16 moko
6939:
6940: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6941: capitalized, content now decoded and text content converted to
6942: $request:charset. all properties are accessed by functions, this
6943: ready for dynamic load.
6944:
6945: 2012-06-28 moko
6946:
1.116 moko 6947: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6948: 32 bit
1.95 moko 6949:
6950: 2012-06-27 moko
6951:
6952: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6953: passive ftp
6954:
6955: * src/lib/ltdl/ltdl.vcproj: release build fixed
6956:
6957: * configure.in: 3.4.2 RC -> 3.4.2
6958:
6959: 2012-06-22 moko
6960:
6961: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6962: #815)
6963:
6964: * tests/: 284.html, results/284.processed: output options test
6965: (feature #265)
6966:
6967: 2012-06-22 misha
6968:
6969: * tests/215.html: - little changes
6970:
6971: 2012-06-21 moko
6972:
6973: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6974: types/pa_vxdoc.h: output_options returned and used (bugfix for
6975: feature #265)
6976:
6977: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6978: breaks long .*, default 10M restored. (issue #216)
6979:
6980: * tests/: 283.html, results/283.processed: test for issue #815
6981: added
6982:
6983: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6984: again, cstrm not required.
6985:
6986: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6987: Win32 and broken FreeBSD (issue #45)
6988:
6989: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6990:
6991: * src/main/pa_string.C: warnings war
6992:
6993: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6994: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6995: main/pa_socks.C, targets/apache/pa_threads.C,
6996: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6997: types/pa_vstatus.C: compilation under cygwin fixed
6998:
6999: 2012-06-19 moko
7000:
7001: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7002: Windows fixed
7003:
7004: * parser3.sln: removed antique pcre_ctype
7005:
7006: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7007:
7008: * src/include/pa_config_fixed.h: undefined reference to
7009: __imp__pcre_* fix for Windows
7010:
7011: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7012: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7013: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7014: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7015: define fixed
1.95 moko 7016:
7017: 2012-06-18 moko
7018:
7019: * src/classes/memcached.C: flush -> clear
7020:
7021: * src/classes/memcached.C: memcached does not support quotes even
7022: in server name
7023:
7024: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7025: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7026: called on open to check servers existance. $.key(true) syntax
7027: now supported
7028:
7029: 2012-06-17 moko
7030:
7031: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7032: cleanup
7033:
7034: * src/classes/table.C, tests/282.cfg, tests/282.html,
7035: tests/results/282.processed: encloser at the EOF bug fixed,
7036: incorrectly enclosed data now processed more logicaly (fixes
7037: #339)
7038:
7039: 2012-06-15 moko
7040:
7041: * buildall-without-xml: sync with buildall-with-xml
7042:
7043: * buildall-with-xml: download auto-detected between fetch and curl
7044:
7045: * configure.in: --with-gc and --with-pcre now also processed
7046: correctly
7047:
1.116 moko 7048: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7049: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7050: should be run on rol1 using automake / aclocal (GNU automake)
7051: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7052:
7053: * configure.in: new PARSER_VERSION logic
7054:
7055: * src/include/pa_version.h: new pa_version.h logic
7056:
7057: * src/: classes/curl.C, classes/file.C, classes/image.C,
7058: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7059: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7060: feols_normalized -> fis_text_content set_binary added
7061:
7062: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7063:
7064: 2012-06-15 misha
7065:
7066: * src/: classes/curl.C, classes/file.C, classes/image.C,
7067: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7068: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7069: ^file::create[text;content] EOLs in content now is normalized. (
7070: new feature: #815 )
7071:
7072: 2012-06-15 moko
7073:
7074: * configure.in: --disable-version-update added to disable version
7075: update with host information (for debian package) whitespace
7076: optimized
7077:
7078: * configure.in: version changed to 3.4.2 RC no-pic added for
7079: libtool
7080:
7081: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7082: it.
7083:
7084: 2012-06-14 moko
7085:
7086: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7087: tests/results/281.processed: "hash flocked" error removed for
7088: safe operations like ^h._count[] ( new feature: #335 )
7089:
1.116 moko 7090: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7091:
7092: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7093:
7094: * configure.in: --with-static/shared xml replaced with --with-xml,
7095: xml compilation check added
7096:
7097: * configure.in: --with-static/shared-gc, --with-static-pcre are
7098: replaced with --with-gc and --with-pcre test for pcre linking
7099: added
7100:
7101: 2012-06-13 moko
7102:
7103: * configure.in: apxs2 check optimized
7104:
7105: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7106: .la, includes optimized
7107:
7108: * buildall-with-xml: --with-pic looks better for -fPIC
7109:
7110: * configure.in: switched to convenience library in static linking
7111:
7112: * src/targets/apache/Makefile.am: switched to convenience library
7113: usage to avoid libtool warnings
7114:
7115: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7116: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7117: smtp/Makefile.am: switched to convenience library usage
7118:
7119: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7120:
7121: * src/targets/apache/Makefile.am: updated for libtool usage
7122:
7123: * buildall-without-xml: --with-included-ltdl added
7124:
7125: * buildall-without-xml: sync with buildall-with-xml
7126:
7127: * buildall-with-xml: --with-included-ltdl added $cflags added for
7128: -fPIC for x64 $download added for wget success check added
7129:
7130: * buildall-without-xml: --with-dynamic-stdcpp removed
7131:
7132: * configure.in: disable-static returned
7133:
7134: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7135: LIBTOOLFLAGS
7136:
7137: 2012-06-12 moko
7138:
7139: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7140: compatible with LIBTOOLFLAGS for unknown reasons
7141:
7142: * buildall-with-xml: --with-dynamic-stdcpp removed
7143:
7144: * configure.in: static/dynamic -lstdc++ linking option removed
7145: apxs2 check added
7146:
7147: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7148: option removed
7149:
7150: 2012-06-10 moko
7151:
7152: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7153: added
7154:
7155: * src/targets/cgi/pp3.cmd: old PAF stuff
7156:
1.116 moko 7157: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7158: beauty
1.95 moko 7159:
7160: * depcomp: from libtool 2.4.2
7161:
7162: * configure.in: ltdl directory removed, it has correct Makefile.in
7163:
7164: 2012-06-09 moko
7165:
1.116 moko 7166: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7167: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7168: autogenerated files updated after libtool update
7169:
1.116 moko 7170: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7171: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7172: config_auto.h.in, config_fixed.h, configure, configure.ac,
7173: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7174: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7175: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7176: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7177: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7178: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7179: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7180: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7181: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7182: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7183:
7184: * configure.in: preparation for new libtool
7185:
7186: * configure.in: Some beauty added :)
7187:
7188: * src/targets/apache/Makefile.am: := -> =
7189:
7190: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7191: again. :)
7192:
7193: * src/include/pa_config_includes.h, configure.in: limits.h added,
7194: previously was taken from pcre_internal.h. :)
7195:
7196: * src/lib/pcre/Makefile.am: config.h returned
7197:
7198: * src/lib/pcre/config.h: still need this. :)
7199:
7200: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7201:
7202: * configure.in: --with-charsets removed; --with-mysql-client & co
7203: removed
7204:
7205: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7206: now in parser tree, no need to copy
7207:
7208: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7209: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7210: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7211: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7212: extracts now used old trash removed
7213:
7214: * etc/parser3.charsets/Makefile.am: charsets now in share
7215: (debian/patches/104_automake.patch) + all charsets are copied
7216:
7217: * buildall-with-xml, buildall-without-xml: curl option removed +
7218: extra arguments now supported
7219:
7220: 2012-06-08 misha
7221:
7222: * src/classes/table.C: - one params.as_hash usage was rolled back:
7223: the 2nd option in ^table.hash[] could be hash or table so
7224: .as_hash will throw an exception when table option is specified
7225:
7226: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7227: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7228: classes/table.C, classes/void.C, classes/xdoc.C,
7229: include/pa_exception.h, types/pa_vmethod_frame.C,
7230: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7231: and improved (whitespaces are allowed as empty options) -
7232: MethodParams::as_table is added - above methods are used for
7233: parsing methods' options ( new feature: #9 )
7234:
7235: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7236: to vclass. now class fields can be accessible as a hash:
7237: $h[^hash::create[$asd:CLASS]]
7238:
7239: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7240: have get_fields method so their fields can be accessed with
7241: ^reflection:fields[...] & ^reflection:field[...]
7242:
7243: 2012-06-06 misha
7244:
7245: * tests/280.html: - tests for
7246: ^reflection:method[obj-or-class;method],
7247: ^reflection:field[obj-or-class;field] and
7248: ^reflection:fields[obj-or-class] are added
7249:
7250: 2012-06-05 misha
7251:
7252: * src/classes/reflection.C: - ^reflection:method[class or
7253: object;method name] and ^reflection:field[class or object;field
7254: name] are added
7255:
7256: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7257: is used
7258:
7259: * src/types/pa_method.h: - Method::as_vjunction method is added
7260:
7261: 2012-06-05 moko
7262:
1.116 moko 7263: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7264:
7265: * src/classes/memcached.C: flish ttl fixed
7266:
7267: 2012-06-04 moko
7268:
7269: * src/classes/json.C, src/classes/op.C, tests/279.html,
7270: tests/results/279.processed: ^json:parse[] now supports $.taint
7271: option (new feature #833)
7272:
7273: 2012-06-04 misha
7274:
7275: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7276: - search_stop method was moved from pa_vcookie.C to pa_common.C
7277:
7278: 2012-06-03 misha
7279:
7280: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7281: cookies are parced and stored into $.cookies ( new feature: #31 )
7282:
7283: 2012-05-30 misha
7284:
7285: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7286: incomplete class into a scope while @USE is found
7287:
7288: * src/main/compile.y: - add incomplete class into a scope while
7289: @USE and @CLASS instructions are found ( bugfix: #838 )
7290:
7291: 2012-05-30 moko
7292:
7293: * src/types/pa_vclass.C, tests/278.html,
7294: tests/results/278.processed: removed "property has no getter
7295: method" exception when GET_DEFAULT present (fixes #269)
7296:
7297: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7298: $._default
7299:
7300: 2012-05-29 moko
7301:
7302: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7303: uninitialized values usage (new feature: #154)
7304:
7305: 2012-05-28 moko
7306:
7307: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7308: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7309: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7310: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7311: src/types/pa_vobject.C, src/types/pa_vobject.h,
7312: src/types/pa_vstring.h, src/types/pa_vtable.C,
7313: tests/results/277.processed, src/types/pa_vtable.h,
7314: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7315: ^json:string[$o; $.default[$method]] implemented for VObject (new
7316: feature #803)
7317:
7318: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7319: tests/results/277.processed: json numbers are now treated as
7320: double ( new feature: #834 )
7321:
7322: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7323: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7324: added for out of range checks, zero division in vint/vdouble
7325: check added ( fixes #832 )
7326:
7327: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7328: ( fixes #832 )
7329:
7330: 2012-05-28 misha
7331:
7332: * buildall-with-xml: - --without-lzma option is added to libxml2
7333: configure
7334:
7335: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7336: added - tests for unsupported values for options $.file, $.table
7337: and $.date are added
7338:
7339: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7340: accepts "stat" $.file[] option's value in addition to existed
7341: "text" and "base64" ( new feature: #835 )
7342:
7343: * tests/276.html: - test for
7344: ^reflection:delete[$object-or-class;field-name]
7345:
7346: * src/classes/reflection.C: -
7347: ^reflection:delete[$object-or-class;field-name] is added ( new
7348: feature: #268 )
7349:
7350: 2012-05-27 misha
7351:
7352: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7353:
7354: 2012-05-24 misha
7355:
7356: * src/include/pa_common.h: - method lastposafter was removed
7357:
7358: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7359: lastposafter - ^file:dirname[] & Co proper handle windows file
7360: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7361: work as *nix commands
7362:
7363: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7364:
7365: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7366: rskipchars were added
7367:
7368: * tests/270.html: - more tests for ^file:find[]
7369:
7370: * tests/065.html: - more tests for ^file:dirname[] & Co
7371:
7372: * src/include/pa_version.h: - must be "win32" here. it is
7373: auto-generated on *nix
7374:
7375: 2012-05-24 moko
7376:
7377: * src/classes/math.C: ^math:convert[] now supports uint32 and
7378: throws overflow exception ( new feature: #830 )
7379:
7380: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7381: uint32 support and overflow added ( new feature: #830 )
7382:
7383: 2012-05-23 moko
7384:
7385: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7386: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7387: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7388: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7389: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7390: types/pa_vregex.h, types/pa_vstateless_class.C,
7391: types/pa_vstateless_class.h, types/pa_vstring.h,
7392: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7393: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7394: "return string as-is" removed from as_expr_result. ( new feature:
7395: #831 )
7396:
7397: * tests/results/244.processed: test changed after bug #782 fix
7398: commited
7399:
7400: * tests/results/229.processed: test results for bug #782 commited
7401:
7402: * tests/: 254.html, results/254.processed: uid now just compared,
7403: not printed. :)
7404:
7405: 2012-05-20 moko
7406:
7407: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7408: feature: #341 )
7409:
7410: * tests/: 254.html, results/254.processed: test for
7411: ^reflection:uid[] added
7412:
7413: * tests/: 254.html, results/254.processed: test for
7414: ^reflection:uid[$obj] added
7415:
7416: 2012-05-17 misha
7417:
7418: * src/main/untaint.C: - do not replace ' char by _26 while
7419: exploding filespec-tainting ( new feature: #829 )
7420:
7421: 2012-05-12 moko
7422:
7423: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7424: not.
7425:
7426: 2012-05-08 moko
7427:
7428: * src/types/pa_vmethod_frame.h: bug #782 fixed
7429:
7430: * tests/229.html: test for bug #782
7431:
7432: * tests/results/259.processed, src/main/pa_request.C,
7433: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7434: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7435: src/types/pa_vvoid.h: feature #154 - first empty param now
7436: string; defined locals are empty strings; $STRICT-VARS(true)
7437: added
7438:
7439: 2012-04-27 moko
7440:
1.116 moko 7441: * src/targets/apache/Makefile.am:
1.95 moko 7442: ../../lib/memcached/libmemcached.a added
7443:
7444: 2012-04-27 misha
7445:
7446: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7447: ( #827 )
7448:
7449: 2012-04-25 moko
7450:
7451: * src/: classes/json.C, classes/memcached.C,
7452: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7453: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7454: implemented.
7455:
7456: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7457:
7458: 2012-04-23 moko
7459:
7460: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7461: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7462: types/pa_vmemcached.h: open allows options hash for new
7463: memcached(options) function
7464:
7465: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7466: not appended
7467:
7468: 2012-04-21 moko
7469:
7470: * src/classes/curl.C: '' added. :)
7471:
7472: * src/classes/classes.vcproj: new curl.h location
7473:
7474: * src/classes/curl.C: verbose output redirection from stderr to
7475: file curl option added
7476:
7477: 2012-04-20 moko
7478:
7479: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7480: contains what we need from curl, #ifdef HAVE_CURL removed
7481:
1.116 moko 7482: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7483: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7484: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7485: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7486: configure option
7487:
7488: 2012-04-19 moko
7489:
7490: * src/: classes/double.C, classes/inet.C, classes/int.C,
7491: classes/string.C, lib/gc/include/gc_allocator.h,
7492: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7493: options from sql_result_string removed. (closes issue #468)
7494:
7495: * src/types/pa_vmemcached.C: empty string fix
7496:
7497: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7498: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7499: pa_vmemcached.C
7500:
7501: 2012-04-18 moko
7502:
7503: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7504: apache2-mpm-prefork" error displayed in threaded mpm.
7505:
7506: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7507: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7508: installed (issue #354)
7509:
7510: 2012-04-16 moko
7511:
7512: * src/types/pa_vmemcached.C: call to memcached_result_create and
7513: memcached_result_free removed
7514:
7515: 2012-04-14 moko
7516:
7517: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7518:
7519: * src/types/pa_vmemcached.C: check_key added and used
7520:
7521: 2012-04-13 moko
7522:
7523: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7524: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7525: Serialization_data now added and used, VString now serialized
7526: with languages into memcached.
7527:
7528: 2012-03-28 moko
7529:
7530: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7531: lib/memcached/pa_memcached.h: result lengths added
7532:
7533: 2012-03-27 moko
7534:
7535: * src/types/pa_vmemcached.C: strdup added
7536:
7537: 2012-03-24 moko
7538:
7539: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7540: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7541: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7542:
7543: 2012-03-20 moko
7544:
1.116 moko 7545: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7546:
7547: * src/targets/cgi/Makefile.am: cleanup
7548:
7549: * src/: types/Makefile.am, types/pa_vmemcached.C,
7550: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7551:
7552: * src/: classes/Makefile.am, classes/memcached.C,
7553: lib/memcached/Makefile.am, lib/memcached/constants.h,
7554: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7555: lib/memcached/types.h, lib/Makefile.am: memcached initial
7556:
7557: 2012-03-16 moko
7558:
7559: * src/main/execute.C: ident now works under Linux + ident displays
7560: filenames (closes issue #818)
7561:
1.116 moko 7562: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7563: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7564: pa_vmethod_frame_local.h removed
7565:
7566: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7567: classes/classes.h, classes/curl.C, classes/date.C,
7568: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7569: classes/hashfile.C, classes/image.C, classes/inet.C,
7570: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7571: classes/memory.C, classes/op.C, classes/reflection.C,
7572: classes/regex.C, classes/response.C, classes/string.C,
7573: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7574: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7575: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7576: include/pa_config_fixed.h, include/pa_config_includes.h,
7577: include/pa_dictionary.h, include/pa_dir.h,
7578: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7579: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7580: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7581: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7582: include/pa_request_charsets.h, include/pa_request_info.h,
7583: include/pa_sapi.h, include/pa_socks.h,
7584: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7585: include/pa_stack.h, include/pa_string.h,
7586: include/pa_stylesheet_connection.h,
7587: include/pa_stylesheet_manager.h, include/pa_table.h,
7588: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7589: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7590: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7591: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7592: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7593: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7594: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7595: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7596: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7597: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7598: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7599: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7600: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7601: main/pa_string.C, main/pa_stylesheet_connection.C,
7602: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7603: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7604: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7605: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7606: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7607: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7608: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7609: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7610: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7611: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7612: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7613: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7614: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7615: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7616: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7617: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7618: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7619: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7620: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7621: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7622: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7623: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7624: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7625: types/pa_vresponse.h, types/pa_vstateless_class.C,
7626: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7627: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7628: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7629: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7630: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7631: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7632: ident now works under Linux + ident displays filenames (closes
7633: issue #818) Copyright updated
7634:
7635: 2012-03-13 moko
7636:
7637: * src/main/pa_string.C: compilation fix for feature #741
7638:
7639: 2012-03-09 misha
7640:
7641: * tests/193.html: - tests for ^string:base64[encoded] are updated
7642:
7643: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7644: now detects invalid base64 chars in the middle of encoded stricg
7645: ( new feature: #55 )
7646:
7647: * src/include/pa_exception.h: - new exception type for base64
7648: decoding is added
7649:
7650: 2012-03-06 misha
7651:
7652: * tests/274.html: - tests for ^date::today[] and
7653: ^date.sql-string[datetime|date|time] are added
7654:
7655: * src/classes/date.C: - constructor ^date::today[] is added ( new
7656: feature: #811 ) - ^date.sql-string[] now can accept one param --
7657: strings "datetime", "date" or "time" - comments tidying up
7658:
7659: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7660: date and time
7661:
7662: 2012-03-03 misha
7663:
7664: * tests/193.html: - tests for
7665: ^string:base64[encoded;$.strict(true)] are added
7666:
7667: * tests/results/auto.p: - try-catch operator is added
7668:
7669: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7670: main/pa_common.C: - $.strict(true|false) option is added to
7671: base64 decode methods ( new feature: #55 )
7672:
7673: * src/main/pa_common.C: - base64 decode memory usage was decreased
7674: ( new feature: #819 )
7675:
7676: 2012-02-28 moko
7677:
7678: * src/classes/hash.C: ident test
7679:
7680: 2012-02-27 misha
7681:
7682: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7683:
7684: 2012-01-08 misha
7685:
7686: * tests/273.html: - tests for ^string.replace[from;to] are added
7687:
7688: * src/: classes/string.C, include/pa_dictionary.h,
7689: main/pa_dictionary.C, main/pa_string.C: -
7690: ^string.replace[from;to] is added ( new feature: #741 ) -
7691: ^string.replace[one subst here] is slightly optimized
7692:
7693: 2011-12-07 misha
7694:
7695: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7696: named table with one empty column ( bugfix: #63 )
7697:
7698: 2011-11-30 misha
7699:
7700: * src/classes/json.C: - it's possible to set user's method for
7701: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7702: #763 )
7703:
7704: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7705:
7706: 2011-11-23 misha
7707:
7708: * src/: classes/curl.C, classes/file.C, classes/image.C,
7709: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7710: types/pa_vfile.h, types/pa_vform.C: - constructor
7711: ^file::create[mode;filename;content[;options]] now accepts binary
7712: mode and file-content - new constructor's format:
7713: ^file::create[string-or-file-content[;$.name[filename]
7714: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7715: feature: #65 )
7716:
7717: * src/: include/pa_request.h, main/pa_request.C: - new method
7718: mime_type_of(const String*) is added
7719:
7720: * src/include/pa_exception.h: - new exception constant
7721: FILE_NAME_MUST_BE_SPECIFIED is added
7722:
7723: * src/classes/table.C: - bug with negative offset transformed into
7724: a feature. it means pointing to a row from the end of the table (
7725: new feature: #810 )
7726:
7727: 2011-11-19 misha
7728:
7729: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7730: â ìåòîäå _select ( new feature: #810 )
7731:
7732: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7733: options were specified together is simplified
7734:
7735: 2011-11-12 misha
7736:
7737: * src/main/pa_request.C: - forgotten fix for escaping filename in
7738: HTTP content-disposition header (a part of bug #361 )
7739:
7740: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7741: checks for ancestors' classes as well ( new feature: #456 )
7742:
7743: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7744: "without cycle" now have types "parser.break" and
7745: "parser.continue" instead of "parser.runtime" ( new feature: #799
7746: )
7747:
7748: 2011-11-11 misha
7749:
7750: * tests/results/: 099.processed, 100.processed, 205.processed,
7751: 237.processed: - since bug #361 was fixed the content of filename
7752: in HTTP headers is quoted
7753:
7754: * tests/results/270.processed: - result for test 270
7755:
7756: * tests/: 065.html, results/065.processed: - more tests for
7757: ^file:basename[] & Co were added
7758:
7759: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7760:
7761: * tests/270.html: - tests for ^file:find[] are added
7762:
7763: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7764: using option $.charset. option $.engoding is still supported but
7765: these options can not be specified together
7766:
7767: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7768: comparation charset name with string "UTF-8" ( bugfix: #759 )
7769:
7770: 2011-10-11 misha
7771:
7772: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7773: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7774: #622)
7775:
7776: 2011-09-30 misha
7777:
7778: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7779: exception "saving stat-ed file" ( bugfix: #395 )
7780:
7781: 2011-05-30 misha
7782:
7783: * src/classes/string.C: - fixed bug which was added with
7784: params.as_hash into string:sql
7785:
7786: 2011-05-29 misha
7787:
7788: * src/types/pa_value.C: - filename in content-disposition header
7789: must be quoted ( bugfix: #361 )
7790:
7791: 2011-05-27 misha
7792:
7793: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7794: created file
7795:
7796: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7797: usage
7798:
7799: * src/include/pa_exception.h: - one more string for exception was
7800: added
7801:
7802: 2011-05-25 misha
7803:
7804: * tests/269.html: - tests for checking input params in some dom
7805: methods
7806:
7807: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7808: was added. it isn't possible not wo create xdoc with invalid
7809: tagName. ( bugfix: #160 )
7810:
7811: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7812: string "data must be string" was mover from pa_exception.h to
7813: pa_xml_exception.h
7814:
7815: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7816: as_xmlncname, as_xmlname and as_xmlnsuri were added
7817:
7818: * src/main/pa_xml_exception.C: - XmlException accepts more options
7819:
7820: * src/include/pa_xml_exception.h: - XmlException accepts more
7821: options - XML-related exception's strings were added
7822:
7823: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7824: output_options were removed)
7825:
7826: 2011-05-19 misha
7827:
7828: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7829: params.as_hash is used more while parsing methods hash-options
7830:
7831: 2011-05-18 misha
7832:
1.211 moko 7833: * operators.ru.txt, operators.txt: - info about json-serialization
7834: of xdoc was added
1.95 moko 7835:
7836: * tests/256.html: - tests for json-serialization xdoc were added
7837:
7838: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7839:
7840: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7841: classes/json.C, classes/xdoc.C: - now json:string can serialize
7842: xdoc-objects. options (the same as ^xdoc.string[]) could be
7843: specified in $.xdoc[] ( new feature: #265 )
7844:
7845: 2011-05-15 misha
7846:
7847: * tests/268.html: - tests for ^table.count[with options] were added
7848:
7849: * src/classes/table.C: - method ^table.count[] now can accept
7850: options ( new feature: #93 ): ^table.count[column] returns number
7851: of columns for named table; ^table.count[cells] returns number of
7852: cells in the current row; ^table.count[] & ^table.count[rows]
7853: return number of rows in a table.
7854:
7855: * tests/267.html: - test for checking switch/case in boolean mode
7856: was added
7857:
7858: * src/classes/op.C: - if switch's or case's value is bool, they are
7859: compared as bool values, not as double values: new feature: #351
7860:
7861: 2011-05-06 misha
7862:
7863: * tests/242.html: - EOL before EOF was added
7864:
7865: * tests/169.html: - tests for splitting empty string and void were
7866: added
7867:
7868: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7869: returned table with one empty cell)
7870:
7871: 2011-04-03 misha
7872:
7873: * src/include/pa_version.h, configure.in: - version in head was
7874: changed to 3.4.2b
7875:
7876: 2011-03-30 misha
7877:
7878: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7879: as well ( new feature #294 )
7880:
7881: 2011-03-29 misha
7882:
7883: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7884: limited to approx. 6 MB. previous limits were too big for real
7885: life. bugfix: #216
7886:
7887: 2011-03-04 moko
7888:
7889: * etc/parser3.charsets/cp866.cfg: Conforms to
7890: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7891:
7892: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7893: vlalek@
7894:
7895: 2011-02-22 misha
7896:
1.211 moko 7897: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7898: methods mustn't be under #ifdef XML or parser can't be compiled
7899: without xml support
1.95 moko 7900:
7901: 2011-02-21 misha
7902:
1.116 moko 7903: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7904: ApacheModuleParser3.vcproj was removed
7905:
7906: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7907: removed)
7908:
7909: 2011-02-20 misha
7910:
7911: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7912: $.overridden in ^reflection:method_info[...] were added
7913:
7914: * src/classes/reflection.C: - beautifying result of
7915: ^reflection:method_info[] ($.overridden/inherited)
7916:
7917: 2011-02-18 misha
7918:
7919: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7920: and pa_isalnum instead of isalpha and isalnum - bug with
7921: redundand quoting lowercased latin chars while building email
7922: body was fixed
7923:
7924: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7925: added (they check for latin chars only)
7926:
7927: 2011-02-16 misha
7928:
7929: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7930: string size for transcoding gave too small value (should ever
7931: look for availability char in dest charset inspite of the char
7932: size)
7933:
7934: 2011-02-04 moko
7935:
7936: * tests/223.html: header values now not url-encoded (issue #195)
7937:
7938: 2011-02-01 misha
7939:
7940: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7941:
7942: 2011-01-31 misha
7943:
7944: * src/main/pa_request.C: - throw exception if param file_name in
7945: use_file is empty
7946:
7947: 2011-01-08 moko
7948:
7949: * src/classes/curl.C: compilations errors fixed
7950:
7951: 2010-12-29 moko
7952:
7953: * tests/: 265.html, results/265.processed: test for issue #200
7954: added
7955:
7956: * src/main/pa_string.C: empty regex result check added (fixes issue
7957: #200)
7958:
7959: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7960:
7961: * tests/results/223.processed: header values now not url-encoded
7962: (issue #195)
7963:
7964: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7965: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7966: pa_http_safe_header_name added for headers names (fixes bug #195)
7967:
7968: 2010-12-18 misha
7969:
7970: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7971: => pa-include
7972:
7973: 2010-11-28 moko
7974:
7975: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7976:
7977: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7978: -> pa
7979:
7980: * configure.in: apr -> pa
7981:
7982: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7983:
7984: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7985: classes/Makefile.am, types/Makefile.am: apr -> pa
7986:
7987: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7988: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7989: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7990: pa-include/pa_apr.h, pa-include/pa_errno.h,
7991: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7992: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7993: module apr name conflict resolved)
7994:
7995: 2010-11-27 misha
7996:
7997: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7998: libbz2
7999:
8000: 2010-11-26 misha
8001:
8002: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8003: warnings removed
8004:
8005: 2010-11-25 moko
8006:
1.211 moko 8007: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8008:
1.211 moko 8009: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8010:
1.211 moko 8011: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8012:
8013: * buildall-with-xml: libxml2-2.7.8 + with-apache
8014:
8015: 2010-11-24 moko
8016:
1.116 moko 8017: * configure: apxs support
1.95 moko 8018:
8019: * configure.in: apxs support -Bstatic gc removed for OS X
8020:
8021: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8022:
8023: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8024: THREAD_LOCAL usage
8025:
8026: * src/: classes/curl.C, include/pa_config_includes.h,
8027: main/pa_globals.C: THREAD_LOCAL defined and used
8028:
8029: 2010-11-23 moko
8030:
8031: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8032: should be passed to pa_sleep, and only fractional part (bugfix:
8033: #188)
8034:
8035: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8036:
8037: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8038: GC_dont_gc=1, as in cgi version
8039:
8040: * src/targets/apache/mod_parser3.c: warning war
8041:
8042: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8043: pa_httpd.h: version removed, some trash removed
8044:
8045: * src/targets/apache/mod_parser3.c: version removed (we don't want
8046: to show it), warning war
8047:
8048: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8049: pa_httpd.h: parser_status_allowed removed + merge config
8050: functions removed (override is the default) + beauty
8051:
8052: * src/: include/pa_request.h, main/pa_request.C,
8053: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8054: hide $status used in apache module removed
8055:
8056: 2010-11-18 moko
8057:
1.211 moko 8058: * operators.ru.txt, operators.txt: $.table[compact] added for
8059: ^json:string[]
1.95 moko 8060:
8061: 2010-11-16 moko
8062:
8063: * src/targets/apache/mod_parser3.c: some cleanup done
8064:
8065: * src/main/untaint.C: bugfix: first, second String::Body argument
8066: is hashcode; second, info.fragment_begin is original, not
8067: resulting length
8068:
8069: * src/classes/file.C: new feature: $.stdin now untainted
8070:
8071: * tests/results/264.processed: new feature: $.stdin[] now untainted
8072:
8073: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8074:
8075: * src/classes/op.C: ^apply-taint[] method added
8076:
8077: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8078: added; $.stdin untaint test added
8079:
8080: 2010-11-15 moko
8081:
8082: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8083: removed
8084:
8085: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8086: pa_httpd.h: 2x2 calculated under apache2. :)
8087:
8088: 2010-11-13 moko
8089:
8090: * src/targets/apache/mod_parser3.c: initial changes to build module
8091: with apache 2.x includes
8092:
8093: * src/targets/apache/: Makefile.am, mod_parser3.c,
8094: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8095: united apache 1.3 / apache 2.x DSO module
8096:
8097: 2010-11-09 moko
8098:
8099: * src/types/pa_method.h: check added to dissallow @method[name;*]
8100: syntax
8101:
8102: * tests/: 263.html, results/263.processed: test from method[*args]
8103: added
8104:
8105: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8106: number of params can now be passed to a method declared with *arg
8107:
8108: 2010-11-06 moko
8109:
8110: * src/classes/table.C: formating fixed. :)
8111:
8112: * src/classes/table.C: closes #4: ^table.select now supports
8113: $.limit(), $.offset, $.reverse() options
8114:
8115: * tests/: 262.html, results/262.processed: test for ^table:select
8116: with options added (feature #4)
8117:
8118: * src/include/pa_array.h: remove function added
8119:
8120: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8121: object in get_element/put_element, using static one.
8122:
8123: 2010-11-04 moko
8124:
8125: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8126: options is passed
8127:
8128: * tests/: 256.html, results/256.processed: $.table[compact] feature
8129: now tested; k and p in handler now tested.
8130:
8131: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8132: $.table[compact] feature added
8133:
8134: * src/classes/json.C: key is now passed to handler in
8135: value_json_string; ^json:string result now process tainting
8136: inside and returns clean string, related to issue #153
8137:
8138: * src/main/untaint.C: bugfix: charset can be null (in
8139: ^string:save[] as example), thus check is added
8140:
8141: 2010-10-31 moko
8142:
8143: * src/classes/string.C: error message changed (fixes issue #149)
8144:
8145: 2010-10-29 moko
8146:
8147: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8148: port is not default (fixes issue #155); exception on invalid port
8149: added.
8150:
8151: * src/main/untaint.C: '*' is now not urlencoded to allow header
8152: "Accept: */*" to be passed
8153:
8154: 2010-10-28 moko
8155:
8156: * src/classes/curl.C: bugfix: detect_charset() was throwing
8157: exception on unknown charset even if response_charset was
8158: specified
8159:
8160: 2010-10-27 moko
8161:
8162: * src/classes/string.C: ^string.append removed for void
8163: compatibility
8164:
8165: 2010-10-26 moko
8166:
8167: * src/classes/json.C: libjson supports array at top level, we too
8168: (GPF fixed)
8169:
8170: 2010-10-25 moko
8171:
8172: * tests/: 253.html, results/253.processed: libjson supports array
8173: at top level, parser now supports it as well.
8174:
8175: * tests/261.html, tests/results/261.processed,
8176: src/types/pa_vstring.h: empty string is now void compatible
8177: (allows $empty.key)
8178:
8179: 2010-10-22 misha
8180:
8181: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8182: while adding additional expires checkout)
8183:
8184: * tests/030.html: - test for session cookie was added
8185:
8186: 2010-10-21 moko
8187:
8188: * src/: classes/string.C, classes/void.C, main/execute.C,
8189: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8190: string (feature #111)
8191:
8192: * tests/: 261.html, results/261.processed: checks void from string
8193: inheritance (feature #111)
8194:
8195: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8196: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8197: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8198: now true by default
8199:
8200: 2010-10-17 moko
8201:
8202: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8203: upload now uses binary blocks instead of L_FILE_POST tainting.
8204: (bugfix: #128)
8205:
8206: * tests/: 223.html, results/223.processed: binary file upload test
8207: added, GPF (issue #128) also checked in this test
8208:
8209: 2010-10-13 misha
8210:
8211: * tests/260.html: - test for math:convert
8212:
8213: * src/classes/math.C: - error in math:convert was fixed
8214:
1.211 moko 8215: * operators.ru.txt, operators.txt: - info about
1.95 moko 8216: ^math:convert[number](from-base;to-base) was added
8217:
8218: * src/classes/math.C: - method
8219: ^math:convert[number](from-base;to-base) for converting number
8220: represention from one base to another was added ( new feature:
8221: #23 )
8222:
8223: 2010-10-13 moko
8224:
8225: * src/main/compile.tab.C: [] now is empty string, not void
8226:
8227: * src/main/compile.y: [] now is empty string, not void
8228:
8229: * src/types/pa_vvoid.h: void now passed as parameter
8230:
8231: * tests/: 259.html, results/259.processed: to test difference
8232: between void and empty string (see ticket #111)
8233:
8234: * tests/results/152.processed: $sEmpty[] is now empty string, not
8235: void
8236:
8237: * tests/256.html: $s[$void] is no longer empty string
8238:
8239: * tests/254.html: empty string is no longer void
8240:
8241: 2010-10-12 misha
8242:
8243: * src/types/pa_vcookie.C: - check if $.expires value can be
8244: converted to date during cookies set up ( bugfix: #104 )
8245:
8246: * tests/041.html: - more tests for ^table.locate were added
8247:
8248: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8249: work ( bugfix: #129 ) - exception comment for incorrect options
8250: ^table.locate[field;value;options] was fixed
8251:
8252: 2010-10-10 moko
8253:
8254: * src/: classes/reflection.C, main/execute.C: constructor returning
8255: another object feature returned
8256:
8257: * tests/results/258.processed: test result updated as constructor
8258: returning another object feature returned
8259:
8260: * tests/: 258.html, results/258.processed: test for constructor
8261: returning another object
8262:
8263: 2010-10-08 misha
8264:
8265: * tests/257.html: - whitespaces after @METACOMMANDS and their
8266: options shouldn't cause exceptions any longer
8267:
8268: 2010-10-06 moko
8269:
8270: * src/classes/: hash.C, table.C: length from sql server is now
8271: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8272:
8273: 2010-10-02 misha
8274:
1.211 moko 8275: * operators.ru.txt, operators.txt: - the X mark was removed from
8276: ^cache[file]. it is usable to delete cache file.
1.95 moko 8277:
8278: 2010-10-02 moko
8279:
8280: * tests/: 253.html, results/253.processed: hook_key added for key
8281: checking
8282:
8283: * src/classes/json.C: null key bug fixed
8284:
8285: 2010-09-29 misha
8286:
8287: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8288:
8289: 2010-09-25 moko
8290:
8291: * src/classes/json.C: small fixed
8292:
8293: * tests/results/: 253.processed, 255.processed: just updated
8294:
8295: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8296: results/255.processed: charset transcode test added for
8297: json:parse
8298:
8299: 2010-09-24 moko
8300:
8301: * src/types/pa_value.h: warning war :)
8302:
8303: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8304: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8305: ^json:string
8306:
8307: 2010-09-22 moko
8308:
8309: * src/main/pa_charset.C: parser charset tables declare only
8310: white-space before 0x20, thus adding the missing chars
8311:
8312: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8313: to http://unicode.org/Public/MAPPINGS/VENDORS/
8314:
8315: 2010-09-21 misha
8316:
8317: * src/main/compile.y: - some semicolons were added (VS2010 don't
8318: want to compile grammar if they are absent)
8319:
8320: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8321:
8322: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8323:
8324: * src/main/main.vcproj: - path to bison is changed
8325:
8326: 2010-09-21 moko
8327:
1.116 moko 8328: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8329: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8330: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8331:
8332: 2010-09-20 misha
8333:
8334: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8335:
8336: * src/classes/json.C: - add EOL while json-serializing hash
8337:
8338: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8339: compilers don't like 'ES'.
8340:
8341: 2010-09-17 misha
8342:
1.211 moko 8343: * operators.ru.txt, operators.txt: - info about json class was
8344: added
1.95 moko 8345:
8346: * src/classes/json.C: - ^json:string[object]
8347:
8348: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8349: preventing infinite recursion while executing json:string was
8350: added
8351:
8352: * src/include/pa_string.h: - method append_quoted was added
8353:
8354: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8355: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8356: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8357: was added to Value & Co
8358:
8359: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8360: were used
8361:
8362: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8363: were added
8364:
8365: 2010-09-10 moko
8366:
8367: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8368: die_or_abort (backport from 3.4.1)
8369:
8370: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8371: die_or_abort (bugfix: #106)
8372:
8373: 2010-09-09 moko
8374:
8375: * src/classes/json.C: warning war. :)
8376:
8377: 2010-09-08 misha
8378:
8379: * src/lib/json/Makefile.am: - additional include directories were
8380: added (for pa_memory.h and gc.h)
8381:
8382: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8383: compile as C++ instead default - additional include directory was
8384: added (for gc.h)
8385:
8386: * src/types/pa_vform.C: - little code reformating
8387:
8388: * src/classes/file.C: - $.content-type option now can be specified
8389: in ^file::create ( new feature: #102 )
8390:
8391: 2010-09-08 moko
8392:
8393: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8394: pa_malloc/pa_free
8395:
8396: 2010-09-07 moko
8397:
8398: * tests/results/254.processed: VStateless_class:put_element
8399: exception was fixed
8400:
8401: * src/types/: pa_value.h, pa_vstateless_class.h: now
8402: VStateless_class:put_element barks self.type, not this.type
8403: (bugfix: #105)
8404:
8405: 2010-09-06 moko
8406:
8407: * src/classes/reflection.C: bugfix: new String() is required for
8408: exception handling
8409:
8410: * tests/: 254.html, results/254.processed: test modified
8411:
8412: 2010-09-05 moko
8413:
8414: * tests/: 254.html, results/254.processed: ^reflection:copy test
8415: added
8416:
8417: * src/: classes/reflection.C, include/pa_request.h:
8418: ^reflection:copy implemented (new feature: #100)
8419:
8420: 2010-09-03 moko
8421:
8422: * src/lib/json/JSON_parser.C: c++ compatiblity
8423:
8424: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8425: option testing added
8426:
8427: 2010-09-02 moko
8428:
8429: * src/classes/json.C: $.distinct[first|last|all] added
8430:
8431: 2010-09-01 moko
8432:
8433: * tests/results/253.processed: json test result
8434:
8435: * tests/: 253.html, 253_json.txt: json test added
8436:
8437: * src/classes/json.C: json.C update to actual version + hash key
8438: creation bugfix
8439:
8440: 2010-08-31 misha
8441:
8442: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8443: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8444: src/lib/Makefile.am, src/classes/Makefile.am,
8445: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8446: json library was added
8447:
8448: 2010-08-30 moko
8449:
8450: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8451: types/pa_vobject.C: cosmetic optimization in
8452: request:execute_method usage
8453:
8454: * src/: include/pa_charset.h, main/pa_charset.C: small
8455: optimization, just to decrease number of lines. :)
8456:
8457: 2010-08-27 misha
8458:
8459: * src/classes/op.C: - taint[json] was added
8460:
8461: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8462: were added
8463:
8464: * src/main/pa_exec.C: - warning fix was rolled back.
8465:
8466: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8467: include/pa_string.h: - taint[json] was added - escaping was
8468: slightly modified
8469:
8470: 2010-08-25 misha
8471:
8472: * src/classes/file.C: - typo in file:sql exception was fixed
8473:
8474: * src/main/pa_exec.C: - warning about declared and not used
8475: variable forced_allow was removed
8476:
8477: 2010-08-14 misha
8478:
8479: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8480: were removed
8481:
8482: 2010-08-11 moko
8483:
8484: * tests/: 249.html, results/249.processed: default setter and
8485: anti-recursive default getter test added
8486:
8487: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8488: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8489: types/pa_vobject.h, types/pa_vstateless_class.C,
8490: types/pa_vstateless_class.h: default setter support +
8491: anti-recursive default getter support ( new feature: #13 )
8492:
8493: * src/include/pa_hash.h: optimization: threshold member removed
8494: from hash, reducing sizeof(hash)
8495:
8496: 2010-08-10 misha
8497:
8498: * tests/196.html: - junction-method was added to the test
8499:
8500: * tests/248.html: - ups. typo :)
8501:
8502: * tests/248.html: - test for checking .match with 4 params
8503:
8504: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8505: 247_windows1251.txt: - test for "transcode file from utf-8 to
8506: $request:charset during loading if the BOM code is detected"
8507:
8508: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8509: $request:charset during loading if the BOM code is detected ( new
8510: feature: #98 )
8511:
8512: 2010-08-05 misha
8513:
8514: * src/classes/image.C: - ^image.replace now can accept only 2
8515: params. in this case the whole image is affected ( new feature:
8516: #95 )
8517:
8518: 2010-08-04 misha
8519:
8520: * tests/246.html: - test tor ^hash._at[] was added
8521:
8522: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8523: #53 )
8524:
8525: * src/include/pa_hash.h: - methods for accessing the first and the
8526: last values of ordered hash were added (first_value and
8527: last_value)
8528:
8529: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8530: (similar to others file's methods):
8531: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8532: #68 )
8533:
8534: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8535:
8536: 2010-08-01 moko
8537:
8538: * src/classes/op.C: to correctly process $result[] in code, called
8539: from ^process
8540:
8541: * tests/245.html: $result in ^process[] test added
8542:
8543: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8544: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8545: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8546: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8547: caller, self) op_call(VMethodFrame &frame, bool constructing)
8548: removed, construct(class,method) added
8549:
8550: * tests/results/: 192.processed, 244.processed: request::construct
8551: added
8552:
8553: * tests/: 244.html, 245.html, results/244.processed,
8554: results/245.processed: object creation exceptions and ^process
8555: tests added
8556:
8557: 2010-07-28 misha
8558:
8559: * tests/make_tests.cmd: - win32 EOLs
8560:
8561: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8562: tests on Win32 were added (The system timezone should be GMT+3)
8563:
8564: 2010-07-26 misha
8565:
8566: * tests/: 212.html, results/212.processed: - sizes were removed
8567: mecause they could be different on different OSs
8568:
8569: * tests/065.html: - make it "win32 friendly"
8570:
8571: 2010-07-25 misha
8572:
8573: * src/main/compile.y: - all EOLs between methods are removed during
8574: compilation ( new feature: #47 )
8575:
8576: * tests/results/149.processed: - prepare tests to trim trailing
8577: methods' EOLs
8578:
8579: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8580:
8581: * tests/: results/006.processed, results/014.processed, 006.html,
8582: 014.html, 022.html: - prepare tests to trim trailing methods'
8583: EOLs
8584:
8585: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8586: results/071.processed, results/022.processed: - prepare tests to
8587: trim trailing methods' EOLs
8588:
8589: * tests/: results/073.processed, results/109.processed,
8590: results/142.processed, results/144.processed,
8591: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8592: 144.html: - prepare tests to trim trailing methods' EOLs
8593:
8594: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8595: 149.html, 152.html, results/096.processed, results/107.processed,
8596: results/109.processed, results/142.processed,
8597: results/144.processed: - prepare tests to trim trailing methods'
8598: EOLs
8599:
8600: 2010-07-24 moko
8601:
8602: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8603: the hash order in this test
8604:
8605: * tests/014.html: to check hash order, hash no is longer sorted
8606: before print
8607:
8608: * src/include/pa_hash.h: hash copy constructor now keeps order
8609: (bugfix: #54)
8610:
8611: 2010-07-23 moko
8612:
8613: * tests/results/224.processed: @auto[] is no longer inherited
8614:
8615: * src/types/pa_vstateless_class.C, tests/227.html,
8616: tests/results/227.processed: @auto[] is no longer inherited
8617: (bugfix: #57)
8618:
8619: 2010-07-22 misha
8620:
8621: * src/classes/table.C: - don't skip comment lines during
8622: table::load if encloser or separator is set as '#' ( new feature:
8623: #30 )
8624:
8625: * src/targets/cgi/parser3.C: - don't run as cgi if
8626: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8627: #12 )
8628:
8629: * src/classes/file.C: - set PARSER_VARSION env before external
8630: script executing
8631:
8632: 2010-07-13 misha
8633:
8634: * tests/058.html: - test for suppressing @border was added - test
8635: for user attribute was added
8636:
8637: * tests/results/186.processed: unescaping from \uXXXX
8638:
8639: * tests/186.html: unescaping from \uXXXX
8640:
8641: * tests/: 239.html, results/239.processed: method call type
8642:
8643: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8644: $junction_method.CLASS_NAME (+CLASS)
8645:
8646: 2010-07-07 misha
8647:
8648: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8649: *nix
8650:
8651: 2010-07-05 misha
8652:
8653: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8654: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8655: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8656: comment strings "options must be hash", "options must be hash,
8657: not code" and "called with invalid option" were replaced by
8658: constatns - exception comment string "invalid option passed" was
8659: replaced by "called with invalid option" (now in different
8660: methods are the same exception comment string)
8661:
8662: * src/include/pa_exception.h: - more exception strings were defined
8663:
8664: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8665: types/pa_vstateless_class.h: - now we can define possible
8666: method's call type ( new feature: #5 ) 1.
8667: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8668: methods 2. @static:method[params] (only static keyword could be
8669: used here) -- for specified methods
8670:
8671: * src/main/pa_common.C: - junction points should not be deleted on
8672: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8673: cleanup
8674:
8675: 2010-07-03 misha
8676:
8677: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8678: results/158.processed, results/160.processed,
8679: results/161.processed, results/162.processed,
8680: results/163.processed: - prepare tests to trim trailing methods'
8681: EOLs
8682:
8683: * tests/results/169.processed: - prepare tests to trim trailing
8684: methods' EOLs
8685:
8686: * tests/results/: 168.processed, 169.processed: - prepare tests to
8687: trim trailing methods' EOLs
8688:
8689: * tests/: results/170.processed, results/167.processed,
8690: results/168.processed, results/169.processed, 167.html, 168.html,
8691: 169.html: - prepare tests to trim trailing methods' EOLs
8692:
8693: * tests/: results/170.processed, results/171.processed,
8694: results/172.processed, results/173.processed,
8695: results/174.processed, results/175.processed, 170.html, 171.html,
8696: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8697: trailing methods' EOLs
8698:
8699: * tests/: results/176.processed, results/180.processed,
8700: results/184.processed, results/185.processed,
8701: results/191.processed, results/192.processed,
8702: results/196.processed, results/197.processed,
8703: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8704: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8705: to trim trailing methods' EOLs
8706:
8707: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8708: results/199.processed, results/208.processed,
8709: results/209.processed, results/213.processed,
8710: results/214.processed: - prepare tests to trim trailing methods'
8711: EOLs
8712:
8713: 2010-06-29 misha
8714:
8715: * tests/: 220.html, 218.html, results/218.processed,
8716: results/215.processed, results/217.processed, 215.html, 217.html:
8717: - prepare tests to trim trailing methods' EOLs
8718:
8719: * tests/: results/224.processed, 224.html, 223.html,
8720: results/223.processed, results/220.processed: - prepare tests to
8721: trim trailing methods' EOLs
8722:
8723: * tests/results/: 226.processed, 230.processed: - prepare tests to
8724: trim trailing methods' EOLs
8725:
8726: * tests/: 229.html, results/229.processed: - prepare tests to trim
8727: trailing methods' EOLs
8728:
8729: * tests/: 232.html, 235.html, results/232.processed,
8730: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8731: results/226.processed, results/227.processed,
8732: results/228.processed, results/230.processed: - prepare tests to
8733: trim trailing methods' EOLs
8734:
8735: 2010-06-16 moko
8736:
8737: * tests/: 229.html, results/229.processed: elseif now supported in
8738: ^if
8739:
8740: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8741:
8742: 2010-06-03 misha
8743:
8744: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8745: instead of memcopy for overlaped regions
8746:
8747: 2010-05-25 misha
8748:
8749: * src/main/pa_common.C: - wanring about unused vars was removed
8750:
8751: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8752: get_method_filename was moved to execute.C
8753:
8754: 2010-05-23 misha
8755:
8756: * src/main/pa_request.C: - more accurate detection of method's file
8757:
8758: 2010-05-22 misha
8759:
8760: * src/classes/reflection.C: - bugfix: core during detection of
8761: .file if filespec isn't detected successfully
8762:
8763: 2010-05-20 misha
8764:
8765: * src/main/pa_request.C: - fix in get_method_filename
8766:
8767: * src/include/pa_request.h: - new feature: #24 -- searching
8768: included file in @USE/^use is changed. if its filespec doesn't
8769: start from '/' it will be searched in caller file directory
8770:
8771: * src/classes/reflection.C: - ^reflection:method_info returns file
8772: where the method is defined
8773:
8774: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8775: classes/op.C: - new feature: #24 -- searching included file in
8776: @USE/^use is changed. if its filespec doesn't start from '/' it
8777: will be searched in caller file directory
8778:
8779: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8780: is moved to pa_common.h
8781:
8782: 2010-05-18 misha
8783:
8784: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8785: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8786: cookie parser decode \uXXXX as well as %uXXXX
8787:
8788: 2010-05-17 misha
8789:
8790: * src/classes/curl.C: beauty: - unused param is removed in method
8791: _curl_version_action - some spaces were removed or replaced by
8792: tabs
8793:
8794: * src/classes/table.C: - bugfix: #72 core with empty value during
8795: ^table.hash[...;name_of_the_last_column][$.type[string]]
8796:
8797: 2010-05-16 misha
8798:
8799: * src/classes/curl.C: new: #61 more curl options were added
8800: (contributed by Sumo)
8801:
8802: 2010-04-29 pretender
8803:
8804: * src/main/pa_string.C: fixes #63 Split result from empty string
8805: now empty string.
8806:
8807: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8808: string type.
8809:
8810: 2010-04-28 pretender
8811:
8812: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8813: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8814: macrodefinition removed
8815:
8816: 2010-04-19 pretender
8817:
8818: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8819: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8820:
8821: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8822: fixes #64 Now file.missing exception generates in unsafe mode to.
8823:
8824: * src/classes/file.C: fixes #48 Now not throw "not save environment
8825: variable" exception in grpunlim version.
8826:
8827: 2010-04-05 misha
8828:
8829: * src/classes/string.C: - new feature: 4th param was added to
8830: match. if specified its value is returned in case of nothing was
8831: found
8832:
8833: 2010-04-01 misha
8834:
8835: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8836: multiple execution of /a/b/auto.p
8837:
8838: 2010-03-19 misha
8839:
8840: * src/main/execute.C: - core in $table1.$table2 was fixed
8841:
8842: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8843:
8844: 2010-01-27 misha
8845:
8846: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8847: trying to open file by path /existing-file/non-exixting-file
8848:
8849: 2010-01-26 misha
8850:
8851: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8852: was added (returns file)
8853:
8854: 2009-12-22 misha
8855:
8856: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8857: now parser doesn't have class curl if it was built without it
8858:
8859: 2009-12-15 misha
8860:
8861: * configure.in: - little cheat with curl include dir was added
8862:
8863: 2009-12-05 misha
8864:
8865: * src/classes/curl.C: - some fixes
8866:
8867: 2009-12-04 misha
8868:
8869: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8870: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8871: buildall-with-xml, buildall-without-xml, configure.in: - curl
8872: class was added
8873:
8874: * src/include/pa_hash.h: - hash-iterator was added
8875:
8876: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8877: was added to pcre
8878:
8879: 2009-11-27 misha
8880:
8881: * src/classes/image.C: - don't add @border attribute to output of
8882: ^image.html[] if it was specified by user with empty value
8883:
8884: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8885: root element and we are trying to access .documentElement
8886:
8887: 2009-11-11 misha
8888:
8889: * src/classes/table.C: - in ^table.flip[] look at number of columns
8890: instead of number of items in first row for named tables
8891:
8892: 2009-11-10 misha
8893:
1.211 moko 8894: * operators.ru.txt, operators.txt: - info about hash-options in
8895: ^file::create was added
1.95 moko 8896:
8897: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8898: added
8899:
8900: 2009-11-09 misha
8901:
8902: * buildall-with-xml: - moving to libxml 2.7.6
8903:
8904: * tests/236.html: - tests for comparations cords with functions
8905: were added
8906:
8907: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8908: added
8909:
8910: * src/main/pa_http.C: - little optimisation
8911:
8912: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8913: GPF mallocs + stringstream (table.save)
8914:
8915: * src/classes/file.C: - file::create now accepts 4th param: options
8916: with $.charset
8917:
8918: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8919: bug in cord (comparation cords with functions was buggy)
8920:
8921: 2009-11-06 misha
8922:
8923: * src/main/pa_string.C: - bugfix: calculation string.length
8924: sometimes was buggy
8925:
8926: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8927: destroyed if exception occured during match/replace
8928:
8929: * src/: main/pa_charset.C, include/pa_charset.h: - method
8930: lengthUTF8Char was added
8931:
8932: * src/classes/op.C: - clean tainting lang was added for user's
8933: usage
8934:
8935: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8936: fixed: checkouts are required after GC_MALLOC
8937:
8938: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8939:
1.211 moko 8940: * operators.ru.txt, operators.txt: - actually, there is no
8941: ^untaint[xml] in file::create
1.95 moko 8942:
8943: 2009-10-15 misha
8944:
8945: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8946: were added
8947:
8948: * tests/234.html: - more tests for checking ^taint[uri] escaping
8949: were added
8950:
8951: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8952: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8953: hacking: for dealing with transcoding+^taint[uri]
8954: transcode_and_untaint was replaced by untaint_and_transcode
8955:
8956: 2009-10-13 misha
8957:
8958: * tests/: 121.html, results/121.processed: - test transcoding +
8959: url-escaping now
8960:
8961: * tests/results/auto.p: - more helpers' methods were added
8962:
8963: * src/main/pa_globals.C: - die instead of abort
8964:
8965: 2009-10-06 misha
8966:
8967: * src/main/pa_common.C: - don't allocate memory during
8968: capitalization if input string is already capitalized
8969:
8970: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8971:
8972: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8973: use format function because it calls malloc
8974:
8975: * src/include/pa_common.h: - more capitalized headers were added
8976:
8977: * src/main/pa_common.C: - in safe mode clear executable bits during
8978: file writing
8979:
8980: 2009-10-05 misha
8981:
8982: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8983:
8984: 2009-10-03 misha
8985:
8986: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8987: ^img.text[] & ^img.length[] can work in utf-8 now
8988:
8989: * src/: include/pa_charset.h, main/pa_charset.C: - class
8990: UTF8_string_iterator was added
8991:
8992: * src/classes/image.C: - respect utf-8 when calculate alphabet
8993: length
8994:
8995: * src/classes/mail.C: - check from before get message.cstr
8996:
8997: 2009-10-02 misha
8998:
8999: * tests/233.html: - test for image.font, image.length, image.text
9000: with text in utf-8 were added
9001:
9002: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9003:
9004: * buildall-with-xml, buildall-without-xml: - comment about gc
9005: version for freebsd 4 was added
9006:
9007: 2009-10-01 misha
9008:
9009: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9010: terminator) - read_pipe were slightly optimized
9011:
9012: 2009-09-28 misha
9013:
9014: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9015: removed
9016:
9017: * src/types/pa_vmail.C: - forgot about space after ':'
9018:
9019: * src/types/pa_vmail.C: - escape filenames while preparing mail
9020: body - small simplifications
9021:
9022: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9023: inout params like pa_base64
9024:
9025: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9026: option $.debug-print(1) was added to mail:send - changes for
9027: using uue_encode which uses less memory
9028:
9029: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9030:
9031: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9032: memory now
9033:
9034: 2009-09-26 misha
9035:
9036: * src/types/pa_vmail.C: - default encoding now is base64
9037:
9038: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9039:
9040: 2009-09-25 misha
9041:
9042: * src/types/pa_vmail.C: - capitalization of headers was added to
9043: sending mail as well
9044:
9045: * buildall-with-xml: - catalog package was removed from libxml
9046:
9047: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9048: win32 absolute path
9049:
9050: * src/include/pa_common.h: - one more capitalized header was added
9051:
9052: 2009-09-22 misha
9053:
9054: * INSTALL: - comment about building just httpd binary while
9055: building apache module was added
9056:
9057: 2009-09-21 misha
9058:
9059: * buildall-with-xml: - moving to the latest versions of xml libs:
9060: libxml 2.7.4 and libxslt 1.1.25
9061:
9062: 2009-09-19 misha
9063:
9064: * tests/231.html: - test for encoding cookie in win-1251
9065:
9066: 2009-09-18 misha
9067:
9068: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9069: object] were added
9070:
1.211 moko 9071: * operators.ru.txt, operators.txt: - info about method
9072: ^reflection:fields[class or object] was added
1.95 moko 9073:
9074: * src/classes/reflection.C: - method ^reflection:fields[class or
9075: object] was added
9076:
9077: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9078: methods get_fields were added
9079:
9080: * tests/232.html: - tests for @GET[name]
9081:
9082: * src/classes/table.C: - some changes in handling hash-options for
9083: creare, join and locate
9084:
9085: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9086: defined with option: the type of requested value
9087:
9088: 2009-09-17 misha
9089:
9090: * tests/212.html: - tests for .pattern and .options were added
9091:
9092: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9093: $regex.options were added
9094:
9095: 2009-09-11 misha
9096:
9097: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9098: rewrited. it checks not just one case of sending cookies during
9099: file::load[http], but also sending headers and fields (including
9100: files)
9101:
9102: 2009-09-10 misha
9103:
9104: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9105: was removed => now parser can open files with Russian 'r' in
9106: filename
9107:
9108: * src/main/untaint.C: - bugfix: client charset whould be analized
9109: while escaping cookies but now source charset
9110:
9111: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9112: ^tainted[uri] so it was possible to make request with incorrect
9113: http header
9114:
9115: * src/main/pa_http.C: - capitalization of http headers during
9116: file::load[http was slightly changes - bugfix: all headers which
9117: parser sends during file::load[http should be transcoded and only
9118: then escaped
9119:
9120: * src/main/untaint.C: - a bit more comments were added
9121:
9122: * src/classes/: file.C, string.C: - types where changes (minus 2
9123: warnings)
9124:
9125: * src/include/pa_common.h: - 2 capitalized strings for making http
9126: headers during file::load[http were added
9127:
9128: 2009-09-08 misha
9129:
1.211 moko 9130: * operators.ru.txt, operators.txt: - changes in file.save and
9131: string.save were added
1.95 moko 9132:
9133: * tests/: 230.html, 230.txt: - tests for checking options in
9134: file.save and string.save were added
9135:
9136: * src/main/pa_request.C: - http headers names, which are passed to
9137: SAPI::add_header_attribute are lowercased now (it'll be
9138: capitalized in that method)
9139:
9140: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9141: classes/string.C: - file_write accepts Request_charsets and asked
9142: charset and cound transcode content before writing - string.save
9143: and file.save have option $.charset now
9144:
9145: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9146: classes/xdoc.C: - file_write accepts Request_charsets and asked
9147: charset and cound transcode content before writing
9148:
9149: * src/include/pa_exception.h: - new exception comment string was
9150: defined
9151:
9152: 2009-09-07 misha
9153:
9154: * src/main/compile.y: - grammar $name\ name stops now for regex
9155: sub-pattern\s
9156:
9157: 2009-09-04 misha
9158:
9159: * src/main/pa_http.C: - capitalization of http headers during
9160: file::load[http was implemented
9161:
9162: 2009-09-03 misha
9163:
9164: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9165: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9166: types/pa_vmail.C, targets/cgi/parser3.C,
9167: targets/isapi/parser3isapi.C: - back to storing response http
9168: headers in lowercase - capitalize them during output
9169:
9170: 2009-08-31 misha
9171:
9172: * src/classes/table.C: - allow call with any brackets (it could be
9173: useful in methods with explict result declaration)
9174:
9175: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9176: correctly if $request:charset==koi8-r
9177:
9178: 2009-08-30 misha
9179:
9180: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9181: changed: content-type => Content-type and so on
9182:
9183: * src/classes/file.C, src/include/pa_common.h,
9184: src/include/pa_request.h, src/main/pa_http.C,
9185: src/main/pa_request.C, src/types/pa_vcookie.C,
9186: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9187: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9188: tests/results/002.processed, tests/results/003.processed,
9189: tests/results/004.processed, tests/results/005.processed,
9190: tests/results/006.processed, tests/results/007.processed,
9191: tests/results/008.processed, tests/results/009.processed,
9192: tests/results/010.processed, tests/results/011.processed,
9193: tests/results/012.processed, tests/results/013.processed,
9194: tests/results/014.processed, tests/results/015.processed,
9195: tests/results/016.processed, tests/results/017.processed,
9196: tests/results/018.processed, tests/results/019.processed,
9197: tests/results/020.processed, tests/results/021.processed,
9198: tests/results/022.processed, tests/results/023.processed,
9199: tests/results/024.processed, tests/results/025.processed,
9200: tests/results/026.processed, tests/results/027.processed,
9201: tests/results/028.processed, tests/results/029.processed,
9202: tests/results/030.processed, tests/results/031.processed,
9203: tests/results/032.processed, tests/results/033.processed,
9204: tests/results/034.processed, tests/results/035.processed,
9205: tests/results/036.processed, tests/results/037.processed,
9206: tests/results/038.processed, tests/results/039.processed,
9207: tests/results/040.processed, tests/results/041.processed,
9208: tests/results/042.processed, tests/results/043.processed,
9209: tests/results/044.processed, tests/results/045.processed,
9210: tests/results/046.processed, tests/results/047.processed,
9211: tests/results/048.processed, tests/results/049.processed,
9212: tests/results/050.processed, tests/results/051.processed,
9213: tests/results/052.processed, tests/results/053.processed,
9214: tests/results/054.processed, tests/results/055.processed,
9215: tests/results/056.processed, tests/results/057.processed,
9216: tests/results/058.processed, tests/results/059.processed,
9217: tests/results/060.processed, tests/results/061.processed,
9218: tests/results/062.processed, tests/results/063.processed,
9219: tests/results/064.processed, tests/results/065.processed,
9220: tests/results/066.processed, tests/results/067.processed,
9221: tests/results/068.processed, tests/results/069.processed,
9222: tests/results/070.processed, tests/results/071.processed,
9223: tests/results/072.processed, tests/results/073.processed,
9224: tests/results/074.processed, tests/results/075.processed,
9225: tests/results/076.processed, tests/results/077.processed,
9226: tests/results/078.processed, tests/results/079.processed,
9227: tests/results/080.processed, tests/results/081.processed,
9228: tests/results/082.processed, tests/results/083.processed,
9229: tests/results/084.processed, tests/results/085.processed,
9230: tests/results/086.processed, tests/results/087.processed,
9231: tests/results/088.processed, tests/results/089.processed,
9232: tests/results/090.processed, tests/results/091.processed,
9233: tests/results/092.processed, tests/results/093.processed,
9234: tests/results/094.processed, tests/results/095.processed,
9235: tests/results/096.processed, tests/results/097.processed,
9236: tests/results/098.processed, tests/results/099.processed,
9237: tests/results/100.processed, tests/results/101.processed,
9238: tests/results/102.processed, tests/results/103.processed,
9239: tests/results/104.processed, tests/results/105.processed,
9240: tests/results/106.processed, tests/results/107.processed,
9241: tests/results/108.processed, tests/results/109.processed,
9242: tests/results/110.processed, tests/results/111.processed,
9243: tests/results/112.processed, tests/results/113.processed,
9244: tests/results/114.processed, tests/results/115.processed,
9245: tests/results/116.processed, tests/results/117.processed,
9246: tests/results/118.processed, tests/results/119.processed,
9247: tests/results/120.processed, tests/results/121.processed,
9248: tests/results/122.processed, tests/results/123.processed,
9249: tests/results/124.processed, tests/results/125.processed,
9250: tests/results/126.processed, tests/results/127.processed,
9251: tests/results/128.processed, tests/results/129.processed,
9252: tests/results/130.processed, tests/results/131.processed,
9253: tests/results/132.processed, tests/results/133.processed,
9254: tests/results/134.processed, tests/results/135.processed,
9255: tests/results/136.processed, tests/results/138.processed,
9256: tests/results/139.processed, tests/results/140.processed,
9257: tests/results/141.processed, tests/results/142.processed,
9258: tests/results/143.processed, tests/results/144.processed,
9259: tests/results/145.processed, tests/results/146.processed,
9260: tests/results/147.processed, tests/results/148.processed,
9261: tests/results/149.processed, tests/results/150.processed,
9262: tests/results/151.processed, tests/results/152.processed,
9263: tests/results/153.processed, tests/results/154.processed,
9264: tests/results/155.processed, tests/results/156.processed,
9265: tests/results/157.processed, tests/results/158.processed,
9266: tests/results/159.processed, tests/results/160.processed,
9267: tests/results/161.processed, tests/results/162.processed,
9268: tests/results/163.processed, tests/results/164.processed,
9269: tests/results/165.processed, tests/results/166.processed,
9270: tests/results/167.processed, tests/results/168.processed,
9271: tests/results/169.processed, tests/results/170.processed,
9272: tests/results/171.processed, tests/results/172.processed,
9273: tests/results/173.processed, tests/results/174.processed,
9274: tests/results/175.processed, tests/results/176.processed,
9275: tests/results/177.processed, tests/results/178.processed,
9276: tests/results/179.processed, tests/results/180.processed,
9277: tests/results/181.processed, tests/results/182.processed,
9278: tests/results/183.processed, tests/results/184.processed,
9279: tests/results/185.processed, tests/results/186.processed,
9280: tests/results/187.processed, tests/results/188.processed,
9281: tests/results/189.processed, tests/results/190.processed,
9282: tests/results/191.processed, tests/results/192.processed,
9283: tests/results/193.processed, tests/results/194.processed,
9284: tests/results/195.processed, tests/results/196.processed,
9285: tests/results/197.processed, tests/results/198.processed,
9286: tests/results/199.processed, tests/results/200.processed,
9287: tests/results/201.processed, tests/results/202.processed,
9288: tests/results/203.processed, tests/results/204.processed,
9289: tests/results/205.processed, tests/results/206.processed,
9290: tests/results/207.processed, tests/results/208.processed,
9291: tests/results/209.processed, tests/results/210.processed,
9292: tests/results/211.processed, tests/results/212.processed,
9293: tests/results/213.processed, tests/results/214.processed,
9294: tests/results/215.processed, tests/results/216.processed,
9295: tests/results/217.processed, tests/results/218.processed,
9296: tests/results/219.processed, tests/results/220.processed,
9297: tests/results/221.processed, tests/results/222.processed,
9298: tests/results/223.processed, tests/results/224.processed,
9299: tests/results/225.processed, tests/results/226.processed,
9300: tests/results/227.processed, tests/results/228.processed,
9301: tests/results/229.processed: - http headers were changed:
9302: content-type => Content-type and so on
9303:
9304: 2009-08-27 misha
9305:
9306: * src/: main/pa_random.C, include/pa_random.h,
9307: targets/cgi/parser3.C: - year was updated :)
9308:
9309: 2009-08-26 misha
9310:
9311: * tests/: 224.html, 224.p: - test for creating of parser object
9312: using constructor without params - little bugfix in test
9313:
9314: * src/main/compile_tools.h: - bugfix: should't call autouse while
9315: checking existed class while processing partial option
9316:
9317: * src/classes/reflection.C: - bugfix: core when creating object
9318: with reflection and constructor doesn't have params
9319:
9320: 2009-08-24 misha
9321:
9322: * tests/229.html: - tests for checking the number of parameters
9323: were added
9324:
9325: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9326: number of method's parameters wasn't checked correctly (the bug
9327: was introduced in 3.4.0)
9328:
9329: 2009-08-22 misha
9330:
9331: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9332: transcoded, but tainted pieces are escaped only when
9333: content-type==url-encoding
9334:
9335: * tests/228.html: - test for checking
9336: ^file::load[http://...;$.body[]]
9337:
9338: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9339: post charset was too early (charsets is empty at this moment)
9340:
9341: 2009-08-21 misha
9342:
9343: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9344: main/untaint.C: - some fixes with transcode+untaint
9345:
9346: 2009-08-15 misha
9347:
9348: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9349: was increaced to 100 (was 50)
9350:
9351: * tests/227.html: - test for checking overriding properties in
9352: static classes was added
9353:
9354: * tests/: 226.html, 226.p: - test for @autoload[] was added
9355:
9356: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9357: main/execute.C, main/pa_request.C, classes/reflection.C: -
9358: autouse was implemented
9359:
9360: 2009-08-14 misha
9361:
9362: * src/classes/reflection.C: - outdated checkout was removed
9363:
9364: * src/classes/reflection.C: - optimization - method ^dynamical was
9365: added.
9366:
9367: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9368: types/pa_vstateless_class.h, main/execute.C: - optimization
9369:
9370: * src/types/pa_vclass.C: - exception if base on sytem class
9371:
9372: 2009-08-12 misha
9373:
9374: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9375: pa_vstateless_class.h: - little optimisation
9376:
9377: 2009-08-11 misha
9378:
9379: * tests/224.html: - method_params => method_info - checking for
9380: $.inherited
9381:
1.211 moko 9382: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9383: method method_params was renamed to method_info and now it
9384: returns class name, if method was defined in ancestor
1.95 moko 9385:
9386: * tests/225.html: - tests for cheching properties in hierarhical
9387: classes were added
9388:
9389: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9390: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9391: main/compile.y, main/execute.C, classes/classes.C: - problems
9392: with properties in new classes implementation were fixed
9393:
9394: 2009-08-10 misha
9395:
9396: * src/main/execute.C: - now constructor shouldn't be defined in
9397: class. it could be defined in parent.
9398:
9399: 2009-08-09 misha
9400:
9401: * src/classes/reflection.C: - ^reflection:methods doesn't return
9402: base's methods
9403:
9404: 2009-08-08 misha
9405:
9406: * src/: classes/classes.h, classes/date.C, classes/file.C,
9407: classes/form.C, classes/hash.C, classes/hashfile.C,
9408: classes/image.C, classes/mail.C, classes/op.C,
9409: classes/reflection.C, classes/regex.C, classes/string.C,
9410: classes/table.C, classes/xdoc.C, classes/xnode.C,
9411: classes/xnode.h, include/pa_hash.h, main/execute.C,
9412: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9413: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9414: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9415: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9416: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9417: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9418: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9419: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9420: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9421: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9422: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9423: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9424: types/pa_vresponse.C, types/pa_vresponse.h,
9425: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9426: types/pa_vstateless_object.h, types/pa_vstatus.C,
9427: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9428: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9429: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9430: types/pa_wwrapper.h, types/types.vcproj: - new classes
9431: implementation
9432:
9433: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9434: USE_MUNMAP is used. so it is disabled as a workaround.
9435:
9436: 2009-08-05 misha
9437:
9438: * src/: main/pa_common.C, include/pa_common.h: - not needed
9439: parameter was removed
9440:
9441: * src/main/pa_http.C: - bugfix: error was during detecting
9442: content-type of file which was loaded by http
9443:
9444: 2009-08-01 misha
9445:
9446: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9447: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9448: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9449: can't be disabled with defines any longer
9450:
9451: 2009-07-29 misha
9452:
9453: * src/classes/reflection.C, tests/results/224.processed: - for
9454: native methods with any call type now returned empty call_type
9455: value
9456:
9457: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9458: classes/table.C, include/pa_hash.h, include/pa_request.h,
9459: main/pa_request.C: - break in cycles was optimized
9460:
9461: * INSTALL: - more defines were described
9462:
9463: 2009-07-28 misha
9464:
1.211 moko 9465: * operators.ru.txt, operators.txt: - some changes in information
9466: about reflection class
1.95 moko 9467:
9468: * tests/: 224.html, 224.p: - tests for reflection class
9469:
9470: * src/classes/reflection.C: - some bugs were fixed, method classes
9471: was added, refactoring
9472:
9473: 2009-07-26 misha
9474:
9475: * src/classes/classes.vcproj: - reflection class wass added to
9476: project
9477:
1.211 moko 9478: * operators.ru.txt, operators.txt: - information about reflection
9479: class was added
1.95 moko 9480:
9481: * src/classes/reflection.C: - class was redesigned
9482:
9483: 2009-07-24 misha
9484:
9485: * src/classes/: Makefile.am, reflection.C: - class reflection was
9486: added
9487:
9488: * src/types/pa_vstateless_class.h: - method for reflection method's
9489: in classes was added
9490:
9491: 2009-07-22 misha
9492:
9493: * src/main/compile_tools.h: - bugfix: $object.$var was
9494: over-optimized. it failed if $object1.$object2.field
9495:
9496: 2009-07-16 misha
9497:
9498: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9499: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9500: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9501: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9502: one more arg: length of cord
9503:
9504: 2009-07-15 misha
9505:
9506: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9507: tainted in ^file::load[http://...;$.cookies[]]
9508:
9509: * src/classes/: op.C, regex.C, string.C: - new string with
9510: exception was used
9511:
9512: * src/include/pa_exception.h: - new string with exception was added
9513:
9514: * tests/223.html: - test for checking cookie-encoding during
9515: ^file::load[http was added
9516:
9517: * tests/: 221.html, 222.html: - tests for checking type of
9518: $table.fields.field were added
9519:
9520: * src/types/pa_vtable.C: - not used var decl was removed
9521:
9522: * src/include/pa_string.h: - use cached string length in Body::mid.
9523: it improves speed of match with brackets in pattern
9524:
9525: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9526: outside
9527:
9528: 2009-07-14 misha
9529:
9530: * src/types/pa_vtable.C: - $table.fields.a return string even if
9531: column is empty (sometime returned void) - $table.fields was
9532: added for nameless tables
9533:
9534: * src/targets/cgi/getopt.c: - one warning resolved
9535:
9536: * src/main/pa_string.C: - potentian bug fixed
9537:
9538: * src/classes/op.C: - small optimization in taint/untaint
9539:
9540: 2009-07-13 misha
9541:
9542: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9543: added
9544:
9545: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9546: souldn't add the attribut to output
9547:
9548: 2009-07-11 misha
9549:
9550: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9551: stack size was increaced to 2MB (default=1MB)
9552:
9553: 2009-07-08 misha
9554:
9555: * src/main/pa_string.C: - link to UTF-8 description was added
9556:
9557: * src/include/pa_hash.h: - hash keeps element's order in more
9558: places (ex: ._keys[])
9559:
9560: * tests/220.html: - test for checking order of elements in hash in
9561: foreach was added
9562:
9563: * tests/172.html: - small changes in printing hash
9564:
9565: * tests/129.html: - small changes in printing hash
9566:
9567: * src/: include/pa_common.h, include/pa_hash.h,
9568: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9569: types/pa_vmethod_frame.h: - hash now keeps order of elements
9570:
9571: * tests/014.html: - small changes in printing hash
9572:
9573: 2009-07-07 misha
9574:
9575: * src/classes/op.C: - new taint language "parser-code" was added
9576:
9577: * tests/219.html: - test for auto untaint parser code in process
9578: was added
9579:
9580: * src/classes/op.C: - tainted pieces in body of process are
9581: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9582:
9583: * src/: include/pa_string.h, main/untaint.C: - new language
9584: L_PARSER_CODE for auto-untaint in process was added
9585:
9586: * src/: classes/file.C, classes/hash.C, classes/image.C,
9587: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9588: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9589: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9590: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9591: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9592: code cleanup
9593:
9594: 2009-07-06 misha
9595:
9596: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9597: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9598: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9599:
9600: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9601: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9602: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9603: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9604: should be used
9605:
9606: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9607: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9608: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9609: untaint_cstr[m] should be used
9610:
9611: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9612: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9613:
9614: * tests/218.html: - test for checking automatic file-spec-taint was
9615: added
9616:
9617: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9618: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9619: classes/file.C, classes/hash.C, classes/image.C,
9620: classes/string.C, classes/table.C, classes/void.C,
9621: classes/xdoc.C: - optimizations and simplification of
9622: string.cstr(...)
9623:
9624: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9625: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9626: - optimizations and simplification of string.cstr(...)
9627:
9628: 2009-07-04 misha
9629:
9630: * tests/217.html: - test for recursion detection was added
9631:
9632: * src/: types/types.vcproj, main/main.vcproj,
9633: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9634: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9635: from .vcproj
9636:
9637: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9638:
9639: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9640: uploading files and case-insensitive http-method were added
9641:
9642: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9643: tainted pattern in ^file:list[] was added
9644:
9645: 2009-07-03 misha
9646:
9647: * src/: classes/classes.vcproj, main/main.vcproj,
9648: types/types.vcproj, targets/cgi/parser3.vcproj,
9649: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9650: for dynamic_cast) - little options changes
9651:
9652: * src/main/pa_http.C: - file::load[http works now with uploading
9653: files _and_ changing $.charset
9654:
9655: 2009-06-29 misha
9656:
9657: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9658: while creating pattern
9659:
9660: 2009-06-25 misha
9661:
1.211 moko 9662: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9663: names for ^image.font were changed to $.space, $.width and
9664: $spacing - default space width now == gif's width
1.95 moko 9665:
9666: 2009-06-24 misha
9667:
9668: * tests/215.html: - tests for $file.mode were added
9669:
1.211 moko 9670: * operators.ru.txt, operators.txt: - added info about $file.mode
9671: and changes in ^image.font[
1.95 moko 9672:
9673: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9674: param now could be omited - third param now could be hash (with
9675: all widths options: $.space-width, $.letter-width) - it's
9676: possible to specify tracking ($.letter-space)
9677:
9678: * src/classes/file.C: - file objects now could have mode field
9679: (text|binary)
9680:
9681: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9682:
9683: 2009-06-23 misha
9684:
9685: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9686: trim can work with utf-8 chars now
9687:
9688: 2009-06-20 misha
9689:
9690: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9691: was implemented
9692:
9693: * src/classes/table.C: - string length cacheing was implemented
9694:
9695: * src/include/pa_string.h: - string length cacheing was implemented
9696:
9697: 2009-06-17 misha
9698:
9699: * src/main/execute.C: - value param was removed from
9700: WContext::WContext
9701:
9702: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9703: pa_wwrapper.h: - value param was removed from WContext::WContext
9704: - field wcontext was removed from VCodeFrame (using fparent
9705: instead)
9706:
9707: * tests/214.html: - test with hash copying
9708:
9709: 2009-06-16 misha
9710:
9711: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9712: strings doesn't work in expression anymore
9713:
9714: * src/main/execute.C: - less calls for get_constructing() - little
9715: refactoring
9716:
9717: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9718: include/pa_request.h: - less calls for get_constructing()
9719:
9720: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9721: introduced with OPTIMIZE_SINGLE_STRING optimization
9722:
9723: 2009-06-14 misha
9724:
9725: * src/: classes/date.C, classes/file.C, classes/hash.C,
9726: classes/hashfile.C, classes/image.C, classes/regex.C,
9727: classes/table.C, classes/xdoc.C, classes/xnode.h,
9728: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9729: types/pa_vstateless_class.h, main/execute.C: - create object for
9730: storing object's fields only for parser objects
9731:
9732: 2009-06-13 misha
9733:
9734: * buildall-with-xml, buildall-without-xml: - new option was added
9735: for building GC (it slightly reduces memory usage)
9736:
9737: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9738: single string write
9739:
9740: * src/main/execute.C: - bytecode optimization of ^class:constructor
9741: - optimization of single string write
9742:
9743: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9744: - bytecode optimization of ^class:constructor
9745:
9746: 2009-06-09 misha
9747:
9748: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9749: main (better compatibility)
9750:
9751: 2009-06-08 misha
9752:
9753: * src/main/compile.y: - I've forgot to commit it :(
9754:
9755: 2009-06-07 misha
9756:
9757: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9758: WITH_READ and WITH_ROOT
9759:
9760: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9761: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9762: WITH_ROOT - little refactoring
9763:
9764: 2009-06-06 misha
9765:
9766: * tests/213.html: - tests for 3rd match string-param were added
9767:
9768: * src/classes/string.C: - 3rd match param could be string now
9769:
9770: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9771: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9772: GET_OBJECT_ELEMENT
9773:
9774: 2009-06-05 misha
9775:
9776: * src/main/pa_http.C: - bugfix: content-length was not calculated
9777: if $.body was specified
9778:
9779: 2009-06-04 misha
9780:
9781: * src/classes/op.C: - optimizing write_assign_lang in connect
9782:
9783: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9784:
9785: * src/main/execute.C: - little refactoring - optimizing
9786: write_assign_lang in taint/untaint
9787:
9788: * src/include/pa_opcode.h: - little refactoring
9789:
9790: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9791: main/compile_tools.h, main/execute.C: - optimizations for
9792: $self.field, ^self.method, $self.field[...] and $self.field(...)
9793: were added
9794:
9795: 2009-06-03 misha
9796:
9797: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9798:
9799: 2009-06-02 misha
9800:
9801: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9802: include/pa_opcode.h: - refactoring in last optimizations
9803: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9804: now but code is much easy and it is ready for further
9805: improvements.
9806:
9807: 2009-05-27 misha
9808:
9809: * src/: types/pa_junction.h, types/pa_vjunction.C,
9810: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9811: changed in destructing junctions
9812:
9813: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9814: String:Body
9815:
9816: 2009-05-26 misha
9817:
9818: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9819: one method detect_charset was deleted - bug was fixed in this
9820: method (error while detecting charset in content_type withot last
9821: ';')
9822:
9823: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9824: once
9825:
9826: 2009-05-25 misha
9827:
9828: * src/classes/file.C: - bugfix: file::exec didn't work after
9829: optimizing of helper_length
9830:
9831: 2009-05-24 misha
9832:
9833: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9834: were added - little refactoring
9835:
9836: * src/main/execute.C: - core while printing in debug log
9837: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9838: optimisations were added
9839:
9840: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9841: were added
9842:
9843: 2009-05-23 misha
9844:
9845: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9846: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9847: CORD_cat optimization
9848:
9849: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9850: - call constr optimisation under separate define now
9851:
9852: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9853: in $b should be string, not void
9854:
9855: * src/main/compile.y: - little fix for rem-cut optimisation
9856:
9857: * src/: include/pa_opcode.h, main/compile_tools.C,
9858: main/compile_tools.h, main/execute.C: - optimisations for
9859: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9860:
9861: * INSTALL: - description of some #defined were added
9862:
9863: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9864: before 1st access (memory usage is reduced if don't access to
9865: .text field)
9866:
9867: * src/include/pa_array.h: - array grows step now not static (it
9868: reduces numbers of reallocs)
9869:
9870: 2009-05-20 misha
9871:
9872: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9873: $.b(2), $c[d] and $.e[f] was added
9874:
9875: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9876: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9877: $.e[f] was added
9878:
9879: * src/main/execute.C: - debug printing moved in defines
9880:
9881: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9882: and little refactoring for OP_GET_OBJECT_ELEMENT +
9883: OP_GET_OBJECT_VAR_ELEMENT optimisation
9884:
9885: 2009-05-19 misha
9886:
9887: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9888: execute.C: - $a.$b & ^a.$b bytecode optimisation
9889:
9890: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9891: ^a.$b optimisation)
9892:
9893: * src/main/compile.y: - compiler now generate new opcodes:
9894: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9895: ^a.b - compiler now cut off ^rem{ with all content ; any number
9896: of params }
9897:
9898: * src/main/execute.C: - code for handle new opcodes
9899: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9900:
9901: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9902: added for LA2V and LA2S
9903:
9904: * src/include/pa_opcode.h: - new defines which can be used for
9905: disable some bytecode optimisation and new opcodes were added
9906:
9907: 2009-05-17 misha
9908:
9909: * src/lib/cord/cordxtra.c: - bugfix.
9910:
9911: * tests/212.html: - .size[] and .study_size[] were added to tests
9912:
1.211 moko 9913: * operators.ru.txt, operators.txt: - info about regex class was
9914: added
1.95 moko 9915:
9916: * tests/212.html: - tests for regex class were added
9917:
9918: 2009-05-16 misha
9919:
9920: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9921: gc7.1
9922:
9923: * tests/022.html: - test for ^file:list[path;] (empty second param)
9924: was added
9925:
9926: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9927: param) should work
9928:
9929: 2009-05-15 misha
9930:
9931: * src/classes/table.C: - automatically disable stringstream usage
9932: on freebsd4
9933:
9934: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9935: scope
9936:
9937: * tests/211.html: - test with different types of access to hash was
9938: added
9939:
9940: * tests/210.html: - test which checks for loosing tainting in
9941: hash's keys was added
9942:
9943: * tests/208.html: - some parser work added. or stime == 0 %-)
9944:
9945: * src/lib/cord/cordbscs.c: - little hack was added to cord
9946:
9947: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9948:
9949: * src/include/pa_version.h, configure.in: - moko have made a lot of
9950: optimisations for increacing version number more dramatically :)
9951:
9952: * src/classes/date.C: - little refactoring: use constructor which
9953: accepts formated string
9954:
9955: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9956: which can print formatted string was added
9957:
9958: 2009-05-14 misha
9959:
9960: * src/include/pa_string.h: - type was fixed
9961:
9962: * src/: classes/hashfile.C, classes/op.C,
9963: include/pa_cache_managers.h, include/pa_charset.h,
9964: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9965: include/pa_request.h, include/pa_sql_driver_manager.h,
9966: include/pa_string.h, include/pa_stylesheet_manager.h,
9967: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9968: main/pa_charsets.C, main/pa_string.C,
9969: main/pa_stylesheet_connection.C, types/pa_value.h,
9970: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9971: types/pa_vobject.C, types/pa_vstateless_class.C,
9972: types/pa_vstateless_class.h: - hash_code caching was implemented
9973: (seaches should be faster now)
9974:
9975: * src/: classes/file.C, classes/hash.C, classes/image.C,
9976: classes/string.C, classes/table.C, include/pa_string.h,
9977: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9978: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9979: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9980: types/pa_vrequest.C: - String constructors don't have that stupid
9981: true/false param which means 'tainted'. they accept lang instead.
9982:
9983: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9984: with OPTIMIZE_RESULT
9985:
9986: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9987: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9988:
9989: 2009-05-13 misha
9990:
9991: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9992: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9993: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9994: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9995: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9996: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9997: include/pa_string.h, classes/date.C, classes/file.C,
9998: classes/hash.C, classes/image.C, classes/string.C,
9999: classes/table.C, classes/xdoc.C: - result optimisation -
10000: helper_length parameter removed from string constructors
10001:
10002: 2009-05-11 misha
10003:
10004: * tests/209.html: - tests for ^hash::create[hash] were added
10005:
10006: * tests/208.html: - tests for $status:rusage, $status:memory,
10007: ^memory:compact[] were added
10008:
10009: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10010: log10 were added
10011:
10012: * tests/206.html: - test for try with finally was added
10013:
10014: 2009-05-10 misha
10015:
10016: * tests/205.html: - test for ^file::create[...] was added
10017:
10018: * tests/204.html: - test for ^response:clear[] was added
10019:
10020: * tests/038.html: - tests for trigonometric functions were added
10021:
10022: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10023: added - more tests for .add, .sub, .union, .intersects and
10024: .intersections
10025:
10026: * tests/065.html: - test for ^file:dirname was added
10027:
10028: * tests/030.html: - test for $cookie:fields was added
10029:
10030: * tests/203.html: - test for ^h._keys[column name] was added
10031:
10032: * tests/201.html: - tests for .trim were added
10033:
10034: * tests/202.html: - tests for last-day,
10035: date:calendar[type](YYYY;MM;DD) were added
10036:
10037: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10038: .offset[type](N) were added
10039:
10040: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10041: and .pos[c](N) were added
10042:
10043: * tests/141.html: - test for math:sha1 was added
10044:
10045: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10046:
10047: 2009-05-09 misha
10048:
10049: * src/main/compile.y: - rollback
10050:
10051: 2009-05-05 misha
10052:
10053: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10054: replaced by is_empty()
10055:
10056: * src/: include/pa_string.h, main/pa_charset.C: - little
10057: optimisation: somewhere length() was replaced by is_empty()
10058:
10059: * src/classes/table.C: - little optimisation: somewhere length()
10060: was replaced by is_empty()
10061:
10062: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10063: classes/op.C, classes/table.C, main/pa_exception.C: - little
10064: optimisation: somewhere length() was replaced by is_empty()
10065:
10066: 2009-05-04 misha
10067:
10068: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10069: types/pa_vstateless_class.h, main/execute.C,
10070: include/pa_request.h, classes/hash.C, classes/op.C,
10071: classes/table.C: - more optimisations were added: some operators
10072: don't switch write context anylonger
10073:
10074: 2009-05-01 misha
10075:
10076: * src/main/compile.y: - slightly more opcode optimisations for
10077: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10078:
10079: * src/main/execute.C: - simplifying process for getters
10080:
10081: 2009-04-30 misha
10082:
10083: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10084:
10085: * tests/results/199.processed: - test for checking $result into
10086: ^rem was added
10087:
10088: * tests/199.html: - test for checking $result into ^rem was added
10089:
10090: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10091: some OS it returns list in different order)
10092:
10093: * src/: include/pa_array.h, include/pa_request.h,
10094: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10095: changes in stack impl - get_element() optimisation: 3rd param
10096: removed - bugfix: problems with reading empty input param -
10097: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10098:
10099: * tests/results/198.processed: - test for reading empty local var
10100: was added
10101:
10102: * tests/198.html: - test for reading empty local var was added
10103:
10104: 2009-04-29 misha
10105:
10106: * src/main/compile.y: - bugfix: couldn't compile because
10107: OP_VALUE__GET_ELEMENT should be unde #ifdef
10108:
10109: * src/: include/pa_array.h, include/pa_opcode.h,
10110: include/pa_request.h, main/compile.y, main/execute.C,
10111: main/pa_request.C, types/pa_vmethod_frame.C,
10112: types/pa_vmethod_frame.h: - we can work without opcode
10113: OP_STORE_PARAM, so it was removed
10114:
10115: 2009-04-28 misha
10116:
10117: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10118: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10119: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10120: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10121: 4.
10122: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10123:
10124: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10125:
10126: * src/: main/pa_string.C, classes/string.C: - !length() =>
10127: is_empty()
10128:
10129: 2009-04-27 misha
10130:
10131: * src/types/pa_vregex.h: - back explicit vars initialisation
10132:
10133: 2009-04-24 misha
10134:
10135: * src/classes/string.C: - ups. typo fixed
10136:
10137: * src/main/execute.C: - more replacements '*new VBool' to
10138: 'VBool::get' - checks for ^break[], ^continue[] and
10139: parser.interrupted were optimised
10140:
10141: * src/classes/string.C: - number of params.count() calls was
10142: slightly reduced
10143:
10144: 2009-04-23 misha
10145:
10146: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10147: make it x64 friendly
10148:
10149: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10150: parser is x64 friendly now
10151:
10152: 2009-04-22 misha
10153:
10154: * src/types/pa_vhashfile.C: - coder friendly exception about
10155: exceeding record size was added
10156:
10157: * src/classes/file.C: - use vregex object instead of direct calls
10158: methods from pcre lib
10159:
10160: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10161: classes/string.C: - use vregex object instead of direct calls
10162: methods from pcre lib
10163:
10164: * src/: include/pa_common.h, main/pa_common.C: - method
10165: print_pcre_exec_error_text was moved to class vregex
10166:
10167: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10168: was added
10169:
10170: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10171: - class vregex was added
10172:
10173: 2009-04-21 misha
10174:
10175: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10176:
10177: * src/: types/pa_junction.h, types/pa_value.C,
10178: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10179: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10180: junction-optimisation (destructors)
10181:
10182: * src/include/pa_array.h: - free under if now
10183:
10184: 2009-04-19 misha
10185:
10186: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10187:
10188: 2009-04-18 misha
10189:
10190: * src/include/pa_version.h:
10191: :q :
10192:
10193: CV:
10194: ----------------------------------------------------------------------
10195:
10196: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10197: refactoring
10198:
10199: * src/: include/pa_array.h, include/pa_hash.h,
10200: types/pa_vmethod_frame.h: - destructors under #ifdef now
10201:
10202: * src/include/pa_memory.h: - define for using destructors was added
10203:
10204: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10205: main/execute.C: - some junctions will be cached now
10206:
10207: * src/include/pa_hash.h: - hash destructor frees pairs now
10208:
10209: * src/include/pa_array.h: - inline was added to destructor
10210:
10211: * src/types/pa_method.h: - comment was changed
10212:
10213: 2009-04-17 misha
10214:
10215: * src/: include/pa_array.h, include/pa_hash.h,
10216: types/pa_vmethod_frame.h: - destructors were added
10217:
10218: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10219: renamed to always_use_result
10220:
10221: * src/main/: compile.y, compile_tools.h: - rollback changes in
10222: compiler: full backward compatibility is better
10223:
10224: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10225: result in var's hash
10226:
10227: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10228: optimisation in method_frame
10229:
10230: * src/include/pa_array.h: - optimisation in array (allocate
10231: elements only when needed)
10232:
10233: * src/types/pa_vresponse.C: - check for $response:headers field
10234: before looking at custom fields
10235:
10236: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10237: not needed to check existance var with name 'result' in var's
10238: hash
10239:
10240: * src/main/compile.y: - compiler was changed: now it detects
10241: writings to $result and set flag writo_to_result in method
10242:
10243: * src/classes/string.C: - little optimisation: no needed to write
10244: number with lang
10245:
10246: * src/main/pa_charset.C: - methods readChar and skipChar which is
10247: used for read utf8-strings were renamed - is_escaped was renamed
10248: to isEscaped (to the same name convention)
10249:
10250: * src/: types/pa_method.h, main/compile_tools.h: - flag
10251: write_to_result added. compiler get this info from code.
10252:
10253: 2009-04-16 misha
10254:
10255: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10256: String only before 1st write
10257:
10258: * src/include/pa_string.h: - not needed template removed
10259:
10260: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10261: types/pa_vjunction.C, types/pa_vproperty.C,
10262: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10263: main/pa_request.C, classes/bool.C, classes/double.C,
10264: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10265: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10266: bool objects)
10267:
10268: 2009-04-15 misha
10269:
10270: * src/lib/cord/cordxtra.c: - more optimisation
10271:
10272: * src/: include/pa_string.h, main/untaint.C: - String::append
10273: optimisation
10274:
10275: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10276: then get and can sometime be used)
10277:
10278: * src/main/pa_string.C: - String::length optimisation
10279:
10280: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10281: these methods read different strings
10282:
10283: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10284: fresult_initial_void removed + some optimisation - if $result
10285: defined we don't write to context anymore
10286:
10287: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10288: need just skip char)
10289:
10290: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10291: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10292: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10293:
10294: * src/types/pa_vvoid.h: - added get() method for retreave one
10295: instance
10296:
10297: 2009-04-11 misha
10298:
10299: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10300:
10301: * tests/197.html: - test for parser://test in xml was added
10302:
10303: * src/classes/string.C: - small optimisation
10304:
10305: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10306: optimisation
10307:
10308: 2009-04-10 misha
10309:
10310: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10311: to pcre-7.8
10312:
10313: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10314:
10315: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10316: added
10317:
10318: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10319: $request:CLASS_NAME were added
10320:
10321: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10322: were added
10323:
10324: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10325: $env:CLASS_NAME were added
10326:
10327: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10328: '@todo' now
10329:
10330: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10331: compirer
10332:
10333: * src/main/pa_string.C: - little code cleanup
10334:
10335: * src/main/pa_common.C: - describe one more UTF-8 related error
10336: during PCRE compile/execute
10337:
10338: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10339: normalizing todo-comments: '@todo' now
10340:
10341: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10342:
10343: * src/main/pa_charset.C: - type changed for making compiler happy
10344:
10345: 2009-03-10 misha
10346:
10347: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10348: in main()
10349:
10350: 2009-02-01 misha
10351:
10352: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10353: boundary
10354:
10355: 2009-01-25 misha
10356:
10357: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10358:
10359: * src/classes/file.C: - more changes for parsing different number
10360: of params for file::load
10361:
10362: * tests/193.html: - tests for exception while base64-decode binary
10363: to string was added
10364:
10365: * tests/192.html: - tests for file::load with different number of
10366: options
10367:
10368: * src/classes/math.C: - ups. forgot '+1'
10369:
10370: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10371: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10372: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10373: (new option $.encode[multipart-form/data] should be specified) -
10374: $.method[] option for file::load now is not case-sensitive
10375:
10376: * src/: include/pa_string.h, main/untaint.C: - for file post the
10377: new taint language L_FILE_POST was added
10378:
10379: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10380: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10381: stuff was moved to separate files
10382:
10383: 2009-01-23 misha
10384:
10385: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10386: spaces to tabs were converted
10387:
10388: 2009-01-12 misha
10389:
10390: * src/main/pa_http.C: - value of $.method[] option force uppercased
10391: now
10392:
10393: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10394: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10395: their names
10396:
10397: * src/main/pa_common.C: - changes in formating
10398:
10399: * src/: classes/file.C, main/pa_http.C: - some constants changed
10400: their names
10401:
10402: * src/include/pa_http.h: - some spaces were converted to tabs
10403:
10404: * src/include/pa_common.h: - some constants changed their names
10405:
10406: * src/classes/file.C: - fixed 4-th paramether for file::load -
10407: little code rewriting
10408:
10409: * src/types/pa_vfile.C: - little code rewriting
10410:
10411: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10412: types/pa_value.h: - some formating changes
10413:
10414: * src/include/pa_common.h: - some formating spaces transformed to
10415: tabs
10416:
10417: * src/classes/string.C: - exception while base64-decode binary to a
10418: string
10419:
10420: 2009-01-11 misha
10421:
10422: * configure.in: - version changed to 3.3.1b
10423:
10424: 2008-09-05 misha
10425:
10426: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10427: release_3_3_0 on 2008-09-05 10:59:35 +0000
10428:
10429: 2008-09-04 misha
10430:
10431: * tests/: 130.html, 131.html: - these exceptions not typeless
10432: anymore
10433:
10434: * src/classes/op.C: - exception with 'invalid taint language' not
10435: typeless anylonger
10436:
10437: * src/classes/image.C: - some exceptions while operations with
10438: image not typeless anymore
10439:
10440: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10441: main/pa_exec.C, main/pa_http.C: - some exceptions while
10442: operations with files not typeless anymore
10443:
10444: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10445: types/pa_vdate.h: - exceptions while checking date range not
10446: typeless anymore
10447:
10448: * src/include/pa_exception.h: - exception type string for invalid
10449: date range was added
10450:
10451: 2008-09-03 misha
10452:
10453: * src/: classes/file.C, main/pa_string.C: - exception while pce
10454: operations not typeless anymore
10455:
10456: * src/include/pa_exception.h: - exception type for pce operations
10457: was added
10458:
10459: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10460: and .CLASS_NAME insite classes
10461:
10462: * src/classes/table.C: - don't save table header whiile
10463: ^table.save[append;filename] if file exists
10464:
10465: 2008-09-02 misha
10466:
10467: * src/main/compile.y, src/main/compile_tools.h,
10468: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10469: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10470: renamed to partial and it login changed: we must mark class as
10471: partial for allow their modifications in future.
10472:
10473: 2008-08-29 misha
10474:
10475: * tests/results/022.processed: - testing taint[regex] in mask for
10476: file:list
10477:
10478: * tests/022.html: - testing taint[regex] in mask for file:list
10479:
10480: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10481: for file:list was added
10482:
10483: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10484: file:list
10485:
10486: 2008-08-26 misha
10487:
10488: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10489: last derived object
10490:
10491: * src/classes/image.C: - many strings "image.format" replaced by
10492: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10493: understand some more exif tags
10494:
10495: * src/include/pa_exception.h: - string "image.format" was added
10496:
10497: 2008-08-21 misha
10498:
10499: * src/: main/pa_string.C, classes/file.C: - use method for print
10500: pcre_exec text error
10501:
10502: * src/main/pa_common.C: - method for print pcre_exec text error was
10503: added
10504:
10505: * src/include/pa_common.h: - method declaration for print pcre_exec
10506: text error was added
10507:
10508: 2008-08-19 misha
10509:
10510: * src/main/execute.C: - bugfix: opcodes must be in separate
10511: namespace while debug execution as well
10512:
10513: * tests/: 015.html, results/015.processed: - test for escaping some
10514: parser chars was added
10515:
10516: 2008-08-18 misha
10517:
10518: * tests/: 190.html, 190.p, results/190.processed: - test for
10519: $caller.self.field + default getter in one class was added
10520:
10521: * tests/: 189.html, results/189.processed: - test for
10522: ^date::create[date object]
10523:
10524: * tests/: 188.html, results/188.processed: - tests for match with
10525: UTF-8 strings
10526:
10527: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10528: ^string.match[]
10529:
10530: * ChangeLog: - parser 3.3.0 beta13
10531:
10532: 2008-08-15 misha
10533:
1.116 moko 10534: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10535: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10536: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10537: dftables.c: - old PCRE files removed
1.95 moko 10538:
10539: * src/lib/pcre/config.h: - configuration for PCRE library
10540:
10541: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10542: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10543:
10544: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10545: library and set flag UTF8 if $request:charset is UTF-8
10546:
10547: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10548: include/pa_config_fixed.h: - moved to new PCRE library
10549:
10550: * src/: main/main.vcproj, types/types.vcproj,
10551: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10552: win32\pcre instead of parser3\src\lib\pcre
10553:
10554: * src/: include/pa_opcode.h, include/pa_operation.h,
10555: main/compile.C, main/compile.y, main/compile_tools.C,
10556: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10557: opcodes were moved to separate namespace
10558:
10559: 2008-08-14 misha
10560:
10561: * src/types/pa_vstateless_class.C: - newline at the end missed
10562:
10563: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10564: tainting
10565:
10566: 2008-08-11 misha
10567:
10568: * tests/: 187.html, 187.p, results/187.processed: - tests for
10569: $caller.self, $caller.self.field and $caller.self.field[value]
10570: were added
10571:
10572: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10573: runtime as well (for $caller.self)
10574:
10575: 2008-07-25 misha
10576:
10577: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10578: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10579: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10580: tests with international characters
10581:
10582: 2008-07-23 misha
10583:
10584: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10585: file::load[...;http://
10586:
10587: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10588: now everywhere in separate namespace
10589:
10590: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10591: for vars
10592:
10593: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10594: can be escaped by '^'
10595:
10596: 2008-07-22 misha
10597:
10598: * src/classes/string.C, tests/186.html: - names changes:
10599: escape=>js-escape, unescape=>js-unescape
10600:
10601: 2008-07-21 misha
10602:
10603: * tests/results/186.processed: - test for string escape/unescape
10604:
10605: * tests/186.html: - test for string escape/unescape
10606:
10607: * src/classes/string.C: - string has escape and unescape methods
10608: now
10609:
10610: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10611: added
10612:
10613: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10614: method-layers added (with different params)
10615:
10616: 2008-07-18 misha
10617:
10618: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10619: was added
10620:
10621: * tests/185.html: - test for ^str.pos[sub](offset) added
10622:
1.211 moko 10623: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10624: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10625: accepted now
1.95 moko 10626:
10627: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10628: strings
10629:
10630: 2008-07-17 misha
10631:
10632: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10633: helper length added for mid for small optimisation
10634:
10635: 2008-07-16 misha
10636:
10637: * tests/: 185.html, results/185.processed: - tests for
10638: length/left/right/mid/pos with utf-8 strings
10639:
10640: * src/classes/string.C: - left/right/mid/length/pos works fine for
10641: utf-8 strings
10642:
10643: * src/main/untaint.C: - comments removed
10644:
10645: * src/: include/pa_string.h, main/pa_string.C,
10646: include/pa_charset.h, main/pa_charset.C: - methods for working
10647: with pos/mid for strings in utf-8 were added
10648:
10649: 2008-07-15 misha
10650:
10651: * tests/: 184.html, results/184.processed: - test for case body as
10652: expression: $var(^switch(1){^case(1)(true)..})
10653:
10654: * src/classes/op.C: - case body can be expression now:
10655: $var(^switch(1){^case(1)(true)..})
10656:
10657: * tests/: results/183.processed, 183.html: - added test for testing
10658: new cookie encoding (%uXXXX)
10659:
10660: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10661: decoding for backward compatibility they decoded from %XX in
10662: request:charset too
10663:
10664: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10665: - cookie class now decode cookies before first access after last
10666: request:charset changing (as form class).
10667:
10668: * src/main/pa_charset.C: - added method escape for escaping cookies
10669: as %uXXXX - before transcode calculate required space for dest
10670: string. it reduce mem usage for transcode
10671:
10672: * src/include/pa_charset.h: - added method escape for escaping
10673: cookies as %uXXXX
10674:
10675: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10676: was added. will used for escaping cookies as %uXXXX
10677:
10678: * src/include/pa_common.h: - escape method has new option for skip
10679: converting '+' to a space char
10680:
10681: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10682: transcode - escape method has new option for skip converting '+'
10683: to a space char
10684:
10685: 2008-07-08 misha
10686:
10687: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10688: (no UE if more then 1 case matches anylonger) - optimization:
10689: doing searching.as_string() || searching.as_double() only once
10690:
10691: 2008-07-04 misha
10692:
10693: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10694: now ^date::create[date object] works
10695:
10696: * src/classes/string.C: - left and right added as aliases for start
10697: and end in ^string.trim[]
10698:
10699: 2008-07-03 misha
10700:
10701: * src/classes/file.C: - allow $.limit for file::sql as well
10702:
10703: * src/classes/file.C: - allow $.offset option for file::sql - force
10704: send limit=1 to query for use sql specifics authomatically
10705:
10706: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10707: if $.limit value if empty. autoconvert it as everywere
10708:
10709: 2008-07-02 misha
10710:
10711: * configure.in: - time to change version number to 3.3.0 %-)
10712:
10713: * src/include/pa_version.h: - time to change version number to
10714: 3.3.0 %-)
10715:
10716: 2008-06-26 misha
10717:
10718: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10719: $.limit(0) fixes
10720:
10721: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10722: - $.limit(0) fixes
10723:
10724: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10725: new API)
10726:
10727: * src/: include/pa_sql_driver_manager.h,
10728: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10729: classes/op.C: - document_root added
10730:
10731: * src/main/compile.tab.C: - error message was changed
10732:
10733: 2008-06-25 misha
10734:
10735: * src/main/compile.y: - error message was changed
10736:
10737: 2008-06-24 misha
10738:
10739: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10740:
10741: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10742: tests for @OPTIONS\nappend
10743:
10744: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10745:
10746: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10747:
10748: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10749:
10750: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10751: compile.y
10752:
10753: 2008-06-17 misha
10754:
10755: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10756: compilation: ^if(default){true. it's incorrect. must be
10757: exception}
10758:
10759: 2008-06-16 misha
10760:
10761: * tests/: 181.ent, 181.html, results/181.processed: - test for
10762: checking external reference loading with 'http://localhost'
10763: prefix while creating xdoc
10764:
10765: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10766: ^math:long2ip[] and ^math:ip2long[]
10767:
10768: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10769: added which use scalar stateless class method when user object
10770: used in scalar context - use get_scalar_value when user object
10771: requested in scalar context
10772:
10773: * src/main/pa_common.C: - size must be int but not size_t or we
10774: can't compare with 0 sprintf result
10775:
10776: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10777: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10778: with internal switch between local/global vars
10779:
10780: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10781: specified
10782:
10783: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10784: pa_vstateless_object.h: - stateless class and object now has
10785: private scalar field and getter/setter for working with it
10786:
10787: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10788: moved to inet static class
10789:
10790: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10791: class added (^inet:aton[IP], ^inet:ntoa(number))
10792:
10793: * tests/: 180.html, results/180.processed: - tests for
10794: ^math:long2ip(long) and ^math:ip2long[IP]
10795:
10796: * src/classes/math.C: - ^math:ip2long[IP] added
10797:
10798: 2008-06-11 misha
10799:
10800: * src/main/pa_xml_io.C: - use file_read_text again because of we
10801: need cut BOM code and remove DOS newline chars. but don't
10802: transcode it anyway.
10803:
10804: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10805: main/pa_http.C: - option for disable transcoding while file_read
10806: and file_read_text added
10807:
10808: 2008-06-10 misha
10809:
10810: * tests/: 179.html, 179.p, results/179.processed: - test for many
10811: classes in 1 file
10812:
10813: * src/main/: compile.C, compile_tools.h: - compile return list of
10814: classes now.
10815:
10816: * src/main/: compile.y, compile.tab.C: - compile return list of
10817: classes now. internals.
10818:
10819: * src/main/pa_request.C: - compile return list of classes now. try
10820: call @conf and @auto for each returned class
10821:
10822: * src/include/pa_request.h: - compile return list of classes now
10823:
10824: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10825: return list of classes when compile buf)
10826:
10827: 2008-06-07 misha
10828:
10829: * src/main/pa_request.C: - constructing VRequest object with 3rd
10830: param -- form
10831:
10832: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10833: 3rd param: form. needed for get post_charset
10834:
10835: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10836: added
10837:
10838: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10839: types/pa_vform.C, types/pa_vform.h: - some polish
10840:
10841: 2008-06-06 misha
10842:
10843: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10844: charset and decode chars from it but not from response:charset
10845:
10846: * src/main/pa_http.C: - detect_charset moved out of here
10847:
10848: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10849: methods moved here - unescape_chars accepn one charset now
10850:
10851: * src/main/pa_http.C: - new constants used - don't allow
10852: $.content-type in ^file::load[;http://;$.method[POST]] - add
10853: charset info while ^file::load[;http://;$.method[POST]] - option
10854: $.omit-post-charset(true) added to ^file::load[;http://] for
10855: disabling charset during post
10856:
10857: * src/types/pa_vform.C: - new constants used
10858:
10859: * src/include/pa_common.h: - some constants were added
10860:
10861: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10862: instead of StrEqNc
10863:
10864: * src/main/pa_common.C: - new method for caseless search
10865: c-substring in c-string - use isxdigit instead of is_hex_digit
10866:
10867: * src/include/pa_common.h: - new method for caseless search
10868: c-substring in c-string
10869:
10870: 2008-06-05 misha
10871:
10872: * tests/results/178.processed: - test for testing default getter
10873:
10874: * tests/178.html: - test for testing default getter
10875:
10876: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10877: for test for testing default getter
10878:
10879: * src/main/execute.C: - default getter soul
10880:
10881: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10882: requested objects' field not found
10883:
10884: * src/types/pa_vclass.C: - register default getter if defined - get
10885: default getter if requested field not found
10886:
10887: * src/types/pa_vstateless_object.h: - method get_default_getter was
10888: added
10889:
10890: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10891: pointer to default getter and methods for get/set it were added
10892:
10893: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10894: auto_name field (for default getter)
10895:
10896: 2008-06-04 misha
10897:
10898: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10899: transcoding, no cutting BOM code, no fixing line breaks) and get
10900: it to libxml "as is"
10901:
10902: 2008-06-03 misha
10903:
10904: * src/main/pa_common.C: - use store_Char instead of
10905: transcodeCharFromUTF8
10906:
10907: * src/: include/pa_charset.h, main/pa_charset.C: - method
10908: store_Char added, transcodeCharFromUTF8 -- removed
10909:
10910: 2008-06-02 misha
10911:
10912: * tests/: results/177.processed, 177.html: - test for checking
10913: .[acm]date after local ^file::load[] was added
10914:
10915: * tests/: results/176.processed, 176.html: - test for checking
10916: @OPTION\locals + @method[vars][locals] added
10917:
10918: * tests/results/auto.p: - CLASS_PATH specified for checking use
10919:
10920: 2008-05-30 misha
10921:
10922: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10923: @OPTION\nlocals + @method[vars][;locals;] were added
10924:
10925: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10926: moved to separate method op_code - switch from VMethodFrame to
10927: VMethodFrameGlobal + VMethodFrameLocal
10928:
10929: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10930: was moved to separate method op_code
10931:
10932: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10933: VMethodFrame now
10934:
10935: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10936: all_vars_local as well
10937:
10938: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10939: pa_vmethod_frame_local.h, Makefile.am: - who children for
10940: VMethodFrame were added: one (global) works as VMethodFrame
10941: before and second (local) write all vars in self vars scope
10942:
10943: * src/types/pa_method.h: - method has bool flag all_vars_local now
10944:
10945: 2008-05-29 misha
10946:
10947: * tests/: 129.html, results/129.processed: - more tests for
10948: ^table.hash[]
10949:
10950: * src/classes/hash.C: - ^hash::sql has a new option:
10951: $.type[hash|string|table] as ^table.hash[] one.
10952:
10953: * src/classes/op.C: - ^try has 3rd param now: finally code which
10954: executed anyway after try or catch section
10955:
10956: 2008-05-27 misha
10957:
10958: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10959: must not fail if $.distinct(1) wasn't specified
10960:
10961: 2008-05-26 misha
10962:
10963: * src/classes/op.C: - allow ^throw[my type]
10964:
10965: 2008-05-22 misha
10966:
10967: * configure.in, configure: - version number updated to 3.2.4b
10968:
10969: * src/classes/: op.C, string.C: - trim format string before
10970: eval/format
10971:
10972: * tests/: results/175.processed, 175.html: - more tests for
10973: different format strings in .format[]
10974:
10975: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10976: as well (not only %XX)
10977:
10978: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10979: charset specified - checks for format before print number
10980: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10981: (instead of tabs) removed
10982:
10983: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10984: charset specified
10985:
10986: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10987: char in requested charset from utf code was added
10988:
10989: 2008-05-19 misha
10990:
10991: * tests/: 174.html, results/174.processed: - test for
10992: ^hashfile.cleanup[] added
10993:
10994: * src/classes/hashfile.C: - optimization: don't create any key or
10995: value variable if it's name weren't specified
10996: (^hf.foreach[;v]{...})
10997:
10998: 2008-05-16 misha
10999:
11000: * src/classes/hash.C: - optimization: don't create any key variable
11001: if variable name wasn't specified (^h.foreach[;v]{...})
11002:
11003: 2008-05-15 misha
11004:
11005: * src/classes/op.C: - small changes
11006:
11007: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11008:
11009: * src/classes/hash.C: - calculate var_context once before foreach
11010:
11011: 2008-05-14 misha
11012:
11013: * src/classes/hashfile.C: - incorrect vars context calculation for
11014: ^hashfile.foreach[;]{} fixed
11015:
11016: * src/classes/: hash.C, table.C: - little optimisation
11017:
11018: * src/classes/file.C: - bugfix: double absolute path while loading
11019: file
11020:
11021: * tests/: 174.html, results/174.processed: - tests for hashfile
11022: were added
11023:
11024: * buildall-with-xml: - moving to libxslt 1.1.24
11025:
11026: 2008-04-30 misha
11027:
11028: * src/classes/file.C: - stat file while loading (local only) so
11029: .adate, .mdate and .cdate available without additional ::stat
11030:
11031: 2008-04-28 misha
11032:
11033: * src/classes/file.C: - $.name and $.content-type available for
11034: stated file
11035:
11036: 2008-04-14 misha
11037:
11038: * src/targets/cgi/parser3.C: - new year in copyright %-)
11039:
11040: * src/include/pa_version.h: - new version number in head
11041:
11042: 2008-04-10 misha
11043:
11044: * tests/: 080.html, results/080.processed: - cut '0' from
11045: exponential part because of on diff OS it differ (20 or 020 for
11046: ex)
11047:
11048: * tests/: 119.html, results/119.processed: - check for encoding
11049: while creating xdoc
11050:
11051: 2008-04-09 misha
11052:
11053: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11054:
11055: * src/main/pa_common.C: - comment added
11056:
11057: * src/classes/date.C: - little refactoring
11058:
11059: 2008-04-07 misha
11060:
11061: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11062: style of ^table.save[]: prepare one big string and sabe it at
11063: once. it's safe on freebsd 4.x but use much more memory.
11064:
11065: * buildall-with-xml, buildall-without-xml: - option
11066: --disable-stringstream added (under comment. use it on freebsd
11067: 4.x)
11068:
11069: 2008-02-22 misha
11070:
11071: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11072: specified together in file::load[;http] - get back transcoding
11073: $.body[] in file::load[;http]
11074:
11075: 2008-02-21 misha
11076:
11077: * src/classes/date.C: - ^date.gmt-string[] was added
11078:
11079: * src/types/pa_value.C: - method for output date in RFC 822 format
11080: moved to pa_common.h
11081:
11082: * src/include/pa_common.h: - method for output date in RFC 822
11083: format moved here from pa_value.C
11084:
11085: * src/types/pa_vmail.C: - fixed core in sending mail with
11086: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11087:
11088: 2008-02-20 misha
11089:
11090: * src/main/pa_http.C: - transcode $.headers before escaping into
11091: specified charset while ^file::load[...;http://...] (L_URI
11092: instead of L_HTTP_HEADER) - $.cookies param available in
11093: ^file::load[;http://...] now (but we don't parse set-cookies from
11094: response yet) (cookies not transcoded as common $cookies)
11095:
11096: 2008-02-19 misha
11097:
11098: * src/main/pa_request.C: - rollback: we mustn't force taint
11099: $response:field values because in this case
11100: $response:locateion[http://...] don't works.
11101:
11102: 2008-02-15 misha
11103:
11104: * src/classes/op.C: - little refactoring
11105:
11106: * src/main/pa_http.C: - taint names of $.headers for load[;http
11107:
11108: * src/main/pa_request.C: - force taint values of $response:field
11109:
11110: 2008-02-14 misha
11111:
11112: * src/main/pa_request.C: - $response:field transcoded to
11113: $response:charset before escaping now
11114:
11115: * src/main/pa_http.C: - some outdated comments removed
11116:
11117: * src/classes/date.C: - lastdat -> last-day
11118:
11119: * src/classes/date.C: - ^date:lastday(year;month) and
11120: ^date.lastday[] were added - little code refactoring - comments
11121: changes
11122:
11123: * tests/: 159.html, results/159.processed: - test for number of
11124: days in February
11125:
11126: * src/types/pa_value.C: - fixes in code formatting
11127:
11128: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11129: and comments
11130:
11131: 2008-02-13 misha
11132:
11133: * src/main/pa_common.C: - bugfix for february at leap year
11134:
11135: 2008-01-28 misha
11136:
11137: * tests/: 160.html, results/160.processed: - more test for cache
11138: added
11139:
11140: * src/classes/op.C: - bugfix: cache body executed twice if contains
11141: unhandled exception
11142:
11143: 2008-01-25 misha
11144:
11145: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11146: bug when hashfile became inavailable after memory:compact)
11147:
11148: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11149:
11150: 2008-01-22 misha
11151:
11152: * src/classes/table.C: - little refactiring and exception texts
11153: changes in method ^table.hash[]
11154:
11155: * src/types/pa_vcookie.C: - link to cookie specification changed
11156:
11157: 2008-01-21 misha
11158:
11159: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11160: file::exec/cgi
11161:
11162: * src/classes/file.C: - bugfix: core while processing headers if
11163: executed cgi script don't return content
11164:
11165: 2008-01-18 misha
11166:
11167: * buildall-with-xml: - move to libxml2 version 2.6.31
11168:
11169: * src/include/pa_version.h, configure.in: - version number updated
11170: to '3.2.3b'
11171:
11172: 2007-12-28 misha
11173:
11174: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11175: hash.contains
11176:
11177: 2007-12-27 misha
11178:
11179: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11180: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11181: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11182: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11183: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11184: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11185: src/targets/cgi/parser3.vcproj,
11186: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11187: back to VS2003 because of Apache 1.3 module can't work if it was
11188: built in VS 2005. with cgi all file so VS2003 project files can
11189: be easy converted to the new format.
11190:
11191: 2007-12-04 misha
11192:
11193: * src/types/pa_vcode_frame.h: - changes in comment
11194:
11195: 2007-11-29 misha
11196:
11197: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11198: intercept strings any longer
11199:
11200: * tests/: 173.html, results/173.processed: - tests for
11201: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11202: but not in main code frame
11203:
11204: * tests/: 172.html, results/172.processed: - more tests for pass
11205: objects from code frames
11206:
11207: 2007-11-27 misha
11208:
11209: * tests/: 152.html, results/152.processed: - tests for converting
11210: strings 'true'/'false' to bool were added
11211:
11212: * tests/152.html: - added checks for converting strings
11213: 'true'/'false' to bool
11214:
11215: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11216: not only strings with numbers but with values 'true'/'false' as
11217: well
11218:
11219: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11220: for parser3.log increased
11221:
11222: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11223:
11224: * src/include/pa_common.h: - remove_crlf return cstring size now
11225:
11226: * src/include/pa_types.h: - constant with buffer size for
11227: parser3.log added
11228:
11229: 2007-11-16 misha
11230:
11231: * tests/cat.sh: - script for tests for file::exec/cgi
11232:
11233: * tests/171.html: - tests for file::exec/cgi
11234:
11235: * tests/results/171.processed: - tests results for file::exec/cgi
11236:
11237: 2007-11-15 misha
11238:
11239: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11240:
11241: * src/classes/file.C: - .body must be set before analyzing cgi
11242: headers
11243:
11244: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11245: only if exec/cgi return anything.
11246:
11247: 2007-11-14 misha
11248:
1.211 moko 11249: * operators.ru.txt, operators.txt: - info about new text|binary
11250: option for file::exec/cgi was added
1.95 moko 11251:
11252: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11253: ^file:exec[[text|binary];script;...]
11254:
11255: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11256: classes/string.C, classes/table.C: - more text strings moved to
11257: the one place
11258:
11259: 2007-11-09 misha
11260:
11261: * src/types/pa_vrequest.C: - $request:argv must be taint
11262:
11263: * ChangeLog: - $request:argv [patch from Sumo]
11264:
1.211 moko 11265: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11266:
11267: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11268: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11269:
11270: 2007-10-25 misha
11271:
11272: * buildall-with-xml, buildall-without-xml: - options preparations
11273: for ./configure rewrited
11274:
11275: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11276: error occure in unhandled_exception finally fixed
11277:
11278: 2007-10-23 misha
11279:
11280: * tests/: 170.html, results/170.processed: - test for
11281: @method[][result]
11282:
1.211 moko 11283: * operators.ru.txt, operators.txt: - added info about node.prefix
11284: and node.namespaceURI
1.95 moko 11285:
11286: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11287:
11288: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11289: added for node and attribute
11290:
11291: 2007-10-22 misha
11292:
11293: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11294:
11295: * src/main/pa_request.C: - added const content-transfer-encoding
11296:
11297: * src/include/pa_request.h: - added const content-transfer-encoding
11298: - ups. constants must be in lowercase (for search)
11299:
11300: * src/types/pa_vmail.C: - more constants used -
11301: content-transfer-encoding: 8bit added
11302:
11303: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11304:
11305: * src/include/pa_request.h: - more constants
11306:
11307: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11308: ommit anymore if $.content-disposition was specified - little
11309: refactoring
11310:
11311: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11312:
11313: 2007-10-17 misha
11314:
1.211 moko 11315: * operators.ru.txt, operators.txt: - info about
1.95 moko 11316: table::create[nameless]{data}[>options<] was added
11317:
11318: * src/main/: compile.tab.C, compile.y: - if error occure while
11319: compile method don't put this method in methods table anymore.
11320: in other case the parser coredumped if @unhandled_exception
11321: method can't be compiled because of parser.compile error.
11322:
11323: * src/main/execute.C: - little code reformating
11324:
11325: * src/main/pa_request.C: - little code reformating - comment
11326: changed
11327:
11328: 2007-10-16 misha
11329:
11330: * tests/: 035.html, results/035.processed: - tests
11331: table::create[]{}[options] added
11332:
11333: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11334: options (only $.seperator[] yet)
11335:
11336: 2007-10-10 misha
11337:
11338: * src/classes/table.C: - some contstants moved to pa_common.h -
11339: some code changes
11340:
11341: 2007-10-02 misha
11342:
11343: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11344: then three time as much. but base64 encoding method still use
11345: less memory anyway.
11346:
11347: 2007-09-17 misha
11348:
1.211 moko 11349: * operators.ru.txt, operators.txt: - added info about
11350: $cookie:fields
1.95 moko 11351:
11352: * src/types/pa_vcookie.C: - $cookie:fields available now
11353:
11354: * src/classes/hash.C: - some stuff for use with .for_each moved to
11355: common
11356:
11357: * src/include/pa_common.h: - some stuff for use with .for_each
11358: moved here
11359:
11360: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11361:
11362: 2007-09-14 misha
11363:
11364: * buildall-with-xml: - new xml libs again =)
11365:
11366: 2007-08-28 misha
11367:
1.211 moko 11368: * operators.ru.txt, operators.txt: - texts about
11369: ^table.columns[[column name]] and ^string.split[...][v][column
11370: name] were added
1.95 moko 11371:
11372: * tests/: 168.html, 169.html, results/168.processed,
11373: results/169.processed: - tests for ^table.columns[[column name]]
11374: and ^string.split[...][v][column name] were added
11375:
11376: * src/classes/table.C: - new option ^table.columns[[column name]]
11377: was added
11378:
11379: * src/classes/string.C: - new option ^string.split[...;v;[column
11380: name]]
11381:
11382: * src/include/pa_exception.h: - error text message for
11383: ^hash._keys[], ^table.columns[] and ^string.split[]
11384:
11385: 2007-08-27 misha
11386:
11387: * src/main/untaint.C: - try to fix coredump on unix if print to
11388: body ^taint[sql][something] outside of connect
11389:
11390: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11391: outside of connect
11392:
11393: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11394: added (commented by default)
11395:
11396: 2007-08-20 misha
11397:
1.211 moko 11398: * operators.ru.txt, operators.txt: - comment about new method
11399: ^node.hasAttributes[] was added
1.95 moko 11400:
11401: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11402: duplicated exception text strings were removed
11403:
11404: * src/include/pa_exception.h: - more exception text strings moved
11405: here
11406:
11407: * src/classes/table.C: - some duplicate exceptions' text strings
11408: removed
11409:
11410: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11411: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11412: removed
11413:
11414: * src/include/pa_exception.h: - some exception text strings movet
11415: to pa_exception
11416:
11417: * tests/: 149.html, results/149.processed: - test for
11418: ^xnode.hasAttributes[] was added - some code changes
11419:
11420: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11421: added
11422:
11423: 2007-08-17 misha
11424:
11425: * tests/: results/006.processed, results/059.processed, 006.html,
11426: 059.html: - more tests for match
11427:
11428: * tests/: 129.html, results/129.processed: - tests for
11429: ^table.hash[...][$.type[string|hash|table]] added
11430:
11431: * src/targets/cgi/parser3.C: - little syntax changes
11432:
11433: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11434: syntax changes
11435:
1.211 moko 11436: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11437: annoying 'SIGPIPE' messages in parser3.log switched off by
11438: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11439:
11440: 2007-08-08 misha
11441:
11442: * buildall-with-xml, buildall-without-xml: - remove libs source
11443: files by default since now
11444:
11445: 2007-08-07 misha
11446:
11447: * buildall-without-xml: - some option syntax changes
11448:
11449: * buildall-with-xml: - compile libxml2 without http support - some
11450: option syntax changes
11451:
11452: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11453:
11454: 2007-08-06 misha
11455:
11456: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11457:
11458: * tests/: 160.html, results/160.processed: - cache test was
11459: rewrited
11460:
11461: 2007-07-06 misha
11462:
11463: * tests/: 153.html, results/153.processed: - added test for
11464: ^math:sha1[string]
11465:
11466: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11467: transcoded
11468:
11469: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11470: were added
11471:
11472: 2007-06-28 misha
11473:
11474: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11475: some incorrect chars
11476:
11477: 2007-06-19 misha
11478:
11479: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11480: were moved on top because of gcc 4 had a problems during
11481: building.
11482:
11483: 2007-06-18 misha
11484:
11485: * tests/results/019.processed: - new image commited
11486:
11487: 2007-06-09 misha
11488:
11489: * src/classes/: op.C, table.C: - in while and table.select method
11490: as_expression used now
11491:
11492: * src/types/pa_vmethod_frame.h: - method as_expression was added
11493:
11494: 2007-06-08 misha
11495:
11496: * tests/: 166.html, results/166.processed: - test for
11497: ^match[...][n]
11498:
11499: * tests/: 165.html, results/165.processed: - tests for loops
11500:
11501: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11502: because of no speed/memory optimisation but some proglems with
11503: long cycles occure
11504:
11505: 2007-06-06 misha
11506:
11507: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11508: ^table.select(true) and ^table.select(1) didn't works because of
11509: awaiting junction-param only. fixed.
11510:
11511: 2007-05-24 misha
11512:
11513: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11514: with 0.5 secs interval
11515:
11516: * src/classes/op.C: - cache was rewrited. I hope it works with
11517: locking system now on unix
11518:
11519: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11520: system locks which wait till other threads release it but try get
11521: lock, if fail wait 1 sec and make 10 attempts.
11522:
11523: * src/include/pa_os.h: - consts for blocking locks + some comments
11524: were added
11525:
11526: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11527: opening files
11528:
11529: * src/classes/table.C: - changes in includes. if unclude <sstream>
11530: after our classes on unix it can't be build
11531:
11532: * src/types/pa_vhashfile.C: - not needed code removed
11533:
11534: 2007-05-23 misha
11535:
11536: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11537: include/pa_common.h: - cosmetic changes
11538:
11539: 2007-05-18 misha
11540:
11541: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11542: often. it's give some speed increasing
11543:
11544: * tests/results/160.processed: - returned time corrected
11545:
11546: * tests/160.html: - time increased because on unix 1 mean nothing
11547: :(
11548:
1.211 moko 11549: * operators.ru.txt, operators.txt: - added info about
11550: ^hash.contain[key]
1.95 moko 11551:
11552: * src/classes/hash.C: - added ^hash.contain[key]
11553:
11554: * src/include/pa_hash.h: - added method for checking key exists in
11555: hash
11556:
11557: 2007-05-07 misha
11558:
11559: * src/include/pa_string.h: - was compilation error during build on
11560: freebsd4
11561:
11562: 2007-05-03 misha
11563:
11564: * src/classes/table.C: - option $.type[hash|string|table] was added
11565: for ^table.hash[]
11566:
11567: * src/classes/file.C: - comment removed
11568:
11569: 2007-04-26 misha
11570:
11571: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11572: real files doesn't opened in place anymore
11573:
11574: 2007-04-24 misha
11575:
11576: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11577:
11578: * src/include/pa_exception.h: "static" removed
11579:
11580: 2007-04-23 misha
11581:
11582: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11583:
11584: * src/classes/math.C: added: - ^math:ln(N) (the same as
11585: ^math:log(N)) - ^math:lg(N)
11586:
11587: * tests/: 097.html, results/097.processed: - charsets converstion
11588: during ^file::load[text;http://...] added
11589:
11590: * tests/: 164.html, results/164.processed: - check for set expires
11591: as a date
11592:
11593: * tests/: 164.html, results/164.processed: - test for hashfile
11594:
11595: * src/classes/hashfile.C: - little comment changes
11596:
11597: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11598: access
11599:
11600: * src/: classes/date.C, classes/double.C, classes/file.C,
11601: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11602: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11603: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11604: classes/xnode.h, include/pa_request.h, main/execute.C,
11605: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11606: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11607: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11608: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11609: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11610: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11611: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11612: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11613: "parser.runtime" strings were removed
11614:
11615: * src/classes/hashfile.C: - with .clear[] called files_delete()
11616: now.
11617:
11618: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11619:
11620: * src/include/pa_exception.h: - string constant with
11621: "parser.runtime" text was added
11622:
11623: 2007-04-20 misha
11624:
1.211 moko 11625: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11626:
1.211 moko 11627: * operators.ru.txt, operators.txt: - added info about
11628: .^hashfile.release[], ^hashfile.clenaup[] and new
11629: ^string.match[][>N-option<]
1.95 moko 11630:
11631: * configure: =cheching for unsetenv
11632:
11633: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11634: ^hashfile.release[] were added
11635:
11636: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11637: ^string.match[][] understand new option now: return number of
11638: matches but not table wit results
11639:
11640: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11641: reopen now
11642:
11643: * src/classes/op.C: - bug. must be false
11644:
11645: * configure.in: - checking for unsetenv was added
11646:
11647: * src/types/pa_vform.C: - some comments
11648:
11649: 2007-04-18 misha
11650:
11651: * buildall-with-xml: moving to libxml2-2.6.28
11652:
11653: * buildall-with-xml, buildall-without-xml: added commented lines
11654: with --disable-safe-mode option
11655:
1.211 moko 11656: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11657:
11658: 2007-04-17 misha
11659:
11660: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11661: $form:files was added
11662:
11663: * tests/: 163.html, results/163.processed: removing auto format
11664:
11665: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11666:
11667: 2007-04-16 misha
11668:
11669: * tests/: 163.html, results/163.processed: - test for .int[],
11670: floor, round, ceiling and .format[]
11671:
11672: * src/classes/file.C: - little optimization for getting args in
11673: exec/cgi
11674:
11675: 2007-04-13 misha
11676:
11677: * src/classes/file.C: - arguments for file::exec/cgi can be
11678: specified now as s table with one column
11679:
11680: 2007-03-27 misha
11681:
11682: * tests/: 162.html, results/162.processed: - test for
11683: ^table.select(^condition[$t])
11684:
11685: * tests/results/auto.p: - load windows-1251 charset for some tests
11686:
11687: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11688:
11689: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11690: 161_windows1251.txt: - added test for
11691: ^file::load[text;/local/file.txt;$.charset[...]]
11692:
11693: * tests/: results/013.processed, 013.html: - added test for
11694: checking $._default value while hash modifications
11695:
11696: * tests/: 160.html, results/160.processed: - add test for
11697: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11698:
11699: 2007-03-22 misha
11700:
11701: * src/include/pa_common.h: - "charset" string defined for
11702: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11703:
11704: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11705: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11706: added - not needed transcodes were removed from
11707: ^file::load[...;http://...]
11708:
11709: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11710: added
11711:
11712: * src/classes/date.C: - date.week was fixed
11713:
1.211 moko 11714: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11715:
11716: * tests/: 159.html, results/159.processed: - tests for date.week
11717: and date.weekyear added
11718:
11719: 2007-03-15 misha
11720:
11721: * src/classes/table.C: - enclose column numbers for nameless tables
11722: as well
11723:
11724: 2007-03-14 misha
11725:
11726: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11727:
11728: * src/classes/table.C: - table.save optimization: now required much
11729: less memory
11730:
11731: 2007-03-13 misha
11732:
11733: * tests/results/: 158.processed, 158.processes: - tests for
11734: table.save/table.load
11735:
11736: * tests/: 158.html, results/158.processes: - tests for
11737: table.save/table.load
11738:
11739: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11740:
11741: * buildall-with-xml: - pattern needed now for building
11742:
11743: * tests/results/097.processed: - added test results for xdoc::load
11744: & xdoc::load[http://...]
11745:
11746: * tests/097.html: - added test for xdoc::load
11747:
11748: 2007-03-12 misha
11749:
11750: * tests/: 107.html, results/107.processed: - added test for xpath
11751: '//man'
11752:
11753: 2007-03-01 misha
11754:
11755: * tests/: 097.html, results/097.processed: - added test for
11756: creating xdoc from file
11757:
11758: * tests/: results/157.processed, 157.html: - added test for
11759: file:move
11760:
11761: 2007-02-28 misha
11762:
11763: * src/classes/xdoc.C: - another attempt
11764:
11765: * src/classes/xdoc.C: - roll back last changes for a while
11766:
1.211 moko 11767: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11768: ^xdoc::create[$file] added.
1.95 moko 11769:
11770: * src/classes/file.C: - under lock we create non-exist dir anyway
11771:
11772: * tests/results/099.processed: - ever send content-disposition to
11773: client with file
11774:
11775: * tests/157.html: + test for file:copy
11776:
11777: 2007-02-26 misha
11778:
11779: * src/classes/file.C: - some similar strings moved to #define
11780: instead of to be copy/pasted many times
11781:
11782: * src/types/pa_vfile.h: - class name string ("file") moved to
11783: #define
11784:
11785: 2007-02-20 misha
11786:
11787: * configure.in: - added some strings for sqlite detection
11788:
11789: 2007-02-19 misha
11790:
1.211 moko 11791: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11792:
11793: * buildall-with-xml, buildall-without-xml: - some modifications
11794:
11795: 2007-02-17 misha
11796:
11797: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11798:
11799: * src/main/pa_request.C: - damn, i forgot to commit it while I
11800: change console behaviour
11801:
11802: 2007-02-12 misha
11803:
11804: * src/targets/cgi/parser3.C: - don't print headers if
11805: $console:line[data] was used during cgi execution.
11806:
11807: * src/types/pa_vconsole.h: - console class have bool flag now which
11808: marked as 'true' if class was used.
11809:
11810: * tests/: 152.html, results/152.processed: - more types was added
11811: to test 152
11812:
11813: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11814: adding 'bool' (^if($image){} caused exception)
11815:
11816: 2007-02-09 misha
11817:
11818: * tests/: 152.html, results/152.processed: - test alightly updated
11819:
11820: * tests/: 152.html, results/152.processed: - test rewrited
11821:
11822: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11823: bugfix. I broke xdoc & xnode in expression
11824:
11825: 2007-02-08 misha
11826:
11827: * tests/: 152.html, results/152.processed: - add test for checking
11828: 'def' for void, string, bool, int & double
11829:
11830: 2007-02-07 misha
11831:
1.211 moko 11832: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11833: added
1.95 moko 11834:
11835: * tests/results/153.processed: - result test for
11836: ^file:base64[filespec] was updated
11837:
11838: * tests/153.html: - test for ^file:base64[filespec] was added
11839:
11840: * src/types/pa_vconsole.h: - little optimization
11841:
11842: * src/classes/file.C: - ^file:base64[filespec]
11843:
11844: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11845:
11846: * src/include/pa_common.h: - declarations for
11847: ^file:base64[filespec]
11848:
11849: * src/types/pa_vcookie.C: - little optimization
11850:
11851: 2007-02-06 misha
11852:
11853: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11854: were temporary commented
11855:
11856: * src/types/pa_vbool.h: - bugfix
11857:
11858: * tests/156.html: - added test for bool cookie
11859:
11860: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11861:
11862: * tests/: 155.html, results/155.processed: - added test for check
11863: $.encloser[] option for table save/load
11864:
11865: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11866:
11867: 2007-02-05 misha
11868:
11869: * tests/results/152.processed: - newline at the end was missed
11870:
11871: * tests/results/141.processed: - math:md5 must be lowercased
11872:
11873: * src/targets/cgi/parser3.C: - 2007 in help ;)
11874:
11875: 2007-02-03 misha
11876:
11877: * tests/results/: 150.processed, 151.processed, 152.processed: -
11878: test for bool added and some content length fixes
11879:
11880: * tests/152.html: - test for bool added
11881:
11882: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11883:
1.211 moko 11884: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11885:
1.116 moko 11886: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11887: classes/classes.vcproj, classes/double.C, classes/int.C,
11888: classes/string.C, classes/void.C, classes/xnode.C,
11889: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11890: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11891: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11892: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11893: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11894: types/types.vcproj: - bool class was added
11895:
11896: * src/main/pa_request.C: - fix
11897:
11898: 2007-01-18 misha
11899:
11900: * src/: main/pa_string.C, classes/string.C: - return table during
11901: ^string.match[][] even if no matched found.
11902:
11903: 2006-12-20 misha
11904:
11905: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11906: http://www.parser.ru/forum/?id=55598 ]
11907:
11908: 2006-12-19 misha
11909:
11910: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11911: details: http://www.parser.ru/forum/?id=52359
11912:
11913: * src/main/pa_request.C: - always set content-disposition for
11914: $response:body[hash here]. more details:
11915: http://www.parser.ru/forum/?id=52130
11916:
11917: 2006-12-07 misha
11918:
1.211 moko 11919: * operators.ru.txt, operators.txt: - added info about bool params
11920: in cookie set
1.95 moko 11921:
11922: * src/types/pa_vcookie.C: - bool param in cookies available now
11923: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11924: ]
11925:
11926: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11927: was added
11928:
11929: 2006-12-02 misha
11930:
11931: * src/classes/file.C: - file_block_read used instead of native read
11932:
11933: * src/main/pa_common.C: - added file_block_read with read error
11934: detection - file_block_read used instead of native read
11935:
11936: * src/include/pa_common.h: - added file_block_read declaration
11937:
11938: 2006-12-01 misha
11939:
1.211 moko 11940: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11941: added
1.95 moko 11942:
11943: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11944: $var.CLASS_NAME added
11945:
1.211 moko 11946: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11947:
11948: * src/classes/file.C: - ^file:copy[from;fo] was added
11949:
11950: 2006-11-20 misha
11951:
11952: * src/classes/date.C: - bug fix :)
11953:
11954: 2006-11-17 misha
11955:
11956: * src/include/pa_common.h: - array in crc32 calculation was changed
11957: to static
11958:
11959: * src/main/pa_common.C: - little optimization in getMonthDays -
11960: small changes in crc32 calculation
11961:
11962: * src/classes/date.C: - not needed code was removed
11963:
11964: 2006-11-16 misha
11965:
11966: * src/types/pa_vmail.C: - fix missed brakes
11967:
11968: * src/types/pa_vmail.C: - mail:send now set content-type:
11969: multipart/related instead of multipart/mixed if file have
11970: $.content-id[]
11971:
11972: 2006-11-15 misha
11973:
11974: * src/types/pa_vdouble.h: abs -> fabs
11975:
11976: 2006-11-14 misha
11977:
1.211 moko 11978: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
11979: and ^file:md5[file-name]
1.95 moko 11980:
11981: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11982: added
11983:
11984: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11985: FILE_BUFFER_SIZE
11986:
11987: * src/classes/math.C: - hex_string was moved to pa_common.h
11988:
11989: * src/include/pa_common.h: - hex_string was moved from math.C -
11990: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11991:
11992: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11993: values was fixed
11994:
11995: 2006-11-13 misha
11996:
1.211 moko 11997: * operators.ru.txt, operators.txt: - added info about
11998: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 11999:
12000: * src/classes/math.C: - added ^math:crc32[string]
12001:
12002: * src/classes/file.C: - some comments were changed - added
12003: ^file:crc32[file-name] and ^file.crc32[]
12004:
12005: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12006: crc32 calculation added
12007:
12008: 2006-11-03 misha
12009:
12010: * src/include/pa_array.h: - not needed variable removed
12011:
12012: * tests/: 150.html, 151.html, results/150.processed,
12013: results/151.processed: - 2 tests were added
12014:
12015: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12016: with $.reverse(1) were fixed
12017:
12018: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12019: query converted to $.charset during ^file::load[http://...]
12020:
12021: 2006-11-02 misha
12022:
12023: * src/include/pa_table.h: ups. forget '=' char
12024:
12025: * src/include/pa_table.h: - one more fix in
12026: .locate[...][$.reverse(1)]
12027:
12028: 2006-11-01 misha
12029:
12030: * src/classes/math.C: - bug fix, details:
12031: http://www.parser.ru/forum/?id=53360
12032:
12033: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12034: false for all records )[$.reverse(1)]
12035:
12036: * src/main/pa_http.C: - second param for this mid method is length
12037: but not end_index so this method has error and can't detect
12038: charsets in next content-types: Content-type: text/html;
12039: charset="windows-1251" Content-type: text/html;
12040: charset="windows-1251"; Content-type: text/html;
12041: charset=windows-1251;
12042:
12043: only Content-type: text/html; charset=windows-1251 was fine
12044:
12045: 2006-10-31 misha
12046:
12047: * src/classes/file.C: - empty args in file::exec removed now
12048:
12049: 2006-09-03 paf
12050:
12051: * src/classes/file.C: proper tainting of
12052: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12053:
12054: 2006-06-09 paf
12055:
12056: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12057:
12058: * src/classes/table.C: formatting
12059:
12060: * src/classes/table.C: incorporated patch from misha: Sent:
12061: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12062: ignoring string options for ^table.save[]
12063:
12064: * src/classes/hash.C: incorporated patch from misha Sent:
12065: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12066: $hash._default disappear while
12067:
1.211 moko 12068: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12069: $.value[file] $.format[!uue|!base64] << new base64 option.
12070: default uue ] ]
1.95 moko 12071:
12072: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12073: PM Subject: patch for base64 in ^mail:send[] %-)
12074:
12075: 2006-04-09 paf
12076:
12077: * src/main/compile.tab.C: ` change compiled
12078:
1.211 moko 12079: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12080: src/classes/classes.vcproj, src/classes/file.C,
12081: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12082: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12083: src/classes/xnode.C, src/include/pa_array.h,
12084: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12085: src/include/pa_memory.h, src/include/pa_request.h,
12086: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12087: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12088: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12089: src/lib/pcre/pcre_dftables.vcproj,
12090: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12091: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12092: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12093: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12094: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12095: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12096: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12097: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12098: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12099: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12100: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12101: src/types/pa_value.h, src/types/pa_vcookie.C,
12102: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12103: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12104: src/types/pa_vstatus.C, src/types/types.vcproj,
12105: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12106: ^menu, ^hash/hashfile.foreach
12107:
12108: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12109: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12110: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12111: src/classes/xnode.C, src/include/pa_array.h,
12112: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12113: src/include/pa_memory.h, src/include/pa_request.h,
12114: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12115: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12116: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12117: src/lib/pcre/pcre_dftables.vcproj,
12118: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12119: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12120: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12121: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12122: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12123: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12124: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12125: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12126: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12127: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12128: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12129: src/types/pa_value.h, src/types/pa_vcookie.C,
12130: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12131: src/types/pa_vstatus.C, src/types/types.vcproj,
12132: tests/descript.ion: ! switched to VS2005 (projects and
12133: object<info explicitly typed>.for_each(, info)) +
12134: $response:field[] setting void means removing + grammar $name`
12135: name stops now, for mysql `$field` + started ^break[]
12136: ^continue[], in ^for. TODO: to other iterators (while, menu,
12137: foreach) + all log messages += [uri=, method=, cl=]
12138:
12139: * buildall-with-xml: merged . ftp paths update
12140:
12141: * buildall-with-xml: . ftp paths update
12142:
12143: 2006-03-04 paf
12144:
12145: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12146: checks++ [thanks to Igor Zinkovsky for detailed report]
12147:
12148: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12149: Igor Zinkovsky for detailed report]
12150:
12151: 2006-03-01 paf
12152:
12153: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12154: \n to ' ' in
12155:
12156: 2006-02-18 paf
12157:
12158: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12159: \n to ' ' in
12160:
12161: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12162:
12163: 2006-02-03 paf
12164:
12165: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12166: base64
12167:
12168: * src/main/pa_common.C: ! bugfix: decoding from base64
12169:
12170: 2006-01-20 paf
12171:
12172: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12173: economy fix
12174:
12175: * src/classes/: table.C: merged from HEAD ! bugfix
12176: ^table.save[$.encloser-s now handled properly
12177:
12178: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12179: handled properly
12180:
12181: 2006-01-19 paf
12182:
12183: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12184: libgc:USE_MUNMAP activates merging of free memory blocks which
12185: helps a lot in our case: after transform we want
12186: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12187:
12188: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12189: economy fix
12190:
12191: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12192: activates merging of free memory blocks which helps a lot in our
12193: case: after transform we want CORD(main.result)->cstr[big
12194: malloc]->transcode[big malloc]
12195:
12196: 2006-01-17 paf
12197:
12198: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12199: before reading them. got rid of reallocs = became quicker and
12200: less fragmentated
12201:
12202: 2005-12-29 paf
12203:
1.116 moko 12204: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12205: configure, configure.in, src/include/pa_version.h,
12206: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12207: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12208: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12209: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12210: src/lib/ltdl/missing: . merged from 3.2.1
12211:
1.116 moko 12212: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12213: packaged when 'make dist', so do configure companion files in
12214: src/lib/ltdl
12215:
12216: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12217: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12218: missing: . now config_auto.h is created with configure [were
12219: constant]
1.95 moko 12220:
12221: * INSTALL: . references to documentation and some clarification
12222:
12223: * buildall-with-xml, buildall-without-xml: . farawell doc
12224: indication
12225:
1.116 moko 12226: * Makefile.am: . dist+=buildall*
1.95 moko 12227:
12228: 2005-12-28 paf
12229:
12230: * configure: . 3.2.1
12231:
12232: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12233: simplify build process, see INSTALL
12234:
12235: 2005-12-26 paf
12236:
12237: * configure: ver
12238:
12239: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12240: version
12241:
12242: 2005-12-21 paf
12243:
12244: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12245: compiled with bison 1.875b, it reports unexpected token names
12246:
12247: 2005-12-19 paf
12248:
12249: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12250: holds a link to xmlNode to prevent premature gc(xmlNode)
12251:
12252: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12253: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12254: src/main/main.vcproj, src/main/pa_globals.C,
12255: src/targets/cgi/parser3.vcproj,
12256: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12257: configure, configure.in, src/include/pa_version.h: . killing
12258: gdome [what a relief]
12259:
12260: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12261: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12262: run_parser.sh, results/001.processed, results/002.processed,
12263: results/003.processed, results/004.processed,
12264: results/005.processed, results/006.processed,
12265: results/008.processed, results/009.processed,
12266: results/010.processed, results/011.processed,
12267: results/012.processed, results/013.processed,
12268: results/014.processed, results/015.processed,
12269: results/016.processed, results/017.processed,
12270: results/018.processed, results/020.processed,
12271: results/021.processed, results/022.processed,
12272: results/023.processed, results/024.processed,
12273: results/025.processed, results/026.processed,
12274: results/027.processed, results/028.processed,
12275: results/029.processed, results/030.processed,
12276: results/031.processed, results/032.processed,
12277: results/033.processed, results/034.processed,
12278: results/035.processed, results/036.processed,
12279: results/037.processed, results/038.processed,
12280: results/039.processed, results/040.processed,
12281: results/041.processed, results/042.processed,
12282: results/043.processed, results/044.processed,
12283: results/045.processed, results/046.processed,
12284: results/047.processed, results/048.processed,
12285: results/049.processed, results/050.processed,
12286: results/051.processed, results/052.processed,
12287: results/053.processed, results/054.processed,
12288: results/055.processed, results/056.processed,
12289: results/057.processed, results/058.processed,
12290: results/059.processed, results/060.processed,
12291: results/061.processed, results/062.processed,
12292: results/063.processed, results/064.processed,
12293: results/065.processed, results/066.processed,
12294: results/067.processed, results/068.processed,
12295: results/069.processed, results/070.processed,
12296: results/071.processed, results/072.processed,
12297: results/073.processed, results/074.processed,
12298: results/075.processed, results/076.processed,
12299: results/077.processed, results/078.processed,
12300: results/079.processed, results/080.processed,
12301: results/081.processed, results/082.processed,
12302: results/083.processed, results/084.processed,
12303: results/085.processed, results/086.processed,
12304: results/087.processed, results/088.processed,
12305: results/089.processed, results/090.processed,
12306: results/091.processed, results/092.processed,
12307: results/093.processed, results/094.processed,
12308: results/095.processed, results/096.processed,
12309: results/097.processed, results/099.processed,
12310: results/100.processed, results/101.processed,
12311: results/102.processed, results/104.processed,
12312: results/105.processed, results/106.processed,
12313: results/107.processed, results/108.processed,
12314: results/109.processed, results/110.processed,
12315: results/111.processed, results/112.processed,
12316: results/113.processed, results/114.processed,
12317: results/115.processed, results/117.processed,
12318: results/119.processed, results/120.processed,
12319: results/121.processed, results/122.processed,
12320: results/123.processed, results/124.processed,
12321: results/125.processed, results/126.processed,
12322: results/127.processed, results/128.processed,
12323: results/129.processed, results/130.processed,
12324: results/131.processed, results/132.processed,
12325: results/133.processed, results/134.processed,
12326: results/135.processed, results/136.processed,
12327: results/138.processed, results/139.processed,
12328: results/140.processed, results/141.processed,
12329: results/142.processed, results/143.processed,
12330: results/144.processed, results/145.processed,
12331: results/146.processed, results/147.processed,
12332: results/148.processed, results/149.processed, results/auto.p: .
12333: now works if we turn off default auto.p
12334:
1.116 moko 12335: * configure: . makes
1.95 moko 12336:
12337: * src/types/pa_vxnode.C: . less warnings
12338:
12339: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12340: tests/145.html, tests/149.html, tests/descript.ion,
12341: tests/outputs/d.cmd, tests/results/142.processed,
12342: tests/results/143.processed, tests/results/144.processed,
12343: tests/results/145.processed, tests/results/146.processed,
12344: tests/results/147.processed, tests/results/148.processed,
12345: tests/results/149.processed: . removed .nodeValue from all node
12346: types other than 5 (grabbed piece from gdome)
12347:
12348: * tests/: 137.html, results/137.processed: . not handled this case
12349: yet. code does not hang from inserting parent into child,
12350: considering thing minor issue -- nodes are removed from source
12351: anyway, don't know why shold that be an error after all
12352:
12353: * src/targets/cgi/parser3.C: . style
12354:
12355: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12356: xdoc too [were barking "not element"]
12357:
12358: 2005-12-16 paf
12359:
12360: * tests/: 146.html, 147.html, 148.html: . more tests
12361:
12362: * src/classes/xnode.C: . also bark on possible errors
12363:
12364: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12365: props
12366:
12367: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12368: main/compile.y: merged from HEAD ! fixed overoptimized
12369: ^call(false) case. (confused it with ^call[] case)
12370:
12371: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12372: ^call(false) case. (confused it with ^call[] case)
12373:
12374: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12375:
12376: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12377: results/001.processed, results/002.processed,
12378: results/003.processed, results/004.processed,
12379: results/005.processed, results/006.processed,
12380: results/008.processed, results/009.processed,
12381: results/010.processed, results/011.processed,
12382: results/012.processed, results/013.processed,
12383: results/014.processed, results/015.processed,
12384: results/016.processed, results/017.processed,
12385: results/018.processed, results/019.processed,
12386: results/020.processed, results/021.processed,
12387: results/022.processed, results/023.processed,
12388: results/024.processed, results/025.processed,
12389: results/026.processed, results/027.processed,
12390: results/028.processed, results/029.processed,
12391: results/030.processed, results/031.processed,
12392: results/032.processed, results/033.processed,
12393: results/034.processed, results/035.processed,
12394: results/036.processed, results/037.processed,
12395: results/038.processed, results/039.processed,
12396: results/040.processed, results/041.processed,
12397: results/042.processed, results/043.processed,
12398: results/044.processed, results/045.processed,
12399: results/046.processed, results/047.processed,
12400: results/048.processed, results/049.processed,
12401: results/050.processed, results/051.processed,
12402: results/052.processed, results/053.processed,
12403: results/054.processed, results/055.processed,
12404: results/056.processed, results/057.processed,
12405: results/058.processed, results/059.processed,
12406: results/060.processed, results/061.processed,
12407: results/062.processed, results/063.processed,
12408: results/064.processed, results/065.processed,
12409: results/066.processed, results/067.processed,
12410: results/068.processed, results/069.processed,
12411: results/070.processed, results/071.processed,
12412: results/072.processed, results/073.processed,
12413: results/074.processed, results/075.processed,
12414: results/076.processed, results/077.processed,
12415: results/078.processed, results/079.processed,
12416: results/080.processed, results/081.processed,
12417: results/082.processed, results/083.processed,
12418: results/084.processed, results/085.processed,
12419: results/086.processed, results/087.processed,
12420: results/088.processed, results/089.processed,
12421: results/090.processed, results/091.processed,
12422: results/092.processed, results/093.processed,
12423: results/094.processed, results/095.processed,
12424: results/096.processed, results/097.processed,
12425: results/099.processed, results/101.processed,
12426: results/102.processed, results/104.processed,
12427: results/105.processed, results/106.processed,
12428: results/107.processed, results/108.processed,
12429: results/109.processed, results/110.processed,
12430: results/111.processed, results/112.processed,
12431: results/113.processed, results/114.processed,
12432: results/115.processed, results/116.processed,
12433: results/117.processed, results/118.processed,
12434: results/119.processed, results/120.processed,
12435: results/121.processed, results/122.processed,
12436: results/123.processed, results/124.processed,
12437: results/125.processed, results/126.processed,
12438: results/127.processed, results/128.processed,
12439: results/129.processed, results/130.processed,
12440: results/131.processed, results/132.processed,
12441: results/133.processed, results/134.processed,
12442: results/135.processed, results/136.processed,
12443: results/137.processed, results/138.processed,
12444: results/139.processed, results/140.processed,
12445: results/141.processed: . refreshed old tests, made them work
12446: without auto.p (in utf8) . things noted: . gif got encoded
12447: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12448: some strange year)
12449:
12450: * INSTALL: . revived linux libgc fix
12451:
12452: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12453: glib/gdome in INSTALL and patches]
12454:
12455: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12456: include/pa_charset.h, include/pa_config_includes.h,
12457: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12458: include/pa_xml_exception.h, lib/cord/Makefile.am,
12459: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12460: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12461: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12462: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12463: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12464: types/pa_vxnode.h: . started killing gdome
12465:
12466: 2005-12-13 paf
12467:
12468: * src/main/: pa_request.C: merged from HEAD ! when code in
12469: @unhandled_exception thrown another exception, print correct
12470: origin (earlier code in catch of exception inside of
12471: @unhandled_exception grabbed parent_frame(original_exception)
12472: origin and printed it, instead of true origin)
12473:
12474: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12475: another exception, print correct origin (earlier code in catch of
12476: exception inside of @unhandled_exception grabbed
12477: parent_frame(original_exception) origin and printed it, instead
12478: of true origin)
12479:
12480: 2005-12-09 paf
12481:
12482: * INSTALL: . updated INSTALL doc to work around linux stack base
12483: detection problem, due to change in gc6.4 code
12484:
12485: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12486: ignored in ^string.matched :(
12487:
12488: * src/main/pa_string.C: ! regex tainting were ignored in
12489: ^string.matched :(
12490:
12491: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12492: src/include/pa_config_fixed.h, src/include/pa_version.h,
12493: src/main/compile.y, src/main/compile_tools.h,
12494: src/main/pa_charset.C, src/main/pa_common.C,
12495: src/main/pa_globals.C, src/main/pa_string.C,
12496: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12497: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12498:
12499: 2005-12-08 paf
12500:
12501: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12502: 500 chars now handled OK [were wrapped on 500th char according to
12503: rfc, but sendmail failed to unwrap it properly]
12504:
12505: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12506: handled OK [were wrapped on 500th char according to rfc, but
12507: sendmail failed to unwrap it properly]
12508:
12509: * src/targets/isapi/parser3isapi.C: . less warnings
12510:
12511: * src/targets/isapi/parser3isapi.C: . undone some strange change
12512: since 3.1.5
12513:
12514: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12515: link fixes
12516:
12517: * src/: classes/date.C, include/pa_config_fixed.h,
12518: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12519: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12520: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12521:
12522: * src/include/pa_config_fixed.h: . removed outdated string origins
12523: [in current storage scheme there's no place for them. someday we
12524: can add third CORD to store origins and special version of parser
12525: which stores origins there [separate binary]]
12526:
12527: 2005-12-07 paf
12528:
12529: * src/targets/isapi/parser3isapi.C: . now links in release mode
12530:
12531: * src/include/pa_version.h: makefiles
12532:
12533: * src/include/pa_version.h: . not beta
12534:
12535: * configure, configure.in, src/include/pa_version.h: not beta
12536:
12537: 2005-12-06 paf
12538:
12539: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12540: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12541: decided to undo the change ^call[$void] passes void. now it will
12542: pass empty string again.
12543:
12544: * src/main/: compile.tab.C, compile.y: . version readded
12545:
12546: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12547: = ^switch[void] problem
12548:
12549: 2005-12-01 paf
12550:
12551: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12552: caused ^case[string] to be coerced to double since searching
12553: value were not string (it was vvoid)
12554:
12555: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12556: ^case[string] to be coerced to double since searching value were
12557: not string (it was vvoid)
12558:
12559: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12560: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12561:
12562: 2005-11-30 paf
12563:
12564: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12565: win32 must putenv("TZ="), on unix works only putenv("TZ")
12566:
12567: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12568: putenv("TZ="), on unix works only putenv("TZ")
12569:
12570: * INSTALL: . xml libs versions updated
12571:
12572: * src/main/pa_globals.C: //20051130 trying to remove this, author
12573: claims that fixed a lot there // 20040920 for now both
12574: workarounds needed. wait for new libxml/xsl versions
12575:
12576: 2005-11-28 paf
12577:
12578: * src/classes/table.C: merged from HEAD: ! nameless table has
12579: columns==0
12580:
12581: * src/classes/table.C: ! nameless table has columns==0
12582:
12583: * src/main/pa_http.C: merged from HEAD: ! status line check made
12584: earlier [was totally wrong]
12585:
12586: * src/main/pa_http.C: ! status line check made earlier [was totally
12587: wrong]
12588:
12589: 2005-11-25 paf
12590:
12591: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12592: undoing for now...
12593:
12594: * src/include/pa_version.h: -this reduces speed(table::load),
12595: strange. undoing
12596:
12597: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12598:
12599: * src/classes/op.C: + ^while(){}[SEPARATOR]
12600:
12601: * src/include/pa_array.h: + optimistics added: all arrays (table
12602: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12603: this speeds things up and saves memory a LOT! (not noticed
12604: negative effect on syntetic tests, future will tell...)
12605:
12606: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12607: changed gc_malloc implementation, which obscured profiling
12608:
12609: * src/classes/table.C: merged from HEAD: + optimized
12610: table::load/sql, now row ArrayString-s allocated with
12611: columns.count() elements and don't always grow from
12612: count=3[realloc,realloc]
12613:
12614: * src/classes/table.C: + optimized table::load/sql, now row
12615: ArrayString-s allocated with columns.count() elements and don't
12616: always grow from count=3[realloc,realloc]
12617:
12618: * src/classes/table.C: merged from HEAD: . ^table.save unused
12619: buffer after save
12620:
12621: * src/classes/table.C: . ^table.save unused buffer after save
12622:
12623: 2005-11-24 paf
12624:
12625: * configure.in: . merged glib2-config patch
12626:
12627: * configure.in: + trying to find glib2-config
12628:
12629: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12630: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12631: file/dir_readable to simple file/dir_exist, this would help in
12632: situations "class not found because .p file has bad rights" << in
12633: that case error would be explicit "access denied to 'this' file"
12634:
1.116 moko 12635: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12636:
12637: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12638: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12639: to simple file/dir_exist, this would help in situations "class
12640: not found because .p file has bad rights" << in that case error
12641: would be explicit "access denied to 'this' file"
12642:
12643: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12644: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12645: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12646: ^file::exec/cgi[script;$.charset[changed]
12647: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12648: encoded in $.charset charset
12649:
12650: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12651: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12652: encoded in $.charset charset
12653:
12654: * src/: include/Makefile.am, include/pa_common.h,
12655: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12656: main/pa_common.C, main/pa_http.C: . extracted http:// into
12657: separate file [preparation for
12658: ^file::cgi[script;$.form[$.field1[]
12659:
12660: 2005-11-22 paf
12661:
12662: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12663:
12664: * acinclude.m4, configure.in: . merged underquting fixes
12665:
1.116 moko 12666: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12667:
12668: * src/classes/op.C: . overmerged a little
12669:
12670: * src/main/compile.tab.C: Makefile
12671:
12672: * src/main/: pa_common.C: . less gcc warnings
12673:
12674: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12675: now reports original exception if we have no old cache
12676:
12677: * src/classes/op.C: + $exception.handled[cache] now reports
12678: original exception if we have no old cache
12679:
12680: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12681: from HEAD: + ^taint/untaint[regex] << escapes these:
12682: \^$.[]|()?*+{}
12683:
12684: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12685: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12686:
12687: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12688: getenv-ed variable, which does not work both on win32&unix.
12689: copied old TZ value now
12690:
12691: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12692: stored pointer to getenv-ed variable, which does not work both on
12693: win32&unix. copied old TZ value now
12694:
12695: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12696: getenv-ed variable, which does not work both on win32&unix.
12697: copied old TZ value now
12698:
12699: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12700: access to internal hash
12701:
12702: * src/types/pa_vresponse.C: + $response:headers access to internal
12703: hash
12704:
12705: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12706: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12707: isapi] this reduces number of "GC Warning: Repeated allocation of
12708: very large block" messages to only important onces
12709:
12710: * src/targets/isapi/parser3isapi.C: +
12711: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12712: isapi] this reduces number of "GC Warning: Repeated allocation of
12713: very large block" messages to only important onces
12714:
12715: * src/classes/string.C: merged from HEAD: + removed limitation on
12716: ^string/int/double:sql{}[$.default[({param style})] ]
12717:
12718: * src/classes/string.C: + removed limitation on
12719: ^string/int/double:sql{}[$.default[({param style})] ]
12720:
12721: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12722: with ?params or $.form option" limitation
12723:
12724: * src/main/pa_common.C: + removed "use either uri with ?params or
12725: $.form option" limitation
12726:
12727: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12728: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12729: ^file::base64[encoded] decode
12730:
12731: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12732: main/pa_common.C: + ^file.base64[] encode +
12733: ^file::base64[encoded] decode
12734:
12735: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12736: ^string:base64[encoded] decode
12737:
12738: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12739: ^string:base64[in] encode + ^string.base64[] decode
12740:
12741: 2005-11-21 paf
12742:
12743: * src/classes/file.C: + merged from HEAD:
12744: ^file::create[text;file.xml;^untaint[xml]{data}]
12745:
12746: * src/classes/file.C: +
12747: ^file::create[text;file.xml;^untaint[xml]{data}]
12748:
12749: * src/main/pa_request.C: ! merged: $response:body[file] now
12750: differes from :download, it does not return content-disposition
12751: at all now [previusely it returned valueless content-disposition]
12752:
12753: * src/main/pa_request.C: ! $response:body[file] now differes from
12754: :download, it does not return content-disposition at all now
12755: [previusely it returned valueless content-disposition]
12756:
12757: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12758: literals, reverted to just vvod, recreating empty array with each
12759: void_value token. that's absolutely needed, since that array
12760: grows
12761:
12762: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12763: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12764: types/pa_vmethod_frame.h: + merged: expression literals:
12765: true/false. ^format[$.indent(true)]
12766:
12767: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12768: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12769: types/pa_vmethod_frame.h: + expression literals: true/false.
12770: ^format[$.indent(true)]
12771:
12772: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12773: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12774: i386-pc-win32)"
12775:
12776: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12777: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12778: i386-pc-win32)"
12779:
12780: 2005-11-18 paf
12781:
12782: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12783: null}[$.default(123)] will now return default value
12784:
12785: * src/classes/op.C: + merged ^cache[] << returns current cache
12786: expiration time
12787:
12788: * src/classes/op.C: + ^cache[] << returns current cache expiration
12789: time
12790:
12791: * src/classes/table.C: ! merged ^table::create[not'nameless';
12792: failed << Exception.problem_source pointed to local var!
12793:
12794: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12795: Exception.problem_source pointed to local var!
12796:
12797: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12798: now loads VFile.ptr!=0, so such files can be saved now
12799:
12800: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12801: loads VFile.ptr!=0, so such files can be saved now
12802:
12803: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12804: only . and .. now removed from list [were removed all .*]
12805:
12806: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12807: .. now removed from list [were removed all .*]
12808:
12809: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12810: open error now checked, were not :( [stole that piece from apache
12811: 1.3 sources]
12812:
12813: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12814: checked, were not :( [stole that piece from apache 1.3 sources]
12815:
12816: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12817: untainting of @main result if returned by $result or
12818: $response:body
12819:
12820: * src/main/pa_request.C: ! ensured proper untainting of @main
12821: result if returned by $result or $response:body
12822:
12823: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12824: issue: now tries to guess content-length and allocates one big
12825: piece if possible [regretfully gc_realloc works as malloc+free,
12826: leaving lots of holes behind]
12827:
12828: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12829: fixed file load memory issue: now tries to guess content-length
12830: and allocates one big piece if possible [regretfully gc_realloc
12831: works as malloc+free, leaving lots of holes behind]
12832:
12833: 2005-11-16 paf
12834:
12835: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12836: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12837: table::save with enclosers now doubles them: "->"" !
12838: table::save/load do not remove elements from options hash
12839:
12840: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12841: [were overoptimized ^if(double_literal), compiler confused
12842: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12843:
12844: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12845: [were overoptimized ^if(double_literal), compiler confused
12846: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12847:
12848: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12849: main/pa_common.C: ! table::save with enclosers now doubles them:
12850: "->"" ! table::save/load do not remove elements from options hash
12851:
12852: 2005-11-03 paf
12853:
1.116 moko 12854: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12855: compilation, not all makefiles liked that
1.95 moko 12856:
12857: 2005-08-30 paf
12858:
12859: * src/classes/op.C: merge . speedup check of [DEFAULT]
12860:
12861: * src/classes/op.C: . speedup check of [DEFAULT]
12862:
12863: 2005-08-26 paf
12864:
12865: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12866:
12867: * src/: classes/date.C, types/pa_vdate.h: + date.week
12868:
12869: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12870: complains about bad!=nameless
12871:
12872: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12873: about bad!=nameless
12874:
12875: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12876: optional options were allowed to be empty. were checked
12877: if(is_string), changed to !defined||is_string to allow void
12878:
12879: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12880: classes/string.C, classes/table.C, classes/void.C: ! optional
12881: options were allowed to be empty. were checked if(is_string),
12882: changed to !defined||is_string to allow void
12883:
12884: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12885: as_junction where they needed as_int/double, so failed with
12886: recent "(const) now no junction" optimization
12887:
12888: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12889: merged ! many classes/* used as_junction where they needed
12890: as_int/double, so failed with recent "(const) now no junction"
12891: optimization
12892:
12893: * src/: classes/double.C, classes/int.C, classes/math.C,
12894: classes/op.C, classes/string.C, classes/table.C,
12895: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12896: used as_junction where they needed as_int/double, so failed with
12897: recent "(const) now no junction" optimization
12898:
12899: 2005-08-24 paf
12900:
12901: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12902: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12903: stripped it
12904:
12905: 2005-08-09 paf
12906:
12907: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12908: not cleared
12909:
12910: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12911: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12912: classes/hashfile.C, classes/image.C, classes/int.C,
12913: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12914: classes/response.C, classes/string.C, classes/table.C,
12915: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12916: include/pa_array.h, include/pa_cache_managers.h,
12917: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12918: include/pa_config_fixed.h, include/pa_config_includes.h,
12919: include/pa_dictionary.h, include/pa_dir.h,
12920: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12921: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12922: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12923: include/pa_request_charsets.h, include/pa_request_info.h,
12924: include/pa_sapi.h, include/pa_socks.h,
12925: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12926: include/pa_stack.h, include/pa_string.h,
12927: include/pa_stylesheet_connection.h,
12928: include/pa_stylesheet_manager.h, include/pa_table.h,
12929: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12930: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12931: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12932: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12933: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12934: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12935: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12936: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12937: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12938: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12939: main/pa_sql_driver_manager.C, main/pa_string.C,
12940: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12941: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12942: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12943: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12944: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12945: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12946: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12947: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12948: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12949: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12950: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12951: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12952: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12953: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12954: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12955: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12956: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12957: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12958: types/pa_vresponse.C, types/pa_vresponse.h,
12959: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12960: types/pa_vstateless_object.h, types/pa_vstatus.C,
12961: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12962: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12963: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12964: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12965: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12966:
12967: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12968: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12969: speedup consequent checks in vmethod_frame
12970:
12971: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12972: not cleared
12973:
12974: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12975: params: 50 max (were 10)
12976:
12977: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12978: params: 50 max (were 10)
12979:
12980: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12981: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12982: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12983: empty string) ! simplified (double) speedup consequent checks in
12984: vmethod_frame
12985:
12986: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12987: optimized constants in expressions vstring->vdouble + optimized
12988: ^call(vdouble), no junction creation, no calls later
12989:
12990: 2005-08-08 paf
12991:
12992: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12993: compile_tools.h: merged + optimized constants in expressions
12994: vstring->vdouble + optimized ^call(vdouble), no junction
12995: creation, no calls later
12996:
12997: * src/types/pa_vdouble.h: merged . double values without fractional
12998: part now default printed as %.0f instead of %g
12999:
13000: * src/types/pa_vdouble.h: . double values without fractional part
13001: now default printed as %.0f instead of %g
13002:
13003: * src/classes/hashfile.C: . merged ! second hashfile::open would
13004: cause an exception
13005:
13006: * src/classes/hashfile.C: ! second hashfile::open would cause an
13007: exception
13008:
13009: * src/: classes/classes.h, main/execute.C, types/pa_junction.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_vjunction.h,
13014: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13015: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13016: types/pa_vresponse.h, types/pa_vstateless_class.C,
13017: types/pa_vstateless_object.h, types/pa_vvoid.h,
13018: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13019: merged VJunction(new Junction) optimization from 3.1.4
13020:
13021: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13022: types/pa_vstateless_class.C: + optimized new VJunction(new
13023: Junction(params)) to new VJunction(params), thousands of mallocs
13024: removed
13025:
13026: 2005-08-05 paf
13027:
13028: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13029: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13030: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13031: creation, no calls later
13032:
13033: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13034: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13035: classes/hashfile.C, classes/image.C, classes/int.C,
13036: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13037: classes/response.C, classes/string.C, classes/table.C,
13038: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13039: include/pa_array.h, include/pa_cache_managers.h,
13040: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13041: include/pa_config_fixed.h, include/pa_config_includes.h,
13042: include/pa_dictionary.h, include/pa_dir.h,
13043: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13044: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13045: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13046: include/pa_request_charsets.h, include/pa_request_info.h,
13047: include/pa_sapi.h, include/pa_socks.h,
13048: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13049: include/pa_stack.h, include/pa_string.h,
13050: include/pa_stylesheet_connection.h,
13051: include/pa_stylesheet_manager.h, include/pa_table.h,
13052: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13053: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13054: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13055: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13056: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13057: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13058: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13059: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13060: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13061: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13062: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13063: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13064: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13065: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13066: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13067: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13068: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13069: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13070: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13071: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13072: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13073: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13074: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13075: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13076: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13077: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13078: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13079: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13080: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13081: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13082: types/pa_vstateless_object.h, types/pa_vstatus.C,
13083: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13084: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13085: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13086: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13087: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13088:
13089: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13090: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13091: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13092: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13093: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13094: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13095: optimized constants in expressions vstring->vdouble
13096:
13097: 2005-07-29 paf
13098:
13099: * src/types/pa_vclass.C: . shaped up error messages a bit
13100:
13101: * src/types/pa_vclass.C: + property getter can now be overridden
13102:
13103: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13104: bug fix: static parent fields were not replaced in case
13105: $derived:field[put] + property setter can now be overridden
13106:
13107: 2005-07-28 paf
13108:
13109: * configure, configure.in, src/classes/classes.h,
13110: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13111: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13112: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13113: src/classes/xnode.h, src/include/pa_hash.h,
13114: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13115: src/types/Makefile.am, src/types/pa_method.h,
13116: src/types/pa_value.h, src/types/pa_vclass.C,
13117: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13118: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13119: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13120: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13121: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13122: src/types/pa_vobject.C, src/types/pa_vobject.h,
13123: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13124: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13125: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13126: src/types/pa_vstateless_class.h,
1.95 moko 13127: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13128: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13129: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13130: dynamic_fields_join
13131:
13132: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13133: classes/xnode.C, include/pa_hash.h, main/execute.C,
13134: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13135: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13136: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13137: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13138: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13139: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13140: types/pa_vresponse.h, types/pa_vstateless_object.h,
13141: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13142: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13143: restored its checks in vobject.put_element->static fields |
13144: dynamic properties
13145:
13146: 2005-07-27 paf
13147:
13148: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13149: is some old code containing @set_name $name
13150:
13151: * src/types/pa_vobject.h: . fixed warning
13152:
13153: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13154: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13155:
13156: * src/: classes/xnode.C, include/pa_hash.h,
13157: types/pa_vstateless_class.C: ! new asserts were all false.
13158: regretfully reverted them all to checks
13159:
13160: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13161: classes/op.C, main/execute.C, types/pa_method.h,
13162: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13163: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13164: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13165: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13166: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13167: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13168: types/pa_vstateless_object.h, types/pa_vvoid.h,
13169: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13170: joined_dynamic_fields: removed unused param from put_method
13171: (returned to 3 params)
13172:
13173: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13174: joined_dynamic_fields: dynamic get/set works with overriding
13175: props [alpha2]
13176:
13177: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13178: works [alfa]
13179:
13180: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13181: classes/op.C, include/pa_hash.h, main/execute.C,
13182: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13183: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13184: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13185: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13186: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13187: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13188: types/pa_vresponse.h, types/pa_vstateless_class.C,
13189: types/pa_vstateless_object.h, types/pa_vvoid.h,
13190: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13191: joined_dynamic_fields: just compiled
13192:
13193: * src/: classes/date.C, classes/file.C, classes/hash.C,
13194: classes/hashfile.C, classes/image.C, classes/table.C,
13195: classes/xdoc.C, classes/xnode.h, main/execute.C,
13196: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13197: types/pa_vstateless_class.h: joined_dynamic_fields: started
13198:
13199: * src/types/pa_vobject.C: . object setters [only started, does not
13200: work yet]
13201:
13202: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13203: object setters [only started, does not work yet]
13204:
13205: 2005-07-26 paf
13206:
13207: * src/: include/pa_request.h, main/execute.C: . properties: set
13208: works [alpha2]. for classes. todo: for objects
13209:
13210: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13211: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13212: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13213: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13214: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13215: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13216: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13217: types/pa_vstateless_object.h, types/pa_vvoid.h,
13218: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13219: properties: set works [alpha1]
13220:
13221: 2005-07-25 paf
13222:
13223: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13224: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13225: properties: started, get works [alpha1, other approach]
13226:
13227: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13228: properties: started, get works [alpha2]
13229:
13230: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13231: pa_vstateless_class.h: . properties: started, get works [alpha]
13232:
13233: 2005-07-15 paf
13234:
13235: * src/: classes/classes.h, classes/op.C, main/execute.C,
13236: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13237: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13238: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13239: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13240: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13241: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13242: types/pa_vresponse.C, types/pa_vresponse.h,
13243: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13244: types/pa_vstateless_object.h, types/pa_vvoid.h,
13245: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13246: types/pa_wwrapper.h, types/types.vcproj: + started property
13247: [getters work but think of changing them too to precaching]
13248:
13249: 2005-07-08 paf
13250:
13251: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13252: gpf
13253:
13254: 2005-06-28 paf
13255:
13256: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13257: in passing empty strings to file::exec/cgi environment
13258:
13259: 2005-06-06 paf
13260:
13261: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13262: ^table:sql ^hash:sql now DO process $.bind option
13263:
13264: 2005-05-24 paf
13265:
13266: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13267: $.limit] now work again [support was broken in 3.1.4]
13268:
13269: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13270: ALL_INTERIOR_POINTERS
13271:
13272: 2005-05-12 paf
13273:
13274: * configure: 3.1.5beta
13275:
13276: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13277:
13278: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13279: $.limit] now work again [support was broken in 3.1.4]
13280:
13281: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13282: line-width [was refusing to fill if line-width >1, thanks to
13283: Seras <seras@pinxit.lt> for repro case
13284:
13285: 2005-04-25 paf
13286:
13287: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13288: correctly
13289:
13290: 2005-04-19 paf
13291:
13292: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13293: in VString violating invariant!!
13294:
13295: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13296: getenv("TZ")==null
13297:
13298: 2005-04-08 paf
13299:
13300: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13301: bugfix: when there is no char in charset one byte produces 6
13302: (ÿ <<max). increased buffer size!
13303:
13304: 2005-03-23 paf
13305:
13306: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13307: ^date.sql-string now takes TZ into account
13308:
13309: 2005-03-16 paf
13310:
13311: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13312: gcc 3.4
13313:
13314: * src/types/pa_vhash.C: . warning about eof eol
13315:
13316: 2005-02-17 paf
13317:
1.211 moko 13318: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13319: ^sleep(double seconds)
1.95 moko 13320:
13321: 2005-02-02 paf
13322:
13323: * src/classes/xnode.C: beauty: removed needless includes
13324:
13325: 2005-01-31 paf
13326:
13327: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13328: $.partNoNumber now alias to $.part1
13329:
13330: * src/types/pa_vmail.C: change: incoming letter part contains
13331: "content-disposition" header with any value? now considering that
13332: part to be "file#" [for text/plain text/html were $.text#
13333: $.html#]
13334:
13335: * INSTALL: updatet to latest working versions available
13336:
13337: 2005-01-20 paf
13338:
13339: * configure.in, src/include/pa_version.h: version
13340:
13341: 2005-01-19 paf
13342:
1.116 moko 13343: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13344: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13345: couple warnings in parser3.C
1.95 moko 13346:
13347: 2004-12-23 paf
13348:
13349: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13350:
13351: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13352: dir to directory of script (when shbang used), not to directory
13353: of its interpreter
13354:
13355: * src/include/pa_version.h: compiled on win32...
13356:
13357: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13358: we need more hspace
13359:
13360: * configure, configure.in, src/include/pa_version.h: configured
13361: host to pa_version. will be displayed everywhere
13362:
13363: * src/main/pa_request.C: new: @unhandled_exception can prevent
13364: exception from being logged by setting $exception.handled(1)
13365:
1.211 moko 13366: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13367: ^file::sql{query}[[options]] options: $.name[file name]
13368: $.content-type[application/what]
13369:
13370: * src/: include/pa_common.h, main/pa_common.C,
13371: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13372: new file
13373:
13374: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13375: bugfix: table->hash now regards _default
13376:
13377: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13378: created by accessing $name_of_method it acquired bad self=closest
13379: methodframe; instead of proper self (current class)
13380:
13381: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13382: hashfile produced bad cord
13383:
13384: 2004-12-10 paf
13385:
13386: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13387: subsequent failures though defined in .h
13388:
13389: * src/main/pa_common.C: comment on volatile
13390:
13391: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13392: alarm function were not used since the beginning due to stupid
13393: error [setsigjmp were not checked in configure.in]
13394:
13395: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13396: unix too
13397:
13398: * src/main/pa_common.C: http: exception status of send/recv errors
13399: change to most probable http.timeout
13400:
13401: * src/main/pa_common.C: win32: http connection $.timeout option now
13402: works [setsockopt on send/receive]
13403:
13404: 2004-12-08 paf
13405:
13406: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13407: cstr-ed knowing mail charset, and untainting uri lang now knows
13408: proper charset
13409:
13410: 2004-11-24 paf
13411:
13412: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13413:
13414: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13415: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13416:
13417: 2004-11-12 paf
13418:
13419: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13420: [since 3.0.4]
13421:
13422: 2004-11-09 paf
13423:
13424: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13425: writes basics to c:\parser3.log
13426:
13427: 2004-10-21 paf
13428:
13429: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13430: tainted strings [were returning clean onces]
13431:
13432: 2004-10-15 paf
13433:
13434: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13435: cycles(i=1; i=2), which was wrong, now does ONE
13436:
13437: 2004-10-12 paf
13438:
13439: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13440:
13441: 2004-10-07 paf
13442:
13443: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13444: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13445: release asserts
13446:
13447: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13448: String.dump() to stdout in detailed form [were String.v() in
13449: short form]
13450:
13451: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13452: \t\r\n as @#| and truncates long char sequences less
13453:
13454: 2004-10-06 paf
13455:
13456: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13457: win32 beauty: socket errors properly decoded
13458:
13459: 2004-10-05 paf
13460:
13461: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13462: request::configure_user/admin done always, even if no
13463: file-to-process useful in @unhandled_exception [say, if they
13464: would want to mail by SMTP something]
13465:
13466: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13467: now performed prior to file loading [and @auto executing] thus
13468: making $cookie:value available in @auto and in
13469: @unhandled_exception when IIS is configured to run interpreter
13470: even if no file exist
13471:
13472: 2004-09-20 paf
13473:
13474: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13475: somewhere where it should have called xmlMalloc and it calls
13476: xmlFree when it should have not called it. inserted two
13477: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13478: xmlFree just ignored. put away a testcase, maybe someday libxml
13479: author would fix all that. until that day: we have SLOW garbage
13480: collecting when many xml objects are alive hint: do
13481: ^memory:compact[] before xdoc::create
13482:
13483: 2004-09-17 paf
13484:
13485: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13486: error from 3.0.8 version]
13487:
13488: 2004-09-14 paf
13489:
13490: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13491: part bugfix: hashfile.foreach iterated only part if hashfile were
13492: modified inside
13493:
13494: 2004-09-13 paf
13495:
13496: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13497: [were as octal]
13498:
13499: * src/types/pa_vhashfile.C: beauty: not reproduced
13500: $hashfile.key[$novalue] bug [reported by motorin], inserted
13501: safety-check
13502:
13503: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13504: [not something obscure from sdbm lib]
13505:
13506: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13507: = strerror now returnes something and we can properly report that
13508: to client
13509:
13510: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13511: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13512:
13513: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13514: [tainted as-is] this helps //[space][newline] to remain as-is and
13515: not be unnecessary optimized away [ruining javascript]
13516:
13517: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13518: [tainted as-is]
13519:
13520: * src/classes/mail.C: bugfix: typo error
13521:
13522: 2004-09-09 paf
13523:
13524: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13525: separators bugfix: loads header with endings \r\n\r\n and \n\n
13526: (bloody yandex.server)
13527:
13528: 2004-09-06 paf
13529:
13530: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13531: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13532: encoded
13533:
13534: 2004-09-01 paf
13535:
13536: * src/types/pa_vmail.C: change: multipart/mixed changed to
13537: multipart/related outlook express have no problems showing
13538: unrelated attachments. todo: someday figure out a way of
13539: multipart/mixed multipart/related text/html
13540: image/xxx application/octet-stream << true attachments
13541:
13542: * src/types/pa_vmail.C: new:
13543: ^mail:send[$.file[$.content-disposition can be overriden new:
13544: empty mail header fields removed from letter
13545:
13546: * src/: classes/mail.C, include/pa_config_fixed.h,
13547: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13548: ^mail:send[ $.file[ $.any[header]
13549:
13550: 2004-08-30 paf
13551:
13552: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13553: warnings
13554:
13555: * src/main/pa_common.C: beauty: do not bother with charset
13556: detection when ^file::load[binary
13557:
13558: 2004-08-27 paf
13559:
13560: * src/main/pa_common.C: hack: for yandex.server http server
13561:
13562: 2004-08-18 paf
13563:
13564: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13565: possibly-chunked response
13566:
13567: 2004-08-17 paf
13568:
13569: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13570: $f.content-type now = that of http response
13571:
13572: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13573: $f.content-type now = that of http response
13574:
13575: 2004-07-30 paf
13576:
13577: * src/: include/pa_request.h, main/pa_request.C,
13578: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13579: win32: system&parser exceptions in release mode reported properly
13580: parser exception in exception handler WERE mistakenly reported as
13581: system exception, without details [in apache & isapi] +some
13582: beauty in exception text
13583:
13584: * src/: include/pa_exception.h, main/pa_request.C,
13585: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13586: release mode reported properly parser exception in exception
13587: handler WERE mistakenly reported as system exception, without
13588: details
13589:
13590: * src/main/execute.C: beauty: simplified system exception handling
13591:
13592: 2004-07-29 paf
13593:
13594: * src/classes/table.C: bugfix:
13595: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13596: were ignored, and \t used unconditionally]
13597:
13598: * src/types/Makefile.am: added vhash.c
13599:
13600: 2004-07-28 paf
13601:
13602: * src/: classes/date.C, classes/image.C, classes/math.C,
13603: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13604: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13605: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13606: failed on russian letters
13607:
13608: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13609: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13610: letters
13611:
13612: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13613: as 'currentDirectory' parameter to CreateProcess
13614:
13615: 2004-07-27 paf
13616:
13617: * src/targets/cgi/parser3.vcproj: beauty: win32:
13618: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13619: from release somewhere [to help searching for unhandled system
13620: exceptions]
13621:
13622: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13623: TZ shift
13624:
13625: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13626: but also in ctor
13627:
13628: 2004-07-26 paf
13629:
1.211 moko 13630: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13631: src/main/pa_common.C, src/main/pa_request.C,
13632: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13633: src/types/types.vcproj: new: $response:body/download[
13634: $.file[name on disk] $.name[of file for user]
13635: $.mdate[date of last-modified. default from directory] ]
13636:
13637: * src/classes/file.C: moving file:send somewhere else..
13638:
13639: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13640: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13641: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13642: $response:download[ $.filename[filename] $.option[] ,, ]
13643:
13644: * src/classes/file.C: beauty: invalid mode thoroughly reported
13645:
13646: 2004-07-21 paf
13647:
13648: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13649: to several lines
13650:
13651: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13652:
13653: note: ms outlook[!express] shows only first 255 characters of
13654: subject
13655:
13656: 2004-07-15 paf
13657:
13658: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13659: off]
13660:
13661: 2004-07-14 paf
13662:
13663: * src/classes/table.C: bugfix: $.bind values now got untainted
13664: according to lang [were: as-is]
13665:
13666: 2004-07-07 paf
13667:
13668: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13669: checked that
13670:
13671: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13672: now untainted according to their languages. were: as-is.
13673: EVERYWHERE
13674:
13675: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13676: environment string now untainted according to their languages.
13677: were: as-is. EVERYWHERE
13678:
13679: * src/main/pa_exec.C: bufix: on unix environment string now
13680: untainted according to their languages. were: as-is. on win32:
13681: ok
13682:
13683: * parser3.vssscc: ...would not go unnoticed
13684:
13685: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13686: fails. in case on input appears nonutf, those bytes will be
13687: printed in %HH form. that can be easily decoded/recovered.
13688:
13689: this form is quite noticable, and hopefully would not go noticed
13690:
13691: 2004-07-06 paf
13692:
13693: * src/main/pa_exec.C: bufix: on unix environment string now
13694: untainted according to their languages. were: as-is. on win32:
13695: ok
13696:
13697: 2004-07-01 paf
13698:
13699: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13700: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13701: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13702: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13703: main/main.vcproj, targets/cgi/parser3.vcproj,
13704: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13705: option: global optimization ON
13706:
13707: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13708: to do xdoc::create{invalid chars} standard disables chars less
13709: then \x20, except tab, cr, lf.
13710:
13711: changed tainting so that those become '!'
13712:
13713: 2004-06-25 paf
13714:
13715: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13716: int on odd address [prev bugfix failed due to superwize
13717: optimizer, which turned memcpy into same 'ld' asm command]
13718:
13719: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13720: int on odd address
13721:
13722: 2004-06-22 paf
13723:
13724: * src/sql/pa_sql_driver.h: note: about possible optimization
13725:
1.211 moko 13726: * operators.ru.txt, operators.txt, src/classes/hash.C,
13727: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13728: src/classes/void.C, src/include/pa_config_includes.h: new:
13729: ^void:sql{call paf(:a)}[ $.bind[
13730: $.a[2] ] ] output variables work. todo:
13731: check in out variables
1.95 moko 13732:
13733: 2004-06-18 paf
13734:
13735: * src/: classes/file.C, classes/hash.C, classes/string.C,
13736: classes/table.C, classes/void.C, include/pa_globals.h,
13737: include/pa_sql_connection.h, main/compile.tab.C,
13738: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13739: $.bind[ $.a[2] ]
13740: ] input variables work. todo:output
13741:
13742: * src/targets/cgi/parser3.C: bugfix: iis specific
13743: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13744: /_bug.html?404;http://hpsv/test/
13745: --------------------------------------------------------------------------------
13746: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13747: --------------------------------------------------------------------------------
13748: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13749:
13750: 2004-06-16 paf
13751:
13752: * src/targets/cgi/parser3.C: new: iis specific
13753: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13754: $request:query
13755: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13756: $form:fields IIS-STATUS="404"
13757: IIS-DOCUMENT="http://server/_bug.html" f="v"
13758:
13759: todo: isapi too
13760:
13761: 2004-05-26 paf
13762:
13763: * src/include/pa_version.h: 3.1.3
13764:
1.211 moko 13765: * operators.ru.txt, operators.txt: beauty: removed outdated level
13766: 'table'
1.95 moko 13767:
13768: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13769:
13770: * src/main/pa_string.C: beauty: removed 3 warnings
13771:
13772: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13773: classes/op.C: beauty: removed outdated level 'table'
13774:
13775: 2004-05-25 paf
13776:
13777: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13778: implementation. mistery: how anything worked
13779:
13780: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13781: changed, it is now safe to use url if pointers to it are stored
13782: to gc mem
13783:
13784: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13785: unknown errors reported and not cause SIGSEGV now
13786:
13787: 2004-05-24 paf
13788:
13789: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13790: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13791: less memory: CORD_chars_block originally intended to ... it was
13792: good that CORD_chars_block were not used: it consumes more memory
13793: [and, might be slow too] undoing that. [and removed that func so
13794: that it would not confuse parser developer in future]
13795:
13796: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13797: less memory: CORD_chars_block originally intended to
13798: speedup/reduce mem usage were forgotten, and were used stupid
13799: CORD_chars
13800:
13801: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13802:
13803: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13804: BIGENDIAN processors space-conserving mech failed, causing
13805: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13806: (1|2|3));
13807:
13808: 2004-05-14 paf
13809:
13810: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13811: bugfix: void now has vfile value, and $response:body[] works OK
13812:
13813: 2004-05-12 paf
13814:
13815: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13816: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13817: sources to use is_defined() {return as_bool();} along VBool
13818:
13819: 2004-05-11 paf
13820:
13821: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13822: referencing to local objects
13823:
13824: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13825: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13826: left intact
13827:
13828: 2004-04-15 paf
13829:
13830: * src/classes/date.C: merged: beauty: unused var removed
13831:
13832: * src/classes/date.C: beauty: unused var removed
13833:
13834: * src/include/: pa_exec.h: bugfix: interface without pointer
13835: provoked bug
13836:
13837: 2004-04-09 paf
13838:
13839: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13840:
13841: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13842:
13843: 2004-04-08 paf
13844:
13845: * src/classes/date.C: new: ^date::create[y-m-d
13846: h-M-s>>.milliseconds<<] now allowed, ignored so far
13847:
13848: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13849:
13850: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13851: to consult default catalog [usually, that file belongs to other
13852: user/group]
13853:
13854: 2004-04-06 paf
13855:
13856: * src/main/pa_common.C: beauty: gcc warning removed
13857:
13858: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13859: accept that trick, trying other
13860:
13861: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13862: explicit result problem
13863:
13864: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13865: explicit result problem
13866:
13867: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13868: explicit result problem
13869:
1.211 moko 13870: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13871: ^string.append[string]
1.95 moko 13872:
13873: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13874: main/execute.C: attempt_check_call_in_explicit_result_mode:
13875: failed
13876:
13877: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13878: http://i.p.a.ddress gethostbyaddr added [on some platforms
13879: gethostbyname failed with such 'domains'] now checked properly,
13880: were: needless reverse/forward dns lookup
13881:
13882: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13883: http://i.p.a.ddress gethostbyaddr added [on some platforms
13884: gethostbyname failed with such 'domains'] now checked properly,
13885: were: needless reverse/forward dns lookup
13886:
13887: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13888: @method[][result] means "no string output here" moved to lexical
13889: level [on grammar level it were too difficult]
13890:
1.211 moko 13891: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13892: src/main/compile.tab.C, src/main/compile.y,
13893: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13894: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13895: string output here", implemented part of that idea: compiler
13896: throws away string literal generation code. and barks
13897: nonwhitespace chars
1.95 moko 13898:
1.211 moko 13899: * operators.ru.txt, operators.txt: truth: removed comment about
13900: $ORIGIN
1.95 moko 13901:
13902: 2004-04-05 paf
13903:
13904: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13905: src/include/pa_version.h, src/main/pa_common.C,
13906: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13907:
13908: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13909: Konstantin Tomashevitch [mailto:konst@design.ru]
13910:
13911: * src/doc/html2chm.cmd: beauty: no need in bg here
13912:
13913: * src/doc/sources2html.cmd: beauty: same window, in bg it
13914: interfered with FAR console
13915:
13916: * configure, configure.in: 3.1.3
13917:
13918: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13919:
13920: * src/main/pa_common.C: removed warning
13921:
13922: * src/include/pa_version.h: 3.1.3
13923:
13924: 2004-04-02 paf
13925:
13926: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13927:
13928: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13929: allows to specify where to put parser log file
13930:
13931: 2004-04-01 paf
13932:
13933: * src/classes/table.C: bugfix: bugfix: table::load last line
13934: without tab and enter were ignored
13935:
13936: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13937: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13938: main/pa_socks.C, targets/cgi/parser3.C,
13939: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13940: bugfix: sql connections now are disconnected
13941:
13942: 2004-03-30 paf
13943:
13944: * src/classes/table.C: bugfix: table::load last line without tab
13945: and enter were ignored
13946:
13947: * src/classes/table.C: bufix: if last table lines were commented,
13948: gpfed
13949:
13950: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13951: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13952: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13953: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13954: doc/methoded.dox, doc/object.dox, doc/string.dox,
13955: doc/targets.dox, doc/value.dox, include/pa_version.h,
13956: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13957: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13958: bugfixes from 3.1.2, changed version to 3.1.3beta
13959:
13960: 2004-03-29 paf
13961:
13962: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13963: causes gpf
13964:
13965: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13966: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13967: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13968: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13969: value.dox: translated to english
13970:
13971: 2004-03-25 paf
13972:
13973: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13974: parser3project dependency removed
13975:
13976: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13977: bugfix: refused to compile without xml
13978:
13979: * src/types/pa_vform.C: beauty: removed warning
13980:
13981: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13982: any folder [removed last ;) folder dependency]
13983:
13984: * src/classes/classes.vcproj: bugfix: now all compiles in any
13985: folder [removed last ;) folder dependency]
13986:
13987: * src/include/pa_version.h: release
13988:
13989: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13990:
13991: * src/classes/table.C: beauty: comment& more meaningful error
13992: message
13993:
13994: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13995: $.hash[$.column_value1(true) ... ] [were producing some strang
13996: thing]
13997:
13998: 2004-03-23 paf
13999:
14000: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14001: and http status line parsing checked number of columns in table
14002: [user reported an assert]
14003:
1.211 moko 14004: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14005:
14006: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14007: bugfix: junction reattach now actually reattaches a junction to
14008: new wcontext [were only assigning it to junction, which caused
14009: junction tracking to loose junction, and it's context were not
14010: killed, and it tried to process in invalid context, gpf]
14011:
14012: * src/targets/cgi/parser3.C: debug helper added
14013:
14014: 2004-03-19 paf
14015:
14016: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14017: "type(type)" in braces
14018:
14019: 2004-03-10 paf
14020:
1.211 moko 14021: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14022: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14023: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14024: src/types/pa_vxnode.h: new: refined solution to
14025: search-in-namespaces problem:
1.95 moko 14026: $xdoc.search-namespaces.x[http://pif.design.ru/]
14027: $nodes[^xdoc.select[//x:second]]
14028:
1.211 moko 14029: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14030: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14031: search for info in namespaces
1.95 moko 14032:
14033: $nodes[^xdoc.select[//x:second][
14034: $.x[http://pif.design.ru/] ]]
14035:
14036: 2004-03-09 paf
14037:
1.211 moko 14038: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14039: ^file::load[...][options] $.form[
14040: !$.field1[string]
14041: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14042: ] !$.body[string]
14043:
14044: GET ?here notGET(POST, HEAD, others) in content-type:
14045: application/x-www-form-urlencoded
14046:
14047: todo: upload files ability
14048:
14049: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14050: properly, done
14051:
14052: 2004-03-05 paf
14053:
1.211 moko 14054: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14055: file::load[;http:// GET/POST $.form[$.fields started, not tested
14056: yet todo:$.field[table] for multiple values
1.95 moko 14057:
1.211 moko 14058: * operators.ru.txt, operators.txt: new: http:// options $.user
14059: $.password basic authorization
1.95 moko 14060:
14061: * src/main/pa_common.C: beauty: link to rtf added
14062:
1.211 moko 14063: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14064: src/main/pa_common.C: new: http:// options $.user $.password
14065: basic authorization
1.95 moko 14066:
14067: * src/main/pa_common.C: beauty: removed needless vars
14068:
1.211 moko 14069: * operators.ru.txt, operators.txt: new: pgsql option [like that
14070: recently added to oracle driver]
14071: ClientCharset=parser-charset << charset in which parser thinks
14072: client works
14073:
14074: * operators.ru.txt, operators.txt: new: odbc option [like that
14075: recently added to oracle driver]
14076: ClientCharset=parser-charset << charset in which parser thinks
14077: client works
1.95 moko 14078:
14079: * src/sql/pa_sql_driver.h: beauty: important warning added
14080:
14081: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14082: char!
14083:
14084: * etc/parser3.charsets/windows-1251.cfg: typo
14085:
14086: 2004-03-04 paf
14087:
14088: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14089: cached, sql transcoding now goes faster
14090:
1.211 moko 14091: * operators.ru.txt, operators.txt: new: mysql option [like that
14092: recently added to oracle driver]
14093: ClientCharset=parser-charset << charset in which parser thinks
14094: client works
1.95 moko 14095:
14096: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14097: typo error
14098:
14099: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14100: chars commented
14101:
14102: 2004-03-03 paf
14103:
14104: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14105: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14106:
14107: 2004-03-02 paf
14108:
1.211 moko 14109: * operators.ru.txt, operators.txt: new[update typo]:
14110: !^void.left(n) nothing !^void.right(n) nothing
14111: !^void.mid(p[;n]) nothing
14112:
14113: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14114: !^void.left(n) nothing !^void.right(n) nothing
14115: !^void.pos(p[;n]) nothing
1.95 moko 14116:
1.211 moko 14117: * operators.ru.txt, operators.txt, src/classes/file.C,
14118: src/include/pa_string.h: new:
1.95 moko 14119: ^file::sql[[name_to_become_$.name]]{} query result must be one
14120: row with columns: first: data second: file name third:
14121: content-type
14122:
1.211 moko 14123: * operators.ru.txt, operators.txt, src/classes/file.C:
14124: ^file.sql-string[] inside ^connect gets properly escaped string,
14125: which can be passed to request now this for mysql only. it's up
14126: to parser sql driver to fix zeros properly
1.95 moko 14127:
14128: * INSTALL: note: added on building apache with this option:
14129: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14130:
14131: 2004-03-01 paf
14132:
14133: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14134: extension memory:compact befor processingrequest
14135:
1.211 moko 14136: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14137: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14138:
1.211 moko 14139: * operators.ru.txt, operators.txt, src/classes/image.C,
14140: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14141: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14142:
14143: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14144: beauty: image -- less checks [were ugly impl]
14145:
14146: * src/classes/string.C: bugfix: ^string.left/right/mid with
14147: negative values now considered bad
14148:
14149: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14150:
14151: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14152: options now have unified defaults [after transform
14153: indent/omit-xml-declaration/standalone 'default' erroreously
14154: meant 'true']
14155:
14156: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14157: added [on some platforms gethostbyname failed with such
14158: 'domains']
14159:
14160: * src/include/pa_config_auto.h.in: no select check, no define
14161:
14162: * src/classes/string.C: feature: ^string.trim both parameters may
14163: be empty-strings, meaning kind=both chars=whitespaces
14164:
14165: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14166: exist
14167:
14168: * src/classes/string.C: check: trim 'chars' must not be empty,
14169: exception if it is
14170:
14171: * src/classes/string.C: changed: ^string.trim [] << both,
14172: whitespaces [start|both|end] << kind, whitespaces
14173: [start|both|end;chars] full
14174:
14175: 2004-02-27 paf
14176:
1.211 moko 14177: * operators.ru.txt, operators.txt, src/classes/string.C,
14178: src/main/pa_string.C: new method:
14179: ^string.trim[start|both|end[;chars]] default 'chars' --
14180: whitespace chars finished
1.95 moko 14181:
1.211 moko 14182: * operators.ru.txt, operators.txt, src/classes/string.C,
14183: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14184: ^string.trim[start|both|end[;chars]] default 'chars' --
14185: whitespace chars started, only start works
14186:
14187: * src/main/compile.C: bugfix: line numbers after
14188: ^process{}[$.line(-10]] can be negative, allowed to print they as
14189: signed
14190:
14191: * src/main/untaint.C: speed: there's no \n chars in output
14192: [normally], so no need to optimize them they could be retrived
14193: from databases, though. but 1. should be replaced 2. if not
14194: optimized, no harm done
14195:
14196: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14197: ^file::exec/cgi could return invalid status & zombie child can
14198: remain for short period until process exists [very bad in
14199: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14200:
14201: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14202: malicious SMTP server to attack as by returning too long status
14203: responses http://i2/tasks/edit/?id=4629448401140924947
14204:
14205: 2004-02-26 paf
14206:
1.211 moko 14207: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14208: has options] which are $.main[to what to rename @main]
1.95 moko 14209: $.file[file, from which (user says) goes that CODE]
14210: $.lineno(line number in that file, where CODE starts. may be
14211: negative)
14212:
1.211 moko 14213: * operators.ru.txt, operators.txt, src/classes/op.C,
14214: src/include/pa_request.h, src/main/compile.C,
14215: src/main/compile_tools.h, src/main/pa_request.C: feature:
14216: ^process...{CODE}[now has options] which are $.main[to
14217: what to rename @main] $.file[file, from which (user says)
14218: goes that CODE] $.lineno(line number in that file, where
14219: CODE starts. may be negative)
14220:
1.95 moko 14221: 2004-02-25 paf
14222:
1.116 moko 14223: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14224: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14225:
14226: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14227: produces hash of column=>1
14228:
14229: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14230: with incomplete errno constants set
14231:
14232: 2004-02-24 paf
14233:
14234: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14235: "man select"
14236:
14237: * src/main/pa_os.C: beauty: <0 better then ==-1
14238:
14239: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14240:
14241: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14242:
1.116 moko 14243: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14244:
14245: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14246: unix: steps to work on unix [extracted 'to']
14247:
14248: * src/classes/mail.C: smtp on unix: steps to work on unix
14249:
14250: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14251:
1.116 moko 14252: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14253: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14254: unix [testing on solaris]
1.95 moko 14255:
14256: 2004-02-20 paf
14257:
14258: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14259: pointing that out
14260:
14261: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14262: fixed again [same solution, mistanenly removed one line]
14263:
14264: 2004-02-19 paf
14265:
14266: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14267: date::create from bad datetime in spring daylightsaving hole now
14268: OK for all platforms [on some platforms it failed]
14269:
14270: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14271: in daylightsaving hole] now throws error
14272:
14273: * src/classes/date.C: comment: mistake fixed
14274:
14275: 2004-02-18 paf
14276:
14277: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14278: now renderes in $request:charset, but in header puts
14279: $response:charset todo: make that default only so that coder
14280: could override that
14281:
14282: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14283: turns off omit-xml-declaration
14284:
14285: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14286: /.xsl for sample
14287:
14288: 2004-02-17 paf
14289:
14290: * src/classes/xdoc.C: beauty: needless helper class removed
14291:
14292: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14293: copied extra time
14294:
14295: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14296: part of libxml
14297:
14298: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14299: libxml to do the work] <xsl:output method="html"
14300: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14301: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14302: />
14303:
14304: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14305:
14306: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14307: caused assertion
14308:
14309: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14310: could hang. now such add does nothing, sub clears $hash
14311:
14312: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14313: not made quoted-printable
14314:
14315: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14316: string invariant
14317:
14318: 2004-02-16 paf
14319:
14320: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14321: cleared [were not cleared properly]
14322:
14323: 2004-02-13 paf
14324:
1.116 moko 14325: * src/include/pa_version.h: prerelease
1.95 moko 14326:
14327: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14328: used, introducing dependencies timestamp check
14329:
14330: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14331: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14332: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14333: .xsl.stamp now not used, introducing dependencies timestamp check
14334:
1.150 moko 14335: * configure.in: auto.p: @conf made relative
1.95 moko 14336:
14337: 2004-02-12 paf
14338:
14339: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14340: ruined empty <input type=file> submits. parser thought there were
14341: nameless empty file and $form:field got value of type 'file'
14342:
14343: * INSTALL: --without-threads
14344:
14345: * src/include/pa_sapi.h: 2004
14346:
14347: 2004-02-11 paf
14348:
14349: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14350: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14351: classes/hashfile.C, classes/image.C, classes/int.C,
14352: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14353: classes/response.C, classes/string.C, classes/table.C,
14354: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14355: include/pa_array.h, include/pa_cache_managers.h,
14356: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14357: include/pa_config_fixed.h, include/pa_config_includes.h,
14358: include/pa_dictionary.h, include/pa_dir.h,
14359: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14360: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14361: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14362: include/pa_request_charsets.h, include/pa_request_info.h,
14363: include/pa_socks.h, include/pa_sql_connection.h,
14364: include/pa_sql_driver_manager.h, include/pa_stack.h,
14365: include/pa_string.h, include/pa_stylesheet_connection.h,
14366: include/pa_stylesheet_manager.h, include/pa_table.h,
14367: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14368: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14369: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14370: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14371: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14372: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14373: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14374: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14375: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14376: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14377: main/pa_sql_driver_manager.C, main/pa_string.C,
14378: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14379: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14380: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14381: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14382: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14383: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14384: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14385: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14386: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14387: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14388: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14389: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14390: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14391: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14392: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14393: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14394: types/pa_vresponse.h, types/pa_vstateless_class.C,
14395: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14396: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14397: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14398: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14399: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14400: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14401:
14402: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14403: debug version of gc.dll
14404:
14405: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14406: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14407: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14408: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14409: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14410: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14411: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14412: processes
14413:
14414: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14415: main/pa_globals.C, targets/cgi/parser3.vcproj,
14416: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14417: changes to reflect libxml xsl new folders
14418:
14419: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14420: lib/smtp/smtp.vcproj, main/main.vcproj,
14421: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14422: to reflect libxml xsl new folders
14423:
14424: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14425: lib/smtp/smtp.vcproj, main/main.vcproj,
14426: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14427: types/types.vcproj: started changes to reflect libxml xsl new
14428: folders
14429:
14430: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14431: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14432: src/main/compile.tab.C, src/main/main.vcproj,
14433: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14434: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14435: started changes to reflect libxml xsl new folders
14436:
14437: 2004-02-10 paf
14438:
14439: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14440: compile. recommened latest libxml up to date
14441:
14442: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14443: pattern compilation errors", on which spent 4 hours worktime. use
14444: versions higher than that. recommended now latest up to date
14445:
14446: 2004-02-06 paf
14447:
14448: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14449: beauty: unified destructing style
14450:
14451: * src/main/untaint.C: beauty: removed old def/ifdef
14452:
14453: * src/main/untaint.C: beauty: coredump @unknown untaint language
14454: now
14455:
14456: 2004-02-03 paf
14457:
14458: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14459: targets/isapi/parser3isapi.C, types/pa_value.C,
14460: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14461: then %ld/%lu
14462:
14463: * src/main/pa_common.C: typo: %l -> %u
14464:
14465: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14466: in attributes or documents-results of transform now not xx;
14467:
14468: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14469:
14470: * src/main/pa_charset.C: bugfix: forgot to undo some
14471:
14472: * src/main/pa_charset.C: beauty: uncomment
14473: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14474: libraries
14475:
14476: 2004-02-02 paf
14477:
14478: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14479: $cookie:example[ $.value[value] $.path[/there/] ]
14480:
14481: $cookie:example[ $.value[] $.expires[session]
14482: $.path[/there/] $.domain[test.com] ]
14483:
14484: * src/types/pa_vform.C: bugfix: empty values with
14485: enctype=multipart/form-data now produce entries in $form:tables
14486: <form method=post enctype=multipart/form-data> <input type=hidden
14487: name=a> <input type=hidden name=b>
14488:
14489: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14490: <hr> <pre>$request:body
14491:
14492: 2004-01-30 paf
14493:
14494: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14495: or documents-results of transform now not xx;
14496:
14497: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14498: produce exception.
14499:
14500: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14501: bugfix: ^date::create[invalid fields now produce exception.
14502:
14503: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14504: year] now produces exception. todo: check other fields
14505:
14506: 2004-01-29 paf
14507:
14508: * src/include/pa_memory.h: typo error
14509:
14510: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14511: more byte then specified, then zeroed it << useless and
14512: potentially harmful(could gpf)
14513:
14514: 2004-01-22 paf
14515:
14516: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14517:
14518: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14519: optimization
14520:
14521: * src/main/untaint.C: bugfix: whitespace now optimized properly
14522: [were bug: ^taint[1 & 2]="1 &2"
14523:
14524: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14525: errors
14526:
14527: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14528: overflow
14529:
14530: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14531: error-reporting code * in parser-error reporting code [when no
14532: @unhandled_exception defined]
14533:
14534: fixed in one place: my *snprintf override
14535:
14536: 2004-01-13 paf
14537:
1.211 moko 14538: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14539:
14540: 2003-12-25 paf
14541:
14542: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14543: garbled [pieces after zero bytes were removed]
14544:
14545: 2003-12-22 paf
14546:
1.116 moko 14547: * src/include/Makefile.am: bugfix: removed from dist:
14548: src/include/pa_config_auto.h which were configured for
1.95 moko 14549: make-dist-platform and badly updated proper config file in target
14550: [when .tar used for updating existing source tree]
14551:
1.211 moko 14552: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14553: src/include/pa_sql_connection.h,
14554: src/include/pa_sql_driver_manager.h,
14555: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14556: feature: sql introducing ability to transcode charsets
14557:
14558: 2003-12-19 paf
14559:
14560: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14561: error message
14562:
14563: * src/main/pa_charset.C: bugfix: memory for charsethandler
14564: structure for libxml now allocated properly
14565:
14566: 2003-12-17 paf
14567:
14568: * src/types/pa_vfile.C: beauty: removed outdated cast
14569:
14570: * src/main/pa_common.C: bugfix: empty http response caused gpf
14571:
14572: * src/include/pa_string.h: bugfix: removed too strong a assert
14573:
14574: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14575: unreported xmlGenericErrors]
14576:
14577: 2003-12-15 paf
14578:
14579: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14580: works}
14581:
14582: 2003-12-11 paf
14583:
1.211 moko 14584: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14585: !$status:pid process id
1.95 moko 14586: !$status:tid thread id
14587:
14588: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14589: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14590: bugfix(solaris): removed dependency on object initialization
14591: order [one more place]
14592:
14593: * src/: classes/file.C, classes/mail.C, classes/op.C,
14594: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14595: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14596: understand that
14597:
14598: * src/: classes/file.C, classes/mail.C, classes/op.C,
14599: classes/xdoc.C, include/pa_cache_managers.h,
14600: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14601: include/pa_stylesheet_manager.h, main/pa_request.C,
14602: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14603: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14604: ctor call [relying on implicit String::Body(cstr) call]
14605:
14606: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14607: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14608: object initialization order [two places]
14609:
14610: 2003-12-10 paf
14611:
14612: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14613: << time now ok
14614:
1.211 moko 14615: * operators.ru.txt, operators.txt,
14616: src/main/pa_sql_driver_manager.C,
1.95 moko 14617: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14618: operational
14619:
1.211 moko 14620: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14621: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14622: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14623: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14624: back operational
14625:
14626: 2003-12-02 paf
14627:
14628: * src/types/pa_vmail.C: bugfix:
14629: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14630: as-is forced]
14631:
14632: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14633: exceptions out of libxml callbacks: reimplemented error handling
14634: of http://localhost, parser://method and safemode check callbacks
14635:
14636: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14637: [merged from HEAD]
14638:
14639: * src/classes/image.C: nothing: comment removed
14640:
14641: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14642: addresses to int
14643:
14644: 2003-12-01 paf
14645:
14646: * src/main/pa_xml_io.C: bugfix: typo
14647:
14648: * src/main/pa_globals.C: bugfix: win32: compile prob
14649:
14650: * src/classes/xdoc.C: bugfix: typo
14651:
14652: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14653: exception
14654:
14655: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14656:
14657: 2003-11-28 paf
14658:
14659: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14660: all xml documents read
14661:
14662: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14663:
14664: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14665: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14666: replaced original open mech of xdoc::create & co to use libxml
14667: open, so that this would work for root document todo: safe mode
14668: checks to libxml: ideally to some 1 point
14669:
14670: * src/main/pa_xml_io.C: comment
14671:
1.211 moko 14672: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14673: in http://parser[abscent params]
1.95 moko 14674:
1.211 moko 14675: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14676: src/main/pa_xml_io.C: works. todo: maybe replace original open
14677: mech of xdoc::create & co to use libxml open, so that this would
14678: work for root document
1.95 moko 14679:
14680: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14681: "parser://method/params/here"> <test> &test^; </test> }]
14682:
14683: ^taint[^xdoc.string[]]
14684:
14685: @method[param] <!ENTITY test
14686: "test-entity-value+$form:user+$param!">
14687:
14688: 2003-11-27 paf
14689:
14690: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14691:
14692: * src/classes/date.C: bugfix: typo error
14693:
14694: 2003-11-26 paf
14695:
1.211 moko 14696: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14697: src/include/pa_globals.h, src/main/Makefile.am,
14698: src/main/main.vcproj, src/main/pa_globals.C,
14699: src/main/pa_request.C, src/include/pa_xml_io.h,
14700: src/main/pa_xml_io.C: simplification: xml errors to
14701: hash<thread_id,error> reorganization: xml io moved to
14702: pa_xml_io.C/h
1.95 moko 14703:
14704: * src/types/pa_value.h: warnings: --
14705:
14706: 2003-11-25 paf
14707:
14708: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14709: whatever)
14710:
14711: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14712: a, (c?x:y, z)
14713:
14714: * src/main/untaint.C: bugfix: consequences of not reading this
14715: comment: CORD_pos_chars_left /* Number of characters in cache.
14716: <= 0 ==> none */
14717:
14718: * src/include/pa_array.h: removed needless checks
14719:
14720: 2003-11-24 paf
14721:
14722: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14723: removed limit: now $form:xxx can be accessed anytime, even in
14724: @auto/conf [and request/response:charset still can be changed
14725: anytime]
14726:
14727: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14728: now not transcodes response body
14729:
1.211 moko 14730: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14731: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14732: $tn[^xdoc.createTextNode[text node value]]
14733: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14734: $xdoc.firstChild.firstChild.nodeValue[different]
14735: ^taint[^xdoc.string[]]
14736:
14737: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14738: workaround: static Hash::allocates -> static Hash_allocates
14739:
14740: 2003-11-21 paf
14741:
1.116 moko 14742: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14743: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14744: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14745:
14746: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14747:
14748: * src/classes/mail.C: bugfix: typo
14749:
14750: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14751: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14752: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14753: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14754: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14755: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14756:
14757: * src/main/pa_exec.C: bug in safe mode
14758:
14759: * src/include/Makefile.am: pa_xml_exception.h
14760:
14761: * src/targets/isapi/parser3isapi.C: more warnings --
14762:
14763: 2003-11-20 paf
14764:
14765: * src/: classes/math.C, classes/op.C, classes/string.C,
14766: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14767: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14768: --
14769:
14770: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14771: more warnings --
14772:
14773: * src/classes/xdoc.C: more warnings --
14774:
14775: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14776:
14777: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14778: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14779:
14780: * src/: classes/date.C, classes/file.C, classes/hash.C,
14781: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14782: classes/table.C, include/pa_cache_managers.h,
14783: include/pa_stylesheet_connection.h, main/pa_request.C,
14784: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14785: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14786: --
14787:
14788: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14789: can't report problem (undefined @unhandled_exception) problem
14790: source string were not reported
14791:
14792: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14793: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14794: classes/hashfile.C, classes/image.C, classes/int.C,
14795: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14796: classes/response.C, classes/string.C, classes/table.C,
14797: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14798: include/pa_array.h, include/pa_cache_managers.h,
14799: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14800: include/pa_config_fixed.h, include/pa_dictionary.h,
14801: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14802: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14803: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14804: include/pa_request.h, include/pa_request_charsets.h,
14805: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14806: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14807: include/pa_stack.h, include/pa_string.h,
14808: include/pa_stylesheet_connection.h,
14809: include/pa_stylesheet_manager.h, include/pa_table.h,
14810: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14811: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14812: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14813: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14814: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14815: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14816: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14817: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14818: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14819: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14820: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14821: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14822: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14823: targets/isapi/parser3isapi.C, types/pa_junction.h,
14824: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14825: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14826: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14827: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14828: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14829: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14830: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14831: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14832: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14833: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14834: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14835: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14836: types/pa_vresponse.h, types/pa_vstateless_class.C,
14837: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14838: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14839: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14840: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14841: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14842: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14843: const IDENT
14844:
14845: * src/: include/pa_array.h, include/pa_pool.h,
14846: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14847: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14848: types/pa_wcontext.h: more warnings --
14849:
14850: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14851: classes/file.C, classes/hash.C, classes/hashfile.C,
14852: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14853: classes/memory.C, classes/op.C, classes/string.C,
14854: classes/table.C, classes/xdoc.C, classes/xnode.C,
14855: include/pa_config_includes.h, include/pa_operation.h,
14856: include/pa_sql_connection.h, include/pa_table.h,
14857: include/pa_types.h, lib/ltdl/config_fixed.h,
14858: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14859: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14860: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14861: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14862: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14863: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14864: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14865: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14866: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14867: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14868: types/pa_vmail.C, types/pa_vobject.C,
14869: types/pa_vstateless_class.h, types/pa_vtable.C,
14870: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14871: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14872: on all projects (except libltdl=off & libsdbm=level3) found
14873: several unitialized vars
14874:
14875: 2003-11-19 paf
14876:
14877: * src/classes/op.C: more ansi C++ comp
14878:
1.211 moko 14879: * operators.ru.txt, operators.txt, src/classes/op.C,
14880: src/include/pa_request.h, src/main/pa_request.C:
14881: ^cache[...]{body}{catch block with $exception.handled[cache]
14882: meaning "get expired cache, if any. else error"}
1.95 moko 14883:
14884: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14885: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14886: ^cache[...]{body}{catch code with $exception.cache field}
14887:
14888: 2003-11-12 paf
14889:
14890: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14891: [copy/paste bug]
14892:
14893: 2003-11-11 paf
14894:
14895: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14896: failed]
14897:
14898: 2003-11-10 paf
14899:
14900: * src/types/pa_vconsole.h: flush
14901:
1.211 moko 14902: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14903: src/types/Makefile.am, src/types/types.vcproj,
14904: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14905:
1.211 moko 14906: * operators.ru.txt, operators.txt: mysql: transaction support:
14907: ?autocommit=0
1.95 moko 14908:
1.211 moko 14909: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14910:
14911: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14912: serialize version and exipire now removes entries
14913:
1.211 moko 14914: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14915: altogether [and dir, if could]
1.95 moko 14916:
14917: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14918: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14919: removes files altogether [and dir, if could]
14920:
14921: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14922: nonexistent pair. .c coded that that was error. fixed
14923:
14924: * src/types/pa_vhashfile.C: sdbm: exception type change to
14925: file.access [regretfull can't split it to different exceptions
14926: without modifying sdbm source wich would prefer not to]
14927:
14928: 2003-11-07 paf
14929:
14930: * src/: classes/date.C, classes/file.C, classes/hash.C,
14931: classes/hashfile.C, classes/image.C, classes/table.C,
14932: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14933: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14934: main/execute.C, main/main.vcproj, main/pa_pool.C,
14935: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14936: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14937: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14938: destructing objects at request processing end
14939:
14940: 2003-11-06 paf
14941:
14942: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14943: updates
14944:
14945: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14946: to include sdbm
14947:
1.116 moko 14948: * src/include/: pa_config_includes.h, pa_version.h: our
14949: replacements of max& co only for cpp
1.95 moko 14950:
14951: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14952: upper dir, .am updated
14953:
14954: * tests/todo.txt: hashfile: done
14955:
1.211 moko 14956: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14957: hashfile: clear & expiration [time in value. todo: move time to
14958: key]
1.95 moko 14959:
14960: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14961:
14962: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14963: to do that in foreach, no errors, but surely wrong]
14964:
1.211 moko 14965: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14966: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14967:
1.211 moko 14968: * operators.ru.txt, operators.txt, src/classes/hash.C,
14969: src/classes/hashfile.C, src/types/pa_vhashfile.C,
14970: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14971:
14972: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 14973: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
14974: hashfile: hash
1.95 moko 14975:
1.211 moko 14976: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
14977: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14978: tests/todo.txt: hashfile: delete
1.95 moko 14979:
14980: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14981: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14982: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14983: get/put [raw]
14984:
14985: * src/: classes/op.C, main/pa_os.C: just linked
14986:
14987: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14988: XmlException changes
14989:
14990: * src/: include/pa_charset.h, include/pa_globals.h,
14991: include/pa_stylesheet_connection.h, main/pa_exception.C:
14992: XmlException changes
14993:
14994: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14995:
14996: * src/: include/pa_common.h, include/pa_exception.h,
14997: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14998: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14999: main/pa_xml_exception.C: locking move to pa_os [along with
15000: pa_sleep] apr-impl locking done
15001:
1.211 moko 15002: * configure, configure.in, operators.ru.txt, operators.txt,
15003: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15004: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15005: src/include/pa_exception.h, src/include/pa_globals.h,
15006: src/include/pa_memory.h, src/include/pa_version.h,
15007: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15008: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15009: src/main/compile.tab.C, src/main/main.vcproj,
15010: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15011: src/types/Makefile.am, src/types/pa_vhash.C,
15012: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15013: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15014: again with sdbm from apache
15015:
15016: 2003-11-05 paf
15017:
15018: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15019: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15020: \parser3project dir anymore
15021:
15022: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15023: thoughtlessly from xalan]
15024:
15025: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15026: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15027: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15028:
15029: * src/main/helpers/CaseFolding.txt:
15030: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15031:
15032: 2003-11-04 paf
15033:
1.211 moko 15034: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15035:
15036: * src/classes/table.C: compiled on unix
15037:
1.116 moko 15038: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15039:
15040: * src/classes/mail.C: compiled on unix
15041:
1.211 moko 15042: * operators.ru.txt, operators.txt, src/classes/mail.C,
15043: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15044: $.options[unix: string to append to sendmail command
15045: line]
15046:
1.211 moko 15047: * operators.ru.txt, operators.txt, src/classes/table.C,
15048: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15049: $.separator[^#09] $.encloser["] <nothing> by default
15050:
15051: * operators.ru.txt, operators.txt, src/classes/table.C,
15052: tests/todo.txt: ^table::load !$.separator[^#09]
15053: !$.encloser["] <nothing> by default
1.95 moko 15054:
15055: 2003-11-03 paf
15056:
1.211 moko 15057: * operators.ru.txt, operators.txt, src/classes/table.C,
15058: src/main/pa_common.C: ^table::load[; options:
15059: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15060:
1.211 moko 15061: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15062: src/types/pa_vrequest.C: $request:document-root
15063:
15064: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15065: [already included into uri=xxx]
15066:
1.211 moko 15067: * operators.ru.txt, operators.txt, src/classes/image.C,
15068: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15069:
15070: * src/classes/date.C: minor precaution
15071:
1.211 moko 15072: * operators.ru.txt, operators.txt, src/classes/date.C:
15073: !^date::unix-timestamp()
1.95 moko 15074: !^date.unix-timestamp[]
15075:
15076: 2003-10-30 paf
15077:
1.211 moko 15078: * operators.ru.txt, operators.txt, src/classes/date.C,
15079: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15080: $date.hour
1.95 moko 15081:
15082: * src/classes/: date.C, image.C: improvement diagnostics:
15083: $now[^date::create[$undefined]] now is error
15084:
15085: * src/main/pa_common.C: read errors would now be reported 'actually
15086: read -1 bytes'
15087:
15088: 2003-10-24 paf
15089:
15090: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15091: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15092: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15093: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15094:
15095: 2003-10-22 paf
15096:
15097: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15098:
15099: 2003-10-21 paf
15100:
1.211 moko 15101: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15102: src/main/pa_string.C: fixed: string.match[g] without <'> option
15103: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15104:
15105: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15106: recoursion' message with intensive throw-catches fixed: incorrect
15107: name and line (one name upper then needed) in error message about
15108: problems inside try block
15109:
15110: 2003-10-10 paf
15111:
15112: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15113: check offset argument for validity did that in String::Body::pos
15114: myself http://i2/tasks/edit/?id=4577425257580789777
15115:
15116: 2003-10-07 paf
15117:
15118: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15119: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15120:
15121: 2003-10-03 paf
15122:
15123: * parser3.sln, src/include/pa_dictionary.h,
15124: src/main/pa_dictionary.C, src/main/pa_string.C,
15125: src/targets/cgi/parser3.vcproj: dictionary optimized by
15126: precalculating cstr&length
15127:
15128: 2003-10-02 paf
15129:
15130: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15131: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15132: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15133: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15134:
15135: 2003-09-30 paf
15136:
15137: * src/main/pa_string.C: string::replace bug fix [were ignoring
15138: occurrances after lang-mismatched
15139:
15140: 2003-09-29 paf
15141:
15142: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15143: helper
15144:
15145: * src/main/pa_string.C: string::serialize bug fix with
15146: zero-terminator
15147:
15148: * src/classes/table.C: ^nameless_table.save column row now has no
15149: \t at the end
15150:
15151: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15152: @postprocess now takes $response:body/download
15153:
15154: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15155: error message
15156:
15157: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15158:
15159: * src/classes/table.C: bugfix: flip: must produce nameless
15160: http://i2/tasks/edit/?id=4573405524674081244
15161:
15162: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15163: main/helpers/simple_folding.pl: utf-8 upper/lower
15164:
15165: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15166: to typo error http://i2/tasks/edit/?id=4573354650786434584
15167:
15168: 2003-09-26 paf
15169:
15170: * src/main/untaint.C: removed needless field
15171:
15172: * src/main/untaint.C: removed needless const
15173:
15174: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15175: String.for_each bug fixed [omited one-char cases]
15176:
15177: * src/include/pa_stack.h: bugfix: before collecting garbage,
15178: runtime-executor stack were cleared... BADLY
15179:
15180: * src/main/pa_string.C: ^stirng.replace code used old
15181: param-convention on langs.append, fixed that search fo the like,
15182: found none
15183:
15184: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15185: string::serialize/deserialize implemented Language enum assigned
15186: meaningful letters [more convinient for debugging. read warning
15187: before adding/changing anything]
15188:
15189: 2003-09-25 paf
15190:
15191: * src/: include/pa_string.h, include/pa_version.h,
15192: main/pa_string.C, main/untaint.C: templates and anonymous unions
15193: differences on unix
15194:
15195: * parser3.sln, src/classes/file.C, src/classes/image.C,
15196: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15197: src/classes/xdoc.C, src/classes/xnode.C,
15198: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15199: src/include/pa_charsets.h, src/include/pa_common.h,
15200: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15201: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15202: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15203: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15204: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15205: src/main/compile_tools.h, src/main/pa_charset.C,
15206: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15207: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15208: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15209: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15210: src/types/pa_vmail.C, src/types/pa_vmath.C,
15211: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15212: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15213:
15214: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15215: functions aligned to that of eeparser3 look
15216:
15217: * src/lib/cord/cordprnt.c: removed warnings
15218:
15219: 2003-09-24 paf
15220:
15221: * src/: classes/file.C, classes/image.C, classes/mail.C,
15222: classes/op.C, classes/xdoc.C, classes/xnode.C,
15223: include/pa_cache_managers.h, include/pa_charset.h,
15224: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15225: include/pa_sql_driver_manager.h, include/pa_string.h,
15226: include/pa_stylesheet_manager.h, include/pa_table.h,
15227: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15228: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15229: main/pa_sql_driver_manager.C, main/pa_string.C,
15230: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15231: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15232: types/pa_vstateless_class.h, types/pa_vstatus.C,
15233: types/pa_vxnode.C: v() functions of String::Body,
15234: String::Languages and String itself StringBody->String::Body
15235:
15236: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15237: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15238: never optimized anything. todo: somehow speed up harder cases:
15239: concatenationA+concatenationB when last block of A and first of B
15240: contain same letters
15241:
15242: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15243: lib/cord/include/cord.h: langs: speed up by joining adjucent
15244: blocks of same char [CORD_append_block]
15245:
15246: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15247: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15248: save space by extending blocks when appending block with c ==
15249: lastblock.c
15250:
15251: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15252: working yet :( but more working &understood :)
15253:
15254: * src/: classes/table.C, include/pa_string.h,
15255: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15256:
15257: 2003-09-23 paf
15258:
15259: * src/main/untaint.C: $a[ok!] $a works!
15260:
15261: * src/main/untaint.C: something even more works :)
15262:
15263: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15264: something more works :)
15265:
15266: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15267: lib/cord/cordxtra.c: something already works :)
15268:
15269: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15270: serialize&deserialize
15271:
15272: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15273: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15274: main/untaint.C: main idea implemented, details left
15275:
15276: 2003-09-22 paf
15277:
15278: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15279:
15280: * src/classes/xnode.C: copy/paste comment bugfix
15281:
15282: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15283: allocator returns 0, just die.
15284: http://i2/tasks/edit/?id=4570798492410259445
15285:
15286: * src/classes/xdoc.C: copy/paste comment bugfix
15287:
15288: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15289: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15290: xnode: getAttributeNS setAttributeNS removeAttributeNS
15291: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15292:
15293: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15294: chars due to bitwise operation signed-char error]
15295:
15296: 2003-09-19 paf
15297:
15298: * src/types/pa_wcontext.C: output message: more practical
15299: suggestion
15300:
1.211 moko 15301: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15302: $f[^file::load[binary;http://...]] $f.tables
15303:
15304: 2003-09-02 paf
15305:
15306: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15307: flush stdout without referencing 'stdout' symbol. to hell with
15308: non-ansi libraries without 'stdout' symbol
15309:
15310: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15311: unix (users reported problems with some old libc)
15312:
15313: * src/types/pa_vdate.h: forgot initializer
15314:
15315: 2003-09-01 paf
15316:
15317: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15318: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15319: zone]
15320:
15321: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15322:
15323: 2003-08-19 paf
15324:
15325: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15326: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15327: simplified a little
15328:
15329: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15330: [lost fix from 3.0.8]
15331:
15332: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15333: visible here }
15334:
15335: bug fix
15336:
15337: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15338:
15339: * src/main/compile.tab.C: initialized couple of variables about
15340: which user reported runtime problems when parser were compiled
15341: with VC7, warning level4. study shows that later in bison
15342: they've fixed that. would migrate to latest bison someday
15343:
15344: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15345: recoding headers)
15346:
15347: * src/types/pa_vmail.C: works as before, same charset problems:
15348: gmime recodes to UTF-8 only headers, not body. so not recoding
15349: anything for now
15350:
15351: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15352: problems with body
15353:
15354: * src/types/pa_vmail.C: mail_receive just compiled
15355:
15356: 2003-08-18 paf
15357:
15358: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15359: main/main.vcproj, types/types.vcproj: win32: continued process
15360: detaching from \parser3project directory
15361:
15362: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15363: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15364: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15365: src/lib/pcre/pcre_dftables.dsp,
15366: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15367: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15368: src/types/types.dsp: moved to MSVC 7
15369:
15370: * gnu.vcproj.vspscc, parser3.vssscc,
15371: src/classes/classes.vcproj.vspscc,
15372: src/lib/cord/cord.vcproj.vspscc,
15373: src/lib/ltdl/libltdl.vcproj.vspscc,
15374: src/lib/md5/md5.vcproj.vspscc,
15375: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15376: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15377: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15378: src/targets/isapi/parser3isapi.vcproj.vspscc,
15379: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15380: moved to MSVC 7
15381:
15382: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15383: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15384: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15385: src/lib/pcre/pcre_dftables.vcproj,
15386: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15387: src/targets/cgi/parser3.vcproj,
15388: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15389: new VS project files
15390:
15391: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15392: .NET to detect Jalindi Igloo capabilities.
15393:
15394: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15395: src/classes/classes.awk, src/doc/footer.htm,
15396: src/include/pa_config_fixed.h, src/include/pa_version.h,
15397: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15398: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15399: src/types/pa_vmail.C: merged 3.1.0 latest changes
15400:
15401: 2003-08-15 paf
15402:
15403: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15404: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15405:
15406: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15407: non-ascii <yyy> now encoded correctly
15408:
15409: 2003-07-29 paf
15410:
1.116 moko 15411: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15412: dist
1.95 moko 15413:
15414: * src/types/pa_vmail.C: just started --with-mail-receive
15415:
15416: 2003-07-28 paf
15417:
1.116 moko 15418: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15419: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15420:
15421: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15422:
15423: 2003-07-25 paf
15424:
15425: * src/doc/footer.htm: year
15426:
15427: 2003-07-24 paf
15428:
15429: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15430: fix
15431:
15432: * src/include/pa_version.h: release
15433:
1.116 moko 15434: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15435:
15436: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15437: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15438: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15439: getting rid of win32xml pseudo project
15440:
15441: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15442:
1.116 moko 15443: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15444: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15445: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15446: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15447: src/classes/classes.C, src/classes/classes.awk,
15448: src/classes/classes.dsp, src/classes/classes.h,
15449: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15450: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15451: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15452: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15453: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15454: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15455: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15456: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15457: src/include/pa_array.h, src/include/pa_cache_managers.h,
15458: src/include/pa_charset.h, src/include/pa_charsets.h,
15459: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15460: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15461: src/include/pa_dictionary.h, src/include/pa_dir.h,
15462: src/include/pa_exception.h, src/include/pa_exec.h,
15463: src/include/pa_globals.h, src/include/pa_hash.h,
15464: src/include/pa_memory.h, src/include/pa_opcode.h,
15465: src/include/pa_operation.h, src/include/pa_pool.h,
15466: src/include/pa_pragma_pack_begin.h,
1.95 moko 15467: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15468: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15469: src/include/pa_sapi.h, src/include/pa_socks.h,
15470: src/include/pa_sql_connection.h,
15471: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15472: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15473: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15474: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15475: src/include/pa_uue.h, src/lib/Makefile.am,
15476: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15477: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15478: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15479: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15480: src/lib/cord/include/ec.h,
15481: src/lib/cord/include/private/Makefile.am,
15482: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15483: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15484: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15485: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15486: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15487: src/main/compile_tools.C, src/main/compile_tools.h,
15488: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15489: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15490: src/main/pa_charsets.C, src/main/pa_common.C,
15491: src/main/pa_dictionary.C, src/main/pa_dir.C,
15492: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15493: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15494: src/main/pa_request.C, src/main/pa_socks.C,
15495: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15496: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15497: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15498: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15499: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15500: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15501: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15502: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15503: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15504: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15505: src/targets/isapi/parser3isapi.dsp,
15506: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15507: src/types/pa_junction.h, src/types/pa_method.h,
15508: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15509: src/types/pa_vclass.C, src/types/pa_vclass.h,
15510: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15511: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15512: src/types/pa_vdouble.h, src/types/pa_venv.h,
15513: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15514: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15515: src/types/pa_vimage.C, src/types/pa_vimage.h,
15516: src/types/pa_vint.h, src/types/pa_vjunction.h,
15517: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15518: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15519: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15520: src/types/pa_vobject.C, src/types/pa_vobject.h,
15521: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15522: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15523: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15524: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15525: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15526: src/types/pa_vstring.h, src/types/pa_vtable.C,
15527: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15528: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15529: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15530: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15531: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15532: HEAD
15533:
15534: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15535: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15536: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15537: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15538: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15539: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15540: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15541: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15542: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15543: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15544: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15545: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15546: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15547: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15548: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15549: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15550: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15551: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15552: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15553: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15554: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15555: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15556: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15557: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15558: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15559: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15560: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15561: outputs/create-dir, results/001.processed, results/002.processed,
15562: results/003.processed, results/004.processed,
15563: results/005.processed, results/006.processed,
15564: results/007.processed, results/008.processed,
15565: results/009.processed, results/010.processed,
15566: results/011.processed, results/012.processed,
15567: results/013.processed, results/014.processed,
15568: results/015.processed, results/016.processed,
15569: results/017.processed, results/018.processed,
15570: results/019.processed, results/020.processed,
15571: results/021.processed, results/022.processed,
15572: results/023.processed, results/024.processed,
15573: results/025.processed, results/026.processed,
15574: results/027.processed, results/028.processed,
15575: results/029.processed, results/030.processed,
15576: results/031.processed, results/032.processed,
15577: results/033.processed, results/034.processed,
15578: results/035.processed, results/036.processed,
15579: results/037.processed, results/038.processed,
15580: results/039.processed, results/040.processed,
15581: results/041.processed, results/042.processed,
15582: results/043.processed, results/044.processed,
15583: results/045.processed, results/046.processed,
15584: results/047.processed, results/048.processed,
15585: results/049.processed, results/050.processed,
15586: results/051.processed, results/052.processed,
15587: results/053.processed, results/054.processed,
15588: results/055.processed, results/056.processed,
15589: results/057.processed, results/058.processed,
15590: results/059.processed, results/060.processed,
15591: results/061.processed, results/062.processed,
15592: results/063.processed, results/064.processed,
15593: results/065.processed, results/066.processed,
15594: results/067.processed, results/068.processed,
15595: results/069.processed, results/070.processed,
15596: results/071.processed, results/072.processed,
15597: results/073.processed, results/074.processed,
15598: results/075.processed, results/076.processed,
15599: results/077.processed, results/078.processed,
15600: results/079.processed, results/080.processed,
15601: results/081.processed, results/082.processed,
15602: results/083.processed, results/084.processed,
15603: results/085.processed, results/086.processed,
15604: results/087.processed, results/088.processed,
15605: results/089.processed, results/090.processed,
15606: results/091.processed, results/092.processed,
15607: results/093.processed, results/094.processed,
15608: results/095.processed, results/096.processed,
15609: results/097.processed, results/098.processed,
15610: results/099.processed, results/100.processed,
15611: results/101.processed, results/102.processed,
15612: results/103.processed, results/104.processed,
15613: results/105.processed, results/106.processed,
15614: results/107.processed, results/108.processed,
15615: results/109.processed, results/110.processed,
15616: results/111.processed, results/112.processed,
15617: results/113.processed, results/114.processed,
15618: results/115.processed, results/116.processed,
15619: results/117.processed, results/118.processed,
15620: results/119.processed, results/120.processed,
15621: results/121.processed, results/122.processed,
15622: results/123.processed, results/124.processed,
15623: results/125.processed, results/126.processed,
15624: results/127.processed, results/128.processed,
15625: results/129.processed, results/130.processed,
15626: results/131.processed, results/132.processed,
15627: results/133.processed, results/134.processed,
15628: results/135.processed, results/136.processed,
15629: results/137.processed, results/138.processed,
15630: results/139.processed, results/140.processed,
15631: results/141.processed: merged(copied) to HEAD from template_gc
15632:
15633: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15634: towards \parser3project not having to be in root
15635:
15636: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15637: module compiled [were minor unnecessary changes in lib/md5
15638: interface]
15639:
15640: * src/include/pa_version.h: release
15641:
15642: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15643:
15644: * src/classes/math.C: merged uuid bugfix
15645:
15646: * tests/: 141.html, results/141.processed: fixed bug with
15647: too-small-a-buffer
15648:
15649: * src/classes/math.C: uuid bugfix
15650:
15651: * tests/: 141.html, Makefile, results/005.processed,
15652: results/030.processed, results/075.processed,
15653: results/078.processed: to reflect date format change (were -
15654: become ' ')
15655:
15656: * src/classes/math.C: uuid bugfix
15657:
15658: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15659: debug/release changes
15660:
15661: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15662:
15663: 2003-07-23 paf
15664:
15665: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15666: renamed a little [to move to comman naming conv]
15667:
1.116 moko 15668: * src/targets/Makefile.am: apache13 splitted to simplify apache
15669: build
1.95 moko 15670:
15671: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15672: main/pa_request.C, main/pa_sql_driver_manager.C,
15673: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15674: stack top_index() fixed
15675:
15676: * src/main/pa_globals.C: minor style changes
15677:
15678: * src/: classes/op.C, include/pa_sql_connection.h: connection
15679: closing/caching fixed [connections were not closed/put to cache]
15680:
15681: 2003-07-22 paf
15682:
15683: * INSTALL: gc part updated stightly
15684:
15685: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15686: new sapi interface
15687:
15688: * src/classes/file.C: comment on OS
15689:
15690: * src/main/pa_string.C: removed reduntant invariant check [there is
15691: one deeper in cord lib]
15692:
15693: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15694:
15695: * src/main/pa_memory.C: out of memory is no longer coredump
15696:
15697: * INSTALL: disable-threads adviced
15698:
15699: 2003-07-21 paf
15700:
1.116 moko 15701: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15702:
15703: * src/classes/file.C: file::exec/cgi environment variables now must
15704: be UPPERCASE and A-Z 0-9 _-
15705:
15706: * src/classes/file.C: env passing fixed
15707:
15708: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15709:
15710: * src/main/pa_common.C: http:// CRLF now
15711:
15712: 2003-07-02 paf
15713:
1.211 moko 15714: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15715: $memory:status fields to reflect their real meaning
1.95 moko 15716:
15717: 2003-06-27 paf
15718:
15719: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15720: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15721: file::exec/cgi .charset
15722:
15723: 2003-06-26 paf
15724:
15725: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15726: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15727: src/classes/table.C: fixed several uninitialized local
15728: structures. notably ^hash.foreach now inserts delimiters
15729: properly [were inserting it before first body]
15730:
15731: 2003-06-24 paf
15732:
15733: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15734:
15735: 2003-06-20 paf
15736:
1.211 moko 15737: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15738: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15739: $f[^file::load[binary;http://...]] $f.tables
15740:
15741: 2003-06-06 paf
15742:
15743: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15744: table. [were method lookup: inconsistent]
15745:
15746: 2003-06-02 paf
15747:
15748: * src/include/pa_memory.h: empty string clone fixed to return
15749: writable memory
15750:
15751: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15752: were not appended] which violated string invariant
15753:
15754: 2003-05-30 paf
15755:
15756: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15757: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15758:
15759: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15760: GMT ; RFC 822, updated by RFC 1123
15761:
15762: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15763: targets/isapi/parser3isapi.C: initialized request_info properly
15764:
15765: * src/classes/xnode.C: found minor bug, commended for future
15766:
15767: 2003-05-28 paf
15768:
15769: * src/classes/form.C: request_info.content_length can't be <0,
15770: size_t for some time
15771:
15772: 2003-05-26 paf
15773:
15774: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15775: forgotten <0 changed to !=STRING_NOT_FOUND
15776:
15777: * src/classes/math.C: merged ffffu from HEAD
15778:
15779: 2003-05-11 paf
15780:
15781: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15782:
15783: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15784: premature doc free. transformed document had xmlDoc reference
15785: stored to non-gc-memory (libgdome) added holding-reference
15786:
15787: 2003-04-29 paf
15788:
15789: * src/main/pa_globals.C: started digging on double free. on win32
15790: found that that's perfectly normal.
15791:
15792: 2003-04-25 paf
15793:
15794: * src/classes/table.C: table.join bug fix [bad limit check]
15795:
15796: * src/classes/math.C: merged from HEAD: simpiler hash_string
15797:
15798: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15799: print anything. changed to quicker and simplier code
15800:
15801: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15802: strict a check]
15803:
15804: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15805:
15806: 2003-04-24 paf
15807:
15808: * src/include/pa_table.h: too strict assert loosened
15809:
15810: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15811: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15812: report
15813:
15814: 2003-04-21 paf
15815:
1.116 moko 15816: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15817:
15818: * src/main/pa_globals.C: pcre memory management changed to use GC
15819: memory
15820:
15821: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15822: xmlMallocAtomic [author agreed to my suggestion], used that
15823:
15824: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15825:
15826: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15827: types/pa_vmail.C: attributed_meaning_to_string added
15828: L_UNSPECIFIED piece which was sortof OK, but violated string
15829: invariant [assertion barked on that] changed to L_PASS_APPEND,
15830: made that param obligatory
15831:
15832: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15833: fixed [assert helped]
15834:
15835: * src/include/pa_string.h: assert added [looking for bug]
15836:
15837: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15838: names on Win32 considered disk-global
15839:
15840: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15841: considered disk-global
15842:
15843: 2003-04-18 paf
15844:
15845: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15846: filenames
15847:
15848: * src/main/untaint.C: enabled '~' letter in filenames
15849:
15850: 2003-04-16 paf
15851:
15852: * src/classes/file.C: small bug introduced in autoptr times fixed
15853:
15854: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15855: HEAD
15856:
1.116 moko 15857: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15858:
15859: 2003-04-15 paf
15860:
1.211 moko 15861: * operators.ru.txt, operators.txt, src/classes/math.C,
15862: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15863: tests/results/141.processed: merged from head ^math:uuid[]
15864: ^math:uid64[] ^math:md5[string]
15865:
15866: test added: 141.html
15867:
1.211 moko 15868: * operators.ru.txt, operators.txt, src/classes/math.C:
15869: ^math:uid64[]
1.95 moko 15870:
15871: * src/classes/math.C: ^math:uuid[]
15872:
1.211 moko 15873: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15874:
1.211 moko 15875: * operators.ru.txt, operators.txt, src/classes/math.C,
15876: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15877: 16-byte digest
15878:
15879: * operators.ru.txt, operators.txt, src/classes/file.C,
15880: src/include/pa_common.h, src/include/pa_config_fixed.h,
15881: src/main/pa_common.C: ^file::load[mode;name; $.offset
15882: $.limit
1.95 moko 15883:
15884: 2003-04-14 paf
15885:
15886: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15887: started ^math:md5
15888:
15889: * src/classes/table.C, src/include/pa_array.h,
15890: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15891: tests/results/140.processed: table $.reverse option works in
15892: create&co table $.distinct[tables] bug fix merged
15893:
15894: * src/: classes/table.C, include/pa_table.h: table
15895: $.distinct[tables] bug fixed
15896:
15897: * src/classes/table.C: more warnings
15898:
15899: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15900: removed checks in table::set_current, moved them back to
15901: table::locate implemented table::create/join ñ $.reverse
15902:
15903: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15904: removed checks in table::set_current, moved them back to
15905: table::locate
15906:
15907: 2003-04-11 paf
15908:
1.211 moko 15909: * operators.ru.txt, operators.txt, src/classes/date.C,
15910: src/classes/table.C, src/include/pa_array.h,
15911: src/include/pa_common.h, src/include/pa_config_includes.h,
15912: src/include/pa_string.h, src/include/pa_table.h,
15913: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15914: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15915: before_append_array_limit_sense_change to
15916: after_append_array_limit_sense_change
15917:
15918: * src/classes/table.C: typo
15919:
1.211 moko 15920: * operators.ru.txt, operators.txt, src/classes/date.C,
15921: src/classes/table.C, src/include/pa_array.h,
15922: src/include/pa_common.h, src/include/pa_config_includes.h,
15923: src/include/pa_globals.h, src/include/pa_table.h,
15924: src/main/pa_array.C, src/main/pa_globals.C,
15925: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15926: src/main/pa_string.C, src/main/pa_table.C:
15927: append_array_limit_sense_change locate accepts options same as
15928: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15929:
15930: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15931: (stat xxx,
15932:
15933: * src/classes/: table.C: typo
15934:
15935: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15936: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15937: results/130.processed, results/131.processed,
15938: results/132.processed, results/133.processed,
15939: results/134.processed, results/135.processed,
15940: results/136.processed, results/137.processed,
15941: results/138.processed, results/139.processed: added few mustfail
15942: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15943: date/time 132.html mustfail: access to junction outside of
15944: context 133.html mustfail: access to junction outside of context,
15945: case version 134.html mustfail: hash: adding a key inside of
15946: foreach 135.html mustfail: modifying system class 136.html
15947: mustfail: $.name outside of $hash[here] 137.html mustfail:
15948: appendChild without import 138.html mustfail: invalid encoding
15949: inside of xml 139.html mustfail: bad XPath
15950:
1.211 moko 15951: * operators.ru.txt, operators.txt, src/classes/table.C,
15952: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15953: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15954: tests/results/126.processed, tests/results/127.processed,
15955: tests/results/128.processed, tests/results/129.processed: merged
15956: from HEAD ^table.hash[key][$.distinct[tables]]
15957:
15958: maked appropriate tests [changed one old nonconforming]
15959:
1.211 moko 15960: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15961: ^table.hash[key][$.distinct[tables]]
15962:
15963: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15964: merged fix for found very old xml (dom) bug: were passing
15965: domString objects and later ERROREOUSLY freed them
15966:
15967: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15968: src/main/pa_charset.C: re-added libgdome patch. regretfully
15969: libgdome bug can not be worked around
15970:
15971: 2003-04-10 paf
15972:
15973: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15974: found very old xml (dom) bug: were passing domString objects and
15975: later ERROREOUSLY freed them
15976:
15977: * src/doc/string.dox, src/include/pa_memory.h,
15978: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15979: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15980: tests/123.html, tests/124.html, tests/results/001.processed,
15981: tests/results/002.processed, tests/results/003.processed,
15982: tests/results/004.processed, tests/results/005.processed,
15983: tests/results/006.processed, tests/results/008.processed,
15984: tests/results/009.processed, tests/results/010.processed,
15985: tests/results/011.processed, tests/results/012.processed,
15986: tests/results/013.processed, tests/results/014.processed,
15987: tests/results/015.processed, tests/results/016.processed,
15988: tests/results/017.processed, tests/results/018.processed,
15989: tests/results/020.processed, tests/results/021.processed,
15990: tests/results/022.processed, tests/results/023.processed,
15991: tests/results/024.processed, tests/results/025.processed,
15992: tests/results/026.processed, tests/results/027.processed,
15993: tests/results/028.processed, tests/results/029.processed,
15994: tests/results/030.processed, tests/results/031.processed,
15995: tests/results/032.processed, tests/results/033.processed,
15996: tests/results/034.processed, tests/results/035.processed,
15997: tests/results/036.processed, tests/results/037.processed,
15998: tests/results/038.processed, tests/results/039.processed,
15999: tests/results/040.processed, tests/results/041.processed,
16000: tests/results/042.processed, tests/results/043.processed,
16001: tests/results/044.processed, tests/results/045.processed,
16002: tests/results/046.processed, tests/results/047.processed,
16003: tests/results/048.processed, tests/results/049.processed,
16004: tests/results/050.processed, tests/results/051.processed,
16005: tests/results/052.processed, tests/results/053.processed,
16006: tests/results/054.processed, tests/results/055.processed,
16007: tests/results/056.processed, tests/results/057.processed,
16008: tests/results/058.processed, tests/results/059.processed,
16009: tests/results/060.processed, tests/results/061.processed,
16010: tests/results/062.processed, tests/results/063.processed,
16011: tests/results/064.processed, tests/results/065.processed,
16012: tests/results/066.processed, tests/results/067.processed,
16013: tests/results/068.processed, tests/results/069.processed,
16014: tests/results/070.processed, tests/results/071.processed,
16015: tests/results/072.processed, tests/results/073.processed,
16016: tests/results/074.processed, tests/results/075.processed,
16017: tests/results/076.processed, tests/results/077.processed,
16018: tests/results/078.processed, tests/results/079.processed,
16019: tests/results/080.processed, tests/results/081.processed,
16020: tests/results/082.processed, tests/results/083.processed,
16021: tests/results/084.processed, tests/results/085.processed,
16022: tests/results/086.processed, tests/results/087.processed,
16023: tests/results/088.processed, tests/results/089.processed,
16024: tests/results/090.processed, tests/results/091.processed,
16025: tests/results/092.processed, tests/results/093.processed,
16026: tests/results/094.processed, tests/results/095.processed,
16027: tests/results/096.processed, tests/results/097.processed,
16028: tests/results/101.processed, tests/results/102.processed,
16029: tests/results/104.processed, tests/results/105.processed,
16030: tests/results/106.processed, tests/results/107.processed,
16031: tests/results/108.processed, tests/results/109.processed,
16032: tests/results/110.processed, tests/results/111.processed,
16033: tests/results/112.processed, tests/results/113.processed,
16034: tests/results/114.processed, tests/results/115.processed,
16035: tests/results/116.processed, tests/results/117.processed,
16036: tests/results/118.processed, tests/results/119.processed,
16037: tests/results/120.processed, tests/results/121.processed,
16038: tests/results/122.processed, tests/results/123.processed,
16039: tests/results/124.processed: new convention: char* never 0.
16040: assert in cord on that
16041:
16042: * src/main/pa_charset.C: couple more asserts
16043:
16044: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16045: speedup
16046:
16047: * src/main/pa_charset.C: couple assertions on fantastic situations
16048: added [may be those is the case now?]
16049:
16050: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16051: that's memory from gc_malloc, not from g_malloc :(, but would
16052: hope]
16053:
16054: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16055: that's memory from gc_malloc, not from g_malloc :(, but would
16056: hope]
16057:
16058: * src/main/pa_charset.C: checked custom malloc for returning 0
16059:
16060: 2003-04-09 paf
16061:
16062: * src/classes/date.C: merged ^date.roll changes
16063:
16064: * src/classes/date.C: ^date.roll bug fix
16065:
16066: * src/classes/date.C: ^date.roll now throws less errors: month
16067: shifts handles end of month situation by reducing day number
16068: hour-hole shift reduces hour to recover
16069:
16070: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16071: Sort by function time
16072:
1.211 moko 16073: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16074: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16075:
16076: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16077: added [after volatile fix. passes on win&intel-solaris]
16078:
16079: 2003-04-08 paf
16080:
16081: * src/: classes/file.C, classes/op.C, classes/table.C,
16082: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16083: include/pa_common.h, include/pa_request_charsets.h,
16084: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16085: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16086: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16087: types/pa_vresponse.C: started http:// $.charset[] param and
16088: http response charset detection just compiled. todo:test
16089:
16090: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16091:
16092: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16093: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16094: types/pa_vmail.C: changed transcode param converntion along with
16095: string creating convention -- all strings are zero-terminated,
16096: this allowed to fix one remaining String("123", 2) case
16097:
16098: * src/: classes/date.C, classes/file.C, classes/hash.C,
16099: classes/op.C, classes/string.C, classes/table.C,
16100: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16101: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16102: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16103: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16104: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16105: violated String::invariant. started fixing [not compiled now]
16106:
16107: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16108: main/compile.tab.C, main/compile.y, main/pa_string.C,
16109: main/untaint.C, targets/cgi/parser3.C: number of string style
16110: improvements & optimizations
16111:
16112: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16113: :(]
16114:
16115: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16116: [for it's a pointer really]
16117:
16118: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16119: 'n' param. worked that around
16120:
16121: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16122: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16123: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16124: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16125: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16126:
16127: Thanks for the bug report and patch.
16128:
16129: I hadn't looked at this code in a while. Reading it now, it
16130: seems to me that the tests should also be ">= MAX_DEPTH" to
16131: comply with the invariant, though that may not matter a lot. I
16132: changed that, too.
16133:
16134: Hans
16135:
16136: 2003-04-07 paf
16137:
16138: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16139: merged from head:safe mode error message now includes numbers
16140:
16141: * src/main/execute.C: n-th attempt to make a=a work with double.
16142: problem: as_double returns it's result in fp-register compiler
16143: optimizes access to that register after b->as_double, and just
16144: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16145: from memory. _SAME_ double values do not match here. when
16146: forced to REload fp-register, values do match.
16147:
16148: tried to make them volatile.
16149:
16150: * src/main/execute.C: n-th attempt to make a=a work with double.
16151: problem: as_double returns it's result in fp-register compiler
16152: optimizes access to that register after b->as_double, and just
16153: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16154: from memory. _SAME_ double values do not match here. when
16155: forced to REload fp-register, values do match.
16156:
16157: tried to make them volatile.
16158:
16159: * src/types/pa_vobject.h: small style change
16160:
16161: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16162:
16163: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16164: mode error message now includes numbers
16165:
16166: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16167: now causes death
16168:
16169: 2003-04-04 paf
16170:
16171: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16172: incorportated pa_exec patch by From: "Victor Fedoseev"
16173: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16174: Sent: Thursday, January 23, 2003 9:14 AM
16175:
16176: huge speedup on ^file::cgi with big result
16177:
16178: * src/classes/table.C: sort table with 0 rows bug fixed
16179:
16180: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16181: fix http://i2/tasks/edit/?id=4493701604654042676
16182:
16183: @main[] $with_default[ $.a[1] $._default[default from
16184: with_default] ] ^show[$with_default]
16185:
16186: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16187: =$to_add_to.xxx=<br>
16188:
16189: ^show[$to_add_to]
16190:
16191: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16192: ^show[$cloned]
16193:
16194: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16195:
16196: } <hr>
16197:
16198: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16199: http://i2/tasks/edit/?id=4493701604654042676
16200:
16201: @main[] $with_default[ $.a[1] $._default[default from
16202: with_default] ] ^show[$with_default]
16203:
16204: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16205: =$to_add_to.xxx=<br>
16206:
16207: ^show[$to_add_to]
16208:
16209: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16210: ^show[$cloned]
16211:
16212: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16213:
16214: } <hr>
16215:
16216: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16217: http://i2/tasks/edit/?id=4507350336410850921
16218:
16219: * src/classes/xdoc.C: memory allocation func bugfix
16220: http://i2/tasks/edit/?id=4499303470368629745
16221:
16222: * src/classes/math.C: allowed random 1...
16223:
16224: * src/classes/math.C: allowed random 0..
16225:
16226: * src/main/pa_globals.C: exif mem leak
16227: http://i2/tasks/edit/?id=4480590323629807263
16228:
16229: * src/: classes/classes.dsp, main/main.dsp,
16230: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16231: fix http://i2/tasks/edit/?id=4493946731322521294
16232: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16233:
16234: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16235: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16236: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16237: links to xml libs made relative, no need to unpack parser3project
16238: to /parser3project.
16239:
16240: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16241: column more precise - tab handling bug fixed
16242:
16243: * src/main/: compile.tab.C, compile.y: more understandable error
16244: message in case @CLASS with more then one line inside
16245:
16246: * src/targets/cgi/parser3.C: more understandable error message in
16247: case of errors in @unhandled_exception
16248:
16249: 2003-04-03 paf
16250:
16251: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16252: src/main/compile.tab.C, src/main/compile.y,
16253: src/main/compile_tools.C, src/main/compile_tools.h,
16254: src/main/execute.C, src/main/pa_request.C: debug info format
16255: simplified, now it's: OP_VALUE Operation::Origin << here value*
16256:
16257: higher limits: file number (max: 255) line number (max:
16258: 64535) column number (max: 255)
16259:
16260: * src/classes/math.C: top limit
16261:
16262: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16263: precise parse error position in case of
16264:
16265: ^bug ]
16266:
16267: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16268: changed to realities, and passed [bug fixed]
16269:
16270: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16271: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16272: main/compile_tools.h, main/pa_request.C: introducing
16273: ^process...[main-method-alias]
16274:
16275: * src/: classes/date.C, classes/image.C, classes/op.C,
16276: classes/string.C, classes/table.C, classes/xdoc.C,
16277: types/pa_vmethod_frame.h: MethodParams& now [methods without
16278: params receive zero reference, but they are expected not to look
16279: there]
16280:
1.211 moko 16281: * operators.ru.txt, operators.txt, src/classes/date.C,
16282: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16283: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16284: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16285: src/classes/response.C, src/classes/string.C,
16286: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16287: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16288: src/types/pa_method.h: MethodParams& now [methods without params
16289: receive zero reference, but they are expected not to look there]
16290:
16291: * operators.ru.txt, operators.txt, src/classes/op.C,
16292: src/include/pa_request.h, src/main/pa_request.C,
16293: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16294: better error reporting [file/line/col]
1.95 moko 16295:
16296: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16297: types/pa_vstring.h: slightly improved error messages text: 1. is
16298: '%s', it 2. method undefined in case of ^void[]
16299:
16300: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16301: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16302: handling done. now we have error columns todo: test it
16303:
16304: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16305: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16306:
16307: this makes life easier: were: bad stack order -- were in
16308: exception catch unwind order, which didn't match execution order
16309:
16310: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16311:
16312: @first[] ^throw[a;1]
16313:
16314: showed throw a first throw b try
16315:
16316: which is no good
16317:
16318: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16319: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16320: trace reset after handled exception [old bug fixed]
16321:
16322: * src/main/: compile.tab.C, compile.y: parse position old bug
16323: fixed. position reporting made precise [both, in parse erros and
16324: runtime errors]
16325:
16326: 2003-04-02 paf
16327:
16328: * src/: include/pa_operation.h, include/pa_request.h,
16329: main/compile.C, main/compile.tab.C, main/compile.y,
16330: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16331: main/pa_exception.C, main/pa_request.C: debug info: started
16332: using. todo:complete
16333:
16334: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16335: main/compile.C, main/compile.tab.C, main/compile.y,
16336: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16337: main/pa_request.C: prepared debug info todo:use it
16338:
16339: * src/include/pa_operation.h: strange mistake fixed: forgot to
16340: return Operation class->union after switching from autoptrs.
16341:
16342: * tests/: Makefile, results/108.processed, results/117.processed:
16343: meta considered OK [it's up to coder now to remove it not needed]
16344:
16345: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16346: Dictionary constructor when moved to gc]
16347:
16348: * src/main/pa_common.C: uncommented http:// file loading
16349:
16350: * src/include/pa_array.h, src/main/execute.C,
16351: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16352: fix [gdGrowingBuf]
16353:
16354: * configure.in, src/lib/Makefile.am: removed patches
16355:
16356: * configure, src/include/pa_config_auto.h.in,
16357: src/main/pa_charset.C: --enable-assertions autoconf-ed
16358:
16359: * src/main/pa_common.C: uncommented http:// file loading
16360:
16361: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16362: xdoc::create/load
16363:
16364: * src/: classes/form.C, classes/hash.C, classes/image.C,
16365: classes/string.C, classes/table.C, classes/void.C,
16366: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16367: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16368: String::String(str,helper_length) are checked. found/fixed one
16369: place: $request:body now zero-terminated,
16370:
16371: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16372: main/compile_tools.C, main/execute.C, types/pa_value.h,
16373: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16374: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16375: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16376: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16377: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16378: types/pa_vxnode.h: more locally scoped vars in execute (more
16379: easily optimizable)
16380:
16381: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16382: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16383:
16384: * src/: include/pa_array.h, include/pa_stack.h,
16385: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16386: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16387: become assertion iterator in methodframe filler
16388:
16389: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16390: targets/cgi/parser3.C: array::get/put inlined
16391:
16392: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16393: gc_substitute_memory_management_functions +installed CORD_oom
16394: function
16395:
16396: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16397: src/include/pa_config_includes.h, src/include/pa_string.h,
16398: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16399: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16400: assertions started configure.in --enable-assertions
16401:
16402: 2003-04-01 paf
16403:
16404: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16405: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16406: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16407: gdome uses glib memory, and stores last pointer to xmlDoc there,
16408: gc misses that and collects valid memory fixed by remembering
16409: xmlDoc from dom object in xdoc. todo: do something with
16410: premature free of xdoc with xnodes/node values referring into it
16411:
16412: * src/classes/: mail.C: typo fix
16413:
16414: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16415: changes
16416:
16417: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16418: main/pa_memory.C: moved memory debugging to global level: to
16419: pa_gc_malloc
16420:
16421: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16422: debugging showed no errors. todo: debug parser memory
16423:
16424: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16425: configurations
16426:
16427: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16428: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16429: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16430: types/types.dsp: prepared xml-static configuration
16431:
16432: 2003-03-31 paf
16433:
16434: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16435: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16436: xml lib memory debugging, simple checks failed: it seems that
16437: library does realloc(bad ptr), and recording those ptrs in heap
16438: [for debugging] was bad: heap situation changes = everything
16439: works fine
16440:
16441: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16442: xmlRegisterCharEncodingHandler limitation [currently imposed
16443: limit of 10 user-defined charsets]
16444:
16445: 2003-03-28 paf
16446:
16447: * src/main/execute.C: execution stack copied to local register
16448: variable, removed lots [~2e7) of memory accesses
16449:
16450: 2003-03-27 paf
16451:
16452: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16453: works in debug, but fails in release todo: fix that
16454:
16455: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16456: targets/cgi/parser3.C: forgot to merge XML memory funcs
16457: replacement from gc branch
16458:
16459: * src/main/pa_exec.C: introducing append_help_length [radical
16460: improvement here]
16461:
16462: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16463: 'not recommened' in gc.h, on win32 noticed no difference]
16464:
16465: * src/include/pa_array.h: returned checked array get [were disabled
16466: for debugging] result:not slower [don't understand that, it were
16467: INLINED] todo: find out a way of inlining it!
16468:
16469: * src/: include/pa_string.h, lib/gc/include/gc.h,
16470: lib/gc/include/gc_fake.h, main/compile.tab.C,
16471: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16472: convention changed: all resulting strings are zero-terminated
16473:
16474: * src/: classes/date.C, classes/file.C, classes/hash.C,
16475: classes/string.C, classes/table.C, classes/void.C,
16476: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16477: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16478: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16479: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16480: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16481: types/pa_vfile.C, types/pa_vmail.C: introducing
16482: append_help_length [radical improvement here]
16483:
16484: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16485: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16486: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16487: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16488: even slower
16489:
16490: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16491: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16492: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16493: clients of &get(): most to use non-ref version, some[in tight
16494: places] to get_unchecked_ref
16495:
16496: * src/doc/memory.dox: forgot to add
16497:
16498: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16499: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16500: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16501: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16502: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16503: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16504: targets/cgi/parser3.dsp, types/pa_vmail.C,
16505: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16506: T>>&<< removed after Stack::pop wiping removed [moved to separate
16507: func] other Array & removed
16508:
16509: 2003-03-26 paf
16510:
16511: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16512: classes/table.C, include/pa_array.h, include/pa_charset.h,
16513: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16514: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16515: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16516: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16517: main/pa_exec.C, main/pa_sql_driver_manager.C,
16518: main/pa_stylesheet_manager.C, main/pa_table.C,
16519: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16520: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16521: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16522: pre-evaluated .count() in some places
16523:
16524: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16525: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16526: types/types.dsp: .dsp profiling updated
16527:
16528: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16529: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16530: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16531:
16532: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16533: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16534: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16535: use lib/gc,lib/cord
16536:
1.116 moko 16537: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16538: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16539: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16540: src/include/pa_config_includes.h, src/include/pa_request.h,
16541: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16542: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16543: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16544: src/lib/cord/include/Makefile.am,
1.116 moko 16545: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16546: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16547: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16548: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16549: src/types/pa_vform.h, src/types/pa_vhash.h,
16550: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16551: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16552: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16553: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16554: funcs ported pa_exec
1.95 moko 16555:
16556: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16557:
16558: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16559: bundled gc includes
16560:
16561: * src/: classes/op.C, include/pa_array.h,
16562: include/pa_sql_connection.h, include/pa_string.h,
16563: include/pa_version.h, main/compile.tab.C, main/compile.y,
16564: main/execute.C, main/pa_common.C, main/pa_exception.C,
16565: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16566: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16567: first real site (aval)]
16568:
16569: 2003-03-25 paf
16570:
1.211 moko 16571: * operators.ru.txt, operators.txt,
16572: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16573: $status.memory used free since_compact process
1.95 moko 16574:
16575: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16576: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16577:
16578: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16579:
16580: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16581: src/types/pa_value.h, src/types/pa_vfile.h,
16582: src/types/pa_vobject.C, src/types/pa_vobject.h,
16583: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16584: tests/results/121.processed: untaint.C L_URI
16585:
1.211 moko 16586: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16587: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16588: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16589: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16590:
16591: * tests/results/109.processed: it was a bug in parser. updated 109
16592: test result
16593:
16594: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16595:
16596: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16597: tests/results/107.processed: fixed dom language [values are now
16598: considered tainted. it was a bug in parser. updated 107 test
16599: result
16600:
16601: * src/classes/xdoc.C: fixed transform params
16602:
16603: * src/: include/pa_stylesheet_manager.h,
16604: main/pa_stylesheet_manager.C: fixed stylesheet caching
16605:
16606: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16607: overloads for structure handling
16608:
16609: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16610: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16611: StringBody(0) ambiguilty, introducting static
16612: StringBody::Format(int)
16613:
16614: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16615: linked
16616:
16617: * src/types/pa_vxdoc.C: vxdoc compiled
16618:
16619: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16620: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16621: finalizers isntalled
16622:
16623: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16624: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16625: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16626: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16627: compiled todo: xnode.C / finalizers
16628:
16629: * src/doc/string.dox: updated: new string internals
16630:
16631: 2003-03-24 paf
16632:
16633: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16634: include/pa_charset.h, include/pa_config_fixed.h,
16635: include/pa_request.h, include/pa_stylesheet_connection.h,
16636: include/pa_stylesheet_manager.h, main/pa_charset.C,
16637: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16638: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16639: types/pa_vxnode.h: started XML
16640:
16641: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16642:
16643: * src/: classes/file.C, classes/image.C, classes/mail.C,
16644: include/pa_string.h, main/pa_common.C,
16645: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16646:
16647: * src/: classes/file.C, classes/image.C, classes/mail.C,
16648: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16649: main/pa_request.C, main/pa_sql_driver_manager.C,
16650: types/pa_vimage.h: size_t pos everywhere checks changed to check
16651: for eq STRING_NOT_FOUND
16652:
16653: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16654: optimize bit implemented
16655:
16656: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16657: String::ArrayFragment::append_positions fixed
16658:
16659: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16660: String::this_starts fixed
16661:
16662: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16663:
16664: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16665: hashcode implemented fully, including per-char callback [it can
16666: be - substr CORD node]
16667:
16668: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16669: rewritten to rewalloc with 100byte buf ahead
16670:
16671: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16672: src/include/pa_string.h, src/main/compile.tab.C,
16673: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16674: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16675: CORD_ec [bad] would rewrite as realloc now
16676:
16677: * src/: classes/date.C, classes/file.C, classes/form.C,
16678: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16679: include/pa_cache_managers.h, include/pa_charsets.h,
16680: include/pa_common.h, include/pa_request.h,
16681: include/pa_sql_driver_manager.h, include/pa_table.h,
16682: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16683: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16684: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16685: types/pa_vmail.C, types/pa_vmethod_frame.C,
16686: types/pa_vstateless_class.h: 2*2 worked :)
16687:
16688: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16689: src/include/pa_exec.h, src/include/pa_string.h,
16690: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16691: passed OK
16692:
16693: * src/: classes/hash.C, classes/string.C, classes/table.C,
16694: types/pa_value.C: all linked todo: debug
16695:
16696: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16697: types/pa_vstateless_class.C: all compiled. todo:link
16698:
16699: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16700:
16701: * src/types/pa_vtable.C: pa_vtable.C compiled
16702:
16703: * src/types/pa_vstring.C: pa_vstring.C compiled
16704:
16705: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16706:
16707: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16708: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16709: pa_vstateless_class.C, pa_vstateless_class.h:
16710: pa_vstateless_class.C compiled
16711:
16712: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16713: types/pa_vmath.C: pa_vmail.C compiled
16714:
16715: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16716:
16717: * src/types/pa_vform.C: pa_vform.C compiled
16718:
16719: * src/types/pa_vfile.C: pa_vfile.C compiled
16720:
16721: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16722: pa_vstateless_class.C: pa_vcookie.C compiled
16723:
16724: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16725: types/pa_vhash.h: pa_value.C compiled
16726:
16727: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16728: classes.lib main.lib compiled
16729:
16730: * src/classes/void.C: void.C compiled
16731:
16732: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16733: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16734: compiled
16735:
16736: * src/: classes/string.C, include/pa_request.h,
16737: include/pa_string.h, main/pa_string.C: string.C compiled
16738:
16739: * src/: classes/op.C, classes/string.C, classes/table.C,
16740: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16741: main/pa_request.C, main/pa_string.C: op.C compiled
16742:
16743: * src/classes/: math.C, op.C: math.C compiled
16744:
16745: * src/: classes/mail.C, classes/string.C, classes/table.C,
16746: types/pa_vmail.h: mail.C compiled
16747:
16748: * src/classes/: int.C, table.C: int.C compiled
16749:
16750: * src/: classes/hash.C, classes/image.C, classes/string.C,
16751: classes/table.C, include/pa_memory.h, include/pa_string.h,
16752: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16753: compiled
16754:
16755: * src/: classes/hash.C, classes/string.C, classes/table.C,
16756: classes/void.C, classes/xdoc.C, include/pa_request.h,
16757: include/pa_sql_connection.h: hash.C compiled
16758:
16759: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16760: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16761: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16762: classes/math.C, classes/op.C, classes/response.C,
16763: classes/string.C, classes/table.C, classes/void.C,
16764: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16765: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16766: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16767: file.C table.C compiled
16768:
16769: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16770: main/untaint.C: main.lib compiled
16771:
16772: 2003-03-21 paf
16773:
16774: * src/: classes/op.C, include/pa_cache_managers.h,
16775: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16776: include/pa_stylesheet_manager.h, main/pa_exception.C,
16777: main/pa_globals.C, main/pa_sql_driver_manager.C,
16778: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16779: compiled
16780:
16781: * src/: classes/hash.C, classes/image.C, classes/op.C,
16782: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16783: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16784: main/compile.C, main/pa_common.C, main/pa_request.C,
16785: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16786: pa_request.C compiled
16787:
16788: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16789: include/pa_request.h, main/execute.C, main/pa_request.C,
16790: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16791: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16792: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16793: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16794: compiled
16795:
16796: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16797: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16798: on unix
16799:
16800: * src/: include/pa_charset.h, include/pa_charsets.h,
16801: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16802: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16803: pa_charsets.C compiled
16804:
16805: * src/: classes/image.C, classes/mail.C, classes/op.C,
16806: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16807: main/compile.y, main/execute.C, main/pa_common.C,
16808: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16809: types/pa_vcode_frame.h, types/pa_vimage.h,
16810: types/pa_vmethod_frame.h: execute.C compiled
16811:
16812: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16813: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16814: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16815: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16816: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16817: include/pa_cache_managers.h, include/pa_charsets.h,
16818: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16819: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16820: include/pa_sql_driver_manager.h, include/pa_string.h,
16821: include/pa_stylesheet_connection.h,
16822: include/pa_stylesheet_manager.h, include/pa_table.h,
16823: main/compile.C, main/compile.tab.C, main/compile.y,
16824: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16825: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16826: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16827: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16828: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16829: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16830: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16831: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16832: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16833: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16834: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16835: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16836: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16837: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16838: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16839: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16840: types/pa_vresponse.h, types/pa_vstateless_class.C,
16841: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16842: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16843: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16844: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16845: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16846: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16847: [C++ CORD wrapper]
16848:
16849: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16850:
16851: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16852: $file::exec/cgi[script; $.charset[this is script's charset]
16853:
16854: command line, env values, input got transcoded before call
16855: stdout, stderr got transcoded after call
16856:
16857: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16858: by default. use: ^file::exec[...;$.stdin[$request.body]
16859:
16860: * src/main/pa_common.C: } typo bug fix
16861:
16862: * src/main/pa_common.C: } typo bug fix
16863:
16864: 2003-03-20 paf
16865:
16866: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16867: main/untaint.C: cord bug fix, but still errors todo: clear out
16868:
16869: * src/include/pa_string.h: more tests
16870:
16871: * src/main/pa_string.C: string.pos fixed
16872:
1.116 moko 16873: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16874: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16875: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16876: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16877: replaces
1.95 moko 16878:
16879: * src/: classes/image.C, include/pa_dictionary.h,
16880: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16881: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16882: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16883: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16884:
16885: * src/include/pa_string.h: warning
16886:
16887: * src/include/pa_string.h: this_starts fixed
16888:
16889: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16890: new String ctor & append params convention
16891:
16892: * src/: classes/file.C, classes/hash.C, classes/image.C,
16893: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16894: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16895: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16896: main/pa_exception.C, main/pa_exec.C,
16897: main/pa_sql_driver_manager.C, main/pa_string.C,
16898: main/pa_stylesheet_manager.C, main/untaint.C,
16899: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16900: types/pa_vmail.C: more tests OK
16901:
16902: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16903: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16904: gc/exit runned OK
16905:
16906: * src/types/pa_vmail.C: another naming problem: should not name
16907: vars like that: unpredictable close caused problems with later
16908: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16909: descriptors missing on startup: stdin; Bad file number
16910:
16911: todo: find out why so many filters(stream) here. probably wrong?
16912:
16913: * src/: include/pa_dictionary.h, include/pa_string.h,
16914: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16915: main/untaint.C: test compiled
16916:
16917: * src/: classes/image.C, classes/mail.C, classes/math.C,
16918: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16919: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16920: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16921: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16922: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16923: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16924: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16925: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16926: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16927:
16928: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16929: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16930: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16931: src/include/pa_memory.h, src/include/pa_request.h,
16932: src/include/pa_request_charsets.h,
16933: src/include/pa_sql_connection.h, src/include/pa_string.h,
16934: src/main/compile.tab.C, src/main/execute.C,
16935: src/main/pa_charset.C, src/main/pa_common.C,
16936: src/main/pa_exception.C, src/main/pa_exec.C,
16937: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16938: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16939: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16940: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16941: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16942: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16943: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16944: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16945: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16946: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16947: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16948: pa_common.C [done, without http for now]
16949:
16950: 2003-03-19 paf
16951:
16952: * src/: classes/date.C, classes/form.C, classes/hash.C,
16953: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16954: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16955: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16956: include/pa_string.h, include/pa_table.h, main/compile.C,
16957: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16958: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16959: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16960: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16961: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16962: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16963: types/pa_vstateless_class.h, types/pa_vtable.C,
16964: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16965: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16966: types/pa_wwrapper.h: started test
16967:
1.116 moko 16968: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16969: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16970:
16971: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16972: include/pa_string.h, main/pa_string.C: string compiled todo: test
16973: it
16974:
16975: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16976: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16977: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16978: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16979: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16980: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16981: types/pa_vmethod_frame.h, types/types.dsp: string
16982: reimplementation with cord+array<fragment>: 70%
16983:
16984: 2003-03-18 paf
16985:
16986: * src/: classes/date.C, classes/file.C, classes/form.C,
16987: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16988: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16989: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16990: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16991: can ignore lang in cmp and pos really, but would
16992: split properly!
16993:
16994: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16995: cord part made parser/src/lib: it's not compiled into libgc by
16996: default
16997:
16998: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16999: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17000: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17001: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17002: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17003: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17004: src/classes/xnode.C, src/classes/xnode.h,
17005: src/include/Makefile.am, src/include/pa_cache_managers.h,
17006: src/include/pa_charset.h, src/include/pa_charsets.h,
17007: src/include/pa_common.h, src/include/pa_dictionary.h,
17008: src/include/pa_exception.h, src/include/pa_exec.h,
17009: src/include/pa_globals.h, src/include/pa_hash.h,
17010: src/include/pa_memory.h, src/include/pa_pool.h,
17011: src/include/pa_request.h, src/include/pa_request_charsets.h,
17012: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17013: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17014: src/include/pa_stylesheet_connection.h,
17015: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17016: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17017: src/main/compile.C, src/main/compile.tab.C,
17018: src/main/compile_tools.C, src/main/compile_tools.h,
17019: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17020: src/main/pa_charsets.C, src/main/pa_common.C,
17021: src/main/pa_dictionary.C, src/main/pa_exception.C,
17022: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17023: src/main/pa_pool.C, src/main/pa_request.C,
17024: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17025: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17026: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17027: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17028: src/types/pa_junction.h, src/types/pa_method.h,
17029: src/types/pa_value.C, src/types/pa_value.h,
17030: src/types/pa_vclass.C, src/types/pa_vclass.h,
17031: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17032: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17033: src/types/pa_vdouble.h, src/types/pa_venv.h,
17034: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17035: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17036: src/types/pa_vimage.C, src/types/pa_vimage.h,
17037: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17038: src/types/pa_vmath.C, src/types/pa_vmath.h,
17039: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17040: src/types/pa_vobject.C, src/types/pa_vobject.h,
17041: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17042: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17043: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17044: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17045: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17046: src/types/pa_vstring.h, src/types/pa_vtable.C,
17047: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17048: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17049: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17050: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17051: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17052: gc: PA_Object done lots of replacements also
17053:
17054: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17055: gc logging
17056:
17057: 2003-03-17 paf
17058:
17059: * src/: classes/date.C, classes/file.C, classes/form.C,
17060: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17061: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17062: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17063: include/pa_string.h, include/pa_types.h, main/compile.C,
17064: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17065: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17066: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17067: main/pa_sql_driver_manager.C, main/pa_string.C,
17068: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17069: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17070: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17071: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17072: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17073: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17074: types/pa_vxnode.h: libgc attempt
17075:
17076: 2003-03-13 paf
17077:
17078: * src/: include/pa_sql_driver_manager.h,
17079: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17080: called
17081:
17082: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17083: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17084: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17085: types/pa_value.h, types/pa_vobject.h,
17086: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17087: set_base, set_derived simplified [counter leaks fixed]
17088:
17089: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17090: src/types/types.dsp: incorporated status class patch From:
17091: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17092: 2003 8:14 AM
17093:
17094: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17095: Win32 specific: QuotaPeakNonPagedPoolUsage
17096: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17097:
17098: 2003-03-12 paf
17099:
1.116 moko 17100: * configure, configure.in, src/lib/ltdl/configure,
17101: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17102: lib/ltdl/Makefile now created by /configure.in only [were by
17103: lib/ltdl/configure.in OVERWRITE]
17104:
1.116 moko 17105: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17106: linkage fixed for g++ 3.2.2
1.95 moko 17107:
17108: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17109: on using privately declared class [fixed]
17110:
17111: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17112: 3.2 rightliy complained on using privately declared class [fixed]
17113:
17114: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17115: sigpipe before request constructor now causes death
17116:
17117: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17118: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17119: not cause exception in exception handler
17120:
1.116 moko 17121: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17122: now default links libstdc++ statically. that can be overriden by
17123: --with-dynamic-stdcpp
1.95 moko 17124:
17125: 2003-03-11 paf
17126:
17127: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17128: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17129: necessity of libstdc++
17130:
17131: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17132:
17133: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17134:
17135: 2003-03-08 paf
17136:
17137: * tests/Makefile: make install & co
17138:
17139: * src/: include/pa_request.h, classes/op.C: removing
17140: vclass,object.h -> pa_request.h dependency
17141:
17142: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17143: main/pa_request.C: removing vform,response,cookie.h ->
17144: pa_request.h dependency
17145:
17146: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17147: dependency [testing...]
17148:
17149: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17150: return 0; fixed
17151:
17152: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17153: types/pa_vmail.h: vmail.C received just compiled [not tested]
17154:
17155: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17156:
17157: * src/main/pa_request.C: forgotten: ifdef XML
17158:
17159: * src/main/pa_request.C: forgotten: ifdef XML
17160:
17161: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17162: win32 and run memleak tests again
17163:
17164: * src/targets/cgi/parser3.C: charsets: see some strange things with
17165: old xml lib-- it's internal memory handling has faults
17166:
17167: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17168: problems when transcode from charset A to A.
17169:
17170: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17171: todo: still problems when transcode from charset A to A.
17172:
17173: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17174: classes/table.C, include/pa_array.h,
17175: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17176: started full-scale-site-test [~ http://parser.ru sources]
17177:
17178: some fixes
17179:
17180: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17181: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17182: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17183: results/110.processed, results/111.processed,
17184: results/112.processed, results/113.processed,
17185: results/114.processed, results/115.processed,
17186: results/116.processed, results/117.processed,
17187: results/118.processed, results/119.processed,
17188: results/120.processed: xml: tests 109 dom create/show 110 xpath
17189: selectSingle 111 xdoc.create from tainted & 112
17190: xdoc.create/output with russian attr value 113 xpath
17191: selectString/Number 114 dom attributes.count 115 xpath selectBool
17192: 116 output media-type change 117 transform by dom stylesheet 118
17193: empty transform result 119 dom setAttribute 120 nbsp letter
17194: output
17195:
17196: =END OF PREPARED XML TESTS=
17197:
17198: 2003-03-07 paf
17199:
17200: * src/classes/xdoc.C, src/include/pa_charset.h,
17201: src/include/pa_stylesheet_connection.h, tests/108.html,
17202: tests/108.xsl, tests/results/108.processed: xml: test 108
17203: transform with params [bugs fixed]
17204:
17205: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17206: from copy/paste bug
17207:
17208: * src/classes/xdoc.C, src/include/pa_charset.h,
17209: src/include/pa_request.h, src/main/execute.C,
17210: src/main/pa_charset.C, src/main/pa_exception.C,
17211: src/main/pa_globals.C, src/main/pa_request.C,
17212: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17213: src/types/pa_vxnode.C, tests/107.html,
17214: tests/results/107.processed: xml: test: 107 bug fixes
17215:
17216: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17217: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17218: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17219:
17220: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17221: string
17222:
17223: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17224: mem alloc functions used for different cases [libxml, libxsl]
17225:
17226: * src/classes/classes.C: fixed: prevent system classes from
17227: modification to lock ALL the classes, not only directly used
17228:
17229: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17230: linked
17231:
17232: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17233:
17234: 2003-03-06 paf
17235:
17236: * src/classes/xdoc.C: xdoc.C 50%
17237:
17238: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17239: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17240: main/pa_globals.C, main/pa_request.C,
17241: main/pa_stylesheet_manager.C: xnode.C compiled
17242:
17243: * src/: include/pa_stylesheet_connection.h,
17244: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17245: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17246:
17247: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17248: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17249: xml: stylesheet&manager STARTED
17250:
17251: * src/: include/pa_globals.h, main/pa_charset.C,
17252: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17253:
17254: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17255: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17256: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17257: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17258: charsets
17259:
17260: * tests/023.html: in some cases it rounded up badly. postponing
17261: solution of that problem, making more simple test
17262:
17263: * tests/: 058_paf2000.png, results/058.processed: .png added with
17264: -kb now
17265:
17266: * src/: include/pa_charset.h, include/pa_charsets.h,
17267: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17268: moved to charsets.C
17269:
17270: 2003-03-05 paf
17271:
17272: * src/classes/string.C, src/include/pa_string.h,
17273: src/main/pa_string.C, tests/105.html,
17274: tests/results/105.processed: String::match bug fixed
17275:
17276: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17277: tests/results/104.processed: ^bpt operator added [does int3 in
17278: debug build on win32]
17279:
17280: * tests/: 057.html, results/057.processed: test bug fixed
17281:
1.116 moko 17282: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17283:
17284: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17285: missing
17286:
1.116 moko 17287: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17288: forgotten files added to Makes
1.95 moko 17289:
17290: * ltmain.sh: ltmain.sh added
17291:
17292: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17293: change undone ;(
17294:
17295: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17296: made static
17297:
17298: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17299: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17300: todo:make linker happy
1.95 moko 17301:
17302: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17303: env param made optional
17304:
17305: 2003-03-04 paf
17306:
17307: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17308: types/pa_vimage.h: number of gcc compiler bugs fixed
17309:
17310: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17311: results/103.processed: tests: 103 image.copy transparence test
17312:
17313: * src/main/execute.C, tests/101.html, tests/102.html,
17314: tests/results/101.processed, tests/results/102.processed: tests:
17315: 101 method/variable name conflict test 102 form fields change
17316: should not not change anything [bug fix]
17317:
17318: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17319: results/099.processed, results/100.processed: tests: 57 date
17320: create 2002: added 99,100 response:body/download
17321:
17322: * src/classes/image.C, tests/098.html, tests/098font.gif,
17323: tests/results/098.processed: test: 98 image font text [bug fixed]
17324:
17325: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17326: tests/results/097.processed: test: 97 file::load http:// [bugs
17327: fixed]
17328:
17329: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17330: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17331: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17332: image EXIF [bug fixed]
17333:
17334: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17335: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17336: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17337: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17338: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17339: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17340: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17341: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17342: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17343: tests/094.html, tests/095.html, tests/results/061.processed,
17344: tests/results/062.processed, tests/results/063.processed,
17345: tests/results/064.processed, tests/results/065.processed,
17346: tests/results/066.processed, tests/results/067.processed,
17347: tests/results/068.processed, tests/results/069.processed,
17348: tests/results/070.processed, tests/results/071.processed,
17349: tests/results/072.processed, tests/results/073.processed,
17350: tests/results/074.processed, tests/results/075.processed,
17351: tests/results/076.processed, tests/results/077.processed,
17352: tests/results/078.processed, tests/results/080.processed,
17353: tests/results/081.processed, tests/results/082.processed,
17354: tests/results/083.processed, tests/results/084.processed,
17355: tests/results/085.processed, tests/results/086.processed,
17356: tests/results/087.processed, tests/results/088.processed,
17357: tests/results/089.processed, tests/results/090.processed,
17358: tests/results/091.processed, tests/results/092.processed,
17359: tests/results/093.processed, tests/results/094.processed,
17360: tests/results/095.processed, tests/079.html,
17361: tests/results/079.processed: tests: 61 file::stat size 62
17362: string->int autoconvert 63 double .int,dec,div,mul 64 date
17363: compare 65 file: basename,justname,justext 66 math:crypt 67
17364: string.match simple on long 68 string.match normalized simple on
17365: long 69 string.int 70 file::stat content-type 71 table.join 72
17366: hash parameter conditional pass 73 date daylightsaving,yearday 74
17367: date arithmetics 75 response date values/attributes 76 string.pos
17368: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17369: with local 80 scientific numeric literal in string autoconvert 81
17370: xor: logical and numerical 82 for delims 83 menu delims 84
17371: table.hash distinct 85 long string replace 86 throw+catch
17372: current language preserve 87 bit shifts 88 junction tests +
17373: $caller test 89 hash.foreach selfmodification 90 int/void to int
17374: 91 $caller test 92 junction is + def junction tests 93 $caller
17375: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17376:
17377: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17378: fixed] 60 string eq string [bug fixed]
17379:
17380: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17381: 058.html, 058_paf2000.png, 059.html, 060.html,
17382: results/053.processed, results/054.processed,
17383: results/055.processed, results/056.processed,
17384: results/057.processed, results/058.processed,
17385: results/059.processed, results/060.processed: test: 53
17386: string.replace 54 junctions 55 table.hash 56 call indirect 57
17387: date.create[string] 58 image.measure[png]
17388:
17389: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17390: outputs/051.processed, results/052.processed: test: 52
17391: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17392: task: fix that
17393:
17394: 2003-03-03 paf
17395:
17396: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17397: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17398: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17399: outputs/049.processed, outputs/050.processed,
17400: outputs/051.processed, results/001.processed,
17401: results/002.processed, results/003.processed,
17402: results/005.processed, results/006.processed,
17403: results/008.processed, results/009.processed,
17404: results/011.processed, results/012.processed,
17405: results/013.processed, results/014.processed,
17406: results/015.processed, results/016.processed,
17407: results/017.processed, results/020.processed,
17408: results/021.processed, results/022.processed,
17409: results/024.processed, results/025.processed,
17410: results/026.processed, results/027.processed,
17411: results/028.processed, results/029.processed,
17412: results/030.processed, results/031.processed,
17413: results/049.processed, results/050.processed,
17414: results/051.processed, results/043.processed,
17415: results/044.processed, results/045.processed,
17416: results/046.processed, results/047.processed,
17417: results/048.processed: tests: 43,44,45 date rolls 46
17418: autoevaluating junction 47 table.select 48 name with subvar 49
17419: hash-creating switch 50 process 51 started parent/child, works as
17420: it were but it were NOT GOOD, created separate task to fix that
17421:
17422: * tests/: 042.html, results/042.processed: test: 42
17423: exception.handled
17424:
17425: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17426: expression
17427:
17428: * tests/: 040.html, results/040.processed: test: 39 method result
17429: of type table 40 method param junction auto evaluate
17430:
17431: * tests/: 039.html, results/039.processed: test: 37 method result
17432: of type table
17433:
17434: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17435: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17436: tests/038.html, tests/results/033.processed,
17437: tests/results/034.processed, tests/results/035.processed,
17438: tests/results/036.processed, tests/results/037.processed,
17439: tests/results/038.processed: tests: 33 string.replace 34
17440: string.upper 35 table created 36 local/global vars with juntions
17441: 37 table clone 38 math PI & number formatting
17442:
17443: math class registring typo fixed
17444:
17445: * src/classes/op.C, src/include/pa_request.h,
17446: src/include/pa_string.h, src/main/execute.C,
17447: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17448: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17449: tests/032.html, tests/results/032.processed: uchar changed to
17450: String_UL in all places [was not everywhere] untaint test: 032
17451:
17452: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17453: tests/results/004.processed, tests/parser-cygwin.sh,
17454: tests/parser-unix.sh: removed -H command line key, now testing
17455: using .sh file with SERVER_SOFTWARE=xxx
17456:
17457: 2003-02-26 paf
17458:
17459: * src/main/execute.C, src/types/pa_vstateless_class.h,
17460: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17461: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17462: tests/results/024.processed, tests/results/025.processed,
17463: tests/results/026.processed, tests/results/027.processed,
17464: tests/results/028.processed, tests/results/029.processed,
17465: tests/results/030.processed, tests/results/031.processed: fixed
17466: bug with name_cstr mutable CharPtr more tests
17467:
17468: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17469: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17470: << abort. die now just exits
17471:
17472: * src/classes/classes.awk, src/classes/classes.h,
17473: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17474: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17475: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17476: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17477: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17478: src/classes/xnode.C, src/include/pa_memory.h,
17479: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17480: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17481: src/types/pa_vform.C, tests/015.html, tests/016.html,
17482: tests/017.html, tests/018.html, tests/019.html,
17483: tests/019paf2001.gif, tests/020.html, tests/021.html,
17484: tests/022.html, tests/023.html, tests/022_dir/a.html,
17485: tests/022_dir/b.txt, tests/022_dir/c.htm,
17486: tests/results/015.processed, tests/results/016.processed,
17487: tests/results/017.processed, tests/results/018.processed,
17488: tests/results/019.processed, tests/results/020.processed,
17489: tests/results/021.processed, tests/results/022.processed,
17490: tests/results/023.processed: methoded_array now contains all Mxxx
17491: classes SAPI::get_env now returns info on pool more tests
17492:
17493: * src/include/pa_array.h, src/include/pa_hash.h,
17494: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17495: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17496: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17497: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17498: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17499: tests/results/001.processed, tests/results/002.processed,
17500: tests/results/003.processed, tests/results/004.processed,
17501: tests/results/005.processed, tests/results/006.processed,
17502: tests/results/007.processed, tests/results/008.processed,
17503: tests/results/009.processed, tests/results/010.processed,
17504: tests/results/011.processed, tests/results/012.processed,
17505: tests/results/013.processed, tests/results/014.processed: hash
17506: cloning fixed
17507:
17508: 2003-02-25 paf
17509:
17510: * src/main/pa_common.C: typo fixed
17511:
17512: 2003-02-24 paf
17513:
17514: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17515: [one remained]
17516:
17517: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17518: [should have been get_string(&pool)] todo: check other such calls
17519:
17520: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17521: test10, bad lookups
17522:
17523: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17524: object got destructed, and xxx points to sky
17525:
17526: * ChangeLog, src/classes/string.C: match bug fixed
17527:
17528: * src/types/pa_vmail.C: body [text/html] transcoded to
17529: $.charset[specified] now
17530:
17531: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17532: which failed to handle sigsetjmp+throw: crashed inside of
17533: pre-throw code. rewritten simplier [though duplicating
17534: closesocket code]
17535:
17536: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17537: which failed to handle sigsetjmp+throw: crashed inside of
17538: pre-throw code. rewritten simplier [though duplicating
17539: closesocket code]
17540:
17541: 2003-02-21 paf
17542:
1.211 moko 17543: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17544: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17545: now]]
1.95 moko 17546:
17547: written makefile with regression tests [raw]
17548:
17549: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17550: tests' only [it's not forcing CGI mode now] now use -H to output
17551: CGI header when parser used in command line [useful for tests
17552: also]
17553:
17554: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17555: switches on CGI mode, and is used in regression tests
17556:
17557: * src/: include/pa_request.h, main/pa_request.C,
17558: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17559: fixed
17560:
17561: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17562: handling pa_*
17563:
17564: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17565: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17566: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17567: memory handling files
17568:
17569: * src/main/pa_array.C: pool::format_integer terminator fixed
17570:
17571: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17572: compiles OK test to show benefits of free
17573:
17574: * src/: classes/file.C, classes/image.C, classes/mail.C,
17575: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17576: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17577: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17578: use pool [as the one in ^process]
17579:
17580: * src/classes/op.C: fixed process. sould now check for all cstr's
17581: -- some must use pool [as the one in ^process]
17582:
17583: 2003-02-20 paf
17584:
17585: * src/: classes/date.C, classes/double.C, classes/file.C,
17586: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17587: classes/math.C, classes/op.C, classes/response.C,
17588: classes/string.C, classes/table.C, classes/void.C,
17589: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17590: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17591: string cmp fixed
17592:
17593: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17594: values passed OK now
17595:
17596: 2003-02-19 paf
17597:
17598: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17599: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17600: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17601: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17602: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17603: all remaning leaks resulted from pooled::malloc calls [excluding
17604: in gd -- planning complete rewrite extremely ugly code]
17605:
17606: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17607: files
17608:
17609: 2003-02-17 paf
17610:
17611: * src/: classes/date.C, classes/double.C, classes/file.C,
17612: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17613: classes/response.C, classes/string.C, classes/table.C,
17614: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17615: include/pa_stylesheet_connection.h,
17616: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17617: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17618: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17619: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17620: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17621: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17622: of unitialized simple-typed field
17623:
17624: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17625: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17626: simple-typed field fixed. todo: find&kill all like that one
17627:
17628: * src/: main/execute.C, targets/cgi/pa_pool.C,
17629: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17630: debug output fixed
17631:
17632: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17633: main/pa_request.C: stack-stored items need extra .ref to prevent
17634: object_ptr from delete[them]
17635:
17636: * src/: classes/date.C, classes/op.C, classes/table.C,
17637: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17638: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17639: main/pa_charset.C, main/pa_common.C,
17640: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17641: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17642: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17643: calls
17644:
17645: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17646: couple mem leaks rusulted from old pooled::malloc usage.
17647: todo:find more like those
17648:
17649: * src/main/: compile.C, compile_tools.C: 2*2!
17650:
17651: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17652: stackItem fixed [there were no string on stack before]
17653:
17654: * src/: main/execute.C, main/pa_request.C,
17655: types/pa_vmethod_frame.C: first letters out OK
17656:
17657: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17658: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17659: main/pa_string.C, main/untaint.C, types/pa_value.h,
17660: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17661: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17662: type not initialized with zeros :( while class fields of class
17663: types initialized with default constructors. learn C++
17664:
17665: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17666: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17667: classes/math.C, classes/xdoc.C, classes/xnode.C,
17668: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17669: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17670:
17671: 2003-02-14 paf
17672:
17673: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17674: 13 link errors
17675:
17676: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17677: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17678: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17679: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17680: errors :)
17681:
17682: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17683: classes/hash.C, classes/mail.C, classes/op.C,
17684: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17685: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17686: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17687: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17688:
17689: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17690: classes/table.C, include/pa_common.h, include/pa_globals.h,
17691: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17692: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17693: types/pa_vint.h, types/types.dsp: op compiled
17694:
17695: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17696: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17697: main/untaint.C, types/pa_vtable.h: string, response compiled
17698:
17699: 2003-02-07 paf
17700:
17701: * src/: classes/table.C, types/pa_vtable.h: table compiled
17702:
17703: 2003-02-06 paf
17704:
17705: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17706: mail compiled
17707:
17708: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17709: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17710: types/pa_vfile.h, types/pa_vimage.h: image compiled
17711:
17712: * src/classes/: file.C, form.C: form compiled
17713:
17714: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17715: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17716: types/pa_vfile.C, types/pa_vfile.h: file compiled
17717:
17718: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17719: types/pa_vmath.h: math compiled [win32]
17720:
17721: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17722: types/pa_vstring.h: hash compiled
17723:
17724: 2003-02-04 paf
17725:
17726: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17727: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17728: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17729: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17730: types/pa_vhash.h: hash 50% compiled
17731:
17732: * src/: classes/date.C, classes/file.C, classes/hash.C,
17733: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17734: classes/string.C, classes/table.C, classes/xdoc.C,
17735: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17736: main/pa_string.C: date compiled
17737:
17738: * src/classes/: classes.dsp, double.C: double compiled
17739:
17740: * src/: classes/date.C, classes/double.C, classes/file.C,
17741: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17742: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17743: classes/string.C, classes/table.C, classes/void.C,
17744: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17745: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17746: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17747: compiled
17748:
17749: * src/: classes/date.C, classes/double.C, classes/file.C,
17750: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17751: classes/math.C, classes/op.C, classes/response.C,
17752: classes/string.C, classes/table.C, classes/void.C,
17753: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17754: types/pa_vvoid.h: void compiled :)
17755:
17756: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17757: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17758: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17759: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17760: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17761: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17762: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17763: types/pa_vresponse.C, types/pa_vstateless_class.C,
17764: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17765: types/pa_wcontext.C, types/types.dsp: removed stupid
17766: value_includes.h
17767:
17768: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17769: trying to remove stupid value_includes.h
17770:
17771: * src/main/pa_exec.C: pa_exec compiled on win32
17772:
17773: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17774:
17775: * src/: include/pa_globals.h, include/pa_request.h,
17776: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17777: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17778: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17779: types/pa_vrequest.C, types/pa_vstateless_class.C,
17780: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17781:
17782: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17783: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17784: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17785:
17786: * src/: include/pa_array.h, include/pa_config_includes.h,
17787: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17788: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17789: compiled
17790:
17791: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17792: name conflicts)
17793:
17794: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17795: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17796: yelds "virtual memory exhausted" while trying to compile
17797: execute.C [eating up to 127MB]
17798:
17799: 2003-02-03 paf
17800:
17801: * src/: include/pa_config_includes.h, include/pa_hash.h,
17802: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17803: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17804: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17805: types/pa_vint.h, types/pa_vjunction.h,
17806: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17807: started gcc compiling pa_common compiled
17808:
17809: * src/: include/pa_exception.h, include/pa_pool.h,
17810: main/pa_exception.C: exception gcc change #1
17811:
1.116 moko 17812: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17813: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17814:
17815: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17816:
17817: * src/types/pa_vtable.C: vtable compiled
17818:
17819: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17820:
17821: * src/: include/pa_cache_managers.h, main/pa_request.C,
17822: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17823:
17824: * src/types/pa_vstateless_class.C: vstateless_class compiled
17825:
17826: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17827:
17828: * src/types/pa_vrequest.C: vrequest compiled
17829:
17830: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17831: pa_vobject.C, pa_vobject.h: vobject compiled
17832:
17833: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17834: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17835: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17836: compiled
17837:
17838: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17839:
17840: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17841: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17842: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17843: compiled
17844:
17845: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17846: main.lib - 0 error(s), 0 warning(s)
17847:
17848: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17849: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17850:
17851: 2003-01-31 paf
17852:
17853: * src/: include/pa_array.h, include/pa_operation.h,
17854: include/pa_request.h, main/execute.C, main/main.dsp,
17855: types/pa_vjunction.h: started last file from main library:
17856: execute
17857:
17858: * src/: include/pa_request.h, include/pa_sapi.h,
17859: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17860: main/pa_request.C, targets/cgi/parser3.C,
17861: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17862: types/pa_vhash.h: pa_request compiled
17863:
17864: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17865: include/pa_globals.h, include/pa_request.h,
17866: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17867: main/execute.C, main/main.dsp, main/pa_common.C,
17868: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17869: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17870: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17871: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17872: types/types.dsp: most pa_request compiled
17873:
17874: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17875: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17876: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17877: classes/op.C, classes/response.C, classes/string.C,
17878: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17879: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17880: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17881: include/pa_config_fixed.h, include/pa_config_includes.h,
17882: include/pa_dictionary.h, include/pa_dir.h,
17883: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17884: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17885: include/pa_pool.h, include/pa_request.h,
17886: include/pa_request_charsets.h, include/pa_request_info.h,
17887: include/pa_sapi.h, include/pa_socks.h,
17888: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17889: include/pa_stack.h, include/pa_string.h,
17890: include/pa_stylesheet_connection.h,
17891: include/pa_stylesheet_manager.h, include/pa_table.h,
17892: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17893: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17894: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17895: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17896: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17897: main/compile.C, main/compile.tab.C, main/compile.y,
17898: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17899: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17900: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17901: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17902: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17903: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17904: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17905: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17906: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17907: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17908: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17909: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17910: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17911: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17912: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17913: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17914: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17915: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17916: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17917: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17918: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17919: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17920: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17921: types/pa_vresponse.h, types/pa_vstateless_class.C,
17922: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17923: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17924: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17925: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17926: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17927: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17928:
17929: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17930: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17931: src/include/pa_charsets.h, src/include/pa_common.h,
17932: src/include/pa_dictionary.h, src/include/pa_exception.h,
17933: src/include/pa_exec.h, src/include/pa_pool.h,
17934: src/include/pa_request.h, src/include/pa_sapi.h,
17935: src/include/pa_sql_connection.h,
17936: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17937: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17938: src/main/compile.tab.C, src/main/compile_tools.C,
17939: src/main/compile_tools.h, src/main/main.dsp,
17940: src/main/pa_charset.C, src/main/pa_charsets.C,
17941: src/main/pa_common.C, src/main/pa_dictionary.C,
17942: src/main/pa_exception.C, src/main/pa_exec.C,
17943: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17944: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17945: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17946: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17947: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17948: src/types/pa_vdouble.h, src/types/pa_venv.h,
17949: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17950: src/types/pa_vhash.h, src/types/pa_vimage.C,
17951: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17952: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17953: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17954: src/types/pa_vobject.C, src/types/pa_vobject.h,
17955: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17956: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17957: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17958: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17959: src/types/pa_vstring.h, src/types/pa_vtable.h,
17960: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17961: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17962: died, long live StringPtr
17963:
17964: 2003-01-30 paf
17965:
17966: * src/: include/pa_charset.h, include/pa_request.h,
17967: include/pa_sql_driver_manager.h, main/compile.tab.C,
17968: main/compile.y, main/compile_tools.h, main/pa_request.C,
17969: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17970:
17971: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17972: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17973: types/pa_vhash.h, types/pa_vmethod_frame.h,
17974: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17975: types/types.dsp: vstateless_class compiled
17976:
17977: * src/main/compile.C: compile compiled
17978:
17979: * src/: include/pa_array.h, include/pa_operation.h,
17980: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17981: main/pa_table.C: compile_tools compiled
17982:
17983: * src/: include/pa_operation.h, main/compile.y,
17984: main/compile_tools.C, main/compile_tools.h: started
17985: compile_tools. vagues ideas of how to free compiled code
17986:
17987: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17988: main/main.dsp, types/pa_value.C, types/pa_value.h,
17989: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17990: compiled
17991:
17992: 2003-01-29 paf
17993:
17994: * src/: include/pa_globals.h, include/pa_request.h,
17995: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17996: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17997: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17998: compiled
17999:
18000: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18001: now
18002:
18003: * src/: include/pa_array.h, include/pa_exception.h,
18004: include/pa_pool.h, main/pa_exception.C: gd compiled
18005:
18006: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18007: compiled
18008:
18009: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18010: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18011: types/pa_vfile.h: vfile compiled
18012:
18013: * src/: include/pa_common.h, include/pa_globals.h,
18014: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18015: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18016: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18017:
18018: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18019: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18020: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18021: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18022: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18023:
18024: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18025: main/main.dsp, main/untaint.C: more compiled
18026:
18027: * src/: include/pa_charsets.h, include/pa_request.h,
18028: include/pa_request_info.h, include/pa_string.h,
18029: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18030: types/pa_vresponse.h: vrequest compiled
18031:
18032: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18033: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18034: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18035:
18036: * src/: classes/classes.h, include/pa_charset.h,
18037: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18038: include/pa_request.h, include/pa_string.h, main/main.dsp,
18039: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18040: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18041: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18042: types/pa_vrequest.C, types/pa_vrequest.h,
18043: types/pa_vstateless_class.h, types/pa_vstring.h,
18044: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18045:
18046: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18047: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18048: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18049: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18050: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18051: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18052: types/pa_vobject.h, types/pa_vstateless_class.h,
18053: types/pa_vstateless_object.h, types/pa_vstatus.h,
18054: types/pa_vstring.h, types/types.dsp: vmath compiled
18055:
18056: 2003-01-28 paf
18057:
18058: * src/: classes/classes.h, classes/date.C, classes/file.C,
18059: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18060: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18061: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18062: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18063: compile_tools
18064:
18065: * src/: include/pa_charset.h, include/pa_exception.h,
18066: include/pa_request.h, include/pa_string.h, main/untaint.C:
18067: untaint compiled
18068:
18069: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18070: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18071: more compiled. struck with string::store_to needing to know
18072: source/client charsets
18073:
18074: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18075: types/pa_vfile.h: uue compiled
18076:
18077: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18078: table compiled
18079:
18080: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18081: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18082:
18083: * src/: include/pa_charset.h, main/pa_charset.C,
18084: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18085: introduced]
18086:
18087: * src/: classes/date.C, include/pa_charset.h,
18088: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18089: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18090: pa_charsets compiled
18091:
18092: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18093: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18094:
18095: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18096: common compiled
18097:
18098: * src/: include/pa_charsets.h, main/pa_charsets.C,
18099: main/pa_sql_driver_manager.C: pa_charsets compiled
18100:
18101: * src/: include/pa_array.h, include/pa_charset.h,
18102: include/pa_charsets.h, include/pa_pool.h,
18103: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18104: include/pa_stack.h, include/pa_string.h,
18105: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18106: sql_driver_manager compiled
18107:
18108: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18109: letter i with two dots added to koi, all ukranian letters added
18110: to win1251.
18111:
18112: typographic simbol 0xb9 deleted from win1251 [strange one & were
18113: abscent from koi]
18114:
18115: 2003-01-27 paf
18116:
18117: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18118: include/pa_sql_driver_manager.h, include/pa_string.h,
18119: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18120: sql/pa_sql_driver.h: paused on sql_manager
18121:
18122: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18123: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18124: include/pa_stack.h, main/pa_sql_driver_manager.C,
18125: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18126:
18127: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18129: include/pa_table.h, main/pa_sql_driver_manager.C,
18130: main/pa_table.C: table compiled
18131:
18132: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18133: cache_managers compiled
18134:
18135: * src/: include/pa_array.h, include/pa_charset.h,
18136: include/pa_pool.h, main/pa_charset.C: charset compiled
18137:
18138: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18139:
18140: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18141: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18142: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18143: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18144: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18145:
18146: 2003-01-24 paf
18147:
18148: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18149: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18150: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18151: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18152: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18153: types/pa_vint.h, types/pa_vjunction.h,
18154: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18155: types/pa_vstatus.h, types/pa_vstring.h: more patched
18156:
18157: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18158: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18159: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18160: main/pa_string.C, main/pa_table.C: string compiled
18161:
18162: * src/: include/pa_array.h, include/pa_common.h,
18163: include/pa_dictionary.h, include/pa_exception.h,
18164: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18165: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18166: main/pa_string.C: dictionary compiled
18167:
18168: 2003-01-23 paf
18169:
18170: * src/: include/pa_array.h, include/pa_common.h,
18171: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18172: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18173: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18174: types/pa_value.h: resurrected pool in new sense: now it's
18175: factory, producing&accounting memory chunks for read[autofree]
18176: buffers
18177:
18178: * src/: include/pa_array.h, include/pa_exception.h,
18179: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18180: main/pa_exception.C, main/pa_table.C: table compiled
18181:
18182: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18183: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18184: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18185: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18186: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18187: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18188: main/pa_table.C: aint that easy
18189:
18190: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18191: main/main.dsp: continued with Hash
18192:
18193: * src/main/pa_common.C: connect_string allocated on heap[wes on
18194: stack] now. and exception can be reported OK now [can be reported
18195: outside of pro c with that stack]
18196:
18197: 2003-01-22 paf
18198:
18199: * src/: include/pa_array.h, include/pa_charset.h,
18200: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18201: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18202: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18203: base: contains references_count. auto_ptr template calls
18204: add_ref/release
18205:
18206: 2003-01-21 paf
18207:
18208: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18209: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18210: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18211: classes/op.C, classes/response.C, classes/string.C,
18212: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18213: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18214: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18215: include/pa_config_fixed.h, include/pa_config_includes.h,
18216: include/pa_dictionary.h, include/pa_dir.h,
18217: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18218: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18219: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18220: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18222: include/pa_stack.h, include/pa_string.h,
18223: include/pa_stylesheet_connection.h,
18224: include/pa_stylesheet_manager.h, include/pa_table.h,
18225: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18226: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18227: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18228: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18229: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18230: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18231: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18232: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18233: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18234: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18235: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18236: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18237: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18238: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18239: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18240: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18241: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18242: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18243: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18244: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18245: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18246: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18247: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18248: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18249: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18250: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18251: types/pa_vstateless_object.h, types/pa_vstatus.C,
18252: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18253: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18254: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18255: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18256: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18257: 2002->2003
18258:
18259: 2003-01-16 paf
18260:
1.211 moko 18261: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18262: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18263: $.any-status(1)
1.95 moko 18264:
1.211 moko 18265: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18266: src/main/pa_common.C: http request now return status. and not
18267: fail on status!=200
18268:
18269: 2003-01-15 paf
18270:
18271: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18272:
18273: 2003-01-14 paf
18274:
18275: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18276: mkinstalldirs: removed some ancient files [they in / really]
18277:
18278: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18279: regretfully needed patch in two places. in config_fixed.h made
18280: stubs for lib to compile in MSVC
18281:
18282: 2003-01-13 paf
18283:
18284: * config.guess, config.sub, ltmain.sh: removed last piece of
18285: configure.in(libtool) hacks
18286:
1.116 moko 18287: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18288: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18289: ltdl.h: moved to latest libtool (1.4.3)
18290:
18291: 2003-01-10 paf
18292:
18293: * src/lib/ltdl/: configure, configure.in: PROG_NM
18294:
18295: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18296: patches. libxml2 >= 2.5.1
18297: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18298: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18299: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18300:
18301: * INSTALL: moved to latest versions of xml libs libxml2 >=
18302: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18303: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18304: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18305:
18306: 2003-01-09 paf
18307:
18308: * INSTALL: xml,xslt,gdome lib urls updated
18309:
18310: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18311: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18312: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18313: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18314: 1.7.2
1.95 moko 18315:
18316: * depcomp: moving to automake 1.7.2
18317:
18318: 2002-12-27 paf
18319:
18320: * src/include/pa_version.h: 0007
18321:
18322: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18323: outdated parts, made links to language docs
18324:
18325: * src/include/pa_config_auto.h.in: comment
18326:
18327: 2002-12-26 paf
18328:
18329: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18330: not contain trailing / fixed.
18331:
18332: * INSTALL: changing SAFE_MODE politics
18333:
18334: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18335:
18336: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18337:
18338: 2002-12-25 paf
18339:
18340: * src/main/pa_globals.C: optimized-xml
18341:
18342: * src/main/pa_globals.C: optimized-as-is
18343:
18344: 2002-12-24 paf
18345:
18346: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18347: fixed [were really called with zero size when .html?a=&b=]
18348:
18349: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18350: with --with-sendmail
18351:
18352: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18353: fixed]
18354:
18355: 2002-12-23 paf
18356:
18357: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18358: ignoring parameters & were storing only string with default
18359: expires
18360:
18361: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18362: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18363: December 23, 2002 4:22 AM Subject: bug â
18364: Charset::transcode_buf2xchar
18365:
18366: 2002-12-20 paf
18367:
18368: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18369: non-cgi [script] runs
18370:
18371: 2002-12-19 paf
18372:
18373: * INSTALL: --without-iconv recommended [it crashes on some systems
18374: [tested on elik]] moreover, it's not needed there [parser
18375: registers charsets itself]
18376:
18377: * INSTALL: --without-iconv recommended [it crashes on some systems
18378: [tested on elik]]
18379:
1.211 moko 18380: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18381: src/include/pa_request.h, src/main/pa_globals.C,
18382: src/main/pa_request.C: $response:download
18383:
18384: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18385: compiler [win32]].
18386:
18387: 2002-12-18 paf
18388:
18389: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18390:
18391: 2002-12-17 paf
18392:
18393: * src/targets/cgi/parser3.C: merged die&iis changes
18394:
18395: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18396: to exit(1) 2. more flexible iilegal call check
18397:
18398: 2002-12-16 paf
18399:
18400: * ltmain.sh: some automakes silly insist on having this handy
18401:
18402: * src/main/untaint.C: filespec russian small 'r' changed to latin
18403: 'p' bug fix
18404:
18405: 2002-12-15 paf
18406:
18407: * src/main/untaint.C: filespec russian small 'r' changed to latin
18408: 'p'
18409:
18410: * configure.in, src/include/pa_config_auto.h.in,
18411: src/main/compile.C, src/main/pa_common.C: merged small changes
18412: from branch 6 to HEAD
18413:
18414: * src/main/compile.C: removed warning
18415:
18416: * src/main/pa_common.C: ftruncate having checked
18417:
18418: * configure.in, src/include/pa_version.h: new version
18419:
18420: 2002-12-14 paf
18421:
18422: * src/classes/table.C: removed unnecessary code
18423:
18424: * src/sql/pa_sql_driver.h: exception type fixed
18425:
18426: 2002-12-09 paf
18427:
18428: * src/types/pa_vvoid.h: $void.store[now] error
18429:
18430: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18431:
18432: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18433: tries to write core dump
18434:
18435: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18436:
18437: * src/: classes/hash.C, classes/string.C, classes/table.C,
18438: classes/void.C, main/pa_sql_driver_manager.C,
18439: sql/pa_sql_driver.h: changed exception handling mech in sql
18440: handlers #2
18441:
18442: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18443: exception handling mech in sql handlers
18444:
18445: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18446: handlers
18447:
18448: * src/: classes/hash.C, classes/string.C, classes/table.C,
18449: classes/void.C, main/pa_sql_driver_manager.C,
18450: sql/pa_sql_driver.h: changed exception handling mech in sql
18451: handlers
18452:
1.116 moko 18453: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18454: to write makefile which used libtool to install things, which is
18455: not needed
1.95 moko 18456:
18457: 2002-12-06 paf
18458:
1.211 moko 18459: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18460: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18461: more like 'table'
1.95 moko 18462:
18463: 2002-12-05 paf
18464:
18465: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18466: cc/bcc OK now
18467:
18468: * src/main/untaint.C: mail header closed properly
18469:
18470: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18471: header ',' allowed. still bugs in smtp [only one receiptient
18472: works, cc, bcc ignored now, and MAILED ;)]
18473:
18474: [strncpy killed, memnchr used]
18475:
18476: * src/main/pa_table.C: table-copy now current=0
18477:
18478: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18479: lowlevel proc
18480:
18481: * src/targets/cgi/parser3.C: more checks on
18482: http://domain/parser.cgi start [maybe some getenv returns "",
18483: checked that now
18484:
18485: * src/targets/cgi/parser3.C: more checks on
18486: http://domain/parser.cgi start [maybe some getenv returns "",
18487: checked that now
18488:
18489: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18490: out-of-mem errors reached log]
18491:
18492: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18493: mail:send MIME-Version default
18494:
18495: * src/main/main.dsp: pa_version included into main.dsp
18496:
18497: 2002-12-04 paf
18498:
18499: * src/types/pa_vform.C: $form:field string value cut by premature 0
18500:
18501: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18502: lib/libltdl -> lib/ltdl Win32 changes. s
18503:
18504: * src/classes/classes.awk: more strict *.C$
18505:
18506: * gnu.dsp: restored
18507:
1.116 moko 18508: * configure.in, gnu.dsp, src/lib/Makefile.am,
18509: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18510: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18511: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18512: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18513: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18514: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18515: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18516: now created with /configure, not ltdl/configure, so it does have
18517: no problems with automake. ltdl/configure
18518: AC_OUTPUT(Makefile<<removed)
1.95 moko 18519:
18520: 2002-12-02 paf
18521:
1.211 moko 18522: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18523:
18524: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18525: src/main/pa_common.C, src/main/pa_request.C,
18526: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18527: tainted parts becomes http-header
18528:
18529: 2002-11-29 paf
18530:
1.211 moko 18531: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18532: operators.txt: exif dates now objects of type date
1.95 moko 18533:
18534: * src/classes/image.C: file.seek removed [it were used in image.C
18535: only, and for parser user this means that jpeg image has bad
18536: size in fragment's header] now used image.format
18537:
18538: * src/: include/pa_common.h, main/pa_common.C,
18539: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18540: now handled exactly like $response:header values. e.g. can be
18541: hash [can have subattributes] & contain date values.
18542:
18543: * src/main/pa_common.C: http:// param values lang forced URI
18544:
18545: * src/main/pa_common.C: http:// tainted partes now %xx
18546:
18547: 2002-11-28 paf
18548:
1.211 moko 18549: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18550:
18551: * src/classes/image.C: ^image.length now counts interchar space.
18552: plus space after last char
18553:
18554: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18555:
18556: * src/classes/image.C: ^image.font width measurer now scans full
18557: height [were -1]
18558:
18559: * configure.in: stopped double libltdl/Makefile generation
18560:
18561: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18562: chars [one top horizontal line of 1pixel height were missing]
18563:
18564: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18565: 'false' to go into (Hash *) parameter
18566:
18567: 2002-11-27 paf
18568:
18569: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18570: types/pa_vmail.C: response:body[file] if file nows it's name now
18571: returns content-disposition: >>attachment<<
18572:
18573: * src/classes/image.C: ^image.font << bad font file-size now
18574: properly reported
18575:
18576: 2002-11-26 paf
18577:
18578: * src/main/pa_request.C: fixed lang in reponse header
18579:
18580: * src/main/pa_common.C: utf8 prefix ignored @read text
18581:
1.211 moko 18582: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18583: response status!=200 made exception: http.status with source=bad
18584: status#
1.95 moko 18585:
18586: 2002-11-25 paf
18587:
18588: * configure.in, src/classes/image.C,
18589: src/include/pa_config_auto.h.in,
18590: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18591: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18592: const void related probs fixed
1.95 moko 18593:
1.211 moko 18594: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18595: fields now UPPERCASE
1.95 moko 18596:
18597: $file[^file::load[http://there]] $file.SERVER
18598:
18599: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18600: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18601: http options [invalid onces now reported] made default
18602: user-agent: paf
18603:
1.211 moko 18604: * operators.ru.txt, operators.txt, src/classes/file.C,
18605: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18606: src/include/pa_globals.h, src/main/pa_common.C,
18607: src/main/pa_globals.C, src/main/pa_request.C,
18608: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18609: now understand http:// prefix and additional params, sample:
18610: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18611: $.USER-AGENT[parser3] ]]
18612:
18613: 2002-11-22 paf
18614:
18615: * src/classes/image.C, src/include/pa_globals.h,
18616: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18617: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18618: $image.exif support $image.exif.DateTime & co
1.95 moko 18619:
18620: 2002-11-21 paf
18621:
18622: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18623: _PASS_APPENDED)
18624:
18625: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18626: EXIF information [were big block and it's size were considered
18627: negative :(]
18628:
1.211 moko 18629: * operators.ru.txt, operators.txt, src/classes/image.C,
18630: src/include/pa_common.h, src/main/pa_common.C,
18631: src/types/pa_vmail.C: image.measure internals rewritten. no
18632: there's reader.seek, and all's ready for EXIF extraction [now we
18633: fail to measure files with EXIF info]
1.95 moko 18634:
18635: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18636: O_TRUNC truncates even exclusevely write-locked file [thanks to
18637: Igor Milyakov <virtan@rotabanner.com> for discovering]
18638:
18639: 2002-11-20 paf
18640:
18641: * src/targets/cgi/parser3.C: logging @signal += query_string
18642:
18643: * configure.in, src/include/pa_config_auto.h.in,
18644: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18645: comment
18646:
18647: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18648:
18649: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18650: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18651: currently processed document SIGPIPE >> interrupts request
18652: processing [exception = DB rollback]
18653:
18654: * src/main/pa_exec.C: comment
18655:
18656: * src/main/pa_exec.C: pa_exec: data written only if size>0
18657:
1.211 moko 18658: * operators.ru.txt, operators.txt, src/classes/file.C:
18659: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18660:
18661: * src/: include/pa_config_fixed.h, main/pa_common.C,
18662: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18663: pipe read errors now checked
18664:
18665: 2002-11-19 paf
18666:
18667: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18668: CGI: Illegal call
18669:
18670: 2002-11-01 paf
18671:
18672: * src/main/execute.C: comment
18673:
18674: 2002-10-31 paf
18675:
18676: * src/main/execute.C: found out why, checked that for now. todo:
18677: find out a way for that user could do that
18678:
18679: * src/types/pa_vstateless_object.h: object put replaces static
18680: parent if any
18681:
18682: * src/types/pa_vobject.C: object put replaces static parent if any
18683:
18684: * src/: classes/form.C, classes/mail.C, classes/op.C,
18685: classes/xnode.h, main/compile.tab.C, main/execute.C,
18686: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18687: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18688: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18689: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18690: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18691: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18692: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18693: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18694: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18695: types/pa_vstateless_object.h, types/pa_vstatus.C,
18696: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18697: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18698: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18699: types/pa_wwrapper.h: static fix merged
18700:
18701: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18702: $virtual_fields in dynamic, but one can reach derived
18703: static[class] variable from base
18704:
18705: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18706: types/pa_vobject.C, types/pa_vobject.h,
18707: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18708: statics, left $virtual_fields in dynamic
18709:
18710: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18711: one can't remember derivates in base class: there's so many of
18712: them. also there can be no virtual method calls in static
18713: classes
18714:
18715: * src/: classes/form.C, classes/mail.C, classes/op.C,
18716: classes/xnode.h, main/execute.C, main/pa_request.C,
18717: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18718: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18719: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18720: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18721: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18722: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18723: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18724: types/pa_vresponse.C, types/pa_vresponse.h,
18725: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18726: types/pa_vstateless_object.h, types/pa_vstatus.C,
18727: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18728: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18729: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18730: types/pa_wwrapper.h: static call $self fixed
18731:
18732: * src/main/execute.C: comment
18733:
18734: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18735: ^process[$caller.self]{...} now compiles to last derived object
18736: part of that 'self'
18737:
18738: 2002-10-29 paf
18739:
18740: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18741: re-passing [iis to blame]
18742:
18743: * src/classes/string.C: changed string.save to pass current sql
18744: connection to cstr thus one can ^connect[some server]{
18745: $s[insert into table x (x) values (^taint[sql]{value})]
18746: ^s.save[some.sql] } and he'd get in some.sql file code with
18747: properly escaped. [tried in mssql->mysql export->import of
18748: binary data]
18749:
18750: 2002-10-25 paf
18751:
18752: * src/types/pa_vresponse.C: case insensitive response user fields
18753: get/put
18754:
18755: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18756: types/pa_vresponse.C: saving for maybe-future
18757:
18758: 2002-10-23 paf
18759:
1.211 moko 18760: * operators.ru.txt, operators.txt, src/classes/table.C:
18761: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18762:
18763: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18764:
18765: 2002-10-22 paf
18766:
18767: * src/types/: pa_vform.C, pa_vform.h: removed needless
18768: VForm::Append...(...Value)
18769:
18770: * src/main/execute.C: $.name outside of $name[...] checked
18771:
18772: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18773: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18774:
18775: 2002-10-21 paf
18776:
1.211 moko 18777: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18778: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18779:
1.211 moko 18780: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18781: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18782:
1.211 moko 18783: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18784: $form:image-map
1.95 moko 18785:
1.211 moko 18786: * operators.ru.txt, operators.txt, src/classes/file.C:
18787: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18788:
18789: 2002-10-17 paf
18790:
18791: * src/main/: compile.tab.C, compile.y: operators precedence changed
18792: a little: logical not and bitwise negation precedence made
18793: highest, << and >> bitshits precedence made equal [were << higher
18794: than >>]
18795:
18796: * src/classes/op.C: exception handling fixed [were bad with
18797: contexts]
18798:
18799: 2002-10-16 paf
18800:
18801: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18802: main/pa_request.C: Request::self considered equal to
18803: VMethodFrame::self, and removed, Request::get_self() mapped to
18804: VMethodFrame.self()
18805:
18806: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18807: $hash in open field now gives old good error meesage
18808:
18809: 2002-10-15 paf
18810:
18811: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18812: use ^if($junction is junction){was and now true}
18813:
18814: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18815: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18816: types/pa_vxnode.C: xml->parser strings now have origin, which
18817: points to place where value left xml library and came to parser:
18818: place of dom field extraction/call
18819:
18820: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18821: main/compile.tab.C, main/compile.y, main/execute.C,
18822: types/pa_vmethod_frame.h: removed last pieces of old code
18823: allowing $junction.xxx at compile time
18824:
18825: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18826: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18827: objects also considered [were only classes]
18828:
18829: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18830: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18831: with CLASS self. [ (request&method_frame).self temporarily
18832: changed ]
18833:
18834: * src/classes/: hash.C, op.C: method_frame now always changed, with
18835: no exception to native calls. for&foreach changed to use
18836: method_frame.caller for their var's name context
18837:
18838: * src/: main/execute.C, targets/cgi/parser3.C,
18839: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18840: compiling to system classes disabled
18841:
1.211 moko 18842: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18843: ^process[$caller.CLASS]{code-string} added
18844:
1.211 moko 18845: * operators.ru.txt, operators.txt, src/classes/op.C,
18846: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18847: src/main/pa_request.C, src/types/Makefile.am,
18848: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18849: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18850: $junction.get $junction.set[] introducing $caller
1.95 moko 18851:
18852: * src/types/pa_value.h: removed outdated comments. doxygen would
18853: find them lower by inheritance tree
18854:
18855: * src/types/pa_vjunction.C: ident
18856:
18857: 2002-10-14 paf
18858:
18859: * src/classes/op.C: process compiles to code's class class
18860:
18861: * src/: classes/form.C, classes/mail.C, classes/op.C,
18862: include/pa_request.h, main/compile.C, main/compile.tab.C,
18863: main/compile.y, main/execute.C, main/pa_request.C,
18864: types/pa_vstateless_class.h: operators now main-class-methods
18865:
18866: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18867: better stack trace [has "call" & co there]
18868:
18869: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18870: operators @auto now executed in MAIN context
18871:
18872: * src/main/execute.C: operator execution context now = MAIN, not
18873: closest stack frame
18874:
18875: @touchit[] $i[after]
18876:
18877: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18878: were 'after'
18879:
18880: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18881: 'after'
18882:
18883: * src/main/execute.C: comment
18884:
18885: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18886: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18887: action]
18888:
18889: * src/types/pa_vxnode.C: misreplace fixed
18890:
18891: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18892: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18893: $status:rusage.tv_secs/usecs introduced
18894:
18895: 2002-10-09 paf
18896:
18897: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18898: on empty string [or uses (default)]
18899:
18900: 2002-10-08 paf
18901:
18902: * src/main/untaint.C: mail header quoted printable changed after
18903: RFC reread
18904:
1.211 moko 18905: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18906:
18907: * src/types/pa_vxnode.C: misreplace
18908:
18909: 2002-09-24 paf
18910:
1.116 moko 18911: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18912:
18913: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18914: mailreceive would compile on freebsd now
18915:
18916: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18917: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18918: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18919: mailreceive would compile on freebsd now
1.95 moko 18920:
18921: * src/: classes/file.C, main/untaint.C: 1. file spec language
18922: changed: now there are only few chars are untainted: * ? ' " < >
18923: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18924: one should use ^untaint[uri]{...} now]
18925:
18926: 2. $list[^file:list[dir]] now returns simply tainted names in
18927: $list.name, not tainted as filespec
18928:
18929: @russianindex[] #dir with files with russian-lang names
18930: $where[dir]
18931:
18932: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18933: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18934:
18935: 2002-09-23 paf
18936:
18937: * src/types/pa_vdouble.h: double->int round added
18938:
18939: * src/classes/date.C: date bug fix, now
18940: round(floatDays*secondsPerDay)
18941:
18942: * src/classes/date.C: date bug fix, now
18943: round(floatDays*secondsPerDay)
18944:
18945: 2002-09-20 paf
18946:
18947: * src/main/execute.C: code junction calls disabled [before: code
18948: was compiled in such a way, that there were no code-junctions in
18949: OP_CALL]
18950:
18951: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18952:
18953: @badjunctioncallinside[code] ^code[]
18954:
18955: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18956: expanding to include ^junction.method
18957:
18958: * src/main/pa_common.C: -d "DIR/" now true
18959:
18960: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18961: as internal xdoc encoding, and after decoding attributes set by
18962: dom functions now encoded OK, not as digital entities
18963:
18964: * src/classes/xdoc.C: empty transform result, being taken as file
18965: now returns empty file, not raises stupid error about "stat-ed
18966: file"
18967:
18968: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18969: allowed
18970:
18971: * src/types/types.dsp: introducing $junction.get/put(1) one can
18972: write iterators now:
18973:
18974: ^user-foreach[key;value]{$key=$value<br>}
18975:
18976: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18977: $code.value($i*2) $code }
18978:
18979: * src/main/compile_tools.h: mistype
18980:
1.116 moko 18981: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18982: thus taking linking options configure changes into account [were:
18983: ignoring]
1.95 moko 18984:
18985: * src/types/: pa_vjunction.C, Makefile.am: introducing
18986: $junction.get/put(1) one can write iterators now:
18987:
18988: ^user-foreach[key;value]{$key=$value<br>}
18989:
18990: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18991: $code.value($i*2) $code }
18992:
18993: * src/: include/pa_opcode.h, include/pa_request.h,
18994: main/compile.tab.C, main/compile.y, main/execute.C,
18995: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18996: introducing $junction.get/put(1) one can write iterators now:
18997:
18998: ^user-foreach[key;value]{$key=$value<br>}
18999:
19000: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19001: $code.value($i*2) $code }
19002:
19003: 2002-09-19 paf
19004:
1.116 moko 19005: * Makefile.am: new: make commit
1.95 moko 19006:
19007: * aclocal.m4: forced to be older
19008:
19009: 2002-09-18 paf
19010:
19011: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19012: src/main/compile.y, src/main/execute.C: << >> int shifts
19013:
19014: * src/: include/pa_common.h, include/pa_request.h,
19015: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19016: - now this - fatal error
19017:
19018: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19019: that one can pass binary data there
19020:
19021: * src/: classes/date.C, classes/double.C, classes/file.C,
19022: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19023: classes/op.C, classes/response.C, classes/string.C,
19024: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19025: include/pa_request.h: pa_request contexts made privated, plus
19026: get_{self/method_frame} to read. Request_context_saver used in
19027: ^try to save flang too. [were not saved]
19028:
19029: * src/types/pa_vresponse.C: header value chains joined before
19030: output, this should help $.subject[$var $var] from being
19031: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19032:
19033: 2002-09-17 paf
19034:
19035: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19036: removed changes, operators executed with calling self. lots of
19037: code with ^include code relies on defined/defining self variables
19038:
19039: $a[1] ^include[print_a.p] print_a.p: $a
19040:
19041: ^include[set_a.p] a=$a set_a.p: $a[1]
19042:
19043: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19044: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19045: types/pa_vstateless_class.h: operators now executed with MAIN
19046: self. it's for ^include sake, too strong a change
19047:
19048: * src/classes/op.C: made place for ^process to compile it's code to
19049: in case of no self
19050:
19051: * src/main/execute.C: found ancient param to Junction, removed.
19052: allowed passing self to native_code_operators [for ^process to
19053: work, she needs self]
19054:
19055: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19056: types/pa_vstateless_class.h: found ancient param to Junction,
19057: removed. allowed passing self to native_code_operators [for
19058: ^process to work, she needs self]
19059:
19060: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19061: types/pa_value.h, types/pa_vmethod_frame.h,
19062: types/pa_vstateless_class.h: allowed Request.self to be 0,
19063: checked that in VMethodFrame get/put and $self.
19064:
19065: * src/classes/: table.C, xdoc.C: table::sql options table::create
19066: copy options options checked, wrong option now fatal error
19067:
19068: * src/main/pa_string.C: string.replace fixed [were missing words on
19069: pieces boundaries]
19070:
1.150 moko 19071: * configure, configure.in: .so now detected [can be .sl on hpux,
19072: .dll on cygwin, .so in other cases)
1.95 moko 19073:
19074: * configure, configure.in: .so now detected [can be .sl on hpux,
19075: .dll on cygwin, .so in other cases)
19076:
1.211 moko 19077: * operators.ru.txt, operators.txt, src/classes/hash.C,
19078: src/classes/table.C, src/include/pa_globals.h,
19079: src/main/pa_globals.C: table.sql hash::sql flag to allow
19080: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19081:
19082: * src/: classes/hash.C, classes/table.C,
19083: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19084: now errors
19085:
19086: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19087:
19088: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19089: ,2,3]
19090:
19091: 2002-09-16 paf
19092:
19093: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19094: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19095: stdout to be binary. now detected closest header break.
19096:
19097: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19098: closed right
19099:
19100: 2002-09-13 paf
19101:
1.211 moko 19102: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19103: src/main/compile.y, src/main/compile_tools.h: (expression
19104: #comment)
1.95 moko 19105:
19106: (multiline expression #comment line2 #comment )
19107:
19108: (expression #comment with (brackets) comment) << OK
19109:
1.211 moko 19110: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19111: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19112: for expression #comments]
1.95 moko 19113:
19114: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19115: error
19116:
19117: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19118: cheched in pa_socks.C
19119:
1.116 moko 19120: * configure, configure.in, src/include/pa_config_auto.h.in:
19121: HAVE_WINSOCK_H created in configure.in
1.95 moko 19122:
19123: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19124: cookie date now clean [were mistakenly tainted & that worked bad
19125: with opera -- 'happily' that worked OK with msie]
19126:
19127: 2002-09-12 paf
19128:
19129: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19130: VClass get_element now first looks to fields, next to methods &
19131: co todo: the rest reason: more speed
19132:
19133: * src/main/untaint.C: quoted printable encoding stops before
19134: \s*<...>$
19135:
19136: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19137: stops before <...>$
19138:
19139: 2002-09-11 paf
19140:
19141: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19142: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19143: forgot to check users of those funcs. not all were using that
19144: return value convention
19145:
19146: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19147: windows-1254 added
19148:
19149: 2002-09-10 paf
19150:
19151: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19152: VCodeFrame parent param were specified badly
19153:
19154: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19155: WWrapper which used in constructing objects(second param to sql
19156: method) ^...sql{}[$.default{code}] now has parent, wich helps
19157: code in hash to survivi
19158:
19159: * src/: include/pa_request.h, main/execute.C: removed redundant
19160: param to execute [stack said 'thanks']
19161:
19162: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19163: types/pa_value.h, types/pa_vcode_frame.h,
19164: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19165: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19166: responsibility to wcontext
19167:
19168: * src/classes/file.C: decided not to log exec's with stderr, that
19169: could be warnings, and it's up to scritper to log/show them
19170:
19171: * src/: classes/double.C, main/execute.C: double:sql badly called
19172: write_assign_lang, not write_no_lang, thus doing unnecessary
19173: double/string converstion, which were loosing time&precesion
19174:
19175: * src/: main/pa_charset.C, types/pa_vmail.C:
19176: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19177: case of unfinished in buffer processing, causing accidental
19178: transcode stop [in case that source enc != utf-8 & there is
19179: incomplete utf-8 sequence at the end of 16000block iside of
19180: libxml lib] tfm readed & code updated
19181:
19182: 2002-09-04 paf
19183:
19184: * configure: makes with sjlj
19185:
19186: * INSTALL, src/include/pa_config_fixed.h,
19187: src/include/pa_sql_connection.h,
19188: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19189: checked. on win32 it made default
19190:
19191: * src/include/pa_config_auto.h.in: sjlj define
19192:
19193: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19194: can not work with longjump/throw pair, and one must switch that
19195: on there. todo: detect that automatically]
19196:
19197: * src/types/pa_vxnode.C: removed too strong checks of
19198: xnode.elements. now, for instance, if element does not have any
19199: attributes, $xnode.attributes is void, not error
19200:
19201: 2002-09-02 paf
19202:
1.211 moko 19203: * operators.ru.txt, operators.txt, src/main/execute.C,
19204: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19205:
19206: * src/main/execute.C: double_result made to move that var away from
19207: hungry g++ optimizer (-O2), before: it were optimized and
19208: comparison operators worked badly
19209:
19210: * src/types/pa_vdate.h: removed debug
19211:
1.116 moko 19212: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19213:
19214: * src/main/execute.C: fixed numeric < & co so that thay now use
19215: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19216: unknown reason.
19217:
19218: 2002-08-29 paf
19219:
19220: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19221: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19222: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19223: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19224: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19225: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19226: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19227: [called less frequent, allowed to remove ugly
19228: Junction.change_context-s from many places, switch,
19229: mail:send..html{}, ..] request.root renamed to method_frame [more
19230: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19231: [speed up]
19232:
19233: 2002-08-28 paf
19234:
19235: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19236: tainted
19237:
19238: * src/types/pa_vcookie.C: fixed cookie delete when
19239: $cookie:name[$.value[]]
19240:
1.211 moko 19241: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19242: ^string.split[delim[;options]]
19243:
19244: 2002-08-27 paf
19245:
1.116 moko 19246: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19247:
1.211 moko 19248: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19249: src/main/compile.y: # now delimiter
1.95 moko 19250:
19251: * INSTALL: recommended latest gmime 1.0.5
19252:
19253: 2002-08-26 paf
19254:
19255: * configure, configure.in: apache13/hook added to make dist.
19256:
19257: 2002-08-23 paf
19258:
19259: * src/: include/pa_common.h, main/pa_common.C,
19260: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19261: beside binary [cgi, isapi] not accessible [due to bad rights or
19262: whatever] it's error now
19263:
19264: 2002-08-21 paf
19265:
1.116 moko 19266: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19267:
19268: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19269: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19270: class". compiled as if here they named base class
19271:
19272: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19273: cloning constructor]
19274:
19275: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19276:
1.150 moko 19277: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19278: $mail.received.file.value.content-type fixed
19279:
19280: 2002-08-20 paf
19281:
19282: * src/classes/file.C: fixed language of file:file result
19283:
1.211 moko 19284: * operators.ru.txt, operators.txt, src/classes/void.C:
19285: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19286:
1.211 moko 19287: * operators.ru.txt, operators.txt, src/classes/void.C:
19288: ^void.pos[...] = -1
1.95 moko 19289:
1.211 moko 19290: * operators.ru.txt, operators.txt, src/classes/void.C:
19291: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19292:
1.211 moko 19293: * src/classes/void.C, operators.ru.txt, operators.txt:
19294: ^void.length[] = 0
1.95 moko 19295:
19296: 2002-08-19 paf
19297:
19298: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19299: work now
19300:
19301: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19302: error in xnode, which were not catched in xdoc]
19303:
19304: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19305: prepared: // validate each document after load/create (?)
19306: //xmlDoValidityCheckingDefaultValue = 1;
19307:
19308: 2002-08-15 paf
19309:
19310: * src/classes/classes.h: write to static var caused useless
19311: Exception, introduced Methoded::put_element wich consumes those
19312:
1.211 moko 19313: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19314: src/main/pa_common.C, src/types/pa_vcookie.C,
19315: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19316: src/types/pa_vresponse.h: $response:field[date]
19317: $response:field[$.xxx[date]]
1.95 moko 19318:
19319: * src/: classes/hash.C, classes/string.C, classes/table.C,
19320: classes/void.C, include/pa_sql_connection.h: fixed source of
19321: ^hash::sql{bad}
19322:
1.211 moko 19323: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19324: request body
1.95 moko 19325:
19326: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19327:
19328: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19329: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19330:
1.211 moko 19331: * operators.ru.txt, operators.txt, src/classes/form.C,
19332: src/include/pa_pool.h, src/include/pa_request.h,
19333: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19334: planning/preparing_to $request:body r.post_data now const
1.95 moko 19335:
19336: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19337: classes/xnode.C, main/execute.C, types/pa_value.h,
19338: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19339: types/pa_vtable.h: instead of type() checking everywhere used
19340: Value.as now user descendants can be used in params.
19341:
19342: VObject::as_*, is_defined now taken from bases. xtable(table)
19343: ^if($xtable) now OK
19344:
19345: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19346: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19347: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19348:
19349: 2002-08-14 paf
19350:
19351: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19352: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19353: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19354: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19355: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19356: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19357: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19358: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19359: types/pa_vresponse.C, types/pa_vresponse.h,
19360: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19361: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19362: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19363: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19364: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19365: & VClass
19366:
19367: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19368:
19369: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19370: removed fixopt stupidity. on stupid linux use cd /document/root
19371: ../cgi/parser3 script
19372:
19373: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19374: params, splitting them by space, excluding argv[0], argv[argc-1]
19375:
19376: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19377: fixopt.h: fixopt now preprocesses command line params, splitting
19378: them by space, excluding argv[0], argv[argc-1]
19379:
19380: * src/targets/cgi/parser3.C: -f config file
19381:
19382: * src/targets/cgi/parser3.C: fixed .log file dir
19383:
19384: 2002-08-13 paf
19385:
19386: * src/types/pa_vobject.C: allow override parent variables, useful
19387: for form descendants [in vobject too, were in vclass]
19388:
19389: * src/types/pa_vclass.C: allow override parent variables, useful
19390: for form descendants
19391:
19392: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19393: overwritten in derived(table)
19394:
19395: * src/: classes/form.C, classes/mail.C, classes/op.C,
19396: classes/xnode.h, include/pa_request.h, main/execute.C,
19397: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19398: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19399: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19400: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19401: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19402: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19403: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19404: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19405: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19406: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19407: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19408: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19409: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19410: Value::get_element(..., bool looking_down) [needed to exclude
19411: endless recoursion]
19412:
19413: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19414: fix bug with put endless recoursion todo: check 'as'
19415:
19416: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19417: reorganized modules todo: fix bug with put endless recoursion
19418: todo: check 'as'
19419:
19420: * src/types/pa_vobject.h: checked: table fields can be overwritten
19421: in derived(table)
19422:
19423: * src/types/pa_vobject.h: derived classes can have fields of their
19424: own now
19425:
19426: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19427: fixed error message on using non-created table
19428:
19429: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19430: classes/op.C, classes/xnode.h, include/pa_request.h,
19431: main/compile.C, main/compile.tab.C, main/execute.C,
19432: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19433: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19434: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19435: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19436: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19437: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19438: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19439: types/pa_vresponse.C, types/pa_vresponse.h,
19440: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19441: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19442: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19443: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19444: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19445: looking down/up tree todo: fix error message on non-constructed
19446: parents
19447:
19448: 2002-08-12 paf
19449:
19450: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19451: derived OK
19452:
19453: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19454: thorough testing
19455:
19456: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19457: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19458: types/pa_vobject.h, types/pa_vstateless_class.h,
19459: types/pa_vstateless_object.h, types/pa_wcontext.h,
19460: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19461: ^base:create[] dynamic call rewritten todo: thorough testing
19462:
19463: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19464: now instantates base class, remembers it and saves child in
19465: parent VObject.get_class now returns last child = downward
19466: virtual calls OK
19467:
19468: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19469: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19470: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19471: types/pa_vobject.h, types/pa_vresponse.h,
19472: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19473: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19474: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19475: VAliased [redundant], moved $CLASS to VObject only [parser class
19476: instance]
19477:
19478: * src/main/pa_request.C: $response:body[file] content-type check
19479: fixed [were bad when content-type is hash]
19480:
19481: 2002-08-09 paf
19482:
19483: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19484: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19485:
19486: 2002-08-08 paf
19487:
1.211 moko 19488: * operators.ru.txt, operators.txt, src/classes/date.C,
19489: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19490: month calendar [week year]
1.95 moko 19491:
19492: * src/main/execute.C: error reporting on object writes to MAIN
19493: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19494:
1.211 moko 19495: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19496: $date.yearday $date.daylightsaving
1.95 moko 19497:
19498: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19499: use tainted data now. only she must specify the language.
19500:
19501: ^mail:send[ $.from[paf@mail.design.ru]
19502: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19503: $.text[^taint[uri][ìîñêâà]=] ]
19504:
19505: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19506: now prints more precise origin
19507:
19508: * src/include/pa_string.h: String::first_char now not fails on
19509: empty strings ^if(-f '') now ok and in 3 other places.
19510:
1.211 moko 19511: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19512: src/main/pa_string.C: String::first_char now not fails on empty
19513: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19514:
19515: 2002-08-07 paf
19516:
19517: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19518: fixed
19519:
19520: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19521:
19522: * src/: main/execute.C, types/pa_vcode_frame.h,
19523: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19524: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19525: mistakenly not completely transparent to object writes.
19526: $hash[^if(1){$hash}] now works
19527:
1.211 moko 19528: * operators.ru.txt, operators.txt, src/classes/op.C:
19529: ^cache...{...^cache<<to past...} now erasing cache file [there
19530: were bad check on that]
1.95 moko 19531:
19532: * src/: classes/classes.dsp, classes/table.C,
19533: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19534: all Debug dirs in .dsp now named 'Debug'
19535:
1.116 moko 19536: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19537:
1.211 moko 19538: * operators.ru.txt, operators.txt, src/classes/mail.C:
19539: exception_type email.send
1.95 moko 19540:
1.211 moko 19541: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19542: exception_type email.format
1.95 moko 19543:
19544: * src/types/pa_vmail.C: mail:send empty email checked
19545:
19546: 2002-08-06 paf
19547:
1.211 moko 19548: * operators.ru.txt, operators.txt, src/classes/table.C,
19549: src/include/pa_array.h, src/include/pa_table.h,
19550: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19551: ^table::create[$source;$.options] ^table::join[$source;$.options]
19552:
1.211 moko 19553: * operators.ru.txt, operators.txt, src/classes/hash.C,
19554: src/classes/string.C, src/classes/table.C: sql options can be
19555: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19556:
19557: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19558:
19559: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19560: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19561: $file.content-type [instead of .mime-type] now works for
19562: file::stat also
19563:
19564: * src/main/pa_request.C: case insensitive mime_type_of
19565:
19566: 2002-08-05 paf
19567:
19568: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19569:
19570: * src/types/pa_vmail.C: file buffer relocated to parser heap
19571:
1.211 moko 19572: * operators.ru.txt, operators.txt: comment on date:calendar week
19573: column
1.95 moko 19574:
19575: * src/main/pa_common.C: write checked
19576:
19577: * src/main/: pa_common.C: write checked
19578:
19579: * src/classes/date.C: +1 buf size for stupid snprintfs
19580:
19581: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19582: month calendar week column [ISO 8601 Week Numbers]
19583:
19584: 2002-08-02 paf
19585:
19586: * src/: include/pa_config_fixed.h, main/pa_string.C,
19587: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19588: DEBUG*
19589:
19590: * configure, configure.in, src/include/pa_version.h: release
19591: 3_0_0005
19592:
19593: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19594: multipart post fixed
19595:
1.211 moko 19596: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19597: src/types/pa_vform.C: response transcoded source->client only
19598: when text/* or simple onoverridden $response:body
1.95 moko 19599:
19600: 2002-08-01 paf
19601:
19602: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19603: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19604: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19605: classes/op.C, classes/response.C, classes/string.C,
19606: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19607: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19608: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19609: include/pa_config_fixed.h, include/pa_dictionary.h,
19610: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19611: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19612: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19613: include/pa_socks.h, include/pa_sql_connection.h,
19614: include/pa_sql_driver_manager.h, include/pa_stack.h,
19615: include/pa_string.h, include/pa_stylesheet_connection.h,
19616: include/pa_stylesheet_manager.h, include/pa_table.h,
19617: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19618: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19619: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19620: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19621: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19622: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19623: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19624: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19625: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19626: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19627: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19628: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19629: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19630: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19631: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19632: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19633: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19634: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19635: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19636: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19637: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19638: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19639: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19640: types/pa_vmethod_frame.h, types/pa_vobject.h,
19641: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19642: types/pa_vresponse.h, types/pa_vstateless_class.C,
19643: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19644: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19645: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19646: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19647: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19648: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19649:
19650: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19651: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19652: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19653: classes/math.C, classes/op.C, classes/response.C,
19654: classes/string.C, classes/table.C, classes/void.C,
19655: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19656: include/pa_array.h, include/pa_cache_managers.h,
19657: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19658: include/pa_config_fixed.h, include/pa_config_includes.h,
19659: include/pa_dictionary.h, include/pa_dir.h,
19660: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19661: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19662: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19663: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19664: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19665: include/pa_stack.h, include/pa_string.h,
19666: include/pa_stylesheet_connection.h,
19667: include/pa_stylesheet_manager.h, include/pa_table.h,
19668: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19669: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19670: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19671: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19672: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19673: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19674: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19675: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19676: main/pa_sql_driver_manager.C, main/pa_string.C,
19677: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19678: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19679: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19680: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19681: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19682: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19683: targets/isapi/pool_storage.h, types/pa_valiased.C,
19684: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19685: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19686: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19687: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19688: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19689: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19690: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19691: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19692: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19693: types/pa_vresponse.C, types/pa_vresponse.h,
19694: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19695: types/pa_vstateless_object.h, types/pa_vstatus.C,
19696: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19697: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19698: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19699: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19700: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19701: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19702: types/Makefile.am: ident.C* removed
19703:
1.211 moko 19704: * operators.ru.txt, operators.txt, src/classes/file.C,
19705: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19706:
19707: * src/targets/cgi/parser3.C: usage to stdout now
19708:
19709: 2002-07-31 paf
19710:
19711: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19712:
19713: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19714: default "postmaster"
19715:
19716: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19717: -f postmaster now default sendmail key word "postmaster"
19718: replaced to $.from
19719:
19720: 2002-07-30 paf
19721:
1.116 moko 19722: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19723: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19724:
19725: * src/main/pa_charset.C: comment
19726:
19727: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19728: table, &#decimal;
19729:
19730: * src/main/pa_request.C: comment
19731:
19732: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19733: paragraf]
19734:
19735: 2002-07-11 paf
19736:
19737: * src/main/pa_exec.C: build command line badly added params twice
19738: [and first time without ' ']. double wrong. fixed.
19739:
19740: * src/main/pa_exec.C: invalid .exe caused error message with params
19741: wich parser did not provide = reported badly. fixed that.
19742:
19743: * src/classes/mail.C: $MAIL[ # xxx ]
19744:
19745: now ok
19746:
1.211 moko 19747: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19748:
19749: 2002-07-01 paf
19750:
19751: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19752: [MForm.configure_admin were called when request.main_class ==0
19753:
19754: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19755:
19756: * src/classes/form.C: content_length type fix
19757:
19758: 2002-06-30 paf
19759:
19760: * src/classes/mail.C: merged from 4
19761:
19762: * src/classes/mail.C: restored $MAIL
19763:
19764: 2002-06-28 paf
19765:
19766: * configure, configure.in: removed paths.h
19767:
1.116 moko 19768: * configure, src/include/pa_version.h,
1.95 moko 19769: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19770: merged, makes updated
19771:
1.211 moko 19772: * ChangeLog, configure, operators.ru.txt, operators.txt,
19773: src/classes/xdoc.C, src/include/pa_charset.h,
19774: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19775: src/include/pa_version.h, src/main/pa_charset.C,
19776: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19777: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19778: latest updates to head
1.95 moko 19779:
19780: 2002-06-27 paf
19781:
19782: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19783: not error now
19784:
1.211 moko 19785: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19786: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19787: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19788: ^xdoc::create[[uri]]... base uri for document being created,
19789: imports and other relative file names would be relative to this
19790: uri default uri=path_translated
19791:
19792: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19793:
19794: 2002-06-26 paf
19795:
19796: * configure, configure.in, src/include/pa_version.h:
19797: release_3_0_0004
19798:
19799: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19800: 0 now
19801:
19802: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19803:
19804: 2002-06-25 paf
19805:
19806: * src/main/pa_string.C: emtpy string, or string of whitespaces
19807: considered bad number now
19808:
1.211 moko 19809: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19810: ^xdoc.transform[xdoc <<can be now
1.95 moko 19811:
1.211 moko 19812: * operators.ru.txt, operators.txt, src/classes/string.C:
19813: ^string.normalize [old name: optimize
1.95 moko 19814:
19815: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19816: library configured
19817:
19818: * src/main/pa_request.C: configure_admin forced if no @conf
19819:
1.211 moko 19820: * operators.ru.txt, operators.txt, src/classes/math.C,
19821: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19822: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19823:
19824: 2002-06-24 paf
19825:
19826: * INSTALL: --with-static/shared-mailreceive described
19827:
19828: * src/include/pa_config_fixed.h: ssize_t fixed
19829:
1.116 moko 19830: * configure, configure.in, src/include/pa_config_auto.h.in,
19831: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19832: src/types/pa_vmail.C: $mail:received makes update
19833:
19834: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19835: WITH_MAILRECEIVE
19836:
19837: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19838:
19839: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19840: option, for $mail:receive
19841:
19842: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19843: introducting $message:received ^mail:send rewritten with backward
19844: comp
19845:
19846: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19847: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19848: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19849: now
19850:
1.211 moko 19851: * operators.ru.txt, operators.txt, src/classes/mail.C,
19852: src/include/Makefile.am, src/include/pa_charset.h,
19853: src/include/pa_config_fixed.h, src/include/pa_request.h,
19854: src/include/pa_string.h, src/include/pa_uue.h,
19855: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19856: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19857: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19858: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19859: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19860: uue to separate file introducting $message:received ^mail:send
19861: rewritten with backward comp
19862:
19863: 2002-06-21 paf
19864:
1.116 moko 19865: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19866: co changes
1.95 moko 19867:
1.116 moko 19868: * configure, configure.in, src/lib/md5/Makefile.am,
19869: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19870: restructure .in and .am files appropriate changes
1.95 moko 19871:
19872: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19873: pcre to libs/ added libs/md5 which is linked to non-apache
19874: targets ^math:crypt[password;$apr1$salt]
19875:
1.211 moko 19876: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19877: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19878: src/classes/classes.dsp, src/classes/math.C,
19879: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19880: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19881: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19882: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19883: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19884: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19885: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19886: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19887: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19888: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19889: src/lib/pcre/pcre_parser_ctype.dsp,
19890: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19891: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19892: src/main/compile.tab.C, src/main/main.dsp,
19893: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19894: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19895: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19896: to libs/ added libs/md5 which is linked to non-apache targets
19897: ^math:crypt[password;$apr1$salt]
19898:
19899: 2002-06-20 paf
19900:
1.211 moko 19901: * INSTALL, configure, configure.in, operators.ru.txt,
19902: operators.txt, src/classes/file.C, src/classes/op.C,
19903: src/doc/doxygen.cfg, src/include/pa_globals.h,
19904: src/include/pa_request.h, src/main/execute.C,
19905: src/main/pa_request.C, src/targets/cgi/parser3.C,
19906: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19907: marged latest HEAD updates, mainly file:justname&co &
19908: @auto/conf[filespec
1.95 moko 19909:
1.211 moko 19910: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19911: !^file:dirname[/a/some.tar.gz]=/a
19912: !^file:dirname[/a/b/]=/a
19913: !^file:basename[/a/some.tar.gz]=some.tar.gz
19914: !^file:justname[/a/some.tar.gz]=some.tar
19915: !^file:justext[/a/some.tar.gz]=gz
19916:
19917: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19918: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19919: @conf/auto[filespec]
19920:
1.116 moko 19921: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19922:
1.211 moko 19923: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19924: src/doc/doxygen.cfg, src/include/pa_globals.h,
19925: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19926: parser3.conf renamed to auto.p
1.95 moko 19927:
19928: 2002-06-18 paf
19929:
19930: * configure, configure.in, src/include/pa_version.h: version to
19931: configure.in
19932:
19933: * INSTALL: reflected .conf.dist dir change
19934:
1.150 moko 19935: * Makefile.am, configure, configure.in,
1.116 moko 19936: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19937: .in & *.am updated
19938:
19939: * src/classes/file.C: strncasecmp
19940:
19941: * src/classes/file.C: strcasecmp
19942:
1.150 moko 19943: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19944:
19945: * src/classes/file.C: ^file::exec[script;$.bad error case
19946: insensitive check now
19947:
19948: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19949:
19950: * configure, configure.in, src/include/pa_pool.h,
19951: src/include/pa_types.h: pack configure.in detection simplified.
19952: figured out that gcc on sparc not that stupid as thought
19953: previously: on sparc: when it sees packed class it modifies it's
19954: field-access-code to byte operations [stb, ldub] instead of 4byte
19955: operations [st, lduh] so packed must be all parts of packed
19956: class, i.e. it's parents&fields(classes). for now it's only
19957: String that packed and what was wrong is that it's parent -
19958: Pooled, were not packed. fixed that.
19959:
19960: 2002-06-14 paf
19961:
1.211 moko 19962: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19963:
1.211 moko 19964: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19965: attribute_node.name/value xnode pi.node.data
19966:
19967: 2002-06-12 paf
19968:
1.116 moko 19969: * configure, configure.in, src/targets/cgi/Makefile.am,
19970: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19971:
1.211 moko 19972: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19973: etc/Makefile.am, src/include/pa_globals.h,
19974: src/include/pa_request.h, src/main/compile.tab.C,
19975: src/main/pa_globals.C, src/main/pa_request.C,
19976: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19977: parser3.conf now one and only
1.95 moko 19978:
19979: * src/classes/mail.C: sendmail -ti [default now]
19980:
19981: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19982: to be strings. for convinient #ing
19983:
19984: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19985: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19986:
19987: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19988: main/pa_globals.C, main/pa_request.C: @conf
19989:
19990: 2002-06-11 paf
19991:
19992: * src/classes/file.C: check simplified
19993:
19994: * src/: classes/file.C, targets/cgi/parser3.dsp,
19995: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19996: valid prefix
19997:
19998: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19999: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20000: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20001:
20002: 2002-06-10 paf
20003:
1.211 moko 20004: * operators.ru.txt, operators.txt, src/classes/op.C,
20005: src/include/pa_common.h, src/main/pa_common.C: lock failures
20006: reported now
1.95 moko 20007:
20008: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20009: string->double @ compile time were not-enough-checking...
20010:
20011: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20012: autoconvert now ignored
20013:
20014: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20015: check
20016:
20017: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20018: $response:body content-type:name
20019:
20020: * configure, configure.in: hpux check, nsl link, no socket
20021:
1.211 moko 20022: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20023:
20024: * configure, configure.in: pack even address access on sparc&co
20025: arch checked in configure
20026:
20027: * configure, src/include/pa_version.h: makes
20028:
20029: * configure, configure.in, src/include/pa_version.h: makes
20030:
20031: * src/main/untaint.C: (bug#2) mail subject got always prepended
20032: with charset even when all letters were 7bit one
20033:
20034: * src/main/pa_common.C: merged fixed -d (bug)
20035:
20036: * src/main/pa_common.C: fixed -d (bug)
20037:
20038: 2002-06-03 paf
20039:
1.211 moko 20040: * ChangeLog, operators.ru.txt, operators.txt,
20041: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20042: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20043: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20044: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20045: .dsp-s along with reorganized cvs modules dirs structure
20046:
20047: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20048: main/pa_globals.C, targets/cgi/parser3.dsp,
20049: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20050: modules
20051:
20052: 2002-05-28 paf
20053:
20054: * src/targets/cgi/parser3.C: info.uri now ""
20055:
20056: 2002-05-17 paf
20057:
20058: * src/classes/: table.C: ^table.save << checked empty
20059: pre/match/post columns
20060:
20061: 2002-05-16 paf
20062:
20063: * src/classes/image.C: image::measure can png now
20064:
20065: 2002-05-15 paf
20066:
1.211 moko 20067: * operators.ru.txt, operators.txt, src/classes/date.C:
20068: ^date::create[%H:%M[:%S]] added
1.95 moko 20069:
20070: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20071:
1.211 moko 20072: * operators.ru.txt, operators.txt, src/classes/date.C:
20073: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20074:
20075: 2002-05-14 paf
20076:
20077: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20078:
20079: 2002-05-07 paf
20080:
20081: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20082: src/include/pa_globals.h, src/include/pa_request.h,
20083: src/include/pa_table.h, src/main/compile.tab.C,
20084: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20085: src/main/pa_request.C, src/main/pa_table.C,
20086: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20087: src/targets/isapi/parser3isapi.dsp,
20088: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20089: name2number field now &. main_method_name now on Request pool
20090: rather on global_pool [Junction+VJunction created on same pool as
20091: name = were created on global pool, causing mem leaks]
20092:
20093: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20094: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20095: main/compile.y, main/main.dsp, main/pa_globals.C,
20096: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20097: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20098: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20099: field now &. main_method_name now on Request pool rather on
20100: global_pool [Junction+VJunction created on same pool as name =
20101: were created on global pool, causing mem leaks]
20102:
20103: 2002-05-06 paf
20104:
20105: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20106: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20107: 100*40 bytes per request memory leak [nonpool malloc in globals]
20108:
20109: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20110: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20111: 100*40 bytes per request memory leak [nonpool malloc in globals]
20112:
20113: 2002-04-30 paf
20114:
20115: * configure, src/include/pa_version.h: version now not b
20116:
20117: * src/targets/cgi/parser3.C: request.uri now never 0
20118:
20119: 2002-04-29 paf
20120:
20121: * configure.in: removed b
20122:
20123: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20124: Exception::comment/type checked in (), no there's no empty
20125: type/comment by default
20126:
20127: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20128: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20129: src/doc/value.dox, src/include/pa_exception.h,
20130: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20131: 0001
20132:
20133: 2002-04-26 paf
20134:
20135: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20136: size reduced
20137:
20138: 2002-04-25 paf
20139:
20140: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20141: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20142: now that took into account
20143:
1.211 moko 20144: * operators.ru.txt, operators.txt, src/classes/date.C:
20145: ^date::create[2002-12-33 01:03:04]
1.95 moko 20146:
1.211 moko 20147: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20148: ^date::create[2002-12-33 01:03:04]
20149:
20150: * ChangeLog: updated changelog
20151:
20152: * src/classes/table.C: removed restriction on column count to
20153: ^table.hash to work, now must be >0 [were >1]
20154:
20155: 2002-04-24 paf
20156:
20157: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20158: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20159: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20160: targets
20161:
20162: 2002-04-23 paf
20163:
1.211 moko 20164: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20165: int/double/string:sql{}[$.default{code}] fixed [were barking:
20166: "junction used outside of context"]
20167:
20168: 2002-04-22 paf
20169:
20170: * types.txt, src/classes/string.C, src/include/pa_string.h,
20171: src/main/pa_string.C, src/types/pa_vstring.C,
20172: src/types/pa_vstring.h: ^string.optimize[]
20173:
20174: * src/: include/pa_globals.h, include/pa_table.h,
20175: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20176: table template
20177:
20178: * src/classes/: string.C: optimize removed from string
20179: .left/right/pos
20180:
20181: * src/main/execute.C: rolled back to
20182: before_killing_userjunction_contexts
20183:
20184: * src/main/execute.C: user junctions context killed
20185:
20186: * src/main/execute.C: junctions to local contexts got
20187: cleanized&checked later
20188:
20189: 2002-04-19 paf
20190:
20191: * src/: classes/string.C, include/pa_request.h,
20192: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20193: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20194: prior to .left .right .mid .pos .match when that is profitable,
20195: and always before .replace when $ORIGINS(1) optimization disabled
20196: economy from not wasting mem on lots of strings which occur by
20197: lots of String:mid calls to get parts of source string between
20198: found_occurances
20199:
20200: * src/classes/file.C: ovector now local economy: 16 bytes per
20201: ^file:list
20202:
20203: * src/: include/pa_globals.h, include/pa_table.h,
20204: main/pa_globals.C, main/pa_string.C: String::match table columns
20205: globalized, not created @ each ^match anymore economy:
20206: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20207:
20208: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20209: removed from each String::match replace iteration, and made
20210: stacked sizeof(VTable)=12bytes economy on each replace code
20211:
20212: * src/doc/footer.htm: 2001,
20213:
20214: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20215: string.match[]['] option enables generation of $match.prematch
20216: .match .postmatch columns
20217:
20218: * src/main/pa_string.C: String::match options analized without
20219: cstr-ing them now
20220:
20221: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20222: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20223: config updated to doxygen 1.2.15, created helper which fixes
20224: minor bugs in chm project files & htm tree. changed extension to
20225: .htm
20226:
20227: 2002-04-18 paf
20228:
20229: * src/doc/doxygen.cfg: .chi generation disabled
20230:
20231: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20232: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20233: fields&methods
20234:
20235: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20236: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20237: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20238: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20239: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20240: types/pa_vresponse.h, types/pa_vstateless_class.h,
20241: types/pa_vstateless_object.h, types/pa_vstatus.h,
20242: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20243: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20244: VStateless_class to VObject
20245:
20246: * src/: main/pa_request.C, types/pa_valiased.h,
20247: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20248: types/pa_vstring.h: VStateless_string_object speicalized light
20249: version of VStateless_object
20250:
20251: * src/classes/op.C: ^throw comment param made optional
20252:
20253: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20254: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20255: and implemented down in VClass, fclass_alias removed,
20256:
20257: * src/types/pa_value.C: forced to cut that from .h because of
20258: VStateless_class usage [undefined in .h]
20259:
20260: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20261: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20262: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20263: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20264: on each CALL]
20265:
20266: * src/: classes/classes.h, classes/date.C, classes/double.C,
20267: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20268: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20269: classes/response.C, classes/string.C, classes/table.C,
20270: classes/void.C, classes/xnode.C, include/pa_globals.h,
20271: include/pa_request.h, main/execute.C, main/pa_globals.C,
20272: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20273: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20274: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20275: types/pa_vstateless_class.h, types/pa_wcontext.C,
20276: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20277: removed Value::fname
20278:
20279: 2002-04-17 paf
20280:
20281: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20282: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20283: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20284: include/pa_pool.h, include/pa_types.h: dox updated to current
20285: state, PTHROW freshen to throw & co
20286:
20287: * src/types/pa_vhash.h: vstring wrong parent fixed
20288:
20289: * src/classes/op.C: taint local result var bug fixed
20290:
20291: 2002-04-16 paf
20292:
20293: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20294: Attic asm.txt as most interesting
20295:
20296: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20297: check, preventing content-length: 0 from appearing
20298:
20299: * src/main/execute.C: $result in @main now taken into account as in
20300: usual functions
20301:
20302: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20303: & @unhandled_exception now taken into account as in usual
20304: functions
20305:
20306: * src/doc/postbuild.txt: instructions on post .html build
20307:
20308: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20309:
20310: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20311: tainted
20312:
20313: * src/main/pa_request.C: uri in error log
20314:
20315: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20316: cheched date:create(days) param for validity [later were assumed
20317: valid and crashed on invalid onces]
20318:
20319: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20320: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20321: and used that for removing VString wrapper
20322:
20323: * src/classes/op.C: exception2vhash file now tainted
20324:
20325: * src/classes/op.C: _process pseudo origin copied from local var to
20326: heap
20327:
20328: * src/classes/op.C: extra check on empty file in origin in _execute
20329:
20330: 2002-04-15 paf
20331:
20332: * src/: main/execute.C, types/pa_value.h: fixed name update
20333:
20334: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20335: functions
20336:
20337: * src/: classes/file.C, classes/hash.C, classes/op.C,
20338: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20339: started dual write_xxx_lang functions, if checked & works
20340:
20341: * src/: classes/date.C, classes/file.C, classes/mail.C,
20342: classes/string.C, classes/xnode.C, include/pa_request.h,
20343: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20344: unnecessary VString shells
20345:
20346: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20347: prev changes]
20348:
20349: * src/: classes/image.C, classes/op.C, classes/string.C,
20350: classes/table.C, include/pa_request.h, main/execute.C,
20351: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20352: StringOrValue wcontext result, now ready for dual writes
20353:
20354: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20355: checked that
20356:
20357: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20358: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20359: changed to OP_WRITE_VALUE in var get cases
20360:
20361: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20362: include/pa_request.h, main/compile.tab.C, main/compile.y,
20363: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20364: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20365: switch in hash constructor fixed [were problems with using of
20366: stacked wwrapper after it's death]
20367:
20368: 2002-04-12 paf
20369:
1.211 moko 20370: * operators.ru.txt, operators.txt, src/classes/table.C:
20371: table.select(expression) 0
1.95 moko 20372:
20373: 2002-04-11 paf
20374:
20375: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20376: Request::process_internal codeFrame & wwrapper stacked [not
20377: wasting heap anymore]
20378:
20379: 2002-04-10 paf
20380:
20381: * src/: classes/double.C, classes/file.C, classes/hash.C,
20382: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20383: classes/string.C, classes/table.C, classes/void.C,
20384: classes/xdoc.C, include/pa_request.h, main/execute.C,
20385: main/pa_string.C: killed Request::process() wrapping
20386: VString(String) in case we need only String
20387:
20388: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20389: killed 8 bytes from String.head
20390:
20391: 2002-04-09 paf
20392:
20393: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20394: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20395: local*/char b[...]; a=b; situations
20396:
1.211 moko 20397: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20398: made literal
1.95 moko 20399:
20400: * src/classes/xdoc.C: xslt params fixed
20401:
20402: * src/: main/pa_common.C, targets/cgi/parser3.C,
20403: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20404: not pool.malloc(MAX_NUMBER) but really neaded
20405:
1.211 moko 20406: * operators.ru.txt, operators.txt, src/classes/double.C,
20407: src/classes/int.C: int/double.int/double(default)
1.95 moko 20408:
20409: 2002-04-04 paf
20410:
20411: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20412: [when reconstructing pieces were split by
20413: max_integral(piece.size), thus some strings to replace happen to
20414: be split into two = not replaced)
20415:
20416: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20417: standalone version = current dir
20418:
20419: * src/targets/cgi/parser3.C: document root in standalone version =
20420: current dir
20421:
20422: 2002-04-03 paf
20423:
20424: * configure, configure.in: more checks on nonexistent charset
20425:
1.116 moko 20426: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20427:
20428: 2002-04-02 paf
20429:
20430: * src/main/compile.C: parser.compile [exception name more like in
20431: doc]
20432:
20433: 2002-04-01 paf
20434:
20435: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20436: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20437: .content-type.charset, not .charset
20438:
20439: 2002-03-29 paf
20440:
20441: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20442:
1.211 moko 20443: * operators.ru.txt, operators.txt, src/classes/date.C:
20444: ^date::create now may not supply day, default 1. checked 29.03
20445: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20446:
20447: 2002-03-28 paf
20448:
1.211 moko 20449: * operators.ru.txt, operators.txt, src/classes/date.C,
20450: src/classes/op.C, src/include/pa_globals.h,
20451: src/include/pa_hash.h, src/main/pa_globals.C,
20452: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20453: ^cache[date] }
1.95 moko 20454:
20455: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20456: param
20457:
20458: 2002-03-27 paf
20459:
1.211 moko 20460: * operators.ru.txt, operators.txt, src/classes/date.C,
20461: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20462: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20463: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20464: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20465: src/classes/xdoc.C, src/classes/xnode.C,
20466: src/include/pa_exception.h, src/include/pa_request.h,
20467: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20468: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20469: src/main/pa_array.C, src/main/pa_charset.C,
20470: src/main/pa_charsets.C, src/main/pa_common.C,
20471: src/main/pa_dictionary.C, src/main/pa_exception.C,
20472: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20473: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20474: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20475: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20476: src/types/pa_value.h, src/types/pa_vcookie.C,
20477: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20478: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20479: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20480: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20481: src/types/pa_wwrapper.h: assigned exception types
20482:
1.211 moko 20483: * operators.ru.txt, operators.txt, src/classes/op.C,
20484: src/include/pa_config_fixed.h, src/include/pa_request.h,
20485: src/main/execute.C, src/main/pa_request.C: decided agains
20486: resetting exception_trace, just changed name
1.95 moko 20487:
20488: 2002-03-26 paf
20489:
20490: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20491: fixed
20492:
20493: * src/classes/op.C: forced language of $source field of exception
20494: to 'tainted', so that sql-langed-frags could be outputed outside
20495: of connect
20496:
1.211 moko 20497: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20498: offset
1.95 moko 20499:
20500: * src/classes/date.C: removed date.roll limit of +-1 offset
20501:
1.211 moko 20502: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20503: roll on daylightsaving days mktime took into account tm_isdst
20504: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20505:
20506: 2002-03-25 paf
20507:
1.211 moko 20508: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20509: http_site_config_filespec
20510:
20511: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20512: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20513: with any/both --disable-foreign-group-files --disable-execs
20514:
20515: * INSTALL: "--with=sendmail=COMMAND" comment
20516:
20517: * INSTALL, configure, configure.in, src/classes/mail.C,
20518: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20519: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20520: disables execs also. introducing --sendmail
1.95 moko 20521:
1.211 moko 20522: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20523:
20524: * INSTALL: comment on --disable-link-stdcpp
20525:
1.116 moko 20526: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20527: libstdc++ link skipping configure option
1.95 moko 20528:
20529: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20530: with error were put to cache with 'marked_to_rollback' flag, all
20531: consequent even OK requests rolled back
20532:
20533: 2002-03-22 paf
20534:
20535: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20536: false return
20537:
1.211 moko 20538: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20539:
20540: 2002-03-18 paf
20541:
1.211 moko 20542: * operators.ru.txt, operators.txt, src/classes/op.C,
20543: src/include/pa_exception.h, src/include/pa_globals.h,
20544: src/include/pa_request.h, src/include/pa_stack.h,
20545: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20546:
20547: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20548: types/pa_vdouble.h: removed some tested @tests
20549:
20550: 2002-03-15 paf
20551:
1.211 moko 20552: * operators.ru.txt, operators.txt, src/classes/table.C:
20553: ^table.locate(logical expr)
1.95 moko 20554:
20555: 2002-03-13 paf
20556:
20557: * src/main/pa_exception.C: checked not-pooled malloc
20558:
20559: 2002-03-11 paf
20560:
20561: * INSTALL, configure, configure.in,
20562: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20563:
20564: * src/main/pa_common.C: --disable-foreign-group-files
20565:
20566: * INSTALL: --disable-execs
20567:
20568: * src/main/pa_exec.C: --disable-execs
20569:
20570: * configure, configure.in, src/include/pa_config_auto.h.in:
20571: --disable-execs
20572:
20573: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20574:
20575: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20576: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20577:
20578: 2002-03-05 paf
20579:
1.211 moko 20580: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20581: calendar columns named
1.95 moko 20582:
1.211 moko 20583: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20584: calendar columns named
1.95 moko 20585:
20586: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20587: requires headers to be terminated with \r\n manually [refuses to
20588: separate header/body itself]
20589:
20590: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20591: targets/isapi/parser3isapi.C: isapi site config beside .dll
20592:
20593: 2002-03-04 paf
20594:
20595: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20596: in PASS language
20597:
20598: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20599: deserialize checks on broken file
20600:
20601: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20602: parser3isapi.dsp: isapi updated
20603:
20604: 2002-03-01 paf
20605:
20606: * src/main/pa_exec.C: execle -> execve, now argc OK
20607:
20608: 2002-02-28 paf
20609:
20610: * src/main/untaint.C: removed some debug comments
20611:
20612: * src/main/pa_charsets.C: when placing charset to cache using
20613: global name now [were request]
20614:
20615: * configure, configure.in: apache module updated
20616:
20617: * src/main/pa_string.C: origin by first piece preferred before last
20618: piece
20619:
20620: 2002-02-27 paf
20621:
20622: * src/main/pa_charset.C: size_t
20623:
20624: * INSTALL: shared/static-xml with-pathlink
20625:
1.211 moko 20626: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20627:
20628: 2002-02-26 paf
20629:
20630: * src/main/pa_exec.C: more precise names for vars, cosmetic
20631:
20632: * src/classes/xnode.C: in some situation, xpath query returned
20633: result with type NODESET, but empty nodeset member field, checked
20634: that
20635:
20636: 2002-02-22 paf
20637:
20638: * INSTALL: without-zlib comment
20639:
20640: * etc/parser3.charsets/windows-1251.cfg: °
20641:
20642: * configure, configure.in: glib###.a detection fixed
20643:
20644: * INSTALL: hashfile removed from INSTALL
20645:
1.116 moko 20646: * Makefile.am: make update
1.95 moko 20647:
20648: * src/main/pa_string.C: string iterators fixed again, so were
20649: String::join_chain
20650:
20651: * src/main/pa_string.C: string iterators fixed again, so were
20652: String::join_chain
20653:
20654: * src/: include/pa_string.h, main/pa_string.C: string iterators
20655: fixed again, so were String::join_chain
20656:
20657: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20658:
1.211 moko 20659: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20660: "expires=0" = "session"
1.95 moko 20661:
1.116 moko 20662: * configure, configure.in, src/include/pa_config_auto.h.in:
20663: --with-shared-xml --with-static-xml
1.95 moko 20664:
20665: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20666: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20667: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20668: xalan&xml
20669:
20670: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20671:
1.211 moko 20672: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20673: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20674: from sources for now
1.95 moko 20675:
1.116 moko 20676: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20677: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20678: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20679: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20680: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20681: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20682: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20683: src/types/Makefile.am, src/types/pa_vhashfile.C,
20684: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20685:
20686: 2002-02-21 paf
20687:
20688: * src/main/untaint.C: removed debug code, activated commented-for
20689: debug parts
20690:
1.116 moko 20691: * Makefile.am: make cvsupdate
1.95 moko 20692:
20693: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20694: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20695: append_row, not at link zero now string to string appending works
20696:
20697: 2002-02-20 paf
20698:
20699: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20700: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20701: DEBUG_STRING_APPENDS_VS_EXPANDS
20702:
20703: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20704: economy: 22%
20705:
20706: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20707: space uptimized: string::link_row removed
20708:
20709: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20710: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20711: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20712: types/pa_vstring.h: speed uptimized: string::is_empty
20713:
1.211 moko 20714: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20715: src/include/pa_config_fixed.h, src/include/pa_string.h,
20716: src/include/pa_types.h, src/main/compile.tab.C,
20717: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20718: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20719: string append optimiziation idea and estimates
20720:
20721: 2002-02-19 paf
20722:
20723: * src/classes/math.C: not used directly [but erroreously reported
20724: that 'is', thus registering twice&other probs]
20725:
20726: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20727: to node [element]
20728:
20729: * src/main/compile.C: without string_origins parse error
20730: file+line+col possible
20731:
20732: * src/main/: compile.C: without string_origins not worked
20733:
20734: 2002-02-18 paf
20735:
20736: * src/types/pa_vdouble.h: since we have in_expression removed that
20737: trick i've installed into double::as_string
20738:
20739: * src/main/pa_globals.C: extern "C" was removed too fast
20740:
20741: * src/: include/pa_opcode.h, include/pa_request.h,
20742: main/compile.tab.C, main/compile.y, main/execute.C,
20743: types/pa_wcontext.h: in_expression aimed to solve old problem
20744: with string/nonstring values, now in expressions double/int
20745: values are passed as-is, without stupid tostring/fromstring
20746: conversions
20747:
20748: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20749: __cplusplus } #endif
20750:
20751: * src/main/compile.tab.C: bison env set so one could compile
20752: without cygwin installed
20753:
20754: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20755: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20756: gnome xml libs parser .dsp-s changed accordingly
20757:
1.211 moko 20758: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20759: PARSER_ROOT_CONFIG
1.95 moko 20760:
1.211 moko 20761: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20762: [were date::set, with backward comp
1.95 moko 20763:
20764: * src/classes/math.C: math:random range check fixed
20765:
20766: * src/main/: compile.tab.C, compile.y: integer division stops name
20767:
20768: * INSTALL: local install comment
20769:
1.116 moko 20770: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20771:
1.116 moko 20772: * acinclude.m4, aclocal.m4, configure, configure.in,
20773: src/include/pa_config_auto.h.in,
20774: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20775: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20776:
1.211 moko 20777: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20778:
20779: 2002-02-13 paf
20780:
20781: * src/include/pa_config_includes.h: sys/time time both included
20782: now. vaguely remember confilicts on this on some system [not on
20783: six|ablv] so when would see them again would think up proper
20784: check
20785:
1.116 moko 20786: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20787: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20788:
20789: * src/main/pa_common.C: truncation never occured when writing files
20790: on unix [since i've changed cache mech] fix
20791:
20792: * src/main/pa_common.C: strnchr: sanity check added
20793:
20794: * etc/parser3.charsets/windows-1257.cfg: id added
20795:
20796: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20797: baltic charset file generated, in generation script ispunct check
20798: added
20799:
20800: 2002-02-08 paf
20801:
1.116 moko 20802: * src/: include/Makefile.am, sql/Makefile.am,
20803: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20804:
20805: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20806: forgotten
20807:
20808: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20809:
20810: * INSTALL, README: install&others updated
20811:
20812: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20813:
1.116 moko 20814: * Makefile.am, configure, configure.in,
20815: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20816: src/classes/Makefile.am, src/main/Makefile.am,
20817: src/main/pa_status_provider.C, src/targets/Makefile.am,
20818: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20819: works
1.95 moko 20820:
20821: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20822: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20823: classes/hashfile.C, classes/int.C, classes/mail.C,
20824: classes/math.C, classes/op.C, classes/response.C,
20825: classes/string.C, classes/table.C, classes/void.C,
20826: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20827: include/pa_array.h, include/pa_cache_managers.h,
20828: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20829: include/pa_config_fixed.h, include/pa_config_includes.h,
20830: include/pa_db_connection.h, include/pa_db_manager.h,
20831: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20832: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20833: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20834: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20835: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20836: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20837: include/pa_stack.h, include/pa_string.h,
20838: include/pa_stylesheet_connection.h,
20839: include/pa_stylesheet_manager.h, include/pa_table.h,
20840: include/pa_threads.h, include/pa_types.h, main/compile.C,
20841: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20842: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20843: main/pa_db_connection.C, main/pa_db_manager.C,
20844: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20845: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20846: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20847: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20848: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20849: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20850: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20851: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20852: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20853: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20854: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20855: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20856: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20857: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20858: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20859: types/pa_vmethod_frame.h, types/pa_vobject.h,
20860: types/pa_vrequest.h, types/pa_vresponse.h,
20861: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20862: types/pa_vstateless_object.h, types/pa_vstatus.C,
20863: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20864: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20865: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20866: classes/image.C, main/pa_common.C, main/pa_exec.C,
20867: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20868: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20869: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20870: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20871: types/pa_vxnode.C, main/pa_charset.C: name spelling
20872:
20873: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20874: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20875: classes/hashfile.C, classes/image.C, classes/int.C,
20876: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20877: classes/string.C, classes/table.C, classes/void.C,
20878: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20879: include/pa_array.h, include/pa_cache_managers.h,
20880: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20881: include/pa_config_fixed.h, include/pa_config_includes.h,
20882: include/pa_db_connection.h, include/pa_db_manager.h,
20883: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20884: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20885: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20886: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20887: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20888: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20889: include/pa_stack.h, include/pa_string.h,
20890: include/pa_stylesheet_connection.h,
20891: include/pa_stylesheet_manager.h, include/pa_table.h,
20892: include/pa_threads.h, include/pa_types.h, main/compile.C,
20893: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20894: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20895: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20896: main/pa_db_connection.C, main/pa_db_manager.C,
20897: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20898: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20899: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20900: main/pa_socks.C, main/pa_sql_driver_manager.C,
20901: main/pa_status_provider.C, main/pa_string.C,
20902: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20903: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20904: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20905: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20906: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20907: targets/isapi/pool_storage.h, types/pa_valiased.C,
20908: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20909: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20910: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20911: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20912: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20913: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20914: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20915: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20916: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20917: types/pa_vresponse.h, types/pa_vstateless_class.C,
20918: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20919: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20920: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20921: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20922: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20923: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20924:
20925: 2002-02-07 paf
20926:
20927: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20928:
1.116 moko 20929: * configure, configure.in, src/include/pa_config_auto.h.in,
20930: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20931: added yet another locking function: fcntl
1.95 moko 20932:
20933: * config.sub: on cygwin configure passes it with strange i1586
20934: const, hacked it to mean i586
20935:
20936: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20937: disabled $if reference due to conflicts with local variables
20938:
1.211 moko 20939: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20940: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20941: xdoc::create, with both sences
20942:
20943: * operators.ru.txt, operators.txt, src/classes/table.C,
20944: src/include/pa_array.h, src/include/pa_table.h,
20945: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20946: 'set' name obsolete now table clone.
1.95 moko 20947:
1.211 moko 20948: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20949: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20950: ^int/double/string.format now can be called with normal []
20951: brackets, not stupid {} as it were implemented for some strange
20952: reason. retaining backward compatibility due to some
20953: already-implemented servers
20954:
20955: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20956: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20957: operators now detected by check at name_without_curly_rdive_read
20958: rule whether diving code constists only of
20959: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20960: with OP_GET_ELEMENT_OR_OPERATOR to form
20961: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20962:
20963: 2002-02-06 paf
20964:
20965: * configure, configure.in: prefix expanded, grr
20966:
1.211 moko 20967: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
20968: config changed
1.95 moko 20969:
20970: 2002-02-05 paf
20971:
1.211 moko 20972: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20973:
20974: * src/main/: pa_exec.C: argv0 now correct
20975:
20976: * src/types/pa_vstatus.C: status:rusage 3
20977:
20978: * src/types/pa_vstatus.C: status:rusage 2
20979:
1.211 moko 20980: * operators.ru.txt, operators.txt: status:rusage described int
20981: operators
1.95 moko 20982:
20983: * src/types/pa_vstatus.C: status:rusage 1
20984:
20985: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20986: src/types/types.dsp: status:rusage
20987:
1.211 moko 20988: * configure.in, operators.ru.txt, operators.txt,
20989: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 20990: src/include/pa_config_includes.h, src/main/compile.tab.C,
20991: src/main/pa_common.C: rewritten ^cache to use
20992: non-blocking-exclusive-caches
20993:
20994: * src/main/pa_common.C: text file read mode on win32 adjusted
20995: [speed impact. was off for debugging purpose, but forgotten
20996: afterwards]
20997:
20998: 2002-02-01 paf
20999:
21000: * src/classes/op.C: file_write does EX lock after create, while
21001: file_read does SH after open, so there's a moment after create
21002: but before EX lock when read can sneak into, and read
21003: just-created-for-writing-and-not-yet-locked file, added a check
21004: for that in ^cache...read
21005:
21006: 2002-01-31 paf
21007:
21008: * src/main/: compile.y, compile.tab.C: disabled operator call after
21009: ^xxx:
21010:
21011: * src/main/: compile.tab.C, execute.C: made operators lookup first
21012: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21013:
21014: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21015: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21016: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21017: operators check 6.1 rewritten. now check is done at compile time
21018:
21019: * src/main/execute.C: operators check 5 floated up old error of
21020: staying in 'entered class/object' state after $a($a..) it
21021: prevented operators from being called thereafter
21022:
21023: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21024: main/execute.C: operators check 4 floated up old error of staying
21025: in 'entered object' state after ^a.a(a) it prevented operators
21026: from being called thereafter
21027:
21028: * src/main/execute.C: operators check 3 floated up old error of
21029: staying in 'entered class' state after $a:a(a) it prevented
21030: operators from being called thereafter
21031:
21032: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21033: floated up old error of staying in 'entered class' state after
21034: $a:a[a] it prevented operators from being called thereafter
21035:
21036: * src/main/execute.C: operators check, thay mistakenly seen in
21037: $class:operator $object.operators contexts
21038:
21039: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21040: win32
21041:
1.116 moko 21042: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21043: src/classes/Makefile.am, src/main/Makefile.am,
21044: src/targets/cgi/Makefile.am,
1.95 moko 21045: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21046: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21047:
1.116 moko 21048: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21049: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21050: configure, configure.in, form.txt, ident.awk, install-sh,
21051: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21052: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21053: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21054: etc/parser3.charsets/koi8-r.cfg,
21055: etc/parser3.charsets/windows-1250.cfg,
21056: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21057: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21058: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21059: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21060: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21061: straightened installation scripts procedure made
21062: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21063: change
21064:
21065: 2002-01-30 paf
21066:
21067: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21068: removed] those comments were a mistake, and prevented libltdl
21069: from function properly
21070:
21071: 2002-01-29 paf
21072:
1.116 moko 21073: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21074: creation [modified acinclude.m4 which were creating int into just
21075: assignment LIBTOOL=../libtool] added default system
21076: config&charsetts prepared 'make install', now it installs
21077: targets/cgi/parser3 into bin directory etc/parser3.conf &
21078: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21079: $sysconfdir/parser3.charsets respectively
21080:
21081: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21082: main/pa_globals.C: few forgotten ifdef XML added
21083:
21084: 2002-01-28 paf
21085:
1.116 moko 21086: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21087: removed
21088:
21089: * src/main/pa_exception.C: dom|generic error output fix
21090:
21091: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21092:
21093: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21094:
21095: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21096: [fixed as_node helper func to accept docs]
21097:
21098: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21099: xdoc.importNode 0
21100:
21101: * src/classes/xdoc.C: xdoc::set now untaints OK
21102:
21103: 2002-01-25 paf
21104:
21105: * src/main/: compile.tab.C, compile.y: #comment before @ after
21106: @SPECIAL now works OK
21107:
21108: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21109:
21110: * src/main/pa_exec.C: max arg count now 10, and proper message on
21111: violation that added
21112:
21113: * src/classes/hash.C: unified hash::sql, now
21114: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21115:
21116: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21117: ^file:lock[filename]{code}
21118:
21119: * src/: classes/file.C, classes/op.C, classes/string.C,
21120: classes/table.C, classes/xdoc.C, include/pa_common.h,
21121: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21122: to some pa_common funcs
21123:
21124: * src/: include/pa_charset.h, main/pa_globals.C:
21125: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21126:
21127: * src/: include/pa_charset.h, main/pa_charset.C,
21128: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21129: not stupid illegal define
21130:
21131: 2002-01-24 paf
21132:
21133: * src/include/pa_version.h: changed version number
21134:
21135: * src/: classes/hashfile.C, include/pa_db_table.h,
21136: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21137: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21138: main/pa_db_connection.C, main/pa_db_table.C,
21139: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21140: hashfile without logfiles
21141:
21142: * src/: classes/hashfile.C, include/pa_db_table.h,
21143: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21144: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21145: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21146: DB_INIT_TXN init bits, thus got rid of huge log files, which
21147: cluttered disk without huge need]
21148:
21149: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21150: handy macro, which is strangly abscent in dome lib
21151:
21152: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21153:
21154: * src/classes/xdoc.C: checked empty response
21155:
21156: * src/classes/xnode.C: xdoc.select fixed context node [were always
21157: /, not self node]
21158:
21159: * src/classes/xnode.C: xnode.select returns array always now, in
21160: case 'nothing found' returns empty array
21161:
21162: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21163: be more tender with ctrl/c/v
21164:
21165: 2002-01-23 paf
21166:
21167: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21168: substituted. // 2. when dom tree with entites goes under
21169: transform text nodes // got [erroreosly] cut on first
21170: entity occurance
21171:
21172: * src/types/pa_vdouble.h: double prec. todo: get rid of
21173: twice-converting
21174:
21175: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21176: 'e' in output this is for regretful twice-converting here:
21177: $a(double value) when they write double falue they convert it to
21178: string first, thus %g were losing precesion.
21179:
21180: todo: think up some way to remove double->string string->double
21181: twice-converting
21182:
21183: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21184: %.20E now default float format this is for regretful
21185: twice-converting here: $a(double value) when they write double
21186: falue they convert it to string first, thus %g were losing
21187: precesion.
21188:
21189: todo: think up some way to remove double->string string->double
21190: twice-converting
21191:
21192: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21193: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21194: reasons in comment inside
21195:
21196: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21197: statically linked]
21198:
21199: * src/: include/pa_exception.h, main/compile.tab.C,
21200: main/pa_exception.C: removed exception va_list constructor. 1.
21201: not needed anymore 2. there were a conflict[causing errors]
21202: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21203: never detected an ambiguilty here, compiling ctor(, "hello") into
21204: ctor(, va_list) which, of course, caused gpf
21205:
21206: * src/main/pa_globals.C: removed debug xslt messages
21207:
21208: 2002-01-22 paf
21209:
21210: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21211: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21212: helps compiling stylesheet properly. example: this refused to
21213: work, <b>«<xsl:value-of select="@title"
21214: />»</b> stranly worked only this way:
21215: <b>«<xsl:value-of select="@title" />»</b>
21216:
21217: docs says "set it to 1", never going into details, so I decided
21218: to try NOT to do that
21219:
21220: * src/classes/table.C: join behaived badly in case named tables
21221: structure mismatched: 0 strings sneaked into dest failing
21222: afterwards. replaced them with empty strings
21223:
21224: 2002-01-21 paf
21225:
21226: * src/main/pa_charset.C: checked empty transcoders in
21227: transcode_cstr|buf
21228:
21229: * src/classes/xdoc.C: xdoc::load error source = filespec
21230:
21231: * src/classes/xdoc.C: transform error source now
21232: stylesheet_filespec
21233:
1.116 moko 21234: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21235: include/pa_stylesheet_connection.h, main/pa_charset.C,
21236: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21237: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21238: gnome
1.95 moko 21239:
21240: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21241: include/pa_globals.h, include/pa_stylesheet_connection.h,
21242: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21243: xslt generic error 1
21244:
21245: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21246: xml generic message 1
21247:
21248: * src/classes/table.C: ^table::load empty lines or #comments before
21249: headline
21250:
21251: * src/: include/pa_array.h, include/pa_globals.h,
21252: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21253: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21254: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21255: errors 0
21256:
21257: 2002-01-16 paf
21258:
21259: * src/: classes/hash.C, classes/op.C, classes/string.C,
21260: classes/table.C, classes/void.C, classes/xdoc.C,
21261: include/pa_db_connection.h, include/pa_request.h,
21262: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21263: include/pa_stylesheet_connection.h,
21264: include/pa_stylesheet_manager.h, main/pa_request.C,
21265: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21266: targets/cgi/pool_storage.h: auto closers to sql_connection,
21267: stylesheet_connection auto destroyers to remaining gnome objects
21268:
21269: * src/classes/xdoc.C: few comments
21270:
21271: 2002-01-15 paf
21272:
21273: * src/classes/xdoc.C: xdoc file save string
21274:
21275: ready. todo: error handling
21276:
21277: * src/classes/xdoc.C: xdoc save rewritten using
21278: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21279: result
21280:
21281: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21282: started output options parsing
21283:
21284: 2002-01-14 paf
21285:
21286: * src/classes/xdoc.C: method
21287:
21288: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21289: include/pa_pool.h, include/pa_stylesheet_connection.h,
21290: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21291: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21292: xslt transform0. TODO: use output options handle errors
21293:
21294: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21295:
21296: 2002-01-11 paf
21297:
21298: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21299: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21300: partial logical && || evaluation
21301:
21302: * src/classes/xnode.C: xpath selectNodes
21303:
21304: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21305: string/number/bool
21306:
21307: * src/classes/xnode.C: xpath selectNode 2
21308:
21309: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21310: xpath selectNode 1
21311:
21312: 2002-01-10 paf
21313:
21314: * src/classes/xnode.C: xpath selectNode -100 [just written]
21315:
21316: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21317: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21318: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21319: refcounter]
21320:
21321: 2001-12-29 paf
21322:
21323: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21324: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21325: glib works 0
21326:
21327: 2001-12-28 paf
21328:
21329: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21330: main/pa_exception.C: started glib transcoders
21331:
21332: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21333:
21334: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21335: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21336: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21337: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21338: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21339: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21340: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21341: libs just compiled in. no refcounting no xpath no xslt yet
21342:
21343: 2001-12-27 paf
21344:
21345: * src/: include/pa_charset.h, include/pa_common.h,
21346: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21347: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21348: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21349: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21350: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21351: from xalan&xerces, started the process. globals [initialization
21352: pool [charset update charset [transcodings vxnode vxdoc [DOM
21353: calls
21354:
21355: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21356: anymore
21357:
21358: 2001-12-26 paf
21359:
21360: * src/: include/pa_charset.h, include/pa_charsets.h,
21361: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21362: key globalized [bug]
21363:
21364: 2001-12-25 paf
21365:
21366: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21367: main/pa_string.C: table set & append changed splitting languages,
21368: separators now can be clean AND as-is same to mail command line
21369: $MAIN:MAIL.progX arguments
21370:
21371: 2001-12-24 paf
21372:
21373: * src/classes/mail.C: one parted text messages - no multipart
21374: mime-type anymore. for convinient if $.attach-ments
21375:
21376: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21377: main/pa_string.C: read from cache size check updated
21378:
21379: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21380:
21381: 2001-12-21 paf
21382:
21383: * src/classes/date.C: date:sql-string now returns localtime
21384:
21385: * src/main/pa_request.C: $result in @main actually not working, to
21386: hell with it for now
21387:
21388: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21389: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21390: @postprocess @exception
21391:
21392: * src/main/execute.C: junction evaluation canceled - endless
21393: recursion detected
21394:
21395: 2001-12-19 paf
21396:
21397: * src/main/pa_charset.C: charset->charset transcoding via unicode
21398: intermediate
21399:
21400: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21401:
21402: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21403:
21404: * src/classes/op.C: ^cache keypath now relative
21405:
21406: * src/classes/mail.C: changed weighting prior to sort
21407:
21408: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21409: were missing
21410:
21411: 2001-12-17 paf
21412:
21413: * src/main/pa_charset.C: ifndef XML were bad type
21414:
21415: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21416: outdated unset services_pool
21417:
21418: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21419: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21420: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21421:
21422: * src/main/untaint.C: allowed space in filespec
21423:
21424: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21425:
21426: * src/classes/image.C: no govno
21427:
21428: * src/classes/image.C: govno
21429:
21430: 2001-12-16 paf
21431:
21432: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21433:
21434: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21435: charset_connection&manager replaced by charset&charsets
21436:
21437: * src/main/pa_charset.C: name_cstr 0
21438:
21439: * src/main/untaint.C: uri lang now knows about client/source
21440: charsets
21441:
21442: * src/: classes/file.C, classes/math.C, classes/op.C,
21443: classes/string.C, classes/table.C, classes/xdoc.C,
21444: include/pa_array.h, include/pa_cache_managers.h,
21445: include/pa_charset_connection.h, include/pa_charset_manager.h,
21446: include/pa_common.h, include/pa_db_connection.h,
21447: include/pa_db_manager.h, include/pa_db_table.h,
21448: include/pa_dictionary.h, include/pa_exception.h,
21449: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21450: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21451: include/pa_sapi.h, include/pa_socks.h,
21452: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21453: include/pa_string.h, include/pa_stylesheet_connection.h,
21454: include/pa_stylesheet_manager.h, include/pa_table.h,
21455: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21456: main/pa_charset.C, main/pa_charset_connection.C,
21457: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21458: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21459: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21460: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21461: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21462: types/types.dsp: introducing Charset
21463:
21464: 2001-12-14 paf
21465:
21466: * src/: include/pa_request.h, include/pa_transcoder.h,
21467: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21468: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21469: uri lang
21470:
21471: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21472:
21473: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21474:
21475: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21476: defalts_name global
21477:
21478: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21479: include/pa_request.h, main/main.dsp,
21480: main/pa_charset_connection.C, main/pa_charset_manager.C,
21481: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21482: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21483: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21484: changed charset model. now important: $request:charset
21485: $response:charset while $response:content-type.charset become
21486: unimportant [informational]
21487:
21488: 2001-12-13 paf
21489:
21490: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21491:
21492: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21493: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21494: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21495: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21496: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21497: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21498:
21499: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21500: auto_ptr part other way, because of stupid gcc 2.96
21501: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21502: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21503: FormatterListener] /usr/include/g++-3/memory:48:
21504: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21505: _Tp1 = FormatterListener, _Tp = FormatterListener]
21506:
21507: * src/classes/xdoc.C: removed extra inc
21508:
21509: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21510:
21511: * src/include/pa_types.h: msvc head debugging flag
21512:
21513: * src/classes/xdoc.C: freed up listener
21514:
21515: * src/classes/string.C: change msg '... code is not code'
21516:
21517: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21518: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21519: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21520: [past/future prob]
21521:
21522: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21523: include/pa_config_fixed.h, include/pa_db_manager.h,
21524: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21525: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21526:
21527: * src/: include/pa_config_fixed.h, main/pa_common.C,
21528: main/pa_string.C: removed signed mismatch warnings
21529:
21530: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21531: 'expires' from header outputs
21532:
21533: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21534: row ptr
21535:
21536: * src/classes/file.C: file::cgi bug, request_method were passed to
21537: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21538:
21539: * src/classes/xdoc.C: lang list updated
21540:
21541: 2001-12-10 paf
21542:
21543: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21544:
21545: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21546: erase files like that, knowing their full name introducing //
21547: theoretical problem with, for instance, "_2B" and "." fragments,
21548: // they would yield the same // because
21549: need_file_encode('_')=false // but we need to delete such files
21550: somehow, getting names from ^index
21551:
21552: * src/main/pa_string.C: ^string.replace bug fixed [bad
21553: string::join_chank break]
21554:
21555: 2001-12-07 paf
21556:
21557: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21558: include/pa_common.h, include/pa_config_auto.h.in,
21559: include/pa_config_fixed.h, include/pa_config_includes.h,
21560: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21561: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21562: types/pa_vhashfile.C: merged from r14_simple_cache
21563:
21564: * src/main/pa_string.C: stupid sparc architecture failed to access
21565: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21566: lduh [ %i2 + 1 ], %l0
21567:
21568: bus error, fixed that
21569:
21570: * src/main/pa_string.C: strange string deserialize bug on
21571: client[pmts], a bit shortened,
21572:
21573: * src/include/pa_config_auto.h.in: makes
21574:
21575: * src/: include/pa_common.h, include/pa_config_fixed.h,
21576: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21577: file write shared lock file read
21578:
21579: * src/: classes/op.C, include/pa_common.h,
21580: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21581:
21582: 2001-12-06 paf
21583:
21584: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21585: main/pa_request.C: #ifdef RESOURCES_DEBUG
21586:
21587: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21588: info
21589:
21590: * src/classes/hashfile.C: removed transaction from ^cache
21591:
21592: 2001-12-05 paf
21593:
21594: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21595: IIS5 there were a prob with illegal call check
21596:
21597: 2001-12-04 paf
21598:
21599: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21600: main/pa_request.C: measures to log
21601:
21602: 2001-11-23 paf
21603:
21604: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21605: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21606: types/pa_vhashfile.C: merged from _0014, 1
21607:
21608: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21609: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21610: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21611: ^cache(33) would change
21612:
21613: 0660 bits in file_write & hashfile create
21614:
21615: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21616: after pa_string optimization]
21617:
21618: 2001-11-22 paf
21619:
21620: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21621: table.offset[whence]
21622:
21623: * src/classes/op.C: process cstr(,connection)
21624:
21625: * src/classes/op.C: process now gets its body on current language,
21626: not as-is
21627:
21628: * src/main/untaint.C: ORIGINS mode removed UHTML
21629:
21630: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21631: bit
21632:
1.116 moko 21633: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21634:
21635: 2001-11-21 paf
21636:
21637: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21638: <xsl:output output options made identical to xsl:output
21639: attributes exclusion: cdata-section-elements what xalan can do
21640: but that not used now: it can escape and remove CDATA sections
21641:
21642: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21643: produced by xslt
21644:
21645: * src/targets/cgi/parser3.C: removed debug cgi||1
21646:
21647: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21648:
21649: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21650: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21651: default language for {code}, it happen to change it's language
21652: from CLEAN, so later refused to split by CLEAN \t
21653:
21654: 2001-11-20 paf
21655:
1.116 moko 21656: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21657: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21658: bottom of dependeces, so that errors would popup quicklier, fixed
21659: line numbering in table::sql
21660:
21661: 2001-11-19 paf
21662:
21663: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21664: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21665: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21666: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21667: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21668: at wcontext.write
21669:
1.116 moko 21670: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21671: _set_new_handler
21672:
1.116 moko 21673: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21674: set_new_handler in apache&isapi
1.95 moko 21675:
21676: 2001-11-16 paf
21677:
21678: * src/targets/cgi/parser3.C: pool debug @ die
21679:
21680: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21681: removed 8 bytes from String, 2 bytes from
21682: string::chunk::row::item
21683:
21684: * src/main/pa_string.C: removed 1+4 bytes from String
21685:
21686: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21687: types/pa_vstring.C: removed 1+4 bytes from String
21688:
21689: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21690: 0
21691:
21692: * src/: include/pa_globals.h, include/pa_string.h,
21693: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21694: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21695: targets/cgi/parser3.C: introducing estimating
21696: String::cstr_bufsize, 0
21697:
21698: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21699:
21700: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21701:
21702: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21703: include/pa_pool.h: die in pool::fail
21704:
21705: 2001-11-15 paf
21706:
21707: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21708: main/pa_exception.C, targets/cgi/parser3.C: exception with
21709: dynamic buffer re-back now with counter
21710:
21711: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21712: static buffer back
21713:
21714: * src/targets/cgi/parser3.C: std::
21715:
21716: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21717: include/pa_config_includes.h: setnewhandler check
21718:
1.116 moko 21719: * src/include/pa_config_auto.h.in: makes
1.95 moko 21720:
21721: * src/targets/cgi/parser3.C: set_new_handler started
21722:
21723: 2001-11-14 paf
21724:
21725: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21726: was wrong
21727:
21728: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21729: was wrong
21730:
21731: * src/main/pa_request.C: z
21732:
21733: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21734: full returns win32 -1 solaris >buffer_size
21735:
21736: checked all that
21737:
21738: * src/classes/op.C: ^untaint{body} as-is default now
21739:
21740: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21741: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21742: with no_bad_constructors_try
21743:
21744: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21745: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21746: this: $bred[^string::length[]] $bred[^response::clear[]]
21747: $bred[^int::int[]]
21748:
21749: now VObject creation moved into overriden
21750: VClass::create_new_value, thus 0 from create_new_value means that
21751: class has no ctors
21752:
21753: 2001-11-13 paf
21754:
21755: * src/classes/classes.C: returned accedently removed if in foreach
21756: callbacks [when hash no-0-restructure]
21757:
21758: 2001-11-12 paf
21759:
21760: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21761: passed as-is to method, xalan makes & into & itself
21762:
21763: * src/classes/date.C: date.roll parser2 alg used
21764:
21765: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21766: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21767: main/pa_dictionary.C, main/pa_hash.C,
21768: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21769: now does not containt 0 values. put 0 actullay removes. no check
21770: on 0 value in foreach now required
21771:
21772: 2001-11-11 paf
21773:
21774: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21775:
21776: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21777:
21778: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21779: driver initialize not const
21780:
21781: 2001-11-10 paf
21782:
21783: * src/main/pa_exec.C: doc
21784:
21785: 2001-11-09 paf
21786:
21787: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21788: param properly
21789:
21790: * src/classes/string.C: string.save now does untainting before
21791: saving
21792:
21793: * src/main/pa_common.C: line endings fixing fixed last piece[was
21794: still cstr oriented]
21795:
21796: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21797: line endings fixing got rid of cstr, now must work ok with post
21798: multipart
21799:
21800: * src/types/pa_vform.C: line endings fixed at post / multipart /
21801: not file also now
21802:
21803: 2001-11-08 paf
21804:
21805: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21806: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21807: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21808: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21809: main/pa_stylesheet_manager.C: restructured Cache manager to be
21810: simple parent, not second parent [gcc 2.96 strangly refused to
21811: call virtual from second parent]
21812:
1.116 moko 21813: * src/: include/pa_common.h, main/Makefile.am,
21814: targets/cgi/pa_pool.C: makes
1.95 moko 21815:
21816: * src/: include/pa_request.h, main/pa_request.C,
21817: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21818: 'status' class enabler
21819:
21820: <Location /parser-status.html> ParserStatusAllowed </Location>
21821:
21822: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21823: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21824: include/pa_stylesheet_manager.h, main/main.dsp,
21825: main/pa_cache_managers.C, main/pa_charset_manager.C,
21826: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21827: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21828: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21829: todo: apache 'status' class enabler
21830:
21831: 2001-11-05 paf
21832:
21833: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21834: debug to normal
21835:
21836: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21837: hence i removed skipping 0 values in hash::for_each-es we need to
21838: check cleaned cache items manually. few more checks.
21839:
21840: expiring to 0 time was wrong, changed to 'now' time
21841:
21842: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21843: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21844: on apache already done :)
21845:
21846: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21847: skipping 0 values in hash::for_each-es we need to check cleaned
21848: cache items manually
21849:
21850: * src/main/: pa_db_connection.C, pa_db_table.C:
21851: parser_multithreaded check was wrong
21852:
21853: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21854: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21855: classes/hashfile.C, classes/image.C, classes/int.C,
21856: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21857: classes/string.C, classes/table.C, classes/void.C,
21858: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21859: include/pa_array.h, include/pa_charset_connection.h,
21860: include/pa_charset_manager.h, include/pa_common.h,
21861: include/pa_config_fixed.h, include/pa_config_includes.h,
21862: include/pa_db_connection.h, include/pa_db_manager.h,
21863: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21864: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21865: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21866: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21867: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21868: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21869: include/pa_stack.h, include/pa_string.h,
21870: include/pa_stylesheet_connection.h,
21871: include/pa_stylesheet_manager.h, include/pa_table.h,
21872: include/pa_threads.h, include/pa_types.h, main/compile.C,
21873: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21874: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21875: main/pa_charset_manager.C, main/pa_common.C,
21876: main/pa_db_connection.C, main/pa_db_manager.C,
21877: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21878: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21879: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21880: main/pa_socks.C, main/pa_sql_driver_manager.C,
21881: main/pa_status_provider.C, main/pa_string.C,
21882: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21883: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21884: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21885: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21886: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21887: targets/isapi/pool_storage.h, types/pa_valiased.C,
21888: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21889: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21890: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21891: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21892: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21893: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21894: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21895: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21896: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21897: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21898: types/pa_vstateless_object.h, types/pa_vstatus.h,
21899: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21900: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21901: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21902: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21903: $status:db fixed used not initialized in db_connection & db_table
21904:
21905: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21906: $status:charset
21907:
21908: * src/: classes/xdoc.C, include/pa_db_connection.h,
21909: include/pa_stylesheet_connection.h,
21910: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21911: types/pa_vstatus.h: $status:stylesheet
21912:
21913: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21914: include/pa_request.h, include/pa_sql_connection.h,
21915: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21916: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21917: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21918: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21919: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21920: types/pa_vxnode.C, types/types.dsp: started status parser class
21921:
21922: 2001-11-01 paf
21923:
21924: * src/include/pa_config_auto.h.in: makes
21925:
21926: * src/main/pa_hash.C: removed old extra include
21927:
21928: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21929: checks [for hp, there are such in math.h]
21930:
21931: * src/classes/op.C: ^for endless loop check strightened
21932:
21933: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21934: behavior in native calls. it left unchanged, so ^for ^foreach &
21935: co can use r.root to write their i & key,value there
21936:
21937: * src/classes/op.C: detected for var storage bug, fixed.
21938: todo:foreach
21939:
21940: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21941: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21942: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21943: changing of hash inside of foreach
21944:
21945: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21946: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21947: were hash.foreach
21948:
21949: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21950: types/pa_vstring.C, types/pa_vstring.h:
21951: ^foreach[key|value]{body}[[separator]|{separator}]
21952:
21953: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21954: types/pa_vcookie.C: ^hash.delete[key]
21955:
21956: 2001-10-31 paf
21957:
21958: * src/main/: compile.C, pa_common.C: completely empty file now
21959: considered "read", not ignored [not perfect trick used]
21960:
21961: * src/main/pa_common.C: simplier common ifdefs
21962:
21963: * src/main/pa_common.C: typing bug in common - bad ifdeff
21964:
21965: * src/main/pa_db_connection.C: z
21966:
21967: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21968: lockdetector flags
21969: dbenv.lk_detect=DB_LOCK_RANDOM;
21970:
21971: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21972: from accidental show [imagine user forgot @exception]
21973:
21974: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21975:
21976: * src/: classes/file.C, classes/image.C, classes/mail.C,
21977: classes/string.C, classes/xnode.C, include/pa_common.h,
21978: main/pa_common.C: ^string.save[[append;]path]
21979:
21980: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21981: main/execute.C: \ in expression: int divide 10/3=3
21982:
21983: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21984: inside of ^cache
21985:
21986: * src/: include/pa_threads.h, main/pa_db_connection.C,
21987: main/pa_db_table.C, targets/cgi/pa_threads.C,
21988: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21989: needed
21990:
21991: 2001-10-30 paf
21992:
21993: * src/: classes/classes.dsp, main/main.dsp,
21994: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21995: types/types.dsp: enabled debug incremental compile
21996:
21997: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21998: form post data line endings not reformatted now.
21999:
22000: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22001: now required [had bug when file= has no value]
22002:
22003: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22004: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22005: cstr(asis) default param removed
22006:
22007: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22008:
22009: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22010:
22011: * src/include/pa_dir.h: LOAD_DIR fixed
22012:
22013: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22014: was broken} fix_line_breaks
22015:
22016: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22017: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22018: packed with #pragma pack
22019:
1.116 moko 22020: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22021:
22022: 2001-10-29 paf
22023:
22024: * src/types/pa_wcontext.h: bitfield syntax stricter
22025:
22026: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22027: string hash.puts
22028:
22029: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22030:
22031: * src/include/pa_sql_connection.h: there were one wrong
22032: SQL_CONNECTION_FUNC_GUARDED [failed]
22033:
22034: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22035: param.someday either ifdef or remove it
22036:
22037: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22038:
22039: * src/main/untaint.C: optimizing returned after debugging
22040:
22041: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22042: main/untaint.C: memory hunging #pragma pack(1)
22043:
22044: 16 419 844 13 169 394
22045:
22046: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22047: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22048: places [todo:Array]
22049:
22050: * src/: main/execute.C, targets/cgi/pa_pool.C,
22051: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22052: types/pa_wwrapper.h: debugging memory WContext flags to bits
22053:
22054: total 5 652 652/158731 total 5 469 332/158731
22055:
22056: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22057: Array:: without cache in get/put now
22058:
22059: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22060: 18:25:27 2001] total 5 652 652/158731
22061:
22062: * src/: include/pa_string.h, main/pa_string.C,
22063: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22064: now
22065:
22066: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22067: 18:11:53 2001] total 5796092/158731
22068:
22069: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22070: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22071: key ref now
22072:
22073: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22074: 17:11:17 2001] total 16867948/202658
22075:
22076: * src/: classes/file.C, classes/image.C, classes/string.C,
22077: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22078: main/execute.C, main/pa_array.C, main/pa_common.C,
22079: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22080: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22081: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22082: string::as_int/double now usually uses stack, not heap [200K out
22083: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22084:
22085: * src/main/pa_sql_driver_manager.C: ping to have services [old
22086: hiding bug]
22087:
22088: * src/Makefile.am: .am order
22089:
22090: * src/: include/pa_array.h, include/pa_charset_manager.h,
22091: include/pa_db_connection.h, include/pa_db_manager.h,
22092: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22093: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22094: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22095: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22096: required "friend class"
22097:
22098: ../include/pa_request.h:51: friend declaration requires
22099: class-key, i.e. `friend class Temp_lang'
22100:
22101: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22102: main/pa_exception.C, main/pa_sql_driver_manager.C,
22103: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22104:
22105: the idea is to #1 jump to C++ some function to main body, where
22106: every function stack frame has exception unwind information and
22107: from there... #2 propagate_exception()
22108:
22109: 2001-10-28 paf
22110:
22111: * src/main/pa_db_connection.C: removed old consts
22112:
22113: * src/main/pa_db_connection.C: expire table [was accidently pasted
22114: with wrong type/cast]
22115:
22116: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22117: translation
22118:
1.116 moko 22119: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22120: remember to build DB2 with -fexceptions!!!
22121:
22122: * src/main/pa_db_table.C: DB_RMW defed
22123:
22124: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22125: include/pa_db_connection.h, include/pa_db_manager.h,
22126: include/pa_db_table.h, main/pa_db_connection.C,
22127: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22128:
22129: 2001-10-27 paf
22130:
22131: * src/: classes/hashfile.C, include/pa_db_connection.h,
22132: include/pa_db_table.h, main/pa_db_connection.C,
22133: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22134: types/pa_vhashfile.C: DB2 ifdefs
22135:
1.116 moko 22136: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22137: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22138: makes with DB2
22139:
1.116 moko 22140: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22141: types/Makefile.am: makes db
1.95 moko 22142:
22143: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22144: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22145: globals.C
22146:
22147: * src/: classes/hashfile.C, include/pa_db_connection.h,
22148: include/pa_db_table.h, main/pa_db_connection.C,
22149: main/pa_db_table.C: ^hashfile.clear[]
22150:
22151: * src/classes/classes.awk: no $ in var names
22152:
22153: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22154: connection&table [forgotten calls]
22155:
22156: 2001-10-26 paf
22157:
22158: * src/main/pa_db_connection.C: db checkpoints
22159:
22160: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22161: checkpoints
22162:
22163: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22164: default. but entities still reparsed. todo: tothink
22165:
22166: * src/main/pa_db_connection.C: db recover mech 2
22167:
22168: * src/: classes/hashfile.C, include/pa_db_connection.h,
22169: include/pa_db_manager.h, include/pa_db_table.h,
22170: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22171: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22172: types/pa_vhashfile.h: db connections & tables now cached at
22173: create time & multithreaded
22174:
22175: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22176: parsed_source
22177:
22178: * src/main/pa_db_connection.C: about to remove connection from
22179: vhashfile
22180:
22181: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22182: transaction commit/rollback responsibility left to parent [as it
22183: sould - else there were a bug with double free]
22184:
22185: * src/include/pa_db_table.h: db: child transaction commit/rollback
22186: responsibility left to parent [as it sould - else there were a
22187: bug with double free]
22188:
22189: 2001-10-25 paf
22190:
22191: * src/: classes/hashfile.C, include/pa_common.h,
22192: include/pa_db_connection.h, include/pa_db_manager.h,
22193: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22194: types/pa_vhashfile.C, types/pa_vhashfile.h,
22195: include/pa_db_table.h, main/pa_db_table.C: started db_home
22196: [multiple, cached] todo: autorecover [tried, but not succeded,
22197: yet]
22198:
22199: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22200:
22201: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22202: transaction parent passed
22203:
22204: 2001-10-24 parser
22205:
1.116 moko 22206: * src/classes/Makefile.am: makes
1.95 moko 22207:
22208: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22209: isapi/pool_storage.h: pool_storage fixed
22210:
22211: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22212: types/pa_vform.h: form fix_line_breaks
22213:
1.116 moko 22214: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22215:
22216: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22217: targets/cgi/pool_storage.h: makes
22218:
22219: * src/sql/pa_sql_driver.h: version
22220:
22221: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22222: types/pa_vform.C, types/pa_vform.h: .am
22223:
22224: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22225: this: DB_RMW Acquire write locks instead of read locks when doing
22226: the retrieval. Setting this flag may decrease the likelihood of
22227: deadlock during a read-modify-write cycle by immediately
22228: acquiring the write lock during the read part of the cycle so
22229: that another thread of control acquiring a read lock for the same
22230: item, in its own read-modify-write cycle, will not result in
22231: deadlock
22232:
22233: * src/targets/isapi/parser3isapi.dsp: doc
22234:
22235: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22236:
22237: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22238:
22239: * src/: classes/hashfile.C, include/pa_db_connection.h,
22240: main/pa_db_connection.C: hashfile expired deleted from db when
22241: get & iterate
22242:
22243: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22244: expiring 1
22245:
22246: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22247:
22248: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22249: db_connection not bothers with key when not returning expired
22250: data
22251:
22252: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22253: types/pa_vhashfile.C: db_cursor constructor public now
22254:
22255: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22256: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22257: stamped, todo: put_element analize
22258:
22259: * src/: include/pa_db_connection.h, include/pa_string.h,
22260: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22261: serialize. todo stamp
22262:
22263: 2001-10-23 parser
22264:
22265: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22266: classes/image.C, classes/mail.C, classes/response.C,
22267: classes/string.C, classes/table.C, classes/xdoc.C,
22268: include/pa_config_fixed.h, include/pa_db_connection.h,
22269: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22270: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22271: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22272: types/pa_vtable.C: ^hashfile.hash[]
22273:
22274: * src/: classes/hashfile.C, classes/xdoc.C,
22275: include/pa_config_fixed.h, main/pa_db_manager.C,
22276: main/pa_globals.C: ifdefs so it compiled without db
22277:
22278: * src/: classes/hashfile.C, include/pa_db_connection.h,
22279: include/pa_db_manager.h, main/pa_db_connection.C,
22280: main/pa_db_manager.C, types/pa_vhashfile.h:
22281: ^hashfile.transaction{code} ^hashfile:clear[filename]
22282: ^hashfile.delete[key]
22283:
22284: 2001-10-22 parser
22285:
22286: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22287: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22288:
22289: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22290: classes/xnode.C, include/pa_charset_connection.h,
22291: include/pa_db_connection.h, include/pa_db_manager.h,
22292: include/pa_exception.h, include/pa_sapi.h,
22293: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22294: include/pa_stylesheet_connection.h,
22295: include/pa_stylesheet_manager.h,
22296: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22297: main/pa_db_connection.C, main/pa_db_manager.C,
22298: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22299: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22300: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22301: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22302: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22303: types/types.dsp: hashfile 0
22304:
22305: * src/types/pa_vhashfile.C: z
22306:
22307: * src/: classes/classes.dsp, classes/hashfile.C,
22308: include/pa_config_fixed.h, main/execute.C,
22309: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22310: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22311:
22312: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22313:
22314: * src/: include/pa_exception.h, include/pa_request.h,
22315: main/execute.C, main/pa_exception.C, main/pa_request.C,
22316: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22317: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22318:
22319: 2001-10-19 parser
22320:
22321: * src/include/pa_pool.h: header
22322:
22323: * src/main/pa_pool.C: auto compiled on gcc
22324:
22325: * src/classes/image.C: comment
22326:
1.116 moko 22327: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22328:
22329: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22330: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22331: types/pa_vxnode.h: xnode clone got freed
22332:
22333: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22334: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22335: can free up xalandomstring resulting from pool::transcode
22336:
22337: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22338: include/pa_config_fixed.h, include/pa_exception.h,
22339: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22340: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22341: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22342: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22343: from non-xml compile
22344:
22345: * src/main/pa_request.C: pool:: context - get_context
22346:
22347: * src/: classes/classes.h, classes/date.C, classes/double.C,
22348: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22349: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22350: classes/string.C, classes/table.C, classes/void.C,
22351: include/pa_config_fixed.h, include/pa_exception.h,
22352: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22353: main/compile.C, main/compile_tools.C, main/execute.C,
22354: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22355: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22356: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22357: main/pa_string.C, main/pa_table.C, main/untaint.C,
22358: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22359: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22360: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22361: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22362: types/pa_vstateless_class.h, types/pa_vtable.C,
22363: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22364: exceptions 0
22365:
22366: * src/classes/classes.awk: $ removed
22367:
22368: 2001-10-18 parser
22369:
22370: * src/types/pa_vcookie.C: cookie:CLASS
22371:
22372: * src/main/main.dsp: project
22373:
22374: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22375: set_document & ctor question "who owns document" solved
22376:
22377: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22378:
22379: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22380: main/pa_pool.C: encoding in dom creating funcs
22381:
22382: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22383: be transformed now
22384:
22385: * src/classes/xdoc.C: dom created by create can be transformed now
22386:
22387: * src/classes/xdoc.C: z
22388:
22389: * src/classes/xdoc.C: comment
22390:
22391: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22392: create now uses XercesDocumentBridge, appendChild&co now works
22393:
22394: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22395: @ recompile
22396:
22397: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22398: $origin @exception[
22399:
22400: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22401: tag names forced to XML lang
22402:
22403: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22404: leechy-found bugs in code&doc fixed
22405:
22406: 2001-10-17 parser
22407:
22408: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22409: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22410: n functionality preserved
22411:
22412: * src/types/pa_vimage.h: removed unused vimage::save
22413:
22414: 2001-10-16 parser
22415:
22416: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22417:
22418: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22419:
22420: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22421:
22422: * src/classes/image.C: image.copy tolerance
22423:
22424: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22425: ineffective, but works for small paleted image
22426:
22427: * src/types/pa_vimage.C: comment
22428:
22429: * src/classes/image.C: gd size/resize bugfix
22430:
22431: * src/: classes/classes.dsp, main/main.dsp,
22432: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22433: types/types.dsp: ident >nul 2>&1
22434:
22435: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22436: systems
22437:
22438: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22439: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22440:
22441: 2001-10-15 parser
22442:
22443: * src/main/execute.C: z
22444:
22445: * src/classes/: xdoc.C: !::create{qualifiedName}
22446:
22447: * src/types/pa_vxnode.C: document_type_node.
22448: !readonly attribute DOMString name
22449: !notation_node.
22450: !readonly attribute DOMString publicId
22451: !readonly attribute DOMString systemId
22452:
1.116 moko 22453: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22454: ::write badly passed string too transparently [failed to
22455: intercept it]
1.95 moko 22456:
22457: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22458: include/pa_request.h, main/pa_sql_driver_manager.C,
22459: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22460: types/pa_vxnode.h: DOM1 major addtion, only few
22461: attributes/methods left
22462:
22463: 2001-10-13 parser
22464:
22465: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22466: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22467: in main handler
22468:
22469: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22470: cleanups & frees order
22471:
22472: * src/types/pa_vcode_frame.h: couple comments
22473:
22474: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22475: transparent enough to handle hash if creation&passing
22476:
22477: * src/: include/pa_config_fixed.h, main/execute.C,
22478: main/pa_exception.C: noticed that vcodeframe not transparent
22479: enough, would change now
22480:
22481: 2001-10-12 parser
22482:
22483: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22484: fixed. initialization&free on each thread!
22485:
22486: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22487: handling changed: now type of default param analized always, not
22488: only at problem time, thus helping early problem spotting
22489:
22490: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22491: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22492: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22493: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22494: multithread bug fixed. initialization&free on each thread!
22495:
22496: 2001-10-11 parser
22497:
22498: * src/classes/xnode.C: xnode.selectSingle now
22499:
22500: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22501: include/pa_pool.h, include/pa_stylesheet_connection.h,
22502: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22503: convertors out of Pool into Exception
22504:
22505: * src/main/pa_string.C: const
22506:
22507: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22508: linked pieces of same language together prior to String::replace
22509:
22510: * src/classes/hash.C: !^hash.add[addme]
22511: !^hash.sub[subme]
22512: !^a.union[b] = new
22513: !^a.intersection[b] = new
22514: !^a.intersects[b] = bool
22515:
22516: * src/classes/hash.C: !^hash::append[append_from]
22517:
22518: * src/: classes/hash.C, types/pa_vhash.h:
22519: !^hash::create[[copy_from]]
22520:
22521: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22522: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22523: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22524: fixed. got rid of empty_string, which caused errors - it hasnt
22525: exception but somebody[value.bark] tried to throw it on it's pool
22526:
1.116 moko 22527: * src/include/pa_config_auto.h.in: makes
1.95 moko 22528:
22529: 2001-10-10 parser
22530:
22531: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22532:
22533: * src/main/: compile.tab.C, compile.y: ^a[
22534:
22535: @next_method << now unclosed ] would be reported here
22536:
22537: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22538: compile error
22539:
22540: 2001-10-09 parser
22541:
1.116 moko 22542: * src/: classes/Makefile.am, main/Makefile.am,
22543: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22544:
22545: * src/classes/Makefile.am: makes
22546:
22547: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22548: win32 errors intercepted [xalan transformer patched and
22549: incorporated]
22550:
22551: * src/: classes/classes.dsp, classes/xdoc.C,
22552: include/pa_stylesheet_connection.h, main/main.dsp,
22553: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22554: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22555: patches starting
22556:
22557: * src/classes/: string.C, table.C: ^string.save[file]
22558:
22559: * src/classes/: date.C, table.C: calendar moved to date
22560:
22561: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22562: string/table] now
22563:
22564: * src/classes/: op.C, table.C: z
22565:
22566: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22567: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22568: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22569: be code [be string..]
22570:
22571: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22572: table.C: lots of
22573: params->as_int/double/as_string/as_junction/as_no_junction
22574: messages added
22575:
22576: 2001-10-08 parser
22577:
22578: * src/: classes/date.C, classes/image.C, classes/string.C,
22579: classes/table.C, classes/void.C, include/pa_request.h:
22580: params->as_int/double message added
22581:
22582: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22583:
22584: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22585: image:sector removed image:html internal "line-*" attribs
22586:
22587: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22588: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22589:
22590: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22591: way
22592:
22593: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22594: main/untaint.C: header untainting to UL_HTTP_HEADER,
22595: UL_MAIL_HEADER made nonforced [only tainted pieces]
22596:
22597: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22598: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22599: @ SAPI::log
22600:
22601: * src/main/untaint.C: \r to ' ' in origins mode
22602:
22603: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22604: set]
22605:
22606: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22607: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22608: nonstandard liaison freed up
22609:
22610: 2001-10-07 parser
22611:
22612: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22613: project
22614:
22615: 2001-10-05 parser
22616:
22617: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22618: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22619: from outputing to cerr. lots of "todos"
22620:
22621: * src/main/untaint.C: http_header tainting more gentle with
22622: enquoting now
22623:
22624: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22625: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22626: xml errorhandler. fixed string.replace a little, read @test
22627:
22628: * src/main/pa_string.C: found replace bug - first_that_starts(char
22629: *) does not have limit, and looks further eos, fixing....
22630:
22631: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22632:
22633: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22634:
22635: * src/main/: pa_charset_connection.C: ctype another mem clear
22636: bugfix
22637:
1.116 moko 22638: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22639: $result[^[$p^]z] now works fine
1.95 moko 22640:
22641: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22642: wrong. fixed it
22643:
22644: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22645: of totable appered to be vital
22646:
22647: 2001-10-04 parser
22648:
22649: * src/classes/image.C: ^image.length[text]
22650:
22651: 2001-10-03 parser
22652:
22653: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22654:
22655: * src/main/pa_request.C: restored pcre defaulting in request
22656: [mindlessly "optimized" yesterday] comment left
22657:
22658: 2001-10-02 parser
22659:
22660: * src/: main/pa_charset_manager.C,
22661: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22662: needed
22663:
22664: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22665: forgot non-xml pool.*charset needed
22666:
22667: * src/classes/table.C: # config comments fixed
22668:
22669: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22670: charset_connection #comment now
22671:
22672: * src/: classes/classes.dsp, types/types.dsp: release projects
22673: options fixed to use release msvcrt lib
22674:
22675: * src/main/pa_charset_connection.C: pcre tables now const inside
22676: removed default - pcre handles that internally fixed bug on
22677: not-cleaning tables [previously was calloced, now member]
22678:
22679: * src/: include/pa_request.h, main/pa_charset_connection.C,
22680: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22681: inside removed default - pcre handles that internally fixed bug
22682: on not-cleaning tables [previously was calloced, now member]
22683:
22684: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22685: tested charset reload on file change @ apache version = OK tested
22686: freeing up prev encoding on adding new = OK
22687:
22688: 2001-10-01 parser
22689:
22690: * src/main/pa_charset_connection.C: removed entitify external hack
22691: [internal installed]
22692:
1.116 moko 22693: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22694:
22695: * src/: include/pa_charset_connection.h,
22696: include/pa_charset_manager.h,
22697: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22698: main/pa_charset_connection.C, main/pa_charset_manager.C,
22699: main/pa_request.C: charset loading & caching mech 0
22700:
22701: * src/: include/pa_stylesheet_connection.h,
22702: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22703: main/pa_globals.C, main/pa_request.C: would make charset loading
22704: & caching mech now
22705:
22706: 2001-09-30 parser
22707:
22708: * src/main/pa_request.C: forgot to fill toTable
22709:
22710: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22711: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22712: failed on win32 for now..
22713:
22714: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22715: now charsets table configuration variable is: CHARSETS
22716:
22717: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22718: ctype with unicode 1. todo: no П entities on output somehow
22719:
22720: * src/: classes/file.C, classes/op.C, classes/string.C,
22721: include/pa_request.h, main/pa_request.C: started ctype with
22722: unicode values
22723:
22724: 2001-09-28 parser
22725:
22726: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22727: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22728: string passed AS-IS now
22729:
22730: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22731: way of user-configuring... todo: implement
22732:
22733: 2001-09-27 parser
22734:
22735: * src/classes/table.C: table.sort changed to sort table itself
22736:
22737: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22738: X^.getElementsByTagName[tagname] = array of xnode
22739: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22740: nodes removed - regretfully not supported @ xalan. maybe someday
22741: would reimplement, if needed.
22742:
22743: win32build system: solved long waiting anti-non-started-apache
22744: problem
22745:
22746: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22747: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22748: types/types.dsp: win32 ident make system so not to rebuild
22749: library [ident.C.new]
22750:
22751: 2001-09-26 parser
22752:
22753: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22754: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22755: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22756: types/pa_vxnode.C, types/types.dsp: z
22757:
22758: * src/classes/classes.C: forgot one non-xml check
22759:
1.116 moko 22760: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22761: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22762:
22763: * src/targets/cgi/parser3.C: z
22764:
22765: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22766: targets/isapi/parser3isapi.C: #ifdef SMTP
22767:
22768: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22769: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22770: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22771: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22772: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22773: types/types.dsp: xdoc&xnode now
22774:
22775: * src/: classes/classes.C, classes/classes.awk,
22776: classes/classes.dsp, classes/classes.h, classes/date.C,
22777: classes/dnode.C, classes/dnode.h, classes/dom.C,
22778: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22779: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22780: classes/op.C, classes/response.C, classes/string.C,
22781: classes/table.C, classes/void.C, include/pa_array.h,
22782: include/pa_common.h, include/pa_config_fixed.h,
22783: include/pa_config_includes.h, include/pa_dictionary.h,
22784: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22785: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22786: include/pa_socks.h, include/pa_sql_connection.h,
22787: include/pa_sql_driver_manager.h, include/pa_stack.h,
22788: include/pa_string.h, include/pa_stylesheet_connection.h,
22789: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22790: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22791: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22792: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22793: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22794: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22795: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22796: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22797: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22798: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22799: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22800: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22801: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22802: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22803: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22804: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22805: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22806: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22807: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22808: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22809: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22810: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22811: types/pa_vmethod_frame.h, types/pa_vobject.h,
22812: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22813: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22814: types/pa_vstateless_object.h, types/pa_vstring.C,
22815: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22816: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22817: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22818: main.dsp splitted to main+classes+types along to .am
22819:
22820: * src/classes/Makefile.am: removed useless var
22821:
22822: * src/: classes/classes.cmd, main/main.dsp,
22823: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22824: main.dsp
22825:
22826: 2001-09-25 parser
22827:
22828: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22829: 1251 though, todo ICU
22830:
1.116 moko 22831: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22832: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22833: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22834: types/pa_vdom.h: xml configure makes
1.95 moko 22835:
22836: 2001-09-24 parser
22837:
1.116 moko 22838: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22839: types/Makefile.am: makes
1.95 moko 22840:
1.116 moko 22841: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22842:
22843: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22844: started unix makes update
22845:
22846: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22847: started unix makes update
22848:
22849: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22850:
22851: * src/types/pa_value.h: z
22852:
22853: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22854: bugs with usinge hash/table in expressions
22855:
22856: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22857: resolved conflicts fixed [const]
22858:
22859: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22860: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22861: main/compile.C, main/compile.tab.C, main/compile.y,
22862: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22863: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22864: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22865: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22866: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22867: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22868: with before_xml [merge2 actually didn't happen - i've created
22869: tags on wrong branch. so this merge is in fact re-merge]
22870:
22871: 2001-09-21 parser
22872:
22873: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22874: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22875: produced "" in make file and sadly wrong interpreted on load]
22876:
1.116 moko 22877: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22878: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22879: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22880: include/pa_sql_driver_manager.h, include/pa_string.h,
22881: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22882: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22883: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22884:
22885: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22886: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22887: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22888: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22889: main/pa_pool.C, main/pa_request.C,
22890: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22891: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22892: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22893: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22894: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22895: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22896: types/pa_vrequest.C, types/pa_vresponse.h,
22897: types/pa_vstateless_class.C, types/pa_vstring.C,
22898: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22899: created new projects for sql drivers [planning to remove sql
22900: drivers from main cvs project] first, will join latest changes
22901:
22902: * src/classes/: dom.C: defaulted dom writing methods encoding to
22903: pool.get_charset
22904:
22905: * src/classes/dom.C: defaulted dom writing methods encoding to
22906: pool.get_charset
22907:
22908: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22909: pool.get_charset
22910:
22911: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22912: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22913: methods encoding to pool.get_charset
22914:
22915: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22916: transcoder were created right "unsupported encoding" message.
22917: not @ set time, but @ use time, so until xml output functions
22918: .string, .file, .save used - no encoding name check occur
22919:
22920: reduced transcode buffer size to 60 fixed pool cleanup - no
22921: registration needed, pools are officially destructured
22922:
22923: 2001-09-20 parser
22924:
22925: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22926:
22927: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22928: $MAIN:DEFAULTS.content-type[$.charset[here]]
22929:
22930: * src/: classes/dnode.C, classes/dom.C,
22931: include/pa_config_includes.h, include/pa_globals.h,
22932: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22933: main/pa_pool.C, targets/cgi/parser3.dsp,
22934: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22935: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22936: Pool::transcode 0
22937:
22938: * src/classes/dom.C: dom. string save file moved output xml options
22939: to last param and made it optional
22940:
22941: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22942: dnodes
22943: !$attributenode.specified = boolean
22944: true if the attribute received its value explicitly
22945: in the XML document,
22946: or if a value was assigned programatically with the
22947: setValue function.
22948: false if the attribute value came from the default value
22949: declared in the document's DTD.
22950: !$pinode.target = target of this processing instruction
22951: XML defines this as being the first token following the
22952: markup
22953: that begins the processing instruction.
22954: XPath:
22955: !^node.select[xpath/query/expression] = hash of 0->node0
22956: 1->node1
22957: !^node.select-single[xpath/query/expression] = first node if
22958: any
22959:
22960: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22961: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22962: some 'const's added
22963:
22964: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22965: expression context now, there value = size and boolean value
22966: size!=0
22967:
22968: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22969: can be used in expression context now, there value = size and
22970: boolean value size!=0
22971:
22972: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22973: types/pa_vstring.h: dnode .file .string .save moved back to dom
22974: due to strange xalan bug
22975:
22976: 2001-09-18 parser
22977:
22978: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22979: classes/image.C, classes/op.C, classes/table.C,
22980: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22981: include/pa_sql_driver_manager.h, main/compile.C,
22982: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22983: main/execute.C, main/pa_common.C, main/pa_request.C,
22984: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22985: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22986: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22987: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22988: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22989: before_xml branch ^if(def $hash) now true only when
22990: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22991:
22992: * src/: classes/op.C, main/execute.C: operators self changed to
22993: root ^for variable context changed to self
22994:
22995: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22996: dnode 1
22997:
22998: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22999: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23000:
23001: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23002: poly* fixed
23003:
23004: 2001-09-17 parser
23005:
23006: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23007: types/pa_vdom.h: started dnode+dom
23008:
23009: dnode DOM methods: $node.name $node.value
23010: ...others...
23011:
23012: ^node.xpath[/rates/USD] = hash
23013: $hash[
23014: $.0[node0]
23015: $.1[node1]
23016: ]
23017:
23018: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23019: applies to all linear primitives
23020:
23021: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23022: include/pa_stylesheet_connection.h, main/main.dsp,
23023: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23024: types/pa_vimage.h: started dnode DOM: $node.name
23025: $node.value ...others... ^node.xpath[/rates/USD] = hash
23026: dom(dnode)
23027:
23028: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23029: main/compile.y, main/compile_tools.h, main/execute.C,
23030: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23031: in expression compound($aa.zz.xx) names now can have minus '-' in
23032: name after '.'
23033:
23034: 2001-09-15 parser
23035:
23036: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23037: image: $line-width ^line(...)[**** style]
23038:
23039: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23040: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23041: pool_storage - cleanups first, allocations second. apache wisely
23042: does just like that
23043:
23044: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23045: rewritten using template, no bugs now
23046:
23047: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23048: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23049: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23050: poorly started isapi pool_storage, would rewrite using template
23051: now
23052:
23053: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23054: include/pa_stylesheet_connection.h, main/main.dsp,
23055: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23056: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23057: xalan objects freed up [introducing Pool::register_cleanup]
23058:
23059: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23060: comments
23061:
23062: 2001-09-14 parser
23063:
23064: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23065: z
23066:
23067: * src/: classes/dom.C, classes/file.C, classes/image.C,
23068: classes/mail.C, include/pa_common.h,
23069: include/pa_sql_driver_manager.h, include/pa_string.h,
23070: include/pa_stylesheet_connection.h,
23071: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23072: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23073: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23074: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23075: compiled&cached
23076:
23077: 2001-09-13 parser
23078:
23079: * src/: classes/dom.C, classes/file.C, classes/image.C,
23080: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23081:
23082: * src/classes/dom.C: dom:file content-type(.method)
23083:
23084: * src/: include/pa_common.h, include/pa_globals.h,
23085: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23086: string now more informative error messages
23087:
23088: * src/: include/pa_globals.h, include/pa_request.h,
23089: main/pa_request.C, targets/cgi/parser3.C,
23090: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23091: ParserSiteConfig .../parser3.conf
23092:
23093: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23094:
23095: 2001-09-12 parser
23096:
23097: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23098: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23099: precise error reporting: "connection string must start with
23100: protocol://" now
23101:
23102: * src/main/compile.tab.C: fixed - subname code parts actually []
23103: braced
23104:
23105: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23106: lexer on LS_USER level did [] matching without setting nestage,
23107: introduced special LS_NAME_SQUARE_PART state
23108:
23109: 2001-09-11 parser
23110:
23111: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23112: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23113: languages+=xml
23114:
23115: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23116:
23117: * src/classes/dom.C: ^dom:save/string/file[output options] output
23118: options: $.method[xml|html|text] detection fixed
23119:
23120: * src/types/pa_vdom.h: messages
23121:
23122: * src/classes/dom.C: ^dom:save/string/file[output options] output
23123: options: $.method[xml|html|text] detection fixed
23124:
23125: 2001-09-10 parser
23126:
23127: * src/classes/dom.C: ^dom:save/string/file[output options] output
23128: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23129:
23130: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23131: added]
23132:
23133: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23134: ^dom.xslt[stylesheet filename] 0
23135:
23136: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23137: ^dom.xslt[stylesheet filename] -1 doc is lying
23138:
23139: * src/classes/dom.C: ^dom.file[encoding] = file
23140:
23141: * src/classes/: dom.C: ^dom.string[encoding] 1
23142: ^dom.save[encoding;filename]
23143:
23144: * src/classes/dom.C: ^dom.string[] 0
23145:
23146: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23147:
23148: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23149: types/pa_vform.h: ^dom.save[b.xml] 0
23150:
23151: 2001-09-08 parser
23152:
23153: * src/types/pa_vform.C: $form:tables.name.field
23154:
23155: 2001-09-07 parser
23156:
23157: * src/classes/table.C: table:empty removed, superceded by ^if(def
23158: $table)...
23159:
23160: * src/targets/cgi/parser3.C: z
23161:
23162: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23163: from '' to int/double is 0]
23164:
23165: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23166: $table) is false when table is empty
23167:
23168: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23169: !$form:tables $atable[$form:tables.a]
23170: ^atable.menu{a=$atable.element}[,]
23171:
23172: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23173: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23174:
1.116 moko 23175: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23176: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23177: of dom
23178:
23179: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23180: types/pa_vform.C, types/pa_vform.h: z
23181:
23182: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23183: element [not last]
23184:
1.116 moko 23185: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23186: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23187:
23188: 2001-09-06 parser
23189:
23190: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23191: table with one column 'element' and two rows: 1 and 2
23192:
23193: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23194: table with one column 'element' and two rows: 1 and 2
23195:
23196: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23197: bad int/double conversions, and now $form:nonexistent.int(88)
23198: would return 88
23199:
23200: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23201: types/pa_vhash.h: now there's special hash key '_default'
23202: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23203: $._default[xx] ] $hash.c
23204:
23205: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23206: fixed [thanks, fif], ^; were treated there non-literally
23207:
23208: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23209: doxygen
23210:
23211: * src/: classes/image.C, classes/op.C, classes/string.C,
23212: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23213: types/pa_vtable.C: few #ifndef DOXYGEN
23214:
23215: 2001-09-05 parser
23216:
23217: * src/classes/: string.C, table.C: sql options can be void [same as
23218: image:html the other day]
23219:
23220: * src/targets/cgi/Makefile.am: .am undo
23221:
23222: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23223: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23224: macro expantion on param, simply qoutes whatever passed, undone
23225:
23226: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23227: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23228: STRINGIZE(name) #name invented
23229:
23230: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23231: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23232: MAIN_SQL_DRIVERS_NAME "drivers"
23233:
23234: moved to be availible to all users
23235:
23236: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23237: SQL_DRIVER_CREATE_FUNC_NAME
23238:
23239: * src/classes/mail.C: MAIN:MAIL check fixed
23240:
23241: 2001-09-04 parser
23242:
23243: * src/classes/image.C: image.html now can accept void params
23244:
23245: * src/targets/isapi/parser3isapi.C: z
23246:
23247: * src/targets/cgi/parser3.C: full_file_spec bug
23248:
23249: * src/targets/cgi/parser3.C: getenvcheck
23250:
23251: * src/targets/cgi/parser3.C: zz
23252:
23253: * src/targets/cgi/parser3.C: zzz
23254:
23255: * src/classes/date.C: date
23256:
23257: * src/classes/date.C: date:sql-string is now without ''
23258:
1.116 moko 23259: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23260: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23261: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23262:
1.116 moko 23263: * src/include/pa_config_auto.h.in: makes
1.95 moko 23264:
23265: 2001-09-03 parser
23266:
23267: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23268:
23269: 2001-09-01 parser
23270:
23271: * src/classes/image.C: letter_spacing
23272:
23273: * src/classes/image.C: image: font params changed
23274:
23275: * src/classes/image.C: image: as_int as_string used
23276:
23277: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23278: analized
23279:
23280: 2001-08-31 parser
23281:
23282: * src/targets/cgi/parser3.C: z
23283:
1.116 moko 23284: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23285: cygwin
1.95 moko 23286:
23287: * src/classes/void.C: void:int/double += (default)
23288:
23289: * src/classes/image.C: image:font added space param image:font
23290: changed charwidth alg, added kerning const[for now]
23291:
23292: * src/classes/: string.C, table.C: string:int/double (defaults)
23293:
23294: 2001-08-29 parser
23295:
23296: * src/main/pa_exception.C: exception redundant debug info
23297:
23298: 2001-08-28 parser
23299:
23300: * src/classes/image.C: image error msgs
23301:
23302: * src/classes/image.C: image: gifsize little endian
23303:
23304: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23305: doxygeneration
23306:
23307: * src/: classes/Makefile.am, main/Makefile.am,
23308: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23309:
23310: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23311: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23312:
23313: * src/main/compile.C: NO_STRING_ORIGIN check2
23314:
23315: * src/classes/table.C: NO_STRING_ORIGIN check
23316:
23317: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23318: storage class specifiers invalid in friend function declarations
23319:
23320: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23321: main/untaint.C, targets/cgi/parser3.C,
23322: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23323: case of limit
23324:
23325: * src/: classes/file.C, main/pa_common.C: file:move
23326: autocreate/remove dest/src dir
23327:
23328: * src/: classes/string.C, include/pa_dictionary.h,
23329: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23330: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23331: to directory constructor. string:replace
23332:
23333: 2001-08-27 parser
23334:
23335: * src/classes/image.C: fixed jpgsize alg
23336:
23337: * src/classes/image.C: fixed jpgsize alg
23338:
23339: * src/main/pa_exception.C: z
23340:
23341: * src/main/pa_common.C: removed debug info from pa_common
23342:
23343: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23344: [auto.p from current dir loading]
23345:
1.116 moko 23346: * src/: main/pa_common.C, main/pa_exception.C,
23347: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23348: for solaris -lsocket
1.95 moko 23349:
23350: 2001-08-24 parser
23351:
23352: * src/targets/cgi/parser3.C: not cgi extra \n 3
23353:
23354: * src/targets/cgi/parser3.C: not cgi extra \n 2
23355:
23356: * src/targets/cgi/parser3.C: not cgi extra \n
23357:
23358: * src/main/pa_sql_driver_manager.C: z
23359:
23360: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23361: sql* removed services from disconnect - cross-request ideological
23362: probs.
23363:
23364: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23365: cross-request ideological probs. oracle - fixed bug: cs
23366: allocated on request.pool and got freed before disconnect
23367:
23368: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23369: mallocs fixed
23370:
23371: 2001-08-23 parser
23372:
23373: * src/classes/file.C: minor bug in file:save fixed
23374:
23375: * src/main/pa_sql_driver_manager.C: oracle: dlink
23376:
23377: 2001-08-22 parser
23378:
23379: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23380: types/pa_vfile.h: file:load|save[text|binary;
23381:
23382: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23383:
23384: 2001-08-21 parser
23385:
23386: * src/classes/: file.C, table.C: ^file:list
23387:
23388: 2001-08-20 parser
23389:
23390: * src/: main/compile.tab.C, main/compile.y,
23391: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23392: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23393: recousively caused problems: inc incremeted 123 literal!! fixed
23394:
23395: 2001-08-10 parser
23396:
23397: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23398:
23399: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23400: added
23401:
23402: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23403: added
23404:
23405: * src/classes/table.C: table:sort restored [it was bad test :(]
23406:
23407: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23408: ''
23409:
23410: * src/main/: pa_request.C: wanted to make const int
23411: MAX_EXECUTE_SECONDS=1;
23412:
23413: but couldnt, set_callback_and_alarm appeared to be not exported
23414: :(
23415:
23416: * src/main/pa_string.C: string.match hanged on. there were a hang
23417: check but it weren't wise enough
23418:
23419: @parse[dateString][tmp]
23420: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23421: #end
23422:
23423: @main[] ^parse[2001-02-03]
23424:
23425: * src/classes/: table.C: table:sort now default desc
23426:
23427: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23428: table.sort now creates new sorted table
23429:
23430: 2001-08-09 parser
23431:
23432: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23433:
23434: * src/classes/hash.C: hash:_default now [was hash:default]
23435:
23436: * src/classes/op.C: case without switch check added
23437:
23438: * src/types/pa_vcookie.C: cookie name&value origins added, more
23439: precise $ORIGINS(1)
23440:
23441: * src/main/Makefile.am: .am
23442:
23443: * src/classes/void.C: void: int double copy/paste from int: bug
23444: fixed
23445:
23446: * src/classes/void.C: void: int double copy/paste from int: bug
23447: fixed
23448:
23449: 2001-08-07 parser
23450:
23451: * src/: classes/double.C, classes/int.C, classes/string.C,
23452: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23453: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23454: string, table
23455:
23456: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23457: srand made working
23458:
23459: 2001-08-06 parser
23460:
23461: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23462: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23463: main/compile.tab.C, main/compile.y, main/pa_array.C,
23464: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23465: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23466:
23467: * src/main/pa_exec.C: exec win32 real filename
23468:
23469: * src/classes/file.C: exec stderr out
23470:
23471: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23472:
23473: 2001-08-03 parser
23474:
23475: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23476:
23477: 2001-08-02 parser
23478:
23479: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23480: main/execute.C, main/pa_exec.C: introducing Array_iter
23481:
23482: * src/main/execute.C: detected quick_get recursion bug. changed to
23483: get@execute, but needs array iterator, separate from array to
23484: avoid it & use caching
23485:
23486: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23487: bug fixed
23488:
23489: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23490: main/execute.C, main/pa_globals.C: found another multithread bug
23491: in op.C (last, last global var killed) :)
23492:
23493: 2001-08-01 parser
23494:
23495: * src/: include/pa_dictionary.h, include/pa_globals.h,
23496: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23497: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23498: main/untaint.C: speeded up typo-html replacements. introducing
23499: Dictionary with first-char caching
23500:
23501: 2001-07-31 parser
23502:
23503: * src/types/Makefile.am: pa_vtable.C added to .am
23504:
23505: * src/main/compile.tab.C: added, so that could be compiled even on
23506: non-bison-enabled platforms
23507:
23508: 2001-07-28 parser
23509:
23510: * src/classes/table.C: table:hash always produces hash, when can't
23511: - empty
23512:
23513: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23514: skipped \n
23515:
23516: 2001-07-27 parser
23517:
23518: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23519: on int/double/string :sql without result and default
23520:
23521: 2001-07-26 parser
23522:
23523: * src/classes/op.C: fixed bad multithread bug with strangly global
23524: OP
23525:
23526: * src/main/compile.y: $man[$.age[zzz]] 0
23527:
23528: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23529: creation syntax problem persists. restored $: for a while.
23530: thinking of $man[$.age[zzz]] syntax now
23531:
23532: * src/: classes/double.C, classes/int.C, classes/string.C,
23533: include/pa_opcode.h, main/compile.C, main/compile.y,
23534: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23535: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23536: types/pa_wwrapper.h: fixing :: realization #1
23537:
23538: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23539: main/compile_tools.h, main/execute.C, main/pa_request.C,
23540: types/pa_vmethod_frame.h: introducing :: this is constructor call
23541: prefix. ordinary : remains for static accesses
23542:
23543: 2001-07-25 parser
23544:
23545: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23546: fields 2. methods 3. columns
23547:
23548: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23549: quote. optimized double&int tostring-s
23550:
23551: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23552: whitespace before first method decl
23553:
23554: * src/classes/table.C: allowed nontable result in table:sql,
23555: results in empty table
23556:
23557: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23558: lines before first method decl
23559:
23560: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23561: types/pa_vtable.h: ^table.record[] now $table.fields
23562:
23563: * src/main/compile.y: $var[] is now empty string, not void
23564:
23565: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23566: void
23567:
23568: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23569: main/pa_globals.C: match replace code context moved to implicit
23570: $match context
23571:
23572: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23573: main/compile_tools.h, main/execute.C: with killed, code storage
23574: introduced with former 'with' syntax
23575:
23576: 2001-07-24 parser
23577:
23578: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23579: types/pa_value.h: first get_element, next get operator
23580:
23581: * src/main/compile.y: removed @end handling
23582:
23583: * src/main/: compile.C, compile.y: @end handling method2
23584:
23585: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23586: file:move
23587:
23588: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23589: fixed
23590:
23591: 2001-07-23 parser
23592:
23593: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23594: driver
23595:
23596: * src/classes/hash.C: changed sql driver query interface
23597:
23598: * src/: classes/hash.C, classes/string.C, classes/table.C,
23599: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23600: changed sql driver query interface
23601:
23602: 2001-07-20 parser
23603:
23604: * src/types/pa_vrequest.C: X!$browser:type
23605:
23606: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23607: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23608: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23609: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23610: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23611: types/pa_vobject.h, types/pa_vrequest.C,
23612: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23613: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23614: BASE element globally removed
23615:
23616: 2001-07-18 parser
23617:
23618: * src/classes/file.C: file:exec/cgi msg
23619:
23620: * src/classes/file.C: $file:exit-code renamed to 'status'
23621:
23622: * src/: classes/file.C, main/pa_exec.C: file:exec
23623:
1.116 moko 23624: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23625: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23626: removed $id from *.in *.am
1.95 moko 23627:
23628: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23629: abbrevations
23630:
23631: * src/: classes/date.C, classes/mail.C, classes/math.C,
23632: classes/string.C, classes/table.C, include/pa_globals.h,
23633: include/pa_string.h, main/execute.C, main/pa_globals.C,
23634: main/pa_request.C, main/pa_string.C, main/untaint.C,
23635: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23636: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23637: $ORIGINS(1) output tracing mode
23638:
23639: 2001-07-13 parser
23640:
23641: * src/: classes/double.C, classes/int.C, classes/string.C,
23642: include/pa_request.h, main/execute.C, main/pa_request.C:
23643: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23644: second would not call first @auto
23645:
23646: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23647: wrong, fixed
23648:
23649: 2001-07-12 parser
23650:
23651: * src/types/pa_value.h: pa_value.putelement modification of system
23652: classes prevented
23653:
23654: 2001-07-11 parser
23655:
23656: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23657: table $piece
23658:
23659: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23660: types/pa_vstateless_class.h: $file created by file:state +=
23661: .atime .mtime .ctime +found&fixed bug with exceptions on
23662: get_junction-created objects [they were on wrong pool]
23663:
23664: 2001-07-09 parser
23665:
23666: * src/main/untaint.C: qp wrong name
23667:
23668: * src/: classes/date.C, classes/string.C, classes/table.C,
23669: main/compile.y: date format 0
23670:
23671: 2001-07-07 parser
23672:
23673: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23674: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23675: roll table calendar
23676:
23677: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23678: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23679: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23680: include/pa_request.h, main/main.dsp, types/pa_value.h,
23681: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23682: string. todo: sql, calendar
23683:
23684: 2001-07-06 parser
23685:
23686: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23687: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23688:
23689: 2001-07-03 parser
23690:
23691: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23692: classes/random.C, main/main.dsp: class random renamed to math,
23693: operators became methods
23694:
23695: * src/classes/op.C: pow sqrt
23696:
23697: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23698:
23699: 2001-07-02 parser
23700:
23701: * src/classes/table.C: ^table.columns column renamed from 'name' to
23702: 'column'
23703:
23704: * src/classes/hash.C: ^hash.keys[]
23705:
23706: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23707:
23708: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23709: 'strings'
23710:
23711: 2001-06-29 parser
23712:
23713: * src/main/: execute.C: /0 %0 checkes ver 2
23714:
23715: * src/main/execute.C: /0 %0 checke
23716:
23717: * src/classes/Makefile.am: nothing - void
23718:
23719: * src/classes/table.C: empty strings @ sql
23720:
23721: 2001-06-28 parser
23722:
23723: * src/: classes/double.C, classes/file.C, classes/form.C,
23724: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23725: classes/op.C, classes/random.C, classes/response.C,
23726: classes/string.C, classes/table.C, classes/void.C,
23727: main/compile.C, main/compile_tools.C, main/execute.C,
23728: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23729: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23730: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23731: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23732: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23733: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23734: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23735: $";
23736:
23737: * src/: classes/double.C, classes/file.C, classes/form.C,
23738: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23739: classes/op.C, classes/random.C, classes/response.C,
23740: classes/string.C, classes/table.C, classes/void.C,
23741: main/compile.C, main/compile.y, main/compile_tools.C,
23742: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23743: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23744: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23745: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23746: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23747: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23748:
23749: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23750: $class:name: == ${class:name}:
23751:
23752: * src/classes/string.C: exactly one
23753:
23754: 2001-06-27 parser
23755:
23756: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23757: types/pa_vvoid.h: nothing renamed to void
23758:
23759: * src/classes/op.C: ^switch ^case
23760:
23761: * src/main/compile.y: nothing renamed to void
23762:
23763: * src/: classes/hash.C, classes/table.C, main/compile.y,
23764: main/execute.C, main/main.dsp, main/pa_request.C,
23765: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23766: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23767: void
23768:
23769: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23770:
23771: 2001-05-28 parser
23772:
23773: * src/doc/html2chm.cmd: removed >a
23774:
23775: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23776: project options [some bugs]
23777:
23778: * src/doc/sources2html.cmd: z
23779:
23780: * src/: classes/classes.C, main/compile.C, main/compile.y,
23781: main/execute.C: operators are not in root class again
23782:
23783: 2001-05-24 parser
23784:
23785: * src/targets/cgi/parser3.dsp: project file
23786:
23787: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23788: ^log ^exp
23789:
23790: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23791: conversions in @exception[params]
23792:
23793: * src/main/pa_request.C: // no _ conversions in @exception[params]
23794:
23795: 2001-05-23 parser
23796:
23797: * src/main/pa_string.C: string cmp bug
23798:
23799: * src/classes/: mail.C, op.C: rem max 1000
23800:
23801: * src/: classes/op.C, main/compile.y: allow one empty line before
23802: LS_DEF_NAME
23803:
23804: 2001-05-22 parser
23805:
23806: * src/classes/op.C: if params code-required
23807:
23808: 2001-05-21 parser
23809:
23810: * src/types/pa_vstring.C: eoleof
23811:
23812: * src/classes/Makefile.am: .AM
23813:
23814: * src/classes/nothing.C: resultless ^sql moved to nothing:
23815:
23816: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23817:
23818: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23819: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23820: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23821: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23822: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23823: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23824: 'nothing'
23825:
23826: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23827: vstring::set_string
23828:
23829: * src/classes/: double.C, int.C, string.C: int,double;sql
23830:
23831: * src/: classes/hash.C, classes/int.C, classes/string.C,
23832: classes/table.C, include/pa_string.h, main/pa_string.C,
23833: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23834:
23835: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23836: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23837: hash:sql moved to main trunc. operators.txt updated
23838:
23839: * src/classes/: hash.C, op.C, table.C: hash:sql
23840:
23841: * src/classes/op.C: z
23842:
23843: * src/: main/compile.C, classes/classes.C: 1
23844:
23845: * src/: classes/classes.C, main/compile.C, main/compile.y,
23846: main/execute.C: 0
23847:
23848: * src/main/execute.C: z
23849:
23850: * src/targets/cgi/parser3.C: z
23851:
23852: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23853: site_auto_path "." in that case
23854:
23855: * src/targets/cgi/: parser3.C: z
23856:
23857: * src/main/pa_request.C: .am
23858:
23859: * src/: main/pa_request.C, targets/cgi/parser3.C:
23860: pcre_tables=pcre_default_tables;
23861:
23862: 2001-05-19 parser
23863:
23864: * src/main/pa_string.C: z
23865:
23866: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23867: introducing String::cstr_bufsize, returns just size+1 for as_is
23868: target.
23869:
23870: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23871: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23872: used, 4* mem wasted
23873:
23874: * src/classes/string.C: root context in match replace body now
23875: unchanged
23876:
23877: * src/types/pa_value.h: parameter # 1 based
23878:
23879: * src/main/pa_common.C: common: actual filename '%s'
23880:
23881: * src/classes/string.C: z
23882:
23883: * src/classes/Makefile.am: classes/.am
23884:
23885: * src/classes/: Makefile.am: classes/.am
23886:
23887: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23888: targets/cgi/pa_pool.C: classes/.am
23889:
23890: 2001-05-18 parser
23891:
1.116 moko 23892: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23893: pa_threads.C ins
1.95 moko 23894:
23895: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23896:
23897: 2001-05-17 parser
23898:
23899: * src/: classes/string.C, include/pa_config_fixed.h,
23900: include/pa_config_includes.h, main/compile.y,
23901: main/compile_tools.h, main/execute.C, main/pa_array.C,
23902: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23903: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23904: types/pa_vform.C: #include "pa_config_includes.h" removed from
23905: most .C
23906:
23907: * src/doc/html2chm.cmd: z
23908:
23909: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23910: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23911:
23912: * src/main/pa_sql_driver_manager.C: moved expiration to
23913: get_connection_from_cache
23914:
23915: * src/main/pa_sql_driver_manager.C: cache expiration bf
23916:
23917: * src/: classes/classes.h, include/pa_sql_connection.h,
23918: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23919: cache expiration[use SQL_Driver::disconnect]
23920:
23921: * src/main/pa_table.C: table.locate current restored on "not found"
23922:
23923: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23924: line no
23925:
23926: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23927: ANTI_ENDLESS_EXECUTE_RECOURSION
23928:
23929: * src/: classes/op.C, include/pa_sql_connection.h,
23930: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23931: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23932: 1driver and set_services fight for driver::fservices. before fix
23933:
23934: * src/: classes/op.C, include/pa_config_fixed.h,
23935: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23936: main/pa_sql_driver_manager.C: found problem at last: 2connections
23937: own 1driver and set_services fight for driver::fservices. before
23938: fix
23939:
23940: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23941: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23942: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23943: pa_threads.C
23944:
23945: * src/include/pa_threads.h: removed targets/parser
23946:
23947: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23948: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23949: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23950: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23951: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23952: headers
23953:
23954: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23955: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23956: order prevented sqlmanager to see MULTYTHREAD define
23957:
23958: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23959: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23960: put/gets
23961:
23962: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23963: from hash.h
23964:
23965: * src/: classes/op.C, include/pa_sql_connection.h,
23966: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23967: from cache ->set_services(&services);
23968:
23969: 2001-05-16 parser
23970:
23971: * src/targets/cgi/parser3.C: z
23972:
23973: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23974: debug, #ifdefed some. would debug later, on more precise sample
23975: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23976: $name.$tail[$tail!] $name.$tail } ok3
23977:
23978: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23979: removed array debug. before vstring rebasing
23980:
23981: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23982: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23983: array debugged; adjusted
23984:
23985: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23986: SQL_Driver_manager line no for connect/charset errors
23987:
23988: 2001-05-15 parser
23989:
23990: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23991: main/pa_string.C: string+array made linear grows
23992:
23993: * src/: include/pa_string.h, main/pa_string.C,
23994: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23995: grow lineary, not exponentialy
23996:
23997: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23998: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23999: with fullchunk cmps
24000:
24001: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24002: 70041= 81
24003:
24004: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24005: targets/cgi/parser3.C: detected huge mem allocation: size/times
24006: malloc 27809390/368771, calloc 3232/83. would test now
24007:
24008: * src/: classes/random.C, main/compile.y, main/execute.C,
24009: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24010: numbered params had wrong name - for instance: bad error message
24011: in ^for[] bad body type. fixed
24012:
24013: 2001-05-14 parser
24014:
24015: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24016: main/untaint.C: ^string.upper|lower[]
24017:
24018: 2001-05-11 parser
24019:
24020: * src/: classes/double.C, classes/image.C, classes/op.C,
24021: classes/string.C, classes/table.C, classes/unknown.C,
24022: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24023: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24024: types/pa_vunknown.h: op: MAX_LOOPS as_int
24025:
24026: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24027: .dsp for win32tools
24028:
24029: 2001-05-11 paf
24030:
24031: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24032: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24033: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24034: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24035:
24036: 2001-05-10 paf
24037:
24038: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24039: for C++, that's all
24040:
1.116 moko 24041: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24042: pa_config_includes.h: inline wonders
1.95 moko 24043:
24044: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24045: doc/doxygen.cmd: hash.C added
24046:
24047: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24048:
24049: * src/main/compile.y: @end grammar: allowed zero strings in control
24050: menthod
24051:
24052: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24053: pa_vstateless_object.h: changed priority: field before method
24054: lookup in vclass & vobject
24055:
24056: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24057: grammar: priorities changes [lowerd && prior] vobject: now first
24058: fields, next methods
24059:
24060: 2001-05-08 paf
24061:
24062: * src/main/pa_table.C: table columnname2item on nameless ignored
24063: bark=false. fixed
24064:
24065: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24066: types/pa_vmethod_frame.h: hash:default works at last!
24067:
24068: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24069: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24070: hash:default
24071:
24072: * src/classes/table.C: z
24073:
24074: * src/classes/table.C: table:hash always hash of hash now
24075:
24076: * src/classes/table.C: table:empty return bool now
24077:
24078: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24079: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24080: types/pa_vtable.h: table:hash
24081:
24082: * src/classes/table.C: table:record have name
24083:
24084: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24085: returns vunknown
24086:
24087: * src/classes/: double.C, int.C, op.C, string.C:
24088: int,double,string:int[] double[] string:length[] results now have
24089: hames
24090:
24091: * src/: classes/op.C, classes/table.C, main/main.dsp,
24092: types/pa_vtable.h: removed table:find. table:locate and op:eval
24093: now return bool
24094:
24095: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24096: in method checkparams again. fixed
24097:
24098: 2001-05-07 paf
24099:
24100: * src/doc/chm.cmd: cmd
24101:
24102: * src/: classes/image.C, classes/mail.C, classes/string.C,
24103: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24104: types/pa_value.h: method reported errors on wrong pool
24105:
24106: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24107: now
24108:
24109: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24110: include/code.h, include/pa_opcode.h, main/compile.C,
24111: main/compile_tools.h, main/execute.C, types/pa_value.h,
24112: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24113: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24114: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24115: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24116: types/pa_vmethod_frame.h, types/pa_vobject.h,
24117: types/pa_vrequest.h, types/pa_vresponse.h,
24118: types/pa_vstateless_class.h, types/pa_vstring.h,
24119: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24120: types/pa_wwrapper.h: pa_code.h
24121:
24122: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24123:
24124: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24125: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24126: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24127: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24128: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24129: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24130: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24131: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24132: types/pa_vtable.h: dox, split by not clean parts also
24133:
24134: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24135: types/pa_vtable.h: table: fields, then methods. so to enable
24136: 'dir' fields & co. more
24137:
24138: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24139: so to enable 'dir' fields & co.
24140:
24141: * src/main/compile.y: grammar: @end
24142:
24143: 2001-05-04 paf
24144:
24145: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24146: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24147:
24148: * src/: classes/classes.h, classes/double.C, classes/file.C,
24149: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24150: classes/op.C, classes/random.C, classes/response.C,
24151: classes/string.C, classes/table.C, classes/unknown.C,
24152: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24153: method dox
24154:
24155: 2001-05-03 paf
24156:
24157: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24158: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24159: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24160: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24161: doc/string.dox, doc/targets.dox, doc/value.dox,
24162: main/pa_request.C: dox splitted .dox files and added some
24163:
24164: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24165:
24166: 2001-05-02 paf
24167:
24168: * src/classes/: image.C, table.C: table:dir result are not tainted
24169: by file_name language now
24170:
24171: 2001-04-28 paf
24172:
24173: * src/classes/classes.inc: removed classes.inc
24174:
24175: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24176: from .am
24177:
24178: * src/classes/classes.awk: skipped classes in .awk
24179:
24180: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24181: classes/classes.inc, classes/double.C, classes/file.C,
24182: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24183: classes/string.C, classes/table.C, classes/unknown.C,
24184: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24185: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24186: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24187: pa_methoded back to classes/classes.h
24188:
24189: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24190:
24191: * src/: classes/Makefile.am, classes/classes.awk,
24192: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24193: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24194:
24195: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24196: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24197: classes/response.C, classes/string.C, classes/table.C,
24198: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24199: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24200: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24201: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24202: include|main/pa_methoded
24203:
24204: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24205: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24206:
24207: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24208: moved some configured data to request::classes_conf moved some
24209: string crations from globals to M... [works]
24210:
24211: * src/: classes/form.C, classes/mail.C, classes/op.C,
24212: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24213: main/pa_request.C: moved some configured data to
24214: request::classes_conf moved some string crations from globals to
24215: M...
24216:
24217: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24218: about to move configured data to special request hash
24219:
24220: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24221: classes/form.C, classes/mail.C, include/pa_request.h,
24222: main/pa_request.C: configure started
24223:
24224: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24225: 2. todo: methoded-configure
24226:
24227: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24228: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24229: classes/_random.h, classes/_response.h, classes/_string.h,
24230: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24231: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24232: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24233: classes/random.C, classes/response.C, classes/string.C,
24234: classes/table.C, classes/unknown.C, include/pa_globals.h,
24235: include/pa_request.h, main/compile.y, main/execute.C,
24236: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24237: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24238: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24239: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24240: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24241: types/pa_vrequest.h, types/pa_vresponse.h,
24242: types/pa_vstateless_class.h, types/pa_vstring.h,
24243: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24244: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24245: methoded-configure
24246:
24247: * src/: classes/file.C, classes/table.C, main/compile.y,
24248: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24249: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24250: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24251:
24252: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24253: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24254: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24255: classes/random.C, classes/response.C, classes/string.C,
24256: classes/table.C, classes/unknown.C, include/pa_request.h,
24257: main/compile.y, main/execute.C, main/pa_globals.C,
24258: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24259: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24260: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24261: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24262: beautifying just compiled. todo: debug, configure
24263:
24264: 2001-04-27 paf
24265:
24266: * src/: classes/file.C, classes/image.C, classes/table.C,
24267: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24268: beautifying -99
24269:
24270: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24271: classes/_response.h, classes/_unknown.h, classes/classes.C,
24272: classes/classes.h, classes/double.C, classes/file.C,
24273: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24274: classes/op.C, classes/random.C, classes/response.C,
24275: classes/string.C, include/pa_globals.h, main/main.dsp,
24276: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24277: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24278: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24279: types/pa_vunknown.h: beautifying -100
24280:
24281: * src/main/compile.y: serge@ found @CLASS bug. fixed
24282:
24283: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24284: classes/_op.h, classes/_random.h, classes/_table.h,
24285: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24286: classes/op.C, classes/random.C, classes/response.C,
24287: classes/string.C, classes/table.C, classes/unknown.C,
24288: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24289: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24290: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24291: beautifying
24292:
24293: 2001-04-26 paf
24294:
24295: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24296:
24297: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24298: documentation ++
24299:
24300: * src/: classes/_exec.h, doc/doxygen.cfg,
24301: include/pa_config_fixed.h, include/pa_config_includes.h,
24302: targets/cgi/pa_pool.C: code documentation ++
24303:
24304: * src/: classes/_image.h, classes/op.C, classes/random.C,
24305: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24306: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24307: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24308: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24309: types/pa_vmethod_frame.h, types/pa_vobject.h,
24310: types/pa_vrequest.C, types/pa_vrequest.h,
24311: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24312: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24313: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24314: code documentation ++
24315:
24316: * src/: classes/image.C, classes/mail.C, classes/string.C,
24317: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24318: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24319: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24320: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24321: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24322: types/pa_vobject.h, types/pa_vstateless_class.h,
24323: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24324:
24325: * src/main/: pa_request.C, pa_string.C: z
24326:
24327: * src/: include/pa_common.h, include/pa_types.h,
24328: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24329: connection caching fixed. request-pooled-url were stored into
24330: global connectioncache
24331:
24332: 2001-04-25 paf
24333:
24334: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24335: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24336:
24337: * src/: include/code.h, include/pa_common.h, main/compile.y,
24338: main/execute.C, main/pa_common.C: -d
24339:
24340: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24341: illegal call check a bit improved, but still under iis no mapping
24342: of dir with parser allowed!
24343:
24344: 2001-04-24 paf
24345:
24346: * src/targets/Makefile.am: apache module lib .am
24347:
24348: * src/main/pa_exec.C: windows32 buildCommand
24349:
24350: 2001-04-23 paf
24351:
24352: * src/targets/cgi/Makefile.am: win32 conditional
24353:
24354: * src/targets/cgi/Makefile.am: win32 conditional
24355:
24356: * src/targets/cgi/Makefile.am: liblink
24357:
24358: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24359: vfile fields return type
24360:
24361: * src/types/pa_vfile.h: vfile fields return type
24362:
24363: * src/include/pa_config_auto.h.in: .h.in
24364:
24365: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24366: types/Makefile: makefiles removed
24367:
24368: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24369: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24370:
24371: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24372: [tested: i & g ]
24373:
24374: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24375: @test noticed series in isapi, check how initialize_random_class
24376: is called! [must be called only once]
24377:
24378: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24379: would not be 'unknown column'
24380:
24381: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24382: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24383:
24384: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24385: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24386: [now doesnt]
24387:
24388: * src/targets/cgi/parser3.C: cgi cmdline ver
24389:
24390: * src/targets/cgi/parser3.C: cgi /// @test disable
24391: /cgi-bin/parser3/auto.p
24392:
24393: * src/main/untaint.C: untaint without charset
24394:
24395: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24396: main/pa_common.C: common: file_write /// @test mkdirs
24397: file_delete rmdirs
24398:
24399: * src/main/untaint.C: mail header only once to =?
24400:
24401: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24402: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24403: main/untaint.C: untaint - @test optimize whitespaces for
24404: all but 'html'
24405:
24406: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24407: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24408: main/untaint.C: untaint - @test mail-header
24409:
24410: 2001-04-20 paf
24411:
24412: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24413: include/pa_request.h, include/pa_string.h, main/compile.y,
24414: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24415: targets/cgi/parser3.C: $MAIN:LOCALE
24416:
24417: * src/main/untaint.C: z
24418:
24419: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24420:
24421: 2001-04-19 paf
24422:
24423: * src/main/compile_tools.h: $a$b bugfix
24424:
24425: * src/targets/cgi/parser3.C: z
24426:
24427: * src/classes/file.C: z
24428:
24429: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24430: done: header to $fields. waits for header '\' tricks
24431:
24432: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24433: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24434: changed urlencode here and in untaint.C to HTTP standard's " and
24435: \" mech
24436:
24437: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24438: http://alx/~paf/ doesnt load /auto.p
24439:
24440: 2001-04-18 paf
24441:
24442: * src/main/pa_request.C: 1
24443:
24444: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24445: linux @alx
24446:
24447: 2001-04-17 paf
24448:
24449: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24450: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24451: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24452: enabled
24453:
24454: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24455: classes/_exec.h, classes/_file.h, classes/_form.h,
24456: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24457: classes/_random.h, classes/_response.h, classes/_string.h,
24458: classes/_table.h, classes/_unknown.h, classes/file.C,
24459: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24460: include/pa_config_fixed.h, include/pa_config_includes.h,
24461: include/pa_hash.h, include/pa_sql_driver_manager.h,
24462: include/pa_version.h, main/Makefile.am, main/compile.y,
24463: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24464: main/pa_sql_driver_manager.C, sql/Makefile.am,
24465: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24466: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24467: types/pa_vform.C, types/pa_vimage.h: exec @jav
24468:
24469: * src/: include/pa_sql_driver_manager.h,
24470: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24471: types/pa_vimage.h: sql driver interface now has initialize(client
24472: .so)
24473:
24474: 2001-04-16 paf
24475:
24476: * src/Makefile.am: compile2 cygwin
24477:
24478: * src/: include/pa_config_includes.h, main/pa_exec.C,
24479: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24480:
24481: * src/targets/cgi/Makefile.am: compile0 jav
24482:
24483: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24484: classes/_exec.h, classes/_file.h, classes/_form.h,
24485: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24486: classes/_random.h, classes/_response.h, classes/_string.h,
24487: classes/_table.h, classes/_unknown.h, classes/image.C,
24488: classes/mail.C, classes/op.C, classes/random.C,
24489: include/pa_config_fixed.h, include/pa_config_includes.h,
24490: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24491: main/compile.y, main/pa_common.C, main/pa_exec.C,
24492: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24493: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24494: compile-1
24495:
24496: 2001-04-15 paf
24497:
24498: * src/classes/op.C: z
24499:
24500: * src/classes/table.C: table:empty +=process
24501:
24502: * src/types/pa_value.h: MethodParams !junction
24503:
24504: * src/: classes/_string.h, classes/double.C, classes/file.C,
24505: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24506: classes/random.C, classes/response.C, classes/string.C,
24507: classes/table.C, classes/unknown.C, main/pa_request.C:
24508: MethodParams everywhere
24509:
24510: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24511: types/pa_vmethod_frame.h: MethodParams in op.C
24512:
24513: 2001-04-12 paf
24514:
24515: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24516:
24517: * src/: classes/_unknown.h, classes/unknown.C,
24518: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24519: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24520:
24521: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24522:
24523: * src/classes/image.C: image:gif now does not have params
24524:
24525: * src/classes/image.C:
24526: image:line/fill/rectangle/bar/replace/polygon/polybar
24527:
24528: * src/: classes/image.C, classes/op.C, main/execute.C,
24529: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24530: for var now written not to r.wcontext, but to r.root cleared
24531: "entered_object" state
24532:
24533: 2001-04-11 paf
24534:
24535: * src/classes/image.C: image:create image:load
24536:
24537: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24538: just compiled
24539:
24540: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24541: todo: gif without file
24542:
24543: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24544: started porting to Pooled descendant
24545:
24546: * src/: classes/image.C, main/execute.C, main/main.dsp,
24547: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24548: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24549: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24550:
24551: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24552: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24553: end. switching to python imaging lib
24554:
24555: * src/main/main.dsp: gd+smtp made separate libs
24556:
24557: * src/: include/pa_globals.h, include/pa_string.h,
24558: main/pa_common.C, main/pa_request.C, main/untaint.C,
24559: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24560: length
24561:
24562: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24563: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24564: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24565: UL_FILE_NAME of posted file name
24566:
24567: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24568: post [broke when moved post read to core]
24569:
24570: 2001-04-10 paf
24571:
24572: * src/classes/image.C: image:html done
24573:
24574: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24575:
24576: * src/classes/image.C: z
24577:
24578: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24579: forgotten!
24580:
24581: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24582: main/pa_request.C, main/pa_string.C, main/untaint.C,
24583: types/pa_vimage.h: image:measure -90
24584:
24585: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24586: classes/_int.h, classes/_mail.h, classes/_op.h,
24587: classes/_random.h, classes/_response.h, classes/_string.h,
24588: classes/_table.h, classes/file.C, classes/mail.C,
24589: include/pa_common.h, include/pa_globals.h, main/execute.C,
24590: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24591: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24592: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24593: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24594: compiled
24595:
24596: * src/classes/mail.C: minor bug with unclear from/to
24597:
24598: * src/classes/mail.C: sendmail unix skipping defaults
24599:
24600: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24601: sendmail unix added defaults
24602:
24603: * src/classes/mail.C: unix sendmail compiled. todo:testing
24604:
24605: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24606:
24607: 2001-04-09 paf
24608:
24609: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24610: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24611: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24612: targets/isapi/parser3isapi.dsp: all targets exec
24613:
24614: * src/: include/pa_sapi.h, include/pa_string.h,
24615: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24616: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24617: args in apache:util.script
24618:
24619: * src/include/pa_string.h: written but not tested exec with env for
24620: unix
24621:
24622: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24623: targets/cgi/parser3.C: exec win32 env
24624:
24625: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24626: 0
24627:
24628: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24629: main/execute.C, main/main.dsp, main/pa_globals.C,
24630: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24631: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24632:
24633: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24634: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24635:
24636: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24637: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24638:
24639: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24640: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24641: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24642: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24643: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24644: exec class just compiled. moved post read to request core
24645:
24646: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24647: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24648: main/pa_globals.C, targets/cgi/parser3.C,
24649: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24650: are already read by vform
24651:
24652: 2001-04-08 paf
24653:
24654: * src/: classes/file.C, classes/mail.C, classes/string.C,
24655: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24656: uuencode. string<<
24657:
24658: 2001-04-07 paf
24659:
24660: * src/classes/mail.C: z
24661:
24662: * src/classes/mail.C: z
24663:
24664: * src/classes/mail.C: ^mail[$attach
24665:
24666: * src/classes/mail.C: ^attach dead end
24667:
24668: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24669: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24670: targets/isapi/parser3isapi.C: mail:send 1
24671:
24672: * src/: classes/mail.C, main/pa_request.C: z
24673:
24674: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24675: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24676: compiled
24677:
24678: * src/classes/mail.C: +=
24679:
24680: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24681: prepared
24682:
24683: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24684: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24685: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24686: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24687:
24688: 2001-04-06 paf
24689:
24690: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24691: main/pa_string.C: table:dir 1
24692:
24693: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24694: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24695:
24696: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24697: classes/root.C, include/pa_globals.h, include/pa_request.h,
24698: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24699: main/pa_request.C: renamed 'root' to 'op'
24700:
24701: * src/classes/: _op.h, op.C: renamed from 'root'
24702:
24703: * src/types/pa_valiased.C: another root inherititance skipped
24704:
24705: * src/main/: compile.C, compile.y, execute.C: operators are now not
24706: root methods of parent class. just 'ROOT' class
24707:
24708: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24709: @office
24710:
24711: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24712:
24713: 2001-04-05 paf
24714:
24715: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24716: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24717: constructor flag dropped at get_method_frame and remembered into
24718: method_frame
24719:
24720: * src/: classes/file.C, classes/root.C, classes/string.C,
24721: classes/table.C, main/pa_request.C: junction to code&expression
24722: in errors
24723:
24724: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24725: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24726: $LOCALE:ctype[Russian_Russia.1251]
24727:
24728: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24729: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24730: main/pa_table.C: hash now not thread-safe.
24731:
24732: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24733: main/untaint.C: z
24734:
24735: * src/: classes/random.C, classes/root.C, classes/table.C,
24736: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24737: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24738: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24739: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24740:
24741: * src/: classes/table.C, include/pa_sql_connection.h,
24742: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24743:
24744: * src/classes/table.C: select * from hren error contains statement
24745:
24746: * src/: classes/table.C, include/pa_sql_connection.h,
24747: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24748: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24749:
24750: * src/: classes/root.C, include/pa_sql_connection.h,
24751: include/pa_sql_driver.h, main/main.dsp,
24752: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24753: services for conv memory & error reporting
24754:
24755: 2001-04-04 paf
24756:
24757: * src/doc/doxygen.cfg: z
24758:
24759: * src/include/pa_sql_driver.h: mysql connect
24760:
24761: * src/include/pa_sql_driver.h: mysql info
24762:
24763: * src/: classes/root.C, include/pa_sql_driver.h,
24764: include/pa_sql_driver_manager.h, main/main.dsp,
24765: main/pa_sql_driver_manager.C: more manager&connection&driver
24766:
24767: * src/sql/Makefile.am: forgot to add mysql client
24768:
24769: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24770: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24771: [forgot to add libltdl, added]
24772:
24773: * src/: Makefile.am, classes/root.C, classes/string.C,
24774: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24775: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24776: include/pa_string.h, include/pa_table.h, main/main.dsp,
24777: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24778: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24779: -1000 just compiled
24780:
24781: * src/: classes/random.C, classes/root.C, classes/table.C,
24782: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24783: main/pa_request.C, types/pa_vclass.h: sql frame -10
24784:
24785: 2001-04-03 paf
24786:
24787: * src/types/pa_vform.C: z
24788:
24789: * src/: classes/string.C, types/pa_vform.C: string:match replace
24790: assigned lang
24791:
24792: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24793: {}[]< empty []
24794:
24795: * src/: classes/file.C, classes/string.C, classes/table.C,
24796: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24797: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24798:
24799: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24800: string:match replace strange matches
24801:
24802: * src/classes/string.C: string:match replace 0
24803:
24804: * src/: classes/string.C, main/pa_string.C: string:match replace
24805: prepared 2
24806:
24807: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24808: string:match replace prepared
24809:
24810: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24811: string:match replace -11
24812:
24813: * src/: classes/string.C, include/pa_globals.h,
24814: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24815: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24816:
24817: * src/: classes/string.C, include/pa_globals.h,
24818: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24819: main/pa_string.C: string:match [search] -1 just compiled
24820:
24821: * src/types/pa_vstring.C: z
24822:
24823: * src/: classes/double.C, classes/file.C, classes/form.C,
24824: classes/int.C, classes/response.C, classes/root.C,
24825: classes/string.C, classes/table.C, include/pa_string.h,
24826: main/pa_string.C: string:match -10 [frame]
24827:
24828: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24829: main/pa_request.C: z
24830:
24831: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24832: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24833: todo/tests
24834:
24835: * src/include/pa_common.h: z
24836:
24837: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24838: main/pa_request.C, targets/cgi/parser3.C,
24839: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24840: content-disposition
24841:
24842: * src/: include/pa_common.h, include/pa_globals.h,
24843: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24844: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24845:
24846: * src/: include/pa_common.h, include/pa_request.h,
24847: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24848: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24849: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24850: response:body
24851:
24852: * src/classes/table.C: table:append now uses string::split
24853:
24854: * src/classes/table.C: z
24855:
24856: * src/: classes/file.C, classes/root.C, classes/string.C,
24857: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24858: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24859: include/pa_string.h, main/execute.C, main/pa_string.C,
24860: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24861: string::pos & cmp & piece bugs fixed. string::split new
24862: table:load separated from set table:set implemented with clean \n
24863: \t searches
24864:
24865: 2001-04-02 paf
24866:
24867: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24868: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24869: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24870: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24871: it in table:set/load
24872:
24873: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24874: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24875:
24876: * src/classes/random.C: random:generate 1
24877:
24878: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24879: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24880: types/pa_value.h: random:generate
24881:
24882: 2001-03-30 paf
24883:
24884: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24885: todo: table flip and append. string::pos
24886:
24887: * src/: classes/double.C, classes/file.C, classes/int.C,
24888: classes/response.C, classes/root.C, classes/string.C,
24889: classes/table.C, main/compile.y, main/execute.C,
24890: types/pa_value.h, types/pa_vstateless_class.C,
24891: types/pa_vstateless_class.h: static|dynamic|any method
24892: registration
24893:
24894: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24895: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24896: table:flip
24897:
24898: 2001-03-29 paf
24899:
24900: * src/classes/string.C: string:xsplit forgot that they must result
24901: in 1 row N column [not vice versa]
24902:
24903: * src/classes/string.C: z
24904:
24905: * src/classes/string.C: string: rsplit
24906:
24907: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24908: string: lsplit
24909:
24910: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24911: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24912: lsplit -1
24913:
24914: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24915: string: pos
24916:
24917: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24918: string: pos -1
24919:
24920: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24921: main/compile.y, main/pa_request.C, main/pa_string.C,
24922: main/untaint.C: string: left right mid
24923:
24924: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24925: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24926: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24927: and [;] are different now.
24928:
24929: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24930: main/untaint.C: pool.request undone
24931:
24932: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24933: main/untaint.C: pool.request
24934:
24935: 2001-03-28 paf
24936:
24937: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24938: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24939: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24940: $request:browser [.type .version]; unknown.get_double now = 0.
24941:
24942: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24943: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24944: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24945: types/pa_vform.C: file:load autodetection of mime-type by
24946: user-file-name
24947:
24948: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24949: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24950: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24951:
24952: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24953: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24954: write. must be self.set
24955:
24956: * src/: classes/file.C, classes/root.C, classes/table.C,
24957: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24958:
24959: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24960: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24961: types/pa_vtable.h: table:locate just compiled
24962:
24963: 2001-03-27 paf
24964:
24965: * src/main/: execute.C, pa_common.C: fixed r/w context of
24966: code-params2, fixed ntfs hardlink slow dir update
24967:
24968: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24969: types/pa_wcontext.h: fixed r/w context of code-params
24970:
24971: * src/: classes/table.C, main/execute.C: about to change junction
24972: rcontext!!
24973:
24974: * src/: classes/double.C, classes/int.C, classes/root.C,
24975: classes/string.C, classes/table.C, main/compile_tools.C,
24976: main/execute.C, main/pa_request.C, main/untaint.C,
24977: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24978: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24979: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24980: types/pa_vunknown.h: sort 0
24981:
24982: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24983: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24984: renamed to are_static_calls_disabled
24985:
24986: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24987: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24988: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24989: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24990:
24991: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24992:
24993: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24994: started table:sort fixed minor bug in #...^{
24995:
24996: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24997: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24998: decided to have as it were. stepped back. grammar: added 'in'
24999: 'is' 'lt'&co follow-space check
25000:
25001: 2001-03-26 paf
25002:
25003: * src/: classes/file.C, classes/root.C, classes/table.C,
25004: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25005: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25006: main/pa_table.C: moved ::save to pa_table. disabled @auto
25007: invocation in ^process
25008:
25009: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25010:
25011: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25012: main/pa_array.C: table:record
25013:
25014: * src/: main/untaint.C, targets/cgi/parser3.C,
25015: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25016: targets/isapi/pool_storage.h, types/pa_valiased.h,
25017: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25018: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25019: types/pa_vtable.h: z
25020:
25021: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25022: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25023: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25024: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25025: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25026: method realisations on 'self' validity - they now can simply
25027: assume that 'self' is V{Proper} .
25028:
25029: 2001-03-25 paf
25030:
25031: * src/main/untaint.C: z
25032:
25033: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25034: lowlevel - it initialization could be skipped if failed in @auto.
25035: so that exception report would use some table
25036:
25037: * src/main/pa_request.C: table empty lines ignored. system-default
25038: content type assigned in output:result [can fail in main:auto and
25039: skipped normal defaults extraction]
25040:
25041: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25042: bug
25043:
25044: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25045: processing to table [except preliminary \r\n \r \n replacements
25046: to "\n"]
25047:
25048: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25049: move all the processing to table
25050:
25051: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25052: main/pa_table.C, main/untaint.C: returned table originating.
25053: useful for reporting typo table problems origin. think would be
25054: useful somewhere else
25055:
25056: * src/main/untaint.C: typo \r \r\n \n properly handled
25057:
25058: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25059: include/pa_table.h, main/compile.y, main/compile_tools.C,
25060: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25061: main/pa_string.C, main/pa_table.C, main/untaint.C,
25062: types/pa_vcookie.h: typo & typo-default
25063:
25064: 2001-03-24 paf
25065:
25066: * src/main/pa_common.C: z
25067:
25068: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25069: targets/cgi/parser3.C: html-typo 2
25070:
25071: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25072: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25073: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25074: main/execute.C, main/pa_array.C, main/pa_globals.C,
25075: main/pa_request.C, main/pa_string.C, main/untaint.C,
25076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25077: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25078: noticed double default content-type prob. run cgi.cmd tomorrow
25079: first html-typo sample. detected << problem: they become ltlt too
25080: fast
25081:
25082: * src/main/compile.y: z
25083:
25084: * src/main/: compile.y, compile_tools.h: #comment
25085:
25086: * src/: classes/file.C, classes/root.C, classes/table.C,
25087: include/pa_common.h, include/pa_request.h, main/compile.y,
25088: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25089: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25090: stringified
25091:
25092: * src/types/pa_valiased.C: decided to String-ify file_read
25093:
25094: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25095: isapi/parser3isapi.dsp: cgi: sapi::log
25096:
25097: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25098: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25099: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25100: error log experiments failed - cgi under iis got no access to
25101: log. registereventsource simply failed with 5(illegal call) code,
25102: while worked OK as standalone executable. isapi: used
25103: HSE_APPEND_LOG_PARAMETER feature
25104:
25105: * src/: include/pa_common.h, include/pa_globals.h,
25106: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25107: targets/isapi/parser3isapi.C: fixed default content-type
25108: allocation storage
25109:
25110: * src/: include/pa_globals.h, include/pa_request.h,
25111: main/pa_globals.C, main/pa_request.C: z
25112:
25113: * src/: include/pa_array.h, include/pa_hash.h,
25114: include/pa_request.h, main/compile.y, main/pa_array.C,
25115: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25116: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25117: content-type
25118:
25119: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25120: sanity
25121:
25122: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25123: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25124: away freeze mech. no danger now for you can't do
25125: ^request:process[@new-method[] body] trick anymore. still
25126: remains $some_instance.process[@new-method[] possibility] but
25127: would leave it as a feature. see index for sample
25128:
25129: * src/: include/pa_common.h, main/pa_common.C,
25130: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25131: monkey every target
25132:
25133: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25134: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25135: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25136:
25137: 2001-03-23 paf
25138:
25139: * src/: include/pa_pool.h, main/pa_request.C,
25140: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25141: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25142: targets/isapi/pool_storage.h: isapi: dumb pool storage
25143:
25144: * src/targets/isapi/pa_pool.C: decided to continue with extension
25145:
25146: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25147: it would be better to rewrite as filter then to deal with pool
25148:
25149: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25150: now like in cgi, not from APPL_PHYSICAL_PATH
25151:
25152: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25153: include/pa_config_fixed.h, include/pa_config_includes.h,
25154: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25155: include/pa_version.h, main/compile.y, main/execute.C,
25156: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25157: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25158: main/untaint.C, targets/cgi/parser3.C,
25159: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25160: cgi: reinvent document_root and request_uri under iis. autoconf
25161: updated. introducing ap_config_includes
25162:
25163: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25164:
25165: * src/targets/cgi/parser3.C: cgi: only one pool now
25166:
25167: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25168: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25169: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25170: types/pa_venv.h, types/pa_vform.C: sapi made object
25171:
25172: * src/: include/pa_globals.h, main/pa_request.C,
25173: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25174: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25175: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25176:
25177: * src/: main/pa_request.C, targets/cgi/parser3.C,
25178: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25179: isapi minor env beauty
25180:
25181: * src/: main/pa_request.C, targets/cgi/parser3.C,
25182: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25183: isapi document_root 0
25184:
25185: 2001-03-22 paf
25186:
25187: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25188:
25189: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25190: isapi/parser3isapi.C: z
25191:
25192: * src/: include/pa_pool.h, main/pa_request.C,
25193: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25194:
25195: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25196: kill.pl: isapi added utils
25197:
25198: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25199: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25200: types/pa_vform.C: isapi 0
25201:
25202: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25203: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25204: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25205: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25206: started isapi
25207:
25208: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25209: some comments
25210:
25211: * src/: include/pa_globals.h, include/pa_request.h,
25212: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25213: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25214: parser_root_auto_path parser_site_auto_path
25215:
25216: * src/types/pa_vcookie.C: cookie attr decoded
25217:
25218: 2001-03-21 paf
25219:
25220: * src/targets/cgi/parser3.C: z
25221:
25222: * src/include/pa_globals.h: post. todo: config of auto.p path
25223:
25224: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25225: types/pa_venv.h: in cookie & env. todo:post
25226:
25227: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25228: classes/root.C, classes/table.C, include/pa_array.h,
25229: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25230: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25231: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25232: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25233: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25234: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25235: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25236: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25237: shifted apache branch on main trunc
25238:
25239: * src/: include/pa_common.h, include/pa_globals.h,
25240: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25241: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25242: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25243: starting mod_parser3
25244:
25245: * src/targets/cgi/parser3.C: starting mod_parser3
25246:
25247: 2001-03-20 paf
25248:
25249: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25250: targets/cgi/parser3.C: automake compiled and works. todo:make
25251: win32 ifdefs work and add ifdef unistd
25252:
25253: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25254: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25255: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25256: z
25257:
25258: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25259: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25260: locking
25261:
25262: * src/: classes/Makefile.am, types/Makefile.am: z
25263:
25264: * src/: Makefile.am, classes/file.C, classes/root.C,
25265: classes/table.C, include/pa_array.h, include/pa_request.h,
25266: include/pa_string.h, main/Makefile.am, main/execute.C,
25267: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25268: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25269: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25270: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25271:
25272: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25273: main/pa_request.C, types/pa_vfile.h: ^table:save
25274:
25275: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25276: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25277: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25278: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25279: types/pa_vform.h: z
25280:
25281: * src/include/pa_string.h: z
25282:
25283: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25284: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25285: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25286: :Value
25287:
25288: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25289: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25290: :VStateless_object
25291:
25292: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25293: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25294: :VStateless_object
25295:
25296: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25297: types/pa_valiased.C, types/pa_vform.h: commented VForm
25298:
25299: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25300: types/pa_valiased.h, types/pa_value.h,
25301: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25302: types/pa_vstateless_object.h: moved common get_element part from
25303: stateless object&class into VAliased
25304:
25305: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25306: classes/table.C, main/execute.C, main/main.dsp,
25307: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25308: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25309: now :Value
25310:
25311: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25312: main/execute.C, main/main.dsp, main/pa_globals.C,
25313: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25314:
25315: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25316: doxx
25317:
25318: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25319: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25320: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25321: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25322: and ^file:save
25323:
25324: 2001-03-19 paf
25325:
25326: * src/types/pa_vfile.C: z
25327:
25328: * src/: classes/file.C, classes/request.C, classes/table.C,
25329: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25330: main/pa_request.C, main/untaint.C, types/pa_value.h,
25331: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25332:
25333: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25334: include/pa_string.h, include/pa_table.h, main/main.dsp,
25335: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25336: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25337: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25338: classes/_file.h, classes/file.C, types/pa_vfile.C,
25339: types/pa_vfile.h: file class just compiled
25340:
25341: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25342: include/pa_table.h, include/pa_types.h, main/execute.C,
25343: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25344: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25345: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25346:
25347: * src/include/pa_pool.h: z
25348:
25349: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25350: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25351: Hash::Value to Val so to doxygen would finlly stop confusing
25352: those Value-s
25353:
25354: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25355: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25356: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25357: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25358: include/pa_types.h, main/compile.C, main/compile.y,
25359: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25360: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25361: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25362: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25363: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25364:
25365: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25366: derivates somehow unlinked. don't know why yet
25367:
25368: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25369: include/pa_string.h, include/pa_threads.h, main/compile.C,
25370: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25371: main/execute.C, main/pa_array.C, main/pa_common.C,
25372: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25373: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25374: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25375:
25376: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25377: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25378: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25379: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25380: types/pa_vrequest.h: doc: detected Value derivates prob
25381:
25382: * src/include/pa_globals.h: z
25383:
25384: * src/: classes/_request.h, classes/request.C, include/code.h,
25385: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25386: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25387: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25388: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25389: main/execute.C, main/pa_pool.C, main/pa_request.C,
25390: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25391: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25392:
25393: 2001-03-18 paf
25394:
25395: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25396: cookie: allowed access to hash-assigned
25397:
25398: * src/targets/cgi/parser3.C: z
25399:
25400: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25401: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25402: include/pa_types.h, main/main.dsp, main/pa_common.C,
25403: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25404: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25405: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25406: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25407: types/pa_vunknown.h: cookie class
25408:
25409: * src/main/pa_request.C: zero length output allowed
25410:
25411: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25412: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25413:
25414: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25415: lang switch
25416:
25417: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25418: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25419: types/pa_value.h, types/pa_vhash.h:
25420: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25421:
25422: * src/main/execute.C: z
25423:
25424: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25425: targets/cgi/parser3.C: taint[uri
25426:
25427: * src/: classes/request.C, classes/response.C, classes/root.C,
25428: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25429: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25430: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25431:
25432: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25433: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25434: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25435: types/pa_vstateless_class.C: convinient string(pool, char *src,
25436: bool tainted) ctor
25437:
25438: * src/: include/pa_hash.h, include/pa_request.h,
25439: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25440: main/pa_request.C, main/pa_string.C, main/untaint.C,
25441: targets/cgi/parser3.C: proper @exceptions params tainting
25442:
25443: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25444: response fields to header
25445:
25446: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25447: z
25448:
25449: * src/: classes/_response.h, classes/response.C,
25450: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25451: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25452: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25453: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25454: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25455: $response: 0 request::core exception rethrow
25456:
25457: 2001-03-16 paf
25458:
25459: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25460: types/pa_vrequest.h: native method' class call with less params
25461: then needed error reporting
25462:
25463: * src/: classes/_request.h, classes/request.C,
25464: include/pa_globals.h, include/pa_request.h, main/execute.C,
25465: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25466: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25467: types/pa_vrequest.h: $request : query :uri
25468:
25469: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25470: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25471: types/pa_wcontext.h: $result
25472:
25473: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25474:
25475: * src/: classes/double.C, include/code.h, main/compile.y,
25476: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25477: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25478:
25479: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25480: main/compile.y, main/execute.C, types/pa_value.h,
25481: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25482: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25483: wcontext conflict
25484:
25485: * src/: main/execute.C, types/pa_value.h,
25486: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25487: $string.field
25488:
25489: 2001-03-15 paf
25490:
25491: * src/main/pa_request.C: news sample
25492:
25493: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25494: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25495:
25496: * src/main/: compile.y, execute.C: z
25497:
25498: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25499: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25500: pre pre works
25501:
25502: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25503: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25504: fillfields just compiled
25505:
25506: 2001-03-14 paf
25507:
25508: * src/: include/pa_request.h, main/pa_request.C,
25509: targets/cgi/parser3.C: z
25510:
25511: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25512: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25513: types/pa_vstring.h: limits -1
25514:
25515: * src/: include/pa_globals.h, include/pa_request.h,
25516: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25517: main/pa_request.C, targets/cgi/parser3.C,
25518: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25519: request_info -1
25520:
25521: * src/: include/pa_globals.h, main/pa_globals.C,
25522: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25523: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25524: vform_fields_fill
25525:
25526: * src/targets/cgi/parser3.C: # if MSVC
25527:
25528: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25529: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25530:
25531: * src/targets/cgi/parser3.C: z
25532:
25533: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25534: include/pa_string.h, include/pa_types.h, main/compile.y,
25535: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25536: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25537: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25538: types/pa_vunknown.h: global handler, exceptions in parser3
25539:
25540: 2001-03-13 paf
25541:
25542: * src/: classes/form.C, main/compile.y, main/core.C,
25543: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25544: types/pa_vform.h, types/pa_vstateless_class.C,
25545: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25546: instead
25547:
25548: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25549: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25550: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25551: started cgi target
25552:
25553: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25554: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25555: before error show with parser
25556:
25557: * src/: classes/_form.h, classes/form.C, include/core.h,
25558: include/pa_request.h, main/core.C, main/pa_request.C,
25559: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25560:
25561: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25562:
25563: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25564: parser3.C: renamed targets/ parser to cgi
25565:
25566: * src/: classes/double.C, classes/env.C, classes/int.C,
25567: classes/root.C, classes/string.C, classes/table.C,
25568: include/pa_request.h, types/pa_vhash.h: z
25569:
25570: * src/: classes/_env.h, classes/env.C, classes/root.C,
25571: include/core.h, include/pa_pool.h, include/pa_request.h,
25572: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25573: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25574: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25575: [historical moment :)]
25576:
25577: * src/: include/code.h, include/pa_string.h, main/compile.y,
25578: main/execute.C, main/pa_string.C: 'value is type' expr operator
25579:
25580: * src/types/pa_venv.h: $ENV 1
25581:
25582: * src/main/execute.C: z
25583:
25584: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25585: future methods of ENV constructor if
25586:
25587: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25588: class
25589:
25590: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25591: classes/_root.h, classes/_string.h, classes/_table.h,
25592: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25593: classes/string.C, classes/table.C, include/pa_request.h,
25594: main/compile.C, main/compile_tools.h, main/core.C,
25595: main/execute.C, main/main.dsp, main/pa_request.C,
25596: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25597: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25598: types/pa_vobject.h, types/pa_vstateless_class.C,
25599: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25600: types/pa_wcontext.h: $ENV: re 0, stateless classes
25601:
25602: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25603: classes/_root.h, classes/_string.h, classes/_table.h,
25604: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25605: classes/string.C, classes/table.C, include/pa_request.h,
25606: main/compile.C, main/compile_tools.h, main/core.C,
25607: main/execute.C, main/main.dsp, main/pa_request.C,
25608: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25609: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25610: types/pa_vobject.h, types/pa_vstateless_class.C,
25611: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25612: types/pa_wcontext.h: $ENV: re 0, stateless classes
25613:
25614: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25615: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25616: yesterdays bad decision on execute_static_method
25617:
25618: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25619:
25620: * src/: classes/double.C, classes/int.C, classes/root.C,
25621: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25622:
25623: * src/main/pa_request.C: z
25624:
25625: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25626: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25627:
25628: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25629: include/pa_pool.h, main/pa_request.C:
25630: restructure_exceptions_dead_end
25631:
25632: * src/: classes/root.C, main/compile.y: ^if required junctions.
25633: allowed ; inside {} to break params
25634:
25635: * src/classes/root.C: ^eval
25636:
25637: * src/: classes/_string.h, classes/double.C, classes/int.C,
25638: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25639: string ^format
25640:
25641: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25642: 'bad' but not 'enough'
25643:
25644: * src/: classes/double.C, classes/root.C, classes/table.C,
25645: include/pa_common.h, include/pa_types.h, main/compile.y,
25646: main/pa_common.C, main/pa_request.C, main/untaint.C,
25647: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25648: types/pa_wwrapper.h: think constructing flag as is is bad
25649:
25650: * src/: classes/double.C, classes/int.C, classes/root.C,
25651: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25652: types/pa_vint.h: ^for
25653:
25654: 2001-03-12 paf
25655:
25656: * src/classes/table.C: table ^empty
25657:
25658: * src/: classes/table.C, include/pa_table.h: table ^menu
25659:
25660: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25661: ^offset ^line ^count
25662:
25663: * src/classes/root.C: ^round() ^floor() ^ceiling()
25664: ^abs() ^sign()
25665:
25666: * src/classes/: root.C, table.C: ^use
25667:
25668: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25669: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25670: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25671: ^while. switched off wcontext.constructing after write(value) or
25672: auto-vhash-constructing
25673:
25674: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25675: main/pa_request.C: fail_if_junction_ helper func
25676:
25677: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25678: include/pa_request.h, main/execute.C, main/main.dsp,
25679: main/pa_common.C, main/pa_request.C: ^process error point by
25680: actual method_name, not source. ^load
25681:
25682: * src/types/pa_vtable.h: table: no, better with string in cells...
25683:
25684: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25685: classes/_table.h, classes/table.C, main/untaint.C: z
25686:
25687: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25688: include/pa_table.h, main/core.C, main/execute.C,
25689: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25690: types/pa_value.h: table:set 0
25691:
25692: * src/: classes/root.C, include/core.h, include/pa_array.h,
25693: include/pa_request.h, include/pa_table.h, main/core.C,
25694: main/main.dsp, main/pa_request.C, main/pa_table.C,
25695: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25696: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25697: types/pa_vstring.h: freeze, ^table:create[] -1
25698:
25699: * src/: classes/root.C, types/pa_value.h: z
25700:
25701: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25702: get_method in couple places optimizing them
25703:
25704: * src/classes/root.C: z
25705:
25706: * src/: classes/root.C, types/pa_vclass.h: process temp main
25707: zeroing
25708:
25709: * src/: classes/double.C, classes/int.C, classes/root.C,
25710: classes/string.C, include/pa_common.h, include/pa_request.h,
25711: include/pa_string.h, include/pa_types.h, main/compile.C,
25712: main/compile.y, main/compile_tools.h, main/execute.C,
25713: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25714: types/pa_vmframe.h: ^process. actual names to store param and
25715: check_actual_numbered_params for better place diagnostics
25716:
25717: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25718: method-junctions bug fixed
25719:
25720: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25721: pa_vstateless_object.h, pa_vstring.h: stateless_object
25722:
25723: 2001-03-11 paf
25724:
25725: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25726: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25727: VDouble VInt base now VObject_base - without fields
25728:
25729: * src/: classes/root.C, include/core.h, main/core.C: z
25730:
25731: * src/: classes/double.C, classes/int.C, classes/root.C,
25732: classes/string.C, include/core.h, include/pa_hash.h,
25733: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25734: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25735:
25736: * src/: classes/double.C, classes/int.C, classes/root.C,
25737: include/pa_request.h, main/execute.C: intercept_string
25738:
25739: * src/: classes/double.C, classes/int.C, classes/root.C,
25740: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25741:
25742: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25743: ^inc-s(expr)
25744:
25745: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25746: classes/_root.h, classes/_string.h, classes/double.C,
25747: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25748: include/code.h, include/core.h, include/pa_array.h,
25749: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25750: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25751: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25752: include/pa_types.h, main/compile.C, main/compile.y,
25753: main/compile_tools.C, main/compile_tools.h, main/core.C,
25754: main/execute.C, main/pa_array.C, main/pa_common.C,
25755: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25756: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25757: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25758: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25759: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25760: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25761: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25762: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25763:
25764: * src/: main/pa_request.C, types/pa_vhash.h: z
25765:
25766: * src/: include/core.h, include/pa_request.h, main/core.C,
25767: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25768:
25769: * src/: include/pa_valiased.h, include/pa_value.h,
25770: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25771: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25772: include/pa_vjunction.h, include/pa_vmframe.h,
25773: include/pa_vobject.h, include/pa_vstring.h,
25774: include/pa_vunknown.h, include/pa_wcontext.h,
25775: include/pa_wwrapper.h, main/compile.y, main/core.C,
25776: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25777: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25778: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25779: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25780: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25781: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25782: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25783: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25784: include/
25785:
25786: 2001-03-10 paf
25787:
25788: * src/: include/core.h, include/pa_request.h, main/core.C,
25789: main/pa_request.C: run+auto=run
25790:
25791: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25792:
25793: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25794: classes/_root.h, classes/_string.h, classes/double.C,
25795: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25796: include/code.h, include/core.h, include/pa_array.h,
25797: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25798: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25799: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25800: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25801: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25802: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25803: include/pa_vjunction.h, include/pa_vmframe.h,
25804: include/pa_vobject.h, include/pa_vstring.h,
25805: include/pa_vunknown.h, include/pa_wcontext.h,
25806: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25807: main/compile_tools.C, main/compile_tools.h, main/core.C,
25808: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25809: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25810: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25811: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25812: main/pa_wcontext.C: sources header
25813:
25814: * src/main/pa_request.C: auto..
25815:
25816: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25817: main/pa_request.C: auto tree0
25818:
25819: * src/: include/core.h, include/pa_request.h, main/compile.y,
25820: main/core.C, main/pa_request.C: names to core.C
25821:
25822: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25823: include/pa_request.h, main/core.C, main/execute.C,
25824: main/pa_common.C, main/pa_request.C: root auto.p loaded
25825:
25826: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25827: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25828: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25829: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25830:
25831: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25832: @auto[] realised. auto.p scan togo
25833:
25834: * src/: include/pa_request.h, main/execute.C: autocalc
25835: code-junctions result now have names
25836:
25837: * src/: classes/double.C, classes/int.C, classes/root.C,
25838: classes/string.C, include/pa_request.h, include/pa_string.h,
25839: include/pa_wcontext.h, main/compile.y, main/execute.C,
25840: main/pa_string.C, main/pa_wcontext.C: tainting 0
25841:
25842: * src/classes/env.C: env:file/line
25843:
25844: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25845: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25846: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25847: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25848: main/compile_tools.C, main/compile_tools.h, main/core.C,
25849: main/execute.C, main/main.dsp, main/pa_cframe.C,
25850: main/pa_request.C, main/pa_wcontext.C: const fight finished
25851:
25852: * src/include/pa_vclass.h: const fight to go
25853:
25854: * src/: classes/_env.h, classes/env.C, classes/root.C,
25855: include/pa_request.h, include/pa_vclass.h, main/core.C,
25856: main/main.dsp: env0
25857:
25858: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25859: classes/_string.h, classes/double.C, classes/int.C,
25860: classes/root.C, classes/string.C, include/pa_request.h,
25861: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25862: include/pa_wcontext.h, main/core.C, main/main.dsp,
25863: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25864: main/pa_wcontext.C: ^lang prepare0
25865:
25866: 2001-03-09 paf
25867:
25868: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25869: construct proper naming
25870:
25871: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25872: classes/double.C, classes/int.C, classes/root.C,
25873: classes/string.C, include/code.h, include/pa_value.h,
25874: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25875: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25876: main/compile.y, main/compile_tools.C, main/core.C,
25877: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25878: and ^double[]. fixed expr type
25879:
25880: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25881: ^string.length[]
25882:
25883: 2001-03-08 paf
25884:
25885: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25886:
25887: * src/: include/pa_vclass.h, include/pa_vstring.h,
25888: include/pa_wcontext.h, main/compile.y, main/core.C,
25889: main/execute.C, main/main.dsp: dead end: vstring can't be
25890: derivated from vobject
25891:
25892: * src/: include/pa_vclass.h, include/pa_vhash.h,
25893: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25894:
25895: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25896: remained clone conseqs
25897:
25898: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25899:
25900: * src/main/pa_vclass.C: wow! vclass were out of vcs
25901:
25902: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25903: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25904: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25905: include/pa_vobject.h, include/pa_vstring.h,
25906: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25907: main/execute.C: withoud cloning. didn't need it actually, params
25908: got passed from out unnamed ewpool
25909:
25910: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25911: include/pa_vjunction.h, include/pa_vobject.h,
25912: include/pa_vunknown.h, main/compile.y: cloning dead end
25913:
25914: * src/: include/pa_bool.h, include/pa_double.h,
25915: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25916: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25917: include/pa_vjunction.h, include/pa_vmframe.h,
25918: include/pa_vobject.h, include/pa_vstring.h,
25919: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25920: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25921: to give params proper names
25922:
25923: * src/main/pa_wcontext.C: z
25924:
25925: * src/: include/pa_vmframe.h, main/execute.C: added names to
25926: unknown values in get_element and unfilled params. removed wrong
25927: name change in get_element
25928:
25929: * src/main/execute.C: z
25930:
25931: * src/main/execute.C: fixed problems calling operators in
25932: constructors
25933:
25934: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25935: detected problems calling operators in constructors
25936:
25937: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25938: autocalc def to string
25939:
25940: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25941: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25942:
25943: * src/classes/root.C: added root.c
25944:
25945: * src/: include/pa_request.h, include/pa_value.h,
25946: include/pa_vcframe.h, include/pa_vmframe.h,
25947: include/pa_wcontext.h, main/compile.C, main/compile.y,
25948: main/core.C, main/execute.C, main/pa_cframe.C,
25949: main/pa_wcontext.C: 'if' just compiled
25950:
25951: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25952: include/pa_vjunction.h, include/pa_vmframe.h,
25953: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25954: main/pa_wcontext.C: z
25955:
25956: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25957: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25958: with parameter names in operator methods
25959:
25960: * src/main/compile.y: minor renamings in .y
25961:
25962: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25963: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25964: @BASE. changed 'RUN' assignment mech
25965:
25966: * src/main/execute.C: z
25967:
25968: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25969: main/compile_tools.h, main/execute.C: made class: dynamic, not
25970: static. so to enable runtime ^use
25971:
25972: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25973:
25974: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25975: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25976:
25977: * src/main/execute.C: root root in code-junction
25978:
25979: 2001-03-07 paf
25980:
25981: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25982: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25983:
25984: * src/: include/pa_stack.h, include/pa_value.h,
25985: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25986: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25987: fixed rwcontext of {} params up
25988:
25989: * src/main/: compile.y, compile_tools.h: ^func(params)
25990:
25991: * src/main/compile.y: .y priorities syntax shaped up a bit
25992:
25993: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25994: include/pa_vunknown.h, main/compile.y, main/execute.C,
25995: main/pa_hash.C: expr def in -f
25996:
25997: * src/main/: compile.y, execute.C: expr calls
25998:
25999: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26000: fixed
26001:
26002: * src/main/compile.y: expr quoted code
26003:
26004: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26005: support0
26006:
26007: * src/main/compile.y: expr string comparisons 0
26008:
26009: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26010: main/pa_string.C: just compiled lt&co
26011:
26012: * src/main/execute.C: ^var.menu{$field} problem detected. that
26013: $field not a $var.field
26014:
26015: 2001-03-06 paf
26016:
26017: * src/main/compile.y: .y expr visible-shorter
26018:
26019: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26020: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26021: logical
26022:
26023: * src/: include/pa_vstring.h, main/compile.y: problems with
26024: skipping whitespace in yylex
26025:
26026: * src/include/pa_vbool.h: forgot this
26027:
26028: * src/: include/code.h, main/compile.y, main/execute.C: without
26029: string ops in expressions 0
26030:
26031: * src/: include/pa_value.h, include/pa_vdouble.h,
26032: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26033: main/execute.C, main/main.dsp: !~
26034:
26035: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26036: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26037: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26038: include/pa_vunknown.h, include/pa_wcontext.h,
26039: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26040: main/compile_tools.h, main/execute.C: +-*/
26041:
26042: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26043: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26044:
26045: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26046: main/execute.C: expr grammar-1 2*2=4.000000 :)
26047:
26048: * src/main/compile.y: expr grammar-1
26049:
26050: * src/main/compile.y: expr lexx1
26051:
26052: * src/main/: compile.y, execute.C, main.dsp: z
26053:
26054: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26055: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26056: main/execute.C: expr lex0 exec-1
26057:
26058: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26059:
26060: 2001-02-26 paf
26061:
26062: * src/main/compile.y: max_string in yyerror bug fix
26063:
26064: 2001-02-25 paf
26065:
26066: * src/: include/pa_value.h, include/pa_vmframe.h,
26067: include/pa_wcontext.h, main/execute.C: VAliased3
26068:
26069: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26070:
26071: * src/main/execute.C: VAliased1
26072:
26073: * src/: include/pa_request.h, include/pa_value.h,
26074: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26075: VAliased0
26076:
26077: * src/: include/pa_pool.h, include/pa_request.h,
26078: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26079: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26080: VAliased just compiled
26081:
26082: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26083: include/pa_vobject.h, main/execute.C: alias dead end
26084:
26085: * src/: include/pa_value.h, include/pa_vclass.h,
26086: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26087: main/main.dsp: no not get fields into interm VFielded class.
26088: fields & staticfields 1
26089:
26090: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26091: include/pa_vobject.h, include/pa_wcontext.h,
26092: include/pa_wwrapper.h, main/core.C, main/execute.C,
26093: main/main.dsp: would now get fields into interm VFielded class
26094:
26095: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26096: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26097: include/pa_wcontext.h, main/compile.y, main/core.C,
26098: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26099: main/pa_wcontext.C: virtuals2
26100:
26101: * src/main/compile.y: : 1
26102:
26103: * src/main/compile.y: rethought to $class:static.field.subfield
26104:
26105: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26106: $class:element
26107:
26108: * src/: include/pa_value.h, include/pa_vmframe.h,
26109: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26110: main/pa_wcontext.C: before execute class calls rewrite
26111:
26112: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26113: name RUN, also alias
26114:
26115: * src/main/compile.y: escaping bug
26116:
26117: * src/: include/pa_request.h, include/pa_value.h,
26118: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26119: main/core.C, main/execute.C, main/pa_common.C: vobject1
26120:
26121: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26122: include/pa_vmframe.h, include/pa_vobject.h,
26123: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26124: main/compile_tools.h, main/execute.C: ^class:method() just
26125: compiled
26126:
26127: 2001-02-24 paf
26128:
26129: * src/main/main.dsp: no bison -d
26130:
26131: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26132: class' err msg wrong
26133:
26134: * src/main/compile.y: z
26135:
26136: * src/main/: compile.y, core.C: yylex need some @special lines adj
26137:
26138: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26139: main/compile.y, main/compile_tools.h, main/core.C: modules0
26140:
26141: * src/: include/pa_vclass.h, main/core.C: z
26142:
26143: * src/: include/pa_value.h, include/pa_vclass.h,
26144: include/pa_vobject.h, main/main.dsp: vobject00
26145:
26146: * src/main/pa_array.C: minor bug in expanding very small arrays.
26147: 60% from 1 were 0
26148:
26149: * src/: include/pa_value.h, include/pa_wcontext.h,
26150: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26151: as bad as you've named it: wcontext.value() was not a perfect
26152: idea
26153:
26154: * src/main/execute.C: codeframe1
26155:
26156: * src/: include/pa_value.h, include/pa_vcframe.h,
26157: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26158: include/pa_vjunction.h, include/pa_vmframe.h,
26159: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26160: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26161: just compiled
26162:
26163: * src/: include/pa_vframe.h, main/compile.y: found junction
26164: ideology @: ^x{$a()) must construct current wcontext element, so
26165: smart wcontext handling needed
26166:
26167: * src/main/compile.y: fixed grammar bugs in constructor/params
26168: klinch
26169:
26170: * src/main/: compile.y, execute.C: fixed empty constructor
26171: optimized empty case. failed on calls - produced empty string
26172: param
26173:
26174: * src/main/compile.y: fixed last \n macrotemplate strip bug
26175:
26176: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26177: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26178: main/compile_tools.C, main/compile_tools.h, main/core.C,
26179: main/execute.C: code junctions0. something wrong with last \n
26180: macrotemplate strip
26181:
26182: * src/: include/pa_value.h, main/compile.C, main/core.C,
26183: main/pa_value.C: minor error reporting format beautifyings
26184:
26185: * src/: include/pa_value.h, include/pa_vclass.h,
26186: include/pa_vframe.h, main/core.C, main/execute.C,
26187: main/pa_value.C: get_method RIP. junctions everywhere. call with
26188: junctions0
26189:
26190: 2001-02-23 paf
26191:
26192: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26193: pa_wwrapper.h: lara came, can't work, sorry :(
26194:
26195: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26196: junction
26197:
26198: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26199: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26200: main/execute.C, main/main.dsp, main/pa_value.C: call0
26201:
26202: * src/: include/pa_hash.h, include/pa_value.h,
26203: include/pa_wcontext.h, main/core.C, main/execute.C,
26204: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26205: done
26206:
26207: * src/include/pa_wcontext.h: z
26208:
26209: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26210: wrong grammar in complex constructor case
26211:
26212: * src/main/: compile.y, execute.C: empty constructor bug fixed
26213:
26214: * src/main/execute.C: with result rwpool
26215:
26216: * src/: include/pa_value.h, main/core.C, main/execute.C,
26217: main/main.dsp: value named
26218:
26219: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26220: strign 2 value in 2 places in execute
26221:
26222: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26223: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26224: wcontext.put_element when wcontext fvalue==0
26225:
26226: 2001-02-22 paf
26227:
26228: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26229: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26230: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26231:
26232: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26233: erroreos checkout
26234:
26235: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26236:
26237: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26238: main/compile_tools.h, main/pa_array.C: $self.get
26239:
26240: * src/main/: compile.C, compile.y, compile_tools.C: z
26241:
26242: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26243: bit. finished now.
26244:
26245: * src/main/compile.y: $: finished
26246:
26247: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26248:
26249: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26250: main/execute.C: OP_STRING better then some xxx _VALUE
26251:
26252: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26253: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26254: string to vstring it .y all
26255:
26256: * src/: include/pa_request.h, include/pa_stack.h,
26257: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26258: all
26259:
26260: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26261: precise parse error line:col
26262:
26263: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26264: main/pa_hash.C, main/pa_pool.C: TRY...
26265:
26266: * src/: include/pa_exception.h, include/pa_pool.h,
26267: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26268: main/compile.C, main/compile.y, main/compile_tools.C,
26269: main/core.C, main/pa_array.C, main/pa_exception.C,
26270: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26271: main/pa_table.C: removed exception from request
26272:
26273: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26274: some forgotten
26275:
26276: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26277: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26278: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26279: get/put simple vars to VClass works0
26280:
26281: * src/: include/pa_array.h, include/pa_wcontext.h,
26282: main/pa_string.C: in process, but found that exceptions are too
26283: global
26284:
26285: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26286: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26287: main/execute.C, main/pa_string.C: write_value write_string 0 it
26288: seems wcontext must write strings regardles of fvalue!=0
26289:
26290: 2001-02-21 paf
26291:
26292: * src/main/execute.C: tired :)
26293:
26294: * src/main/: compile.C, compile.y, execute.C: store0
26295:
26296: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26297: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26298: include/pa_wcontext.h, main/compile.C, main/compile.y,
26299: main/execute.C, main/main.dsp, main/pa_array.C,
26300: main/pa_request.C: get put -1 [just compiled]
26301:
26302: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26303: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26304: main/main.dsp, main/pa_request.C: request core methods0
26305:
26306: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26307: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26308: execute
26309:
26310: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26311: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26312: methods and one_big_piece. now compile returns array<method*>
26313:
26314: * src/main/compile.y: more straightforward yylex[end]
26315:
26316: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26317: string.operator==(char*)
26318:
26319: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26320: main/execute.C, main/pa_array.C: after array.const get wonders
26321:
26322: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26323: pa_string.h, pa_value.h: struck with const array.gets
26324:
26325: * src/main/: execute.C: z
26326:
26327: * src/main/: compile.y, execute.C: z
26328:
26329: * src/main/: compile.C, compile.y, compile_tools.h: error
26330: processing in eval & yyerror so it wouldn't cause memleaks.
26331:
26332: * src/main/: compile.C, compile.y: failed to add absolute precies
26333: parse error positions. leaving RIGHTMOST position as
26334: @file[line:col]
26335:
26336: * src/: include/compile.h, main/compile.C, main/compile.y,
26337: main/compile_tools.h: line numbers needed. would add them to .y
26338: now internally. externally it's not as precise as needed
26339:
26340: * src/: include/code.h, include/pa_types.h, main/compile.C,
26341: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26342: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26343: compiler works ok
26344:
26345: 2001-02-20 paf
26346:
26347: * src/main/: compile.C, compile.y, compile_tools.C,
26348: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26349: not perfect
26350:
26351: * src/: include/code.h, include/compile.h, include/execute.h,
26352: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26353: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26354: main/compile.C, main/compile.y, main/compile_tools.C,
26355: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26356: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26357: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26358: compiled. execute=dump for now
26359:
26360: * src/main/core.C: core rewrite using yacc investigations now will
26361: be compile[yacc]/execute[opcodes]
26362:
26363: 2001-02-15 paf
26364:
26365: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26366: rewrite as turing machine? for it seems it would be it's too many
26367: ifs with this syntax now
26368:
26369: 2001-02-14 paf
26370:
26371: * src/main/core.C: get_params 1
26372:
26373: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26374: :( ]
26375:
26376: * src/main/core.C: varios breaks
26377:
26378: * src/main/core.C: get names 3
26379:
26380: * src/main/core.C: get names 2
26381:
26382: * src/main/core.C: get names 1
26383:
26384: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26385: names 0
26386:
26387: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26388: text repassing2 operator static vars
26389:
26390: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26391: main/pa_string.C: process text repassing
26392:
26393: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26394: module:calls changes
26395:
26396: 2001-02-13 paf
26397:
26398: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26399: ^class:calls[] started
26400:
26401: * src/: include/pa_value.h, main/core.C: z
26402:
26403: * src/main/core.C: operators : and self. prefixes
26404:
26405: * src/main/core.C: z
26406:
26407: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26408: tested
26409:
26410: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26411: optimized
26412:
26413: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26414: would change privates to better support optimization
26415:
26416: * src/: include/pa_string.h, main/pa_string.C:
26417: String_iterator::skip_to todo:optimize
26418:
26419: 2001-02-12 paf
26420:
26421: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26422: String_iterator
26423:
26424: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26425: comments
26426:
26427: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26428: self/methodref joined
26429:
26430: 2001-02-11 paf
26431:
26432: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26433: main/main.dsp: core started. core.C, context&value .h
26434:
26435: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26436: include/pa_string.h, main/main.dsp, main/pa_array.C,
26437: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26438:
26439: 2001-01-30 paf
26440:
26441: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26442: comments
26443:
26444: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26445: main/pa_pool.C: moved pa_pool.C to be target specific
26446:
26447: * src/: include/pa_exception.h, include/pa_pool.h,
26448: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26449: to & changes
26450:
26451: * src/: include/pa_exception.h, include/pa_pool.h,
26452: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26453: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26454: re-associated. that's much better even removed 'die' necessety
26455:
26456: * src/: include/pa_error.h, include/pa_exception.h,
26457: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26458: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26459: targets/Makefile.am: lowered targets/parser into subdir, added
26460: parser_Pool(Pool) failed to add. would think..
26461:
26462: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26463: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26464: main/pa_string.C, main/pa_table.C: Table more like C++ style
26465: hence lots of 'const'
26466:
26467: * src/: include/pa_error.h, include/pa_request.h,
26468: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26469: main/pa_table.C: Error fixed
26470:
26471: 2001-01-29 paf
26472:
26473: * src/: include/pa_array.h, include/pa_common.h,
26474: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26475: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26476: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26477: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26478:
26479: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26480: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26481: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26482: main/pa_string.C, main/pa_table.C: Request Error Table
26483:
26484: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26485: templates"
26486:
26487: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26488: main/main.dsp, main/pa_array.C: templates failed no template
26489: specializations [VC6], no library auto instantation [VC6, GNU c++
26490: 2.95.2-6 from latest cygwin]
26491:
26492: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26493: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26494: main/main.dsp, main/pa_array.C, main/pa_string.C,
26495: main/pa_table.C: Table started would test template Array now
26496:
26497: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26498: String originating
26499:
26500: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26501: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26502: SYNCHRONIZED(thread_safe)
26503:
26504: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26505: parts to top
26506:
26507: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26508: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26509: see: needed only in global Hash now, made Hash:: put/get
26510: SYNCHRONIZED
26511:
26512: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26513: main/pa_threads.C: added pa_threads
26514:
26515: Mutex
26516:
26517: * src/include/pa_hash.h: some comments
26518:
26519: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26520: Array& operator += (Array& src)
26521:
26522: * src/main/pa_array.C: expand not convinient, would rewrite
26523:
26524: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26525: (Array& src)
26526:
26527: rethought, would change now
26528:
26529: 2001-01-27 paf
26530:
26531: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26532: caching
26533:
26534: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26535: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26536: cache rethought to chunk caching
26537:
26538: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26539: include/pa_string.h, main/main.dsp, main/pa_array.C,
26540: main/pa_hash.C, main/pa_string.C: Array 0
26541:
26542: * src/main/pa_string.C: String::operator ==
26543:
26544: * src/main/pa_hash.C: String(&String)
26545:
26546: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26547:
26548: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26549: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26550: pa_hash[forgotten]
26551:
26552: 2001-01-26 paf
26553:
26554: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26555: removed templates [vc++ suxx]
26556:
26557: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26558: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26559:
26560: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26561:
1.119 moko 26562: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26563:
1.119 moko 26564: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26565: check
26566:
26567: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26568: dynamic row_count
26569:
26570: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26571: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26572: targets/Makefile.am: Initial revision
26573:
26574: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26575: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26576: targets/Makefile.am: creating parser3 module
26577:
E-mail: